2022-09-27T15:24:25.5262161Z Requested labels: linux.2xlarge 2022-09-27T15:24:25.5262230Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/85462/merge 2022-09-27T15:24:25.5262251Z Waiting for a runner to pick up this job... 2022-09-27T15:24:29.1087793Z Job is about to start running on the runner: i-07ac4871b9dc41abf (organization) 2022-09-27T15:24:33.7651986Z Current runner version: '2.296.2' 2022-09-27T15:24:33.7657775Z Runner name: 'i-07ac4871b9dc41abf' 2022-09-27T15:24:33.7658289Z Runner group name: 'Default' 2022-09-27T15:24:33.7658905Z Machine name: 'ip-10-0-3-246' 2022-09-27T15:24:33.7660897Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:24:33.7661605Z Actions: read 2022-09-27T15:24:33.7661914Z Checks: read 2022-09-27T15:24:33.7662230Z Contents: read 2022-09-27T15:24:33.7662558Z Deployments: read 2022-09-27T15:24:33.7662839Z Discussions: read 2022-09-27T15:24:33.7663152Z Issues: read 2022-09-27T15:24:33.7663517Z Metadata: read 2022-09-27T15:24:33.7663786Z Packages: read 2022-09-27T15:24:33.7664092Z Pages: read 2022-09-27T15:24:33.7664420Z PullRequests: read 2022-09-27T15:24:33.7664735Z RepositoryProjects: read 2022-09-27T15:24:33.7665109Z SecurityEvents: read 2022-09-27T15:24:33.7665433Z Statuses: read 2022-09-27T15:24:33.7665698Z ##[endgroup] 2022-09-27T15:24:33.7668991Z Secret source: None 2022-09-27T15:24:33.7669707Z Prepare workflow directory 2022-09-27T15:24:33.9882493Z Prepare all required actions 2022-09-27T15:24:34.0055438Z Getting action download info 2022-09-27T15:24:34.2432084Z Download action repository 'pytorch/pytorch@master' (SHA:01dbbeeeb5ab7ede28e333982e98713282a0e4b8) 2022-09-27T15:24:36.9608177Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-09-27T15:24:37.0775181Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-09-27T15:24:37.3214722Z Getting action download info 2022-09-27T15:24:37.4853446Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:24:37.6703062Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-09-27T15:24:37.6704928Z ##[group] Inputs 2022-09-27T15:24:37.6705252Z build-environment: linux-bionic-py3.7-clang9 2022-09-27T15:24:37.6706002Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "crossref", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "crossref", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "dynamo", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "dynamo", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2022-09-27T15:24:37.6706808Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:24:37.6707181Z sync-tag: 2022-09-27T15:24:37.6707373Z ##[endgroup] 2022-09-27T15:24:37.6707853Z Complete job name: linux-bionic-py3.7-clang9 / test (dynamo, 2, 2, linux.2xlarge) 2022-09-27T15:24:37.7456211Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:24:37.7456518Z with: 2022-09-27T15:24:37.7456749Z submodules: recursive 2022-09-27T15:24:37.7456968Z fetch-depth: 0 2022-09-27T15:24:37.7457153Z env: 2022-09-27T15:24:37.7457360Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:37.7457581Z ##[endgroup] 2022-09-27T15:24:37.7677968Z ##[group]Run retry () { 2022-09-27T15:24:37.7678261Z retry () { 2022-09-27T15:24:37.7678526Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:24:37.7678770Z } 2022-09-27T15:24:37.7678991Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:24:37.7679234Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:24:37.7679494Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:24:37.7679731Z else 2022-09-27T15:24:37.7679947Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:24:37.7680186Z fi 2022-09-27T15:24:37.7680488Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:24:37.7696551Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:24:37.7696977Z env: 2022-09-27T15:24:37.7697194Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:37.7697399Z NO_SUDO: 2022-09-27T15:24:37.7697600Z ##[endgroup] 2022-09-27T15:24:37.7868665Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:39.6325733Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:24:39.6325982Z with: 2022-09-27T15:24:39.6326182Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:24:39.6326387Z fetch-depth: 0 2022-09-27T15:24:39.6326555Z submodules: recursive 2022-09-27T15:24:39.6326743Z quiet-checkout: true 2022-09-27T15:24:39.6326941Z repository: pytorch/pytorch 2022-09-27T15:24:39.6327307Z token: *** 2022-09-27T15:24:39.6327473Z ssh-strict: true 2022-09-27T15:24:39.6327667Z persist-credentials: true 2022-09-27T15:24:39.6327857Z clean: true 2022-09-27T15:24:39.6328017Z lfs: false 2022-09-27T15:24:39.6328203Z set-safe-directory: true 2022-09-27T15:24:39.6328382Z env: 2022-09-27T15:24:39.6328539Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:39.6328727Z ##[endgroup] 2022-09-27T15:24:39.7489655Z Syncing repository: pytorch/pytorch 2022-09-27T15:24:39.7491094Z ##[group]Getting Git version info 2022-09-27T15:24:39.7491563Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:24:39.7491998Z [command]/usr/bin/git version 2022-09-27T15:24:39.7492196Z git version 2.37.1 2022-09-27T15:24:39.7492744Z ##[endgroup] 2022-09-27T15:24:39.7506857Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/c9cd089b-2534-4ccc-b41b-d04ec0a6c2de' before making global git config changes 2022-09-27T15:24:39.7507292Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:24:39.7513120Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:39.7553546Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:24:39.7557471Z ##[group]Initializing the repository 2022-09-27T15:24:39.7562233Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:39.7596456Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-09-27T15:24:39.7597970Z hint: is subject to change. To configure the initial branch name to use in all 2022-09-27T15:24:39.7598311Z hint: of your new repositories, which will suppress this warning, call: 2022-09-27T15:24:39.7598558Z hint: 2022-09-27T15:24:39.7598944Z hint: git config --global init.defaultBranch 2022-09-27T15:24:39.7599393Z hint: 2022-09-27T15:24:39.7599690Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-09-27T15:24:39.7600046Z hint: 'development'. The just-created branch can be renamed via this command: 2022-09-27T15:24:39.7600280Z hint: 2022-09-27T15:24:39.7600632Z hint: git branch -m 2022-09-27T15:24:39.7600990Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:24:39.7608182Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:24:39.7640575Z ##[endgroup] 2022-09-27T15:24:39.7640940Z ##[group]Disabling automatic garbage collection 2022-09-27T15:24:39.7645157Z [command]/usr/bin/git config --local gc.auto 0 2022-09-27T15:24:39.7673881Z ##[endgroup] 2022-09-27T15:24:39.7674235Z ##[group]Setting up auth 2022-09-27T15:24:39.7681251Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:24:39.7713397Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T15:24:39.7969749Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:24:39.8003918Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-09-27T15:24:39.8265662Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:24:39.8349172Z ##[endgroup] 2022-09-27T15:24:39.8349576Z ##[group]Fetching the repository 2022-09-27T15:24:39.8356001Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-09-27T15:25:26.4992545Z [command]/usr/bin/git rev-parse --verify --quiet 52424e2bf38e454d535881fed9628d3e20f4f944^{object} 2022-09-27T15:25:26.5032285Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:25:27.6004665Z ##[endgroup] 2022-09-27T15:25:27.6005190Z ##[group]Determining the checkout info 2022-09-27T15:25:27.6006712Z ##[endgroup] 2022-09-27T15:25:27.6007394Z ##[group]Checking out the ref 2022-09-27T15:25:27.6012612Z [command]/usr/bin/git checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:25:28.8362786Z ##[endgroup] 2022-09-27T15:25:28.8363288Z ##[group]Setting up auth for fetching submodules 2022-09-27T15:25:28.8369297Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:25:28.8421133Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-09-27T15:25:28.8454604Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-09-27T15:25:28.8487651Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-09-27T15:25:28.8514805Z ##[endgroup] 2022-09-27T15:25:28.8515440Z ##[group]Fetching submodules 2022-09-27T15:25:28.8519007Z [command]/usr/bin/git submodule sync --recursive 2022-09-27T15:25:28.8789384Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-09-27T15:25:28.9063167Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-09-27T15:25:28.9064956Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-09-27T15:25:28.9065623Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-09-27T15:25:28.9067569Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-09-27T15:25:28.9069720Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-09-27T15:25:28.9072359Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-09-27T15:25:28.9074822Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-09-27T15:25:28.9077274Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-09-27T15:25:28.9079900Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-09-27T15:25:28.9082621Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-09-27T15:25:28.9085500Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-09-27T15:25:28.9088523Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-09-27T15:25:28.9091327Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-09-27T15:25:28.9094391Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-09-27T15:25:28.9097685Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-09-27T15:25:28.9100830Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-09-27T15:25:28.9104181Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-09-27T15:25:28.9107795Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:25:28.9151496Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-09-27T15:25:28.9152287Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-09-27T15:25:28.9153552Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-09-27T15:25:28.9154081Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-09-27T15:25:28.9154567Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-09-27T15:25:28.9155051Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-09-27T15:25:28.9155692Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-09-27T15:25:28.9156427Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-09-27T15:25:28.9156913Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-09-27T15:25:28.9157388Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-09-27T15:25:28.9157897Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-09-27T15:25:28.9160978Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-09-27T15:25:28.9165664Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-09-27T15:25:28.9170576Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-09-27T15:25:28.9175681Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-09-27T15:25:28.9180991Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-09-27T15:25:28.9186131Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-09-27T15:25:28.9191258Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-09-27T15:25:28.9197087Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-09-27T15:25:28.9202439Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-09-27T15:25:28.9208290Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-09-27T15:25:28.9214295Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-09-27T15:25:28.9220114Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-09-27T15:25:28.9248886Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-09-27T15:25:29.4921919Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-09-27T15:25:29.7280078Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-09-27T15:25:29.9319024Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-09-27T15:25:30.2213093Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-09-27T15:25:30.4942768Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-09-27T15:25:32.6407441Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-09-27T15:25:38.1997657Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-09-27T15:25:38.6483021Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-09-27T15:25:39.1489513Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-09-27T15:25:40.6858755Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-09-27T15:25:42.0021080Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-09-27T15:25:43.2045396Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-09-27T15:25:49.2439802Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-09-27T15:25:49.8799257Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-09-27T15:25:51.0125956Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-09-27T15:25:52.1369372Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-09-27T15:25:52.4266683Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-09-27T15:25:52.8962737Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-09-27T15:25:53.2155164Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-09-27T15:25:54.2253815Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-09-27T15:25:54.6627078Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-09-27T15:25:54.8547051Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-09-27T15:25:55.1423873Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-09-27T15:25:56.5036900Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-09-27T15:25:56.9327851Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-09-27T15:25:57.2962982Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-09-27T15:26:03.3907274Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-09-27T15:26:05.0735700Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-09-27T15:26:05.5072526Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-09-27T15:26:05.7608871Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-09-27T15:26:11.0615052Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-09-27T15:26:11.2610690Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-09-27T15:26:11.5471727Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-09-27T15:26:12.3199015Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-09-27T15:26:12.5634708Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-09-27T15:26:12.8990370Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-09-27T15:26:13.1908522Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-09-27T15:26:13.9031643Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-09-27T15:26:15.8920862Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-09-27T15:26:16.3532188Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-09-27T15:26:18.5242819Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-09-27T15:26:18.5348763Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-09-27T15:26:18.5426512Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-09-27T15:26:18.5641179Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-09-27T15:26:18.5855270Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-09-27T15:26:18.6216429Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-09-27T15:26:19.1860743Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-09-27T15:26:19.2065718Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:26:19.2995319Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-09-27T15:26:19.3324932Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-09-27T15:26:19.6032553Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-09-27T15:26:19.9834714Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-09-27T15:26:20.2080769Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-09-27T15:26:20.2526902Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-09-27T15:26:20.2541773Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:20.2543562Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:20.2545611Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:20.2547960Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:20.2572663Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-09-27T15:26:21.0943593Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-09-27T15:26:21.6034405Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-09-27T15:26:22.6188062Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-09-27T15:26:22.9485744Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-09-27T15:26:23.0426507Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-09-27T15:26:23.0983953Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-09-27T15:26:23.1081276Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-09-27T15:26:23.1877744Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-09-27T15:26:23.2194547Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-09-27T15:26:23.2281787Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-09-27T15:26:23.2657085Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-09-27T15:26:23.2885555Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-09-27T15:26:23.3323759Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-09-27T15:26:23.3432356Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-09-27T15:26:23.3444846Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:23.3467197Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-09-27T15:26:30.1065700Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-09-27T15:26:30.1081615Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:30.1106106Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-09-27T15:26:38.0146894Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-09-27T15:26:38.0246185Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-09-27T15:26:38.0381183Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-09-27T15:26:38.1262858Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-09-27T15:26:38.1278019Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:38.1279802Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:38.1304381Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-09-27T15:26:39.2832263Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-09-27T15:26:40.2906886Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-09-27T15:26:40.3414081Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-09-27T15:26:40.3602438Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-09-27T15:26:40.3739172Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-09-27T15:26:40.4730182Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-09-27T15:26:40.7043219Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-09-27T15:26:40.7069954Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:40.7071700Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:40.7095762Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-09-27T15:26:41.0794637Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-09-27T15:26:41.8608540Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:26:41.8911771Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-09-27T15:26:41.9054771Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-09-27T15:26:41.9068000Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:41.9089624Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-09-27T15:26:43.5036285Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-09-27T15:26:43.5055111Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:43.5056867Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:43.5081816Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-09-27T15:26:43.8854310Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-09-27T15:26:44.6580994Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-09-27T15:26:44.7193911Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-09-27T15:26:44.7208495Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:44.7231833Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-09-27T15:26:44.9461181Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:26:44.9550562Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-09-27T15:26:45.1930853Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-09-27T15:26:45.1949748Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:45.1951114Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:45.1976006Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-09-27T15:26:45.6125581Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-09-27T15:26:46.6039587Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-09-27T15:26:46.6689663Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-09-27T15:26:46.6773007Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-09-27T15:26:46.6875812Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-09-27T15:26:46.7190666Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-09-27T15:26:46.7277588Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-09-27T15:26:46.7548610Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-09-27T15:26:46.7640156Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-09-27T15:26:46.8049339Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-09-27T15:26:46.9048987Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-09-27T15:26:46.9291715Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-09-27T15:26:46.9307945Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:46.9309233Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:46.9312257Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:46.9315611Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:46.9338196Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-09-27T15:26:47.9238688Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-09-27T15:26:48.1944763Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-09-27T15:26:50.3135992Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-09-27T15:26:51.0902513Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-09-27T15:26:51.1042814Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-09-27T15:26:51.1648111Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-09-27T15:26:51.1911948Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-09-27T15:26:51.1926013Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:51.1949687Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-09-27T15:26:51.4221189Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:26:51.5473391Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-09-27T15:26:51.5504542Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-09-27T15:26:51.5785704Z Entering 'android/libs/fbjni' 2022-09-27T15:26:51.5827021Z Entering 'third_party/FP16' 2022-09-27T15:26:51.5867393Z Entering 'third_party/FXdiv' 2022-09-27T15:26:51.5905839Z Entering 'third_party/NNPACK' 2022-09-27T15:26:51.5944262Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:51.5981412Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:51.6017986Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:51.6064940Z Entering 'third_party/benchmark' 2022-09-27T15:26:51.6101659Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:51.6138748Z Entering 'third_party/cub' 2022-09-27T15:26:51.6175479Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:51.6218627Z Entering 'third_party/cutlass' 2022-09-27T15:26:51.6262399Z Entering 'third_party/eigen' 2022-09-27T15:26:51.6301050Z Entering 'third_party/fbgemm' 2022-09-27T15:26:51.6337937Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:51.6372326Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:51.6409170Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:51.6446264Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:51.6486460Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:51.6529448Z Entering 'third_party/fmt' 2022-09-27T15:26:51.6568832Z Entering 'third_party/foxi' 2022-09-27T15:26:51.6605350Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:51.6645875Z Entering 'third_party/gloo' 2022-09-27T15:26:51.6686584Z Entering 'third_party/googletest' 2022-09-27T15:26:51.6727774Z Entering 'third_party/ideep' 2022-09-27T15:26:51.6767068Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:51.6806278Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:51.6849869Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:51.6886520Z Entering 'third_party/ittapi' 2022-09-27T15:26:51.6924475Z Entering 'third_party/kineto' 2022-09-27T15:26:51.6963537Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:51.6999787Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:51.7037952Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:51.7075610Z Entering 'third_party/neon2sse' 2022-09-27T15:26:51.7112049Z Entering 'third_party/nlohmann' 2022-09-27T15:26:51.7150234Z Entering 'third_party/onnx' 2022-09-27T15:26:51.7199235Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:51.7238115Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:51.7276939Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:51.7313830Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:51.7355168Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:51.7391205Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:51.7427992Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:51.7469009Z Entering 'third_party/pocketfft' 2022-09-27T15:26:51.7505863Z Entering 'third_party/protobuf' 2022-09-27T15:26:51.7545738Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:51.7582193Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:51.7621017Z Entering 'third_party/psimd' 2022-09-27T15:26:51.7658248Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:51.7695192Z Entering 'third_party/pybind11' 2022-09-27T15:26:51.7732597Z Entering 'third_party/python-enum' 2022-09-27T15:26:51.7768817Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:51.7805922Z Entering 'third_party/python-six' 2022-09-27T15:26:51.7843224Z Entering 'third_party/sleef' 2022-09-27T15:26:51.7879611Z Entering 'third_party/tbb' 2022-09-27T15:26:51.7917320Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:51.7953319Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:51.7988203Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:51.8022777Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:51.8058891Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:51.8093809Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:51.8132746Z Entering 'third_party/zstd' 2022-09-27T15:26:51.8178285Z ##[endgroup] 2022-09-27T15:26:51.8179658Z ##[group]Persisting credentials for submodules 2022-09-27T15:26:51.8185586Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-09-27T15:26:51.8456860Z Entering 'android/libs/fbjni' 2022-09-27T15:26:51.8493084Z Entering 'third_party/FP16' 2022-09-27T15:26:51.8527681Z Entering 'third_party/FXdiv' 2022-09-27T15:26:51.8563573Z Entering 'third_party/NNPACK' 2022-09-27T15:26:51.8598417Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:51.8633751Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:51.8668804Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:51.8714634Z Entering 'third_party/benchmark' 2022-09-27T15:26:51.8749430Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:51.8785134Z Entering 'third_party/cub' 2022-09-27T15:26:51.8821567Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:51.8862717Z Entering 'third_party/cutlass' 2022-09-27T15:26:51.8906011Z Entering 'third_party/eigen' 2022-09-27T15:26:51.8950027Z Entering 'third_party/fbgemm' 2022-09-27T15:26:51.8989323Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:51.9027976Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:51.9067077Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:51.9105173Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:51.9145042Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:51.9182995Z Entering 'third_party/fmt' 2022-09-27T15:26:51.9220389Z Entering 'third_party/foxi' 2022-09-27T15:26:51.9258053Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:51.9295842Z Entering 'third_party/gloo' 2022-09-27T15:26:51.9334254Z Entering 'third_party/googletest' 2022-09-27T15:26:51.9371810Z Entering 'third_party/ideep' 2022-09-27T15:26:51.9408475Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:51.9447527Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:51.9493146Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:51.9529438Z Entering 'third_party/ittapi' 2022-09-27T15:26:51.9565680Z Entering 'third_party/kineto' 2022-09-27T15:26:51.9601886Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:51.9637100Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:51.9674522Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:51.9709800Z Entering 'third_party/neon2sse' 2022-09-27T15:26:51.9744470Z Entering 'third_party/nlohmann' 2022-09-27T15:26:51.9780847Z Entering 'third_party/onnx' 2022-09-27T15:26:51.9829214Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:51.9864764Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:51.9903561Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:51.9937816Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:51.9977912Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:52.0013338Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:52.0048547Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:52.0088939Z Entering 'third_party/pocketfft' 2022-09-27T15:26:52.0124971Z Entering 'third_party/protobuf' 2022-09-27T15:26:52.0165143Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:52.0199300Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:52.0235880Z Entering 'third_party/psimd' 2022-09-27T15:26:52.0272184Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:52.0308706Z Entering 'third_party/pybind11' 2022-09-27T15:26:52.0344540Z Entering 'third_party/python-enum' 2022-09-27T15:26:52.0380918Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:52.0416143Z Entering 'third_party/python-six' 2022-09-27T15:26:52.0452004Z Entering 'third_party/sleef' 2022-09-27T15:26:52.0487871Z Entering 'third_party/tbb' 2022-09-27T15:26:52.0525592Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:52.0561776Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:52.0597248Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:52.0632127Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:52.0667698Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:52.0703239Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:52.0741896Z Entering 'third_party/zstd' 2022-09-27T15:26:52.0793667Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-09-27T15:26:52.1070170Z Entering 'android/libs/fbjni' 2022-09-27T15:26:52.1109066Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-09-27T15:26:52.1126529Z Entering 'third_party/FP16' 2022-09-27T15:26:52.1164711Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-09-27T15:26:52.1181106Z Entering 'third_party/FXdiv' 2022-09-27T15:26:52.1218308Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-09-27T15:26:52.1234298Z Entering 'third_party/NNPACK' 2022-09-27T15:26:52.1268680Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-09-27T15:26:52.1284397Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:52.1318340Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-09-27T15:26:52.1333338Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:52.1368160Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-09-27T15:26:52.1383594Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:52.1417209Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-09-27T15:26:52.1442932Z Entering 'third_party/benchmark' 2022-09-27T15:26:52.1478062Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:52.1493576Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:52.1528473Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:26:52.1544770Z Entering 'third_party/cub' 2022-09-27T15:26:52.1578305Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-09-27T15:26:52.1593724Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:52.1627798Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-09-27T15:26:52.1648896Z Entering 'third_party/cutlass' 2022-09-27T15:26:52.1682451Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-09-27T15:26:52.1704486Z Entering 'third_party/eigen' 2022-09-27T15:26:52.1738383Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-09-27T15:26:52.1755902Z Entering 'third_party/fbgemm' 2022-09-27T15:26:52.1790062Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-09-27T15:26:52.1803924Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:52.1838152Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-09-27T15:26:52.1852732Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:52.1886176Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:26:52.1901470Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:52.1934597Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:52.1949746Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:52.1983103Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-09-27T15:26:52.2001070Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:52.2035256Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-09-27T15:26:52.2052008Z Entering 'third_party/fmt' 2022-09-27T15:26:52.2085361Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-09-27T15:26:52.2100155Z Entering 'third_party/foxi' 2022-09-27T15:26:52.2133326Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-09-27T15:26:52.2147690Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:52.2182768Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-09-27T15:26:52.2196637Z Entering 'third_party/gloo' 2022-09-27T15:26:52.2233958Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-09-27T15:26:52.2250618Z Entering 'third_party/googletest' 2022-09-27T15:26:52.2285791Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:52.2302651Z Entering 'third_party/ideep' 2022-09-27T15:26:52.2337681Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-09-27T15:26:52.2352455Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:52.2388090Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-09-27T15:26:52.2404666Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:52.2439839Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-09-27T15:26:52.2461982Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:52.2496386Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-09-27T15:26:52.2512013Z Entering 'third_party/ittapi' 2022-09-27T15:26:52.2546198Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-09-27T15:26:52.2561435Z Entering 'third_party/kineto' 2022-09-27T15:26:52.2595488Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-09-27T15:26:52.2610705Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:52.2644607Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-09-27T15:26:52.2660402Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:52.2693100Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-09-27T15:26:52.2710580Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:52.2744520Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-09-27T15:26:52.2759908Z Entering 'third_party/neon2sse' 2022-09-27T15:26:52.2795880Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-09-27T15:26:52.2811711Z Entering 'third_party/nlohmann' 2022-09-27T15:26:52.2848824Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-09-27T15:26:52.2866865Z Entering 'third_party/onnx' 2022-09-27T15:26:52.2903688Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:26:52.2934032Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:52.2969963Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:52.2986138Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:52.3019673Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:52.3037584Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:52.3071414Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-09-27T15:26:52.3086330Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:52.3120752Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:26:52.3140152Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:52.3172903Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:52.3188657Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:52.3223247Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:52.3238253Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:52.3270956Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:26:52.3291576Z Entering 'third_party/pocketfft' 2022-09-27T15:26:52.3323474Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-09-27T15:26:52.3338468Z Entering 'third_party/protobuf' 2022-09-27T15:26:52.3373503Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-09-27T15:26:52.3391488Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:52.3425881Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:52.3441238Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:52.3474370Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:52.3491369Z Entering 'third_party/psimd' 2022-09-27T15:26:52.3525772Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-09-27T15:26:52.3540573Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:52.3574165Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-09-27T15:26:52.3589086Z Entering 'third_party/pybind11' 2022-09-27T15:26:52.3622690Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:52.3637739Z Entering 'third_party/python-enum' 2022-09-27T15:26:52.3670901Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-09-27T15:26:52.3686421Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:52.3720165Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-09-27T15:26:52.3735327Z Entering 'third_party/python-six' 2022-09-27T15:26:52.3768210Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-09-27T15:26:52.3783575Z Entering 'third_party/sleef' 2022-09-27T15:26:52.3816039Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-09-27T15:26:52.3830676Z Entering 'third_party/tbb' 2022-09-27T15:26:52.3863625Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-09-27T15:26:52.3880434Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:52.3913282Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-09-27T15:26:52.3928236Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:52.3960921Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:52.3975627Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:52.4007478Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-09-27T15:26:52.4021775Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:52.4054517Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-09-27T15:26:52.4069338Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:52.4100805Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:52.4114794Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:52.4147461Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:26:52.4166428Z Entering 'third_party/zstd' 2022-09-27T15:26:52.4201274Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-09-27T15:26:52.4827987Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-09-27T15:26:52.5108645Z Entering 'android/libs/fbjni' 2022-09-27T15:26:52.5146269Z Entering 'third_party/FP16' 2022-09-27T15:26:52.5183584Z Entering 'third_party/FXdiv' 2022-09-27T15:26:52.5221830Z Entering 'third_party/NNPACK' 2022-09-27T15:26:52.5258523Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:52.5296360Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:52.5334328Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:52.5382616Z Entering 'third_party/benchmark' 2022-09-27T15:26:52.5420613Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:52.5457575Z Entering 'third_party/cub' 2022-09-27T15:26:52.5495706Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:52.5537510Z Entering 'third_party/cutlass' 2022-09-27T15:26:52.5582268Z Entering 'third_party/eigen' 2022-09-27T15:26:52.5621978Z Entering 'third_party/fbgemm' 2022-09-27T15:26:52.5657869Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:52.5694263Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:52.5729916Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:52.5766655Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:52.5806054Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:52.5847655Z Entering 'third_party/fmt' 2022-09-27T15:26:52.5883976Z Entering 'third_party/foxi' 2022-09-27T15:26:52.5920626Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:52.5957261Z Entering 'third_party/gloo' 2022-09-27T15:26:52.5993487Z Entering 'third_party/googletest' 2022-09-27T15:26:52.6030072Z Entering 'third_party/ideep' 2022-09-27T15:26:52.6067246Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:52.6104277Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:52.6147829Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:52.6185987Z Entering 'third_party/ittapi' 2022-09-27T15:26:52.6224452Z Entering 'third_party/kineto' 2022-09-27T15:26:52.6262062Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:52.6298470Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:52.6337049Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:52.6374512Z Entering 'third_party/neon2sse' 2022-09-27T15:26:52.6411920Z Entering 'third_party/nlohmann' 2022-09-27T15:26:52.6449581Z Entering 'third_party/onnx' 2022-09-27T15:26:52.6497187Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:52.6533974Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:52.6573388Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:52.6610290Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:52.6650694Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:52.6688091Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:52.6723627Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:52.6764898Z Entering 'third_party/pocketfft' 2022-09-27T15:26:52.6801116Z Entering 'third_party/protobuf' 2022-09-27T15:26:52.6841603Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:52.6877166Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:52.6915309Z Entering 'third_party/psimd' 2022-09-27T15:26:52.6950608Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:52.6987123Z Entering 'third_party/pybind11' 2022-09-27T15:26:52.7024993Z Entering 'third_party/python-enum' 2022-09-27T15:26:52.7061390Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:52.7099353Z Entering 'third_party/python-six' 2022-09-27T15:26:52.7138888Z Entering 'third_party/sleef' 2022-09-27T15:26:52.7178078Z Entering 'third_party/tbb' 2022-09-27T15:26:52.7218984Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:52.7258214Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:52.7297108Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:52.7335459Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:52.7372405Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:52.7408229Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:52.7447220Z Entering 'third_party/zstd' 2022-09-27T15:26:52.7497508Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-09-27T15:26:52.7764742Z Entering 'android/libs/fbjni' 2022-09-27T15:26:52.7800476Z Entering 'third_party/FP16' 2022-09-27T15:26:52.7836881Z Entering 'third_party/FXdiv' 2022-09-27T15:26:52.7872473Z Entering 'third_party/NNPACK' 2022-09-27T15:26:52.7909305Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:52.7946520Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:52.7983437Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:52.8029944Z Entering 'third_party/benchmark' 2022-09-27T15:26:52.8067873Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:52.8104306Z Entering 'third_party/cub' 2022-09-27T15:26:52.8140624Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:52.8181886Z Entering 'third_party/cutlass' 2022-09-27T15:26:52.8226474Z Entering 'third_party/eigen' 2022-09-27T15:26:52.8265028Z Entering 'third_party/fbgemm' 2022-09-27T15:26:52.8300927Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:52.8337656Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:52.8375750Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:52.8411943Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:52.8450227Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:52.8487624Z Entering 'third_party/fmt' 2022-09-27T15:26:52.8523678Z Entering 'third_party/foxi' 2022-09-27T15:26:52.8560171Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:52.8596008Z Entering 'third_party/gloo' 2022-09-27T15:26:52.8632523Z Entering 'third_party/googletest' 2022-09-27T15:26:52.8669731Z Entering 'third_party/ideep' 2022-09-27T15:26:52.8705456Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:52.8742859Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:52.8786515Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:52.8823772Z Entering 'third_party/ittapi' 2022-09-27T15:26:52.8859062Z Entering 'third_party/kineto' 2022-09-27T15:26:52.8896975Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:52.8934105Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:52.8985152Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:52.9023585Z Entering 'third_party/neon2sse' 2022-09-27T15:26:52.9061820Z Entering 'third_party/nlohmann' 2022-09-27T15:26:52.9102087Z Entering 'third_party/onnx' 2022-09-27T15:26:52.9153273Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:52.9189960Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:52.9227602Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:52.9262794Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:52.9304467Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:52.9342132Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:52.9379725Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:52.9423574Z Entering 'third_party/pocketfft' 2022-09-27T15:26:52.9459623Z Entering 'third_party/protobuf' 2022-09-27T15:26:52.9500614Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:52.9537863Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:52.9578067Z Entering 'third_party/psimd' 2022-09-27T15:26:52.9614945Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:52.9653856Z Entering 'third_party/pybind11' 2022-09-27T15:26:52.9690467Z Entering 'third_party/python-enum' 2022-09-27T15:26:52.9727726Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:52.9765017Z Entering 'third_party/python-six' 2022-09-27T15:26:52.9799884Z Entering 'third_party/sleef' 2022-09-27T15:26:52.9837267Z Entering 'third_party/tbb' 2022-09-27T15:26:52.9877675Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:52.9914810Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:52.9950592Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:52.9986879Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:53.0024064Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:53.0060709Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:53.0101629Z Entering 'third_party/zstd' 2022-09-27T15:26:53.0148554Z ##[endgroup] 2022-09-27T15:26:53.0194289Z [command]/usr/bin/git log -1 --format='%H' 2022-09-27T15:26:53.0224786Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:26:53.0357429Z Prepare all required actions 2022-09-27T15:26:53.0384482Z ##[group]Run ./.github/actions/setup-linux 2022-09-27T15:26:53.0384696Z env: 2022-09-27T15:26:53.0384857Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:53.0385048Z ##[endgroup] 2022-09-27T15:26:53.0409345Z ##[group]Run set -euo pipefail 2022-09-27T15:26:53.0409587Z set -euo pipefail 2022-09-27T15:26:53.0409872Z function get_ec2_metadata() { 2022-09-27T15:26:53.0410243Z  # Pulled from instance metadata endpoint for EC2 2022-09-27T15:26:53.0410787Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-09-27T15:26:53.0411083Z  category=$1 2022-09-27T15:26:53.0411397Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-09-27T15:26:53.0411626Z } 2022-09-27T15:26:53.0411821Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-09-27T15:26:53.0412111Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-09-27T15:26:53.0412370Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-09-27T15:26:53.0412808Z echo "system info $(uname -a)" 2022-09-27T15:26:53.0424438Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:53.0424644Z env: 2022-09-27T15:26:53.0424824Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:53.0425014Z ##[endgroup] 2022-09-27T15:26:53.0511793Z ami-id: ami-096198a0bccc6bad4 2022-09-27T15:26:53.0569131Z instance-id: i-07ac4871b9dc41abf 2022-09-27T15:26:53.0624598Z instance-type: c5.2xlarge 2022-09-27T15:26:53.0632014Z system info Linux ip-10-0-3-246.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-09-27T15:26:53.0652110Z ##[group]Run if systemctl is-active --quiet docker; then 2022-09-27T15:26:53.0652484Z if systemctl is-active --quiet docker; then 2022-09-27T15:26:53.0652765Z  echo "Docker daemon is running..."; 2022-09-27T15:26:53.0653008Z else 2022-09-27T15:26:53.0653265Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-09-27T15:26:53.0653529Z fi 2022-09-27T15:26:53.0666236Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:53.0666476Z env: 2022-09-27T15:26:53.0666681Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:53.0666901Z ##[endgroup] 2022-09-27T15:26:53.0712024Z Docker daemon is running... 2022-09-27T15:26:53.0735187Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:26:53.0735541Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:26:53.0735824Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:53.0736230Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-09-27T15:26:53.0736570Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-09-27T15:26:53.0751053Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:53.0751457Z env: 2022-09-27T15:26:53.0751752Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:53.0752100Z AWS_RETRY_MODE: standard 2022-09-27T15:26:53.0752434Z AWS_MAX_ATTEMPTS: 5 2022-09-27T15:26:53.0752945Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:26:53.0753281Z ##[endgroup] 2022-09-27T15:26:53.8957171Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-09-27T15:26:53.8957686Z Configure a credential helper to remove this warning. See 2022-09-27T15:26:53.8958256Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-09-27T15:26:53.8958604Z 2022-09-27T15:26:53.8958749Z Login Succeeded 2022-09-27T15:26:53.8993985Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:53.8994296Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:53.8994626Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:53.9005854Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:53.9006082Z env: 2022-09-27T15:26:53.9006257Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:53.9006432Z ##[endgroup] 2022-09-27T15:26:53.9072679Z Prepare all required actions 2022-09-27T15:26:53.9073246Z Getting action download info 2022-09-27T15:26:54.0889147Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-09-27T15:26:54.2774050Z ##[group]Run ./.github/actions/setup-ssh 2022-09-27T15:26:54.2774251Z with: 2022-09-27T15:26:54.2774605Z github-secret: *** 2022-09-27T15:26:54.2774760Z env: 2022-09-27T15:26:54.2774931Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:54.2775115Z ##[endgroup] 2022-09-27T15:26:54.2842089Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-09-27T15:26:54.2842299Z with: 2022-09-27T15:26:54.2842608Z GITHUB_TOKEN: *** 2022-09-27T15:26:54.2842786Z activate-with-label: false 2022-09-27T15:26:54.2842977Z label: with-ssh 2022-09-27T15:26:54.2843165Z remove-existing-keys: true 2022-09-27T15:26:54.2843428Z env: 2022-09-27T15:26:54.2843596Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:54.2843780Z ##[endgroup] 2022-09-27T15:26:54.6467654Z Grabbing public ssh keys from https://github.com/kongzii.keys 2022-09-27T15:26:54.7297561Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-09-27T15:26:54.7310394Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-09-27T15:26:54.7336911Z Login using: ssh ec2-user@ec2-34-227-225-122.compute-1.amazonaws.com 2022-09-27T15:26:54.7400383Z Prepare all required actions 2022-09-27T15:26:54.7420208Z ##[group]Run ./.github/actions/pull-docker-image 2022-09-27T15:26:54.7420423Z with: 2022-09-27T15:26:54.7420771Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:26:54.7421087Z env: 2022-09-27T15:26:54.7421259Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:54.7421442Z ##[endgroup] 2022-09-27T15:26:54.7449041Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:54.7449504Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:54.7449972Z # ignore output since only exit code is used for conditional 2022-09-27T15:26:54.7450456Z # only pull docker image if it's not available locally 2022-09-27T15:26:54.7450972Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-09-27T15:26:54.7451468Z  retry docker pull "${DOCKER_IMAGE}" 2022-09-27T15:26:54.7451798Z fi 2022-09-27T15:26:54.7466254Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:54.7466480Z env: 2022-09-27T15:26:54.7466640Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:54.7467013Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:26:54.7467362Z ##[endgroup] 2022-09-27T15:26:55.0880370Z e66cf5fa0a4d4ed512901b12ccdab95cca946a29: Pulling from pytorch/pytorch-linux-bionic-py3.7-clang9 2022-09-27T15:26:55.0899538Z 726b8a513d66: Pulling fs layer 2022-09-27T15:26:55.0899925Z 771876fe31a1: Pulling fs layer 2022-09-27T15:26:55.0900245Z 2a8cd9ebff90: Pulling fs layer 2022-09-27T15:26:55.0904721Z a0688296bf6b: Pulling fs layer 2022-09-27T15:26:55.0905371Z 3341c688c105: Pulling fs layer 2022-09-27T15:26:55.0905746Z e668b860b3aa: Pulling fs layer 2022-09-27T15:26:55.0906268Z 5b6d14bb2665: Pulling fs layer 2022-09-27T15:26:55.0906565Z bb4e2b58c04f: Pulling fs layer 2022-09-27T15:26:55.0906916Z 4c2c06a040d9: Pulling fs layer 2022-09-27T15:26:55.0907270Z 4aff28e7d246: Pulling fs layer 2022-09-27T15:26:55.0907589Z a39347297f16: Pulling fs layer 2022-09-27T15:26:55.0907904Z 61183b06c760: Pulling fs layer 2022-09-27T15:26:55.0908219Z c06018919921: Pulling fs layer 2022-09-27T15:26:55.0908701Z 499bbad0745d: Pulling fs layer 2022-09-27T15:26:55.0909162Z 5b6d14bb2665: Waiting 2022-09-27T15:26:55.0909351Z e668b860b3aa: Waiting 2022-09-27T15:26:55.0909519Z 4c2c06a040d9: Waiting 2022-09-27T15:26:55.0909716Z 3957a262cb15: Pulling fs layer 2022-09-27T15:26:55.0909906Z 8a9a548b9618: Pulling fs layer 2022-09-27T15:26:55.0910087Z bb4e2b58c04f: Waiting 2022-09-27T15:26:55.0910262Z 3852b5c446bf: Pulling fs layer 2022-09-27T15:26:55.0913008Z 8ee38361fe98: Pulling fs layer 2022-09-27T15:26:55.0966607Z 3a185c821aec: Pulling fs layer 2022-09-27T15:26:55.0967296Z c06018919921: Waiting 2022-09-27T15:26:55.0967707Z a39347297f16: Waiting 2022-09-27T15:26:55.0968084Z 895ee99b77c2: Pulling fs layer 2022-09-27T15:26:55.0968490Z 4aff28e7d246: Waiting 2022-09-27T15:26:55.0968881Z 6cf940733081: Pulling fs layer 2022-09-27T15:26:55.0969245Z 3852b5c446bf: Waiting 2022-09-27T15:26:55.0969635Z 0c2bc9cf436c: Pulling fs layer 2022-09-27T15:26:55.0970032Z 499bbad0745d: Waiting 2022-09-27T15:26:55.0978017Z 6070158a37e4: Pulling fs layer 2022-09-27T15:26:55.0981125Z 3a185c821aec: Waiting 2022-09-27T15:26:55.0981633Z 8ee38361fe98: Waiting 2022-09-27T15:26:55.0981902Z 3957a262cb15: Waiting 2022-09-27T15:26:55.0982166Z a3fee62ea02a: Pulling fs layer 2022-09-27T15:26:55.0982373Z a0688296bf6b: Waiting 2022-09-27T15:26:55.0982559Z fbac2ec6703f: Pulling fs layer 2022-09-27T15:26:55.0982732Z 895ee99b77c2: Waiting 2022-09-27T15:26:55.0982900Z 8a9a548b9618: Waiting 2022-09-27T15:26:55.0983080Z 6a670c6d461b: Pulling fs layer 2022-09-27T15:26:55.0983259Z 11c6d3fdecf8: Pulling fs layer 2022-09-27T15:26:55.0983451Z b3c05bc08a6d: Pulling fs layer 2022-09-27T15:26:55.0983713Z 6cf940733081: Waiting 2022-09-27T15:26:55.0983872Z 61183b06c760: Waiting 2022-09-27T15:26:55.0984055Z db021ac56874: Pulling fs layer 2022-09-27T15:26:55.0984249Z d0bc479411ab: Pulling fs layer 2022-09-27T15:26:55.0984418Z 0c2bc9cf436c: Waiting 2022-09-27T15:26:55.0984596Z ce033581022a: Pulling fs layer 2022-09-27T15:26:55.0984775Z fbac2ec6703f: Waiting 2022-09-27T15:26:55.0984944Z 3e5c136468b5: Pulling fs layer 2022-09-27T15:26:55.0985134Z 4dcca06c4ba4: Pulling fs layer 2022-09-27T15:26:55.0985331Z 5d22ab10910c: Pulling fs layer 2022-09-27T15:26:55.0985506Z 40f0e904450c: Pulling fs layer 2022-09-27T15:26:55.0985699Z cd0043c871c3: Pulling fs layer 2022-09-27T15:26:55.0985876Z 6a670c6d461b: Waiting 2022-09-27T15:26:55.0986054Z 07ce5bf5da8f: Pulling fs layer 2022-09-27T15:26:55.0986235Z ada7e5d30c2e: Pulling fs layer 2022-09-27T15:26:55.0986422Z b9e22897f744: Pulling fs layer 2022-09-27T15:26:55.0986609Z 31ed79570fc1: Pulling fs layer 2022-09-27T15:26:55.0986786Z f9ca5db0abb2: Pulling fs layer 2022-09-27T15:26:55.0986975Z 859ab55d797e: Pulling fs layer 2022-09-27T15:26:55.0987154Z 11c6d3fdecf8: Waiting 2022-09-27T15:26:55.0987318Z 72b473207039: Pulling fs layer 2022-09-27T15:26:55.0987493Z b3c05bc08a6d: Waiting 2022-09-27T15:26:55.0987661Z 6070158a37e4: Waiting 2022-09-27T15:26:55.0987823Z 3a05e9967e15: Pulling fs layer 2022-09-27T15:26:55.0987997Z db021ac56874: Waiting 2022-09-27T15:26:55.0988175Z 04d340d5ef37: Pulling fs layer 2022-09-27T15:26:55.0988341Z 40f0e904450c: Waiting 2022-09-27T15:26:55.0988517Z 94b3f24375e0: Pulling fs layer 2022-09-27T15:26:55.0988693Z d0bc479411ab: Waiting 2022-09-27T15:26:55.0988850Z 3e5c136468b5: Waiting 2022-09-27T15:26:55.0989030Z 7bbe9cf24f05: Pulling fs layer 2022-09-27T15:26:55.0989205Z cd0043c871c3: Waiting 2022-09-27T15:26:55.0989359Z ce033581022a: Waiting 2022-09-27T15:26:55.0989526Z 4dcca06c4ba4: Waiting 2022-09-27T15:26:55.0989701Z 74035b85b123: Pulling fs layer 2022-09-27T15:26:55.0989865Z 07ce5bf5da8f: Waiting 2022-09-27T15:26:55.0990045Z 06ceb0d47fa1: Pulling fs layer 2022-09-27T15:26:55.0990222Z 5d22ab10910c: Waiting 2022-09-27T15:26:55.0990380Z ada7e5d30c2e: Waiting 2022-09-27T15:26:55.0990561Z d54dedf3c273: Pulling fs layer 2022-09-27T15:26:55.0990750Z f14b7a316dd4: Pulling fs layer 2022-09-27T15:26:55.0990933Z d19943b4c20d: Pulling fs layer 2022-09-27T15:26:55.0991115Z b9e22897f744: Waiting 2022-09-27T15:26:55.0991295Z 01103fa1cebd: Pulling fs layer 2022-09-27T15:26:55.0991460Z 94b3f24375e0: Waiting 2022-09-27T15:26:55.0991646Z a09ce63c712c: Pulling fs layer 2022-09-27T15:26:55.0991829Z 31ed79570fc1: Waiting 2022-09-27T15:26:55.0991999Z 11c79af0c20c: Pulling fs layer 2022-09-27T15:26:55.0992176Z 3a05e9967e15: Waiting 2022-09-27T15:26:55.0992346Z f9ca5db0abb2: Waiting 2022-09-27T15:26:55.0992504Z 04d340d5ef37: Waiting 2022-09-27T15:26:55.0992697Z 5da21a9573ae: Pulling fs layer 2022-09-27T15:26:55.0993095Z 859ab55d797e: Waiting 2022-09-27T15:26:55.0993276Z e4a8bf8e8d45: Pulling fs layer 2022-09-27T15:26:55.0993443Z 7bbe9cf24f05: Waiting 2022-09-27T15:26:55.0993628Z 9c52b928c261: Pulling fs layer 2022-09-27T15:26:55.0993816Z 659618ffaa02: Pulling fs layer 2022-09-27T15:26:55.0993979Z 74035b85b123: Waiting 2022-09-27T15:26:55.0994157Z b7f08fdcf6d3: Pulling fs layer 2022-09-27T15:26:55.0994340Z a3fee62ea02a: Waiting 2022-09-27T15:26:55.0994494Z 72b473207039: Waiting 2022-09-27T15:26:55.0994658Z 06ceb0d47fa1: Waiting 2022-09-27T15:26:55.0994822Z 01103fa1cebd: Waiting 2022-09-27T15:26:55.0994974Z a09ce63c712c: Waiting 2022-09-27T15:26:55.0995247Z f14b7a316dd4: Waiting 2022-09-27T15:26:55.0995420Z b7f08fdcf6d3: Waiting 2022-09-27T15:26:55.0995573Z 659618ffaa02: Waiting 2022-09-27T15:26:55.0995740Z 11c79af0c20c: Waiting 2022-09-27T15:26:55.0995905Z e4a8bf8e8d45: Waiting 2022-09-27T15:26:55.0996058Z d19943b4c20d: Waiting 2022-09-27T15:26:55.1819806Z 771876fe31a1: Download complete 2022-09-27T15:26:55.2825909Z a0688296bf6b: Verifying Checksum 2022-09-27T15:26:55.2826273Z a0688296bf6b: Download complete 2022-09-27T15:26:55.4749321Z 726b8a513d66: Verifying Checksum 2022-09-27T15:26:55.4749866Z 726b8a513d66: Download complete 2022-09-27T15:26:55.5495459Z e668b860b3aa: Verifying Checksum 2022-09-27T15:26:55.5496092Z e668b860b3aa: Download complete 2022-09-27T15:26:55.6144555Z 5b6d14bb2665: Download complete 2022-09-27T15:26:55.7031823Z bb4e2b58c04f: Verifying Checksum 2022-09-27T15:26:55.7032235Z bb4e2b58c04f: Download complete 2022-09-27T15:26:55.7759499Z 4c2c06a040d9: Verifying Checksum 2022-09-27T15:26:55.7761936Z 4c2c06a040d9: Download complete 2022-09-27T15:26:55.8693751Z 4aff28e7d246: Verifying Checksum 2022-09-27T15:26:55.8694270Z 4aff28e7d246: Download complete 2022-09-27T15:26:55.9397311Z a39347297f16: Download complete 2022-09-27T15:26:56.0331074Z 61183b06c760: Verifying Checksum 2022-09-27T15:26:56.0331331Z 61183b06c760: Download complete 2022-09-27T15:26:56.0999788Z c06018919921: Verifying Checksum 2022-09-27T15:26:56.1000058Z c06018919921: Download complete 2022-09-27T15:26:56.1512390Z 726b8a513d66: Pull complete 2022-09-27T15:26:56.2571380Z 771876fe31a1: Pull complete 2022-09-27T15:26:56.3650908Z 3341c688c105: Verifying Checksum 2022-09-27T15:26:56.3651272Z 3341c688c105: Download complete 2022-09-27T15:26:56.4308672Z 3957a262cb15: Download complete 2022-09-27T15:26:56.5141723Z 8a9a548b9618: Verifying Checksum 2022-09-27T15:26:56.5141972Z 8a9a548b9618: Download complete 2022-09-27T15:26:56.5921552Z 3852b5c446bf: Download complete 2022-09-27T15:26:56.6685891Z 8ee38361fe98: Download complete 2022-09-27T15:26:56.7562754Z 3a185c821aec: Download complete 2022-09-27T15:26:56.8342567Z 895ee99b77c2: Verifying Checksum 2022-09-27T15:26:56.8342860Z 895ee99b77c2: Download complete 2022-09-27T15:26:56.8996836Z 6cf940733081: Verifying Checksum 2022-09-27T15:26:56.8997166Z 6cf940733081: Download complete 2022-09-27T15:26:56.9890022Z 0c2bc9cf436c: Download complete 2022-09-27T15:26:57.0549586Z 6070158a37e4: Verifying Checksum 2022-09-27T15:26:57.0550089Z 6070158a37e4: Download complete 2022-09-27T15:26:57.1199890Z a3fee62ea02a: Verifying Checksum 2022-09-27T15:26:57.1200472Z a3fee62ea02a: Download complete 2022-09-27T15:26:58.0612427Z fbac2ec6703f: Verifying Checksum 2022-09-27T15:26:58.0612925Z fbac2ec6703f: Download complete 2022-09-27T15:26:58.1484924Z 6a670c6d461b: Download complete 2022-09-27T15:26:58.2179661Z 11c6d3fdecf8: Verifying Checksum 2022-09-27T15:26:58.2179964Z 11c6d3fdecf8: Download complete 2022-09-27T15:26:58.2963159Z b3c05bc08a6d: Verifying Checksum 2022-09-27T15:26:58.2963534Z b3c05bc08a6d: Download complete 2022-09-27T15:26:58.4128292Z 2a8cd9ebff90: Verifying Checksum 2022-09-27T15:26:58.4128572Z 2a8cd9ebff90: Download complete 2022-09-27T15:26:58.5066023Z d0bc479411ab: Verifying Checksum 2022-09-27T15:26:58.5066297Z d0bc479411ab: Download complete 2022-09-27T15:26:58.5726745Z 3e5c136468b5: Verifying Checksum 2022-09-27T15:26:58.5727049Z 3e5c136468b5: Download complete 2022-09-27T15:26:58.6386018Z 4dcca06c4ba4: Verifying Checksum 2022-09-27T15:26:58.6386497Z 4dcca06c4ba4: Download complete 2022-09-27T15:26:58.7118192Z 5d22ab10910c: Verifying Checksum 2022-09-27T15:26:58.7119182Z 5d22ab10910c: Download complete 2022-09-27T15:26:58.7818371Z 40f0e904450c: Download complete 2022-09-27T15:26:58.8624920Z cd0043c871c3: Verifying Checksum 2022-09-27T15:26:58.8625224Z cd0043c871c3: Download complete 2022-09-27T15:26:58.9343289Z 07ce5bf5da8f: Verifying Checksum 2022-09-27T15:26:58.9343744Z 07ce5bf5da8f: Download complete 2022-09-27T15:26:59.0261682Z ada7e5d30c2e: Verifying Checksum 2022-09-27T15:26:59.0262082Z ada7e5d30c2e: Download complete 2022-09-27T15:26:59.1521727Z b9e22897f744: Verifying Checksum 2022-09-27T15:26:59.1522115Z b9e22897f744: Download complete 2022-09-27T15:27:01.5773944Z ce033581022a: Verifying Checksum 2022-09-27T15:27:01.5774262Z ce033581022a: Download complete 2022-09-27T15:27:01.6762945Z f9ca5db0abb2: Download complete 2022-09-27T15:27:01.7579091Z 859ab55d797e: Download complete 2022-09-27T15:27:03.2038208Z 31ed79570fc1: Verifying Checksum 2022-09-27T15:27:03.2039012Z 31ed79570fc1: Download complete 2022-09-27T15:27:03.3146674Z 3a05e9967e15: Verifying Checksum 2022-09-27T15:27:03.3146954Z 3a05e9967e15: Download complete 2022-09-27T15:27:03.4022100Z 04d340d5ef37: Verifying Checksum 2022-09-27T15:27:03.4022563Z 04d340d5ef37: Download complete 2022-09-27T15:27:04.2307659Z 94b3f24375e0: Verifying Checksum 2022-09-27T15:27:04.2308112Z 94b3f24375e0: Download complete 2022-09-27T15:27:04.3207545Z 7bbe9cf24f05: Verifying Checksum 2022-09-27T15:27:04.3207916Z 7bbe9cf24f05: Download complete 2022-09-27T15:27:04.4096570Z 2a8cd9ebff90: Pull complete 2022-09-27T15:27:04.4219998Z 74035b85b123: Verifying Checksum 2022-09-27T15:27:04.4220364Z 74035b85b123: Download complete 2022-09-27T15:27:04.5122843Z 06ceb0d47fa1: Verifying Checksum 2022-09-27T15:27:04.5123216Z 06ceb0d47fa1: Download complete 2022-09-27T15:27:04.5809239Z d54dedf3c273: Verifying Checksum 2022-09-27T15:27:04.5809652Z d54dedf3c273: Download complete 2022-09-27T15:27:04.6979767Z a0688296bf6b: Pull complete 2022-09-27T15:27:05.0264334Z f14b7a316dd4: Verifying Checksum 2022-09-27T15:27:05.0264719Z f14b7a316dd4: Download complete 2022-09-27T15:27:05.0986165Z d19943b4c20d: Verifying Checksum 2022-09-27T15:27:05.0986891Z d19943b4c20d: Download complete 2022-09-27T15:27:05.1731677Z 01103fa1cebd: Verifying Checksum 2022-09-27T15:27:05.1732355Z 01103fa1cebd: Download complete 2022-09-27T15:27:07.9813891Z 3341c688c105: Pull complete 2022-09-27T15:27:08.4955792Z e668b860b3aa: Pull complete 2022-09-27T15:27:08.7175496Z 5b6d14bb2665: Pull complete 2022-09-27T15:27:08.9631728Z bb4e2b58c04f: Pull complete 2022-09-27T15:27:09.1030958Z 4c2c06a040d9: Pull complete 2022-09-27T15:27:09.3407823Z 4aff28e7d246: Pull complete 2022-09-27T15:27:09.5710399Z a39347297f16: Pull complete 2022-09-27T15:27:09.7924520Z 61183b06c760: Pull complete 2022-09-27T15:27:10.0077194Z c06018919921: Pull complete 2022-09-27T15:27:10.1654215Z a09ce63c712c: Verifying Checksum 2022-09-27T15:27:10.1654635Z a09ce63c712c: Download complete 2022-09-27T15:27:10.2562135Z 11c79af0c20c: Download complete 2022-09-27T15:27:10.3397997Z 5da21a9573ae: Verifying Checksum 2022-09-27T15:27:10.3398373Z 5da21a9573ae: Download complete 2022-09-27T15:27:10.4219200Z e4a8bf8e8d45: Verifying Checksum 2022-09-27T15:27:10.4219509Z e4a8bf8e8d45: Download complete 2022-09-27T15:27:10.4948843Z 9c52b928c261: Verifying Checksum 2022-09-27T15:27:10.4949330Z 9c52b928c261: Download complete 2022-09-27T15:27:10.5745045Z 659618ffaa02: Download complete 2022-09-27T15:27:11.7433669Z b7f08fdcf6d3: Verifying Checksum 2022-09-27T15:27:11.7433943Z b7f08fdcf6d3: Download complete 2022-09-27T15:27:27.3627572Z 499bbad0745d: Verifying Checksum 2022-09-27T15:27:27.3627834Z 499bbad0745d: Download complete 2022-09-27T15:27:36.5964520Z 72b473207039: Verifying Checksum 2022-09-27T15:27:36.5966287Z 72b473207039: Download complete 2022-09-27T15:27:53.5589972Z 499bbad0745d: Pull complete 2022-09-27T15:27:53.9562134Z 3957a262cb15: Pull complete 2022-09-27T15:27:54.1650763Z 8a9a548b9618: Pull complete 2022-09-27T15:27:54.4058515Z 3852b5c446bf: Pull complete 2022-09-27T15:27:54.6393706Z 8ee38361fe98: Pull complete 2022-09-27T15:27:54.8873677Z 3a185c821aec: Pull complete 2022-09-27T15:27:55.1118856Z 895ee99b77c2: Pull complete 2022-09-27T15:27:55.3475794Z 6cf940733081: Pull complete 2022-09-27T15:27:55.5543285Z 0c2bc9cf436c: Pull complete 2022-09-27T15:27:55.7559180Z 6070158a37e4: Pull complete 2022-09-27T15:27:55.8883894Z a3fee62ea02a: Pull complete 2022-09-27T15:27:57.7996406Z fbac2ec6703f: Pull complete 2022-09-27T15:27:58.0356308Z 6a670c6d461b: Pull complete 2022-09-27T15:27:58.2620533Z 11c6d3fdecf8: Pull complete 2022-09-27T15:27:58.5360489Z b3c05bc08a6d: Pull complete 2022-09-27T15:27:58.7840479Z db021ac56874: Pull complete 2022-09-27T15:27:58.9871363Z d0bc479411ab: Pull complete 2022-09-27T15:28:03.2295813Z ce033581022a: Pull complete 2022-09-27T15:28:03.4285144Z 3e5c136468b5: Pull complete 2022-09-27T15:28:03.5207196Z 4dcca06c4ba4: Pull complete 2022-09-27T15:28:03.6323923Z 5d22ab10910c: Pull complete 2022-09-27T15:28:03.7334239Z 40f0e904450c: Pull complete 2022-09-27T15:28:03.8447513Z cd0043c871c3: Pull complete 2022-09-27T15:28:03.9742102Z 07ce5bf5da8f: Pull complete 2022-09-27T15:28:04.0646629Z ada7e5d30c2e: Pull complete 2022-09-27T15:28:04.1688281Z b9e22897f744: Pull complete 2022-09-27T15:28:11.0508292Z 31ed79570fc1: Pull complete 2022-09-27T15:28:11.2849527Z f9ca5db0abb2: Pull complete 2022-09-27T15:28:11.5031014Z 859ab55d797e: Pull complete 2022-09-27T15:28:26.9510784Z 72b473207039: Pull complete 2022-09-27T15:28:27.4450407Z 3a05e9967e15: Pull complete 2022-09-27T15:28:27.6306935Z 04d340d5ef37: Pull complete 2022-09-27T15:28:28.8330458Z 94b3f24375e0: Pull complete 2022-09-27T15:28:29.0351014Z 7bbe9cf24f05: Pull complete 2022-09-27T15:28:29.2333651Z 74035b85b123: Pull complete 2022-09-27T15:28:29.4211247Z 06ceb0d47fa1: Pull complete 2022-09-27T15:28:29.5893724Z d54dedf3c273: Pull complete 2022-09-27T15:28:29.9955497Z f14b7a316dd4: Pull complete 2022-09-27T15:28:30.2288268Z d19943b4c20d: Pull complete 2022-09-27T15:28:30.4150915Z 01103fa1cebd: Pull complete 2022-09-27T15:28:34.2328344Z a09ce63c712c: Pull complete 2022-09-27T15:28:34.4669112Z 11c79af0c20c: Pull complete 2022-09-27T15:28:34.6550063Z 5da21a9573ae: Pull complete 2022-09-27T15:28:34.8707331Z e4a8bf8e8d45: Pull complete 2022-09-27T15:28:35.0900276Z 9c52b928c261: Pull complete 2022-09-27T15:28:35.3476963Z 659618ffaa02: Pull complete 2022-09-27T15:28:37.0106829Z b7f08fdcf6d3: Pull complete 2022-09-27T15:28:37.1214427Z Digest: sha256:e9db1e9f59a75821add26dfb4133d4c92a02559f34ad8230c2fd96064dcdded6 2022-09-27T15:28:37.1644614Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:37.1883726Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:37.1940288Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-09-27T15:28:37.1940571Z python3 -m pip install psutil==5.9.1 2022-09-27T15:28:37.1940806Z python3 -m pip install pynvml==11.4.1 2022-09-27T15:28:37.1941061Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-09-27T15:28:37.1941324Z echo "::set-output name=monitor-script-pid::${!}" 2022-09-27T15:28:37.5004359Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:37.5004601Z env: 2022-09-27T15:28:37.5004769Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:37.5004957Z ##[endgroup] 2022-09-27T15:28:40.4242985Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:28:40.4778129Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-09-27T15:28:41.0233682Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:28:41.0420280Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-09-27T15:28:41.2575796Z Prepare all required actions 2022-09-27T15:28:41.2576061Z Getting action download info 2022-09-27T15:28:41.4236275Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-09-27T15:28:41.6532590Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-09-27T15:28:41.8040686Z ##[group]Run ./.github/actions/download-build-artifacts 2022-09-27T15:28:41.8040911Z with: 2022-09-27T15:28:41.8041086Z name: linux-bionic-py3.7-clang9 2022-09-27T15:28:41.8041347Z env: 2022-09-27T15:28:41.8041520Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:41.8041689Z ##[endgroup] 2022-09-27T15:28:41.8142174Z ##[group]Run seemethere/download-artifact-s3@v4 2022-09-27T15:28:41.8142411Z with: 2022-09-27T15:28:41.8142664Z name: linux-bionic-py3.7-clang9 2022-09-27T15:28:41.8142939Z s3-bucket: gha-artifacts 2022-09-27T15:28:41.8143175Z region: us-east-1 2022-09-27T15:28:41.8143399Z env: 2022-09-27T15:28:41.8143698Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:41.8143906Z ##[endgroup] 2022-09-27T15:28:43.1652615Z Found 1 objects with prefix pytorch/pytorch/3133193930/linux-bionic-py3.7-clang9/ 2022-09-27T15:28:43.1653419Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:28:46.5055124Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:28:46.5055377Z 2022-09-27T15:28:46.5056130Z Artifact download has finished successfully 2022-09-27T15:28:46.5162183Z ##[group]Run unzip -o artifacts.zip 2022-09-27T15:28:46.5162431Z unzip -o artifacts.zip 2022-09-27T15:28:46.5174025Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:46.5174243Z env: 2022-09-27T15:28:46.5174417Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:46.5174589Z ##[endgroup] 2022-09-27T15:28:46.5449144Z Archive: artifacts.zip 2022-09-27T15:28:46.5449864Z creating: dist/ 2022-09-27T15:28:47.3681219Z inflating: dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:28:47.3681725Z creating: build/custom_test_artifacts/ 2022-09-27T15:28:47.3682295Z creating: build/custom_test_artifacts/custom-op-build/ 2022-09-27T15:28:47.3682913Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-09-27T15:28:47.3685051Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:47.3685836Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:47.3686568Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:47.3687344Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:47.3688089Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:47.3689328Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:47.3690714Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:47.3691491Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:47.3692264Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:47.3694391Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:47.3695385Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:47.3696938Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:47.3697981Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:47.3699195Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:47.3699973Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:47.3700382Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:47.3701175Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:47.3701649Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:47.3702054Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-09-27T15:28:47.3702679Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-09-27T15:28:47.3703630Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-09-27T15:28:47.3704460Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-09-27T15:28:47.3705287Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-09-27T15:28:47.3706117Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-09-27T15:28:47.3706952Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-09-27T15:28:47.3707778Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-09-27T15:28:47.3708606Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-09-27T15:28:47.3709399Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-09-27T15:28:47.3725548Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-09-27T15:28:47.3784100Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-09-27T15:28:47.3784988Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-09-27T15:28:47.3785828Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-09-27T15:28:47.3786701Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-09-27T15:28:47.3787548Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-09-27T15:28:47.3788391Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-09-27T15:28:47.3789229Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-09-27T15:28:47.3790055Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-09-27T15:28:47.3790880Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-09-27T15:28:47.3791698Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-09-27T15:28:47.3792486Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-09-27T15:28:47.3807263Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-09-27T15:28:47.3844357Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-09-27T15:28:47.3845367Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:47.3846223Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:47.3847011Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-09-27T15:28:47.3847882Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-09-27T15:28:47.3848592Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:47.3849309Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-09-27T15:28:47.3850289Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-09-27T15:28:47.3850976Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-09-27T15:28:47.3902707Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-09-27T15:28:47.3934410Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-09-27T15:28:47.3935219Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-09-27T15:28:47.3935804Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-09-27T15:28:47.3936803Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:47.3937697Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:47.3938441Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:47.3939201Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:47.3939945Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:47.3941874Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:47.3943075Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:47.3943856Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:47.3944618Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:47.3946605Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:47.3947776Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:47.3949335Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:47.3950195Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:47.3951576Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:47.3952574Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:47.3953514Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:47.3954241Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:47.3955014Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:47.3955777Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-09-27T15:28:47.3956592Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-09-27T15:28:47.3957468Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-09-27T15:28:47.3958315Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-09-27T15:28:47.3959144Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-09-27T15:28:47.3959958Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-09-27T15:28:47.3960763Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-09-27T15:28:47.3961578Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-09-27T15:28:47.3962493Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-09-27T15:28:47.3963264Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-09-27T15:28:47.3977750Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-09-27T15:28:47.4002547Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-09-27T15:28:47.4003468Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:47.4004422Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:47.4005197Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-09-27T15:28:47.4005994Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-09-27T15:28:47.4006718Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:47.4007556Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-09-27T15:28:47.4008456Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-09-27T15:28:47.4009137Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-09-27T15:28:47.4029582Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-09-27T15:28:47.4030259Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-09-27T15:28:47.4030925Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-09-27T15:28:47.4032943Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:47.4033697Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:47.4034444Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:47.4035262Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:47.4036044Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:47.4037669Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:47.4039014Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:47.4039949Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:47.4040751Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:47.4042431Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:47.4043781Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:47.4045379Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:47.4046290Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:47.4047594Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:47.4048587Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:47.4049392Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:47.4050300Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:47.4051094Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:47.4052020Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-09-27T15:28:47.4052897Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-09-27T15:28:47.4053809Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-09-27T15:28:47.4054705Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-09-27T15:28:47.4055559Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-09-27T15:28:47.4056521Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-09-27T15:28:47.4057381Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-09-27T15:28:47.4058249Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-09-27T15:28:47.4059097Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-09-27T15:28:47.4059934Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-09-27T15:28:47.4060852Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-09-27T15:28:47.4141083Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-09-27T15:28:47.4142021Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-09-27T15:28:47.4142926Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-09-27T15:28:47.4143859Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-09-27T15:28:47.4144805Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-09-27T15:28:47.4145689Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-09-27T15:28:47.4146605Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-09-27T15:28:47.4147470Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-09-27T15:28:47.4148342Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-09-27T15:28:47.4149222Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-09-27T15:28:47.4150090Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-09-27T15:28:47.4164276Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-09-27T15:28:47.4183602Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-09-27T15:28:47.4184574Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:47.4185449Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:47.4186253Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-09-27T15:28:47.4187022Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-09-27T15:28:47.4187788Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:47.4188686Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-09-27T15:28:47.4189753Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-09-27T15:28:47.4190506Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-09-27T15:28:47.4260306Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-09-27T15:28:47.4276505Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-09-27T15:28:47.4276972Z creating: build/lib/ 2022-09-27T15:28:47.4277336Z inflating: build/lib/libclog.a 2022-09-27T15:28:47.4332728Z inflating: build/lib/libgtest.a 2022-09-27T15:28:47.4340588Z inflating: build/lib/libpthreadpool.a 2022-09-27T15:28:47.4402681Z inflating: build/lib/libbenchmark.a 2022-09-27T15:28:47.4475887Z inflating: build/lib/libprotobuf-lite.a 2022-09-27T15:28:47.4483458Z inflating: build/lib/libittnotify.a 2022-09-27T15:28:47.4544434Z inflating: build/lib/libasmjit.a 2022-09-27T15:28:47.4569081Z inflating: build/lib/libtensorpipe_uv.a 2022-09-27T15:28:47.4633658Z inflating: build/lib/libgloo.a 2022-09-27T15:28:47.5010450Z inflating: build/lib/libprotobuf.a 2022-09-27T15:28:47.5024586Z inflating: build/lib/libfmt.a 2022-09-27T15:28:47.5025451Z inflating: build/lib/libfoxi_loader.a 2022-09-27T15:28:47.5073361Z inflating: build/lib/libc10.so 2022-09-27T15:28:47.5073948Z inflating: build/lib/libtorch_global_deps.so 2022-09-27T15:28:47.5081370Z inflating: build/lib/libcpuinfo.a 2022-09-27T15:28:47.5088469Z inflating: build/lib/libcpuinfo_internals.a 2022-09-27T15:28:47.5100688Z inflating: build/lib/libqnnpack.a 2022-09-27T15:28:47.5103276Z inflating: build/lib/libnnpack_reference_layers.a 2022-09-27T15:28:47.5121645Z inflating: build/lib/libpytorch_qnnpack.a 2022-09-27T15:28:47.5133219Z inflating: build/lib/libgmock.a 2022-09-27T15:28:47.5133987Z inflating: build/lib/libgtest_main.a 2022-09-27T15:28:47.5134561Z inflating: build/lib/libbenchmark_main.a 2022-09-27T15:28:47.5555893Z inflating: build/lib/libprotoc.a 2022-09-27T15:28:48.4614285Z inflating: build/lib/libdnnl.a 2022-09-27T15:28:48.4630645Z inflating: build/lib/libnnpack.a 2022-09-27T15:28:48.5091277Z inflating: build/lib/libtensorpipe.a 2022-09-27T15:28:48.5091735Z inflating: build/lib/libgmock_main.a 2022-09-27T15:28:48.6035672Z inflating: build/lib/libfbgemm.a 2022-09-27T15:28:48.6994412Z inflating: build/lib/libdnnl_graph.a 2022-09-27T15:28:48.7166064Z inflating: build/lib/libkineto.a 2022-09-27T15:28:48.7202933Z inflating: build/lib/libcaffe2_protos.a 2022-09-27T15:28:48.7243563Z inflating: build/lib/libonnx_proto.a 2022-09-27T15:28:48.7347492Z inflating: build/lib/libXNNPACK.a 2022-09-27T15:28:48.7866563Z inflating: build/lib/libonnx.a 2022-09-27T15:28:50.6970347Z inflating: build/lib/libtorch_cpu.so 2022-09-27T15:28:50.6970824Z inflating: build/lib/libtorch.so 2022-09-27T15:28:50.6975069Z inflating: build/lib/libshm.so 2022-09-27T15:28:50.6997034Z inflating: build/lib/libjitbackend_test.so 2022-09-27T15:28:50.7051931Z inflating: build/lib/libtorchbind_test.so 2022-09-27T15:28:50.7077130Z inflating: build/lib/libbackend_with_compiler.so 2022-09-27T15:28:50.8634030Z inflating: build/lib/libtorch_python.so 2022-09-27T15:28:50.8670039Z inflating: build/lib/libnnapi_backend.so 2022-09-27T15:28:50.8670457Z creating: build/bin/ 2022-09-27T15:28:50.8715410Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-09-27T15:28:50.8761169Z inflating: build/bin/c10_DeviceGuard_test 2022-09-27T15:28:50.8806445Z inflating: build/bin/c10_Device_test 2022-09-27T15:28:50.8858699Z inflating: build/bin/c10_DispatchKeySet_test 2022-09-27T15:28:50.8902492Z inflating: build/bin/c10_StreamGuard_test 2022-09-27T15:28:50.8947590Z inflating: build/bin/c10_SymInt_test 2022-09-27T15:28:50.8996089Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-09-27T15:28:50.9046127Z inflating: build/bin/c10_InlineStreamGuard_test 2022-09-27T15:28:50.9090397Z inflating: build/bin/c10_Array_test 2022-09-27T15:28:50.9140742Z inflating: build/bin/c10_SizesAndStrides_test 2022-09-27T15:28:50.9187687Z inflating: build/bin/c10_Bitset_test 2022-09-27T15:28:50.9231868Z inflating: build/bin/c10_ConstexprCrc_test 2022-09-27T15:28:50.9277652Z inflating: build/bin/c10_C++17_test 2022-09-27T15:28:50.9322611Z inflating: build/bin/c10_Half_test 2022-09-27T15:28:50.9367821Z inflating: build/bin/c10_DeadlockDetection_test 2022-09-27T15:28:50.9417971Z inflating: build/bin/c10_LeftRight_test 2022-09-27T15:28:50.9472261Z inflating: build/bin/c10_Metaprogramming_test 2022-09-27T15:28:50.9606180Z inflating: build/bin/c10_SmallVectorTest 2022-09-27T15:28:50.9651427Z inflating: build/bin/c10_Synchronized_test 2022-09-27T15:28:50.9697199Z inflating: build/bin/c10_TypeIndex_test 2022-09-27T15:28:50.9746195Z inflating: build/bin/c10_ThreadLocal_test 2022-09-27T15:28:50.9791801Z inflating: build/bin/c10_TypeList_test 2022-09-27T15:28:50.9835799Z inflating: build/bin/c10_TypeTraits_test 2022-09-27T15:28:50.9882244Z inflating: build/bin/c10_accumulate_test 2022-09-27T15:28:50.9930998Z inflating: build/bin/c10_bfloat16_test 2022-09-27T15:28:50.9980017Z inflating: build/bin/c10_complex_test 2022-09-27T15:28:51.0029684Z inflating: build/bin/c10_complex_math_test 2022-09-27T15:28:51.0118945Z inflating: build/bin/c10_either_test 2022-09-27T15:28:51.0166021Z inflating: build/bin/c10_exception_test 2022-09-27T15:28:51.0211826Z inflating: build/bin/c10_flags_test 2022-09-27T15:28:51.0341492Z inflating: build/bin/c10_intrusive_ptr_test 2022-09-27T15:28:51.0386933Z inflating: build/bin/c10_irange_test 2022-09-27T15:28:51.0436029Z inflating: build/bin/c10_logging_test 2022-09-27T15:28:51.0504465Z inflating: build/bin/c10_optional_test 2022-09-27T15:28:51.0559932Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-09-27T15:28:51.0608231Z inflating: build/bin/c10_registry_test 2022-09-27T15:28:51.0659379Z inflating: build/bin/c10_string_view_test 2022-09-27T15:28:51.0705098Z inflating: build/bin/c10_tempfile_test 2022-09-27T15:28:51.0745345Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-09-27T15:28:51.0793632Z inflating: build/bin/c10_typeid_test 2022-09-27T15:28:51.1159457Z inflating: build/bin/protoc-3.13.0.0 2022-09-27T15:28:51.1524580Z inflating: build/bin/protoc 2022-09-27T15:28:51.1819674Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-09-27T15:28:51.2127007Z inflating: build/bin/vec_test_all_types_AVX512 2022-09-27T15:28:51.2447380Z inflating: build/bin/vec_test_all_types_AVX2 2022-09-27T15:28:51.2494843Z inflating: build/bin/FileStoreTest 2022-09-27T15:28:51.2542361Z inflating: build/bin/HashStoreTest 2022-09-27T15:28:51.2595966Z inflating: build/bin/TCPStoreTest 2022-09-27T15:28:51.2655745Z inflating: build/bin/ProcessGroupGlooTest 2022-09-27T15:28:51.2658630Z inflating: build/bin/example_allreduce 2022-09-27T15:28:51.2708110Z inflating: build/bin/test_dist_autograd 2022-09-27T15:28:51.2770529Z inflating: build/bin/test_cpp_rpc 2022-09-27T15:28:51.2772805Z inflating: build/bin/parallel_benchmark 2022-09-27T15:28:51.2834234Z inflating: build/bin/test_mobile_nnc 2022-09-27T15:28:51.2843707Z inflating: build/bin/aot_model_compiler_test 2022-09-27T15:28:51.2908694Z inflating: build/bin/Dict_test 2022-09-27T15:28:51.2955657Z inflating: build/bin/Dimname_test 2022-09-27T15:28:51.3016505Z inflating: build/bin/MaybeOwned_test 2022-09-27T15:28:51.3067314Z inflating: build/bin/NamedTensor_test 2022-09-27T15:28:51.3377750Z inflating: build/bin/test_lazy 2022-09-27T15:28:51.4755507Z inflating: build/bin/test_api 2022-09-27T15:28:51.4807456Z inflating: build/bin/apply_utils_test 2022-09-27T15:28:51.4860081Z inflating: build/bin/atest 2022-09-27T15:28:51.4916492Z inflating: build/bin/basic 2022-09-27T15:28:51.4965198Z inflating: build/bin/broadcast_test 2022-09-27T15:28:51.5017054Z inflating: build/bin/cpu_generator_test 2022-09-27T15:28:51.5064627Z inflating: build/bin/cpu_profiling_allocator_test 2022-09-27T15:28:51.5109900Z inflating: build/bin/dlconvertor_test 2022-09-27T15:28:51.5155235Z inflating: build/bin/dispatch_key_set_test 2022-09-27T15:28:51.5237830Z inflating: build/bin/cpu_rng_test 2022-09-27T15:28:51.5291181Z inflating: build/bin/extension_backend_test 2022-09-27T15:28:51.5338754Z inflating: build/bin/half_test 2022-09-27T15:28:51.5427731Z inflating: build/bin/ivalue_test 2022-09-27T15:28:51.5473021Z inflating: build/bin/lazy_tensor_test 2022-09-27T15:28:51.5521028Z inflating: build/bin/math_kernel_test 2022-09-27T15:28:51.5568672Z inflating: build/bin/memory_format_test 2022-09-27T15:28:51.5615957Z inflating: build/bin/memory_overlapping_test 2022-09-27T15:28:51.5661446Z inflating: build/bin/operator_name_test 2022-09-27T15:28:51.5709249Z inflating: build/bin/mobile_memory_cleanup 2022-09-27T15:28:51.5761049Z inflating: build/bin/native_test 2022-09-27T15:28:51.5807533Z inflating: build/bin/packedtensoraccessor_test 2022-09-27T15:28:51.5853235Z inflating: build/bin/operators_test 2022-09-27T15:28:51.5916606Z inflating: build/bin/pow_test 2022-09-27T15:28:51.5967121Z inflating: build/bin/quantized_test 2022-09-27T15:28:51.6012111Z inflating: build/bin/reduce_ops_test 2022-09-27T15:28:51.6057866Z inflating: build/bin/reportMemoryUsage_test 2022-09-27T15:28:51.6109472Z inflating: build/bin/scalar_tensor_test 2022-09-27T15:28:51.6159937Z inflating: build/bin/scalar_test 2022-09-27T15:28:51.6206566Z inflating: build/bin/stride_properties_test 2022-09-27T15:28:51.6279659Z inflating: build/bin/tensor_iterator_test 2022-09-27T15:28:51.6326809Z inflating: build/bin/type_ptr_test 2022-09-27T15:28:51.6329011Z inflating: build/bin/thread_init_test 2022-09-27T15:28:51.6377245Z inflating: build/bin/test_parallel 2022-09-27T15:28:51.6422024Z inflating: build/bin/variant_test 2022-09-27T15:28:51.6478385Z inflating: build/bin/type_test 2022-09-27T15:28:51.6525715Z inflating: build/bin/undefined_tensor_test 2022-09-27T15:28:51.6526396Z inflating: build/bin/verify_api_visibility 2022-09-27T15:28:51.6595082Z inflating: build/bin/vmap_test 2022-09-27T15:28:51.6641094Z inflating: build/bin/weakref_test 2022-09-27T15:28:51.6687231Z inflating: build/bin/wrapdim_test 2022-09-27T15:28:51.6732005Z inflating: build/bin/xla_tensor_test 2022-09-27T15:28:51.6785481Z inflating: build/bin/IListRef_test 2022-09-27T15:28:51.6877116Z inflating: build/bin/List_test 2022-09-27T15:28:51.6933833Z inflating: build/bin/KernelFunction_test 2022-09-27T15:28:51.7054838Z inflating: build/bin/kernel_function_legacy_test 2022-09-27T15:28:51.7177548Z inflating: build/bin/kernel_lambda_legacy_test 2022-09-27T15:28:51.7266481Z inflating: build/bin/kernel_function_test 2022-09-27T15:28:51.7362996Z inflating: build/bin/kernel_lambda_test 2022-09-27T15:28:51.7417702Z inflating: build/bin/kernel_stackbased_test 2022-09-27T15:28:51.7507936Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-09-27T15:28:51.7553259Z inflating: build/bin/CppSignature_test 2022-09-27T15:28:51.7597238Z inflating: build/bin/op_allowlist_test 2022-09-27T15:28:51.7888553Z inflating: build/bin/op_registration_test 2022-09-27T15:28:51.7937989Z inflating: build/bin/backend_fallback_test 2022-09-27T15:28:51.7984594Z inflating: build/bin/inline_container_test 2022-09-27T15:28:51.8002001Z inflating: build/bin/tutorial_tensorexpr 2022-09-27T15:28:51.8006941Z inflating: build/bin/torch_shm_manager 2022-09-27T15:28:51.9115192Z inflating: build/bin/test_tensorexpr 2022-09-27T15:28:51.9670010Z inflating: build/bin/test_jit 2022-09-27T15:28:51.9671047Z inflating: .pytorch-test-times.json 2022-09-27T15:28:51.9695609Z ##[group]Run df -H 2022-09-27T15:28:51.9695801Z df -H 2022-09-27T15:28:51.9707079Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:51.9707302Z env: 2022-09-27T15:28:51.9707478Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:51.9707654Z ##[endgroup] 2022-09-27T15:28:52.0049780Z Filesystem Size Used Avail Use% Mounted on 2022-09-27T15:28:52.0050252Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-09-27T15:28:52.0050628Z tmpfs 8.2G 185k 8.2G 1% /dev/shm 2022-09-27T15:28:52.0050834Z tmpfs 8.2G 431k 8.2G 1% /run 2022-09-27T15:28:52.0051040Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-09-27T15:28:52.0051550Z /dev/nvme0n1p1 162G 20G 142G 13% / 2022-09-27T15:28:52.0082774Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T15:28:52.0083022Z .github/scripts/parse_ref.py 2022-09-27T15:28:52.0094041Z shell: /usr/bin/bash -e {0} 2022-09-27T15:28:52.0094213Z env: 2022-09-27T15:28:52.0094394Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:52.0094581Z ##[endgroup] 2022-09-27T15:28:52.0413400Z ##[group]Run set -x 2022-09-27T15:28:52.0413681Z set -x 2022-09-27T15:28:52.0413833Z  2022-09-27T15:28:52.0414031Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-09-27T15:28:52.0414288Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-09-27T15:28:52.0414529Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-09-27T15:28:52.0414768Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-09-27T15:28:52.0414966Z else 2022-09-27T15:28:52.0415155Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:28:52.0415348Z fi 2022-09-27T15:28:52.0415512Z  2022-09-27T15:28:52.0415911Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-09-27T15:28:52.0416142Z  2022-09-27T15:28:52.0416357Z # sanitize the input commit message and PR body here: 2022-09-27T15:28:52.0416572Z # 2022-09-27T15:28:52.0416844Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-09-27T15:28:52.0417219Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-09-27T15:28:52.0417514Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-09-27T15:28:52.0417740Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-09-27T15:28:52.0417922Z  2022-09-27T15:28:52.0418167Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-09-27T15:28:52.0418439Z # wreak havoc internally 2022-09-27T15:28:52.0418675Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-09-27T15:28:52.0418914Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-09-27T15:28:52.0419088Z  2022-09-27T15:28:52.0419312Z # detached container should get cleaned up by teardown_ec2_linux 2022-09-27T15:28:52.0419604Z # TODO: Stop building test binaries as part of the build phase 2022-09-27T15:28:52.0419861Z # Used for GPU_FLAG since that doesn't play nice 2022-09-27T15:28:52.0420098Z # shellcheck disable=SC2086,SC2090 2022-09-27T15:28:52.0420316Z container_name=$(docker run \ 2022-09-27T15:28:52.0420517Z  ${GPU_FLAG:-} \ 2022-09-27T15:28:52.0420699Z  -e BUILD_ENVIRONMENT \ 2022-09-27T15:28:52.0420896Z  -e PR_NUMBER \ 2022-09-27T15:28:52.0421084Z  -e GITHUB_ACTIONS \ 2022-09-27T15:28:52.0421259Z  -e BASE_SHA \ 2022-09-27T15:28:52.0421437Z  -e BRANCH \ 2022-09-27T15:28:52.0421611Z  -e SHA1 \ 2022-09-27T15:28:52.0421789Z  -e AWS_DEFAULT_REGION \ 2022-09-27T15:28:52.0421983Z  -e IN_WHEEL_TEST \ 2022-09-27T15:28:52.0422170Z  -e SHARD_NUMBER \ 2022-09-27T15:28:52.0422345Z  -e TEST_CONFIG \ 2022-09-27T15:28:52.0422534Z  -e NUM_TEST_SHARDS \ 2022-09-27T15:28:52.0422719Z  -e PR_BODY \ 2022-09-27T15:28:52.0422898Z  -e COMMIT_MESSAGES \ 2022-09-27T15:28:52.0423104Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-09-27T15:28:52.0423331Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-09-27T15:28:52.0423525Z  -e PR_LABELS \ 2022-09-27T15:28:52.0423730Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-09-27T15:28:52.0423936Z  -e SCCACHE_BUCKET \ 2022-09-27T15:28:52.0424136Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-09-27T15:28:52.0424316Z  -e XLA_CUDA \ 2022-09-27T15:28:52.0424519Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-09-27T15:28:52.0424765Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-09-27T15:28:52.0425082Z  --ulimit stack=10485760:83886080 \ 2022-09-27T15:28:52.0425309Z  --security-opt seccomp=unconfined \ 2022-09-27T15:28:52.0425531Z  --cap-add=SYS_PTRACE \ 2022-09-27T15:28:52.0425709Z  --ipc=host \ 2022-09-27T15:28:52.0425946Z  --shm-size="${SHM_SIZE}" \ 2022-09-27T15:28:52.0426135Z  --tty \ 2022-09-27T15:28:52.0426293Z  --detach \ 2022-09-27T15:28:52.0426484Z  --name="${container_name}" \ 2022-09-27T15:28:52.0426680Z  --user jenkins \ 2022-09-27T15:28:52.0426909Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-09-27T15:28:52.0427144Z  -w /var/lib/jenkins/workspace \ 2022-09-27T15:28:52.0427349Z  "${DOCKER_IMAGE}" 2022-09-27T15:28:52.0427524Z ) 2022-09-27T15:28:52.0427754Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-09-27T15:28:52.0439382Z shell: /usr/bin/bash -e {0} 2022-09-27T15:28:52.0439569Z env: 2022-09-27T15:28:52.0439730Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:52.0439969Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-09-27T15:28:52.0440191Z PR_NUMBER: 85462 2022-09-27T15:28:52.0440355Z BRANCH: pull/85462 2022-09-27T15:28:52.0440710Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:28:52.0440948Z BASE_SHA: 76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:28:52.0441152Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T15:28:52.0441359Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T15:28:52.0441559Z TEST_CONFIG: dynamo 2022-09-27T15:28:52.0441737Z SHARD_NUMBER: 2 2022-09-27T15:28:52.0441897Z NUM_TEST_SHARDS: 2 2022-09-27T15:28:52.0443602Z PR_BODY: Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory. I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug: ``` import torch import weakref from transformers import DetrForObjectDetection class X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1. def test(): model = DetrForObjectDetection.from_pretrained('facebook/detr-resnet-50') model.to('cuda') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer) test() print(f'{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}') # Should print (, 0), but with cyclic reference, it will print (, ). ``` 2022-09-27T15:28:52.0445549Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-09-27T15:28:52.0445782Z SCCACHE_S3_KEY_PREFIX: pull 2022-09-27T15:28:52.0445968Z SHM_SIZE: 1g 2022-09-27T15:28:52.0446315Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:52.0446635Z XLA_CUDA: 2022-09-27T15:28:52.0446893Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:28:52.0447154Z ##[endgroup] 2022-09-27T15:28:52.0472207Z + [[ dynamo == \m\u\l\t\i\g\p\u ]] 2022-09-27T15:28:52.0472980Z + [[ linux-bionic-py3.7-clang9 == *onnx* ]] 2022-09-27T15:28:52.0473235Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:28:52.0475480Z ++ git cherry -v origin/master 2022-09-27T15:28:52.3236023Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR 2022-09-27T15:28:52.3236716Z + acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR 2022-09-27T15:28:52.3237012Z + 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form 2022-09-27T15:28:52.3237301Z + 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference 2022-09-27T15:28:52.3237572Z + 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:52.3238487Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:52.3250375Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained('\''facebook/detr-resnet-50'\'') model.to('\''cuda'\'') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f'\''{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}'\'') # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:28:52.3252803Z + export 'COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:52.3253872Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:52.3259723Z + export 'PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:28:52.3264016Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:28:52.3265803Z +++ nproc --ignore=2 2022-09-27T15:28:52.3329897Z ++ docker run -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e BASE_SHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e PR_BODY -e COMMIT_MESSAGES -e PYTORCH_RETRY_TEST_CASES -e PYTORCH_OVERRIDE_FLAKY_SIGNAL -e PR_LABELS -e MAX_JOBS=6 -e SCCACHE_BUCKET -e SCCACHE_S3_KEY_PREFIX -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_3133193930 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=1g --tty --detach --name= --user jenkins -v /home/ec2-user/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:29:04.8814311Z + container_name=84307b839dc1ac2cd3caa912c99901ad317fffaa67b64b26ba324a9473c15f62 2022-09-27T15:29:04.8815274Z + docker exec -t 84307b839dc1ac2cd3caa912c99901ad317fffaa67b64b26ba324a9473c15f62 sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-09-27T15:29:05.5828060Z Processing ./dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:29:05.6618163Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+git52424e2) (4.3.0) 2022-09-27T15:29:06.4639087Z Installing collected packages: torch 2022-09-27T15:29:13.0759266Z Successfully installed torch-1.13.0a0+git52424e2 2022-09-27T15:29:13.2683679Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-09-27T15:29:13.2846950Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-09-27T15:29:13.2847811Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T15:29:13.2849083Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-09-27T15:29:13.2849594Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-09-27T15:29:13.2849836Z + BUILD_DIR=build 2022-09-27T15:29:13.2850030Z + BUILD_RENAMED_DIR=build_renamed 2022-09-27T15:29:13.2850245Z + BUILD_BIN_DIR=build/bin 2022-09-27T15:29:13.2850483Z + export VALGRIND=ON 2022-09-27T15:29:13.2850657Z + VALGRIND=ON 2022-09-27T15:29:13.2850915Z + [[ linux-bionic-py3.7-clang9 == *clang9* ]] 2022-09-27T15:29:13.2851172Z + export VALGRIND=OFF 2022-09-27T15:29:13.2851355Z + VALGRIND=OFF 2022-09-27T15:29:13.2851617Z + [[ linux-bionic-py3.7-clang9 != *bazel* ]] 2022-09-27T15:29:13.2852441Z ++ realpath build/custom_test_artifacts 2022-09-27T15:29:13.2904525Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-09-27T15:29:13.2907522Z ++ dirname .jenkins/pytorch/test.sh 2022-09-27T15:29:13.2945304Z + source .jenkins/pytorch/common.sh 2022-09-27T15:29:13.2948457Z +++ dirname .jenkins/pytorch/common.sh 2022-09-27T15:29:13.2956760Z ++ source .jenkins/pytorch/common_utils.sh 2022-09-27T15:29:13.2958704Z +++ declare -f -t trap_add 2022-09-27T15:29:13.2962177Z ++ set -ex 2022-09-27T15:29:13.2962519Z ++ [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-09-27T15:29:13.2962810Z ++ BUILD_TEST_LIBTORCH=0 2022-09-27T15:29:13.2963683Z ++ [[ dynamo == *xla* ]] 2022-09-27T15:29:13.2964139Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-09-27T15:29:13.2964676Z ++ [[ linux-bionic-py3.7-clang9 == *linux-bionic* ]] 2022-09-27T15:29:13.2965009Z ++ which conda 2022-09-27T15:29:13.2978644Z /opt/conda/bin/conda 2022-09-27T15:29:13.2979259Z ++ conda install -q -y cmake 2022-09-27T15:29:16.5481675Z Collecting package metadata (current_repodata.json): ...working... done 2022-09-27T15:29:17.0896398Z Solving environment: ...working... done 2022-09-27T15:29:17.1789344Z 2022-09-27T15:29:17.1789570Z ## Package Plan ## 2022-09-27T15:29:17.1789800Z 2022-09-27T15:29:17.1789960Z environment location: /opt/conda 2022-09-27T15:29:17.1792147Z 2022-09-27T15:29:17.1792640Z added / updated specs: 2022-09-27T15:29:17.1793282Z - cmake 2022-09-27T15:29:17.1793452Z 2022-09-27T15:29:17.1793462Z 2022-09-27T15:29:17.1793669Z The following packages will be downloaded: 2022-09-27T15:29:17.1793953Z 2022-09-27T15:29:17.1796812Z package | build 2022-09-27T15:29:17.1797473Z ---------------------------|----------------- 2022-09-27T15:29:17.1798029Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-09-27T15:29:17.1798435Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-09-27T15:29:17.1798891Z certifi-2022.9.14 | py37h06a4308_0 155 KB 2022-09-27T15:29:17.1799370Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-09-27T15:29:17.1799709Z conda-22.9.0 | py37h06a4308_0 878 KB 2022-09-27T15:29:17.1799978Z expat-2.4.4 | h295c915_0 169 KB 2022-09-27T15:29:17.1800251Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-09-27T15:29:17.1800549Z libcurl-7.82.0 | h0b77cf5_0 342 KB 2022-09-27T15:29:17.1800836Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-09-27T15:29:17.1801310Z libev-4.33 | h7f8727e_1 111 KB 2022-09-27T15:29:17.1801597Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-09-27T15:29:17.1802054Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-09-27T15:29:17.1802445Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-09-27T15:29:17.1802978Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-09-27T15:29:17.1803465Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-09-27T15:29:17.1803808Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-09-27T15:29:17.1804220Z ------------------------------------------------------------ 2022-09-27T15:29:17.1804592Z Total: 13.0 MB 2022-09-27T15:29:17.1804793Z 2022-09-27T15:29:17.1804985Z The following NEW packages will be INSTALLED: 2022-09-27T15:29:17.1805246Z 2022-09-27T15:29:17.1819318Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 2022-09-27T15:29:17.1819721Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-09-27T15:29:17.1820079Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-09-27T15:29:17.1820427Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-09-27T15:29:17.1820767Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-09-27T15:29:17.1821117Z libcurl pkgs/main/linux-64::libcurl-7.82.0-h0b77cf5_0 2022-09-27T15:29:17.1821507Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-09-27T15:29:17.1821859Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-09-27T15:29:17.1822209Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-09-27T15:29:17.1822576Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-09-27T15:29:17.1822924Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-09-27T15:29:17.1823274Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-09-27T15:29:17.1823596Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-09-27T15:29:17.1823935Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-09-27T15:29:17.1824077Z 2022-09-27T15:29:17.1824177Z The following packages will be UPDATED: 2022-09-27T15:29:17.1824312Z 2022-09-27T15:29:17.1824504Z certifi 2022.6.15-py37h06a4308_0 --> 2022.9.14-py37h06a4308_0 2022-09-27T15:29:17.1824846Z conda 4.14.0-py37h06a4308_0 --> 22.9.0-py37h06a4308_0 2022-09-27T15:29:17.1824993Z 2022-09-27T15:29:17.1824997Z 2022-09-27T15:29:18.3870936Z Preparing transaction: ...working... done 2022-09-27T15:29:18.8020660Z Verifying transaction: ...working... done 2022-09-27T15:29:20.0024307Z Executing transaction: ...working... done 2022-09-27T15:29:20.1659064Z Retrieving notices: ...working... done 2022-09-27T15:29:20.4356601Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-09-27T15:29:20.4356926Z + echo 'Environment variables' 2022-09-27T15:29:20.4357128Z Environment variables 2022-09-27T15:29:20.4357309Z + env 2022-09-27T15:29:20.4386820Z SHARD_NUMBER=2 2022-09-27T15:29:20.4387147Z UCC_HOME=/usr 2022-09-27T15:29:20.4389246Z BUILD_ENVIRONMENT=linux-bionic-py3.7-clang9 2022-09-27T15:29:20.4389630Z INSTALLED_DB=yes 2022-09-27T15:29:20.4389967Z HOSTNAME=84307b839dc1 2022-09-27T15:29:20.4390277Z GITHUB_REF_NAME=85462/merge 2022-09-27T15:29:20.4390627Z GITHUB_API_URL=https://api.github.com 2022-09-27T15:29:20.4390996Z OPENSSL_DIR=/opt/openssl 2022-09-27T15:29:20.4391328Z UCC_COMMIT= 2022-09-27T15:29:20.4392083Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_6682b596-191d-4beb-8772-8c18e60211fd 2022-09-27T15:29:20.4392463Z CUDA_PATH=/usr/local/cuda 2022-09-27T15:29:20.4393576Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-09-27T15:29:20.4394112Z GITHUB_RUN_ATTEMPT=2 2022-09-27T15:29:20.4394282Z INSTALLED_THRIFT= 2022-09-27T15:29:20.4394459Z TEST_CONFIG=dynamo 2022-09-27T15:29:20.4394652Z GITHUB_REPOSITORY_OWNER=pytorch 2022-09-27T15:29:20.4394874Z GITHUB_ACTIONS=true 2022-09-27T15:29:20.4395143Z CI=true 2022-09-27T15:29:20.4395478Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-09-27T15:29:20.4395830Z BRANCH=pull/85462 2022-09-27T15:29:20.4396216Z GITHUB_HEAD_REF=cycliclr-memory-fix 2022-09-27T15:29:20.4396414Z UCX_COMMIT= 2022-09-27T15:29:20.4396570Z GITHUB_ACTOR=kongzii 2022-09-27T15:29:20.4396745Z GITHUB_ACTION_REF= 2022-09-27T15:29:20.4396921Z GITHUB_ACTION=__self 2022-09-27T15:29:20.4397082Z VALGRIND=OFF 2022-09-27T15:29:20.4397263Z GITHUB_REF_PROTECTED=false 2022-09-27T15:29:20.4397600Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:29:20.4398643Z *** 2022-09-27T15:29:20.4398963Z INSTALLED_VISION=yes 2022-09-27T15:29:20.4399161Z HOME=/var/lib/jenkins 2022-09-27T15:29:20.4399365Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-09-27T15:29:20.4399579Z GITHUB_ACTION_REPOSITORY= 2022-09-27T15:29:20.4399792Z GITHUB_REF_TYPE=branch 2022-09-27T15:29:20.4400221Z GITHUB_RETENTION_DAYS=90 2022-09-27T15:29:20.4400560Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-09-27T15:29:20.4401012Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_6682b596-191d-4beb-8772-8c18e60211fd 2022-09-27T15:29:20.4401310Z DEBIAN_FRONTEND=noninteractive 2022-09-27T15:29:20.4401512Z GITHUB_REF=refs/pull/85462/merge 2022-09-27T15:29:20.4401745Z GITHUB_SHA=1faa2af6dbb8dd899ab20874e9966185467c5883 2022-09-27T15:29:20.4401972Z INSTALLED_PROTOBUF=yes 2022-09-27T15:29:20.4402139Z DESIRED_CUDA= 2022-09-27T15:29:20.4402314Z GITHUB_RUN_ID=3133193930 2022-09-27T15:29:20.4402538Z GITHUB_SERVER_URL=https://github.com 2022-09-27T15:29:20.4402722Z MAX_JOBS=6 2022-09-27T15:29:20.4403051Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-09-27T15:29:20.4403300Z UCX_HOME=/usr 2022-09-27T15:29:20.4403471Z PYTORCH_RETRY_TEST_CASES=1 2022-09-27T15:29:20.4403717Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-09-27T15:29:20.4403970Z BASE_SHA=76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:29:20.4404227Z INSTALLED_ANDROID= 2022-09-27T15:29:20.4407188Z PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).``` 2022-09-27T15:29:20.4409014Z GITHUB_BASE_REF=master 2022-09-27T15:29:20.4409204Z TERM=xterm 2022-09-27T15:29:20.4409472Z XLA_CUDA= 2022-09-27T15:29:20.4409663Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-09-27T15:29:20.4409871Z OPENSSL_ROOT_DIR=/opt/openssl 2022-09-27T15:29:20.4410285Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_6682b596-191d-4beb-8772-8c18e60211fd 2022-09-27T15:29:20.4410566Z GITHUB_JOB=test 2022-09-27T15:29:20.4410758Z SCCACHE_S3_KEY_PREFIX=pull 2022-09-27T15:29:20.4411336Z COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting 2022-09-27T15:29:20.4411835Z NUM_TEST_SHARDS=2 2022-09-27T15:29:20.4412012Z PR_NUMBER=85462 2022-09-27T15:29:20.4412208Z SHLVL=1 2022-09-27T15:29:20.4412379Z GITHUB_REPOSITORY=pytorch/pytorch 2022-09-27T15:29:20.4412602Z SHA1=52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:29:20.4412819Z GITHUB_EVENT_NAME=pull_request 2022-09-27T15:29:20.4413072Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-09-27T15:29:20.4413287Z GITHUB_RUN_NUMBER=50832 2022-09-27T15:29:20.4413490Z GITHUB_WORKFLOW=pull 2022-09-27T15:29:20.4413799Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:29:20.4414226Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:29:20.4414544Z GITHUB_TRIGGERING_ACTOR=albanD 2022-09-27T15:29:20.4414840Z _=/usr/bin/env 2022-09-27T15:29:20.4415182Z + echo 'Testing pytorch' 2022-09-27T15:29:20.4415476Z Testing pytorch 2022-09-27T15:29:20.4415771Z + export LANG=C.UTF-8 2022-09-27T15:29:20.4416091Z + LANG=C.UTF-8 2022-09-27T15:29:20.4495871Z + PR_NUMBER=85462 2022-09-27T15:29:20.4496258Z + [[ dynamo == \d\e\f\a\u\l\t ]] 2022-09-27T15:29:20.4496631Z + [[ dynamo == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-09-27T15:29:20.4497022Z + [[ dynamo == \s\l\o\w ]] 2022-09-27T15:29:20.4497418Z + [[ linux-bionic-py3.7-clang9 == *slow-gradcheck* ]] 2022-09-27T15:29:20.4497716Z + [[ linux-bionic-py3.7-clang9 == *cuda* ]] 2022-09-27T15:29:20.4498007Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-09-27T15:29:20.4498301Z + [[ linux-bionic-py3.7-clang9 == *cuda11* ]] 2022-09-27T15:29:20.4498643Z + [[ dynamo == *crossref* ]] 2022-09-27T15:29:20.4498818Z + [[ dynamo == *dynamo* ]] 2022-09-27T15:29:20.4499025Z + export PYTORCH_TEST_WITH_DYNAMO=1 2022-09-27T15:29:20.4499279Z + PYTORCH_TEST_WITH_DYNAMO=1 2022-09-27T15:29:20.4499923Z + [[ -n 85462 ]] 2022-09-27T15:29:20.4500341Z + [[ -z '' ]] 2022-09-27T15:29:20.4500767Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:29:20.4501038Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:29:20.4501315Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-09-27T15:29:20.4501610Z + [[ linux-bionic-py3.7-clang9 != *-bazel-* ]] 2022-09-27T15:29:20.4501872Z + pip_install --user ninja 2022-09-27T15:29:20.4502150Z + pip install --progress-bar off --user ninja 2022-09-27T15:29:20.9200318Z Collecting ninja 2022-09-27T15:29:20.9357321Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-09-27T15:29:21.6676321Z Installing collected packages: ninja 2022-09-27T15:29:21.6766092Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-09-27T15:29:21.6766673Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T15:29:21.6813696Z Successfully installed ninja-1.10.2.3 2022-09-27T15:29:21.7789104Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:29:21.7789702Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:29:21.7790482Z + [[ linux-bionic-py3.7-clang9 == *asan* ]] 2022-09-27T15:29:21.7790714Z + [[ dynamo == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-09-27T15:29:21.7790990Z + [[ dynamo == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-09-27T15:29:21.7793571Z + [[ linux-bionic-py3.7-clang9 == *tbb* ]] 2022-09-27T15:29:21.7806271Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-09-27T15:29:21.7806600Z + [[ linux-bionic-py3.7-clang9 == *-bazel-* ]] 2022-09-27T15:29:21.7809491Z + cd test 2022-09-27T15:29:21.7809902Z + python -c 'import torch; print(torch.__config__.show())' 2022-09-27T15:29:23.0691137Z PyTorch built with: 2022-09-27T15:29:23.0691700Z - GCC 4.2 2022-09-27T15:29:23.0692068Z - C++ Version: 201402 2022-09-27T15:29:23.0692463Z - clang 9.0.0 2022-09-27T15:29:23.0693073Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:29:23.0693494Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:29:23.0693819Z - OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-09-27T15:29:23.0694097Z - LAPACK is enabled (usually provided by MKL) 2022-09-27T15:29:23.0694319Z - NNPACK is enabled 2022-09-27T15:29:23.0694543Z - CPU capability usage: AVX2 2022-09-27T15:29:23.0697177Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/clang++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp=libomp -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-range-loop-analysis -Wno-pass-failed -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -Wconstant-conversion -Wno-invalid-partial-specialization -Wno-typedef-redefinition -Wno-unused-private-field -Wno-inconsistent-missing-override -Wno-c++14-extensions -Wno-constexpr-not-const -Wno-missing-braces -Qunused-arguments -fcolor-diagnostics -fdiagnostics-color=always -Werror -fno-math-errno -fno-trapping-math -Werror=format, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=OFF, USE_CUDNN=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2022-09-27T15:29:23.0700308Z 2022-09-27T15:29:23.2956079Z + cd test 2022-09-27T15:29:23.2956653Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-09-27T15:29:24.3404281Z ATen/Parallel: 2022-09-27T15:29:24.3404653Z at::get_num_threads() : 4 2022-09-27T15:29:24.3405012Z at::get_num_interop_threads() : 4 2022-09-27T15:29:24.3405484Z OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-09-27T15:29:24.3405846Z omp_get_max_threads() : 4 2022-09-27T15:29:24.3406400Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:29:24.3406674Z mkl_get_max_threads() : 4 2022-09-27T15:29:24.3407009Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:29:24.3407276Z std::thread::hardware_concurrency() : 8 2022-09-27T15:29:24.3407471Z Environment variables: 2022-09-27T15:29:24.3407662Z OMP_NUM_THREADS : [not set] 2022-09-27T15:29:24.3407854Z MKL_NUM_THREADS : [not set] 2022-09-27T15:29:24.3408036Z ATen parallel backend: OpenMP 2022-09-27T15:29:24.3408168Z 2022-09-27T15:29:24.5762807Z + [[ dynamo == *deploy* ]] 2022-09-27T15:29:24.5763355Z + [[ dynamo == *backward* ]] 2022-09-27T15:29:24.5763696Z + [[ dynamo == *xla* ]] 2022-09-27T15:29:24.5763986Z + [[ dynamo == \j\i\t\_\l\e\g\a\c\y ]] 2022-09-27T15:29:24.5764343Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-09-27T15:29:24.5764798Z + [[ dynamo == distributed ]] 2022-09-27T15:29:24.5764990Z + [[ dynamo == *dynamo* ]] 2022-09-27T15:29:24.5765146Z + [[ 2 == 1 ]] 2022-09-27T15:29:24.5765409Z + [[ dynamo == *dynamo* ]] 2022-09-27T15:29:24.5765579Z + [[ 2 == 2 ]] 2022-09-27T15:29:24.5765759Z + [[ 2 -gt 1 ]] 2022-09-27T15:29:24.5765928Z + install_torchvision 2022-09-27T15:29:24.5766192Z + local commit 2022-09-27T15:29:24.5766551Z ++ get_pinned_commit vision 2022-09-27T15:29:24.5766766Z ++ cat .github/ci_commit_pins/vision.txt 2022-09-27T15:29:24.5815184Z + commit=2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:24.5815856Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:24.5816420Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:24.9592307Z Collecting git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:24.9599224Z Cloning https://github.com/pytorch/vision.git (to revision 2c1022e3ee89834228d64445d569f0efd6b93fb8) to /tmp/pip-req-build-gkbhspe2 2022-09-27T15:29:24.9904148Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-gkbhspe2 2022-09-27T15:29:26.9917460Z Running command git rev-parse -q --verify 'sha^2c1022e3ee89834228d64445d569f0efd6b93fb8' 2022-09-27T15:29:26.9975468Z Running command git fetch -q https://github.com/pytorch/vision.git 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:27.8773451Z Running command git checkout -q 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:28.2138157Z Resolved https://github.com/pytorch/vision.git to commit 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:30.2387871Z Preparing metadata (setup.py) ... [?25l- done 2022-09-27T15:29:30.2464012Z [?25hRequirement already satisfied: typing_extensions in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (4.3.0) 2022-09-27T15:29:30.2467427Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (1.18.5) 2022-09-27T15:29:30.2470668Z Requirement already satisfied: requests in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (2.27.1) 2022-09-27T15:29:30.2474410Z Requirement already satisfied: torch in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (1.13.0a0+git52424e2) 2022-09-27T15:29:30.2481008Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (9.2.0) 2022-09-27T15:29:30.2736347Z Requirement already satisfied: charset-normalizer~=2.0.0 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+2c1022e) (2.0.4) 2022-09-27T15:29:30.2742264Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+2c1022e) (1.26.8) 2022-09-27T15:29:30.2756122Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+2c1022e) (3.3) 2022-09-27T15:29:30.2762513Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+2c1022e) (2022.9.14) 2022-09-27T15:29:30.2901773Z Building wheels for collected packages: torchvision 2022-09-27T15:30:41.3976144Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - done 2022-09-27T15:30:41.4325947Z [?25h Created wheel for torchvision: filename=torchvision-0.14.0a0+2c1022e-cp37-cp37m-linux_x86_64.whl size=13793311 sha256=34d36e84685fdd1e60bf57c9dee3d9d6539b17936658cfa93fe1384f361ad353 2022-09-27T15:30:41.4326573Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/54/3c/b1/9e73e6e3c514e799d3391d5ca318b09f89e7fa0e9f925d2c5a 2022-09-27T15:30:41.4375536Z Successfully built torchvision 2022-09-27T15:30:42.1306170Z Installing collected packages: torchvision 2022-09-27T15:30:42.6853999Z Successfully installed torchvision-0.14.0a0+2c1022e 2022-09-27T15:30:42.8412892Z + checkout_install_torchdynamo 2022-09-27T15:30:42.8413129Z + local commit 2022-09-27T15:30:42.8416513Z ++ get_pinned_commit torchdynamo 2022-09-27T15:30:42.8416912Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-09-27T15:30:42.8454199Z + commit=41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:30:42.8454539Z + pushd .. 2022-09-27T15:30:42.8454716Z ~ ~/workspace 2022-09-27T15:30:42.8456007Z + git clone https://github.com/pytorch/torchdynamo 2022-09-27T15:30:42.8466267Z Cloning into 'torchdynamo'... 2022-09-27T15:30:43.0228611Z remote: Enumerating objects: 14538, done. 2022-09-27T15:30:43.0229357Z remote: Counting objects: 0% (1/335) 2022-09-27T15:30:43.0230239Z remote: Counting objects: 1% (4/335) 2022-09-27T15:30:43.0230640Z remote: Counting objects: 2% (7/335) 2022-09-27T15:30:43.0230899Z remote: Counting objects: 3% (11/335) 2022-09-27T15:30:43.0231204Z remote: Counting objects: 4% (14/335) 2022-09-27T15:30:43.0231894Z remote: Counting objects: 5% (17/335) 2022-09-27T15:30:43.0232301Z remote: Counting objects: 6% (21/335) 2022-09-27T15:30:43.0232733Z remote: Counting objects: 7% (24/335) 2022-09-27T15:30:43.0233407Z remote: Counting objects: 8% (27/335) 2022-09-27T15:30:43.0233753Z remote: Counting objects: 9% (31/335) 2022-09-27T15:30:43.0234007Z remote: Counting objects: 10% (34/335) 2022-09-27T15:30:43.0234256Z remote: Counting objects: 11% (37/335) 2022-09-27T15:30:43.0234498Z remote: Counting objects: 12% (41/335) 2022-09-27T15:30:43.0234762Z remote: Counting objects: 13% (44/335) 2022-09-27T15:30:43.0235015Z remote: Counting objects: 14% (47/335) 2022-09-27T15:30:43.0235258Z remote: Counting objects: 15% (51/335) 2022-09-27T15:30:43.0235515Z remote: Counting objects: 16% (54/335) 2022-09-27T15:30:43.0235768Z remote: Counting objects: 17% (57/335) 2022-09-27T15:30:43.0238343Z remote: Counting objects: 18% (61/335) 2022-09-27T15:30:43.0238795Z remote: Counting objects: 19% (64/335) 2022-09-27T15:30:43.0239323Z remote: Counting objects: 20% (67/335) 2022-09-27T15:30:43.0239675Z remote: Counting objects: 21% (71/335) 2022-09-27T15:30:43.0239919Z remote: Counting objects: 22% (74/335) 2022-09-27T15:30:43.0240172Z remote: Counting objects: 23% (78/335) 2022-09-27T15:30:43.0240424Z remote: Counting objects: 24% (81/335) 2022-09-27T15:30:43.0240662Z remote: Counting objects: 25% (84/335) 2022-09-27T15:30:43.0240919Z remote: Counting objects: 26% (88/335) 2022-09-27T15:30:43.0241172Z remote: Counting objects: 27% (91/335) 2022-09-27T15:30:43.0241411Z remote: Counting objects: 28% (94/335) 2022-09-27T15:30:43.0241659Z remote: Counting objects: 29% (98/335) 2022-09-27T15:30:43.0241987Z remote: Counting objects: 30% (101/335) 2022-09-27T15:30:43.0242327Z remote: Counting objects: 31% (104/335) 2022-09-27T15:30:43.0242729Z remote: Counting objects: 32% (108/335) 2022-09-27T15:30:43.0243036Z remote: Counting objects: 33% (111/335) 2022-09-27T15:30:43.0243495Z remote: Counting objects: 34% (114/335) 2022-09-27T15:30:43.0243797Z remote: Counting objects: 35% (118/335) 2022-09-27T15:30:43.0244052Z remote: Counting objects: 36% (121/335) 2022-09-27T15:30:43.0244301Z remote: Counting objects: 37% (124/335) 2022-09-27T15:30:43.0244610Z remote: Counting objects: 38% (128/335) 2022-09-27T15:30:43.0245051Z remote: Counting objects: 39% (131/335) 2022-09-27T15:30:43.0245621Z remote: Counting objects: 40% (134/335) 2022-09-27T15:30:43.0246093Z remote: Counting objects: 41% (138/335) 2022-09-27T15:30:43.0246577Z remote: Counting objects: 42% (141/335) 2022-09-27T15:30:43.0247052Z remote: Counting objects: 43% (145/335) 2022-09-27T15:30:43.0247451Z remote: Counting objects: 44% (148/335) 2022-09-27T15:30:43.0248219Z remote: Counting objects: 45% (151/335) 2022-09-27T15:30:43.0248693Z remote: Counting objects: 46% (155/335) 2022-09-27T15:30:43.0249107Z remote: Counting objects: 47% (158/335) 2022-09-27T15:30:43.0249579Z remote: Counting objects: 48% (161/335) 2022-09-27T15:30:43.0250030Z remote: Counting objects: 49% (165/335) 2022-09-27T15:30:43.0250285Z remote: Counting objects: 50% (168/335) 2022-09-27T15:30:43.0250528Z remote: Counting objects: 51% (171/335) 2022-09-27T15:30:43.0250783Z remote: Counting objects: 52% (175/335) 2022-09-27T15:30:43.0251039Z remote: Counting objects: 53% (178/335) 2022-09-27T15:30:43.0251283Z remote: Counting objects: 54% (181/335) 2022-09-27T15:30:43.0251540Z remote: Counting objects: 55% (185/335) 2022-09-27T15:30:43.0251793Z remote: Counting objects: 56% (188/335) 2022-09-27T15:30:43.0252033Z remote: Counting objects: 57% (191/335) 2022-09-27T15:30:43.0252282Z remote: Counting objects: 58% (195/335) 2022-09-27T15:30:43.0252537Z remote: Counting objects: 59% (198/335) 2022-09-27T15:30:43.0252790Z remote: Counting objects: 60% (201/335) 2022-09-27T15:30:43.0253026Z remote: Counting objects: 61% (205/335) 2022-09-27T15:30:43.0253275Z remote: Counting objects: 62% (208/335) 2022-09-27T15:30:43.0253528Z remote: Counting objects: 63% (212/335) 2022-09-27T15:30:43.0253770Z remote: Counting objects: 64% (215/335) 2022-09-27T15:30:43.0254021Z remote: Counting objects: 65% (218/335) 2022-09-27T15:30:43.0254271Z remote: Counting objects: 66% (222/335) 2022-09-27T15:30:43.0254509Z remote: Counting objects: 67% (225/335) 2022-09-27T15:30:43.0254761Z remote: Counting objects: 68% (228/335) 2022-09-27T15:30:43.0255014Z remote: Counting objects: 69% (232/335) 2022-09-27T15:30:43.0255249Z remote: Counting objects: 70% (235/335) 2022-09-27T15:30:43.0255500Z remote: Counting objects: 71% (238/335) 2022-09-27T15:30:43.0255754Z remote: Counting objects: 72% (242/335) 2022-09-27T15:30:43.0255997Z remote: Counting objects: 73% (245/335) 2022-09-27T15:30:43.0256246Z remote: Counting objects: 74% (248/335) 2022-09-27T15:30:43.0256513Z remote: Counting objects: 75% (252/335) 2022-09-27T15:30:43.0256767Z remote: Counting objects: 76% (255/335) 2022-09-27T15:30:43.0257011Z remote: Counting objects: 77% (258/335) 2022-09-27T15:30:43.0257271Z remote: Counting objects: 78% (262/335) 2022-09-27T15:30:43.0257520Z remote: Counting objects: 79% (265/335) 2022-09-27T15:30:43.0257756Z remote: Counting objects: 80% (268/335) 2022-09-27T15:30:43.0258007Z remote: Counting objects: 81% (272/335) 2022-09-27T15:30:43.0258256Z remote: Counting objects: 82% (275/335) 2022-09-27T15:30:43.0258495Z remote: Counting objects: 83% (279/335) 2022-09-27T15:30:43.0258747Z remote: Counting objects: 84% (282/335) 2022-09-27T15:30:43.0259003Z remote: Counting objects: 85% (285/335) 2022-09-27T15:30:43.0259240Z remote: Counting objects: 86% (289/335) 2022-09-27T15:30:43.0259492Z remote: Counting objects: 87% (292/335) 2022-09-27T15:30:43.0259749Z remote: Counting objects: 88% (295/335) 2022-09-27T15:30:43.0259999Z remote: Counting objects: 89% (299/335) 2022-09-27T15:30:43.0260239Z remote: Counting objects: 90% (302/335) 2022-09-27T15:30:43.0260498Z remote: Counting objects: 91% (305/335) 2022-09-27T15:30:43.0260754Z remote: Counting objects: 92% (309/335) 2022-09-27T15:30:43.0260993Z remote: Counting objects: 93% (312/335) 2022-09-27T15:30:43.0261246Z remote: Counting objects: 94% (315/335) 2022-09-27T15:30:43.0261495Z remote: Counting objects: 95% (319/335) 2022-09-27T15:30:43.0261733Z remote: Counting objects: 96% (322/335) 2022-09-27T15:30:43.0261987Z remote: Counting objects: 97% (325/335) 2022-09-27T15:30:43.0262238Z remote: Counting objects: 98% (329/335) 2022-09-27T15:30:43.0262475Z remote: Counting objects: 99% (332/335) 2022-09-27T15:30:43.0262727Z remote: Counting objects: 100% (335/335) 2022-09-27T15:30:43.0263051Z remote: Counting objects: 100% (335/335), done. 2022-09-27T15:30:43.0263323Z remote: Compressing objects: 0% (1/160) 2022-09-27T15:30:43.0263598Z remote: Compressing objects: 1% (2/160) 2022-09-27T15:30:43.0284590Z remote: Compressing objects: 2% (4/160) 2022-09-27T15:30:43.0334309Z remote: Compressing objects: 3% (5/160) 2022-09-27T15:30:43.0341590Z remote: Compressing objects: 4% (7/160) 2022-09-27T15:30:43.0360480Z remote: Compressing objects: 5% (8/160) 2022-09-27T15:30:43.0407414Z remote: Compressing objects: 6% (10/160) 2022-09-27T15:30:43.0454296Z remote: Compressing objects: 7% (12/160) 2022-09-27T15:30:43.0477553Z remote: Compressing objects: 8% (13/160) 2022-09-27T15:30:43.0513054Z remote: Compressing objects: 9% (15/160) 2022-09-27T15:30:43.0537354Z remote: Compressing objects: 10% (16/160) 2022-09-27T15:30:43.0559121Z remote: Compressing objects: 11% (18/160) 2022-09-27T15:30:43.0580385Z remote: Compressing objects: 12% (20/160) 2022-09-27T15:30:43.0620155Z remote: Compressing objects: 13% (21/160) 2022-09-27T15:30:43.0638062Z remote: Compressing objects: 14% (23/160) 2022-09-27T15:30:43.0644973Z remote: Compressing objects: 15% (24/160) 2022-09-27T15:30:43.0647842Z remote: Compressing objects: 16% (26/160) 2022-09-27T15:30:43.0653236Z remote: Compressing objects: 17% (28/160) 2022-09-27T15:30:43.0676691Z remote: Compressing objects: 18% (29/160) 2022-09-27T15:30:43.0676972Z remote: Compressing objects: 19% (31/160) 2022-09-27T15:30:43.0680229Z remote: Compressing objects: 20% (32/160) 2022-09-27T15:30:43.0688885Z remote: Compressing objects: 21% (34/160) 2022-09-27T15:30:43.0689886Z remote: Compressing objects: 22% (36/160) 2022-09-27T15:30:43.0696955Z remote: Compressing objects: 23% (37/160) 2022-09-27T15:30:43.0697290Z remote: Compressing objects: 24% (39/160) 2022-09-27T15:30:43.0702963Z remote: Compressing objects: 25% (40/160) 2022-09-27T15:30:43.0703352Z remote: Compressing objects: 26% (42/160) 2022-09-27T15:30:43.0703648Z remote: Compressing objects: 27% (44/160) 2022-09-27T15:30:43.0705078Z remote: Compressing objects: 28% (45/160) 2022-09-27T15:30:43.0705525Z remote: Compressing objects: 29% (47/160) 2022-09-27T15:30:43.0706058Z remote: Compressing objects: 30% (48/160) 2022-09-27T15:30:43.0706356Z remote: Compressing objects: 31% (50/160) 2022-09-27T15:30:43.0706624Z remote: Compressing objects: 32% (52/160) 2022-09-27T15:30:43.0706993Z remote: Compressing objects: 33% (53/160) 2022-09-27T15:30:43.0707480Z remote: Compressing objects: 34% (55/160) 2022-09-27T15:30:43.0707901Z remote: Compressing objects: 35% (56/160) 2022-09-27T15:30:43.0708184Z remote: Compressing objects: 36% (58/160) 2022-09-27T15:30:43.0708672Z remote: Compressing objects: 37% (60/160) 2022-09-27T15:30:43.0709094Z remote: Compressing objects: 38% (61/160) 2022-09-27T15:30:43.0709364Z remote: Compressing objects: 39% (63/160) 2022-09-27T15:30:43.0709629Z remote: Compressing objects: 40% (64/160) 2022-09-27T15:30:43.0709878Z remote: Compressing objects: 41% (66/160) 2022-09-27T15:30:43.0710139Z remote: Compressing objects: 42% (68/160) 2022-09-27T15:30:43.0713005Z remote: Compressing objects: 43% (69/160) 2022-09-27T15:30:43.0713583Z remote: Compressing objects: 44% (71/160) 2022-09-27T15:30:43.0714097Z remote: Compressing objects: 45% (72/160) 2022-09-27T15:30:43.0714413Z remote: Compressing objects: 46% (74/160) 2022-09-27T15:30:43.0714681Z remote: Compressing objects: 47% (76/160) 2022-09-27T15:30:43.0714937Z remote: Compressing objects: 48% (77/160) 2022-09-27T15:30:43.0715202Z remote: Compressing objects: 49% (79/160) 2022-09-27T15:30:43.0715477Z remote: Compressing objects: 50% (80/160) 2022-09-27T15:30:43.0715856Z remote: Compressing objects: 51% (82/160) 2022-09-27T15:30:43.0716124Z remote: Compressing objects: 52% (84/160) 2022-09-27T15:30:43.0716603Z remote: Compressing objects: 53% (85/160) 2022-09-27T15:30:43.0716859Z remote: Compressing objects: 54% (87/160) 2022-09-27T15:30:43.0717131Z remote: Compressing objects: 55% (88/160) 2022-09-27T15:30:43.0717395Z remote: Compressing objects: 56% (90/160) 2022-09-27T15:30:43.0717760Z remote: Compressing objects: 57% (92/160) 2022-09-27T15:30:43.0718273Z remote: Compressing objects: 58% (93/160) 2022-09-27T15:30:43.0718688Z remote: Compressing objects: 59% (95/160) 2022-09-27T15:30:43.0719158Z remote: Compressing objects: 60% (96/160) 2022-09-27T15:30:43.0719652Z remote: Compressing objects: 61% (98/160) 2022-09-27T15:30:43.0720163Z remote: Compressing objects: 62% (100/160) 2022-09-27T15:30:43.0720622Z remote: Compressing objects: 63% (101/160) 2022-09-27T15:30:43.0721123Z remote: Compressing objects: 64% (103/160) 2022-09-27T15:30:43.0721624Z remote: Compressing objects: 65% (104/160) 2022-09-27T15:30:43.0722096Z remote: Compressing objects: 66% (106/160) 2022-09-27T15:30:43.0722626Z remote: Compressing objects: 67% (108/160) 2022-09-27T15:30:43.0723106Z remote: Compressing objects: 68% (109/160) 2022-09-27T15:30:43.0723571Z remote: Compressing objects: 69% (111/160) 2022-09-27T15:30:43.0724044Z remote: Compressing objects: 70% (112/160) 2022-09-27T15:30:43.0724545Z remote: Compressing objects: 71% (114/160) 2022-09-27T15:30:43.0725046Z remote: Compressing objects: 72% (116/160) 2022-09-27T15:30:43.0725634Z remote: Compressing objects: 73% (117/160) 2022-09-27T15:30:43.0726118Z remote: Compressing objects: 74% (119/160) 2022-09-27T15:30:43.0726602Z remote: Compressing objects: 75% (120/160) 2022-09-27T15:30:43.0727113Z remote: Compressing objects: 76% (122/160) 2022-09-27T15:30:43.0727605Z remote: Compressing objects: 77% (124/160) 2022-09-27T15:30:43.0728110Z remote: Compressing objects: 78% (125/160) 2022-09-27T15:30:43.0728601Z remote: Compressing objects: 79% (127/160) 2022-09-27T15:30:43.0729066Z remote: Compressing objects: 80% (128/160) 2022-09-27T15:30:43.0729588Z remote: Compressing objects: 81% (130/160) 2022-09-27T15:30:43.0729935Z remote: Compressing objects: 82% (132/160) 2022-09-27T15:30:43.0730199Z remote: Compressing objects: 83% (133/160) 2022-09-27T15:30:43.0730451Z remote: Compressing objects: 84% (135/160) 2022-09-27T15:30:43.0730747Z remote: Compressing objects: 85% (136/160) 2022-09-27T15:30:43.0731017Z remote: Compressing objects: 86% (138/160) 2022-09-27T15:30:43.0731340Z remote: Compressing objects: 87% (140/160) 2022-09-27T15:30:43.0731625Z remote: Compressing objects: 88% (141/160) 2022-09-27T15:30:43.0731919Z remote: Compressing objects: 89% (143/160) 2022-09-27T15:30:43.0732173Z remote: Compressing objects: 90% (144/160) 2022-09-27T15:30:43.0732444Z remote: Compressing objects: 91% (146/160) 2022-09-27T15:30:43.0732714Z remote: Compressing objects: 92% (148/160) 2022-09-27T15:30:43.0732980Z remote: Compressing objects: 93% (149/160) 2022-09-27T15:30:43.0733237Z remote: Compressing objects: 94% (151/160) 2022-09-27T15:30:43.0733500Z remote: Compressing objects: 95% (152/160) 2022-09-27T15:30:43.0733764Z remote: Compressing objects: 96% (154/160) 2022-09-27T15:30:43.0734020Z remote: Compressing objects: 97% (156/160) 2022-09-27T15:30:43.0734295Z remote: Compressing objects: 98% (157/160) 2022-09-27T15:30:43.0734563Z remote: Compressing objects: 99% (159/160) 2022-09-27T15:30:43.0734812Z remote: Compressing objects: 100% (160/160) 2022-09-27T15:30:43.0735095Z remote: Compressing objects: 100% (160/160), done. 2022-09-27T15:30:43.0765429Z Receiving objects: 0% (1/14538) 2022-09-27T15:30:43.0785041Z Receiving objects: 1% (146/14538) 2022-09-27T15:30:43.0802211Z Receiving objects: 2% (291/14538) 2022-09-27T15:30:43.0822680Z Receiving objects: 3% (437/14538) 2022-09-27T15:30:43.0840796Z Receiving objects: 4% (582/14538) 2022-09-27T15:30:43.0859798Z Receiving objects: 5% (727/14538) 2022-09-27T15:30:43.0877155Z Receiving objects: 6% (873/14538) 2022-09-27T15:30:43.0893837Z Receiving objects: 7% (1018/14538) 2022-09-27T15:30:43.0908210Z Receiving objects: 8% (1164/14538) 2022-09-27T15:30:43.0919866Z Receiving objects: 9% (1309/14538) 2022-09-27T15:30:43.0933112Z Receiving objects: 10% (1454/14538) 2022-09-27T15:30:43.0949662Z Receiving objects: 11% (1600/14538) 2022-09-27T15:30:43.0969656Z Receiving objects: 12% (1745/14538) 2022-09-27T15:30:43.0988784Z Receiving objects: 13% (1890/14538) 2022-09-27T15:30:43.1010284Z Receiving objects: 14% (2036/14538) 2022-09-27T15:30:43.1023130Z Receiving objects: 15% (2181/14538) 2022-09-27T15:30:43.1050753Z Receiving objects: 16% (2327/14538) 2022-09-27T15:30:43.1121677Z Receiving objects: 17% (2472/14538) 2022-09-27T15:30:43.1292723Z Receiving objects: 18% (2617/14538) 2022-09-27T15:30:43.1360902Z Receiving objects: 19% (2763/14538) 2022-09-27T15:30:43.1406523Z Receiving objects: 20% (2908/14538) 2022-09-27T15:30:43.1425206Z Receiving objects: 21% (3053/14538) 2022-09-27T15:30:43.1481926Z Receiving objects: 22% (3199/14538) 2022-09-27T15:30:43.1489501Z Receiving objects: 23% (3344/14538) 2022-09-27T15:30:43.1503608Z Receiving objects: 24% (3490/14538) 2022-09-27T15:30:43.1526660Z Receiving objects: 25% (3635/14538) 2022-09-27T15:30:43.1535236Z Receiving objects: 26% (3780/14538) 2022-09-27T15:30:43.1549075Z Receiving objects: 27% (3926/14538) 2022-09-27T15:30:43.1566085Z Receiving objects: 28% (4071/14538) 2022-09-27T15:30:43.1586970Z Receiving objects: 29% (4217/14538) 2022-09-27T15:30:43.1595951Z Receiving objects: 30% (4362/14538) 2022-09-27T15:30:43.1608669Z Receiving objects: 31% (4507/14538) 2022-09-27T15:30:43.1627012Z Receiving objects: 32% (4653/14538) 2022-09-27T15:30:43.1639527Z Receiving objects: 33% (4798/14538) 2022-09-27T15:30:43.1656135Z Receiving objects: 34% (4943/14538) 2022-09-27T15:30:43.1665121Z Receiving objects: 35% (5089/14538) 2022-09-27T15:30:43.1675558Z Receiving objects: 36% (5234/14538) 2022-09-27T15:30:43.1689153Z Receiving objects: 37% (5380/14538) 2022-09-27T15:30:43.1718617Z Receiving objects: 38% (5525/14538) 2022-09-27T15:30:43.1723459Z Receiving objects: 39% (5670/14538) 2022-09-27T15:30:43.1738790Z Receiving objects: 40% (5816/14538) 2022-09-27T15:30:43.1748838Z Receiving objects: 41% (5961/14538) 2022-09-27T15:30:43.1766445Z Receiving objects: 42% (6106/14538) 2022-09-27T15:30:43.1784475Z Receiving objects: 43% (6252/14538) 2022-09-27T15:30:43.1791083Z Receiving objects: 44% (6397/14538) 2022-09-27T15:30:43.1802662Z Receiving objects: 45% (6543/14538) 2022-09-27T15:30:43.1815781Z Receiving objects: 46% (6688/14538) 2022-09-27T15:30:43.1918208Z Receiving objects: 47% (6833/14538) 2022-09-27T15:30:43.1924021Z Receiving objects: 48% (6979/14538) 2022-09-27T15:30:43.1927239Z Receiving objects: 49% (7124/14538) 2022-09-27T15:30:43.1933335Z Receiving objects: 50% (7269/14538) 2022-09-27T15:30:43.1939890Z Receiving objects: 51% (7415/14538) 2022-09-27T15:30:43.1943711Z Receiving objects: 52% (7560/14538) 2022-09-27T15:30:43.1950318Z Receiving objects: 53% (7706/14538) 2022-09-27T15:30:43.1963727Z Receiving objects: 54% (7851/14538) 2022-09-27T15:30:43.1967327Z Receiving objects: 55% (7996/14538) 2022-09-27T15:30:43.1975191Z Receiving objects: 56% (8142/14538) 2022-09-27T15:30:43.1983705Z Receiving objects: 57% (8287/14538) 2022-09-27T15:30:43.1989198Z Receiving objects: 58% (8433/14538) 2022-09-27T15:30:43.1993589Z Receiving objects: 59% (8578/14538) 2022-09-27T15:30:43.2001222Z Receiving objects: 60% (8723/14538) 2022-09-27T15:30:43.2004724Z Receiving objects: 61% (8869/14538) 2022-09-27T15:30:43.2011602Z Receiving objects: 62% (9014/14538) 2022-09-27T15:30:43.2015226Z Receiving objects: 63% (9159/14538) 2022-09-27T15:30:43.2019594Z Receiving objects: 64% (9305/14538) 2022-09-27T15:30:43.2022533Z Receiving objects: 65% (9450/14538) 2022-09-27T15:30:43.2026842Z Receiving objects: 66% (9596/14538) 2022-09-27T15:30:43.2030618Z Receiving objects: 67% (9741/14538) 2022-09-27T15:30:43.2034807Z Receiving objects: 68% (9886/14538) 2022-09-27T15:30:43.2041545Z Receiving objects: 69% (10032/14538) 2022-09-27T15:30:43.2046640Z Receiving objects: 70% (10177/14538) 2022-09-27T15:30:43.2052003Z Receiving objects: 71% (10322/14538) 2022-09-27T15:30:43.2056648Z Receiving objects: 72% (10468/14538) 2022-09-27T15:30:43.2061099Z Receiving objects: 73% (10613/14538) 2022-09-27T15:30:43.2065506Z Receiving objects: 74% (10759/14538) 2022-09-27T15:30:43.2074445Z Receiving objects: 75% (10904/14538) 2022-09-27T15:30:43.2084054Z Receiving objects: 76% (11049/14538) 2022-09-27T15:30:43.2089106Z Receiving objects: 77% (11195/14538) 2022-09-27T15:30:43.2094457Z Receiving objects: 78% (11340/14538) 2022-09-27T15:30:43.2100186Z Receiving objects: 79% (11486/14538) 2022-09-27T15:30:43.2104724Z Receiving objects: 80% (11631/14538) 2022-09-27T15:30:43.2107598Z Receiving objects: 81% (11776/14538) 2022-09-27T15:30:43.2115052Z Receiving objects: 82% (11922/14538) 2022-09-27T15:30:43.2117683Z Receiving objects: 83% (12067/14538) 2022-09-27T15:30:43.2119691Z Receiving objects: 84% (12212/14538) 2022-09-27T15:30:43.2125749Z Receiving objects: 85% (12358/14538) 2022-09-27T15:30:43.2128326Z Receiving objects: 86% (12503/14538) 2022-09-27T15:30:43.2130711Z Receiving objects: 87% (12649/14538) 2022-09-27T15:30:43.2134733Z Receiving objects: 88% (12794/14538) 2022-09-27T15:30:43.2142936Z Receiving objects: 89% (12939/14538) 2022-09-27T15:30:43.2148529Z Receiving objects: 90% (13085/14538) 2022-09-27T15:30:43.2158846Z Receiving objects: 91% (13230/14538) 2022-09-27T15:30:43.2166043Z Receiving objects: 92% (13375/14538) 2022-09-27T15:30:43.2170696Z Receiving objects: 93% (13521/14538) 2022-09-27T15:30:43.2177539Z Receiving objects: 94% (13666/14538) 2022-09-27T15:30:43.2184135Z Receiving objects: 95% (13812/14538) 2022-09-27T15:30:43.2189781Z Receiving objects: 96% (13957/14538) 2022-09-27T15:30:43.2201178Z Receiving objects: 97% (14102/14538) 2022-09-27T15:30:43.2206565Z Receiving objects: 98% (14248/14538) 2022-09-27T15:30:43.2251068Z Receiving objects: 99% (14393/14538) 2022-09-27T15:30:43.2251546Z remote: Total 14538 (delta 220), reused 265 (delta 173), pack-reused 14203 2022-09-27T15:30:43.2270718Z Receiving objects: 100% (14538/14538) 2022-09-27T15:30:43.2270974Z Receiving objects: 100% (14538/14538), 5.80 MiB | 38.10 MiB/s, done. 2022-09-27T15:30:43.2301908Z Resolving deltas: 0% (0/11249) 2022-09-27T15:30:43.2310120Z Resolving deltas: 1% (155/11249) 2022-09-27T15:30:43.2316349Z Resolving deltas: 2% (267/11249) 2022-09-27T15:30:43.2324195Z Resolving deltas: 3% (349/11249) 2022-09-27T15:30:43.2335331Z Resolving deltas: 4% (460/11249) 2022-09-27T15:30:43.2377003Z Resolving deltas: 5% (567/11249) 2022-09-27T15:30:43.2401188Z Resolving deltas: 6% (676/11249) 2022-09-27T15:30:43.2417408Z Resolving deltas: 7% (794/11249) 2022-09-27T15:30:43.2451488Z Resolving deltas: 8% (900/11249) 2022-09-27T15:30:43.2466695Z Resolving deltas: 9% (1054/11249) 2022-09-27T15:30:43.2495292Z Resolving deltas: 10% (1131/11249) 2022-09-27T15:30:43.2521948Z Resolving deltas: 11% (1254/11249) 2022-09-27T15:30:43.2544345Z Resolving deltas: 12% (1369/11249) 2022-09-27T15:30:43.2583674Z Resolving deltas: 13% (1472/11249) 2022-09-27T15:30:43.2607695Z Resolving deltas: 14% (1600/11249) 2022-09-27T15:30:43.2660787Z Resolving deltas: 15% (1696/11249) 2022-09-27T15:30:43.2663087Z Resolving deltas: 16% (1888/11249) 2022-09-27T15:30:43.2720965Z Resolving deltas: 17% (1922/11249) 2022-09-27T15:30:43.2782326Z Resolving deltas: 19% (2182/11249) 2022-09-27T15:30:43.2820433Z Resolving deltas: 21% (2366/11249) 2022-09-27T15:30:43.2849159Z Resolving deltas: 22% (2493/11249) 2022-09-27T15:30:43.2884984Z Resolving deltas: 23% (2610/11249) 2022-09-27T15:30:43.2908160Z Resolving deltas: 24% (2714/11249) 2022-09-27T15:30:43.2928494Z Resolving deltas: 25% (2830/11249) 2022-09-27T15:30:43.3006221Z Resolving deltas: 26% (2931/11249) 2022-09-27T15:30:43.3056847Z Resolving deltas: 27% (3104/11249) 2022-09-27T15:30:43.3183462Z Resolving deltas: 28% (3169/11249) 2022-09-27T15:30:43.3193533Z Resolving deltas: 30% (3383/11249) 2022-09-27T15:30:43.3227438Z Resolving deltas: 31% (3516/11249) 2022-09-27T15:30:43.3235068Z Resolving deltas: 32% (3636/11249) 2022-09-27T15:30:43.3253388Z Resolving deltas: 33% (3726/11249) 2022-09-27T15:30:43.3289376Z Resolving deltas: 34% (3883/11249) 2022-09-27T15:30:43.3344760Z Resolving deltas: 35% (3967/11249) 2022-09-27T15:30:43.3362847Z Resolving deltas: 41% (4630/11249) 2022-09-27T15:30:43.3377218Z Resolving deltas: 42% (4731/11249) 2022-09-27T15:30:43.3389378Z Resolving deltas: 43% (4843/11249) 2022-09-27T15:30:43.3397489Z Resolving deltas: 44% (4975/11249) 2022-09-27T15:30:43.3405179Z Resolving deltas: 45% (5073/11249) 2022-09-27T15:30:43.3417327Z Resolving deltas: 46% (5177/11249) 2022-09-27T15:30:43.3424848Z Resolving deltas: 47% (5314/11249) 2022-09-27T15:30:43.3434935Z Resolving deltas: 48% (5415/11249) 2022-09-27T15:30:43.3444574Z Resolving deltas: 49% (5545/11249) 2022-09-27T15:30:43.3454544Z Resolving deltas: 50% (5630/11249) 2022-09-27T15:30:43.3462708Z Resolving deltas: 51% (5758/11249) 2022-09-27T15:30:43.3472635Z Resolving deltas: 52% (5867/11249) 2022-09-27T15:30:43.3479399Z Resolving deltas: 53% (5998/11249) 2022-09-27T15:30:43.3501124Z Resolving deltas: 54% (6088/11249) 2022-09-27T15:30:43.3507309Z Resolving deltas: 56% (6410/11249) 2022-09-27T15:30:43.3518179Z Resolving deltas: 57% (6487/11249) 2022-09-27T15:30:43.3524790Z Resolving deltas: 58% (6629/11249) 2022-09-27T15:30:43.3532870Z Resolving deltas: 59% (6726/11249) 2022-09-27T15:30:43.3536048Z Resolving deltas: 60% (6831/11249) 2022-09-27T15:30:43.3547598Z Resolving deltas: 61% (6872/11249) 2022-09-27T15:30:43.3566940Z Resolving deltas: 62% (6979/11249) 2022-09-27T15:30:43.3614019Z Resolving deltas: 63% (7129/11249) 2022-09-27T15:30:43.3672596Z Resolving deltas: 64% (7250/11249) 2022-09-27T15:30:43.3676597Z Resolving deltas: 65% (7386/11249) 2022-09-27T15:30:43.3690888Z Resolving deltas: 66% (7430/11249) 2022-09-27T15:30:43.3700501Z Resolving deltas: 67% (7595/11249) 2022-09-27T15:30:43.3732679Z Resolving deltas: 68% (7709/11249) 2022-09-27T15:30:43.3736820Z Resolving deltas: 71% (8093/11249) 2022-09-27T15:30:43.3748864Z Resolving deltas: 72% (8152/11249) 2022-09-27T15:30:43.3750608Z Resolving deltas: 73% (8314/11249) 2022-09-27T15:30:43.3759961Z Resolving deltas: 74% (8336/11249) 2022-09-27T15:30:43.3770507Z Resolving deltas: 75% (8446/11249) 2022-09-27T15:30:43.3784390Z Resolving deltas: 76% (8570/11249) 2022-09-27T15:30:43.3795842Z Resolving deltas: 77% (8686/11249) 2022-09-27T15:30:43.3821768Z Resolving deltas: 78% (8786/11249) 2022-09-27T15:30:43.3860994Z Resolving deltas: 79% (8907/11249) 2022-09-27T15:30:43.3872312Z Resolving deltas: 80% (9024/11249) 2022-09-27T15:30:43.3877335Z Resolving deltas: 81% (9200/11249) 2022-09-27T15:30:43.3894020Z Resolving deltas: 82% (9259/11249) 2022-09-27T15:30:43.3918862Z Resolving deltas: 83% (9342/11249) 2022-09-27T15:30:43.3939442Z Resolving deltas: 84% (9450/11249) 2022-09-27T15:30:43.3949321Z Resolving deltas: 85% (9567/11249) 2022-09-27T15:30:43.3958875Z Resolving deltas: 86% (9684/11249) 2022-09-27T15:30:43.3969976Z Resolving deltas: 87% (9787/11249) 2022-09-27T15:30:43.3977542Z Resolving deltas: 88% (9915/11249) 2022-09-27T15:30:43.3990390Z Resolving deltas: 89% (10014/11249) 2022-09-27T15:30:43.4004513Z Resolving deltas: 90% (10127/11249) 2022-09-27T15:30:43.4012042Z Resolving deltas: 91% (10271/11249) 2022-09-27T15:30:43.4021518Z Resolving deltas: 92% (10360/11249) 2022-09-27T15:30:43.4031031Z Resolving deltas: 93% (10469/11249) 2022-09-27T15:30:43.4040223Z Resolving deltas: 94% (10576/11249) 2022-09-27T15:30:43.4053244Z Resolving deltas: 95% (10687/11249) 2022-09-27T15:30:43.4062858Z Resolving deltas: 96% (10811/11249) 2022-09-27T15:30:43.4072517Z Resolving deltas: 97% (10919/11249) 2022-09-27T15:30:43.4079822Z Resolving deltas: 98% (11039/11249) 2022-09-27T15:30:43.4117530Z Resolving deltas: 99% (11139/11249) 2022-09-27T15:30:43.4117768Z Resolving deltas: 100% (11249/11249) 2022-09-27T15:30:43.4117986Z Resolving deltas: 100% (11249/11249), done. 2022-09-27T15:30:43.4909975Z + pushd torchdynamo 2022-09-27T15:30:43.4910229Z ~/torchdynamo ~ ~/workspace 2022-09-27T15:30:43.4910517Z + git checkout 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:30:43.5249104Z Note: checking out '41c44bc1d080d6cf063419a4166732b983b84eef'. 2022-09-27T15:30:43.5249429Z 2022-09-27T15:30:43.5249842Z You are in 'detached HEAD' state. You can look around, make experimental 2022-09-27T15:30:43.5250168Z changes and commit them, and you can discard any commits you make in this 2022-09-27T15:30:43.5250630Z state without impacting any branches by performing another checkout. 2022-09-27T15:30:43.5250889Z 2022-09-27T15:30:43.5251089Z If you want to create a new branch to retain commits you create, you may 2022-09-27T15:30:43.5251740Z do so (now or later) by using -b with the checkout command again. Example: 2022-09-27T15:30:43.5251996Z 2022-09-27T15:30:43.5252192Z git checkout -b 2022-09-27T15:30:43.5252396Z 2022-09-27T15:30:43.5252583Z HEAD is now at 41c44bc add oneDNN graph backend for CPU (#1240) 2022-09-27T15:30:43.5252938Z + python setup.py develop 2022-09-27T15:30:45.0137077Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:30:45.0535779Z running develop 2022-09-27T15:30:45.0569103Z /opt/conda/lib/python3.7/site-packages/setuptools/command/easy_install.py:147: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2022-09-27T15:30:45.0569618Z EasyInstallDeprecationWarning, 2022-09-27T15:30:45.0659517Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-09-27T15:30:45.0659947Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T15:30:45.1443736Z running egg_info 2022-09-27T15:30:45.1444241Z creating torchdynamo.egg-info 2022-09-27T15:30:45.1494967Z writing torchdynamo.egg-info/PKG-INFO 2022-09-27T15:30:45.1497830Z writing dependency_links to torchdynamo.egg-info/dependency_links.txt 2022-09-27T15:30:45.1500108Z writing requirements to torchdynamo.egg-info/requires.txt 2022-09-27T15:30:45.1500758Z writing top-level names to torchdynamo.egg-info/top_level.txt 2022-09-27T15:30:45.1501693Z writing manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-09-27T15:30:45.1647172Z reading manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-09-27T15:30:45.1647850Z adding license file 'LICENSE' 2022-09-27T15:30:45.1662142Z writing manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-09-27T15:30:45.1662716Z running build_ext 2022-09-27T15:30:45.1680227Z building 'torchdynamo._eval_frame' extension 2022-09-27T15:30:45.1680730Z creating build 2022-09-27T15:30:45.1681187Z creating build/temp.linux-x86_64-cpython-37 2022-09-27T15:30:45.1681755Z creating build/temp.linux-x86_64-cpython-37/torchdynamo 2022-09-27T15:30:45.1682994Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/include/python3.7m -c torchdynamo/_eval_frame.c -o build/temp.linux-x86_64-cpython-37/torchdynamo/_eval_frame.o -Wall 2022-09-27T15:30:45.4660506Z creating build/lib.linux-x86_64-cpython-37 2022-09-27T15:30:45.4661066Z creating build/lib.linux-x86_64-cpython-37/torchdynamo 2022-09-27T15:30:45.4662602Z gcc -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/torchdynamo/_eval_frame.o -o build/lib.linux-x86_64-cpython-37/torchdynamo/_eval_frame.cpython-37m-x86_64-linux-gnu.so 2022-09-27T15:30:45.4971446Z building 'torchdynamo._guards' extension 2022-09-27T15:30:45.4972877Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/opt/conda/include/python3.7m -c torchdynamo/_guards.cpp -o build/temp.linux-x86_64-cpython-37/torchdynamo/_guards.o -std=c++14 2022-09-27T15:30:46.4707658Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T15:30:46.4716060Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/torchdynamo/_guards.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torchdynamo/_guards.cpython-37m-x86_64-linux-gnu.so 2022-09-27T15:30:46.7786483Z copying build/lib.linux-x86_64-cpython-37/torchdynamo/_eval_frame.cpython-37m-x86_64-linux-gnu.so -> torchdynamo 2022-09-27T15:30:46.7787817Z copying build/lib.linux-x86_64-cpython-37/torchdynamo/_guards.cpython-37m-x86_64-linux-gnu.so -> torchdynamo 2022-09-27T15:30:46.7847605Z Creating /opt/conda/lib/python3.7/site-packages/torchdynamo.egg-link (link to .) 2022-09-27T15:30:46.7852119Z Adding torchdynamo 1.13.0.dev0 to easy-install.pth file 2022-09-27T15:30:46.7862051Z 2022-09-27T15:30:46.7862216Z Installed /var/lib/jenkins/torchdynamo 2022-09-27T15:30:46.7876157Z Processing dependencies for torchdynamo==1.13.0.dev0 2022-09-27T15:30:46.7912933Z Searching for tabulate 2022-09-27T15:30:46.7913719Z Reading https://pypi.org/simple/tabulate/ 2022-09-27T15:30:46.8100230Z /opt/conda/lib/python3.7/site-packages/pkg_resources/__init__.py:126: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release 2022-09-27T15:30:46.8100630Z PkgResourcesDeprecationWarning, 2022-09-27T15:30:46.8415447Z Downloading https://files.pythonhosted.org/packages/92/4e/e5a13fdb3e6f81ce11893523ff289870c87c8f1f289a7369fb0e9840c3bb/tabulate-0.8.10-py3-none-any.whl#sha256=0ba055423dbaa164b9e456abe7920c5e8ed33fcc16f6d1b2f2d152c8e1e8b4fc 2022-09-27T15:30:46.8565148Z Best match: tabulate 0.8.10 2022-09-27T15:30:46.8565534Z Processing tabulate-0.8.10-py3-none-any.whl 2022-09-27T15:30:46.8607990Z Installing tabulate-0.8.10-py3-none-any.whl to /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:46.8895458Z Adding tabulate 0.8.10 to easy-install.pth file 2022-09-27T15:30:46.8912107Z Installing tabulate script to /opt/conda/bin 2022-09-27T15:30:46.8913461Z 2022-09-27T15:30:46.8913786Z Installed /opt/conda/lib/python3.7/site-packages/tabulate-0.8.10-py3.7.egg 2022-09-27T15:30:46.8991062Z Searching for sympy==1.10.1 2022-09-27T15:30:46.8991372Z Best match: sympy 1.10.1 2022-09-27T15:30:46.8991720Z Adding sympy 1.10.1 to easy-install.pth file 2022-09-27T15:30:46.8995444Z Installing isympy script to /opt/conda/bin 2022-09-27T15:30:46.8997392Z 2022-09-27T15:30:46.8997694Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:46.9003533Z Searching for PyYAML==6.0 2022-09-27T15:30:46.9004282Z Best match: PyYAML 6.0 2022-09-27T15:30:46.9004713Z Adding PyYAML 6.0 to easy-install.pth file 2022-09-27T15:30:46.9006830Z 2022-09-27T15:30:46.9007007Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:46.9019887Z Searching for numpy==1.18.5 2022-09-27T15:30:46.9020491Z Best match: numpy 1.18.5 2022-09-27T15:30:46.9020977Z Adding numpy 1.18.5 to easy-install.pth file 2022-09-27T15:30:46.9024244Z Installing f2py script to /opt/conda/bin 2022-09-27T15:30:46.9026275Z Installing f2py3 script to /opt/conda/bin 2022-09-27T15:30:46.9027960Z Installing f2py3.7 script to /opt/conda/bin 2022-09-27T15:30:46.9029366Z 2022-09-27T15:30:46.9029652Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:46.9053997Z Searching for torch==1.13.0a0+git52424e2 2022-09-27T15:30:46.9054343Z Best match: torch 1.13.0a0+git52424e2 2022-09-27T15:30:46.9054995Z Adding torch 1.13.0a0+git52424e2 to easy-install.pth file 2022-09-27T15:30:46.9058132Z Installing convert-caffe2-to-onnx script to /opt/conda/bin 2022-09-27T15:30:46.9060082Z Installing convert-onnx-to-caffe2 script to /opt/conda/bin 2022-09-27T15:30:46.9061744Z Installing torchrun script to /opt/conda/bin 2022-09-27T15:30:46.9063212Z 2022-09-27T15:30:46.9063410Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:46.9069142Z Searching for mpmath==1.2.1 2022-09-27T15:30:46.9070090Z Best match: mpmath 1.2.1 2022-09-27T15:30:46.9070563Z Adding mpmath 1.2.1 to easy-install.pth file 2022-09-27T15:30:46.9072486Z 2022-09-27T15:30:46.9072678Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:46.9080811Z Searching for typing-extensions==4.3.0 2022-09-27T15:30:46.9081199Z Best match: typing-extensions 4.3.0 2022-09-27T15:30:46.9081914Z Adding typing-extensions 4.3.0 to easy-install.pth file 2022-09-27T15:30:46.9083717Z 2022-09-27T15:30:46.9084022Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:46.9084914Z Finished processing dependencies for torchdynamo==1.13.0.dev0 2022-09-27T15:30:47.2602307Z 2022-09-27T15:30:47.2602753Z real 0m3.735s 2022-09-27T15:30:47.2603114Z user 0m2.439s 2022-09-27T15:30:47.2603436Z sys 0m0.644s 2022-09-27T15:30:47.2603720Z + popd 2022-09-27T15:30:47.2604002Z ~ ~/workspace 2022-09-27T15:30:47.2604310Z + popd 2022-09-27T15:30:47.2604566Z ~/workspace 2022-09-27T15:30:47.2604893Z + test_dynamo_shard 2 2022-09-27T15:30:47.2605464Z + [[ -z 2 ]] 2022-09-27T15:30:47.2606327Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --exclude test_autograd test_proxy_tensor test_quantization test_public_bindings test_dataloader test_reductions test_namedtensor test_namedtuple_return_api profiler/test_profiler profiler/test_profiler_tree test_overrides test_python_dispatch test_fx test_package test_vmap --shard 2 2 --verbose 2022-09-27T15:30:48.7581296Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:30:49.0471533Z Ignoring disabled issues: [] 2022-09-27T15:30:49.1953935Z Found test time stats from artifacts 2022-09-27T15:30:49.1954720Z Selected tests: 2022-09-27T15:30:49.1955057Z test_ops_gradients 2022-09-27T15:30:49.1955297Z test_ops_jit 2022-09-27T15:30:49.1955476Z test_nn 2022-09-27T15:30:49.1955793Z test_jit_fuser_te 2022-09-27T15:30:49.1957061Z test_jit 2022-09-27T15:30:49.1958712Z test_modules 2022-09-27T15:30:49.1958882Z test_binary_ufuncs 2022-09-27T15:30:49.1959053Z test_optim 2022-09-27T15:30:49.1959233Z test_torch 2022-09-27T15:30:49.1959410Z distributions/test_distributions 2022-09-27T15:30:49.1959608Z test_jit_llga_fuser 2022-09-27T15:30:49.1959784Z test_type_hints 2022-09-27T15:30:49.1959940Z test_sparse 2022-09-27T15:30:49.1960108Z nn/test_pooling 2022-09-27T15:30:49.1960275Z test_dispatch 2022-09-27T15:30:49.1960425Z test_testing 2022-09-27T15:30:49.1960600Z test_cpp_api_parity 2022-09-27T15:30:49.1960775Z lazy/test_ts_opinfo 2022-09-27T15:30:49.1960929Z test_masked 2022-09-27T15:30:49.1961094Z test_type_promotion 2022-09-27T15:30:49.1961258Z test_meta 2022-09-27T15:30:49.1961401Z test_decomp 2022-09-27T15:30:49.1961569Z test_transformers 2022-09-27T15:30:49.1961745Z test_mobile_optimizer 2022-09-27T15:30:49.1964511Z test_monitor 2022-09-27T15:30:49.1964888Z nn/test_packed_sequence 2022-09-27T15:30:49.1965196Z test_mkl_verbose 2022-09-27T15:30:49.1965557Z test_mkldnn_verbose 2022-09-27T15:30:49.1965813Z test_utils 2022-09-27T15:30:49.1966096Z test_datapipe 2022-09-27T15:30:49.1966676Z test_stateless 2022-09-27T15:30:49.1966966Z test_subclass 2022-09-27T15:30:49.1967265Z test_futures 2022-09-27T15:30:49.1967590Z test_scatter_gather_ops 2022-09-27T15:30:49.1967901Z test_pytree 2022-09-27T15:30:49.1968206Z lazy/test_reuse_ir 2022-09-27T15:30:49.1968562Z test_multiprocessing_spawn 2022-09-27T15:30:49.1968922Z test_jit_disabled 2022-09-27T15:30:49.1969257Z test_maskedtensor 2022-09-27T15:30:49.1969427Z test_license 2022-09-27T15:30:49.1969580Z test_shape_ops 2022-09-27T15:30:49.1969754Z test_expanded_weights 2022-09-27T15:30:49.1969932Z nn/test_dropout 2022-09-27T15:30:49.1970091Z test_nestedtensor 2022-09-27T15:30:49.1970273Z backends/xeon/test_launch 2022-09-27T15:30:49.1970477Z test_cpp_extensions_aot_no_ninja 2022-09-27T15:30:49.1970657Z test_jit_cuda_fuser 2022-09-27T15:30:49.1970829Z test_complex 2022-09-27T15:30:49.1971004Z test_functionalization 2022-09-27T15:30:49.1971177Z test_numba_integration 2022-09-27T15:30:49.1971355Z test_nvfuser_frontend 2022-09-27T15:30:49.1971535Z test_dynamic_shapes 2022-09-27T15:30:49.1971691Z test_vulkan 2022-09-27T15:30:49.1971883Z distributions/test_constraints 2022-09-27T15:30:49.1972089Z lazy/test_extract_compiled_graph 2022-09-27T15:30:49.1972271Z test_comparison_utils 2022-09-27T15:30:49.1972454Z test_cuda_primary_ctx 2022-09-27T15:30:49.1972626Z test_cuda_trace 2022-09-27T15:30:49.1972780Z test_deploy 2022-09-27T15:30:49.1972943Z test_jiterator 2022-09-27T15:30:49.1973113Z test_pruning_op 2022-09-27T15:30:49.2504475Z Prioritized test from test file changes. 2022-09-27T15:30:49.2504984Z reordering tests for PR: 2022-09-27T15:30:49.2506171Z prioritized: ['test_ops_jit', 'test_nn', 'test_jit_fuser_te', 'test_optim', 'test_sparse', 'test_dispatch', 'lazy/test_ts_opinfo', 'test_masked', 'test_meta', 'test_decomp', 'test_transformers', 'test_datapipe', 'test_subclass', 'test_maskedtensor', 'test_nestedtensor', 'test_jit_cuda_fuser', 'test_dynamic_shapes'] 2022-09-27T15:30:49.2508162Z the rest: ['test_ops_gradients', 'test_jit', 'test_modules', 'test_binary_ufuncs', 'test_torch', 'distributions/test_distributions', 'test_jit_llga_fuser', 'test_type_hints', 'nn/test_pooling', 'test_testing', 'test_cpp_api_parity', 'test_type_promotion', 'test_mobile_optimizer', 'test_monitor', 'nn/test_packed_sequence', 'test_mkl_verbose', 'test_mkldnn_verbose', 'test_utils', 'test_stateless', 'test_futures', 'test_scatter_gather_ops', 'test_pytree', 'lazy/test_reuse_ir', 'test_multiprocessing_spawn', 'test_jit_disabled', 'test_license', 'test_shape_ops', 'test_expanded_weights', 'nn/test_dropout', 'backends/xeon/test_launch', 'test_cpp_extensions_aot_no_ninja', 'test_complex', 'test_functionalization', 'test_numba_integration', 'test_nvfuser_frontend', 'test_vulkan', 'distributions/test_constraints', 'lazy/test_extract_compiled_graph', 'test_comparison_utils', 'test_cuda_primary_ctx', 'test_cuda_trace', 'test_deploy', 'test_jiterator', 'test_pruning_op'] 2022-09-27T15:30:49.2509110Z 2022-09-27T15:30:49.2509523Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to /var/lib/jenkins/workspace/test/.pytorch-slow-tests.json 2022-09-27T15:30:49.2699337Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to /var/lib/jenkins/workspace/test/.pytorch-disabled-tests.json 2022-09-27T15:30:49.3024045Z Running test_ops_jit ... [2022-09-27 15:30:49.302090] 2022-09-27T15:30:49.3024713Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:30:49.302149] 2022-09-27T15:30:53.6318957Z Test results will be stored in test-reports/python-pytest/test_ops_jit/test_ops_jit.xml 2022-09-27T15:30:53.9013665Z ============================= test session starts ============================== 2022-09-27T15:30:53.9014178Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T15:30:53.9078298Z cachedir: .pytest_cache 2022-09-27T15:30:53.9079244Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-09-27T15:30:53.9079765Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T15:30:53.9080313Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T15:30:53.9080601Z 2022-09-27T15:30:53.9517035Z gw0 I / gw1 I / gw2 I / gw3 I 2022-09-27T15:30:53.9517391Z [gw0] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:53.9517548Z 2022-09-27T15:30:54.0037625Z gw0 C / gw1 I / gw2 I / gw3 I 2022-09-27T15:30:54.0038087Z [gw1] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:54.0038358Z 2022-09-27T15:30:54.0548164Z gw0 C / gw1 C / gw2 I / gw3 I 2022-09-27T15:30:54.0548651Z [gw2] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:54.0548911Z 2022-09-27T15:30:54.1115732Z gw0 C / gw1 C / gw2 C / gw3 I 2022-09-27T15:30:54.1116195Z [gw3] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:54.1116491Z 2022-09-27T15:30:54.6452416Z gw0 C / gw1 C / gw2 C / gw3 C 2022-09-27T15:30:54.6453165Z [gw1] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:54.6453415Z 2022-09-27T15:30:54.6453574Z gw0 C / gw1 ok / gw2 C / gw3 C 2022-09-27T15:30:54.6454101Z [gw0] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:54.6454335Z 2022-09-27T15:30:54.6454476Z gw0 ok / gw1 ok / gw2 C / gw3 C 2022-09-27T15:30:54.6454962Z [gw2] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:54.6455203Z 2022-09-27T15:30:54.6578595Z gw0 ok / gw1 ok / gw2 ok / gw3 C 2022-09-27T15:30:54.6579268Z [gw3] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:54.6579421Z 2022-09-27T15:30:57.5269349Z gw0 ok / gw1 ok / gw2 ok / gw3 ok 2022-09-27T15:30:57.5974813Z gw0 ok / gw1 ok / gw2 [1014] / gw3 ok 2022-09-27T15:30:57.6059672Z gw0 ok / gw1 ok / gw2 [1014] / gw3 [1014] 2022-09-27T15:30:57.6446653Z gw0 ok / gw1 [1014] / gw2 [1014] / gw3 [1014] 2022-09-27T15:30:57.6446899Z gw0 [1014] / gw1 [1014] / gw2 [1014] / gw3 [1014] 2022-09-27T15:30:57.6447125Z scheduling tests via LoadScheduling 2022-09-27T15:30:57.6530641Z 2022-09-27T15:30:57.6532623Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asin_cpu_float32 2022-09-27T15:30:57.6533306Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acos_cpu_float32 2022-09-27T15:30:57.6533855Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_abs_cpu_float32 2022-09-27T15:30:58.8119776Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acosh_cpu_float32 2022-09-27T15:30:58.8229457Z [gw3] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asin_cpu_float32 2022-09-27T15:30:58.8236485Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atanh_cpu_float32 2022-09-27T15:30:58.8248214Z [gw0] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acos_cpu_float32 2022-09-27T15:30:58.8298013Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan2_cpu_float32 2022-09-27T15:30:58.8536438Z [gw3] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atanh_cpu_float32 2022-09-27T15:30:58.8543252Z [gw1] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_abs_cpu_float32 2022-09-27T15:30:58.8604210Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asinh_cpu_float32 2022-09-27T15:30:58.8657587Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_digamma_cpu_float32 2022-09-27T15:30:58.8711730Z [gw1] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asinh_cpu_float32 2022-09-27T15:30:58.8964946Z [gw3] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_digamma_cpu_float32 2022-09-27T15:30:58.9044569Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_cat_cpu_float32 2022-09-27T15:30:58.9052919Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erf_cpu_float32 2022-09-27T15:30:58.9065246Z [gw2] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acosh_cpu_float32 2022-09-27T15:30:58.9121565Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan_cpu_float32 2022-09-27T15:30:58.9198161Z [gw3] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erf_cpu_float32 2022-09-27T15:30:58.9486592Z [gw2] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan_cpu_float32 2022-09-27T15:30:58.9487753Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_diagonal_cpu_float32 2022-09-27T15:30:58.9607002Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_expm1_cpu_float32 2022-09-27T15:30:58.9627537Z [gw3] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_expm1_cpu_float32 2022-09-27T15:30:58.9925388Z [gw2] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_diagonal_cpu_float32 2022-09-27T15:30:58.9928185Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_trunc_rounding_cpu_float32 2022-09-27T15:30:59.0118355Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igamma_cpu_float32 2022-09-27T15:30:59.0365749Z [gw2] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_trunc_rounding_cpu_float32 2022-09-27T15:30:59.0423320Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_exp2_cpu_float32 2022-09-27T15:30:59.0806252Z [gw2] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_exp2_cpu_float32 2022-09-27T15:30:59.0888962Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_i0_cpu_float32 2022-09-27T15:30:59.1246588Z [gw2] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_i0_cpu_float32 2022-09-27T15:30:59.1311078Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lgamma_cpu_float32 2022-09-27T15:30:59.1686470Z [gw2] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lgamma_cpu_float32 2022-09-27T15:30:59.1783603Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_inv_cpu_float32 2022-09-27T15:30:59.2125223Z [gw2] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_inv_cpu_float32 2022-09-27T15:30:59.2386376Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_dtype_cpu_float32 2022-09-27T15:30:59.2564851Z [gw2] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_dtype_cpu_float32 2022-09-27T15:30:59.2651958Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mH_cpu_float32 2022-09-27T15:30:59.3007365Z [gw2] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mH_cpu_float32 2022-09-27T15:30:59.6948262Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_min_binary_cpu_float32 2022-09-27T15:30:59.6956954Z [gw0] [ 1%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan2_cpu_float32 2022-09-27T15:30:59.7503893Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_clamp_cpu_float32 2022-09-27T15:30:59.7511684Z [gw0] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_clamp_cpu_float32 2022-09-27T15:30:59.7671222Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_no_rounding_mode_cpu_float32 2022-09-27T15:30:59.7925457Z [gw0] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_no_rounding_mode_cpu_float32 2022-09-27T15:30:59.7989483Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfinv_cpu_float32 2022-09-27T15:30:59.8352002Z [gw0] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfinv_cpu_float32 2022-09-27T15:30:59.8364853Z [gw1] [ 2%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_cat_cpu_float32 2022-09-27T15:30:59.8366127Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_floor_rounding_cpu_float32 2022-09-27T15:30:59.8448521Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_gt_cpu_float32 2022-09-27T15:30:59.8460146Z [gw3] [ 2%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igamma_cpu_float32 2022-09-27T15:30:59.8487558Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_cpu_float32 2022-09-27T15:30:59.8555938Z [gw0] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_gt_cpu_float32 2022-09-27T15:30:59.8618297Z [gw1] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_floor_rounding_cpu_float32 2022-09-27T15:30:59.8806758Z [gw3] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_cpu_float32 2022-09-27T15:30:59.8807678Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_le_cpu_float32 2022-09-27T15:30:59.8867002Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfc_cpu_float32 2022-09-27T15:30:59.8881966Z [gw1] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfc_cpu_float32 2022-09-27T15:30:59.8922787Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_matrix_power_cpu_float32 2022-09-27T15:30:59.8968826Z [gw0] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_le_cpu_float32 2022-09-27T15:30:59.9246542Z [gw3] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_matrix_power_cpu_float32 2022-09-27T15:30:59.9247182Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ge_cpu_float32 2022-09-27T15:30:59.9325091Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_householder_product_cpu_float32 2022-09-27T15:30:59.9366081Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logit_cpu_float32 2022-09-27T15:30:59.9488550Z [gw1] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ge_cpu_float32 2022-09-27T15:30:59.9490071Z [gw3] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logit_cpu_float32 2022-09-27T15:30:59.9686912Z [gw0] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_householder_product_cpu_float32 2022-09-27T15:30:59.9688201Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_cpu_float32 2022-09-27T15:30:59.9737287Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igammac_cpu_float32 2022-09-27T15:30:59.9764040Z [gw1] [ 3%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igammac_cpu_float32 2022-09-27T15:31:00.0041268Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matmul_cpu_float32 2022-09-27T15:31:00.0048140Z [gw3] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matmul_cpu_float32 2022-09-27T15:31:00.0128195Z [gw0] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_cpu_float32 2022-09-27T15:31:00.0128832Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_singular_cpu_float32 2022-09-27T15:31:00.0237465Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lt_cpu_float32 2022-09-27T15:31:00.0293802Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_movedim_cpu_float32 2022-09-27T15:31:00.0509678Z [gw0] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lt_cpu_float32 2022-09-27T15:31:00.0671775Z [gw3] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_movedim_cpu_float32 2022-09-27T15:31:00.0677666Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_max_binary_cpu_float32 2022-09-27T15:31:00.0691094Z [gw0] [ 3%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_max_binary_cpu_float32 2022-09-27T15:31:00.0929015Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:31:00.1039383Z [gw3] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:31:00.1062121Z [gw1] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_singular_cpu_float32 2022-09-27T15:31:00.1149833Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log1p_cpu_float32 2022-09-27T15:31:00.1154650Z [gw1] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log1p_cpu_float32 2022-09-27T15:31:00.1241840Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:31:00.1246228Z [gw0] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:31:00.1344876Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv2d_cpu_float32 2022-09-27T15:31:00.1486990Z [gw3] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv2d_cpu_float32 2022-09-27T15:31:00.1602136Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logsumexp_cpu_float32 2022-09-27T15:31:00.1610060Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_neg_cpu_float32 2022-09-27T15:31:00.1691212Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_group_norm_cpu_float32 2022-09-27T15:31:00.1861730Z [gw0] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_neg_cpu_float32 2022-09-27T15:31:00.1898506Z [gw3] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_group_norm_cpu_float32 2022-09-27T15:31:00.1922126Z [gw1] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logsumexp_cpu_float32 2022-09-27T15:31:00.2169531Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matrix_exp_cpu_float32 2022-09-27T15:31:00.2172472Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:31:00.2175914Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_0_cpu_float32 2022-09-27T15:31:00.2184775Z [gw3] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_0_cpu_float32 2022-09-27T15:31:00.2236156Z [gw0] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:31:00.2365233Z [gw1] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matrix_exp_cpu_float32 2022-09-27T15:31:00.2481767Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mul_cpu_float32 2022-09-27T15:31:00.2560913Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_outer_cpu_float32 2022-09-27T15:31:00.2605688Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sinc_cpu_float32 2022-09-27T15:31:00.2623203Z [gw3] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sinc_cpu_float32 2022-09-27T15:31:00.2695832Z [gw1] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mul_cpu_float32 2022-09-27T15:31:00.2806414Z [gw0] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_outer_cpu_float32 2022-09-27T15:31:00.2884231Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ne_cpu_float32 2022-09-27T15:31:00.2953098Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_neg_3_cpu_float32 2022-09-27T15:31:00.2963438Z [gw1] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ne_cpu_float32 2022-09-27T15:31:00.3074065Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_tanh_cpu_float32 2022-09-27T15:31:00.3083047Z [gw2] [ 5%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_min_binary_cpu_float32 2022-09-27T15:31:00.3126715Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:31:00.3159747Z [gw3] [ 5%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_tanh_cpu_float32 2022-09-27T15:31:00.3285896Z [gw2] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:31:00.3407455Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:31:00.3417794Z [gw1] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:31:00.3495716Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_xlogy_cpu_float32 2022-09-27T15:31:00.3567224Z [gw3] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_xlogy_cpu_float32 2022-09-27T15:31:00.3728444Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv1d_cpu_float32 2022-09-27T15:31:00.3745614Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32 2022-09-27T15:31:00.3825400Z [gw2] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv1d_cpu_float32 2022-09-27T15:31:00.3843052Z [gw1] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32 2022-09-27T15:31:00.4006935Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_float32 2022-09-27T15:31:00.4238615Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:31:00.4241165Z [gw2] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:31:00.4447043Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_3_cpu_float32 2022-09-27T15:31:00.4522457Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_cpu_float32 2022-09-27T15:31:00.4887504Z [gw2] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_cpu_float32 2022-09-27T15:31:00.5038581Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sigmoid_cpu_float32 2022-09-27T15:31:00.5326707Z [gw2] [ 6%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sigmoid_cpu_float32 2022-09-27T15:31:00.5486777Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sub_cpu_float32 2022-09-27T15:31:00.5764987Z [gw2] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sub_cpu_float32 2022-09-27T15:31:00.5818505Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_vstack_cpu_float32 2022-09-27T15:31:00.6205476Z [gw2] [ 6%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_vstack_cpu_float32 2022-09-27T15:31:00.9514500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_complex64 2022-09-27T15:31:00.9523051Z [gw0] [ 6%] SKIPPED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_neg_3_cpu_float32 2022-09-27T15:31:00.9654172Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_with_dtype_cpu_float32 2022-09-27T15:31:00.9966535Z [gw0] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_with_dtype_cpu_float32 2022-09-27T15:31:01.0121102Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_trunc_cpu_float32 2022-09-27T15:31:01.0405779Z [gw0] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_trunc_cpu_float32 2022-09-27T15:31:01.0801658Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_float32 2022-09-27T15:31:01.0810197Z [gw1] [ 6%] SKIPPED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_3_cpu_float32 2022-09-27T15:31:01.1238695Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_cpu_float32 2022-09-27T15:31:01.1247367Z [gw1] [ 7%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_cpu_float32 2022-09-27T15:31:01.1449600Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_transpose_cpu_float32 2022-09-27T15:31:01.1686309Z [gw1] [ 7%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_transpose_cpu_float32 2022-09-27T15:31:01.7607462Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_complex64 2022-09-27T15:31:01.7615966Z [gw3] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_float32 2022-09-27T15:31:01.8075306Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_float32 2022-09-27T15:31:01.8084442Z [gw3] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_float32 2022-09-27T15:31:01.8286929Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_float32 2022-09-27T15:31:01.8525925Z [gw3] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_float32 2022-09-27T15:31:01.8733028Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_complex64 2022-09-27T15:31:01.9005789Z [gw3] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_complex64 2022-09-27T15:31:01.9509142Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amax_cpu_float32 2022-09-27T15:31:01.9518832Z [gw2] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_complex64 2022-09-27T15:31:02.0157681Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_complex64 2022-09-27T15:31:02.0173790Z [gw2] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_complex64 2022-09-27T15:31:02.0424841Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_complex64 2022-09-27T15:31:02.0605089Z [gw2] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_complex64 2022-09-27T15:31:02.0870322Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_float32 2022-09-27T15:31:02.1045560Z [gw2] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_float32 2022-09-27T15:31:02.1088487Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_float32 2022-09-27T15:31:02.1486315Z [gw2] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_float32 2022-09-27T15:31:02.1659964Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmin_cpu_float32 2022-09-27T15:31:02.1965802Z [gw2] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmin_cpu_float32 2022-09-27T15:31:02.4371094Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_float32 2022-09-27T15:31:02.4382533Z [gw0] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_float32 2022-09-27T15:31:02.4945337Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_float32 2022-09-27T15:31:02.4951455Z [gw1] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_complex64 2022-09-27T15:31:02.5134158Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_complex64 2022-09-27T15:31:02.5144982Z [gw3] [ 8%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amax_cpu_float32 2022-09-27T15:31:02.5160802Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_complex64 2022-09-27T15:31:02.5566195Z [gw3] [ 8%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_complex64 2022-09-27T15:31:02.5652751Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_log_softmax_cpu_float32 2022-09-27T15:31:02.6006647Z [gw3] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_log_softmax_cpu_float32 2022-09-27T15:31:02.7361561Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_float32 2022-09-27T15:31:02.7373715Z [gw3] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_float32 2022-09-27T15:31:02.7478225Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_float32 2022-09-27T15:31:02.7806511Z [gw3] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_float32 2022-09-27T15:31:02.7869493Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmin_cpu_float32 2022-09-27T15:31:02.8245203Z [gw3] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmin_cpu_float32 2022-09-27T15:31:02.8308789Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_float32 2022-09-27T15:31:02.8339068Z [gw3] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_float32 2022-09-27T15:31:02.8349284Z [gw2] [ 9%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_float32 2022-09-27T15:31:02.8574232Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_complex64 2022-09-27T15:31:02.8725153Z [gw2] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_complex64 2022-09-27T15:31:02.8765840Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_float32 2022-09-27T15:31:02.8933873Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_complex64 2022-09-27T15:31:02.9206600Z [gw2] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_complex64 2022-09-27T15:31:02.9392068Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmax_cpu_float32 2022-09-27T15:31:02.9646696Z [gw2] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmax_cpu_float32 2022-09-27T15:31:02.9804921Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_complex64 2022-09-27T15:31:03.0085543Z [gw2] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_complex64 2022-09-27T15:31:03.1414272Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_complex64 2022-09-27T15:31:03.1422909Z [gw3] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_float32 2022-09-27T15:31:03.1868498Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_float32 2022-09-27T15:31:03.1880673Z [gw2] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_complex64 2022-09-27T15:31:03.3789465Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_complex64 2022-09-27T15:31:03.3798826Z [gw3] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_float32 2022-09-27T15:31:03.6185920Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_float32 2022-09-27T15:31:03.6201630Z [gw2] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_complex64 2022-09-27T15:31:03.7978272Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_complex64 2022-09-27T15:31:03.7994899Z [gw0] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_float32 2022-09-27T15:31:03.8402635Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_float32 2022-09-27T15:31:03.8474018Z [gw0] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_float32 2022-09-27T15:31:03.9172504Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_complex64 2022-09-27T15:31:03.9214641Z [gw0] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_complex64 2022-09-27T15:31:03.9434673Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_complex64 2022-09-27T15:31:03.9721741Z [gw0] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_complex64 2022-09-27T15:31:04.0097715Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmax_cpu_float32 2022-09-27T15:31:04.0364524Z [gw0] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmax_cpu_float32 2022-09-27T15:31:04.0373754Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_complex64 2022-09-27T15:31:04.0798429Z [gw0] [ 10%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_complex64 2022-09-27T15:31:04.0807896Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logsumexp_cpu_float32 2022-09-27T15:31:04.1286834Z [gw0] [ 10%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logsumexp_cpu_float32 2022-09-27T15:31:04.1296315Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_norm_cpu_float32 2022-09-27T15:31:04.1720288Z [gw0] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_norm_cpu_float32 2022-09-27T15:31:04.1736139Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_float32 2022-09-27T15:31:04.2160329Z [gw0] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_float32 2022-09-27T15:31:04.2172521Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_float32 2022-09-27T15:31:04.2183552Z [gw0] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_float32 2022-09-27T15:31:04.2197569Z [gw3] [ 10%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_float32 2022-09-27T15:31:04.2526437Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_float32 2022-09-27T15:31:04.2622999Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_float32 2022-09-27T15:31:04.2967767Z [gw0] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_float32 2022-09-27T15:31:04.6949396Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_float32 2022-09-27T15:31:04.6961402Z [gw0] [ 11%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_float32 2022-09-27T15:31:05.0976831Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_float32 2022-09-27T15:31:05.0983101Z [gw1] [ 11%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_complex64 2022-09-27T15:31:05.1285417Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_complex64 2022-09-27T15:31:05.1366606Z [gw1] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_complex64 2022-09-27T15:31:05.1604792Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmod___cpu_float32 2022-09-27T15:31:05.1805940Z [gw1] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmod___cpu_float32 2022-09-27T15:31:05.1865776Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_float32 2022-09-27T15:31:05.2246165Z [gw1] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_float32 2022-09-27T15:31:05.2510375Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amin_cpu_float32 2022-09-27T15:31:05.2686671Z [gw1] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amin_cpu_float32 2022-09-27T15:31:05.2716544Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_float32 2022-09-27T15:31:05.3126093Z [gw1] [ 11%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_float32 2022-09-27T15:31:05.3161841Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logaddexp_cpu_float32 2022-09-27T15:31:05.3566576Z [gw1] [ 11%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logaddexp_cpu_float32 2022-09-27T15:31:05.3612649Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_median_cpu_float32 2022-09-27T15:31:05.4005805Z [gw1] [ 11%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_median_cpu_float32 2022-09-27T15:31:05.4353211Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_complex64 2022-09-27T15:31:05.4445137Z [gw1] [ 12%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_complex64 2022-09-27T15:31:05.5061507Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_complex64 2022-09-27T15:31:05.5074663Z [gw1] [ 12%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_complex64 2022-09-27T15:31:05.5699968Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_complex64 2022-09-27T15:31:05.5713891Z [gw1] [ 12%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_complex64 2022-09-27T15:31:05.8593638Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_complex64 2022-09-27T15:31:05.8604991Z [gw3] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_float32 2022-09-27T15:31:06.2198091Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_float32 2022-09-27T15:31:06.2207489Z [gw0] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_float32 2022-09-27T15:31:06.2488223Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_float32 2022-09-27T15:31:06.2518259Z [gw1] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_complex64 2022-09-27T15:31:06.3306769Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_complex64 2022-09-27T15:31:06.3318167Z [gw3] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_float32 2022-09-27T15:31:06.8107679Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_float32 2022-09-27T15:31:06.8120556Z [gw3] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_float32 2022-09-27T15:31:06.8145217Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_float32 2022-09-27T15:31:06.8526510Z [gw3] [ 12%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_float32 2022-09-27T15:31:06.8917530Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_complex64 2022-09-27T15:31:06.8930500Z [gw2] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_complex64 2022-09-27T15:31:07.0653684Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_complex64 2022-09-27T15:31:07.0674924Z [gw3] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_complex64 2022-09-27T15:31:07.0900940Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_arange_cpu_float32 2022-09-27T15:31:07.1125039Z [gw3] [ 13%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_arange_cpu_float32 2022-09-27T15:31:07.4191149Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_complex64 2022-09-27T15:31:07.4199065Z [gw3] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_complex64 2022-09-27T15:31:07.4216580Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_complex64 2022-09-27T15:31:07.4606603Z [gw3] [ 13%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_complex64 2022-09-27T15:31:07.4763839Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_complex64 2022-09-27T15:31:07.4773209Z [gw0] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_float32 2022-09-27T15:31:07.6692457Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_float32 2022-09-27T15:31:07.6703763Z [gw3] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_complex64 2022-09-27T15:31:07.7557813Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_float32 2022-09-27T15:31:07.7566997Z [gw3] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_float32 2022-09-27T15:31:07.8019741Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_float32 2022-09-27T15:31:07.8033614Z [gw3] [ 13%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_float32 2022-09-27T15:31:07.8043848Z [gw0] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_float32 2022-09-27T15:31:07.8045196Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_float32 2022-09-27T15:31:07.8507175Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_float32 2022-09-27T15:31:07.8517520Z [gw3] [ 13%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_float32 2022-09-27T15:31:07.8581278Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_complex64 2022-09-27T15:31:07.8925977Z [gw3] [ 14%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_complex64 2022-09-27T15:31:08.1098437Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_complex64 2022-09-27T15:31:08.1117273Z [gw3] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_complex64 2022-09-27T15:31:08.1142202Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_shapes_cpu_float32 2022-09-27T15:31:08.1525271Z [gw3] [ 14%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_shapes_cpu_float32 2022-09-27T15:31:08.3589334Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_float32 2022-09-27T15:31:08.3598854Z [gw0] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_float32 2022-09-27T15:31:08.4739097Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_float32 2022-09-27T15:31:08.4748619Z [gw1] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_complex64 2022-09-27T15:31:08.6641388Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_complex64 2022-09-27T15:31:08.6653640Z [gw0] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_float32 2022-09-27T15:31:08.7401506Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amin_cpu_float32 2022-09-27T15:31:08.7413131Z [gw3] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_float32 2022-09-27T15:31:08.9762491Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_complex64 2022-09-27T15:31:08.9771138Z [gw3] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_complex64 2022-09-27T15:31:09.4394310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdist_cpu_float32 2022-09-27T15:31:09.4402026Z [gw2] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_complex64 2022-09-27T15:31:10.2478415Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_complex64 2022-09-27T15:31:10.2492067Z [gw0] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amin_cpu_float32 2022-09-27T15:31:10.5873439Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_complex64 2022-09-27T15:31:10.5882793Z [gw2] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_complex64 2022-09-27T15:31:10.6173695Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_complex64 2022-09-27T15:31:10.6185680Z [gw1] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_complex64 2022-09-27T15:31:10.8865500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_complex64 2022-09-27T15:31:10.8878852Z [gw0] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_complex64 2022-09-27T15:31:11.2033545Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmin_cpu_float32 2022-09-27T15:31:11.2043026Z [gw0] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmin_cpu_float32 2022-09-27T15:31:11.3899252Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_complex64 2022-09-27T15:31:11.3907892Z [gw2] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_complex64 2022-09-27T15:31:11.3933556Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_complex64 2022-09-27T15:31:11.4325859Z [gw2] [ 15%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_complex64 2022-09-27T15:31:11.6798626Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_aminmax_cpu_float32 2022-09-27T15:31:11.6811529Z [gw0] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_complex64 2022-09-27T15:31:11.7318670Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_complex64 2022-09-27T15:31:11.7330822Z [gw1] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_complex64 2022-09-27T15:31:11.7875762Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_complex64 [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-09-27T15:31:11.7878507Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-09-27T15:31:11.8059894Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-09-27T15:31:11.8061884Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-09-27T15:31:11.8082427Z 2022-09-27T15:31:11.8113188Z [gw2] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_aminmax_cpu_float32 2022-09-27T15:31:11.9126844Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_float32 2022-09-27T15:31:11.9136942Z [gw0] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_complex64 2022-09-27T15:31:12.1627832Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan2_cpu_float32 2022-09-27T15:31:12.1636632Z [gw2] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_float32 2022-09-27T15:31:12.1657525Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argsort_cpu_float32 2022-09-27T15:31:12.2047368Z [gw2] [ 16%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argsort_cpu_float32 2022-09-27T15:31:12.4403857Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_float32 2022-09-27T15:31:12.4413061Z [gw2] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_float32 2022-09-27T15:31:12.5430399Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_float32 2022-09-27T15:31:12.5441702Z [gw2] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_float32 2022-09-27T15:31:12.6807485Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_complex64 2022-09-27T15:31:12.6816970Z [gw0] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan2_cpu_float32 2022-09-27T15:31:12.7236737Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_float32 2022-09-27T15:31:12.7246300Z [gw2] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_complex64 2022-09-27T15:31:12.7743077Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_complex64 2022-09-27T15:31:12.7752246Z [gw0] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_float32 2022-09-27T15:31:12.8129112Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_float32 2022-09-27T15:31:12.8137361Z [gw1] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_complex64 2022-09-27T15:31:12.8397212Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_complex64 2022-09-27T15:31:12.8406464Z [gw0] [ 16%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_float32 2022-09-27T15:31:13.2131766Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_float32 2022-09-27T15:31:13.2148118Z [gw2] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_complex64 2022-09-27T15:31:13.5310419Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_complex64 2022-09-27T15:31:13.5323611Z [gw0] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_float32 2022-09-27T15:31:13.5751802Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_complex64 2022-09-27T15:31:13.5769313Z [gw1] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_complex64 2022-09-27T15:31:13.6754054Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amax_cpu_float32 2022-09-27T15:31:13.6769938Z [gw2] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_complex64 2022-09-27T15:31:13.6808891Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bernoulli_cpu_float32 2022-09-27T15:31:13.7205239Z [gw2] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bernoulli_cpu_float32 2022-09-27T15:31:13.7811002Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_float32 2022-09-27T15:31:13.7820375Z [gw2] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_float32 2022-09-27T15:31:13.7873180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_float32 2022-09-27T15:31:13.8247779Z [gw2] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_float32 2022-09-27T15:31:14.2546378Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_complex64 2022-09-27T15:31:14.2555262Z [gw0] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_complex64 2022-09-27T15:31:14.2603966Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_complex64 2022-09-27T15:31:14.2966343Z [gw0] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_complex64 2022-09-27T15:31:14.3542253Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_float32 2022-09-27T15:31:14.3552135Z [gw0] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_float32 2022-09-27T15:31:14.3894244Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_complex64 2022-09-27T15:31:14.3964957Z [gw0] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_complex64 2022-09-27T15:31:15.0177701Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_complex64 2022-09-27T15:31:15.0186986Z [gw2] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_complex64 2022-09-27T15:31:15.0307064Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_float32 2022-09-27T15:31:15.0317987Z [gw0] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_complex64 2022-09-27T15:31:15.0419961Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_complex64 2022-09-27T15:31:15.0507460Z [gw0] [ 18%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_complex64 2022-09-27T15:31:15.0604979Z [gw2] [ 18%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_float32 2022-09-27T15:31:15.0726098Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_float32 2022-09-27T15:31:15.5256906Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_complex64 2022-09-27T15:31:15.5268499Z [gw1] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amax_cpu_float32 2022-09-27T15:31:15.5617428Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_float32 2022-09-27T15:31:15.5627171Z [gw2] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_float32 2022-09-27T15:31:15.5756781Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_float32 2022-09-27T15:31:15.6086493Z [gw2] [ 18%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_float32 2022-09-27T15:31:15.6296300Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_float32 2022-09-27T15:31:15.6310137Z [gw1] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_float32 2022-09-27T15:31:16.1486758Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmax_cpu_float32 2022-09-27T15:31:16.1499412Z [gw1] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmax_cpu_float32 2022-09-27T15:31:16.3624343Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_float32 2022-09-27T15:31:16.3641423Z [gw1] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_float32 2022-09-27T15:31:16.3675209Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_float32 2022-09-27T15:31:16.4087903Z [gw1] [ 18%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_float32 2022-09-27T15:31:16.5204593Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_float32 2022-09-27T15:31:16.5238117Z [gw1] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_float32 2022-09-27T15:31:16.7804265Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_complex64 2022-09-27T15:31:16.7831179Z [gw1] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_complex64 2022-09-27T15:31:17.5136792Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_complex64 2022-09-27T15:31:17.5149791Z [gw2] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_float32 2022-09-27T15:31:17.5914899Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_float32 2022-09-27T15:31:17.5927696Z [gw1] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_complex64 2022-09-27T15:31:18.9007763Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_complex64 2022-09-27T15:31:18.9046352Z [gw0] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_complex64 2022-09-27T15:31:19.3665805Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_complex64 2022-09-27T15:31:19.3807232Z [gw2] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_float32 2022-09-27T15:31:19.5439302Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_max_cpu_float32 2022-09-27T15:31:19.5471860Z [gw3] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdist_cpu_float32 2022-09-27T15:31:19.5814472Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_complex64 2022-09-27T15:31:19.5887603Z [gw3] [ 19%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_complex64 2022-09-27T15:31:20.4142072Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_complex64 2022-09-27T15:31:20.4176425Z [gw2] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_max_cpu_float32 2022-09-27T15:31:20.8338964Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_complex64 2022-09-27T15:31:20.8371621Z [gw2] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_complex64 2022-09-27T15:31:21.4027710Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_complex_cpu_float32 2022-09-27T15:31:21.4040270Z [gw2] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_complex_cpu_float32 2022-09-27T15:31:21.4060984Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_float32 2022-09-27T15:31:21.4350905Z [gw2] [ 20%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_float32 2022-09-27T15:31:21.4362226Z [gw1] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_complex64 2022-09-27T15:31:21.4403860Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_float32 2022-09-27T15:31:21.4444498Z [gw1] [ 20%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_float32 2022-09-27T15:31:21.4769381Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_float32 2022-09-27T15:31:21.5197777Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_float32 2022-09-27T15:31:21.5213859Z [gw2] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_float32 2022-09-27T15:31:21.6026085Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_complex64 2022-09-27T15:31:21.6043862Z [gw1] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_float32 2022-09-27T15:31:21.7593452Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_complex64 2022-09-27T15:31:21.7600975Z [gw1] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_complex64 2022-09-27T15:31:21.7628669Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bucketize_cpu_float32 2022-09-27T15:31:21.8016997Z [gw1] [ 20%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bucketize_cpu_float32 2022-09-27T15:31:21.8414130Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_float32 2022-09-27T15:31:21.8441833Z [gw1] [ 20%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_float32 2022-09-27T15:31:21.9829741Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ceil_cpu_float32 2022-09-27T15:31:21.9961448Z [gw1] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ceil_cpu_float32 2022-09-27T15:31:22.0283375Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_float32 2022-09-27T15:31:22.0305266Z [gw2] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_complex64 2022-09-27T15:31:22.0572776Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_complex64 2022-09-27T15:31:22.0602992Z [gw1] [ 21%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_float32 2022-09-27T15:31:22.1091972Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_float32 2022-09-27T15:31:22.1112181Z [gw0] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_complex64 2022-09-27T15:31:22.3021060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_cpu_float32 2022-09-27T15:31:22.3036572Z [gw3] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_complex64 2022-09-27T15:31:22.6613800Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_complex64 2022-09-27T15:31:22.6622167Z [gw0] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_cpu_float32 2022-09-27T15:31:22.8186591Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_float32 2022-09-27T15:31:22.8202716Z [gw0] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_float32 2022-09-27T15:31:22.8941396Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_float32 2022-09-27T15:31:22.8950419Z [gw3] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_complex64 2022-09-27T15:31:23.0853576Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_min_cpu_float32 2022-09-27T15:31:23.0854293Z [gw2] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_complex64 2022-09-27T15:31:23.2468126Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_complex64 2022-09-27T15:31:23.2481681Z [gw1] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_float32 2022-09-27T15:31:23.5354891Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_float32 2022-09-27T15:31:23.5365110Z [gw0] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_float32 2022-09-27T15:31:23.5684374Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_complex64 2022-09-27T15:31:23.5695686Z [gw1] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_float32 2022-09-27T15:31:23.6121127Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_complex64 2022-09-27T15:31:23.6128183Z [gw2] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_complex64 2022-09-27T15:31:23.6518505Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_complex64 2022-09-27T15:31:23.6530397Z [gw3] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_min_cpu_float32 2022-09-27T15:31:23.6949265Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_float32 2022-09-27T15:31:23.6960969Z [gw0] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_complex64 2022-09-27T15:31:23.7668558Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_complex64 2022-09-27T15:31:23.7675392Z [gw3] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_float32 2022-09-27T15:31:23.8355787Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_complex64 2022-09-27T15:31:23.8362441Z [gw0] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_complex64 2022-09-27T15:31:23.8630546Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_float32 2022-09-27T15:31:23.8639812Z [gw1] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_complex64 2022-09-27T15:31:24.2047359Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_complex64 2022-09-27T15:31:24.2083518Z [gw3] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_complex64 2022-09-27T15:31:24.2306175Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_complex64 2022-09-27T15:31:24.2318764Z [gw0] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_float32 2022-09-27T15:31:24.5145125Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_float32 2022-09-27T15:31:24.5159927Z [gw0] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_float32 2022-09-27T15:31:24.7313613Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_float32 2022-09-27T15:31:24.7319841Z [gw0] [ 22%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_float32 2022-09-27T15:31:24.9628790Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummin_cpu_float32 2022-09-27T15:31:24.9638681Z [gw0] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummin_cpu_float32 2022-09-27T15:31:25.2904688Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_float32 2022-09-27T15:31:25.2905291Z [gw1] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_complex64 2022-09-27T15:31:25.3309883Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_float32 2022-09-27T15:31:25.3323075Z [gw0] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_float32 2022-09-27T15:31:25.3338240Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_complex64 2022-09-27T15:31:25.3727117Z [gw0] [ 23%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_complex64 2022-09-27T15:31:25.3748634Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_float32 2022-09-27T15:31:25.4166844Z [gw0] [ 23%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_float32 2022-09-27T15:31:25.4343333Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_cpu_float32 2022-09-27T15:31:25.4355203Z [gw2] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_complex64 2022-09-27T15:31:25.4726414Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_complex64 2022-09-27T15:31:25.4742760Z [gw1] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_float32 2022-09-27T15:31:25.5169995Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_float32 2022-09-27T15:31:25.5182234Z [gw0] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_cpu_float32 2022-09-27T15:31:25.5198166Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_divide_cpu_float32 2022-09-27T15:31:25.5646354Z [gw0] [ 23%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_divide_cpu_float32 2022-09-27T15:31:26.1502564Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmax_cpu_float32 2022-09-27T15:31:26.1508352Z [gw2] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_complex64 2022-09-27T15:31:26.2268048Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_complex64 2022-09-27T15:31:26.2281874Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmax_cpu_float32 2022-09-27T15:31:26.8320761Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmin_cpu_float32 2022-09-27T15:31:26.8321441Z [gw2] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_complex64 2022-09-27T15:31:27.0439991Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_float32 2022-09-27T15:31:27.0451937Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmin_cpu_float32 2022-09-27T15:31:27.1760984Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmod_cpu_float32 2022-09-27T15:31:27.1773137Z [gw2] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_float32 2022-09-27T15:31:27.4760818Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_complex64 2022-09-27T15:31:27.4771675Z [gw1] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_float32 2022-09-27T15:31:27.8969719Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_complex64 2022-09-27T15:31:27.8981909Z [gw2] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_complex64 2022-09-27T15:31:27.9263873Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_float32 2022-09-27T15:31:27.9277374Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmod_cpu_float32 2022-09-27T15:31:28.1534528Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frac_cpu_float32 2022-09-27T15:31:28.1551231Z [gw1] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_complex64 2022-09-27T15:31:28.2089549Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_complex64 2022-09-27T15:31:28.2102173Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frac_cpu_float32 2022-09-27T15:31:28.2636985Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frexp_cpu_float32 2022-09-27T15:31:28.2648815Z [gw2] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_float32 2022-09-27T15:31:28.4900030Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_complex64 2022-09-27T15:31:28.4917727Z [gw0] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frexp_cpu_float32 2022-09-27T15:31:28.5954687Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_complex64 2022-09-27T15:31:28.5962658Z [gw1] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_complex64 2022-09-27T15:31:28.7325648Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_complex64 2022-09-27T15:31:28.7339114Z [gw0] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_complex64 2022-09-27T15:31:28.7749325Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_float32 2022-09-27T15:31:28.7761816Z [gw1] [ 25%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_complex64 2022-09-27T15:31:28.8592451Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummax_cpu_float32 2022-09-27T15:31:28.8605443Z [gw0] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_float32 2022-09-27T15:31:29.0065572Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_complex64 2022-09-27T15:31:29.0079449Z [gw1] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummax_cpu_float32 2022-09-27T15:31:29.1125922Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_complex64 2022-09-27T15:31:29.1138658Z [gw2] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_complex64 2022-09-27T15:31:29.1625381Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_float32 2022-09-27T15:31:29.1638569Z [gw3] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_complex64 2022-09-27T15:31:29.5532346Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_copysign_cpu_float32 2022-09-27T15:31:29.5559289Z [gw2] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_float32 2022-09-27T15:31:29.6183490Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_complex64 2022-09-27T15:31:29.6197185Z [gw1] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_complex64 2022-09-27T15:31:29.7869472Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_deg2rad_cpu_float32 2022-09-27T15:31:29.7878567Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_complex64 2022-09-27T15:31:29.8178004Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_float32 2022-09-27T15:31:29.8186552Z [gw1] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_deg2rad_cpu_float32 2022-09-27T15:31:29.9721545Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_complex64 2022-09-27T15:31:29.9730820Z [gw2] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_complex64 2022-09-27T15:31:30.0068235Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_float32 2022-09-27T15:31:30.0080167Z [gw3] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_copysign_cpu_float32 2022-09-27T15:31:30.1467776Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_float32 2022-09-27T15:31:30.1476353Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_float32 2022-09-27T15:31:30.1572044Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ge_cpu_float32 2022-09-27T15:31:30.1580568Z [gw2] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_float32 2022-09-27T15:31:30.2322520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_complex64 2022-09-27T15:31:30.2335294Z [gw3] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_float32 2022-09-27T15:31:30.3553325Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_float32 2022-09-27T15:31:30.3566490Z [gw1] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_complex64 2022-09-27T15:31:30.4656737Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_float32 2022-09-27T15:31:30.4669299Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ge_cpu_float32 2022-09-27T15:31:30.6656050Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_complex64 2022-09-27T15:31:30.6700801Z [gw1] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_float32 2022-09-27T15:31:30.7472439Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_complex64 2022-09-27T15:31:30.7477092Z [gw3] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_float32 2022-09-27T15:31:30.9272591Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_float32 2022-09-27T15:31:30.9280730Z [gw2] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_complex64 2022-09-27T15:31:30.9687569Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_float32 2022-09-27T15:31:30.9703830Z [gw3] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_float32 2022-09-27T15:31:31.0813599Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_float32 2022-09-27T15:31:31.0825756Z [gw1] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_complex64 2022-09-27T15:31:31.2853412Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_float32 2022-09-27T15:31:31.2867452Z [gw1] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_float32 2022-09-27T15:31:31.2886066Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_complex64 2022-09-27T15:31:31.2896916Z [gw2] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_float32 2022-09-27T15:31:31.3174701Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_complex64 2022-09-27T15:31:31.3325659Z [gw1] [ 27%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_complex64 2022-09-27T15:31:31.3641877Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_float32 2022-09-27T15:31:31.3766129Z [gw1] [ 27%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_float32 2022-09-27T15:31:32.3179650Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_complex64 2022-09-27T15:31:32.3196739Z [gw3] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_float32 2022-09-27T15:31:32.3636574Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_float32 2022-09-27T15:31:32.3655945Z [gw2] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_complex64 2022-09-27T15:31:32.7319213Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_float32 2022-09-27T15:31:32.7331457Z [gw2] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_float32 2022-09-27T15:31:32.8244266Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_complex64 2022-09-27T15:31:32.8255419Z [gw3] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_float32 2022-09-27T15:31:32.8370308Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_complex64 2022-09-27T15:31:32.8381954Z [gw1] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_complex64 2022-09-27T15:31:33.0741258Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_float32 2022-09-27T15:31:33.0748871Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_complex64 2022-09-27T15:31:33.4504337Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_float32 2022-09-27T15:31:33.4509704Z [gw2] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_complex64 2022-09-27T15:31:33.4671931Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_float32 2022-09-27T15:31:33.4686592Z [gw1] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_float32 2022-09-27T15:31:33.6494904Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_complex64 2022-09-27T15:31:33.6507244Z [gw1] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_complex64 2022-09-27T15:31:33.7431258Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_float32 2022-09-27T15:31:33.7449207Z [gw1] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_float32 2022-09-27T15:31:33.7821962Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isin_cpu_float32 2022-09-27T15:31:33.7921910Z [gw1] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isin_cpu_float32 2022-09-27T15:31:33.8535944Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_complex64 2022-09-27T15:31:33.8556557Z [gw2] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_float32 2022-09-27T15:31:33.8967176Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_complex64 2022-09-27T15:31:33.9202041Z [gw1] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_complex64 2022-09-27T15:31:33.9811189Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_float32 2022-09-27T15:31:33.9926620Z [gw1] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_float32 2022-09-27T15:31:34.1112364Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_complex64 2022-09-27T15:31:34.1127576Z [gw1] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_complex64 2022-09-27T15:31:34.1470806Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_float32 2022-09-27T15:31:34.1564830Z [gw1] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_float32 2022-09-27T15:31:34.1892469Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isneginf_cpu_float32 2022-09-27T15:31:34.2007817Z [gw1] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isneginf_cpu_float32 2022-09-27T15:31:34.2364603Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isposinf_cpu_float32 2022-09-27T15:31:34.2485237Z [gw1] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isposinf_cpu_float32 2022-09-27T15:31:34.4318752Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_complex64 2022-09-27T15:31:34.4331861Z [gw1] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_complex64 2022-09-27T15:31:34.4346149Z [gw0] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_float32 2022-09-27T15:31:34.4351119Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_float32 2022-09-27T15:31:34.4386015Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_complex64 2022-09-27T15:31:34.4768040Z [gw0] [ 29%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_complex64 2022-09-27T15:31:34.4808841Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_float32 2022-09-27T15:31:34.5218544Z [gw0] [ 29%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_float32 2022-09-27T15:31:34.5225439Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gt_cpu_float32 2022-09-27T15:31:34.5241268Z [gw1] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_float32 2022-09-27T15:31:34.5248048Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_complex64 2022-09-27T15:31:34.5556380Z [gw1] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_complex64 2022-09-27T15:31:34.5564347Z [gw2] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_complex64 2022-09-27T15:31:34.5644244Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_float32 2022-09-27T15:31:34.5670341Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_float32 2022-09-27T15:31:34.6086336Z [gw1] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_float32 2022-09-27T15:31:34.6124369Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:31:34.6526276Z [gw1] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:31:34.6573872Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:31:34.6967117Z [gw1] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:31:34.7008478Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:31:34.7407493Z [gw1] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:31:34.7449528Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:31:34.7847229Z [gw1] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:31:34.7893686Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_complex64 2022-09-27T15:31:34.8286147Z [gw1] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_complex64 2022-09-27T15:31:34.8329043Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_float32 2022-09-27T15:31:34.8548303Z [gw1] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_float32 2022-09-27T15:31:34.8556903Z [gw2] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_float32 2022-09-27T15:31:34.8659082Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_complex64 2022-09-27T15:31:34.8674086Z [gw0] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gt_cpu_float32 2022-09-27T15:31:34.8755242Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_complex64 2022-09-27T15:31:34.8768975Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:31:34.9167571Z [gw1] [ 31%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:31:34.9205350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:31:34.9382005Z [gw1] [ 31%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:31:34.9390253Z [gw0] [ 31%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_complex64 2022-09-27T15:31:34.9604667Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_float32 2022-09-27T15:31:34.9642710Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_complex64 2022-09-27T15:31:35.0047056Z [gw1] [ 31%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_complex64 2022-09-27T15:31:35.0087720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_float32 2022-09-27T15:31:35.0097413Z [gw1] [ 31%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_float32 2022-09-27T15:31:35.0107941Z [gw0] [ 31%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_float32 2022-09-27T15:31:35.0486461Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_heaviside_cpu_float32 2022-09-27T15:31:35.3016493Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_complex64 2022-09-27T15:31:35.3024707Z [gw1] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_complex64 2022-09-27T15:31:35.3141030Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_float32 2022-09-27T15:31:35.3153936Z [gw0] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_heaviside_cpu_float32 2022-09-27T15:31:35.4201100Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histc_cpu_float32 2022-09-27T15:31:35.4213981Z [gw1] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_float32 2022-09-27T15:31:35.5671209Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kthvalue_cpu_float32 2022-09-27T15:31:35.5687806Z [gw2] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_complex64 2022-09-27T15:31:35.8596512Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_float32 2022-09-27T15:31:35.8613116Z [gw2] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_float32 2022-09-27T15:31:35.9908755Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_complex64 2022-09-27T15:31:35.9921748Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_complex64 2022-09-27T15:31:36.5571458Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_float32 2022-09-27T15:31:36.5580533Z [gw2] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_complex64 2022-09-27T15:31:36.5803829Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_float32 2022-09-27T15:31:36.5817943Z [gw1] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kthvalue_cpu_float32 2022-09-27T15:31:36.8973976Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_complex64 2022-09-27T15:31:36.8986008Z [gw2] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_float32 2022-09-27T15:31:37.2716452Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_complex64 2022-09-27T15:31:37.2725344Z [gw2] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_complex64 2022-09-27T15:31:37.4226197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_float32 2022-09-27T15:31:37.4235320Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_float32 2022-09-27T15:31:37.4672051Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_complex64 2022-09-27T15:31:37.4679732Z [gw2] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_float32 2022-09-27T15:31:37.7585725Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft2_cpu_float32 2022-09-27T15:31:37.7586824Z [gw2] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft2_cpu_float32 2022-09-27T15:31:38.0459589Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft_cpu_float32 2022-09-27T15:31:38.0475733Z [gw2] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft_cpu_float32 2022-09-27T15:31:38.2731133Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfftn_cpu_float32 2022-09-27T15:31:38.2743440Z [gw1] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_complex64 2022-09-27T15:31:38.3123193Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_float32 2022-09-27T15:31:38.3136286Z [gw0] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histc_cpu_float32 2022-09-27T15:31:38.3911456Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogram_cpu_float32 2022-09-27T15:31:38.3928828Z [gw2] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfftn_cpu_float32 2022-09-27T15:31:38.7985459Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_complex64 2022-09-27T15:31:38.7986717Z [gw0] [ 33%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogram_cpu_float32 2022-09-27T15:31:38.9625096Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogramdd_cpu_float32 2022-09-27T15:31:38.9653795Z [gw0] [ 33%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogramdd_cpu_float32 2022-09-27T15:31:39.1483423Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_complex64 2022-09-27T15:31:39.1508879Z [gw2] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_complex64 2022-09-27T15:31:39.1754453Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_float32 2022-09-27T15:31:39.1771262Z [gw1] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_float32 2022-09-27T15:31:39.4497641Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_le_cpu_float32 2022-09-27T15:31:39.4516374Z [gw0] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_complex64 2022-09-27T15:31:39.4704679Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_float32 2022-09-27T15:31:39.4716418Z [gw2] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_float32 2022-09-27T15:31:39.5200554Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_complex64 2022-09-27T15:31:39.5213353Z [gw1] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_le_cpu_float32 2022-09-27T15:31:39.6962567Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_complex64 2022-09-27T15:31:39.6982666Z [gw0] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_float32 2022-09-27T15:31:39.9163249Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_complex64 2022-09-27T15:31:39.9173909Z [gw0] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_complex64 2022-09-27T15:31:40.0327889Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_float32 2022-09-27T15:31:40.0344674Z [gw0] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_float32 2022-09-27T15:31:40.1091071Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hypot_cpu_float32 2022-09-27T15:31:40.1103778Z [gw2] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_complex64 2022-09-27T15:31:40.4771698Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_float32 2022-09-27T15:31:40.4784559Z [gw3] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_complex64 2022-09-27T15:31:40.5120895Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_float32 2022-09-27T15:31:40.5137005Z [gw2] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_float32 2022-09-27T15:31:40.9883834Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_complex64 2022-09-27T15:31:40.9892350Z [gw0] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hypot_cpu_float32 2022-09-27T15:31:41.2852075Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_i0_cpu_float32 2022-09-27T15:31:41.2853400Z [gw0] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_i0_cpu_float32 2022-09-27T15:31:41.4424849Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igamma_cpu_float32 2022-09-27T15:31:41.4437182Z [gw2] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_complex64 2022-09-27T15:31:41.5824656Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_float32 2022-09-27T15:31:41.5837344Z [gw0] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igamma_cpu_float32 2022-09-27T15:31:41.8803680Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igammac_cpu_float32 2022-09-27T15:31:41.8816914Z [gw0] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igammac_cpu_float32 2022-09-27T15:31:41.9191079Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_imag_cpu_complex64 2022-09-27T15:31:41.9202962Z [gw2] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_float32 2022-09-27T15:31:42.0038759Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft2_cpu_float32 2022-09-27T15:31:42.0068764Z [gw3] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_float32 2022-09-27T15:31:42.1735951Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_complex64 2022-09-27T15:31:42.1746866Z [gw0] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_imag_cpu_complex64 2022-09-27T15:31:42.2678363Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_complex64 2022-09-27T15:31:42.2694243Z [gw2] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft2_cpu_float32 2022-09-27T15:31:42.5531450Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft_cpu_float32 2022-09-27T15:31:42.5543768Z [gw2] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft_cpu_float32 2022-09-27T15:31:42.8886841Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfftn_cpu_float32 2022-09-27T15:31:42.8898736Z [gw2] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfftn_cpu_float32 2022-09-27T15:31:42.8942434Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_complex64 2022-09-27T15:31:42.9323987Z [gw2] [ 35%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_complex64 2022-09-27T15:31:42.9387564Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_float32 2022-09-27T15:31:42.9478130Z [gw2] [ 35%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_float32 2022-09-27T15:31:42.9492098Z [gw3] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_complex64 2022-09-27T15:31:42.9765792Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_float32 2022-09-27T15:31:43.3223540Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_complex64 2022-09-27T15:31:43.3233571Z [gw3] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_float32 2022-09-27T15:31:43.5646785Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_complex64 2022-09-27T15:31:43.5658545Z [gw1] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_complex64 2022-09-27T15:31:43.8570102Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_float32 2022-09-27T15:31:43.8576352Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_complex64 2022-09-27T15:31:43.8959729Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_float32 2022-09-27T15:31:43.8971990Z [gw2] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_complex64 2022-09-27T15:31:44.3675685Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_float32 2022-09-27T15:31:44.3683628Z [gw2] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_float32 2022-09-27T15:31:44.5560310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_complex64 2022-09-27T15:31:44.5573151Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_float32 2022-09-27T15:31:44.7949504Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_complex64 2022-09-27T15:31:44.7958114Z [gw1] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_float32 2022-09-27T15:31:45.0150610Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lgamma_cpu_float32 2022-09-27T15:31:45.0163897Z [gw1] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lgamma_cpu_float32 2022-09-27T15:31:45.0217465Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_complex64 2022-09-27T15:31:45.0227245Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_complex64 2022-09-27T15:31:45.2469107Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_float32 2022-09-27T15:31:45.2486038Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_float32 2022-09-27T15:31:45.5959938Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_complex64 2022-09-27T15:31:45.5969021Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_complex64 2022-09-27T15:31:45.7794599Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_float32 2022-09-27T15:31:45.7808820Z [gw0] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_complex64 2022-09-27T15:31:46.0543991Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_float32 2022-09-27T15:31:46.0556813Z [gw2] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_complex64 2022-09-27T15:31:46.1001615Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_float32 2022-09-27T15:31:46.1012412Z [gw0] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_float32 2022-09-27T15:31:46.5039513Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_complex64 2022-09-27T15:31:46.5052776Z [gw1] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_complex64 2022-09-27T15:31:46.7814776Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_float32 2022-09-27T15:31:46.7820264Z [gw0] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_complex64 2022-09-27T15:31:46.9686172Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_float32 2022-09-27T15:31:46.9698883Z [gw2] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_float32 2022-09-27T15:31:47.0247013Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_complex64 2022-09-27T15:31:47.0259244Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_float32 2022-09-27T15:31:47.1055582Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_scatter_cpu_float32 2022-09-27T15:31:47.1071646Z [gw0] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_float32 2022-09-27T15:31:47.2379993Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_cpu_float32 2022-09-27T15:31:47.2392718Z [gw1] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_float32 2022-09-27T15:31:47.3137503Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:31:47.3150152Z [gw2] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_complex64 2022-09-27T15:31:47.4883644Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_float32 2022-09-27T15:31:47.4896006Z [gw2] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_float32 2022-09-27T15:31:47.8182783Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_complex64 2022-09-27T15:31:47.8183989Z [gw2] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_complex64 2022-09-27T15:31:47.9916690Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_float32 2022-09-27T15:31:47.9929033Z [gw2] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_float32 2022-09-27T15:31:48.0540783Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_complex64 2022-09-27T15:31:48.0553923Z [gw2] [ 38%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_complex64 2022-09-27T15:31:48.1154318Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_float32 2022-09-27T15:31:48.1166814Z [gw2] [ 38%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_float32 2022-09-27T15:31:48.2251914Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_float32 2022-09-27T15:31:48.2264523Z [gw2] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_float32 2022-09-27T15:31:48.4911739Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64 2022-09-27T15:31:48.4924585Z [gw3] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_scatter_cpu_float32 2022-09-27T15:31:48.6428831Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_complex64 2022-09-27T15:31:48.6442292Z [gw2] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64 2022-09-27T15:31:48.8426425Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_float32 2022-09-27T15:31:48.8442561Z [gw1] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:31:48.8640062Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32 2022-09-27T15:31:48.8650804Z [gw2] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_float32 2022-09-27T15:31:49.6824142Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_complex64 2022-09-27T15:31:49.6836753Z [gw1] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32 2022-09-27T15:31:49.7913225Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_complex64 2022-09-27T15:31:49.7925902Z [gw2] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_complex64 2022-09-27T15:31:50.0072235Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_float32 2022-09-27T15:31:50.0082267Z [gw1] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_complex64 2022-09-27T15:31:50.0774110Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_float32 2022-09-27T15:31:50.0780569Z [gw0] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_cpu_float32 2022-09-27T15:31:50.1894510Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_float32 2022-09-27T15:31:50.1907154Z [gw1] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_float32 2022-09-27T15:31:50.2737842Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_complex64 2022-09-27T15:31:50.2759019Z [gw2] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_float32 2022-09-27T15:31:50.5446466Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_complex64 2022-09-27T15:31:50.5459945Z [gw1] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_complex64 2022-09-27T15:31:50.6909554Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_float32 2022-09-27T15:31:50.6921624Z [gw1] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_float32 2022-09-27T15:31:51.1072569Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_complex64 2022-09-27T15:31:51.1096295Z [gw0] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_float32 2022-09-27T15:31:51.5430079Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_complex64 2022-09-27T15:31:51.5457563Z [gw1] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_complex64 2022-09-27T15:31:52.0076276Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_float32 2022-09-27T15:31:52.0099244Z [gw1] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_float32 2022-09-27T15:31:53.5996113Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_complex64 2022-09-27T15:31:53.6018732Z [gw0] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_complex64 2022-09-27T15:31:54.8898420Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_float32 2022-09-27T15:31:54.8933352Z [gw0] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_float32 2022-09-27T15:31:55.3945914Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:31:55.3973085Z [gw2] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_complex64 2022-09-27T15:31:56.2391393Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_float32 2022-09-27T15:31:56.2422182Z [gw1] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_complex64 2022-09-27T15:31:57.2749887Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_float32 2022-09-27T15:31:57.2776471Z [gw0] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:31:57.9026064Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:31:57.9053597Z [gw2] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_float32 2022-09-27T15:31:58.2462708Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_complex64 2022-09-27T15:31:58.2486659Z [gw1] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_float32 2022-09-27T15:31:58.6348209Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_complex64 2022-09-27T15:31:58.6379633Z [gw0] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:31:59.3527992Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_complex64 2022-09-27T15:31:59.3539637Z [gw1] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_complex64 2022-09-27T15:31:59.8787293Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_float32 2022-09-27T15:31:59.8814473Z [gw1] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_float32 2022-09-27T15:32:00.7829039Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_complex64 2022-09-27T15:32:00.7856097Z [gw1] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_complex64 2022-09-27T15:32:01.1387740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_float32 2022-09-27T15:32:01.1404615Z [gw1] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_float32 2022-09-27T15:32:01.7854491Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_complex64 2022-09-27T15:32:01.7865287Z [gw1] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_complex64 2022-09-27T15:32:02.0965617Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_float32 2022-09-27T15:32:02.0978893Z [gw1] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_float32 2022-09-27T15:32:02.7705338Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_complex64 2022-09-27T15:32:02.7728560Z [gw1] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_complex64 2022-09-27T15:32:03.1600375Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_float32 2022-09-27T15:32:03.1626704Z [gw1] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_float32 2022-09-27T15:32:03.4988567Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_complex64 2022-09-27T15:32:03.5014512Z [gw3] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_complex64 2022-09-27T15:32:04.5151771Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_float32 2022-09-27T15:32:04.5172683Z [gw1] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_complex64 2022-09-27T15:32:05.1692542Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_float32 2022-09-27T15:32:05.1707686Z [gw1] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_float32 2022-09-27T15:32:05.8820222Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_complex64 2022-09-27T15:32:05.8831491Z [gw1] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_complex64 2022-09-27T15:32:06.2217856Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_float32 2022-09-27T15:32:06.2230049Z [gw1] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_float32 2022-09-27T15:32:06.9808082Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_complex64 2022-09-27T15:32:06.9836087Z [gw1] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_complex64 2022-09-27T15:32:07.3568532Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_float32 2022-09-27T15:32:07.3574296Z [gw1] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_float32 2022-09-27T15:32:07.5589716Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_complex64 2022-09-27T15:32:07.5603062Z [gw1] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_complex64 2022-09-27T15:32:07.6306636Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_float32 2022-09-27T15:32:07.6324377Z [gw1] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_float32 2022-09-27T15:32:07.8403972Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:32:07.8416576Z [gw1] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:32:07.9127078Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:32:07.9139578Z [gw1] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:32:08.6546690Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_complex64 2022-09-27T15:32:08.6556549Z [gw1] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_complex64 2022-09-27T15:32:08.9190693Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_float32 2022-09-27T15:32:08.9219048Z [gw1] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_float32 2022-09-27T15:32:10.1251098Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_complex64 2022-09-27T15:32:10.1277833Z [gw3] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_float32 2022-09-27T15:32:10.6008343Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_digamma_cpu_float32 2022-09-27T15:32:10.6040555Z [gw3] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_digamma_cpu_float32 2022-09-27T15:32:13.7652528Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_complex64 2022-09-27T15:32:13.7653653Z [gw1] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_complex64 2022-09-27T15:32:15.8089820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_float32 2022-09-27T15:32:15.8095182Z [gw1] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_float32 2022-09-27T15:32:15.8292537Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:32:15.8564556Z [gw1] [ 43%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:32:15.8673871Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:32:15.9006630Z [gw1] [ 43%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:32:16.6547866Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_complex64 2022-09-27T15:32:16.6575204Z [gw2] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_complex64 2022-09-27T15:32:18.8718069Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_float32 2022-09-27T15:32:18.8726720Z [gw1] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_complex64 2022-09-27T15:32:19.5030412Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_float32 2022-09-27T15:32:19.5042822Z [gw1] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_float32 2022-09-27T15:32:20.1076054Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_complex64 2022-09-27T15:32:20.1090011Z [gw1] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_complex64 2022-09-27T15:32:20.2953574Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_float32 2022-09-27T15:32:20.2966638Z [gw3] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_complex64 2022-09-27T15:32:20.4801498Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_float32 2022-09-27T15:32:20.4813711Z [gw1] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_float32 2022-09-27T15:32:21.7399565Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_complex64 2022-09-27T15:32:21.7405470Z [gw1] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_complex64 2022-09-27T15:32:22.2604155Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_float32 2022-09-27T15:32:22.2615914Z [gw1] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_float32 2022-09-27T15:32:24.5226522Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_complex64 2022-09-27T15:32:24.5236903Z [gw3] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_float32 2022-09-27T15:32:24.6916739Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_floor_rounding_cpu_float32 2022-09-27T15:32:24.6923305Z [gw1] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_complex64 2022-09-27T15:32:24.8282909Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_float32 2022-09-27T15:32:24.8297352Z [gw2] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_float32 2022-09-27T15:32:25.4737858Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_complex64 2022-09-27T15:32:25.4752247Z [gw3] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_floor_rounding_cpu_float32 2022-09-27T15:32:26.0921390Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64 2022-09-27T15:32:26.0935413Z [gw1] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_float32 2022-09-27T15:32:26.3436850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_complex64 2022-09-27T15:32:26.3469044Z [gw2] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_complex64 2022-09-27T15:32:26.3717910Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_float32 2022-09-27T15:32:26.3884238Z [gw2] [ 45%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_float32 2022-09-27T15:32:26.7736812Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_complex64 2022-09-27T15:32:26.7764710Z [gw1] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_complex64 2022-09-27T15:32:27.0711774Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_float32 2022-09-27T15:32:27.0730741Z [gw1] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_float32 2022-09-27T15:32:27.1841977Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_binary_cpu_float32 2022-09-27T15:32:27.1858648Z [gw2] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_complex64 2022-09-27T15:32:27.4396421Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_float32 2022-09-27T15:32:27.4404617Z [gw2] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_float32 2022-09-27T15:32:27.4480303Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_float32 2022-09-27T15:32:27.4492338Z [gw3] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64 2022-09-27T15:32:27.5210936Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_float32 2022-09-27T15:32:27.5221612Z [gw2] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_float32 2022-09-27T15:32:27.8927620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_complex64 2022-09-27T15:32:27.8938407Z [gw1] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_binary_cpu_float32 2022-09-27T15:32:27.9422840Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_no_dim_cpu_float32 2022-09-27T15:32:27.9431041Z [gw2] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_complex64 2022-09-27T15:32:28.0268204Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_float32 2022-09-27T15:32:28.0276592Z [gw1] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_no_dim_cpu_float32 2022-09-27T15:32:28.1660571Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_with_dim_cpu_float32 2022-09-27T15:32:28.1672733Z [gw2] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_float32 2022-09-27T15:32:28.2970857Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_complex64 2022-09-27T15:32:28.2982937Z [gw3] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_float32 2022-09-27T15:32:28.4952002Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_trunc_rounding_cpu_float32 2022-09-27T15:32:28.4964090Z [gw1] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_with_dim_cpu_float32 2022-09-27T15:32:28.5794840Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_maximum_cpu_float32 2022-09-27T15:32:28.5803731Z [gw2] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_complex64 2022-09-27T15:32:28.8833925Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_float32 2022-09-27T15:32:28.8845385Z [gw2] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_float32 2022-09-27T15:32:29.1408301Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_cpu_float32 2022-09-27T15:32:29.1417823Z [gw1] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_maximum_cpu_float32 2022-09-27T15:32:29.2081548Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_complex64 2022-09-27T15:32:29.2091073Z [gw3] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_trunc_rounding_cpu_float32 2022-09-27T15:32:29.3473983Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_complex64 2022-09-27T15:32:29.3482165Z [gw2] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_cpu_float32 2022-09-27T15:32:29.5374699Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_complex64 2022-09-27T15:32:29.5383123Z [gw3] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_complex64 2022-09-27T15:32:29.6265796Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_float32 2022-09-27T15:32:29.6275601Z [gw3] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_float32 2022-09-27T15:32:29.6914538Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_complex64 2022-09-27T15:32:29.6924405Z [gw3] [ 47%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_complex64 2022-09-27T15:32:29.7483841Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_float32 2022-09-27T15:32:29.7493348Z [gw3] [ 47%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_float32 2022-09-27T15:32:30.1042122Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_complex64 2022-09-27T15:32:30.1054480Z [gw3] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_complex64 2022-09-27T15:32:30.2828333Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_float32 2022-09-27T15:32:30.2840218Z [gw3] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_float32 2022-09-27T15:32:30.3198542Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_complex64 2022-09-27T15:32:30.3206764Z [gw2] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_complex64 2022-09-27T15:32:30.4496961Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_float32 2022-09-27T15:32:30.4503732Z [gw3] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_complex64 2022-09-27T15:32:30.5285220Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_float32 2022-09-27T15:32:30.5297604Z [gw3] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_float32 2022-09-27T15:32:30.5317002Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_complex64 2022-09-27T15:32:30.5725598Z [gw3] [ 47%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_complex64 2022-09-27T15:32:30.5744551Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_float32 2022-09-27T15:32:30.6165422Z [gw3] [ 47%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_float32 2022-09-27T15:32:30.6188332Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_complex64 2022-09-27T15:32:30.6605968Z [gw3] [ 47%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_complex64 2022-09-27T15:32:30.6626760Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_float32 2022-09-27T15:32:30.7046348Z [gw3] [ 48%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_float32 2022-09-27T15:32:30.7068117Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_complex64 2022-09-27T15:32:30.7486158Z [gw3] [ 48%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_complex64 2022-09-27T15:32:30.7511465Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_float32 2022-09-27T15:32:30.7926043Z [gw3] [ 48%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_float32 2022-09-27T15:32:30.8274094Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_complex64 2022-09-27T15:32:30.8285911Z [gw2] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_float32 2022-09-27T15:32:30.9082606Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp2_cpu_float32 2022-09-27T15:32:30.9095211Z [gw2] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp2_cpu_float32 2022-09-27T15:32:30.9869100Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_float32 2022-09-27T15:32:30.9877709Z [gw2] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_float32 2022-09-27T15:32:31.2203067Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_float32 2022-09-27T15:32:31.2208751Z [gw3] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_complex64 2022-09-27T15:32:31.3949148Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_float32 2022-09-27T15:32:31.3957408Z [gw0] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_complex64 2022-09-27T15:32:31.5208367Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_float32 2022-09-27T15:32:31.5219910Z [gw3] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_float32 2022-09-27T15:32:31.5334896Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_complex64 2022-09-27T15:32:31.5346552Z [gw2] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_float32 2022-09-27T15:32:31.7138861Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_complex64 2022-09-27T15:32:31.7153748Z [gw3] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_complex64 2022-09-27T15:32:31.8202458Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_float32 2022-09-27T15:32:31.8209515Z [gw3] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_float32 2022-09-27T15:32:31.9274205Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erf_cpu_float32 2022-09-27T15:32:31.9286889Z [gw3] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erf_cpu_float32 2022-09-27T15:32:32.2155485Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfc_cpu_float32 2022-09-27T15:32:32.2182765Z [gw3] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfc_cpu_float32 2022-09-27T15:32:32.3187000Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfinv_cpu_float32 2022-09-27T15:32:32.3217896Z [gw3] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfinv_cpu_float32 2022-09-27T15:32:32.5741616Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp2_cpu_float32 2022-09-27T15:32:32.5768183Z [gw3] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp2_cpu_float32 2022-09-27T15:32:32.8130477Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_complex64 2022-09-27T15:32:32.8142573Z [gw1] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_complex64 2022-09-27T15:32:33.0876157Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_float32 2022-09-27T15:32:33.0888570Z [gw3] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_complex64 2022-09-27T15:32:33.3595994Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_float32 2022-09-27T15:32:33.3612692Z [gw3] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_float32 2022-09-27T15:32:33.5167426Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_complex64 2022-09-27T15:32:33.5180400Z [gw2] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_complex64 2022-09-27T15:32:33.6322560Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_float32 2022-09-27T15:32:33.6337230Z [gw3] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_complex64 2022-09-27T15:32:33.7604852Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_float32 2022-09-27T15:32:33.7613115Z [gw3] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_float32 2022-09-27T15:32:34.2691400Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_complex64 2022-09-27T15:32:34.2705368Z [gw2] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_float32 2022-09-27T15:32:34.5499728Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_complex64 2022-09-27T15:32:34.5508708Z [gw3] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_complex64 2022-09-27T15:32:34.6968086Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_float32 2022-09-27T15:32:34.6976974Z [gw2] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_complex64 2022-09-27T15:32:34.7873280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_float32 2022-09-27T15:32:34.7883742Z [gw1] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_float32 2022-09-27T15:32:34.8953926Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_median_cpu_float32 2022-09-27T15:32:34.8968932Z [gw2] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_float32 2022-09-27T15:32:34.9725988Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_complex64 2022-09-27T15:32:34.9738855Z [gw3] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_float32 2022-09-27T15:32:35.0192180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_float32 2022-09-27T15:32:35.0204807Z [gw2] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_complex64 2022-09-27T15:32:35.0763709Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_float32 2022-09-27T15:32:35.0775720Z [gw3] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_float32 2022-09-27T15:32:35.0840221Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_complex64 2022-09-27T15:32:35.0863658Z [gw3] [ 50%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_complex64 2022-09-27T15:32:35.0871495Z [gw2] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_float32 2022-09-27T15:32:35.1204925Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_complex64 2022-09-27T15:32:35.1261584Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_float32 2022-09-27T15:32:35.1646528Z [gw3] [ 51%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_float32 2022-09-27T15:32:35.3811832Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_layer_norm_cpu_float32 2022-09-27T15:32:35.3824967Z [gw3] [ 51%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_layer_norm_cpu_float32 2022-09-27T15:32:35.6510437Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_complex64 2022-09-27T15:32:35.6525080Z [gw2] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_complex64 2022-09-27T15:32:35.8974790Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_float32 2022-09-27T15:32:35.8975439Z [gw3] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_complex64 2022-09-27T15:32:35.9089447Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_float32 2022-09-27T15:32:35.9100899Z [gw2] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_float32 2022-09-27T15:32:36.0279968Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_complex64 2022-09-27T15:32:36.0292491Z [gw1] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_median_cpu_float32 2022-09-27T15:32:36.2003250Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:32:36.2015372Z [gw3] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_float32 2022-09-27T15:32:36.3889487Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_complex64 2022-09-27T15:32:36.3903625Z [gw2] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_complex64 2022-09-27T15:32:36.3915766Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_float32 2022-09-27T15:32:36.3926514Z [gw3] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_complex64 2022-09-27T15:32:36.4895432Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_float32 2022-09-27T15:32:36.4907956Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_float32 2022-09-27T15:32:36.4923427Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_complex64 2022-09-27T15:32:36.5367018Z [gw3] [ 52%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_complex64 2022-09-27T15:32:36.5390112Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_float32 2022-09-27T15:32:36.5807387Z [gw3] [ 52%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_float32 2022-09-27T15:32:36.5834317Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_complex64 2022-09-27T15:32:36.6245644Z [gw3] [ 52%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_complex64 2022-09-27T15:32:36.6263901Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_float32 2022-09-27T15:32:36.6296138Z [gw3] [ 52%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_float32 2022-09-27T15:32:36.6304245Z [gw2] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_float32 2022-09-27T15:32:36.6689534Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logit_cpu_float32 2022-09-27T15:32:36.9609306Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_complex64 2022-09-27T15:32:36.9619944Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_complex64 2022-09-27T15:32:37.0150828Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_float32 2022-09-27T15:32:37.0163736Z [gw2] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logit_cpu_float32 2022-09-27T15:32:37.0890230Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_complex64 2022-09-27T15:32:37.0899418Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_float32 2022-09-27T15:32:37.0937620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_complex64 2022-09-27T15:32:37.0945032Z [gw1] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:32:37.2844390Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:32:37.2852584Z [gw3] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_complex64 2022-09-27T15:32:37.4030204Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_float32 2022-09-27T15:32:37.4042966Z [gw3] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_float32 2022-09-27T15:32:37.5231005Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_complex64 2022-09-27T15:32:37.5243535Z [gw1] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:32:37.5259303Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:32:37.5685438Z [gw1] [ 53%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:32:37.5704453Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:32:37.5925307Z [gw1] [ 53%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:32:37.5932891Z [gw3] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_complex64 2022-09-27T15:32:37.6122888Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_float32 2022-09-27T15:32:37.7015053Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_binary_cpu_float32 2022-09-27T15:32:37.7024549Z [gw3] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_float32 2022-09-27T15:32:37.9142374Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nextafter_cpu_float32 2022-09-27T15:32:37.9156460Z [gw3] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nextafter_cpu_float32 2022-09-27T15:32:38.2148665Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:32:38.2154406Z [gw3] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:32:38.3650041Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:32:38.3663848Z [gw3] [ 53%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:32:38.4585914Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:32:38.4599050Z [gw1] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_binary_cpu_float32 2022-09-27T15:32:38.5159186Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_no_dim_cpu_float32 2022-09-27T15:32:38.5172802Z [gw3] [ 54%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:32:38.6360250Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:32:38.6373105Z [gw1] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_no_dim_cpu_float32 2022-09-27T15:32:39.1035122Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_with_dim_cpu_float32 2022-09-27T15:32:39.1062856Z [gw3] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:32:39.2150741Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:32:39.2159127Z [gw1] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_with_dim_cpu_float32 2022-09-27T15:32:39.4226480Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_minimum_cpu_float32 2022-09-27T15:32:39.4229686Z [gw3] [ 54%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:32:39.4328110Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:32:39.4644169Z [gw3] [ 54%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:32:40.0405284Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:32:40.0423442Z [gw1] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_minimum_cpu_float32 2022-09-27T15:32:40.1124450Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_complex64 2022-09-27T15:32:40.1149514Z [gw3] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:32:40.5914430Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:32:40.5935853Z [gw1] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_complex64 2022-09-27T15:32:40.7027808Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_float32 2022-09-27T15:32:40.7051962Z [gw1] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_float32 2022-09-27T15:32:40.8598717Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mode_cpu_float32 2022-09-27T15:32:40.8626744Z [gw3] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:32:41.6190933Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:32:41.6192578Z [gw3] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:32:41.6764177Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_batch_norm_cpu_float32 2022-09-27T15:32:41.6780365Z [gw1] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mode_cpu_float32 2022-09-27T15:32:42.1270249Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_complex64 2022-09-27T15:32:42.1293187Z [gw1] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_complex64 2022-09-27T15:32:42.3513222Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_float32 2022-09-27T15:32:42.3541405Z [gw1] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_float32 2022-09-27T15:32:42.7007547Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_msort_cpu_float32 2022-09-27T15:32:42.7016490Z [gw1] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_msort_cpu_float32 2022-09-27T15:32:43.0072313Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_complex64 2022-09-27T15:32:43.0086390Z [gw3] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_batch_norm_cpu_float32 2022-09-27T15:32:43.9872343Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_bilinear_cpu_float32 2022-09-27T15:32:43.9884014Z [gw3] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_bilinear_cpu_float32 2022-09-27T15:32:43.9961663Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:32:44.0326107Z [gw3] [ 55%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:32:44.0349353Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:32:44.0766953Z [gw3] [ 56%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:32:44.1683587Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gelu_cpu_float32 2022-09-27T15:32:44.1695735Z [gw1] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_complex64 2022-09-27T15:32:44.5044699Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_float32 2022-09-27T15:32:44.5057458Z [gw3] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gelu_cpu_float32 2022-09-27T15:32:44.9310698Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_glu_cpu_float32 2022-09-27T15:32:44.9317022Z [gw1] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_float32 2022-09-27T15:32:44.9355459Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_multinomial_cpu_float32 2022-09-27T15:32:44.9725788Z [gw1] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_multinomial_cpu_float32 2022-09-27T15:32:45.1387521Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_complex64 2022-09-27T15:32:45.1398448Z [gw1] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_complex64 2022-09-27T15:32:45.2388257Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_float32 2022-09-27T15:32:45.2399833Z [gw1] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_float32 2022-09-27T15:32:46.0091640Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:32:46.0097569Z [gw1] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:32:46.5108704Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:32:46.5117292Z [gw3] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_glu_cpu_float32 2022-09-27T15:32:46.7713610Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32 2022-09-27T15:32:46.7725052Z [gw1] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:32:47.3913405Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:32:47.3922475Z [gw0] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_float32 2022-09-27T15:32:47.6206778Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_complex64 2022-09-27T15:32:47.6220174Z [gw1] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:32:47.8461633Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nan_to_num_cpu_float32 2022-09-27T15:32:47.8478624Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32 2022-09-27T15:32:47.8762660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_group_norm_cpu_float32 2022-09-27T15:32:47.8841032Z [gw3] [ 57%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_group_norm_cpu_float32 2022-09-27T15:32:47.8855924Z [gw1] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nan_to_num_cpu_float32 2022-09-27T15:32:47.8874340Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmean_cpu_float32 2022-09-27T15:32:47.8883725Z [gw1] [ 57%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmean_cpu_float32 2022-09-27T15:32:47.9286133Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32 2022-09-27T15:32:48.1550668Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmedian_cpu_float32 2022-09-27T15:32:48.1558444Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32 2022-09-27T15:32:48.2362044Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:32:48.2369234Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:32:48.4079224Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardswish_cpu_float32 2022-09-27T15:32:48.4087430Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardswish_cpu_float32 2022-09-27T15:32:48.6817515Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardtanh_cpu_float32 2022-09-27T15:32:48.6825628Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardtanh_cpu_float32 2022-09-27T15:32:48.9513720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:32:48.9526842Z [gw1] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmedian_cpu_float32 2022-09-27T15:32:49.4475678Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanquantile_cpu_float32 2022-09-27T15:32:49.4485863Z [gw3] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:32:49.4505983Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_huber_loss_cpu_float32 2022-09-27T15:32:49.4926228Z [gw3] [ 58%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_huber_loss_cpu_float32 2022-09-27T15:32:49.5259546Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_instance_norm_cpu_float32 2022-09-27T15:32:49.5384879Z [gw3] [ 58%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_instance_norm_cpu_float32 2022-09-27T15:32:49.7690087Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:32:49.7700402Z [gw2] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_complex64 2022-09-27T15:32:49.7878632Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_float32 2022-09-27T15:32:49.8124126Z [gw2] [ 58%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_float32 2022-09-27T15:32:50.1203503Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logsumexp_cpu_float32 2022-09-27T15:32:50.1223310Z [gw3] [ 58%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:32:50.5085299Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:32:50.5098678Z [gw3] [ 58%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:32:50.8504389Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:32:50.8512189Z [gw3] [ 58%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:32:51.0999629Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:32:51.1005209Z [gw3] [ 58%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:32:51.3443422Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:32:51.3457084Z [gw3] [ 58%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:32:51.3840898Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:32:51.3851292Z [gw2] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logsumexp_cpu_float32 2022-09-27T15:32:51.4071789Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_complex64 2022-09-27T15:32:51.4284864Z [gw2] [ 59%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_complex64 2022-09-27T15:32:51.4514664Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_float32 2022-09-27T15:32:51.4765740Z [gw2] [ 59%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_float32 2022-09-27T15:32:51.6006446Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lt_cpu_float32 2022-09-27T15:32:51.6016534Z [gw3] [ 59%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:32:51.7157377Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_kl_div_cpu_float32 2022-09-27T15:32:51.7166085Z [gw2] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lt_cpu_float32 2022-09-27T15:32:51.8473628Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_complex64 2022-09-27T15:32:51.8492465Z [gw2] [ 59%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_complex64 2022-09-27T15:32:51.9504264Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_float32 2022-09-27T15:32:51.9510298Z [gw2] [ 59%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_float32 2022-09-27T15:32:53.0918363Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_complex64 2022-09-27T15:32:53.0981224Z [gw3] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_kl_div_cpu_float32 2022-09-27T15:32:53.8499420Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:32:53.8513262Z [gw0] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_complex64 2022-09-27T15:32:54.4190913Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_float32 2022-09-27T15:32:54.4196628Z [gw3] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:32:54.5152241Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_float32 2022-09-27T15:32:54.5165083Z [gw3] [ 60%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_float32 2022-09-27T15:32:54.9101837Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_layer_norm_cpu_float32 2022-09-27T15:32:54.9114964Z [gw3] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_layer_norm_cpu_float32 2022-09-27T15:32:55.8181417Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:32:55.8202601Z [gw1] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanquantile_cpu_float32 2022-09-27T15:32:55.8240930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nansum_cpu_float32 2022-09-27T15:32:55.8761483Z [gw1] [ 60%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nansum_cpu_float32 2022-09-27T15:32:55.9516953Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_complex64 2022-09-27T15:32:55.9537682Z [gw3] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:32:55.9565379Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:32:56.0040938Z [gw3] [ 60%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:32:56.3105615Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:32:56.3129566Z [gw1] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_complex64 2022-09-27T15:32:56.4722964Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_float32 2022-09-27T15:32:56.4745446Z [gw1] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_float32 2022-09-27T15:32:58.0108564Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_complex64 2022-09-27T15:32:58.0136721Z [gw0] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_float32 2022-09-27T15:32:58.1033509Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_complex64 2022-09-27T15:32:58.1055525Z [gw3] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:32:58.1082870Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:32:58.1519981Z [gw3] [ 61%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:32:58.1520863Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:32:58.1957134Z [gw3] [ 61%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:32:58.1959744Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:32:58.2368187Z [gw3] [ 61%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:32:58.4561829Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pdist_cpu_float32 2022-09-27T15:32:58.4569598Z [gw3] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pdist_cpu_float32 2022-09-27T15:32:58.4591032Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:32:58.5005471Z [gw3] [ 61%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:32:58.5024842Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:32:58.5486085Z [gw3] [ 61%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:32:58.5503397Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:32:58.5966979Z [gw3] [ 61%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:32:58.5995831Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:32:58.6406376Z [gw3] [ 61%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:32:58.7259703Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:32:58.7286738Z [gw1] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_complex64 2022-09-27T15:32:59.5882000Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_float32 2022-09-27T15:32:59.5894745Z [gw0] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_complex64 2022-09-27T15:32:59.6599535Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_float32 2022-09-27T15:32:59.6612649Z [gw1] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_float32 2022-09-27T15:33:00.1134550Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:33:00.1139120Z [gw1] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:33:00.5148520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_complex64 2022-09-27T15:33:00.5171743Z [gw0] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_float32 2022-09-27T15:33:00.5211285Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_complex64 2022-09-27T15:33:00.5634963Z [gw0] [ 62%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_complex64 2022-09-27T15:33:00.5644937Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_float32 2022-09-27T15:33:00.6117401Z [gw0] [ 62%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_float32 2022-09-27T15:33:00.9214787Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:33:00.9231279Z [gw0] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:33:01.0410562Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:33:01.0427890Z [gw0] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:33:01.6430821Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_complex64 2022-09-27T15:33:01.6443753Z [gw0] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_complex64 2022-09-27T15:33:01.7777506Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_float32 2022-09-27T15:33:01.7790652Z [gw1] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_complex64 2022-09-27T15:33:01.9320731Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_float32 2022-09-27T15:33:01.9333621Z [gw0] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_float32 2022-09-27T15:33:02.7330110Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_complex64 2022-09-27T15:33:02.7343510Z [gw1] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_float32 2022-09-27T15:33:03.0367335Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:33:03.0381101Z [gw1] [ 63%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:33:03.1829488Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:33:03.1847661Z [gw1] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:33:04.6147277Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:33:04.6173169Z [gw3] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:33:04.6316359Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_prelu_cpu_float32 2022-09-27T15:33:04.6605237Z [gw3] [ 63%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_prelu_cpu_float32 2022-09-27T15:33:04.8266046Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu6_cpu_float32 2022-09-27T15:33:04.8273931Z [gw3] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu6_cpu_float32 2022-09-27T15:33:05.0079264Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu_cpu_float32 2022-09-27T15:33:05.0088387Z [gw3] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu_cpu_float32 2022-09-27T15:33:05.0131360Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rrelu_cpu_float32 2022-09-27T15:33:05.0526026Z [gw3] [ 63%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rrelu_cpu_float32 2022-09-27T15:33:05.1667133Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_selu_cpu_float32 2022-09-27T15:33:05.1676520Z [gw3] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_selu_cpu_float32 2022-09-27T15:33:05.1831831Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:33:05.1839703Z [gw1] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:33:05.1854599Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:33:05.2244624Z [gw1] [ 64%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:33:05.2270188Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:33:05.2478686Z [gw1] [ 64%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:33:05.2489911Z [gw3] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:33:05.2684783Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_cpu_float32 2022-09-27T15:33:05.3775043Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:33:05.3789560Z [gw3] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_cpu_float32 2022-09-27T15:33:05.4558552Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:33:05.4571849Z [gw3] [ 64%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:33:05.8688170Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:33:05.8702681Z [gw3] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:33:06.1908233Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_cpu_float32 2022-09-27T15:33:06.1924027Z [gw3] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_cpu_float32 2022-09-27T15:33:06.8302962Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:33:06.8315944Z [gw3] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:33:07.1750525Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:33:07.1760342Z [gw2] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_complex64 2022-09-27T15:33:07.2045516Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_float32 2022-09-27T15:33:07.2061544Z [gw3] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:33:07.3655970Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softplus_cpu_float32 2022-09-27T15:33:07.3683839Z [gw3] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softplus_cpu_float32 2022-09-27T15:33:07.7166204Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softshrink_cpu_float32 2022-09-27T15:33:07.7194216Z [gw3] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softshrink_cpu_float32 2022-09-27T15:33:08.3268793Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_complex64 2022-09-27T15:33:08.3295972Z [gw3] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_complex64 2022-09-27T15:33:08.7653713Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_float32 2022-09-27T15:33:08.7672948Z [gw3] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_float32 2022-09-27T15:33:09.0289241Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:33:09.0303130Z [gw3] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:33:09.3439465Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:33:09.3449073Z [gw3] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:33:09.5739342Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_threshold_cpu_float32 2022-09-27T15:33:09.5758675Z [gw3] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_threshold_cpu_float32 2022-09-27T15:33:11.3401530Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:33:11.3415753Z [gw3] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:33:11.9189020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:33:11.9198120Z [gw3] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:33:11.9318457Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:33:11.9645209Z [gw3] [ 65%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:33:11.9727780Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:33:12.0084752Z [gw3] [ 65%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:33:12.0113551Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_complex64 2022-09-27T15:33:12.0525777Z [gw3] [ 66%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_complex64 2022-09-27T15:33:12.0553612Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_float32 2022-09-27T15:33:12.0964358Z [gw3] [ 66%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_float32 2022-09-27T15:33:12.1185383Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:33:12.1196865Z [gw0] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_complex64 2022-09-27T15:33:12.3657671Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_float32 2022-09-27T15:33:12.3676116Z [gw3] [ 66%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:33:12.6192899Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:33:12.6234087Z [gw3] [ 66%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:33:12.6318456Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_complex64 2022-09-27T15:33:12.6860720Z [gw3] [ 66%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_complex64 2022-09-27T15:33:12.6892869Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_float32 2022-09-27T15:33:12.7160689Z [gw3] [ 66%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_float32 2022-09-27T15:33:16.7110957Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_complex64 2022-09-27T15:33:16.7119879Z [gw2] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_float32 2022-09-27T15:33:17.9736555Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_complex64 2022-09-27T15:33:17.9768839Z [gw0] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_float32 2022-09-27T15:33:18.6816820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:33:18.6841703Z [gw2] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_complex64 2022-09-27T15:33:20.2341398Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_float32 2022-09-27T15:33:20.2373911Z [gw2] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_float32 2022-09-27T15:33:20.2445273Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_complex64 2022-09-27T15:33:20.2857051Z [gw2] [ 67%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_complex64 2022-09-27T15:33:20.2863836Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_float32 2022-09-27T15:33:20.3306654Z [gw2] [ 67%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_float32 2022-09-27T15:33:20.3313753Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_complex64 2022-09-27T15:33:20.3743215Z [gw2] [ 67%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_complex64 2022-09-27T15:33:20.3750119Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_float32 2022-09-27T15:33:20.4201667Z [gw2] [ 67%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_float32 2022-09-27T15:33:21.9097910Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_complex64 2022-09-27T15:33:21.9106079Z [gw2] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_complex64 2022-09-27T15:33:22.7837083Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:33:22.7838161Z [gw2] [ 67%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:33:22.7854607Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:33:22.8244688Z [gw2] [ 67%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:33:22.9805279Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_celu_cpu_float32 2022-09-27T15:33:22.9819792Z [gw2] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_celu_cpu_float32 2022-09-27T15:33:22.9836124Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64 2022-09-27T15:33:23.0244468Z [gw2] [ 67%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64 2022-09-27T15:33:23.0262488Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_float32 2022-09-27T15:33:23.0684321Z [gw2] [ 68%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_float32 2022-09-27T15:33:23.0710983Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64 2022-09-27T15:33:23.1124532Z [gw2] [ 68%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64 2022-09-27T15:33:23.1149600Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_float32 2022-09-27T15:33:23.1564923Z [gw2] [ 68%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_float32 2022-09-27T15:33:23.1588637Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:33:23.2005388Z [gw2] [ 68%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:33:23.3653614Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:33:23.3699519Z [gw2] [ 68%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:33:23.3751403Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:33:23.4153715Z [gw2] [ 68%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:33:23.4163760Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:33:23.4680911Z [gw2] [ 68%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:33:24.0180836Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:33:24.0194290Z [gw2] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:33:24.5385488Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:33:24.5397200Z [gw2] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:33:25.8313543Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:33:25.8337319Z [gw3] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_complex64 2022-09-27T15:33:26.6448902Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_float32 2022-09-27T15:33:26.6477362Z [gw0] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:33:27.5198059Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:33:27.5404590Z [gw2] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:33:27.5414329Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:33:27.5805614Z [gw2] [ 69%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:33:27.5860024Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout2d_cpu_float32 2022-09-27T15:33:27.6245425Z [gw2] [ 69%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout2d_cpu_float32 2022-09-27T15:33:27.6310098Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout3d_cpu_float32 2022-09-27T15:33:27.6725724Z [gw2] [ 69%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout3d_cpu_float32 2022-09-27T15:33:27.6778570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout_cpu_float32 2022-09-27T15:33:27.7166841Z [gw2] [ 69%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout_cpu_float32 2022-09-27T15:33:27.9026043Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_elu_cpu_float32 2022-09-27T15:33:27.9038987Z [gw2] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_elu_cpu_float32 2022-09-27T15:33:27.9285398Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:33:27.9486246Z [gw2] [ 69%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:33:27.9569213Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_cpu_float32 2022-09-27T15:33:27.9982553Z [gw2] [ 69%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_cpu_float32 2022-09-27T15:33:27.9988062Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:33:28.0472071Z [gw2] [ 69%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:33:28.0478617Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:33:28.0906058Z [gw2] [ 70%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:33:28.0912580Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:33:28.1326719Z [gw2] [ 70%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:33:28.1385176Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:33:28.1766331Z [gw2] [ 70%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:33:28.1789676Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:33:28.2205606Z [gw2] [ 70%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:33:28.2232417Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:33:28.2646699Z [gw2] [ 70%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:33:28.2677104Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:33:28.3087327Z [gw2] [ 70%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:33:28.8137711Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_complex64 2022-09-27T15:33:28.8150643Z [gw2] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_complex64 2022-09-27T15:33:29.0664850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_float32 2022-09-27T15:33:29.0692023Z [gw2] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_float32 2022-09-27T15:33:30.1117629Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_complex64 2022-09-27T15:33:30.1122935Z [gw0] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:33:31.1404191Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_complex64 2022-09-27T15:33:31.1420173Z [gw2] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_complex64 2022-09-27T15:33:32.2327587Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_float32 2022-09-27T15:33:32.2353298Z [gw2] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_float32 2022-09-27T15:33:32.5907429Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_complex64 2022-09-27T15:33:32.5936602Z [gw3] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_float32 2022-09-27T15:33:32.8346648Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_complex64 2022-09-27T15:33:32.8353418Z [gw0] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_complex64 2022-09-27T15:33:32.8356808Z [gw3] [ 71%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_complex64 2022-09-27T15:33:32.8367135Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_float32 2022-09-27T15:33:33.0708074Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_float32 2022-09-27T15:33:33.0721079Z [gw3] [ 71%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_float32 2022-09-27T15:33:34.4778888Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_complex64 2022-09-27T15:33:34.4799156Z [gw3] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_complex64 2022-09-27T15:33:34.5651948Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_float32 2022-09-27T15:33:34.5720945Z [gw0] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_float32 2022-09-27T15:33:35.2583188Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:33:35.2595997Z [gw3] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_float32 2022-09-27T15:33:35.3713881Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_complex64 2022-09-27T15:33:35.3744535Z [gw3] [ 71%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_complex64 2022-09-27T15:33:35.4902264Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_float32 2022-09-27T15:33:35.4931886Z [gw3] [ 71%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_float32 2022-09-27T15:33:35.4991343Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_cpu_float32 2022-09-27T15:33:35.5421157Z [gw3] [ 71%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_cpu_float32 2022-09-27T15:33:35.5432654Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_number_mean_cpu_float32 2022-09-27T15:33:35.5839005Z [gw3] [ 72%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_number_mean_cpu_float32 2022-09-27T15:33:35.5844881Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_complex64 2022-09-27T15:33:35.6281265Z [gw3] [ 72%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_complex64 2022-09-27T15:33:35.6286928Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_float32 2022-09-27T15:33:35.6761223Z [gw3] [ 72%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_float32 2022-09-27T15:33:35.8549394Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_complex64 2022-09-27T15:33:35.8572778Z [gw0] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:33:36.0024542Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:33:36.0049648Z [gw3] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_complex64 2022-09-27T15:33:36.1588364Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_float32 2022-09-27T15:33:36.1611730Z [gw3] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_float32 2022-09-27T15:33:36.4482524Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_complex64 2022-09-27T15:33:36.4497794Z [gw0] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:33:36.4535259Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_complex64 2022-09-27T15:33:36.4925333Z [gw0] [ 72%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_complex64 2022-09-27T15:33:36.4958552Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_float32 2022-09-27T15:33:36.5364693Z [gw0] [ 72%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_float32 2022-09-27T15:33:41.9093493Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_complex64 2022-09-27T15:33:41.9110547Z [gw2] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_complex64 2022-09-27T15:33:42.1486856Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_float32 2022-09-27T15:33:42.1495211Z [gw0] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_complex64 2022-09-27T15:33:44.8994879Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_float32 2022-09-27T15:33:44.9007947Z [gw0] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_float32 2022-09-27T15:33:45.9951244Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_complex64 2022-09-27T15:33:45.9974785Z [gw0] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_complex64 2022-09-27T15:33:46.4101440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_float32 2022-09-27T15:33:46.4128987Z [gw2] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_float32 2022-09-27T15:33:46.4735742Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_complex64 2022-09-27T15:33:46.4757936Z [gw0] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_float32 2022-09-27T15:33:47.7070045Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_complex64 2022-09-27T15:33:47.7093208Z [gw3] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_complex64 2022-09-27T15:33:48.4311307Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_float32 2022-09-27T15:33:48.4328757Z [gw0] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_complex64 2022-09-27T15:33:49.5273641Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_float32 2022-09-27T15:33:49.5286702Z [gw0] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_float32 2022-09-27T15:33:50.9858799Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_complex64 2022-09-27T15:33:50.9878771Z [gw2] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_complex64 2022-09-27T15:33:51.5981243Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_float32 2022-09-27T15:33:51.5988425Z [gw0] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_complex64 2022-09-27T15:33:52.1634895Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_float32 2022-09-27T15:33:52.1662737Z [gw3] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_float32 2022-09-27T15:33:52.3547161Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_complex64 2022-09-27T15:33:52.3563091Z [gw3] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_complex64 2022-09-27T15:33:52.4499430Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_float32 2022-09-27T15:33:52.4513730Z [gw3] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_float32 2022-09-27T15:33:52.4703181Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_float32 2022-09-27T15:33:52.4963853Z [gw3] [ 74%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_float32 2022-09-27T15:33:52.6505827Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_complex64 2022-09-27T15:33:52.6513381Z [gw0] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_float32 2022-09-27T15:33:53.2723874Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_complex64 2022-09-27T15:33:53.2753948Z [gw2] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_float32 2022-09-27T15:33:53.3053733Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_complex64 2022-09-27T15:33:53.3073507Z [gw3] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_complex64 2022-09-27T15:33:53.9023028Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_float32 2022-09-27T15:33:53.9058190Z [gw3] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_float32 2022-09-27T15:33:56.7113112Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_complex64 2022-09-27T15:33:56.7140026Z [gw3] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_complex64 2022-09-27T15:33:57.8243934Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_float32 2022-09-27T15:33:57.8259145Z [gw3] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_float32 2022-09-27T15:33:58.3850163Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polar_cpu_float32 2022-09-27T15:33:58.3869793Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polar_cpu_float32 2022-09-27T15:33:59.0040477Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:33:59.0053595Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:33:59.0073119Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:33:59.0487308Z [gw3] [ 75%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:33:59.0530251Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_float32 2022-09-27T15:33:59.0926950Z [gw3] [ 75%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_float32 2022-09-27T15:33:59.1003165Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_complex64 2022-09-27T15:33:59.1368012Z [gw3] [ 75%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_complex64 2022-09-27T15:33:59.1421136Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_float32 2022-09-27T15:33:59.1807427Z [gw3] [ 75%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_float32 2022-09-27T15:33:59.6450068Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_complex64 2022-09-27T15:33:59.6477443Z [gw1] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:33:59.8694897Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:33:59.8717831Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_complex64 2022-09-27T15:34:00.2591213Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_float32 2022-09-27T15:34:00.2633025Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_float32 2022-09-27T15:34:00.6784216Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_complex64 2022-09-27T15:34:00.6916325Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_complex64 2022-09-27T15:34:00.8991080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_float32 2022-09-27T15:34:00.9012196Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_float32 2022-09-27T15:34:01.4766885Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_complex64 2022-09-27T15:34:01.4779500Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_complex64 2022-09-27T15:34:01.7720796Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_float32 2022-09-27T15:34:01.7736806Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_float32 2022-09-27T15:34:03.0546161Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_remainder_cpu_float32 2022-09-27T15:34:03.0573569Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_remainder_cpu_float32 2022-09-27T15:34:04.2340589Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_complex64 2022-09-27T15:34:04.2381116Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_complex64 2022-09-27T15:34:04.8792096Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_float32 2022-09-27T15:34:04.8826597Z [gw2] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_complex64 2022-09-27T15:34:05.0530521Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_float32 2022-09-27T15:34:05.0558780Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_float32 2022-09-27T15:34:08.5730776Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_complex64 2022-09-27T15:34:08.5761139Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_complex64 2022-09-27T15:34:10.2939474Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_float32 2022-09-27T15:34:10.2948182Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_float32 2022-09-27T15:34:10.2972674Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_complex64 2022-09-27T15:34:10.3366788Z [gw3] [ 76%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_complex64 2022-09-27T15:34:10.3393186Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_float32 2022-09-27T15:34:10.3806389Z [gw3] [ 77%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_float32 2022-09-27T15:34:10.4450646Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_complex64 2022-09-27T15:34:10.4469118Z [gw2] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_float32 2022-09-27T15:34:10.8718736Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_quantile_cpu_float32 2022-09-27T15:34:10.8744979Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_complex64 2022-09-27T15:34:11.0651071Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_float32 2022-09-27T15:34:11.0681111Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_float32 2022-09-27T15:34:12.5772418Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_complex64 2022-09-27T15:34:12.5780424Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_complex64 2022-09-27T15:34:13.3006942Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_float32 2022-09-27T15:34:13.3017623Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_float32 2022-09-27T15:34:13.3296234Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_complex64 2022-09-27T15:34:13.3445184Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_complex64 2022-09-27T15:34:13.3727508Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_float32 2022-09-27T15:34:13.3886383Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_float32 2022-09-27T15:34:13.4149934Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_complex64 2022-09-27T15:34:13.4325762Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_complex64 2022-09-27T15:34:13.4586763Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_float32 2022-09-27T15:34:13.4765187Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_float32 2022-09-27T15:34:13.8337872Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_complex64 2022-09-27T15:34:13.8346641Z [gw3] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_complex64 2022-09-27T15:34:14.0049412Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_float32 2022-09-27T15:34:14.0061643Z [gw3] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_float32 2022-09-27T15:34:14.3411956Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_complex64 2022-09-27T15:34:14.3424177Z [gw3] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_complex64 2022-09-27T15:34:14.5122935Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_float32 2022-09-27T15:34:14.5134907Z [gw3] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_float32 2022-09-27T15:34:16.7281736Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_complex64 2022-09-27T15:34:16.7282795Z [gw2] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_quantile_cpu_float32 2022-09-27T15:34:16.9267286Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rad2deg_cpu_float32 2022-09-27T15:34:16.9279787Z [gw2] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rad2deg_cpu_float32 2022-09-27T15:34:16.9317089Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_complex64 2022-09-27T15:34:16.9683867Z [gw2] [ 78%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_complex64 2022-09-27T15:34:16.9722177Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_float32 2022-09-27T15:34:17.0124128Z [gw2] [ 78%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_float32 2022-09-27T15:34:17.0170539Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_like_cpu_float32 2022-09-27T15:34:17.0564759Z [gw2] [ 78%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_like_cpu_float32 2022-09-27T15:34:17.0601783Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_complex64 2022-09-27T15:34:17.1008008Z [gw2] [ 78%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_complex64 2022-09-27T15:34:17.6021003Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_float32 2022-09-27T15:34:17.6027356Z [gw2] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_float32 2022-09-27T15:34:17.6846945Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_complex64 2022-09-27T15:34:17.6859487Z [gw3] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_complex64 2022-09-27T15:34:18.6914443Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_float32 2022-09-27T15:34:18.6924989Z [gw2] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_complex64 2022-09-27T15:34:19.2045007Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_float32 2022-09-27T15:34:19.2060782Z [gw2] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_float32 2022-09-27T15:34:19.2584565Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_complex64 2022-09-27T15:34:19.2600102Z [gw3] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_float32 2022-09-27T15:34:20.5125145Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_complex64 2022-09-27T15:34:20.5148442Z [gw2] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_complex64 2022-09-27T15:34:21.3384127Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_float32 2022-09-27T15:34:21.3409862Z [gw2] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_float32 2022-09-27T15:34:24.1301114Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amax_cpu_float32 2022-09-27T15:34:24.1320146Z [gw2] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amax_cpu_float32 2022-09-27T15:34:24.1688037Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amin_cpu_float32 2022-09-27T15:34:24.1715842Z [gw1] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:34:26.2081750Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:34:26.2087963Z [gw2] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amin_cpu_float32 2022-09-27T15:34:26.4490305Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_mean_cpu_float32 2022-09-27T15:34:26.4503150Z [gw1] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:34:27.4878827Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:34:27.4908329Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_complex64 2022-09-27T15:34:28.2207535Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_float32 2022-09-27T15:34:28.2219429Z [gw2] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_mean_cpu_float32 2022-09-27T15:34:30.4216494Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_prod_cpu_float32 2022-09-27T15:34:30.4239619Z [gw2] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_prod_cpu_float32 2022-09-27T15:34:31.3180268Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_sum_cpu_float32 2022-09-27T15:34:31.3194188Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_float32 2022-09-27T15:34:31.4436898Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_cpu_float32 2022-09-27T15:34:31.4457863Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_cpu_float32 2022-09-27T15:34:31.7353534Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_0_cpu_float32 2022-09-27T15:34:31.7384254Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_0_cpu_float32 2022-09-27T15:34:31.7419461Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_3_cpu_float32 2022-09-27T15:34:31.7828286Z [gw3] [ 80%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_3_cpu_float32 2022-09-27T15:34:31.7851680Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_neg_3_cpu_float32 2022-09-27T15:34:31.8254076Z [gw3] [ 80%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_neg_3_cpu_float32 2022-09-27T15:34:32.7804858Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_complex64 2022-09-27T15:34:32.7830592Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_complex64 2022-09-27T15:34:32.9977226Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_float32 2022-09-27T15:34:33.0005143Z [gw2] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_sum_cpu_float32 2022-09-27T15:34:33.0037445Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_searchsorted_cpu_float32 2022-09-27T15:34:33.0560776Z [gw2] [ 81%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_searchsorted_cpu_float32 2022-09-27T15:34:33.0808402Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_lengths_cpu_float32 2022-09-27T15:34:33.0835013Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_float32 2022-09-27T15:34:34.4064371Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_complex64 2022-09-27T15:34:34.4073616Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_complex64 2022-09-27T15:34:34.4375301Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_float32 2022-09-27T15:34:34.4519865Z [gw3] [ 81%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_float32 2022-09-27T15:34:35.3444407Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_complex64 2022-09-27T15:34:35.3473692Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_complex64 2022-09-27T15:34:35.7383925Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_float32 2022-09-27T15:34:35.7396430Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_float32 2022-09-27T15:34:35.8321906Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sign_cpu_float32 2022-09-27T15:34:35.8334541Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sign_cpu_float32 2022-09-27T15:34:35.8630329Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signbit_cpu_float32 2022-09-27T15:34:35.8763645Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signbit_cpu_float32 2022-09-27T15:34:36.1037647Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_complex64 2022-09-27T15:34:36.1048300Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_complex64 2022-09-27T15:34:36.2109642Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_float32 2022-09-27T15:34:36.2122014Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_float32 2022-09-27T15:34:36.8662287Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_complex64 2022-09-27T15:34:36.8684229Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_complex64 2022-09-27T15:34:37.0586810Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_float32 2022-09-27T15:34:37.0608715Z [gw2] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_lengths_cpu_float32 2022-09-27T15:34:37.3164342Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_offsets_cpu_float32 2022-09-27T15:34:37.3172079Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_float32 2022-09-27T15:34:37.5313149Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_complex64 2022-09-27T15:34:37.5328245Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_complex64 2022-09-27T15:34:37.6417073Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_float32 2022-09-27T15:34:37.6430949Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_float32 2022-09-27T15:34:38.8204105Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_scatter_cpu_float32 2022-09-27T15:34:38.8218191Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_scatter_cpu_float32 2022-09-27T15:34:39.4768180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_cpu_float32 2022-09-27T15:34:39.4798599Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_cpu_float32 2022-09-27T15:34:40.5934305Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_complex64 2022-09-27T15:34:40.6023936Z [gw2] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_offsets_cpu_float32 2022-09-27T15:34:40.7985390Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_complex64 2022-09-27T15:34:40.8000557Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_complex64 2022-09-27T15:34:41.4282179Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_float32 2022-09-27T15:34:41.4295170Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_float32 2022-09-27T15:34:41.4311672Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:34:41.4726869Z [gw3] [ 83%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:34:41.4746721Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:34:41.5166504Z [gw3] [ 83%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:34:41.5250776Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_entr_cpu_float32 2022-09-27T15:34:41.5264316Z [gw2] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_complex64 2022-09-27T15:34:41.6137459Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_float32 2022-09-27T15:34:41.6152163Z [gw3] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_entr_cpu_float32 2022-09-27T15:34:41.7565876Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_erfcx_cpu_float32 2022-09-27T15:34:41.7576667Z [gw3] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_erfcx_cpu_float32 2022-09-27T15:34:41.8999094Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:34:41.9029848Z [gw3] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:34:42.0266529Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:34:42.0273890Z [gw2] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_float32 2022-09-27T15:34:42.0480907Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_scatter_cpu_float32 2022-09-27T15:34:42.0495304Z [gw3] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:34:42.1437370Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i0e_cpu_float32 2022-09-27T15:34:42.1451484Z [gw3] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i0e_cpu_float32 2022-09-27T15:34:42.2857340Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1_cpu_float32 2022-09-27T15:34:42.2871708Z [gw3] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1_cpu_float32 2022-09-27T15:34:42.4278619Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1e_cpu_float32 2022-09-27T15:34:42.4293933Z [gw3] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1e_cpu_float32 2022-09-27T15:34:42.5201064Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:34:42.5217108Z [gw2] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_scatter_cpu_float32 2022-09-27T15:34:42.5703325Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_complex64 2022-09-27T15:34:42.5718049Z [gw3] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:34:42.5734705Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:34:42.6126231Z [gw3] [ 84%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:34:42.7065874Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_log_ndtr_cpu_float32 2022-09-27T15:34:42.7081035Z [gw2] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_complex64 2022-09-27T15:34:42.7570671Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_float32 2022-09-27T15:34:42.7586260Z [gw3] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_log_ndtr_cpu_float32 2022-09-27T15:34:42.7997008Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i0_cpu_float32 2022-09-27T15:34:42.8008686Z [gw2] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_float32 2022-09-27T15:34:42.8062948Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_complex64 2022-09-27T15:34:42.8078582Z [gw3] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i0_cpu_float32 2022-09-27T15:34:42.8292961Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i1_cpu_float32 2022-09-27T15:34:42.8444629Z [gw2] [ 84%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_complex64 2022-09-27T15:34:42.8549651Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sort_cpu_float32 2022-09-27T15:34:42.8560202Z [gw3] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i1_cpu_float32 2022-09-27T15:34:42.9032472Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k0_cpu_float32 2022-09-27T15:34:42.9044085Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k0_cpu_float32 2022-09-27T15:34:42.9514509Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k1_cpu_float32 2022-09-27T15:34:42.9525273Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k1_cpu_float32 2022-09-27T15:34:43.1070084Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtr_cpu_float32 2022-09-27T15:34:43.1101860Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtr_cpu_float32 2022-09-27T15:34:43.2582877Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtri_cpu_float32 2022-09-27T15:34:43.2596457Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtri_cpu_float32 2022-09-27T15:34:43.2647683Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:34:43.3006452Z [gw3] [ 85%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:34:43.3470753Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:34:43.3490937Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:34:43.3966540Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:34:43.3978706Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:34:43.4000039Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:34:43.4406888Z [gw3] [ 85%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:34:43.4432438Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:34:43.4845845Z [gw3] [ 85%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:34:43.4875045Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:34:43.5285684Z [gw3] [ 85%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:34:43.5310637Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:34:43.5726379Z [gw3] [ 85%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:34:43.6197716Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:34:43.6210731Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:34:44.0534593Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_xlog1py_cpu_float32 2022-09-27T15:34:44.0547307Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_xlog1py_cpu_float32 2022-09-27T15:34:44.1953264Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_zeta_cpu_float32 2022-09-27T15:34:44.1979971Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_zeta_cpu_float32 2022-09-27T15:34:44.6375770Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_complex64 2022-09-27T15:34:44.6384694Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_complex64 2022-09-27T15:34:44.8569219Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_float32 2022-09-27T15:34:44.8581340Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_float32 2022-09-27T15:34:45.1352197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_complex64 2022-09-27T15:34:45.1364690Z [gw0] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_complex64 2022-09-27T15:34:45.6056244Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_float32 2022-09-27T15:34:45.6078937Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_complex64 2022-09-27T15:34:46.0599766Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_float32 2022-09-27T15:34:46.0635205Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_float32 2022-09-27T15:34:47.2334457Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_complex64 2022-09-27T15:34:47.2351061Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_complex64 2022-09-27T15:34:47.9205257Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_float32 2022-09-27T15:34:47.9234348Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_float32 2022-09-27T15:34:48.1247407Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_complex64 2022-09-27T15:34:48.1274707Z [gw3] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_complex64 2022-09-27T15:34:48.2318565Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_float32 2022-09-27T15:34:48.2347289Z [gw3] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_float32 2022-09-27T15:34:48.7553101Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_complex64 2022-09-27T15:34:48.7579932Z [gw3] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_complex64 2022-09-27T15:34:49.1517048Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_float32 2022-09-27T15:34:49.1554718Z [gw3] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_float32 2022-09-27T15:34:49.5318992Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_complex64 2022-09-27T15:34:49.5333606Z [gw2] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sort_cpu_float32 2022-09-27T15:34:49.5350344Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:34:49.5764604Z [gw2] [ 87%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:34:49.5787253Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_float32 2022-09-27T15:34:49.6203820Z [gw2] [ 87%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_float32 2022-09-27T15:34:49.6657804Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_airy_ai_cpu_float32 2022-09-27T15:34:49.6671817Z [gw2] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_airy_ai_cpu_float32 2022-09-27T15:34:49.7107428Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j0_cpu_float32 2022-09-27T15:34:49.7118330Z [gw2] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j0_cpu_float32 2022-09-27T15:34:49.7555976Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j1_cpu_float32 2022-09-27T15:34:49.7572366Z [gw2] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j1_cpu_float32 2022-09-27T15:34:49.8006380Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y0_cpu_float32 2022-09-27T15:34:49.8022414Z [gw2] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y0_cpu_float32 2022-09-27T15:34:49.8459805Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y1_cpu_float32 2022-09-27T15:34:49.8470475Z [gw2] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y1_cpu_float32 2022-09-27T15:34:49.9786477Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:34:49.9799800Z [gw2] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:34:50.1221512Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:34:50.1222728Z [gw2] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:34:50.4207660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_complex64 2022-09-27T15:34:50.4216340Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_complex64 2022-09-27T15:34:51.0703690Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_float32 2022-09-27T15:34:51.0714909Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_float32 2022-09-27T15:34:51.1741492Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_complex64 2022-09-27T15:34:51.1757654Z [gw2] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_complex64 2022-09-27T15:34:51.6687354Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_float32 2022-09-27T15:34:51.6688610Z [gw2] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_float32 2022-09-27T15:34:51.6707117Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_complex64 2022-09-27T15:34:51.7239091Z [gw2] [ 88%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_complex64 2022-09-27T15:34:51.7254335Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_float32 2022-09-27T15:34:51.7600785Z [gw2] [ 88%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_float32 2022-09-27T15:34:51.9895842Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_complex64 2022-09-27T15:34:51.9922274Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_complex64 2022-09-27T15:34:52.6233168Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_float32 2022-09-27T15:34:52.6262803Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_float32 2022-09-27T15:34:55.0678391Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_complex64 2022-09-27T15:34:55.0702804Z [gw2] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_complex64 2022-09-27T15:34:55.1386301Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_float32 2022-09-27T15:34:55.1422489Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_complex64 2022-09-27T15:34:56.1053124Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_float32 2022-09-27T15:34:56.1087806Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_float32 2022-09-27T15:34:56.4775777Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_complex64 2022-09-27T15:34:56.4807064Z [gw2] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_float32 2022-09-27T15:34:59.3143468Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_complex64 2022-09-27T15:34:59.3178306Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_complex64 2022-09-27T15:35:00.2454493Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_float32 2022-09-27T15:35:00.2470477Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_float32 2022-09-27T15:35:00.8210765Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_complex64 2022-09-27T15:35:00.8237273Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_complex64 2022-09-27T15:35:01.0755148Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_float32 2022-09-27T15:35:01.0782301Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_float32 2022-09-27T15:35:01.6370968Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_complex64 2022-09-27T15:35:01.6396903Z [gw2] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_complex64 2022-09-27T15:35:01.9970038Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_float32 2022-09-27T15:35:01.9997638Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_complex64 2022-09-27T15:35:02.5021588Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_float32 2022-09-27T15:35:02.5052333Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_float32 2022-09-27T15:35:04.0303131Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_complex64 2022-09-27T15:35:04.0310378Z [gw2] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_float32 2022-09-27T15:35:04.4375217Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_complex64 2022-09-27T15:35:04.4397903Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_complex64 2022-09-27T15:35:05.2452216Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_float32 2022-09-27T15:35:05.2456187Z [gw2] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_complex64 2022-09-27T15:35:05.3601132Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_float32 2022-09-27T15:35:05.3613596Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_float32 2022-09-27T15:35:05.5704294Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_complex64 2022-09-27T15:35:05.5734037Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_complex64 2022-09-27T15:35:05.6761926Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_float32 2022-09-27T15:35:05.6769837Z [gw2] [ 90%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_float32 2022-09-27T15:35:05.6789549Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_complex64 2022-09-27T15:35:05.7038948Z [gw2] [ 90%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_complex64 2022-09-27T15:35:05.7050089Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_float32 2022-09-27T15:35:05.7205612Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_complex64 2022-09-27T15:35:05.9080992Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_float32 2022-09-27T15:35:05.9097194Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_complex64 2022-09-27T15:35:06.0172550Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_float32 2022-09-27T15:35:06.0188549Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_float32 2022-09-27T15:35:08.5286930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_complex64 2022-09-27T15:35:08.5298242Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_complex64 2022-09-27T15:35:08.6773875Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_float32 2022-09-27T15:35:08.6788036Z [gw1] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:35:09.7548014Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:35:09.7564166Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_float32 2022-09-27T15:35:10.1172569Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_complex64 2022-09-27T15:35:10.1187652Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_complex64 2022-09-27T15:35:10.1868635Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_complex64 2022-09-27T15:35:10.1959951Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_complex64 2022-09-27T15:35:10.3924018Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_float32 2022-09-27T15:35:10.3931617Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_float32 2022-09-27T15:35:10.3981930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_topk_cpu_float32 2022-09-27T15:35:10.3993193Z [gw0] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_float32 2022-09-27T15:35:11.0521093Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_complex64 2022-09-27T15:35:11.0532986Z [gw1] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:35:12.0284694Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:35:12.0294662Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_topk_cpu_float32 2022-09-27T15:35:12.2150398Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_complex64 2022-09-27T15:35:12.2164145Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_complex64 2022-09-27T15:35:12.3091541Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_float32 2022-09-27T15:35:12.3110234Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_float32 2022-09-27T15:35:14.0528417Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_complex64 2022-09-27T15:35:14.0538850Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_complex64 2022-09-27T15:35:14.9011119Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_float32 2022-09-27T15:35:14.9021957Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_float32 2022-09-27T15:35:15.8521779Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_complex64 2022-09-27T15:35:15.8608243Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_complex64 2022-09-27T15:35:16.3420674Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_float32 2022-09-27T15:35:16.3431526Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_float32 2022-09-27T15:35:17.3012575Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_complex64 2022-09-27T15:35:17.3027797Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_complex64 2022-09-27T15:35:17.7799317Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_float32 2022-09-27T15:35:17.7800450Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_float32 2022-09-27T15:35:21.6326535Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_complex64 2022-09-27T15:35:21.6343830Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_complex64 2022-09-27T15:35:23.4667285Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_float32 2022-09-27T15:35:23.4675820Z [gw3] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_float32 2022-09-27T15:35:25.9105487Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_complex64 2022-09-27T15:35:25.9146059Z [gw3] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_complex64 2022-09-27T15:35:27.1272507Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_float32 2022-09-27T15:35:27.1293847Z [gw3] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_float32 2022-09-27T15:35:28.5489334Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_complex64 2022-09-27T15:35:28.5508986Z [gw1] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:35:30.1480308Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:35:30.1506318Z [gw3] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_complex64 2022-09-27T15:35:31.5744106Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_float32 2022-09-27T15:35:31.5771525Z [gw3] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_float32 2022-09-27T15:35:31.9978978Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_complex64 2022-09-27T15:35:31.9990023Z [gw1] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:35:32.2230975Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mish_cpu_float32 2022-09-27T15:35:32.2238487Z [gw1] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mish_cpu_float32 2022-09-27T15:35:32.3224767Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mse_loss_cpu_float32 2022-09-27T15:35:32.3236114Z [gw1] [ 93%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mse_loss_cpu_float32 2022-09-27T15:35:32.6148289Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:35:32.6161550Z [gw1] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:35:32.7729447Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:35:32.7744247Z [gw1] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:35:33.7928541Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:35:33.7957786Z [gw3] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_complex64 2022-09-27T15:35:34.1290843Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_float32 2022-09-27T15:35:34.1326554Z [gw1] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:35:34.1371116Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_nll_loss_cpu_float32 2022-09-27T15:35:34.1842778Z [gw1] [ 94%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_nll_loss_cpu_float32 2022-09-27T15:35:34.5307145Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_complex64 2022-09-27T15:35:34.5321011Z [gw2] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_float32 2022-09-27T15:35:34.5488154Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_float32 2022-09-27T15:35:34.5725900Z [gw2] [ 94%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_float32 2022-09-27T15:35:34.7491595Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_float32 2022-09-27T15:35:34.7499902Z [gw2] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_float32 2022-09-27T15:35:34.9115669Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_complex64 2022-09-27T15:35:34.9124766Z [gw3] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_float32 2022-09-27T15:35:34.9983522Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trunc_cpu_float32 2022-09-27T15:35:34.9991554Z [gw3] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trunc_cpu_float32 2022-09-27T15:35:35.3967976Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_complex64 2022-09-27T15:35:35.3980383Z [gw1] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_complex64 2022-09-27T15:35:35.9275565Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_float32 2022-09-27T15:35:35.9287633Z [gw1] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_float32 2022-09-27T15:35:36.0530978Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:35:36.0547897Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_complex64 2022-09-27T15:35:36.6668322Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_float32 2022-09-27T15:35:36.6679466Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_float32 2022-09-27T15:35:36.7001197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_complex64 2022-09-27T15:35:36.7017071Z [gw1] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:35:36.7033008Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_float32 2022-09-27T15:35:36.7446741Z [gw1] [ 95%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_float32 2022-09-27T15:35:38.6718502Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:35:38.6730917Z [gw0] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_complex64 2022-09-27T15:35:38.7657667Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_float32 2022-09-27T15:35:38.7720439Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_complex64 2022-09-27T15:35:39.3657215Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_float32 2022-09-27T15:35:39.3665470Z [gw2] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_complex64 2022-09-27T15:35:39.5578569Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_float32 2022-09-27T15:35:39.5593762Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_float32 2022-09-27T15:35:41.2050629Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_complex64 2022-09-27T15:35:41.2062840Z [gw1] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:35:41.2369079Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_float32 2022-09-27T15:35:41.2377371Z [gw3] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_complex64 2022-09-27T15:35:41.3891721Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_float32 2022-09-27T15:35:41.3903509Z [gw2] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_float32 2022-09-27T15:35:41.3922258Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_complex64 2022-09-27T15:35:41.4324781Z [gw2] [ 96%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_complex64 2022-09-27T15:35:41.4343195Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_float32 2022-09-27T15:35:41.4765700Z [gw2] [ 96%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_float32 2022-09-27T15:35:42.0759423Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_complex64 2022-09-27T15:35:42.0769898Z [gw3] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_float32 2022-09-27T15:35:42.0815615Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_complex64 2022-09-27T15:35:42.1204646Z [gw3] [ 96%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_complex64 2022-09-27T15:35:42.1247562Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_float32 2022-09-27T15:35:42.1644882Z [gw3] [ 96%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_float32 2022-09-27T15:35:42.7733420Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_complex64 2022-09-27T15:35:42.7751399Z [gw2] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_complex64 2022-09-27T15:35:43.2128316Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_float32 2022-09-27T15:35:43.2136876Z [gw1] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_float32 2022-09-27T15:35:43.2638653Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_consecutive_cpu_float32 2022-09-27T15:35:43.2653465Z [gw1] [ 96%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_consecutive_cpu_float32 2022-09-27T15:35:43.2987666Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_cpu_float32 2022-09-27T15:35:43.3083259Z [gw1] [ 97%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_cpu_float32 2022-09-27T15:35:43.4223965Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_float32 2022-09-27T15:35:43.4239557Z [gw2] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_float32 2022-09-27T15:35:43.6842693Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_complex64 2022-09-27T15:35:43.6859477Z [gw3] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_complex64 2022-09-27T15:35:43.7249133Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_float32 2022-09-27T15:35:43.7266613Z [gw1] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_float32 2022-09-27T15:35:44.0610908Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_complex64 2022-09-27T15:35:44.0625759Z [gw1] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_complex64 2022-09-27T15:35:44.2140469Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_complex64 2022-09-27T15:35:44.2157170Z [gw2] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_complex64 2022-09-27T15:35:44.3078942Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_float32 2022-09-27T15:35:44.3092804Z [gw2] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_float32 2022-09-27T15:35:44.3615873Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_real_cpu_complex64 2022-09-27T15:35:44.3631048Z [gw1] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_complex64 2022-09-27T15:35:44.3854580Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_float32 2022-09-27T15:35:44.3872263Z [gw2] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_real_cpu_complex64 2022-09-27T15:35:44.4456751Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_complex64 2022-09-27T15:35:44.4470081Z [gw3] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_float32 2022-09-27T15:35:44.4824397Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_complex_cpu_float32 2022-09-27T15:35:44.4882272Z [gw3] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_complex_cpu_float32 2022-09-27T15:35:44.5413462Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_float32 2022-09-27T15:35:44.5425622Z [gw1] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_float32 2022-09-27T15:35:44.6573514Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_float32 2022-09-27T15:35:44.6589487Z [gw3] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_float32 2022-09-27T15:35:44.8134385Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_complex64 2022-09-27T15:35:44.8147544Z [gw3] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_complex64 2022-09-27T15:35:44.8168243Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_complex64 2022-09-27T15:35:44.8318299Z [gw3] [ 98%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_complex64 2022-09-27T15:35:44.8334169Z [gw1] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_float32 2022-09-27T15:35:44.8563662Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_float32 2022-09-27T15:35:44.8581107Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_float32 2022-09-27T15:35:44.9005278Z [gw3] [ 98%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_float32 2022-09-27T15:35:44.9108198Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_xlogy_cpu_float32 2022-09-27T15:35:44.9120899Z [gw1] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_float32 2022-09-27T15:35:44.9153171Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_complex64 2022-09-27T15:35:44.9550127Z [gw1] [ 98%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_complex64 2022-09-27T15:35:44.9562959Z [gw2] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_complex64 2022-09-27T15:35:44.9564975Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_complex64 2022-09-27T15:35:44.9580838Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_complex64 2022-09-27T15:35:45.0003974Z [gw1] [ 99%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_complex64 2022-09-27T15:35:45.0026100Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_float32 2022-09-27T15:35:45.0444884Z [gw1] [ 99%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_float32 2022-09-27T15:35:45.1372501Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_float32 2022-09-27T15:35:45.2975311Z [gw1] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_float32 2022-09-27T15:35:45.2988704Z [gw2] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_complex64 2022-09-27T15:35:45.4765123Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_complex64 2022-09-27T15:35:45.5437439Z [gw2] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_complex64 2022-09-27T15:35:45.5450861Z [gw3] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_xlogy_cpu_float32 2022-09-27T15:35:45.5515273Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_float32 2022-09-27T15:35:48.1822701Z [gw3] [ 99%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_float32 2022-09-27T15:35:48.1829698Z [gw0] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_float32 2022-09-27T15:35:50.7624900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_complex64 2022-09-27T15:35:50.7631492Z [gw0] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_complex64 2022-09-27T15:35:52.1324359Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_float32 2022-09-27T15:35:52.1331738Z [gw0] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_float32 2022-09-27T15:35:52.3082601Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_complex64 2022-09-27T15:35:53.9250715Z [gw0] [100%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_complex64 2022-09-27T15:35:53.9250961Z 2022-09-27T15:35:53.9253477Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_jit/test_ops_jit.xml - 2022-09-27T15:35:53.9258747Z === 753 passed, 107 skipped, 154 xfailed, 143 warnings in 300.02s (0:05:00) ==== 2022-09-27T15:35:53.9419885Z Skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-09-27T15:35:54.5713658Z Running test_nn ... [2022-09-27 15:35:54.570946] 2022-09-27T15:35:54.5714191Z Executing ['/opt/conda/bin/python', '-bb', 'test_nn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:35:54.571029] 2022-09-27T15:35:56.7964648Z Test results will be stored in test-reports/python-unittest/test_nn 2022-09-27T15:35:56.8555520Z 2022-09-27T15:35:56.8555721Z Running tests... 2022-09-27T15:35:56.8558792Z ---------------------------------------------------------------------- 2022-09-27T15:35:57.0497801Z test_add_relu (__main__.TestAddRelu) ... ok (0.128s) 2022-09-27T15:35:57.0720876Z test_add_relu_broadcasting (__main__.TestAddRelu) ... ok (0.022s) 2022-09-27T15:35:57.0839210Z test_constant_pad_nd (__main__.TestConstantPadNd) ... ok (0.011s) 2022-09-27T15:35:57.0968332Z test_preserves_memory_format (__main__.TestConstantPadNd) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 11677 2022-09-27T15:35:57.0968889Z due to: 2022-09-27T15:35:57.0969174Z Traceback (most recent call last): 2022-09-27T15:35:57.0969590Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T15:35:57.0969902Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T15:35:57.0970333Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T15:35:57.0970598Z 2022-09-27T15:35:57.0970747Z from user code: 2022-09-27T15:35:57.0971194Z File "test_nn.py", line 11681, in 2022-09-27T15:35:57.0971794Z self.assertTrue(nhwc_padded.is_contiguous(memory_format=torch.channels_last)) 2022-09-27T15:35:57.0972121Z 2022-09-27T15:35:57.0972367Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:35:57.0972766Z ========== 2022-09-27T15:35:57.0974935Z ok (0.013s) 2022-09-27T15:35:57.1019071Z test_pickle_softsign (__main__.TestFunctionalPickle) ... ok (0.004s) 2022-09-27T15:35:57.6030075Z test_fuse_module_eval_numerics (__main__.TestFusionEval) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /opt/conda/lib/python3.7/site-packages/hypothesis/strategies/_internal/numbers.py line 152 2022-09-27T15:35:57.6030638Z due to: 2022-09-27T15:35:57.6031028Z Traceback (most recent call last): 2022-09-27T15:35:57.6031528Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T15:35:57.6031842Z return super().call_method(tx, args, kwargs) 2022-09-27T15:35:57.6032293Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T15:35:57.6032639Z 2022-09-27T15:35:57.6032927Z from user code: 2022-09-27T15:35:57.6033616Z File "/opt/conda/lib/python3.7/site-packages/hypothesis/strategies/_internal/numbers.py", line 153, in __init__ 2022-09-27T15:35:57.6033914Z SearchStrategy.__init__(self) 2022-09-27T15:35:57.6034043Z 2022-09-27T15:35:57.6034190Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:35:57.6034529Z ========== 2022-09-27T15:35:57.6126283Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT biased_coin /opt/conda/lib/python3.7/site-packages/hypothesis/internal/conjecture/utils.py line 161 2022-09-27T15:35:57.6126885Z due to: 2022-09-27T15:35:57.6127081Z Traceback (most recent call last): 2022-09-27T15:35:57.6127384Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/dicts.py", line 52, in getitem_const 2022-09-27T15:35:57.6127913Z return self.items[ConstDictVariable.get_key(arg)].add_options(self, arg) 2022-09-27T15:35:57.6128168Z KeyError: 7122516918311139221 2022-09-27T15:35:57.6128284Z 2022-09-27T15:35:57.6128357Z from user code: 2022-09-27T15:35:57.6128732Z File "/opt/conda/lib/python3.7/site-packages/hypothesis/internal/conjecture/utils.py", line 191, in biased_coin 2022-09-27T15:35:57.6129102Z data.start_example(BIASED_COIN_LABEL) 2022-09-27T15:35:57.6129240Z 2022-09-27T15:35:57.6129372Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:35:57.6129591Z ========== 2022-09-27T15:35:58.3428403Z ok (1.240s) 2022-09-27T15:35:59.5736389Z test_chained_initialization (__main__.TestLazyModules) ... ok (1.230s) 2022-09-27T15:35:59.5795719Z test_invalid_functions (__main__.TestLazyModules) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_invalid_functions test_nn.py line 19792 2022-09-27T15:35:59.5796289Z due to: 2022-09-27T15:35:59.5796615Z Traceback (most recent call last): 2022-09-27T15:35:59.5797328Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/parameter.py", line 177, in __new__ 2022-09-27T15:35:59.5797909Z return torch.Tensor._make_subclass(cls, data, requires_grad) 2022-09-27T15:35:59.5798401Z RuntimeError: Creating a new Tensor subclass UninitializedParameter but the raw Tensor object is already associated to a python object of type FakeTensor 2022-09-27T15:35:59.5798663Z 2022-09-27T15:35:59.5798798Z The above exception was the direct cause of the following exception: 2022-09-27T15:35:59.5798962Z 2022-09-27T15:35:59.5799052Z Traceback (most recent call last): 2022-09-27T15:35:59.5799325Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:35:59.5799583Z raise TorchRuntimeError() from e 2022-09-27T15:35:59.5799813Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:35:59.5799952Z 2022-09-27T15:35:59.5800022Z from user code: 2022-09-27T15:35:59.5800223Z File "test_nn.py", line 19794, in test_invalid_functions 2022-09-27T15:35:59.5800508Z param = torch.nn.parameter.UninitializedParameter() 2022-09-27T15:35:59.5800687Z 2022-09-27T15:35:59.5800818Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:35:59.5801034Z ========== 2022-09-27T15:35:59.5818685Z ok (0.008s) 2022-09-27T15:35:59.6305614Z test_lazy_batchnorm1d (__main__.TestLazyModules) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:35:59.6306766Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:35:59.6313384Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:35:59.6313936Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:35:59.6455459Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:35:59.6455981Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:35:59.6512971Z ok (0.069s) 2022-09-27T15:35:59.6951758Z test_lazy_batchnorm1d_pickle (__main__.TestLazyModules) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:35:59.6952671Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:35:59.6979440Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:35:59.6980587Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:35:59.7058415Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:35:59.7059390Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:35:59.7099105Z ok (0.058s) 2022-09-27T15:35:59.7160757Z test_lazy_batchnorm1d_state (__main__.TestLazyModules) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:35:59.7161728Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:35:59.7217151Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:35:59.7217977Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:35:59.7229619Z ok (0.012s) 2022-09-27T15:35:59.7297790Z test_lazy_batchnorm2d (__main__.TestLazyModules) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:35:59.7298721Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:35:59.7349088Z ok (0.011s) 2022-09-27T15:35:59.7411062Z test_lazy_batchnorm2d_pickle (__main__.TestLazyModules) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:35:59.7412072Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:35:59.7455649Z ok (0.010s) 2022-09-27T15:35:59.7517739Z test_lazy_batchnorm2d_state (__main__.TestLazyModules) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:35:59.7518761Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:35:59.7569791Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:35:59.7570624Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:35:59.7583112Z ok (0.012s) 2022-09-27T15:35:59.7653459Z test_lazy_batchnorm3d (__main__.TestLazyModules) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:35:59.7654383Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:35:59.7716814Z ok (0.013s) 2022-09-27T15:35:59.7779590Z test_lazy_batchnorm3d_pickle (__main__.TestLazyModules) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:35:59.7780514Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:35:59.7827617Z ok (0.010s) 2022-09-27T15:35:59.7887380Z test_lazy_batchnorm3d_state (__main__.TestLazyModules) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:35:59.7888342Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:35:59.7939924Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:35:59.7940765Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:35:59.7953696Z ok (0.012s) 2022-09-27T15:35:59.8959290Z test_lazy_conv1d (__main__.TestLazyModules) ... ok (0.100s) 2022-09-27T15:36:00.0504833Z test_lazy_conv1d_pickle (__main__.TestLazyModules) ... ok (0.154s) 2022-09-27T15:36:00.0573877Z test_lazy_conv1d_state (__main__.TestLazyModules) ... ok (0.006s) 2022-09-27T15:36:00.1269760Z test_lazy_conv2d (__main__.TestLazyModules) ... ok (0.069s) 2022-09-27T15:36:00.2117999Z test_lazy_conv2d_pickle (__main__.TestLazyModules) ... ok (0.084s) 2022-09-27T15:36:00.2179133Z test_lazy_conv2d_state (__main__.TestLazyModules) ... ok (0.006s) 2022-09-27T15:36:00.3338805Z test_lazy_conv3d (__main__.TestLazyModules) ... ok (0.115s) 2022-09-27T15:36:00.4291647Z test_lazy_conv3d_pickle (__main__.TestLazyModules) ... ok (0.095s) 2022-09-27T15:36:00.4352483Z test_lazy_conv3d_state (__main__.TestLazyModules) ... ok (0.006s) 2022-09-27T15:36:00.5227892Z test_lazy_conv_transpose1d_pickle (__main__.TestLazyModules) ... ok (0.087s) 2022-09-27T15:36:00.5291218Z test_lazy_conv_transpose1d_state (__main__.TestLazyModules) ... ok (0.006s) 2022-09-27T15:36:00.6200575Z test_lazy_conv_transpose2d (__main__.TestLazyModules) ... ok (0.090s) 2022-09-27T15:36:00.7117241Z test_lazy_conv_transpose2d_pickle (__main__.TestLazyModules) ... ok (0.091s) 2022-09-27T15:36:00.7181666Z test_lazy_conv_transpose2d_state (__main__.TestLazyModules) ... ok (0.006s) 2022-09-27T15:36:00.9979681Z test_lazy_conv_transpose3d (__main__.TestLazyModules) ... ok (0.279s) 2022-09-27T15:36:01.1515862Z test_lazy_conv_transpose3d_pickle (__main__.TestLazyModules) ... ok (0.153s) 2022-09-27T15:36:01.1583082Z test_lazy_conv_transpose3d_state (__main__.TestLazyModules) ... ok (0.006s) 2022-09-27T15:36:01.2413091Z test_lazy_conv_transposed1d (__main__.TestLazyModules) ... ok (0.082s) 2022-09-27T15:36:01.2437775Z test_lazy_forward_hook (__main__.TestLazyModules) 2022-09-27T15:36:01.2503815Z This test is to test whether lazymodule can register other forward hook ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:36:01.2504813Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:36:01.2563329Z ok (0.015s) 2022-09-27T15:36:01.2634323Z test_lazy_instancenorm1d (__main__.TestLazyModules) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:36:01.2635304Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:36:01.2687536Z ok (0.012s) 2022-09-27T15:36:01.2769718Z test_lazy_instancenorm1d_pickle (__main__.TestLazyModules) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:36:01.2770700Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:36:01.2814279Z ok (0.012s) 2022-09-27T15:36:01.2892707Z test_lazy_instancenorm1d_state (__main__.TestLazyModules) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:36:01.2893696Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:36:01.2965872Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:36:01.2967058Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:36:01.2989528Z ok (0.017s) 2022-09-27T15:36:01.3082349Z test_lazy_instancenorm2d (__main__.TestLazyModules) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:36:01.3083304Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:36:01.3134162Z ok (0.014s) 2022-09-27T15:36:01.3197964Z test_lazy_instancenorm2d_pickle (__main__.TestLazyModules) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:36:01.3198993Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:36:01.3244038Z ok (0.010s) 2022-09-27T15:36:01.3310179Z test_lazy_instancenorm2d_state (__main__.TestLazyModules) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:36:01.3311240Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:36:01.3382733Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:36:01.3383575Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:36:01.3406640Z ok (0.016s) 2022-09-27T15:36:01.3477602Z test_lazy_instancenorm3d (__main__.TestLazyModules) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:36:01.3478564Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:36:01.3543099Z ok (0.013s) 2022-09-27T15:36:01.3607745Z test_lazy_instancenorm3d_pickle (__main__.TestLazyModules) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:36:01.3608684Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:36:01.3659365Z ok (0.011s) 2022-09-27T15:36:01.3728643Z test_lazy_instancenorm3d_state (__main__.TestLazyModules) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:36:01.3729597Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:36:01.3808876Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:36:01.3809713Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:36:01.3835139Z ok (0.017s) 2022-09-27T15:36:01.5215610Z test_lazy_linear_pickle (__main__.TestLazyModules) ... ok (0.137s) 2022-09-27T15:36:01.5352348Z test_lazy_module_buffer (__main__.TestLazyModules) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 19228 2022-09-27T15:36:01.5353024Z due to: 2022-09-27T15:36:01.5353346Z Traceback (most recent call last): 2022-09-27T15:36:01.5353943Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/parameter.py", line 208, in __new__ 2022-09-27T15:36:01.5354752Z return torch.Tensor._make_subclass(cls, data, requires_grad) 2022-09-27T15:36:01.5355399Z RuntimeError: Creating a new Tensor subclass UninitializedBuffer but the raw Tensor object is already associated to a python object of type FakeTensor 2022-09-27T15:36:01.5355826Z 2022-09-27T15:36:01.5356129Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:01.5356408Z 2022-09-27T15:36:01.5356547Z Traceback (most recent call last): 2022-09-27T15:36:01.5357022Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:01.5357475Z raise TorchRuntimeError() from e 2022-09-27T15:36:01.5357859Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:01.5358082Z 2022-09-27T15:36:01.5358193Z from user code: 2022-09-27T15:36:01.5358575Z File "test_nn.py", line 19229, in 2022-09-27T15:36:01.5359157Z module.register_buffer('test_buffer', UninitializedBuffer()) 2022-09-27T15:36:01.5359439Z 2022-09-27T15:36:01.5359642Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:01.5360004Z ========== 2022-09-27T15:36:01.5363979Z ok (0.014s) 2022-09-27T15:36:01.5458747Z test_lazy_module_jit_buffer (__main__.TestLazyModules) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 19266 2022-09-27T15:36:01.5459287Z due to: 2022-09-27T15:36:01.5459590Z Traceback (most recent call last): 2022-09-27T15:36:01.5460191Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/parameter.py", line 208, in __new__ 2022-09-27T15:36:01.5461314Z return torch.Tensor._make_subclass(cls, data, requires_grad) 2022-09-27T15:36:01.5461966Z RuntimeError: Creating a new Tensor subclass UninitializedBuffer but the raw Tensor object is already associated to a python object of type FakeTensor 2022-09-27T15:36:01.5462390Z 2022-09-27T15:36:01.5462620Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:01.5462902Z 2022-09-27T15:36:01.5463059Z Traceback (most recent call last): 2022-09-27T15:36:01.5463509Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:01.5463961Z raise TorchRuntimeError() from e 2022-09-27T15:36:01.5464344Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:01.5464586Z 2022-09-27T15:36:01.5464699Z from user code: 2022-09-27T15:36:01.5465079Z File "test_nn.py", line 19267, in 2022-09-27T15:36:01.5465678Z module.register_buffer('test_buffer', UninitializedBuffer()) 2022-09-27T15:36:01.5465945Z 2022-09-27T15:36:01.5466166Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:01.5467189Z ========== 2022-09-27T15:36:01.5467451Z ok (0.009s) 2022-09-27T15:36:01.5557561Z test_lazy_module_jit_param (__main__.TestLazyModules) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 19258 2022-09-27T15:36:01.5559261Z due to: 2022-09-27T15:36:01.5559555Z Traceback (most recent call last): 2022-09-27T15:36:01.5560175Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/parameter.py", line 177, in __new__ 2022-09-27T15:36:01.5560687Z return torch.Tensor._make_subclass(cls, data, requires_grad) 2022-09-27T15:36:01.5561349Z RuntimeError: Creating a new Tensor subclass UninitializedParameter but the raw Tensor object is already associated to a python object of type FakeTensor 2022-09-27T15:36:01.5561772Z 2022-09-27T15:36:01.5562001Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:01.5562276Z 2022-09-27T15:36:01.5562430Z Traceback (most recent call last): 2022-09-27T15:36:01.5562891Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:01.5563340Z raise TorchRuntimeError() from e 2022-09-27T15:36:01.5563726Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:01.5563959Z 2022-09-27T15:36:01.5564329Z from user code: 2022-09-27T15:36:01.5564720Z File "test_nn.py", line 19259, in 2022-09-27T15:36:01.5565384Z module.register_parameter('test_param', UninitializedParameter()) 2022-09-27T15:36:01.5565681Z 2022-09-27T15:36:01.5565899Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:01.5566321Z ========== 2022-09-27T15:36:01.5566565Z ok (0.009s) 2022-09-27T15:36:01.5694591Z test_lazy_module_parameter (__main__.TestLazyModules) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 19199 2022-09-27T15:36:01.5695158Z due to: 2022-09-27T15:36:01.5695364Z Traceback (most recent call last): 2022-09-27T15:36:01.5695711Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/parameter.py", line 177, in __new__ 2022-09-27T15:36:01.5696019Z return torch.Tensor._make_subclass(cls, data, requires_grad) 2022-09-27T15:36:01.5696403Z RuntimeError: Creating a new Tensor subclass UninitializedParameter but the raw Tensor object is already associated to a python object of type FakeTensor 2022-09-27T15:36:01.5696665Z 2022-09-27T15:36:01.5696805Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:01.5696958Z 2022-09-27T15:36:01.5697048Z Traceback (most recent call last): 2022-09-27T15:36:01.5697327Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:01.5697598Z raise TorchRuntimeError() from e 2022-09-27T15:36:01.5697816Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:01.5697957Z 2022-09-27T15:36:01.5698027Z from user code: 2022-09-27T15:36:01.5698262Z File "test_nn.py", line 19200, in 2022-09-27T15:36:01.5698606Z module.register_parameter('test_param', UninitializedParameter()) 2022-09-27T15:36:01.5698781Z 2022-09-27T15:36:01.5698910Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:01.5699125Z ========== 2022-09-27T15:36:01.5703778Z ok (0.014s) 2022-09-27T15:36:01.5716450Z test_lazy_pre_forward_hook (__main__.TestLazyModules) 2022-09-27T15:36:01.5781836Z This test is to test whether lazymodule can register other pre-forward hook ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:36:01.5782427Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:36:01.5839546Z ok (0.013s) 2022-09-27T15:36:01.5935867Z test_lazy_share_memory_buffer (__main__.TestLazyModules) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 19282 2022-09-27T15:36:01.5936437Z due to: 2022-09-27T15:36:01.5936622Z Traceback (most recent call last): 2022-09-27T15:36:01.5936981Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/parameter.py", line 208, in __new__ 2022-09-27T15:36:01.5937288Z return torch.Tensor._make_subclass(cls, data, requires_grad) 2022-09-27T15:36:01.5937664Z RuntimeError: Creating a new Tensor subclass UninitializedBuffer but the raw Tensor object is already associated to a python object of type FakeTensor 2022-09-27T15:36:01.5938023Z 2022-09-27T15:36:01.5938166Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:01.5938329Z 2022-09-27T15:36:01.5938420Z Traceback (most recent call last): 2022-09-27T15:36:01.5938683Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:01.5938957Z raise TorchRuntimeError() from e 2022-09-27T15:36:01.5939189Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:01.5939330Z 2022-09-27T15:36:01.5939387Z from user code: 2022-09-27T15:36:01.5939629Z File "test_nn.py", line 19283, in 2022-09-27T15:36:01.5939983Z module.register_buffer('test_buffer', UninitializedBuffer()) 2022-09-27T15:36:01.5940442Z 2022-09-27T15:36:01.5940574Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:01.5940779Z ========== 2022-09-27T15:36:01.5940944Z ok (0.009s) 2022-09-27T15:36:01.6030752Z test_lazy_share_memory_param (__main__.TestLazyModules) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 19274 2022-09-27T15:36:01.6031171Z due to: 2022-09-27T15:36:01.6031432Z Traceback (most recent call last): 2022-09-27T15:36:01.6031828Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/parameter.py", line 177, in __new__ 2022-09-27T15:36:01.6032190Z return torch.Tensor._make_subclass(cls, data, requires_grad) 2022-09-27T15:36:01.6032627Z RuntimeError: Creating a new Tensor subclass UninitializedParameter but the raw Tensor object is already associated to a python object of type FakeTensor 2022-09-27T15:36:01.6033169Z 2022-09-27T15:36:01.6033313Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:01.6033481Z 2022-09-27T15:36:01.6033571Z Traceback (most recent call last): 2022-09-27T15:36:01.6033832Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:01.6034105Z raise TorchRuntimeError() from e 2022-09-27T15:36:01.6034337Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:01.6034477Z 2022-09-27T15:36:01.6034550Z from user code: 2022-09-27T15:36:01.6034774Z File "test_nn.py", line 19275, in 2022-09-27T15:36:01.6035144Z module.register_parameter('test_param', UninitializedParameter()) 2022-09-27T15:36:01.6035315Z 2022-09-27T15:36:01.6035447Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:01.6035649Z ========== 2022-09-27T15:36:01.6035809Z ok (0.009s) 2022-09-27T15:36:01.6894351Z test_linear (__main__.TestLazyModules) ... ok (0.085s) 2022-09-27T15:36:01.7205664Z test_linear_state (__main__.TestLazyModules) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 19325 2022-09-27T15:36:01.7205993Z due to: 2022-09-27T15:36:01.7206191Z Traceback (most recent call last): 2022-09-27T15:36:01.7206534Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:36:01.7206957Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:36:01.7207476Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:36:01.7207673Z 2022-09-27T15:36:01.7207742Z from user code: 2022-09-27T15:36:01.7208025Z File "test_nn.py", line 19329, in 2022-09-27T15:36:01.7208292Z self.assertFalse(lazy_module.has_uninitialized_params()) 2022-09-27T15:36:01.7208449Z 2022-09-27T15:36:01.7208584Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:01.7208857Z ========== 2022-09-27T15:36:01.7209930Z ok (0.031s) 2022-09-27T15:36:01.7239371Z test_materialize_device (__main__.TestLazyModules) ... skip: CUDA not available (0.002s) 2022-09-27T15:36:01.7342511Z test_materialize_dtype (__main__.TestLazyModules) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 19706 2022-09-27T15:36:01.7343090Z due to: 2022-09-27T15:36:01.7343290Z Traceback (most recent call last): 2022-09-27T15:36:01.7343646Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/parameter.py", line 177, in __new__ 2022-09-27T15:36:01.7343954Z return torch.Tensor._make_subclass(cls, data, requires_grad) 2022-09-27T15:36:01.7344345Z RuntimeError: Creating a new Tensor subclass UninitializedParameter but the raw Tensor object is already associated to a python object of type FakeTensor 2022-09-27T15:36:01.7344601Z 2022-09-27T15:36:01.7344727Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:01.7344890Z 2022-09-27T15:36:01.7344982Z Traceback (most recent call last): 2022-09-27T15:36:01.7345469Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:01.7345743Z raise TorchRuntimeError() from e 2022-09-27T15:36:01.7346015Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:01.7346157Z 2022-09-27T15:36:01.7346227Z from user code: 2022-09-27T15:36:01.7346566Z File "test_nn.py", line 19707, in 2022-09-27T15:36:01.7346927Z module.register_parameter('test_param', UninitializedParameter()) 2022-09-27T15:36:01.7347131Z 2022-09-27T15:36:01.7347295Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:01.7347516Z ========== 2022-09-27T15:36:01.7347666Z ok (0.010s) 2022-09-27T15:36:02.8490179Z test_optimizer_pass (__main__.TestLazyModules) ... ok (1.114s) 2022-09-27T15:36:02.8592264Z test_spectral_norm (__main__.TestLazyModules) ... ok (0.010s) 2022-09-27T15:36:02.8693221Z test_weight_norm (__main__.TestLazyModules) ... ok (0.009s) 2022-09-27T15:36:02.8873078Z test_global_and_local_hooks_order (__main__.TestModuleGlobalHooks) ... skip: TorchDynamo does not work well with hooks (0.017s) 2022-09-27T15:36:02.8891188Z test_module_backward_global_hook_writeable (__main__.TestModuleGlobalHooks) ... skip: https://github.com/pytorch/torchdynamo/issues/847 (0.001s) 2022-09-27T15:36:02.8905762Z test_module_forward_forward_hook_removable (__main__.TestModuleGlobalHooks) 2022-09-27T15:36:02.8910726Z This test is to test when multiple forward hook functions can be registered ... skip: TorchDynamo does not work well with hooks (0.001s) 2022-09-27T15:36:02.8924761Z test_module_forward_preforward_hook_removable (__main__.TestModuleGlobalHooks) 2022-09-27T15:36:02.8929629Z This test is to test when multiple pre-forward hook functions can be ... skip: TorchDynamo does not work well with hooks (0.001s) 2022-09-27T15:36:02.8946880Z test_module_global_forward_preforward_hook_writeable (__main__.TestModuleGlobalHooks) ... skip: TorchDynamo does not work well with hooks (0.001s) 2022-09-27T15:36:02.9253106Z test_module_global_hook_invalid_outputs (__main__.TestModuleGlobalHooks) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1113: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-09-27T15:36:02.9253867Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-09-27T15:36:02.9273644Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1113: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-09-27T15:36:02.9274290Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-09-27T15:36:02.9342123Z ok (0.039s) 2022-09-27T15:36:02.9383646Z test_module_global_hooks (__main__.TestModuleGlobalHooks) ... skip: TorchDynamo does not work well with hooks (0.004s) 2022-09-27T15:36:03.0907158Z test_AdaptiveAvgPool1d (__main__.TestNN) ... ok (0.151s) 2022-09-27T15:36:03.1200172Z test_AdaptiveAvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.029s) 2022-09-27T15:36:03.2323861Z test_AdaptiveAvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.112s) 2022-09-27T15:36:03.2339865Z test_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.2442917Z test_AdaptiveAvgPool1d_one_output (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:03.2459732Z test_AdaptiveAvgPool1d_one_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.2892580Z test_AdaptiveAvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.042s) 2022-09-27T15:36:03.2908697Z test_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.2999406Z test_AdaptiveAvgPool2d_single (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:03.3090888Z test_AdaptiveAvgPool2d_single_1x1output (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:03.3107657Z test_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.3122528Z test_AdaptiveAvgPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.3215749Z test_AdaptiveAvgPool2d_tuple (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:03.3231055Z test_AdaptiveAvgPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.3320869Z test_AdaptiveAvgPool2d_tuple_none (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:03.3337881Z test_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.3429734Z test_AdaptiveAvgPool3d_last_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:03.3452643Z test_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.3562251Z test_AdaptiveAvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:03.3586916Z test_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.3700338Z test_AdaptiveAvgPool3d_single (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:03.3725499Z test_AdaptiveAvgPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.3847478Z test_AdaptiveAvgPool3d_tuple (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:03.3868886Z test_AdaptiveAvgPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.3994072Z test_AdaptiveAvgPool3d_tuple_none (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:03.4014852Z test_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.5777675Z test_AdaptiveLogSoftmax (__main__.TestNN) ... ok (0.175s) 2022-09-27T15:36:03.5794350Z test_AdaptiveLogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.5893846Z test_AdaptiveMaxPool1d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:03.5910722Z test_AdaptiveMaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.6005370Z test_AdaptiveMaxPool1d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:03.6023332Z test_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.6123120Z test_AdaptiveMaxPool2d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:03.6140051Z test_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.6233383Z test_AdaptiveMaxPool2d_single (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:03.6250935Z test_AdaptiveMaxPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.6343200Z test_AdaptiveMaxPool2d_tuple (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:03.6360273Z test_AdaptiveMaxPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.6453751Z test_AdaptiveMaxPool2d_tuple_none (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:03.6470834Z test_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.6575563Z test_AdaptiveMaxPool3d_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:03.6592507Z test_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.6703605Z test_AdaptiveMaxPool3d_single (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:03.6720527Z test_AdaptiveMaxPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.6828892Z test_AdaptiveMaxPool3d_single_nonatomic (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:03.6846876Z test_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.6959770Z test_AdaptiveMaxPool3d_tuple (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:03.6977774Z test_AdaptiveMaxPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.7090090Z test_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:03.7108114Z test_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.7223872Z test_AdaptiveMaxPool3d_tuple_none (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:03.7242298Z test_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.7340800Z test_AvgPool1d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:03.7358411Z test_AvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.7459153Z test_AvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:03.7477214Z test_AvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.7574815Z test_AvgPool1d_stride (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:03.7592330Z test_AvgPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.7690522Z test_AvgPool1d_stride_pad (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:03.7707929Z test_AvgPool1d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.7813097Z test_AvgPool2d (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:03.7831335Z test_AvgPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.7932585Z test_AvgPool2d_divisor (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:03.7950976Z test_AvgPool2d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.8050756Z test_AvgPool2d_divisor_stride (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:03.8069155Z test_AvgPool2d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.8169079Z test_AvgPool2d_divisor_stride_pad (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:03.8187917Z test_AvgPool2d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.8539997Z test_AvgPool2d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.034s) 2022-09-27T15:36:03.8556746Z test_AvgPool2d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.8672437Z test_AvgPool2d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:03.8687667Z test_AvgPool2d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.8708803Z test_AvgPool2d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:36:03.8721088Z test_AvgPool2d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.8811564Z test_AvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:03.8827365Z test_AvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.8923350Z test_AvgPool2d_stride (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:03.8940732Z test_AvgPool2d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.9078295Z test_AvgPool2d_stride_pad (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:03.9095790Z test_AvgPool2d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.9195830Z test_AvgPool3d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:03.9213509Z test_AvgPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.9311043Z test_AvgPool3d_divisor (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:03.9329339Z test_AvgPool3d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.9430835Z test_AvgPool3d_divisor_stride (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:03.9534803Z test_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:03.9553170Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.9876288Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor (__main__.TestNN) ... ok (0.032s) 2022-09-27T15:36:03.9891492Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:03.9905068Z test_AvgPool3d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.0004634Z test_AvgPool3d_divisor_stride_pad (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:04.0021308Z test_AvgPool3d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.0123013Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:04.0140715Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.0469314Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor (__main__.TestNN) ... ok (0.032s) 2022-09-27T15:36:04.0485002Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.0585939Z test_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:04.0602678Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.0927393Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor (__main__.TestNN) ... ok (0.032s) 2022-09-27T15:36:04.0942602Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.1042142Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:04.1058880Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.1196736Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:04.1211951Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.1336127Z test_AvgPool3d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:04.1350620Z test_AvgPool3d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.1465109Z test_AvgPool3d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:04.1479933Z test_AvgPool3d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.1502422Z test_AvgPool3d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:36:04.1516054Z test_AvgPool3d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.1607031Z test_AvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:04.1623972Z test_AvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.1725135Z test_AvgPool3d_stride (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:04.1822726Z test_AvgPool3d_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:04.1840970Z test_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.1856521Z test_AvgPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.1955393Z test_AvgPool3d_stride_pad (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:04.1972160Z test_AvgPool3d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.2069311Z test_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:04.2084627Z test_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.2182254Z test_AvgPool3d_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:04.2197977Z test_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.2292929Z test_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:04.2309239Z test_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.2579363Z test_BCELoss (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:36:04.2626847Z test_BCELoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.004s) 2022-09-27T15:36:04.2668588Z test_BCELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.004s) 2022-09-27T15:36:04.2711694Z test_BCELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.004s) 2022-09-27T15:36:04.2752564Z test_BCELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-09-27T15:36:04.3005451Z test_BCELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.025s) 2022-09-27T15:36:04.3020075Z test_BCELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.3033422Z test_BCELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.3045742Z test_BCELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.3095201Z test_BCELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:04.3107239Z test_BCELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.3118994Z test_BCELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.3130234Z test_BCELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.3177992Z test_BCELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:04.3190411Z test_BCELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.3202720Z test_BCELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.3214788Z test_BCELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.3310444Z test_BCELoss_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:04.3327665Z test_BCELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.3387337Z test_BCELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:04.3402711Z test_BCELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.3666032Z test_BCELoss_scalar_weights (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:36:04.3681554Z test_BCELoss_scalar_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.3694631Z test_BCELoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.3708333Z test_BCELoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.3720345Z test_BCELoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.3984133Z test_BCELoss_weights (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:36:04.3999290Z test_BCELoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.4012561Z test_BCELoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.4025144Z test_BCELoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.4036961Z test_BCELoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.4156236Z test_BCELoss_weights_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:04.4213305Z test_BCELoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.4213890Z test_BCELoss_weights_no_reduce_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:04.4229799Z test_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.4297296Z test_BCEWithLogitsLoss (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:04.4314014Z test_BCEWithLogitsLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.4328108Z test_BCEWithLogitsLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.4341922Z test_BCEWithLogitsLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.4360472Z test_BCEWithLogitsLoss_legacy_enum (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-09-27T15:36:04.4361409Z warnings.warn(warning.format(ret)) 2022-09-27T15:36:04.4417584Z /opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-09-27T15:36:04.4418182Z warnings.warn(warning.format(ret)) 2022-09-27T15:36:04.4436678Z ok (0.009s) 2022-09-27T15:36:04.4454387Z test_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.4730200Z test_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.027s) 2022-09-27T15:36:04.4744324Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.4756969Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.4768984Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.4821864Z test_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:04.4834940Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.4846902Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.4858513Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.4909986Z test_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:04.4923548Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.4936387Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.4948125Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.5079233Z test_BCEWithLogitsLoss_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:04.5095595Z test_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.5135746Z test_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:36:04.5151129Z test_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.5208565Z test_BCEWithLogitsLoss_scalar_weights (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:04.5223798Z test_BCEWithLogitsLoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.5237720Z test_BCEWithLogitsLoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.5251475Z test_BCEWithLogitsLoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.5320626Z test_BCEWithLogitsLoss_weights (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:04.5334286Z test_BCEWithLogitsLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.5346872Z test_BCEWithLogitsLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.5359262Z test_BCEWithLogitsLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.5540558Z test_BatchNorm1d_3d_input (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:36:04.5557422Z test_BatchNorm1d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.5727983Z test_BatchNorm1d_3d_input_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:36:04.5744919Z test_BatchNorm1d_3d_input_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.5853966Z test_BatchNorm1d_3d_input_not_affine (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:04.5870031Z test_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.5967812Z test_BatchNorm1d_3d_input_not_affine_eval (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:04.5984384Z test_BatchNorm1d_3d_input_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.6165582Z test_BatchNorm1d_affine (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:36:04.6182891Z test_BatchNorm1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.6353961Z test_BatchNorm1d_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:36:04.6371253Z test_BatchNorm1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.6556829Z test_BatchNorm1d_affine_simple_average (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:36:04.6574968Z test_BatchNorm1d_affine_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.6743680Z test_BatchNorm1d_affine_simple_average_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:36:04.6762120Z test_BatchNorm1d_affine_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.6874080Z test_BatchNorm1d_not_affine (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:04.6891753Z test_BatchNorm1d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.6992533Z test_BatchNorm1d_not_affine_eval (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:04.7010353Z test_BatchNorm1d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.7185179Z test_BatchNorm1d_not_tracking_stats (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:36:04.7203928Z test_BatchNorm1d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.7380624Z test_BatchNorm1d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:36:04.7400024Z test_BatchNorm1d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.7489111Z test_BatchNorm1d_zero_batch (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:04.7506543Z test_BatchNorm1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.7639556Z test_BatchNorm1d_zero_batch_eval (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:04.7640214Z test_BatchNorm1d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.7839445Z test_BatchNorm2d (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:36:04.8057367Z test_BatchNorm2d_2d_simple_average (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:36:04.8076927Z test_BatchNorm2d_2d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.8270095Z test_BatchNorm2d_2d_simple_average_eval (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:36:04.8288533Z test_BatchNorm2d_2d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.8304306Z test_BatchNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.8494703Z test_BatchNorm2d_eval (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:36:04.8512670Z test_BatchNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.8730194Z test_BatchNorm2d_momentum (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:36:04.8749990Z test_BatchNorm2d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.8939642Z test_BatchNorm2d_momentum_eval (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:36:04.8957726Z test_BatchNorm2d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.9083933Z test_BatchNorm2d_not_affine (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:04.9102104Z test_BatchNorm2d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.9214758Z test_BatchNorm2d_not_affine_eval (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:04.9232393Z test_BatchNorm2d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.9438859Z test_BatchNorm2d_not_tracking_stats (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:36:04.9456259Z test_BatchNorm2d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.9665155Z test_BatchNorm2d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:36:04.9683300Z test_BatchNorm2d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.9773962Z test_BatchNorm2d_zero_batch (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:04.9791407Z test_BatchNorm2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:04.9879699Z test_BatchNorm2d_zero_batch_eval (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:04.9896893Z test_BatchNorm2d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.0114571Z test_BatchNorm3d (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:36:05.0338314Z test_BatchNorm3d_3d_simple_average (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:36:05.0356347Z test_BatchNorm3d_3d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.0551028Z test_BatchNorm3d_3d_simple_average_eval (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:36:05.0569195Z test_BatchNorm3d_3d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.0584377Z test_BatchNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.0781530Z test_BatchNorm3d_eval (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:36:05.0799825Z test_BatchNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.1067312Z test_BatchNorm3d_momentum (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:36:05.1088145Z test_BatchNorm3d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.1329197Z test_BatchNorm3d_momentum_eval (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:36:05.1348387Z test_BatchNorm3d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.1503782Z test_BatchNorm3d_not_affine (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:36:05.1524072Z test_BatchNorm3d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.1659722Z test_BatchNorm3d_not_affine_eval (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:05.1679504Z test_BatchNorm3d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.1942201Z test_BatchNorm3d_not_tracking_stats (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:36:05.1962542Z test_BatchNorm3d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.2226774Z test_BatchNorm3d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:36:05.2247300Z test_BatchNorm3d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.2350266Z test_BatchNorm3d_zero_batch (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:05.2368511Z test_BatchNorm3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.2464634Z test_BatchNorm3d_zero_batch_eval (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:05.2483037Z test_BatchNorm3d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.2608190Z test_CELU (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:05.2626599Z test_CELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.2704841Z test_CELU_no_batch_dim (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:05.2722414Z test_CELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.2812252Z test_CELU_scalar (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:05.2830768Z test_CELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.3304328Z test_CTCLoss_2d_int_target_lengths_intlists (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _forward_criterion test_nn.py line 108 2022-09-27T15:36:05.3304861Z due to: 2022-09-27T15:36:05.3305171Z Traceback (most recent call last): 2022-09-27T15:36:05.3305885Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/functional.py", line 2625, in ctc_loss 2022-09-27T15:36:05.3306542Z log_probs, targets, input_lengths, target_lengths, blank, _Reduction.get_enum(reduction), zero_infinity 2022-09-27T15:36:05.3307648Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:36:05.3308137Z 2022-09-27T15:36:05.3308374Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:05.3308655Z 2022-09-27T15:36:05.3308819Z Traceback (most recent call last): 2022-09-27T15:36:05.3309297Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:05.3309749Z raise TorchRuntimeError() from e 2022-09-27T15:36:05.3310145Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:05.3310718Z 2022-09-27T15:36:05.3310839Z from user code: 2022-09-27T15:36:05.3311194Z File "test_nn.py", line 115, in _forward_criterion 2022-09-27T15:36:05.3311595Z output = criterion(input, target, *extra_args) 2022-09-27T15:36:05.3311832Z 2022-09-27T15:36:05.3312059Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:05.3312441Z ========== 2022-09-27T15:36:05.3434076Z ok (0.060s) 2022-09-27T15:36:05.3456300Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.3473723Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.3620561Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:36:05.3640620Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.3658432Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.3773693Z test_CTCLoss_2d_int_target_lengths_tensors (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:05.3788613Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.3802085Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.3910185Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:05.3925528Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.3938985Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.4047613Z test_CTCLoss_2d_lengths_tensors (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:05.4063491Z test_CTCLoss_2d_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.4076901Z test_CTCLoss_2d_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.4188770Z test_CTCLoss_2d_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:05.4205146Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.4219159Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.4236724Z test_CTCLoss_critical_target_len (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:36:05.4436132Z test_CTCLoss_lengthchecks_cpu (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:36:05.4451402Z test_CTCLoss_lengthchecks_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:36:05.4564704Z test_CTCLoss_lengths_intlists (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:05.4580512Z test_CTCLoss_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.4595253Z test_CTCLoss_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.4710005Z test_CTCLoss_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:05.4726029Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.4739174Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.4848037Z test_CTCLoss_lengths_tensors (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:05.4862412Z test_CTCLoss_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.4875429Z test_CTCLoss_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.4984990Z test_CTCLoss_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:05.4999936Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.5012571Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.5030099Z test_CTCLoss_long_targets (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:36:05.5138189Z test_CTCLoss_typechecks (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_CTCLoss_typechecks test_nn.py line 6877 2022-09-27T15:36:05.5138710Z due to: 2022-09-27T15:36:05.5139050Z Traceback (most recent call last): 2022-09-27T15:36:05.5139540Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:36:05.5140035Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:36:05.5140782Z TypeError: randint() received an invalid combination of arguments - got (int, int, tuple, dtype=torch.dtype), but expected one of: 2022-09-27T15:36:05.5141591Z * (int high, tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:36:05.5142389Z * (int high, tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:36:05.5143192Z * (int low, int high, tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:36:05.5144017Z * (int low, int high, tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:36:05.5144425Z 2022-09-27T15:36:05.5144431Z 2022-09-27T15:36:05.5144549Z from user code: 2022-09-27T15:36:05.5144922Z File "test_nn.py", line 6880, in test_CTCLoss_typechecks 2022-09-27T15:36:05.5145375Z targets = torch.randint(1, 15, (sum(target_lengths),), dtype=torch.int) 2022-09-27T15:36:05.5145654Z 2022-09-27T15:36:05.5145881Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:05.5146250Z ========== 2022-09-27T15:36:05.5191941Z ok (0.016s) 2022-09-27T15:36:05.5215513Z test_CTCLoss_zero_infinity (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-09-27T15:36:05.5306952Z test_ConstantPad1d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:05.5438505Z test_ConstantPad1d_batch (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:05.5456004Z test_ConstantPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.5637642Z test_ConstantPad1d_complex (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:36:05.5655028Z test_ConstantPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.5669618Z test_ConstantPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.5785760Z test_ConstantPad2d (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:05.5942669Z test_ConstantPad2d_complex (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:36:05.5960558Z test_ConstantPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.5975780Z test_ConstantPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.6082418Z test_ConstantPad2d_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:05.6098887Z test_ConstantPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.6209251Z test_ConstantPad3d (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:05.6389740Z test_ConstantPad3d_complex (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:36:05.6406713Z test_ConstantPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.6421361Z test_ConstantPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.6530480Z test_ConstantPad3d_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:05.6547285Z test_ConstantPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.6760664Z test_Conv1d (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:36:05.7016519Z test_Conv1d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.025s) 2022-09-27T15:36:05.7035255Z test_Conv1d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.7050725Z test_Conv1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.7267492Z test_Conv1d_dilated (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:36:05.7286128Z test_Conv1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.7830892Z test_Conv1d_groups (__main__.TestNN) ... ok (0.054s) 2022-09-27T15:36:05.7849201Z test_Conv1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.8056085Z test_Conv1d_module_same_padding (__main__.TestNN) ... /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:894.) 2022-09-27T15:36:05.8057165Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:36:05.9034671Z ok (0.118s) 2022-09-27T15:36:05.9249560Z test_Conv1d_pad1 (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:36:05.9267618Z test_Conv1d_pad1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.9457853Z test_Conv1d_pad1size1 (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:36:05.9475518Z test_Conv1d_pad1size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.9693746Z test_Conv1d_pad2 (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:36:05.9712069Z test_Conv1d_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:05.9897616Z test_Conv1d_pad2size1 (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:36:05.9916036Z test_Conv1d_pad2size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:06.0127620Z test_Conv1d_pad_same (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:36:06.0355865Z test_Conv1d_pad_same2 (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:36:06.0374233Z test_Conv1d_pad_same2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:06.0389413Z test_Conv1d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:06.0613232Z test_Conv1d_pad_same_dilated (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:36:06.0631811Z test_Conv1d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:06.0840998Z test_Conv1d_pad_valid (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:36:06.0859269Z test_Conv1d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:06.1061552Z test_Conv1d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:36:06.1079577Z test_Conv1d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:06.1287019Z test_Conv1d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:36:06.1305205Z test_Conv1d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:06.1516077Z test_Conv1d_stride (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:36:06.1534258Z test_Conv1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:06.1689458Z test_Conv1d_zero_batch (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:36:06.1707373Z test_Conv1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:06.1901957Z test_Conv1d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:36:06.1920450Z test_Conv1d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:06.2140759Z test_Conv2d (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:36:06.2320668Z test_Conv2d_1x1 (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 6390 2022-09-27T15:36:06.2321167Z due to: 2022-09-27T15:36:06.2322416Z Traceback (most recent call last): 2022-09-27T15:36:06.2325194Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:36:06.2326009Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:36:06.2326842Z AssertionError: torch.* op returned non-Tensor _GeneratorContextManager call_function 2022-09-27T15:36:06.2327221Z 2022-09-27T15:36:06.2327325Z from user code: 2022-09-27T15:36:06.2327706Z File "test_nn.py", line 6393, in 2022-09-27T15:36:06.2328182Z with torch.backends.mkldnn.flags(enabled=enabled): 2022-09-27T15:36:06.2328450Z 2022-09-27T15:36:06.2328672Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:06.2329028Z ========== 2022-09-27T15:36:06.2358825Z ok (0.021s) 2022-09-27T15:36:06.2583332Z test_Conv2d_OneDNN (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_Conv2d_OneDNN test_nn.py line 6396 2022-09-27T15:36:06.2583801Z due to: 2022-09-27T15:36:06.2584136Z Traceback (most recent call last): 2022-09-27T15:36:06.2584603Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:36:06.2585435Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:36:06.2586319Z AssertionError: torch.* op returned non-Tensor _GeneratorContextManager call_function 2022-09-27T15:36:06.2586728Z 2022-09-27T15:36:06.2586852Z from user code: 2022-09-27T15:36:06.2587230Z File "test_nn.py", line 6420, in test_Conv2d_OneDNN 2022-09-27T15:36:06.2587683Z with torch.backends.mkldnn.flags(enabled=False): 2022-09-27T15:36:06.2587966Z 2022-09-27T15:36:06.2588194Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:06.2588527Z ========== 2022-09-27T15:36:06.4590432Z ok (0.222s) 2022-09-27T15:36:06.5060649Z test_Conv2d_backward_twice (__main__.TestNN) ... ok (0.046s) 2022-09-27T15:36:06.5376072Z test_Conv2d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.031s) 2022-09-27T15:36:06.5392920Z test_Conv2d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:06.5409584Z test_Conv2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:06.5667233Z test_Conv2d_depthwise (__main__.TestNN) ... ok (0.025s) 2022-09-27T15:36:06.5685549Z test_Conv2d_depthwise_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:06.5936758Z test_Conv2d_depthwise_dilated (__main__.TestNN) ... ok (0.024s) 2022-09-27T15:36:06.5955363Z test_Conv2d_depthwise_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:06.6230665Z test_Conv2d_depthwise_padded (__main__.TestNN) ... ok (0.027s) 2022-09-27T15:36:06.6249162Z test_Conv2d_depthwise_padded_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:06.6495786Z test_Conv2d_depthwise_strided (__main__.TestNN) ... ok (0.024s) 2022-09-27T15:36:06.6514245Z test_Conv2d_depthwise_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:06.6786040Z test_Conv2d_depthwise_with_multiplier (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:36:06.6804000Z test_Conv2d_depthwise_with_multiplier_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:06.7018033Z test_Conv2d_dilated (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:36:06.7035840Z test_Conv2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:06.7539995Z test_Conv2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.050s) 2022-09-27T15:36:06.7555906Z test_Conv2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:06.7791285Z test_Conv2d_groups (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:36:06.7808642Z test_Conv2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:06.8012996Z test_Conv2d_groups_nobias (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:36:06.8192504Z test_Conv2d_groups_nobias_v2 (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:36:06.8427285Z test_Conv2d_groups_thnn (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:36:06.8445699Z test_Conv2d_groups_thnn_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:06.8970715Z test_Conv2d_groups_thnn_with_long_tensor (__main__.TestNN) ... ok (0.052s) 2022-09-27T15:36:06.8984910Z test_Conv2d_groups_thnn_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:06.9012351Z test_Conv2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:36:06.9026181Z test_Conv2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:06.9396509Z test_Conv2d_inconsistent_types (__main__.TestNN) ... ok (0.036s) 2022-09-27T15:36:06.9413850Z test_Conv2d_inconsistent_types_on_GPU_with_cudnn (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:36:06.9429163Z test_Conv2d_inconsistent_types_on_GPU_without_cudnn (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:36:06.9664562Z test_Conv2d_missing_argument (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 6457 2022-09-27T15:36:06.9665104Z due to: 2022-09-27T15:36:06.9665416Z Traceback (most recent call last): 2022-09-27T15:36:06.9665932Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:36:06.9666388Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:36:06.9667215Z TypeError: conv2d() received an invalid combination of arguments - got (NoneType, FakeTensor, FakeTensor, tuple, tuple, tuple, int), but expected one of: 2022-09-27T15:36:06.9667966Z * (Tensor input, Tensor weight, Tensor bias, tuple of ints stride, tuple of ints padding, tuple of ints dilation, int groups) 2022-09-27T15:36:06.9668960Z didn't match because some of the arguments have invalid types: (NoneType, FakeTensor, FakeTensor, tuple, tuple, tuple, int) 2022-09-27T15:36:06.9669616Z * (Tensor input, Tensor weight, Tensor bias, tuple of ints stride, str padding, tuple of ints dilation, int groups) 2022-09-27T15:36:06.9670686Z didn't match because some of the arguments have invalid types: (NoneType, FakeTensor, FakeTensor, tuple, tuple, tuple, int) 2022-09-27T15:36:06.9671056Z 2022-09-27T15:36:06.9671063Z 2022-09-27T15:36:06.9671176Z from user code: 2022-09-27T15:36:06.9671479Z File "test_nn.py", line 6457, in 2022-09-27T15:36:06.9671824Z self.assertRaises(TypeError, lambda: c(None)) 2022-09-27T15:36:06.9672047Z 2022-09-27T15:36:06.9672251Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:06.9672607Z ========== 2022-09-27T15:36:06.9673076Z ok (0.024s) 2022-09-27T15:36:07.1008960Z test_Conv2d_module_same_padding (__main__.TestNN) ... ok (0.133s) 2022-09-27T15:36:07.1181686Z test_Conv2d_no_bias (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:36:07.1199401Z test_Conv2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:07.1589747Z test_Conv2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.038s) 2022-09-27T15:36:07.1604644Z test_Conv2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:07.1831717Z test_Conv2d_pad_same (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:36:07.1849805Z test_Conv2d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:07.2079446Z test_Conv2d_pad_same_dilated (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:36:07.2097921Z test_Conv2d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:07.2315331Z test_Conv2d_pad_valid (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:36:07.2333890Z test_Conv2d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:07.2557035Z test_Conv2d_padding (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:36:07.2575725Z test_Conv2d_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:07.3054514Z test_Conv2d_padding_with_long_tensor (__main__.TestNN) ... ok (0.047s) 2022-09-27T15:36:07.3068854Z test_Conv2d_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:07.3287404Z test_Conv2d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:36:07.3305174Z test_Conv2d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:07.3531037Z test_Conv2d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:36:07.3548882Z test_Conv2d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:07.3765166Z test_Conv2d_strided (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:36:07.3783651Z test_Conv2d_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:07.3812894Z test_Conv2d_strided_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:36:07.3828784Z test_Conv2d_strided_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:07.3924847Z test_Conv2d_with_long_tensor (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:07.3939325Z test_Conv2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:07.4089728Z test_Conv2d_zero_batch (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:36:07.4107141Z test_Conv2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:07.4136580Z test_Conv2d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:36:07.4152072Z test_Conv2d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:07.4363570Z test_Conv2d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:36:07.4380418Z test_Conv2d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:07.4597468Z test_Conv3d (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:36:07.4758858Z test_Conv3d_1x1x1_no_bias (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:36:07.4777225Z test_Conv3d_1x1x1_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:07.4947089Z test_Conv3d_1x1x1_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:36:07.4962169Z test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:07.5359308Z test_Conv3d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.039s) 2022-09-27T15:36:07.5377267Z test_Conv3d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:07.5392570Z test_Conv3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:07.5710448Z test_Conv3d_dilated (__main__.TestNN) ... ok (0.031s) 2022-09-27T15:36:07.5728638Z test_Conv3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:07.5969935Z test_Conv3d_dilated_strided (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:36:07.5987797Z test_Conv3d_dilated_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:07.6212749Z test_Conv3d_groups (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:36:07.6231413Z test_Conv3d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:07.9061259Z test_Conv3d_groups_nobias (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 6663 2022-09-27T15:36:07.9061850Z due to: 2022-09-27T15:36:07.9062160Z Traceback (most recent call last): 2022-09-27T15:36:07.9062719Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 67, in visit 2022-09-27T15:36:07.9063142Z return n.meta["example_value"] 2022-09-27T15:36:07.9063593Z KeyError: 'example_value' 2022-09-27T15:36:07.9063817Z 2022-09-27T15:36:07.9063942Z from user code: 2022-09-27T15:36:07.9064385Z File "test_nn.py", line 6667, in 2022-09-27T15:36:07.9064869Z torch.cat([i1.grad.data, i2.grad.data], 1), 2022-09-27T15:36:07.9065104Z 2022-09-27T15:36:07.9065352Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:07.9065748Z ========== 2022-09-27T15:36:07.9075228Z ok (0.284s) 2022-09-27T15:36:08.4182258Z test_Conv3d_groups_wbias (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 6693 2022-09-27T15:36:08.4182823Z due to: 2022-09-27T15:36:08.4183157Z Traceback (most recent call last): 2022-09-27T15:36:08.4183642Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 67, in visit 2022-09-27T15:36:08.4184092Z return n.meta["example_value"] 2022-09-27T15:36:08.4184485Z KeyError: 'example_value' 2022-09-27T15:36:08.4184686Z 2022-09-27T15:36:08.4184800Z from user code: 2022-09-27T15:36:08.4185183Z File "test_nn.py", line 6697, in 2022-09-27T15:36:08.4185630Z torch.cat([i1.grad.data, i2.grad.data], 1), 2022-09-27T15:36:08.4185857Z 2022-09-27T15:36:08.4186077Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:08.4186430Z ========== 2022-09-27T15:36:08.4199368Z ok (0.512s) 2022-09-27T15:36:08.4231140Z test_Conv3d_groups_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:36:08.4249448Z test_Conv3d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.5798465Z test_Conv3d_module_same_padding (__main__.TestNN) ... ok (0.154s) 2022-09-27T15:36:08.6036283Z test_Conv3d_no_bias (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:36:08.6036800Z test_Conv3d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.6037637Z test_Conv3d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:36:08.6038224Z test_Conv3d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.6338632Z test_Conv3d_pad_same (__main__.TestNN) ... ok (0.030s) 2022-09-27T15:36:08.6356381Z test_Conv3d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.6661024Z test_Conv3d_pad_same_dilated (__main__.TestNN) ... ok (0.030s) 2022-09-27T15:36:08.6679534Z test_Conv3d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.6937989Z test_Conv3d_pad_valid (__main__.TestNN) ... ok (0.025s) 2022-09-27T15:36:08.6955640Z test_Conv3d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.7209881Z test_Conv3d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.025s) 2022-09-27T15:36:08.7227442Z test_Conv3d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.7454988Z test_Conv3d_stride (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:36:08.7473567Z test_Conv3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.7703049Z test_Conv3d_stride_padding (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:36:08.7720904Z test_Conv3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.7748293Z test_Conv3d_stride_padding_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:36:08.7763590Z test_Conv3d_stride_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.7788149Z test_Conv3d_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:36:08.7802559Z test_Conv3d_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.7825494Z test_Conv3d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:36:08.7839838Z test_Conv3d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.7998159Z test_Conv3d_zero_batch (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:36:08.8015389Z test_Conv3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.8040077Z test_Conv3d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:36:08.8054847Z test_Conv3d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.8286848Z test_Conv3d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:36:08.8305205Z test_Conv3d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.8505271Z test_ConvTranspose1d (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:36:08.8523735Z test_ConvTranspose1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.8720030Z test_ConvTranspose1d_dilated (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:36:08.8738461Z test_ConvTranspose1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.8982175Z test_ConvTranspose1d_groups (__main__.TestNN) ... ok (0.024s) 2022-09-27T15:36:08.9000470Z test_ConvTranspose1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.9161989Z test_ConvTranspose1d_no_bias (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:36:08.9180772Z test_ConvTranspose1d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.9408173Z test_ConvTranspose2d (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:36:08.9426850Z test_ConvTranspose2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.9609396Z test_ConvTranspose2d_dilated (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:36:08.9627999Z test_ConvTranspose2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.9654839Z test_ConvTranspose2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:36:08.9670355Z test_ConvTranspose2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.9886400Z test_ConvTranspose2d_groups (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:36:08.9904739Z test_ConvTranspose2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.9932647Z test_ConvTranspose2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:36:08.9948033Z test_ConvTranspose2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:08.9962793Z test_ConvTranspose2d_half_cublas_gemm (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:36:09.0139193Z test_ConvTranspose2d_no_bias (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:36:09.0157623Z test_ConvTranspose2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:09.0183776Z test_ConvTranspose2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:36:09.0199080Z test_ConvTranspose2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:09.2142718Z test_ConvTranspose2d_output_size (__main__.TestNN) ... ok (0.194s) 2022-09-27T15:36:12.1694728Z test_ConvTranspose2d_output_size_downsample_upsample (__main__.TestNN) ... ok (2.954s) 2022-09-27T15:36:12.1720669Z test_ConvTranspose2d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:36:12.1735112Z test_ConvTranspose2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.1956967Z test_ConvTranspose3d (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:36:12.2389972Z test_ConvTranspose3d_correct_output_size (__main__.TestNN) ... ok (0.044s) 2022-09-27T15:36:12.2405658Z test_ConvTranspose3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.2622815Z test_ConvTranspose3d_dilated (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:36:12.2639931Z test_ConvTranspose3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.2848845Z test_CosineEmbeddingLoss (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:36:12.2865157Z test_CosineEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.2878395Z test_CosineEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.2890095Z test_CosineEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.3072602Z test_CosineEmbeddingLoss_margin (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:36:12.3087157Z test_CosineEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.3099324Z test_CosineEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.3111416Z test_CosineEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.3289161Z test_CosineEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:36:12.3304155Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.3316978Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.3328855Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.3468780Z test_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:12.3482449Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.3494703Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.3505599Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.3641264Z test_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:12.3653995Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.3665447Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.3676592Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.3813855Z test_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:12.3826068Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.3837453Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.3847853Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4018289Z test_CosineEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:36:12.4030876Z test_CosineEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4042313Z test_CosineEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4053150Z test_CosineEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4104924Z test_CrossEntropyLoss (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:12.4159817Z test_CrossEntropyLoss_2d (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:12.4171441Z test_CrossEntropyLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4182369Z test_CrossEntropyLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4193602Z test_CrossEntropyLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4247249Z test_CrossEntropyLoss_2d_ignore_index (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:12.4258320Z test_CrossEntropyLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4269449Z test_CrossEntropyLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4280869Z test_CrossEntropyLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4366619Z test_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:12.4378345Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4389725Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4400560Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4483296Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:12.4495963Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4508019Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4519427Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4591654Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:12.4603563Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4615263Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4626145Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4708683Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:12.4721206Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4733054Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4743856Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4797597Z test_CrossEntropyLoss_2d_prob_target (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:12.4809046Z test_CrossEntropyLoss_2d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4820132Z test_CrossEntropyLoss_2d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4831139Z test_CrossEntropyLoss_2d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4889193Z test_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:12.4900992Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4912077Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4923037Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4974018Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:12.4986140Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.4997819Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5009224Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5064733Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:12.5076382Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5087478Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5098580Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5148947Z test_CrossEntropyLoss_2d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:12.5160597Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5171807Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5182569Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5237877Z test_CrossEntropyLoss_2d_prob_target_weights (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:12.5250177Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5262532Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5274334Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5330456Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:12.5342172Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5354208Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5365412Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5421948Z test_CrossEntropyLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:12.5434280Z test_CrossEntropyLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5446107Z test_CrossEntropyLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5456868Z test_CrossEntropyLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5513165Z test_CrossEntropyLoss_2d_weights (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:12.5524660Z test_CrossEntropyLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5536388Z test_CrossEntropyLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5547719Z test_CrossEntropyLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5631622Z test_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:12.5644539Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5656470Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5667732Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5749465Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:12.5760863Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5772100Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5782921Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5858105Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:12.5869475Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5880647Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5891546Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5963157Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:12.5975650Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5987786Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.5999511Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6059803Z test_CrossEntropyLoss_3d_prob_target (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:12.6074639Z test_CrossEntropyLoss_3d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6085691Z test_CrossEntropyLoss_3d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6096813Z test_CrossEntropyLoss_3d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6158375Z test_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:12.6170084Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6181985Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6192956Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6251046Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:12.6262556Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6274046Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6284900Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6343906Z test_CrossEntropyLoss_3d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:12.6355926Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6367244Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6378112Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6439323Z test_CrossEntropyLoss_3d_prob_target_weights (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:12.6450655Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6462444Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6473486Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6530832Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:12.6542291Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6553731Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6564645Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6624636Z test_CrossEntropyLoss_4d_prob_target (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:12.6636175Z test_CrossEntropyLoss_4d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6647336Z test_CrossEntropyLoss_4d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6658266Z test_CrossEntropyLoss_4d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6715500Z test_CrossEntropyLoss_4d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:12.6727538Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6739303Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6750784Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6817192Z test_CrossEntropyLoss_4d_prob_target_weights (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:12.6829571Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6841477Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6853063Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6911026Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:12.6922896Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6933606Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6945078Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6955948Z test_CrossEntropyLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6966627Z test_CrossEntropyLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.6977596Z test_CrossEntropyLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.7031177Z test_CrossEntropyLoss_dim_is_3 (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:12.7042619Z test_CrossEntropyLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.7053920Z test_CrossEntropyLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.7065157Z test_CrossEntropyLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.7117852Z test_CrossEntropyLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:12.7129077Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.7140299Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.7151433Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.7215189Z test_CrossEntropyLoss_higher_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:12.7226386Z test_CrossEntropyLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.7237984Z test_CrossEntropyLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.7249553Z test_CrossEntropyLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.7312645Z test_CrossEntropyLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:12.7324707Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.7336366Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.7347782Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.7397883Z test_CrossEntropyLoss_weights (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:12.7410094Z test_CrossEntropyLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.7421812Z test_CrossEntropyLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.7433215Z test_CrossEntropyLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.7555953Z test_CrossMapLRN2d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:12.7556450Z test_CrossMapLRN2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.7677128Z test_ELU (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:12.7677776Z test_ELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.7774186Z test_ELU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:12.7789479Z test_ELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.7855446Z test_ELU_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:12.7870070Z test_ELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.7955782Z test_Embedding (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:12.8092695Z test_EmbeddingBag_discontiguous (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:12.8106123Z test_EmbeddingBag_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.8235982Z test_EmbeddingBag_max (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:12.8248937Z test_EmbeddingBag_max_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.8320172Z test_EmbeddingBag_max_padding_idx (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:12.8332836Z test_EmbeddingBag_max_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.8403250Z test_EmbeddingBag_mean (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:12.8416056Z test_EmbeddingBag_mean_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.8485394Z test_EmbeddingBag_mean_padding_idx (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:12.8497686Z test_EmbeddingBag_mean_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.8594951Z test_EmbeddingBag_sparse (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:12.8608623Z test_EmbeddingBag_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.8677594Z test_EmbeddingBag_sum (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:12.8691072Z test_EmbeddingBag_sum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.8760746Z test_EmbeddingBag_sum_padding_idx (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:12.8773712Z test_EmbeddingBag_sum_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.8785892Z test_Embedding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.8904461Z test_Embedding_discontiguous (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:12.8918335Z test_Embedding_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.9001928Z test_Embedding_sparse (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:12.9015353Z test_Embedding_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.9098360Z test_Flatten (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:12.9111177Z test_Flatten_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.9235810Z test_Flatten_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:12.9236359Z test_Flatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.9292526Z test_Fold (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:12.9306849Z test_Fold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.9381961Z test_Fold_int_input (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:12.9395673Z test_Fold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.9475975Z test_Fold_no_batch_dim_input (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:12.9489104Z test_Fold_no_batch_dim_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.9555768Z test_Fold_no_batch_dim_int_input (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:12.9568500Z test_Fold_no_batch_dim_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.9653530Z test_FractionalMaxPool2d_ratio (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:12.9666661Z test_FractionalMaxPool2d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.9796595Z test_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:12.9810811Z test_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.9898111Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:12.9911026Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:12.9996263Z test_FractionalMaxPool2d_ratio_return_indices (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:13.0009343Z test_FractionalMaxPool2d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.0093232Z test_FractionalMaxPool2d_size (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:13.0106758Z test_FractionalMaxPool2d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.0236411Z test_FractionalMaxPool2d_size_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:13.0249993Z test_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.0354332Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:13.0368535Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.0496289Z test_FractionalMaxPool3d_asymsize (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:13.0512715Z test_FractionalMaxPool3d_asymsize_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.0614061Z test_FractionalMaxPool3d_ratio (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:13.0629764Z test_FractionalMaxPool3d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.0734597Z test_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:13.0750332Z test_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.0852792Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:13.0868306Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.0968423Z test_FractionalMaxPool3d_ratio_return_indices (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:13.0983570Z test_FractionalMaxPool3d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.1095982Z test_FractionalMaxPool3d_size (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:13.1110987Z test_FractionalMaxPool3d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.1226578Z test_FractionalMaxPool3d_size_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:13.1242895Z test_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.1354355Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:13.1369800Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.1468688Z test_GELU (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:13.1484688Z test_GELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.1547457Z test_GELU_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:13.1562628Z test_GELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.1623253Z test_GELU_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:13.1637639Z test_GELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.1723111Z test_GLU (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:13.1737689Z test_GLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.1832254Z test_GLU_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:13.1846407Z test_GLU_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.1908073Z test_GLU_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:13.1921527Z test_GLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.2147589Z test_GroupNorm_1d_affine (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:36:13.2365344Z test_GroupNorm_1d_affine_GN (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:36:13.2382700Z test_GroupNorm_1d_affine_GN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.2600720Z test_GroupNorm_1d_affine_GN_eval (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:36:13.2617826Z test_GroupNorm_1d_affine_GN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.2632412Z test_GroupNorm_1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.2858663Z test_GroupNorm_1d_affine_eval (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:36:13.2874827Z test_GroupNorm_1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.2889218Z test_GroupNorm_1d_affine_large_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.2902492Z test_GroupNorm_1d_affine_large_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.3024294Z test_GroupNorm_1d_no_affine_IN (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:13.3040752Z test_GroupNorm_1d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.3164963Z test_GroupNorm_1d_no_affine_IN_eval (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:13.3181622Z test_GroupNorm_1d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.3297920Z test_GroupNorm_1d_no_affine_LN (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:13.3313473Z test_GroupNorm_1d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.3426955Z test_GroupNorm_1d_no_affine_LN_eval (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:13.3442691Z test_GroupNorm_1d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.3668804Z test_GroupNorm_2d_affine (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:36:13.3685506Z test_GroupNorm_2d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.3911634Z test_GroupNorm_2d_affine_eval (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:36:13.3928476Z test_GroupNorm_2d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.3942749Z test_GroupNorm_2d_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.3956319Z test_GroupNorm_2d_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.4072680Z test_GroupNorm_2d_no_affine_IN (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:13.4089984Z test_GroupNorm_2d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.4207029Z test_GroupNorm_2d_no_affine_IN_eval (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:13.4222173Z test_GroupNorm_2d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.4338250Z test_GroupNorm_2d_no_affine_LN (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:13.4353664Z test_GroupNorm_2d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.4468909Z test_GroupNorm_2d_no_affine_LN_eval (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:13.4484637Z test_GroupNorm_2d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.4498688Z test_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.4512735Z test_GroupNorm_2d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.4605549Z test_Hardshrink (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:13.4609480Z test_Hardshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.4677705Z test_Hardshrink_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:13.4690924Z test_Hardshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.4757178Z test_Hardshrink_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:13.4770601Z test_Hardshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.4837720Z test_Hardsigmoid_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:13.4851646Z test_Hardsigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.4917322Z test_Hardswish_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:13.4931009Z test_Hardswish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5019178Z test_Hardtanh (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:13.5032624Z test_Hardtanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5090876Z test_Hardtanh_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:13.5104385Z test_Hardtanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5161670Z test_Hardtanh_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:13.5175854Z test_Hardtanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5242105Z test_HingeEmbeddingLoss (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:13.5256256Z test_HingeEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5268989Z test_HingeEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5281494Z test_HingeEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5339206Z test_HingeEmbeddingLoss_margin (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:13.5350793Z test_HingeEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5361442Z test_HingeEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5372498Z test_HingeEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5477303Z test_HingeEmbeddingLoss_margin_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:13.5492175Z test_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5556524Z test_HingeEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:13.5570126Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5582118Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5593523Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5648684Z test_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:13.5660284Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5670954Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5682056Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5734293Z test_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:13.5745878Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5756876Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5767762Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5819587Z test_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:13.5831641Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5843030Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5854162Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5914994Z test_HingeEmbeddingLoss_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:13.5929200Z test_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.5987654Z test_HingeEmbeddingLoss_scalar_margin (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:13.6001052Z test_HingeEmbeddingLoss_scalar_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6014077Z test_HingeEmbeddingLoss_scalar_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6026482Z test_HingeEmbeddingLoss_scalar_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6079496Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:13.6090742Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6101139Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6112553Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6167315Z test_HingeEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:13.6178413Z test_HingeEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6189916Z test_HingeEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6200881Z test_HingeEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6276312Z test_HuberLoss (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:13.6288726Z test_HuberLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6300193Z test_HuberLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6311189Z test_HuberLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6322179Z test_HuberLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6411104Z test_HuberLoss_delta (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:13.6425887Z test_HuberLoss_delta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6476330Z test_HuberLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:13.6489859Z test_HuberLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6502921Z test_HuberLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6515571Z test_HuberLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6564820Z test_HuberLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:13.6575151Z test_HuberLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6585483Z test_HuberLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6595910Z test_HuberLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6639731Z test_HuberLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:13.6650180Z test_HuberLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6660452Z test_HuberLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6670708Z test_HuberLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6744286Z test_HuberLoss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:13.6756239Z test_HuberLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6767704Z test_HuberLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6778723Z test_HuberLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6789446Z test_HuberLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.6898895Z test_InstanceNorm1d (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:13.6914149Z test_InstanceNorm1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.7031384Z test_InstanceNorm1d_eval (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:13.7048008Z test_InstanceNorm1d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.7167936Z test_InstanceNorm1d_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:13.7185919Z test_InstanceNorm1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.7304153Z test_InstanceNorm1d_no_batch_dim_eval (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:13.7320967Z test_InstanceNorm1d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.7456253Z test_InstanceNorm1d_tracking_stats (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:13.7473141Z test_InstanceNorm1d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.7596811Z test_InstanceNorm1d_tracking_stats_eval (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:13.7613550Z test_InstanceNorm1d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.7741751Z test_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:13.7759222Z test_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.7880861Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:13.7898878Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.8019996Z test_InstanceNorm2d (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:13.8037473Z test_InstanceNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.8158322Z test_InstanceNorm2d_eval (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:13.8178253Z test_InstanceNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.8299716Z test_InstanceNorm2d_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:13.8321411Z test_InstanceNorm2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.8447407Z test_InstanceNorm2d_no_batch_dim_eval (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:13.8467714Z test_InstanceNorm2d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.8606514Z test_InstanceNorm2d_tracking_stats (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:13.8624845Z test_InstanceNorm2d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.8746569Z test_InstanceNorm2d_tracking_stats_eval (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:13.8764252Z test_InstanceNorm2d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.8898328Z test_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:13.8920234Z test_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.9050272Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:13.9069819Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.9197755Z test_InstanceNorm3d (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:13.9218900Z test_InstanceNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.9349885Z test_InstanceNorm3d_eval (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:13.9370130Z test_InstanceNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.9501116Z test_InstanceNorm3d_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:13.9522844Z test_InstanceNorm3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.9656239Z test_InstanceNorm3d_no_batch_dim_eval (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:13.9674919Z test_InstanceNorm3d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.9820496Z test_InstanceNorm3d_tracking_stats (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:36:13.9837657Z test_InstanceNorm3d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:13.9965044Z test_InstanceNorm3d_tracking_stats_eval (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:13.9981819Z test_InstanceNorm3d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.0118563Z test_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:14.0135236Z test_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.0262259Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:14.0278957Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.0295873Z test_KLDivLoss (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:36:14.0297281Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:36:14.0314574Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:36:14.0315653Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:36:14.0337985Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:36:14.0339041Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:36:14.0343873Z ok (0.006s) 2022-09-27T15:36:14.0663730Z test_KLDivLoss_batch_mean (__main__.TestNN) ... ok (0.032s) 2022-09-27T15:36:14.0965110Z test_KLDivLoss_batch_mean_log_target (__main__.TestNN) ... ok (0.030s) 2022-09-27T15:36:14.0978655Z test_KLDivLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.0991083Z test_KLDivLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1002389Z test_KLDivLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1016060Z test_KLDivLoss_log_target (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:36:14.1017427Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:36:14.1037429Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:36:14.1038686Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:36:14.1062260Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:36:14.1063770Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:36:14.1065710Z ok (0.006s) 2022-09-27T15:36:14.1077801Z test_KLDivLoss_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1089183Z test_KLDivLoss_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1100244Z test_KLDivLoss_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1150412Z test_KLDivLoss_log_target_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:14.1162102Z test_KLDivLoss_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1173173Z test_KLDivLoss_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1183974Z test_KLDivLoss_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1230146Z test_KLDivLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:14.1242218Z test_KLDivLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1253822Z test_KLDivLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1265211Z test_KLDivLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1311138Z test_KLDivLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:14.1322794Z test_KLDivLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1334418Z test_KLDivLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1345704Z test_KLDivLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1393246Z test_KLDivLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:14.1404120Z test_KLDivLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1415675Z test_KLDivLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1426379Z test_KLDivLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1517241Z test_KLDivLoss_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:14.1531645Z test_KLDivLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1633805Z test_KLDivLoss_no_reduce_log_target (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:14.1648912Z test_KLDivLoss_no_reduce_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1708435Z test_KLDivLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:14.1722360Z test_KLDivLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1784644Z test_KLDivLoss_no_reduce_scalar_log_target (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:14.1798798Z test_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1812819Z test_KLDivLoss_scalar (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:36:14.1814198Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:36:14.1830168Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:36:14.1831229Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:36:14.1852774Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:36:14.1853924Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:36:14.1854345Z ok (0.005s) 2022-09-27T15:36:14.1869238Z test_KLDivLoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1884671Z test_KLDivLoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1899404Z test_KLDivLoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1931803Z test_KLDivLoss_scalar_log_target (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:36:14.1932914Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:36:14.1954140Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:36:14.1955178Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:36:14.1956295Z ok (0.005s) 2022-09-27T15:36:14.1968757Z test_KLDivLoss_scalar_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1980124Z test_KLDivLoss_scalar_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.1990512Z test_KLDivLoss_scalar_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2037753Z test_KLDivLoss_scalar_log_target_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:14.2049639Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2060485Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2071363Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2114448Z test_KLDivLoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:14.2125679Z test_KLDivLoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2136830Z test_KLDivLoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2147871Z test_KLDivLoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2194628Z test_KLDivLoss_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:14.2206111Z test_KLDivLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2216747Z test_KLDivLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2228518Z test_KLDivLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2330609Z test_KLDivLoss_with_log_target_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:14.2335769Z test_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2430287Z test_KLDivLoss_with_target_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:14.2444609Z test_KLDivLoss_with_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2529190Z test_L1Loss (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:14.2583979Z test_L1Loss_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.005s) 2022-09-27T15:36:14.2622777Z test_L1Loss_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-09-27T15:36:14.2634754Z test_L1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2646152Z test_L1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2657331Z test_L1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2704185Z test_L1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:14.2715811Z test_L1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2727082Z test_L1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2737921Z test_L1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2781961Z test_L1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:14.2793233Z test_L1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2804367Z test_L1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2815235Z test_L1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2860335Z test_L1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:14.2870822Z test_L1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2882056Z test_L1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2892999Z test_L1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.2995623Z test_L1Loss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:14.3125125Z test_L1Loss_no_reduce_complex (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:36:14.3139862Z test_L1Loss_no_reduce_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.3153377Z test_L1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.3211858Z test_L1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:14.3224801Z test_L1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.3305070Z test_L1Loss_scalar (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:14.3318133Z test_L1Loss_scalar_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.3330959Z test_L1Loss_scalar_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.3343788Z test_L1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.3357289Z test_L1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.3368704Z test_L1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.3495324Z test_LPPool1d (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:14.3509444Z test_LPPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.3648746Z test_LPPool1d_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:14.3663275Z test_LPPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.3799044Z test_LPPool1d_norm (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:14.3813294Z test_LPPool1d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.3950120Z test_LPPool2d (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:14.3965003Z test_LPPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.4107366Z test_LPPool2d_norm (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:36:14.4122173Z test_LPPool2d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.4347038Z test_LSTM_cell (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:36:14.4714987Z test_LSTM_cell_forward_hidden_size (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 7022 2022-09-27T15:36:14.4715476Z due to: 2022-09-27T15:36:14.4715808Z Traceback (most recent call last): 2022-09-27T15:36:14.4716284Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:36:14.4716752Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:36:14.4717204Z RuntimeError: hidden0 has inconsistent hidden_size: got 21, expected 20 2022-09-27T15:36:14.4717502Z 2022-09-27T15:36:14.4717725Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:14.4717998Z 2022-09-27T15:36:14.4718149Z Traceback (most recent call last): 2022-09-27T15:36:14.4718600Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:14.4719053Z raise TorchRuntimeError() from e 2022-09-27T15:36:14.4719439Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:14.4719675Z 2022-09-27T15:36:14.4719773Z from user code: 2022-09-27T15:36:14.4720091Z File "test_nn.py", line 7022, in 2022-09-27T15:36:14.4720509Z self.assertRaises(Exception, lambda: lstm(input, (hx, cx))) 2022-09-27T15:36:14.4720768Z 2022-09-27T15:36:14.4720983Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:14.4721328Z ========== 2022-09-27T15:36:14.4994276Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 7023 2022-09-27T15:36:14.4994830Z due to: 2022-09-27T15:36:14.4995210Z Traceback (most recent call last): 2022-09-27T15:36:14.4995707Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:36:14.4996187Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:36:14.4996626Z RuntimeError: hidden0 has inconsistent hidden_size: got 21, expected 20 2022-09-27T15:36:14.4997956Z 2022-09-27T15:36:14.4998191Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:14.4998485Z 2022-09-27T15:36:14.4998640Z Traceback (most recent call last): 2022-09-27T15:36:14.4999099Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:14.4999545Z raise TorchRuntimeError() from e 2022-09-27T15:36:14.4999937Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:14.5000173Z 2022-09-27T15:36:14.5000288Z from user code: 2022-09-27T15:36:14.5000615Z File "test_nn.py", line 7023, in 2022-09-27T15:36:14.5001019Z self.assertRaises(Exception, lambda: lstm(input, (cx, hx))) 2022-09-27T15:36:14.5001570Z 2022-09-27T15:36:14.5001788Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:14.5002152Z ========== 2022-09-27T15:36:14.5038361Z ok (0.068s) 2022-09-27T15:36:14.5389793Z test_LSTM_cell_forward_input_size (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 7015 2022-09-27T15:36:14.5390952Z due to: 2022-09-27T15:36:14.5391274Z Traceback (most recent call last): 2022-09-27T15:36:14.5391833Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:36:14.5392357Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:36:14.5393020Z RuntimeError: input has inconsistent input_size: got 11 expected 10 2022-09-27T15:36:14.5393327Z 2022-09-27T15:36:14.5393562Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:14.5393859Z 2022-09-27T15:36:14.5394023Z Traceback (most recent call last): 2022-09-27T15:36:14.5394543Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:14.5395047Z raise TorchRuntimeError() from e 2022-09-27T15:36:14.5395452Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:14.5395708Z 2022-09-27T15:36:14.5395833Z from user code: 2022-09-27T15:36:14.5396191Z File "test_nn.py", line 7015, in 2022-09-27T15:36:14.5396631Z self.assertRaises(Exception, lambda: lstm(input, (hx, cx))) 2022-09-27T15:36:14.5396914Z 2022-09-27T15:36:14.5397147Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:14.5433272Z ========== 2022-09-27T15:36:14.5434213Z ok (0.039s) 2022-09-27T15:36:14.5614971Z test_LayerNorm_1d_elementwise_affine (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:36:14.5631197Z test_LayerNorm_1d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.5878264Z test_LayerNorm_1d_elementwise_affine_eval (__main__.TestNN) ... ok (0.024s) 2022-09-27T15:36:14.5895618Z test_LayerNorm_1d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.6078319Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:36:14.6095321Z test_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.6254984Z test_LayerNorm_1d_empty_elementwise_affine_eval (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:36:14.6271390Z test_LayerNorm_1d_empty_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.6373016Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:14.6388886Z test_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.6488723Z test_LayerNorm_1d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:14.6503916Z test_LayerNorm_1d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.6676097Z test_LayerNorm_3d_elementwise_affine (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:36:14.6691083Z test_LayerNorm_3d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:14.6864795Z test_LayerNorm_3d_elementwise_affine_eval (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:36:14.6881990Z test_LayerNorm_3d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:15.3532780Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestNN) ... ok (0.664s) 2022-09-27T15:36:15.3548042Z test_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:15.9809725Z test_LayerNorm_3d_no_affine_large_feature_eval (__main__.TestNN) ... ok (0.625s) 2022-09-27T15:36:15.9825281Z test_LayerNorm_3d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:15.9997166Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:36:16.0014957Z test_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.0198265Z test_LayerNorm_3d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:36:16.0214728Z test_LayerNorm_3d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.0323606Z test_LeakyReLU (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:16.0340212Z test_LeakyReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.0410212Z test_LeakyReLU_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:16.0425584Z test_LeakyReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.0526681Z test_LeakyReLU_with_negval (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:16.0542249Z test_LeakyReLU_with_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.0614176Z test_LeakyReLU_with_negval_scalar (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:16.0629715Z test_LeakyReLU_with_negval_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.0739248Z test_LeakyReLU_with_zero_negval (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:16.0754850Z test_LeakyReLU_with_zero_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.0980110Z test_Linear (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:36:16.0997122Z test_Linear_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.1133315Z test_Linear_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:16.1148665Z test_Linear_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.1293739Z test_Linear_no_bias (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:36:16.1310202Z test_Linear_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.1443016Z test_LocalResponseNorm_1d (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:16.1458696Z test_LocalResponseNorm_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.1605406Z test_LocalResponseNorm_2d_uneven_pad (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:36:16.1621904Z test_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.1801159Z test_LocalResponseNorm_3d_custom_params (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:36:16.1820069Z test_LocalResponseNorm_3d_custom_params_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.1911478Z test_LogSigmoid (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:16.1926848Z test_LogSigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.1985804Z test_LogSigmoid_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:16.2000420Z test_LogSigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.2060556Z test_LogSigmoid_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:16.2074675Z test_LogSigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.2170162Z test_LogSoftmax (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:16.2185274Z test_LogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.2285736Z test_LogSoftmax_multiparam (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:16.2301136Z test_LogSoftmax_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.2363659Z test_LogSoftmax_multiparam_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:16.2378663Z test_LogSoftmax_multiparam_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.2468481Z test_LogSoftmax_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:16.2483239Z test_LogSoftmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.2561915Z test_MSELoss (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:16.2575938Z test_MSELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.2589202Z test_MSELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.2602520Z test_MSELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.2645469Z test_MSELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:16.2657425Z test_MSELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.2669398Z test_MSELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.2680953Z test_MSELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.2727695Z test_MSELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:16.2738902Z test_MSELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.2749722Z test_MSELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.2761411Z test_MSELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.2804911Z test_MSELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:16.2816836Z test_MSELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.2827686Z test_MSELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.2838680Z test_MSELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.2928769Z test_MSELoss_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:16.2943330Z test_MSELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3002122Z test_MSELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:16.3016193Z test_MSELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3084857Z test_MSELoss_prec (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:16.3100878Z test_MSELoss_prec_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3115936Z test_MSELoss_prec_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3129140Z test_MSELoss_prec_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3141579Z test_MSELoss_prec_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3213059Z test_MSELoss_scalar (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:16.3224772Z test_MSELoss_scalar_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3236333Z test_MSELoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3247876Z test_MSELoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3259301Z test_MSELoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3327054Z test_MSELoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:16.3339787Z test_MSELoss_scalar_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3351510Z test_MSELoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3363562Z test_MSELoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3375624Z test_MSELoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3449167Z test_MSELoss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:16.3462207Z test_MSELoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3474773Z test_MSELoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3497626Z test_MSELoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3568131Z test_MarginRankingLoss (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:16.3580905Z test_MarginRankingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3592644Z test_MarginRankingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3603923Z test_MarginRankingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3680480Z test_MarginRankingLoss_margin (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:16.3691427Z test_MarginRankingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3702594Z test_MarginRankingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3714474Z test_MarginRankingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3788108Z test_MarginRankingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:16.3799765Z test_MarginRankingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3811080Z test_MarginRankingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3822367Z test_MarginRankingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3892697Z test_MarginRankingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:16.3904450Z test_MarginRankingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3916171Z test_MarginRankingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3927716Z test_MarginRankingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.3999282Z test_MarginRankingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:16.4010998Z test_MarginRankingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.4022127Z test_MarginRankingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.4033428Z test_MarginRankingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.4101669Z test_MarginRankingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:16.4113422Z test_MarginRankingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.4125196Z test_MarginRankingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.4136642Z test_MarginRankingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.4211086Z test_MarginRankingLoss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:16.4222381Z test_MarginRankingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.4233575Z test_MarginRankingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.4244510Z test_MarginRankingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.4331079Z test_MaxPool1d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:16.4343589Z test_MaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.4436402Z test_MaxPool1d_return_indices (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:16.4449722Z test_MaxPool1d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.4538296Z test_MaxPool1d_stride (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:16.4552059Z test_MaxPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.4640052Z test_MaxPool2d_3d_input (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:16.4653857Z test_MaxPool2d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.4741421Z test_MaxPool2d_4d_input (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:16.4756549Z test_MaxPool2d_4d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.4846775Z test_MaxPool2d_return_indices (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:16.4861038Z test_MaxPool2d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.4954402Z test_MaxPool3d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:16.4968941Z test_MaxPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.5065543Z test_MaxPool3d_return_indices (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:16.5080513Z test_MaxPool3d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.5173398Z test_MaxPool3d_stride (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:16.5188173Z test_MaxPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.5284303Z test_MaxPool3d_stride_padding (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:16.5300304Z test_MaxPool3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.6064173Z test_MaxUnpool1d_net (__main__.TestNN) ... ok (0.076s) 2022-09-27T15:36:16.6081054Z test_MaxUnpool1d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.6817465Z test_MaxUnpool1d_net_no_batch_dim (__main__.TestNN) ... ok (0.073s) 2022-09-27T15:36:16.6834006Z test_MaxUnpool1d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.7363792Z test_MaxUnpool2d_net (__main__.TestNN) ... ok (0.052s) 2022-09-27T15:36:16.7380091Z test_MaxUnpool2d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.7582551Z test_MaxUnpool2d_net_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:36:16.7598494Z test_MaxUnpool2d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.7773984Z test_MaxUnpool3d_net (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:36:16.7789222Z test_MaxUnpool3d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.7970096Z test_MaxUnpool3d_net_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:36:16.7986095Z test_MaxUnpool3d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.8100445Z test_Mish (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:16.8116532Z test_Mish_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.8187029Z test_Mish_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:16.8202435Z test_Mish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:16.8271409Z test_Mish_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:16.8286912Z test_Mish_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.5062361Z test_ModuleDict (__main__.TestNN) ... ok (0.677s) 2022-09-27T15:36:17.8658553Z test_ModuleList (__main__.TestNN) ... ok (0.359s) 2022-09-27T15:36:17.8835362Z test_MultiLabelMarginLoss (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:36:17.8871740Z test_MultiLabelMarginLoss_0d_no_reduce (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:36:17.8885522Z test_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.8939270Z test_MultiLabelMarginLoss_1d (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:17.8951012Z test_MultiLabelMarginLoss_1d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.8962895Z test_MultiLabelMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.8973964Z test_MultiLabelMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.8985053Z test_MultiLabelMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9043547Z test_MultiLabelMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:17.9055197Z test_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9106990Z test_MultiLabelMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:17.9118863Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9130476Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9142237Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9153833Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9164866Z test_MultiLabelMarginLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9175870Z test_MultiLabelMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9186084Z test_MultiLabelMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9196419Z test_MultiLabelMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9261799Z test_MultiLabelMarginLoss_index_neg (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:17.9273859Z test_MultiLabelMarginLoss_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9301565Z test_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:36:17.9312483Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9323384Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9334113Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9359254Z test_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:36:17.9370823Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9381689Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9392484Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9417505Z test_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:36:17.9429085Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9440004Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9450684Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9659049Z test_MultiLabelMarginLoss_no_reduce (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:36:17.9672972Z test_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9844392Z test_MultiLabelMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:36:17.9857881Z test_MultiLabelMarginLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9870276Z test_MultiLabelMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9882151Z test_MultiLabelMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9892937Z test_MultiLabelMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9936522Z test_MultiLabelSoftMarginLoss (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:17.9948536Z test_MultiLabelSoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9960270Z test_MultiLabelSoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:17.9971336Z test_MultiLabelSoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0038968Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:18.0051424Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0063466Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0075732Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0141505Z test_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:18.0154384Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0167729Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0180467Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0248532Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:18.0260710Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0272933Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0284503Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0395910Z test_MultiLabelSoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:18.0396583Z test_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0426437Z test_MultiLabelSoftMarginLoss_weights (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:18.0439741Z test_MultiLabelSoftMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0454283Z test_MultiLabelSoftMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0466751Z test_MultiLabelSoftMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0615572Z test_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:18.0616209Z test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0651571Z test_MultiLabelSoftMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:36:18.0664308Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0676244Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0687900Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0734841Z test_MultiMarginLoss (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:18.0765715Z test_MultiMarginLoss_1d (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:36:18.0777839Z test_MultiMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0789206Z test_MultiMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0800663Z test_MultiMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0838881Z test_MultiMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:36:18.0852139Z test_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0887792Z test_MultiMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:36:18.0900432Z test_MultiMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0913350Z test_MultiMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0926037Z test_MultiMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0938778Z test_MultiMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0951490Z test_MultiMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.0964361Z test_MultiMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1016501Z test_MultiMarginLoss_margin (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:18.1027823Z test_MultiMarginLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1040900Z test_MultiMarginLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1054274Z test_MultiMarginLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1130480Z test_MultiMarginLoss_margin_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:18.1143673Z test_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1188497Z test_MultiMarginLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:18.1201895Z test_MultiMarginLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1214016Z test_MultiMarginLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1225751Z test_MultiMarginLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1302168Z test_MultiMarginLoss_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:18.1318662Z test_MultiMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1375399Z test_MultiMarginLoss_p (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:18.1389486Z test_MultiMarginLoss_p_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1403098Z test_MultiMarginLoss_p_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1416322Z test_MultiMarginLoss_p_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1518039Z test_MultiMarginLoss_p_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:18.1533399Z test_MultiMarginLoss_p_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1588166Z test_MultiMarginLoss_p_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:18.1602374Z test_MultiMarginLoss_p_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1615788Z test_MultiMarginLoss_p_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1628762Z test_MultiMarginLoss_p_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1684558Z test_MultiMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:18.1696221Z test_MultiMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1707358Z test_MultiMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1718979Z test_MultiMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1765153Z test_MultiMarginLoss_weights (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:18.1776696Z test_MultiMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1788027Z test_MultiMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1799651Z test_MultiMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1878461Z test_MultiMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:18.1891701Z test_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1938260Z test_MultiMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:18.1950816Z test_MultiMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1963983Z test_MultiMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.1976489Z test_MultiMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.2029302Z test_NLLLoss (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:18.2131008Z test_NLLLoss2d_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:18.2145367Z test_NLLLoss2d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.2247009Z test_NLLLoss2d_no_reduce_ignore_index (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:18.2262139Z test_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.2368946Z test_NLLLoss2d_no_reduce_weights (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:18.2385263Z test_NLLLoss2d_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.2559696Z test_NLLLossNd_no_reduce (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:36:18.2577558Z test_NLLLossNd_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.2755065Z test_NLLLossNd_no_reduce_ignore_index (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:36:18.2773011Z test_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.2950971Z test_NLLLossNd_no_reduce_weights (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:36:18.2968341Z test_NLLLossNd_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3035209Z test_NLLLoss_2d (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:18.3048703Z test_NLLLoss_2d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3061470Z test_NLLLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3074265Z test_NLLLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3086246Z test_NLLLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3147526Z test_NLLLoss_2d_ignore_index (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:18.3159867Z test_NLLLoss_2d_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3171954Z test_NLLLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3182895Z test_NLLLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3193851Z test_NLLLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3260187Z test_NLLLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:18.3271855Z test_NLLLoss_2d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3282956Z test_NLLLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3294401Z test_NLLLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3305568Z test_NLLLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3369025Z test_NLLLoss_2d_weights (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:18.3380411Z test_NLLLoss_2d_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3391552Z test_NLLLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3402823Z test_NLLLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3414271Z test_NLLLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3425741Z test_NLLLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3437658Z test_NLLLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3449292Z test_NLLLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3460946Z test_NLLLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3513569Z test_NLLLoss_dim_is_3 (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:18.3524954Z test_NLLLoss_dim_is_3_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3535979Z test_NLLLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3547379Z test_NLLLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3558688Z test_NLLLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3609741Z test_NLLLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:18.3620703Z test_NLLLoss_dim_is_3_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3631731Z test_NLLLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3642887Z test_NLLLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3653890Z test_NLLLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3789378Z test_NLLLoss_higher_dim (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:18.3806209Z test_NLLLoss_higher_dim_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3819326Z test_NLLLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3831286Z test_NLLLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3845209Z test_NLLLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.3980283Z test_NLLLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:18.3996788Z test_NLLLoss_higher_dim_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4009124Z test_NLLLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4020250Z test_NLLLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4031339Z test_NLLLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4084119Z test_NLLLoss_ignore_index (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:18.4096138Z test_NLLLoss_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4107838Z test_NLLLoss_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4119616Z test_NLLLoss_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4131249Z test_NLLLoss_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4175670Z test_NLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:18.4187083Z test_NLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4198867Z test_NLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4210406Z test_NLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4253681Z test_NLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:18.4265378Z test_NLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4276559Z test_NLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4287473Z test_NLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4331486Z test_NLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:18.4343630Z test_NLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4355092Z test_NLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4366536Z test_NLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4455492Z test_NLLLoss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:18.4470350Z test_NLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4559002Z test_NLLLoss_no_reduce_ignore_index (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:18.4575136Z test_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4664616Z test_NLLLoss_no_reduce_weights (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:18.4679655Z test_NLLLoss_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4767652Z test_NLLLoss_no_reduce_weights_ignore_index (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:18.4782809Z test_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4869742Z test_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:18.4886990Z test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4940751Z test_NLLLoss_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:18.4954944Z test_NLLLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4968787Z test_NLLLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4982282Z test_NLLLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.4995552Z test_NLLLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.5048236Z test_NLLLoss_weights (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:18.5060004Z test_NLLLoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.5072170Z test_NLLLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.5084549Z test_NLLLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.5100727Z test_NLLLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.5152471Z test_NLLLoss_weights_ignore_index (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:18.5164968Z test_NLLLoss_weights_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.5176093Z test_NLLLoss_weights_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.5187320Z test_NLLLoss_weights_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.5198015Z test_NLLLoss_weights_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.5249844Z test_NLLLoss_weights_ignore_index_neg (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:18.5261508Z test_NLLLoss_weights_ignore_index_neg_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.5273019Z test_NLLLoss_weights_ignore_index_neg_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.5284054Z test_NLLLoss_weights_ignore_index_neg_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.5295047Z test_NLLLoss_weights_ignore_index_neg_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.5416532Z test_PReLU_1d (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:18.5430820Z test_PReLU_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.5563588Z test_PReLU_1d_multiparam (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:18.5577989Z test_PReLU_1d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.5719238Z test_PReLU_2d (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:36:18.5734906Z test_PReLU_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.5877264Z test_PReLU_2d_multiparam (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:36:18.5892603Z test_PReLU_2d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.6046063Z test_PReLU_3d (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:36:18.6063283Z test_PReLU_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.6221011Z test_PReLU_3d_multiparam (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:36:18.6237540Z test_PReLU_3d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.6307922Z test_PReLU_backward_requires_grad_false (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:18.6404856Z test_PReLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:18.6420490Z test_PReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.6515614Z test_PReLU_scalar (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:18.6531610Z test_PReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.6692715Z test_Padding122112_3dcircular (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:36:18.6708599Z test_Padding122112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.6829429Z test_Padding1221_2dcircular (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:18.6845624Z test_Padding1221_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.6948578Z test_Padding12_1dcircular (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:18.6965112Z test_Padding12_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.7086662Z test_Padding2322_2dcircular (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:18.7102423Z test_Padding2322_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.7203356Z test_Padding31_1dcircular (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:18.7218626Z test_Padding31_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.7379745Z test_Padding322112_3dcircular (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:36:18.7397121Z test_Padding322112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.7562418Z test_Padding332122_3dcircular (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:36:18.7578753Z test_Padding332122_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.7705463Z test_Padding3331_2dcircular (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:18.7722969Z test_Padding3331_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.7828067Z test_Padding33_1dcircular (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:18.7844450Z test_Padding33_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.7992710Z test_PairwiseDistance (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:36:18.8141237Z test_PairwiseDistance_broadcast_lhs (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:36:18.8155811Z test_PairwiseDistance_broadcast_lhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.8291775Z test_PairwiseDistance_broadcast_rhs (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:18.8308523Z test_PairwiseDistance_broadcast_rhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.8322005Z test_PairwiseDistance_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.8447429Z test_PairwiseDistance_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:18.8461751Z test_PairwiseDistance_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:18.8623822Z test_PairwiseDistance_with_non_default_args (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:36:18.8638664Z test_PairwiseDistance_with_non_default_args_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:20.5079374Z test_ParameterDict (__main__.TestNN) ... ok (1.643s) 2022-09-27T15:36:20.5317792Z test_ParameterDict_replication (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:36:20.9111213Z test_ParameterList (__main__.TestNN) ... ok (0.379s) 2022-09-27T15:36:20.9151732Z test_ParameterList_meta (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_ParameterList_meta test_nn.py line 1701 2022-09-27T15:36:20.9152094Z due to: 2022-09-27T15:36:20.9152285Z Traceback (most recent call last): 2022-09-27T15:36:20.9152669Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 477, in __init__ 2022-09-27T15:36:20.9153137Z assert device.type != "meta" 2022-09-27T15:36:20.9153333Z AssertionError 2022-09-27T15:36:20.9153451Z 2022-09-27T15:36:20.9153523Z from user code: 2022-09-27T15:36:20.9153728Z File "test_nn.py", line 1702, in test_ParameterList_meta 2022-09-27T15:36:20.9154050Z p = torch.nn.Parameter(torch.empty(1, device='meta')) 2022-09-27T15:36:20.9154200Z 2022-09-27T15:36:20.9154330Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:20.9154536Z ========== 2022-09-27T15:36:20.9830503Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __iadd__ /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py line 586 2022-09-27T15:36:20.9831108Z due to: 2022-09-27T15:36:20.9831370Z Traceback (most recent call last): 2022-09-27T15:36:20.9831769Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 477, in __init__ 2022-09-27T15:36:20.9832051Z assert device.type != "meta" 2022-09-27T15:36:20.9832243Z AssertionError 2022-09-27T15:36:20.9832341Z 2022-09-27T15:36:20.9832480Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:20.9832704Z ========== 2022-09-27T15:36:20.9843701Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT extra_repr /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py line 619 2022-09-27T15:36:20.9844251Z due to: 2022-09-27T15:36:20.9844588Z Traceback (most recent call last): 2022-09-27T15:36:20.9845023Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 477, in __init__ 2022-09-27T15:36:20.9845475Z assert device.type != "meta" 2022-09-27T15:36:20.9845761Z AssertionError 2022-09-27T15:36:20.9845872Z 2022-09-27T15:36:20.9845941Z from user code: 2022-09-27T15:36:20.9846374Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py", line 621, in extra_repr 2022-09-27T15:36:20.9846641Z for k, p in enumerate(self): 2022-09-27T15:36:20.9846765Z 2022-09-27T15:36:20.9846897Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:20.9847115Z ========== 2022-09-27T15:36:20.9847268Z ok (0.073s) 2022-09-27T15:36:21.0056747Z test_ParameterList_replication (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:36:21.0150264Z test_PixelShuffle (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:21.0165528Z test_PixelShuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.0250379Z test_PixelUnshuffle (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:21.0264590Z test_PixelUnshuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.0333079Z test_PoissonNLLLoss_full_loss (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:21.0348820Z test_PoissonNLLLoss_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.0362730Z test_PoissonNLLLoss_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.0376246Z test_PoissonNLLLoss_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.0441106Z test_PoissonNLLLoss_full_loss_no_log_input (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:21.0453421Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.0464880Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.0476756Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.0527551Z test_PoissonNLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:21.0539959Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.0551267Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.0564652Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.0614343Z test_PoissonNLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:21.0626618Z test_PoissonNLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.0638029Z test_PoissonNLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.0648825Z test_PoissonNLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.0697560Z test_PoissonNLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:21.0709557Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.0721172Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.0732856Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.0789209Z test_PoissonNLLLoss_no_full_loss (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:21.0801132Z test_PoissonNLLLoss_no_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.0812045Z test_PoissonNLLLoss_no_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.0822748Z test_PoissonNLLLoss_no_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.0883455Z test_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:21.0895433Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.0907066Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.0918619Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.1105546Z test_PoissonNLLLoss_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:36:21.1106423Z test_PoissonNLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.1338065Z test_RNN_cell (__main__.TestNN) ... ok (0.024s) 2022-09-27T15:36:21.1537115Z test_RNN_cell_forward_hidden_size (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 6753 2022-09-27T15:36:21.1537710Z due to: 2022-09-27T15:36:21.1538019Z Traceback (most recent call last): 2022-09-27T15:36:21.1538789Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:36:21.1539275Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:36:21.1539720Z RuntimeError: hidden0 has inconsistent hidden_size: got 21, expected 20 2022-09-27T15:36:21.1540007Z 2022-09-27T15:36:21.1540306Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:21.1540584Z 2022-09-27T15:36:21.1540738Z Traceback (most recent call last): 2022-09-27T15:36:21.1541183Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:21.1541635Z raise TorchRuntimeError() from e 2022-09-27T15:36:21.1542019Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:21.1542254Z 2022-09-27T15:36:21.1542374Z from user code: 2022-09-27T15:36:21.1542682Z File "test_nn.py", line 6753, in 2022-09-27T15:36:21.1543090Z self.assertRaises(Exception, lambda: cell(input, hx)) 2022-09-27T15:36:21.1543346Z 2022-09-27T15:36:21.1543563Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:21.1543902Z ========== 2022-09-27T15:36:21.1613260Z ok (0.027s) 2022-09-27T15:36:21.1800766Z test_RNN_cell_forward_input_size (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 6744 2022-09-27T15:36:21.1801282Z due to: 2022-09-27T15:36:21.1801609Z Traceback (most recent call last): 2022-09-27T15:36:21.1802086Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:36:21.1802567Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:36:21.1803002Z RuntimeError: input has inconsistent input_size: got 11 expected 10 2022-09-27T15:36:21.1803278Z 2022-09-27T15:36:21.1803504Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:21.1803783Z 2022-09-27T15:36:21.1803937Z Traceback (most recent call last): 2022-09-27T15:36:21.1804411Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:21.1804850Z raise TorchRuntimeError() from e 2022-09-27T15:36:21.1805300Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:21.1805540Z 2022-09-27T15:36:21.1805651Z from user code: 2022-09-27T15:36:21.1805964Z File "test_nn.py", line 6744, in 2022-09-27T15:36:21.1806378Z self.assertRaises(Exception, lambda: cell(input, hx)) 2022-09-27T15:36:21.1806635Z 2022-09-27T15:36:21.1806851Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:21.1807200Z ========== 2022-09-27T15:36:21.1852207Z ok (0.023s) 2022-09-27T15:36:21.1936111Z test_RNN_cell_forward_zero_hidden_size (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:21.2842096Z test_RNN_cell_no_broadcasting (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 6972 2022-09-27T15:36:21.2842599Z due to: 2022-09-27T15:36:21.2842913Z Traceback (most recent call last): 2022-09-27T15:36:21.2843395Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:36:21.2843877Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:36:21.2848917Z RuntimeError: Input batch size 3 doesn't match hidden0 batch size 1 2022-09-27T15:36:21.2849194Z 2022-09-27T15:36:21.2849433Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:21.2849711Z 2022-09-27T15:36:21.2849875Z Traceback (most recent call last): 2022-09-27T15:36:21.2850325Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:21.2850781Z raise TorchRuntimeError() from e 2022-09-27T15:36:21.2851164Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:21.2851388Z 2022-09-27T15:36:21.2851502Z from user code: 2022-09-27T15:36:21.2851821Z File "test_nn.py", line 6972, in 2022-09-27T15:36:21.2852237Z self.assertRaises(RuntimeError, lambda: cell(input, hx)) 2022-09-27T15:36:21.2852692Z 2022-09-27T15:36:21.2852894Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:21.2853259Z ========== 2022-09-27T15:36:21.7594163Z ok (0.565s) 2022-09-27T15:36:21.7615094Z test_RNN_change_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-09-27T15:36:21.7624946Z test_RNN_cpu_vs_cudnn_no_dropout (__main__.TestNN) ... skip: needs cudnn (0.000s) 2022-09-27T15:36:21.7633607Z test_RNN_cpu_vs_cudnn_with_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.000s) 2022-09-27T15:36:21.7647969Z test_RNN_cudnn_weight_norm (__main__.TestNN) ... skip: needs cudnn (0.001s) 2022-09-27T15:36:21.7672183Z test_RNN_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-09-27T15:36:21.7692205Z test_RNN_dropout_state (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-09-27T15:36:21.7887050Z test_RNN_input_size_zero (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:36:21.8154374Z test_RNN_nonlinearity (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:36:21.8235669Z test_RReLU (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:21.8248775Z test_RReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.8305199Z test_RReLU_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:21.8317564Z test_RReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.8395836Z test_RReLU_with_up_down (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:21.8408360Z test_RReLU_with_up_down_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.8459089Z test_RReLU_with_up_down_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:21.8470810Z test_RReLU_with_up_down_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.8560671Z test_ReLU (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:21.8651251Z test_ReLU6 (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:21.8664606Z test_ReLU6_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.8720147Z test_ReLU6_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:21.8732749Z test_ReLU6_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.8790794Z test_ReLU6_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:21.8803272Z test_ReLU6_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.8815345Z test_ReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.8872651Z test_ReLU_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:21.8884175Z test_ReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.8941176Z test_ReLU_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:21.8952466Z test_ReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.9043775Z test_ReflectionPad1d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:21.9141676Z test_ReflectionPad1d_batch (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:21.9158376Z test_ReflectionPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.9320009Z test_ReflectionPad1d_complex (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:36:21.9336633Z test_ReflectionPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.9352181Z test_ReflectionPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.9473728Z test_ReflectionPad2d (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:21.9626942Z test_ReflectionPad2d_complex (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:36:21.9641923Z test_ReflectionPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.9655797Z test_ReflectionPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.9751049Z test_ReflectionPad2d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:21.9765431Z test_ReflectionPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:21.9906669Z test_ReflectionPad3d (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:36:22.0183381Z test_ReflectionPad3d_complex (__main__.TestNN) ... ok (0.027s) 2022-09-27T15:36:22.0199695Z test_ReflectionPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:22.0214493Z test_ReflectionPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:22.0335526Z test_ReflectionPad3d_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:22.0349466Z test_ReflectionPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:22.0437134Z test_ReplicationPad1d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:22.0520028Z test_ReplicationPad1d_batch (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:22.0533313Z test_ReplicationPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:22.0667016Z test_ReplicationPad1d_complex (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:22.0682895Z test_ReplicationPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:22.0697255Z test_ReplicationPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:22.0790885Z test_ReplicationPad2d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:22.0941389Z test_ReplicationPad2d_complex (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:36:22.0958359Z test_ReplicationPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:22.0972911Z test_ReplicationPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:22.1068739Z test_ReplicationPad2d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:22.1083408Z test_ReplicationPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:22.1180873Z test_ReplicationPad3d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:22.1338182Z test_ReplicationPad3d_complex (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:36:22.1353420Z test_ReplicationPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:22.1367812Z test_ReplicationPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:22.1461887Z test_ReplicationPad3d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:22.1475708Z test_ReplicationPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:22.1572179Z test_SELU (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:22.1590082Z test_SELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:22.1667898Z test_SELU_no_batch_dim (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:22.1685556Z test_SELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:22.1749556Z test_SELU_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:22.1767529Z test_SELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:22.2493396Z test_Sequential_add (__main__.TestNN) ... ok (0.072s) 2022-09-27T15:36:22.3506845Z test_Sequential_append (__main__.TestNN) ... ok (0.101s) 2022-09-27T15:36:22.5333309Z test_Sequential_delitem (__main__.TestNN) ... ok (0.182s) 2022-09-27T15:36:22.5790640Z test_Sequential_extend (__main__.TestNN) ... ok (0.045s) 2022-09-27T15:36:22.8345690Z test_Sequential_getitem (__main__.TestNN) ... ok (0.255s) 2022-09-27T15:36:22.8830026Z test_Sequential_iadd (__main__.TestNN) ... ok (0.048s) 2022-09-27T15:36:22.9452235Z test_Sequential_imul (__main__.TestNN) ... ok (0.062s) 2022-09-27T15:36:23.0250490Z test_Sequential_insert (__main__.TestNN) ... ok (0.079s) 2022-09-27T15:36:23.0735062Z test_Sequential_insert_fail_case (__main__.TestNN) ... ok (0.048s) 2022-09-27T15:36:23.1250287Z test_Sequential_mul (__main__.TestNN) ... ok (0.051s) 2022-09-27T15:36:23.1998667Z test_Sequential_pop (__main__.TestNN) ... ok (0.074s) 2022-09-27T15:36:23.2302330Z test_Sequential_rmul (__main__.TestNN) ... ok (0.030s) 2022-09-27T15:36:23.3070605Z test_Sequential_setitem (__main__.TestNN) ... ok (0.076s) 2022-09-27T15:36:23.3597002Z test_Sequential_setitem_named (__main__.TestNN) ... ok (0.052s) 2022-09-27T15:36:23.3697346Z test_SiLU (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:23.3711931Z test_SiLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.3772079Z test_SiLU_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:23.3784541Z test_SiLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.3841067Z test_SiLU_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:23.3852920Z test_SiLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.3934639Z test_Sigmoid (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:23.3947487Z test_Sigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4002695Z test_Sigmoid_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:23.4014701Z test_Sigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4064734Z test_Sigmoid_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:23.4076447Z test_Sigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4155256Z test_SmoothL1Loss (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:23.4242621Z test_SmoothL1Loss_beta (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:23.4255811Z test_SmoothL1Loss_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4268020Z test_SmoothL1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4279476Z test_SmoothL1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4290035Z test_SmoothL1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4337120Z test_SmoothL1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:23.4348419Z test_SmoothL1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4359684Z test_SmoothL1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4370791Z test_SmoothL1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4414586Z test_SmoothL1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:23.4425733Z test_SmoothL1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4436722Z test_SmoothL1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4447066Z test_SmoothL1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4490832Z test_SmoothL1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:23.4501624Z test_SmoothL1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4511844Z test_SmoothL1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4522222Z test_SmoothL1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4605598Z test_SmoothL1Loss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:23.4618393Z test_SmoothL1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4681206Z test_SmoothL1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:23.4693571Z test_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4760967Z test_SmoothL1Loss_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:23.4772088Z test_SmoothL1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4783425Z test_SmoothL1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4794521Z test_SmoothL1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4859737Z test_SmoothL1Loss_scalar_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:23.4870919Z test_SmoothL1Loss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4881852Z test_SmoothL1Loss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4892682Z test_SmoothL1Loss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4965772Z test_SmoothL1Loss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:23.4977432Z test_SmoothL1Loss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4988131Z test_SmoothL1Loss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.4998787Z test_SmoothL1Loss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.5081393Z test_SmoothL1Loss_zero_beta (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:23.5093660Z test_SmoothL1Loss_zero_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.5149220Z test_SoftMarginLoss (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:23.5161535Z test_SoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.5173453Z test_SoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.5184682Z test_SoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.5235517Z test_SoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:23.5247618Z test_SoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.5259059Z test_SoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.5270356Z test_SoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.5321226Z test_SoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:23.5333327Z test_SoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.5344874Z test_SoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.5356405Z test_SoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.5407000Z test_SoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:23.5419409Z test_SoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.5430795Z test_SoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.5442385Z test_SoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.5544267Z test_SoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:23.5556332Z test_SoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.5608412Z test_SoftMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:23.5621430Z test_SoftMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.5632473Z test_SoftMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.5643994Z test_SoftMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.5735462Z test_Softmax (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:23.5827999Z test_Softmax2d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:23.5842280Z test_Softmax2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.5932737Z test_Softmax2d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:23.5947783Z test_Softmax2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.5960534Z test_Softmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.6040261Z test_Softmax_no_batch_dim (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:23.6053340Z test_Softmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.6116138Z test_Softmax_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:23.6129539Z test_Softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.6226863Z test_Softmin (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:23.6240340Z test_Softmin_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.6330405Z test_Softmin_multidim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:23.6343968Z test_Softmin_multidim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.6440371Z test_Softmin_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:23.6453411Z test_Softmin_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.6507829Z test_Softmin_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:23.6520666Z test_Softmin_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.6614412Z test_Softplus (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:23.6704431Z test_Softplus_beta (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:23.6718500Z test_Softplus_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.6815022Z test_Softplus_beta_threshold (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:23.6830015Z test_Softplus_beta_threshold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.6890465Z test_Softplus_beta_threshold_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:23.6904645Z test_Softplus_beta_threshold_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.6918149Z test_Softplus_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.6981073Z test_Softplus_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:23.6994608Z test_Softplus_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.7076852Z test_Softshrink (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:23.7089971Z test_Softshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.7167263Z test_Softshrink_lambda (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:23.7180340Z test_Softshrink_lambda_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.7234388Z test_Softshrink_lambda_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:23.7248069Z test_Softshrink_lambda_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.7306848Z test_Softshrink_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:23.7321029Z test_Softshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.7421477Z test_Softsign (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:23.7436105Z test_Softsign_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.7506987Z test_Softsign_no_batch_dim (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:23.7521535Z test_Softsign_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.7590289Z test_Softsign_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:23.7604418Z test_Softsign_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.7703638Z test_Tanh (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:23.7718647Z test_Tanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.7782396Z test_Tanh_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:23.7796901Z test_Tanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.7853359Z test_Tanh_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:36:23.7867603Z test_Tanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.7968891Z test_Tanhshrink (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:23.7984528Z test_Tanhshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.8052307Z test_Tanhshrink_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:23.8067531Z test_Tanhshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.8129496Z test_Tanhshrink_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:23.8144649Z test_Tanhshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.8240286Z test_Threshold_large_value (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:23.8251238Z test_Threshold_large_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.8312699Z test_Threshold_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:23.8326561Z test_Threshold_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.8425366Z test_Threshold_threshold_value (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:23.8440499Z test_Threshold_threshold_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.8502763Z test_Threshold_threshold_value_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:23.8517358Z test_Threshold_threshold_value_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.9187450Z test_TransformerDecoderLayer_gelu_activation (__main__.TestNN) ... ok (0.066s) 2022-09-27T15:36:23.9205100Z test_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:23.9868372Z test_TransformerDecoderLayer_relu_activation (__main__.TestNN) ... ok (0.066s) 2022-09-27T15:36:23.9886109Z test_TransformerDecoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:24.0270508Z test_TransformerEncoderLayer_gelu_activation (__main__.TestNN) ... ok (0.038s) 2022-09-27T15:36:24.0288437Z test_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:24.1749833Z test_TransformerEncoderLayer_relu_activation (__main__.TestNN) ... ok (0.145s) 2022-09-27T15:36:24.1767546Z test_TransformerEncoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:24.7515684Z test_Transformer_cell (__main__.TestNN) ... ok (0.574s) 2022-09-27T15:36:25.1176063Z test_Transformer_multilayer_coder (__main__.TestNN) ... ok (0.365s) 2022-09-27T15:36:25.1193557Z test_Transformer_multilayer_coder_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:25.1315495Z test_TripletMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:25.1327625Z test_TripletMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:25.1339834Z test_TripletMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:25.1350906Z test_TripletMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:25.1450896Z test_TripletMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:25.1462011Z test_TripletMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:25.1473035Z test_TripletMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:25.1483402Z test_TripletMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:25.1584409Z test_TripletMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:25.1596208Z test_TripletMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:25.1607051Z test_TripletMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:25.1617583Z test_TripletMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:25.1700620Z test_Unflatten_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:25.1713213Z test_Unflatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:25.1796391Z test_Unfold (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:25.1809606Z test_Unfold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:25.1879971Z test_Unfold_int_input (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:25.1893366Z test_Unfold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:25.1985645Z test_ZeroPad2d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:25.2130700Z test_ZeroPad2d_complex (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:36:25.2144900Z test_ZeroPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:25.2158681Z test_ZeroPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:25.2244594Z test_ZeroPad2d_negative_dims (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:25.2259033Z test_ZeroPad2d_negative_dims_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:25.2356825Z test_ZeroPad2d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:25.2370947Z test_ZeroPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:25.3318108Z test_adaptive_log_softmax (__main__.TestNN) ... ok (0.094s) 2022-09-27T15:36:25.3536905Z test_add_module (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:36:25.3604107Z test_add_module_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:25.4092904Z test_affine_grid (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 10110 2022-09-27T15:36:25.4093623Z due to: 2022-09-27T15:36:25.4093969Z Traceback (most recent call last): 2022-09-27T15:36:25.4094286Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:36:25.4094851Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:36:25.4095218Z TypeError: torch.Size() takes an iterable of 'int' (item 0 is 'FakeTensor') 2022-09-27T15:36:25.4095393Z 2022-09-27T15:36:25.4095463Z from user code: 2022-09-27T15:36:25.4095737Z File "test_nn.py", line 10118, in 2022-09-27T15:36:25.4095977Z sz = torch.Size([N, C, H, W]) 2022-09-27T15:36:25.4096101Z 2022-09-27T15:36:25.4096234Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:25.4096439Z ========== 2022-09-27T15:36:25.4203616Z ok (0.059s) 2022-09-27T15:36:25.4768756Z test_affine_grid_3d (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 10160 2022-09-27T15:36:25.4769264Z due to: 2022-09-27T15:36:25.4769584Z Traceback (most recent call last): 2022-09-27T15:36:25.4770062Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:36:25.4770550Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:36:25.4771105Z TypeError: torch.Size() takes an iterable of 'int' (item 0 is 'FakeTensor') 2022-09-27T15:36:25.4771388Z 2022-09-27T15:36:25.4771501Z from user code: 2022-09-27T15:36:25.4771895Z File "test_nn.py", line 10169, in 2022-09-27T15:36:25.4772298Z sz = torch.Size([N, C, D, H, W]) 2022-09-27T15:36:25.4772490Z 2022-09-27T15:36:25.4772716Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:25.4773085Z ========== 2022-09-27T15:36:25.4889765Z ok (0.068s) 2022-09-27T15:36:25.5732722Z test_affine_grid_error_checking (__main__.TestNN) ... ok (0.084s) 2022-09-27T15:36:25.9921107Z test_assignment (__main__.TestNN) ... ok (0.418s) 2022-09-27T15:36:26.0515039Z test_batchnorm_buffer_update_when_stats_are_not_tracked (__main__.TestNN) ... ok (0.059s) 2022-09-27T15:36:26.0531779Z test_batchnorm_cudnn_half (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:36:26.0559234Z test_batchnorm_cudnn_nhwc (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-09-27T15:36:26.2609072Z test_batchnorm_nhwc_cpu (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 8986 2022-09-27T15:36:26.2609599Z due to: 2022-09-27T15:36:26.2609916Z Traceback (most recent call last): 2022-09-27T15:36:26.2610405Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T15:36:26.2610918Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T15:36:26.2611352Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T15:36:26.2611608Z 2022-09-27T15:36:26.2611728Z from user code: 2022-09-27T15:36:26.2612092Z File "test_nn.py", line 8986, in 2022-09-27T15:36:26.2612460Z ref_out.backward(ref_grad) 2022-09-27T15:36:26.2612663Z 2022-09-27T15:36:26.2612893Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:26.2613260Z ========== 2022-09-27T15:36:26.9320692Z ok (0.876s) 2022-09-27T15:36:26.9336016Z test_batchnorm_nhwc_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:36:27.0538623Z test_batchnorm_non_contig_cpu (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 9011 2022-09-27T15:36:27.0539187Z due to: 2022-09-27T15:36:27.0539518Z Traceback (most recent call last): 2022-09-27T15:36:27.0539988Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T15:36:27.0540491Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T15:36:27.0540935Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T15:36:27.0541193Z 2022-09-27T15:36:27.0541308Z from user code: 2022-09-27T15:36:27.0541698Z File "test_nn.py", line 9016, in 2022-09-27T15:36:27.0542498Z self.assertTrue(out.is_contiguous(memory_format=torch.channels_last)) 2022-09-27T15:36:27.0542784Z 2022-09-27T15:36:27.0543007Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:27.0543360Z ========== 2022-09-27T15:36:27.0544117Z ok (0.120s) 2022-09-27T15:36:27.0559250Z test_batchnorm_nonaffine_cuda_half_input (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:36:27.0722402Z test_batchnorm_raises_error_if_bias_is_not_same_size_as_input (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:36:27.0836659Z test_batchnorm_raises_error_if_less_than_one_value_per_channel (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:27.0989215Z test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:36:27.1143288Z test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:36:27.1347317Z test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 9133 2022-09-27T15:36:27.1348158Z due to: 2022-09-27T15:36:27.1348466Z Traceback (most recent call last): 2022-09-27T15:36:27.1348959Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:36:27.1349671Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:36:27.1350452Z AssertionError: torch.* op returned non-Tensor dual_level call_function 2022-09-27T15:36:27.1350834Z 2022-09-27T15:36:27.1350955Z from user code: 2022-09-27T15:36:27.1351416Z File "test_nn.py", line 9138, in 2022-09-27T15:36:27.1351894Z with fwAD.dual_level(): 2022-09-27T15:36:27.1352124Z 2022-09-27T15:36:27.1352363Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:27.1352963Z ========== 2022-09-27T15:36:27.1489167Z ok (0.034s) 2022-09-27T15:36:27.1656303Z test_batchnorm_raises_error_if_weight_is_not_same_size_as_input (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:36:27.2027165Z test_bce_loss_always_nonnegative (__main__.TestNN) ... ok (0.036s) 2022-09-27T15:36:27.2845564Z test_bce_loss_broadcasts_weights (__main__.TestNN) ... ok (0.081s) 2022-09-27T15:36:27.3146961Z test_bce_loss_input_range (__main__.TestNN) ... ok (0.030s) 2022-09-27T15:36:27.3308045Z test_bce_loss_size_mismatch (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:36:27.3823355Z test_bce_with_logits_broadcasts_pos_weights (__main__.TestNN) ... ok (0.051s) 2022-09-27T15:36:27.4666021Z test_bce_with_logits_broadcasts_weights (__main__.TestNN) ... ok (0.084s) 2022-09-27T15:36:27.8187442Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss (__main__.TestNN) ... ok (0.352s) 2022-09-27T15:36:27.8596359Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad (__main__.TestNN) ... ok (0.040s) 2022-09-27T15:36:27.8758473Z test_bce_with_logits_has_correct_forward_grad (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT > test_nn.py line 8846 2022-09-27T15:36:27.8759028Z due to: 2022-09-27T15:36:27.8759322Z Traceback (most recent call last): 2022-09-27T15:36:27.8759980Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/graph_module.py", line 71, in _exec_with_source 2022-09-27T15:36:27.8760549Z exec(compile(src, key, 'exec'), globals) 2022-09-27T15:36:27.8760892Z File ".546", line 4 2022-09-27T15:36:27.8761397Z SyntaxError: duplicate argument 'self' in function definition 2022-09-27T15:36:27.8761672Z 2022-09-27T15:36:27.8761787Z from user code: 2022-09-27T15:36:27.8762144Z File "test_nn.py", line 8846, in > 2022-09-27T15:36:27.8762875Z gradcheck(lambda self, target: nn.BCEWithLogitsLoss(reduction=reduction)(self, target), 2022-09-27T15:36:27.8763202Z 2022-09-27T15:36:27.8763424Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:27.8763793Z ========== 2022-09-27T15:36:27.8996539Z ok (0.039s) 2022-09-27T15:36:27.9255974Z test_bce_with_logits_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.025s) 2022-09-27T15:36:27.9549962Z test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none (__main__.TestNN) ... ok (0.029s) 2022-09-27T15:36:27.9682732Z test_bce_with_logits_raises_if_target_and_input_are_different_size (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:28.0194508Z test_bce_with_logits_stability (__main__.TestNN) ... ok (0.051s) 2022-09-27T15:36:28.0468099Z test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.027s) 2022-09-27T15:36:28.1131303Z test_bilinear (__main__.TestNN) ... ok (0.066s) 2022-09-27T15:36:28.1378738Z test_bilinear_broadcasting (__main__.TestNN) ... ok (0.024s) 2022-09-27T15:36:28.3101874Z test_bilinear_no_bias (__main__.TestNN) ... ok (0.172s) 2022-09-27T15:36:28.4313959Z test_bilinear_non_contiguous (__main__.TestNN) ... ok (0.121s) 2022-09-27T15:36:28.4327979Z test_broadcast_double_backwards_gpu (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:36:28.4338553Z test_broadcast_no_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:36:28.4352745Z test_broadcast_not_requiring_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:36:28.4824474Z test_buffer_not_persistent (__main__.TestNN) ... ok (0.047s) 2022-09-27T15:36:28.6171950Z test_buffer_not_persistent_assign (__main__.TestNN) ... ok (0.134s) 2022-09-27T15:36:28.6306127Z test_buffer_not_persistent_del (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:28.6442022Z test_buffer_not_persistent_load (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:28.7383914Z test_buffer_not_persistent_overwrite (__main__.TestNN) ... ok (0.094s) 2022-09-27T15:36:28.7909155Z test_buffers_and_named_buffers (__main__.TestNN) ... ok (0.052s) 2022-09-27T15:36:28.7924319Z test_caching_parametrization (__main__.TestNN) 2022-09-27T15:36:28.7990342Z Test the caching system of a parametrization ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward test_nn.py line 3053 2022-09-27T15:36:28.7990830Z due to: 2022-09-27T15:36:28.7991143Z Traceback (most recent call last): 2022-09-27T15:36:28.7991829Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 507, in call_method 2022-09-27T15:36:28.7992310Z *proxy_args_kwargs([self] + args, kwargs), 2022-09-27T15:36:28.7992739Z TypeError: can only concatenate list (not "tuple") to list 2022-09-27T15:36:28.7993164Z 2022-09-27T15:36:28.7993283Z from user code: 2022-09-27T15:36:28.7993611Z File "test_nn.py", line 3055, in forward 2022-09-27T15:36:28.7993973Z return X - X.T 2022-09-27T15:36:28.7994155Z 2022-09-27T15:36:28.7994383Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:28.7994750Z ========== 2022-09-27T15:36:28.8102347Z ok (0.019s) 2022-09-27T15:36:28.8120715Z test_caching_parametrization_with_transfer_parametrizations_and_params (__main__.TestNN) 2022-09-27T15:36:28.8188968Z Test that transferring parametrizations doesn't cause issues with caching ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward test_nn.py line 3078 2022-09-27T15:36:28.8189500Z due to: 2022-09-27T15:36:28.8189809Z Traceback (most recent call last): 2022-09-27T15:36:28.8190297Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 507, in call_method 2022-09-27T15:36:28.8190770Z *proxy_args_kwargs([self] + args, kwargs), 2022-09-27T15:36:28.8191198Z TypeError: can only concatenate list (not "tuple") to list 2022-09-27T15:36:28.8191432Z 2022-09-27T15:36:28.8191560Z from user code: 2022-09-27T15:36:28.8191886Z File "test_nn.py", line 3080, in forward 2022-09-27T15:36:28.8192257Z return X - X.T 2022-09-27T15:36:28.8192671Z 2022-09-27T15:36:28.8192985Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:28.8193351Z ========== 2022-09-27T15:36:28.8300811Z ok (0.019s) 2022-09-27T15:36:28.8466905Z test_call_supports_python_dict_output (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1078: UserWarning: Using non-full backward hooks on a Module that does not return a single Tensor or a tuple of Tensors is deprecated and will be removed in future versions. This hook will be missing some of the grad_output. Please use register_full_backward_hook to get the documented behavior. 2022-09-27T15:36:28.8468113Z warnings.warn("Using non-full backward hooks on a Module that does not return a " 2022-09-27T15:36:28.8481357Z ok (0.017s) 2022-09-27T15:36:28.9274650Z test_channel_shuffle (__main__.TestNN) ... ok (0.079s) 2022-09-27T15:36:28.9494906Z test_channel_shuffle_return_self (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:36:28.9974473Z test_children (__main__.TestNN) ... ok (0.047s) 2022-09-27T15:36:29.0791713Z test_clip_grad_norm (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 2209 2022-09-27T15:36:29.0792235Z due to: 2022-09-27T15:36:29.0792554Z Traceback (most recent call last): 2022-09-27T15:36:29.0793203Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 67, in visit 2022-09-27T15:36:29.0793656Z return n.meta["example_value"] 2022-09-27T15:36:29.0794055Z KeyError: 'example_value' 2022-09-27T15:36:29.0794244Z 2022-09-27T15:36:29.0794729Z from user code: 2022-09-27T15:36:29.0795114Z File "test_nn.py", line 2231, in 2022-09-27T15:36:29.0795530Z p._grad = g.clone().view_as(p.data) 2022-09-27T15:36:29.0795744Z 2022-09-27T15:36:29.0795957Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:29.0796331Z ========== 2022-09-27T15:36:29.1676707Z ok (0.170s) 2022-09-27T15:36:29.2123817Z test_clip_grad_value (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 2265 2022-09-27T15:36:29.2124433Z due to: 2022-09-27T15:36:29.2124772Z Traceback (most recent call last): 2022-09-27T15:36:29.2125445Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 67, in visit 2022-09-27T15:36:29.2125954Z return n.meta["example_value"] 2022-09-27T15:36:29.2126436Z KeyError: 'example_value' 2022-09-27T15:36:29.2126671Z 2022-09-27T15:36:29.2126807Z from user code: 2022-09-27T15:36:29.2127214Z File "test_nn.py", line 2271, in 2022-09-27T15:36:29.2127730Z p._grad = g.clone().view_as(p.data) if g is not None else g 2022-09-27T15:36:29.2127993Z 2022-09-27T15:36:29.2128239Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:29.2128647Z ========== 2022-09-27T15:36:29.2150632Z ok (0.047s) 2022-09-27T15:36:29.2166376Z test_compute_nparams_to_prune (__main__.TestNN) 2022-09-27T15:36:29.2187613Z Test that requested pruning `amount` gets translated into the ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_compute_nparams_to_prune test_nn.py line 3440 2022-09-27T15:36:29.2188229Z due to: 2022-09-27T15:36:29.2188563Z Traceback (most recent call last): 2022-09-27T15:36:29.2189042Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:36:29.2189718Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:36:29.2191289Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:36:29.2191667Z 2022-09-27T15:36:29.2191802Z from user code: 2022-09-27T15:36:29.2192177Z File "test_nn.py", line 3446, in test_compute_nparams_to_prune 2022-09-27T15:36:29.2192605Z prune._compute_nparams_toprune(amount=0, tensor_size=15), 2022-09-27T15:36:29.2193372Z 2022-09-27T15:36:29.2193570Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:29.2193892Z ========== 2022-09-27T15:36:29.2194168Z ok (0.004s) 2022-09-27T15:36:29.2363625Z test_container_copy (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:36:29.2666962Z test_conv2d_discontiguous_weight (__main__.TestNN) ... ok (0.030s) 2022-09-27T15:36:29.3932845Z test_conv_backcompat (__main__.TestNN) ... ok (0.126s) 2022-09-27T15:36:29.3950327Z test_conv_cudnn_memory_layout_dominance (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:36:29.4074026Z test_conv_invalid_groups (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:29.4422264Z test_conv_modules_raise_error_on_incorrect_input_size (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 6481 2022-09-27T15:36:29.4422791Z due to: 2022-09-27T15:36:29.4423116Z Traceback (most recent call last): 2022-09-27T15:36:29.4423579Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:36:29.4424089Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:36:29.4424594Z RuntimeError: Expected 2D (unbatched) or 3D (batched) input to conv1d, but got input of size: [3] 2022-09-27T15:36:29.4424915Z 2022-09-27T15:36:29.4425131Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:29.4425426Z 2022-09-27T15:36:29.4425579Z Traceback (most recent call last): 2022-09-27T15:36:29.4426048Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:29.4426506Z raise TorchRuntimeError() from e 2022-09-27T15:36:29.4426880Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:29.4427121Z 2022-09-27T15:36:29.4427234Z from user code: 2022-09-27T15:36:29.4427560Z File "test_nn.py", line 6481, in 2022-09-27T15:36:29.4427960Z self.assertRaises(RuntimeError, lambda: module(input)) 2022-09-27T15:36:29.4428224Z 2022-09-27T15:36:29.4428443Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:29.4428814Z ========== 2022-09-27T15:36:29.5388461Z ok (0.131s) 2022-09-27T15:36:29.5500706Z test_conv_padding_mode (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:29.8774457Z test_conv_shapecheck (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-09-27T15:36:29.8775725Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T15:36:29.9359159Z ok (0.385s) 2022-09-27T15:36:29.9654612Z test_conv_tbc (__main__.TestNN) ... ok (0.029s) 2022-09-27T15:36:29.9672733Z test_convert_sync_batchnorm (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:36:29.9919939Z test_cosine_embedding_loss_invalid_shape (__main__.TestNN) ... ok (0.024s) 2022-09-27T15:36:30.0580270Z test_cosine_embedding_loss_margin_no_reduce (__main__.TestNN) ... ok (0.065s) 2022-09-27T15:36:30.1220930Z test_cosine_embedding_loss_no_reduce (__main__.TestNN) ... ok (0.063s) 2022-09-27T15:36:30.1934722Z test_cosine_embedding_loss_with_diff_type (__main__.TestNN) ... ok (0.071s) 2022-09-27T15:36:30.6654292Z test_cosine_similarity (__main__.TestNN) ... ok (0.470s) 2022-09-27T15:36:30.6730436Z test_cross_entropy_loss (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:33.8406951Z test_cross_entropy_loss_precision (__main__.TestNN) ... ok (3.167s) 2022-09-27T15:36:33.8505438Z test_cross_entropy_loss_zero_div (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:33.8518759Z test_cudnn_non_contiguous (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:36:33.8532408Z test_cudnn_noncontiguous_weight (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:36:33.8543119Z test_cudnn_rnn_dropout_states_device (__main__.TestNN) ... skip: CUDNN or multi-gpu not available (0.001s) 2022-09-27T15:36:33.8570485Z test_cudnn_weight_format (__main__.TestNN) ... skip: CUDNN not available (0.002s) 2022-09-27T15:36:33.8593294Z test_cudnn_weight_tying (__main__.TestNN) ... skip: CUDNN not available (0.002s) 2022-09-27T15:36:33.8605895Z test_custom_from_mask_pruning (__main__.TestNN) 2022-09-27T15:36:33.8666290Z Test that the CustomFromMask is capable of receiving ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_custom_from_mask_pruning test_nn.py line 4091 2022-09-27T15:36:33.8666682Z due to: 2022-09-27T15:36:33.8666891Z Traceback (most recent call last): 2022-09-27T15:36:33.8667182Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:36:33.8667609Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:36:33.8668130Z AssertionError: torch.* op returned non-Tensor CustomFromMask call_function 2022-09-27T15:36:33.8668376Z 2022-09-27T15:36:33.8668448Z from user code: 2022-09-27T15:36:33.8668695Z File "test_nn.py", line 4104, in test_custom_from_mask_pruning 2022-09-27T15:36:33.8668991Z p = prune.CustomFromMask(mask=mask) 2022-09-27T15:36:33.8669171Z 2022-09-27T15:36:33.8669306Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:33.8669526Z ========== 2022-09-27T15:36:33.8669676Z ok (0.007s) 2022-09-27T15:36:33.8694552Z test_deepcopy_after_parametrization (__main__.TestNN) 2022-09-27T15:36:33.9790810Z Test that we are able to create a deepcopy of the module when it's parametrized. ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __deepcopy__ test_nn.py line 3154 2022-09-27T15:36:33.9791154Z due to: 2022-09-27T15:36:33.9791358Z Traceback (most recent call last): 2022-09-27T15:36:33.9791649Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/nn_module.py", line 475, in call_method 2022-09-27T15:36:33.9791970Z if id(method.__code__) in self._nn_module_method_ids(): 2022-09-27T15:36:33.9792308Z AttributeError: 'builtin_function_or_method' object has no attribute '__code__' 2022-09-27T15:36:33.9792481Z 2022-09-27T15:36:33.9792553Z from user code: 2022-09-27T15:36:33.9792962Z File "test_nn.py", line 3155, in __deepcopy__ 2022-09-27T15:36:33.9793275Z result = self.__new__(self.__class__) 2022-09-27T15:36:33.9793403Z 2022-09-27T15:36:33.9793536Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:33.9793758Z ========== 2022-09-27T15:36:34.0519795Z ok (0.184s) 2022-09-27T15:36:34.1183197Z test_dir (__main__.TestNN) ... ok (0.066s) 2022-09-27T15:36:35.2075673Z test_dir_digit (__main__.TestNN) ... ok (1.089s) 2022-09-27T15:36:35.2382208Z test_elu_inplace_gradgrad (__main__.TestNN) ... ok (0.030s) 2022-09-27T15:36:35.2740884Z test_elu_inplace_on_view (__main__.TestNN) ... ok (0.035s) 2022-09-27T15:36:35.3047090Z test_embedding_bag_from_pretrained (__main__.TestNN) ... ok (0.030s) 2022-09-27T15:36:35.3186815Z test_embedding_bag_from_pretrained_padding_idx (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:35.3539868Z test_embedding_bag_functional (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 5282 2022-09-27T15:36:35.3540490Z due to: 2022-09-27T15:36:35.3540778Z Traceback (most recent call last): 2022-09-27T15:36:35.3541076Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/nn_module.py", line 475, in call_method 2022-09-27T15:36:35.3541381Z if id(method.__code__) in self._nn_module_method_ids(): 2022-09-27T15:36:35.3541703Z AttributeError: 'classmethod' object has no attribute '__code__' 2022-09-27T15:36:35.3541864Z 2022-09-27T15:36:35.3541938Z from user code: 2022-09-27T15:36:35.3542181Z File "test_nn.py", line 5283, in 2022-09-27T15:36:35.3542681Z embed_old = embed_old.from_pretrained(embeddings, padding_idx=2) 2022-09-27T15:36:35.3542845Z 2022-09-27T15:36:35.3542979Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:35.3543200Z ========== 2022-09-27T15:36:35.3545567Z ok (0.035s) 2022-09-27T15:36:35.3758552Z test_embedding_bag_padding_idx_error (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:36:35.4024692Z test_embedding_from_pretrained (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:36:35.4557554Z test_embedding_from_pretrained_options (__main__.TestNN) ... ok (0.053s) 2022-09-27T15:36:35.4751993Z test_embedding_from_pretrained_padding_idx (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:36:35.5158835Z test_embedding_functional (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 5261 2022-09-27T15:36:35.5159187Z due to: 2022-09-27T15:36:35.5159374Z Traceback (most recent call last): 2022-09-27T15:36:35.5159666Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/nn_module.py", line 475, in call_method 2022-09-27T15:36:35.5159990Z if id(method.__code__) in self._nn_module_method_ids(): 2022-09-27T15:36:35.5160320Z AttributeError: 'classmethod' object has no attribute '__code__' 2022-09-27T15:36:35.5160485Z 2022-09-27T15:36:35.5160543Z from user code: 2022-09-27T15:36:35.5160787Z File "test_nn.py", line 5262, in 2022-09-27T15:36:35.5161086Z embed_old = embed_old.from_pretrained(embeddings, padding_idx=2) 2022-09-27T15:36:35.5161252Z 2022-09-27T15:36:35.5161385Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:35.5161589Z ========== 2022-09-27T15:36:35.5163043Z ok (0.041s) 2022-09-27T15:36:35.5490407Z test_embedding_max_norm (__main__.TestNN) ... ok (0.032s) 2022-09-27T15:36:35.5504043Z test_embedding_max_norm_unsorted_repeating_indices (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:36:35.5836737Z test_embedding_sparse_basic (__main__.TestNN) ... ok (0.033s) 2022-09-27T15:36:35.6585366Z test_embedding_sparse_empty_tensor (__main__.TestNN) ... ok (0.074s) 2022-09-27T15:36:35.6876346Z test_embeddingbag_from_pretrained (__main__.TestNN) ... ok (0.029s) 2022-09-27T15:36:35.7367399Z test_embeddingbag_from_pretrained_options (__main__.TestNN) ... ok (0.048s) 2022-09-27T15:36:35.7729980Z test_error_RNN_seq_len_zero (__main__.TestNN) ... ok (0.036s) 2022-09-27T15:36:35.8096079Z test_errors_parametrized_tensor_parametrization (__main__.TestNN) ... ok (0.036s) 2022-09-27T15:36:35.8926612Z test_errors_unparametrized_tensor_parametrization (__main__.TestNN) ... ok (0.082s) 2022-09-27T15:36:35.9078075Z test_extra_state (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:36:35.9154104Z test_extra_state_missing_get_extra_state (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:35.9230243Z test_extra_state_missing_set_extra_state (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:35.9330584Z test_extra_state_non_dict (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:35.9483358Z test_fb_fc_packed (__main__.TestNN) ... test_nn.py:5326: UserWarning: fbgemm_pack_gemm_matrix_fp16 is deprecated and will be removed in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/QuantizedLinear.cpp:374.) 2022-09-27T15:36:35.9483929Z packed_w_tensor = torch.fbgemm_pack_gemm_matrix_fp16(w_tensor) 2022-09-27T15:36:35.9485109Z test_nn.py:5327: UserWarning: fbgemm_linear_fp16_weight_fp32_activation is deprecated and will be removed in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/QuantizedLinear.cpp:409.) 2022-09-27T15:36:35.9485588Z actual_output = torch.fbgemm_linear_fp16_weight(x_tensor, packed_w_tensor, b_tensor) 2022-09-27T15:36:35.9490787Z ok (0.016s) 2022-09-27T15:36:35.9662612Z test_flatten (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:36:36.0133206Z test_fold_invalid_arg (__main__.TestNN) ... ok (0.046s) 2022-09-27T15:36:36.2167920Z test_functional_grad_conv (__main__.TestNN) ... ok (0.203s) 2022-09-27T15:36:36.8304077Z test_functional_grad_conv2d (__main__.TestNN) ... ok (0.613s) 2022-09-27T15:36:36.8450419Z test_gaussian_nll_loss_args (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:36:36.9698397Z test_gaussian_nll_loss_broadcasting (__main__.TestNN) ... ok (0.124s) 2022-09-27T15:36:37.0534044Z test_gaussian_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.083s) 2022-09-27T15:36:37.0965587Z test_get_buffer (__main__.TestNN) ... ok (0.043s) 2022-09-27T15:36:37.1143581Z test_get_buffer_from_submodules (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:36:37.1193226Z test_getattr_with_property (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT some_property test_nn.py line 1246 2022-09-27T15:36:37.1193761Z due to: 2022-09-27T15:36:37.1194139Z Traceback (most recent call last): 2022-09-27T15:36:37.1194453Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-09-27T15:36:37.1194742Z if isinstance(subobj, property): 2022-09-27T15:36:37.1195119Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-09-27T15:36:37.1195304Z 2022-09-27T15:36:37.1195374Z from user code: 2022-09-27T15:36:37.1195565Z File "test_nn.py", line 1248, in some_property 2022-09-27T15:36:37.1195803Z return self.something_that_doesnt_exist 2022-09-27T15:36:37.1195940Z 2022-09-27T15:36:37.1196070Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:37.1196289Z ========== 2022-09-27T15:36:37.2000571Z expected failure (0.085s) 2022-09-27T15:36:37.2020984Z test_global_pruning (__main__.TestNN) 2022-09-27T15:36:37.2580696Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.057s) 2022-09-27T15:36:37.2602981Z test_global_pruning_importance_scores (__main__.TestNN) 2022-09-27T15:36:37.2881834Z Test that global l1 unstructured pruning over 2 parameters removes ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 4052 2022-09-27T15:36:37.2882286Z due to: 2022-09-27T15:36:37.2882474Z Traceback (most recent call last): 2022-09-27T15:36:37.2882764Z File "/var/lib/jenkins/torchdynamo/torchdynamo/symbolic_convert.py", line 852, in BUILD_MAP 2022-09-27T15:36:37.2883091Z isinstance(k, TensorVariable) and k.parameter_value is not None 2022-09-27T15:36:37.2883310Z AssertionError 2022-09-27T15:36:37.2883418Z 2022-09-27T15:36:37.2883490Z from user code: 2022-09-27T15:36:37.2883740Z File "test_nn.py", line 4073, in 2022-09-27T15:36:37.2884037Z (n, 'weight'): n_importance_scores, 2022-09-27T15:36:37.2884165Z 2022-09-27T15:36:37.2884297Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:37.2884515Z ========== 2022-09-27T15:36:37.2891290Z ok (0.031s) 2022-09-27T15:36:37.3527812Z test_grad_conv1d_input (__main__.TestNN) ... ok (0.063s) 2022-09-27T15:36:37.3866399Z test_grad_conv1d_weight (__main__.TestNN) ... ok (0.033s) 2022-09-27T15:36:37.4247537Z test_grad_conv2d_input (__main__.TestNN) ... ok (0.037s) 2022-09-27T15:36:37.4628281Z test_grad_conv2d_weight (__main__.TestNN) ... ok (0.037s) 2022-09-27T15:36:37.5198767Z test_grad_conv3d_input (__main__.TestNN) ... ok (0.056s) 2022-09-27T15:36:37.5724092Z test_grad_conv3d_weight (__main__.TestNN) ... ok (0.052s) 2022-09-27T15:36:38.8946290Z test_grid_sample (__main__.TestNN) ... ok (1.322s) 2022-09-27T15:36:38.9410533Z test_grid_sample_3d (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_grid_sample_3d test_nn.py line 9972 2022-09-27T15:36:38.9411012Z due to: 2022-09-27T15:36:38.9411325Z Traceback (most recent call last): 2022-09-27T15:36:38.9411828Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:36:38.9412297Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:36:38.9413162Z TypeError: randn() received an invalid combination of arguments - got (FakeTensor, FakeTensor, FakeTensor, FakeTensor, FakeTensor, requires_grad=bool), but expected one of: 2022-09-27T15:36:38.9414280Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:36:38.9415205Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:36:38.9415955Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:36:38.9416707Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:36:38.9417110Z 2022-09-27T15:36:38.9417117Z 2022-09-27T15:36:38.9417234Z from user code: 2022-09-27T15:36:38.9417596Z File "test_nn.py", line 10085, in test_grid_sample_3d 2022-09-27T15:36:38.9418007Z input = torch.randn(N, C, D, H, W, requires_grad=True) 2022-09-27T15:36:38.9418249Z 2022-09-27T15:36:38.9418465Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:38.9418839Z ========== 2022-09-27T15:36:39.5113699Z ok (0.616s) 2022-09-27T15:36:39.5641497Z test_grid_sample_error_checking (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4224: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-09-27T15:36:39.5642469Z "Default grid_sample and affine_grid behavior has changed " 2022-09-27T15:36:39.5685795Z ok (0.057s) 2022-09-27T15:36:39.5703517Z test_grouped_conv_cudnn_nhwc_support (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:36:39.6996065Z test_hardtanh_backward (__main__.TestNN) ... ok (0.128s) 2022-09-27T15:36:39.7329676Z test_hardtanh_inplace_gradgrad (__main__.TestNN) ... ok (0.033s) 2022-09-27T15:36:39.7884403Z test_hook_backward_size (__main__.TestNN) ... ok (0.055s) 2022-09-27T15:36:39.7905237Z test_hook_backward_writeable (__main__.TestNN) ... skip: TorchDynamo does not work well with hooks (0.002s) 2022-09-27T15:36:39.8312287Z test_hook_cpp (__main__.TestNN) ... ok (0.040s) 2022-09-27T15:36:39.8633169Z test_hook_extra_input (__main__.TestNN) ... ok (0.031s) 2022-09-27T15:36:39.8654683Z test_hook_forward_preforward_writable (__main__.TestNN) ... skip: TorchDynamo does not work well with hooks (0.002s) 2022-09-27T15:36:39.8831636Z test_hook_inplace (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward test_nn.py line 439 2022-09-27T15:36:39.8832095Z due to: 2022-09-27T15:36:39.8832419Z Traceback (most recent call last): 2022-09-27T15:36:39.8832984Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:36:39.8833486Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:36:39.8834109Z RuntimeError: a leaf Variable that requires grad is being used in an in-place operation. 2022-09-27T15:36:39.8834423Z 2022-09-27T15:36:39.8834643Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:39.8834918Z 2022-09-27T15:36:39.8835073Z Traceback (most recent call last): 2022-09-27T15:36:39.8835535Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:39.8835987Z raise TorchRuntimeError() from e 2022-09-27T15:36:39.8836372Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:39.8836608Z 2022-09-27T15:36:39.8836720Z from user code: 2022-09-27T15:36:39.8837043Z File "test_nn.py", line 442, in forward 2022-09-27T15:36:39.8837332Z inp += 1 2022-09-27T15:36:39.8837496Z 2022-09-27T15:36:39.8837712Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:39.8838076Z ========== 2022-09-27T15:36:39.8942151Z ok (0.028s) 2022-09-27T15:36:39.9247200Z test_hook_invalid_outputs (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1113: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-09-27T15:36:39.9248425Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-09-27T15:36:39.9264284Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1113: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-09-27T15:36:39.9265385Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-09-27T15:36:39.9322287Z ok (0.038s) 2022-09-27T15:36:39.9634203Z test_hook_last_arg_requires_grad (__main__.TestNN) ... ok (0.031s) 2022-09-27T15:36:39.9658151Z test_hook_no_requires_grad (__main__.TestNN) ... skip: TorchDynamo does not work well with hooks (0.002s) 2022-09-27T15:36:40.0183958Z test_hook_non_full_warning (__main__.TestNN) ... ok (0.052s) 2022-09-27T15:36:40.0474511Z test_hook_requires_grad (__main__.TestNN) ... ok (0.029s) 2022-09-27T15:36:40.0488997Z test_hooks (__main__.TestNN) ... skip: TorchDynamo does not work well with hooks (0.001s) 2022-09-27T15:36:40.1226245Z test_huber_loss_invalid_delta (__main__.TestNN) ... ok (0.073s) 2022-09-27T15:36:40.1242743Z test_identity_pruning (__main__.TestNN) 2022-09-27T15:36:40.2516948Z Test that a mask of 1s does not change forward or backward. ... ok (0.128s) 2022-09-27T15:36:40.2545122Z test_initialization_parametrization (__main__.TestNN) 2022-09-27T15:36:40.2628629Z Test that it is possible to initialize a parametrization when it ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward test_nn.py line 2665 2022-09-27T15:36:40.2629238Z due to: 2022-09-27T15:36:40.2629519Z Traceback (most recent call last): 2022-09-27T15:36:40.2629908Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 507, in call_method 2022-09-27T15:36:40.2630200Z *proxy_args_kwargs([self] + args, kwargs), 2022-09-27T15:36:40.2630451Z TypeError: can only concatenate list (not "tuple") to list 2022-09-27T15:36:40.2630590Z 2022-09-27T15:36:40.2630660Z from user code: 2022-09-27T15:36:40.2630855Z File "test_nn.py", line 2667, in forward 2022-09-27T15:36:40.2631087Z return A - A.T 2022-09-27T15:36:40.2631183Z 2022-09-27T15:36:40.2631317Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:40.2631533Z ========== 2022-09-27T15:36:40.3455159Z ok (0.093s) 2022-09-27T15:36:40.3534707Z test_inplace_thnn (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:41.4192964Z test_interpolate (__main__.TestNN) ... ok (1.065s) 2022-09-27T15:36:41.4277786Z test_interpolate_bicubic_2d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:41.4293241Z test_interpolate_bicubic_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.4361799Z test_interpolate_bicubic_2d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:41.4375350Z test_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.4461067Z test_interpolate_bicubic_scale_2d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:41.4473161Z test_interpolate_bicubic_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.4552566Z test_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:41.4565024Z test_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.4637347Z test_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:41.4710440Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:41.4722795Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.4734767Z test_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.4808306Z test_interpolate_bicubic_tuple_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:41.4880372Z test_interpolate_bicubic_tuple_2d_align_corners (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:41.4892413Z test_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.4903900Z test_interpolate_bicubic_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.4981337Z test_interpolate_bilinear_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:41.4993166Z test_interpolate_bilinear_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.5057781Z test_interpolate_bilinear_2d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:41.5069888Z test_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.5148038Z test_interpolate_bilinear_scale_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:41.5159650Z test_interpolate_bilinear_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.5234005Z test_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:41.5245892Z test_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.5315160Z test_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:41.5383817Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:41.5395725Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.5407471Z test_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.5476541Z test_interpolate_bilinear_tuple_2d (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:41.5544711Z test_interpolate_bilinear_tuple_2d_align_corners (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:41.5556412Z test_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.5568992Z test_interpolate_bilinear_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.5582980Z test_interpolate_illegal_memory_access (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:36:41.5652707Z test_interpolate_linear_1d (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:41.5719660Z test_interpolate_linear_1d_align_corners (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:41.5731819Z test_interpolate_linear_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.5743334Z test_interpolate_linear_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.5804452Z test_interpolate_linear_1d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:41.5815935Z test_interpolate_linear_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.5892455Z test_interpolate_linear_scale_1d (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:41.5949930Z test_interpolate_linear_scale_1d_align_corners (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:41.5961377Z test_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.5972864Z test_interpolate_linear_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.6038820Z test_interpolate_linear_tuple_1d (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:41.6050334Z test_interpolate_linear_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.6116128Z test_interpolate_nearest_1d (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:41.6127597Z test_interpolate_nearest_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.6188881Z test_interpolate_nearest_1d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:41.6200181Z test_interpolate_nearest_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.6274749Z test_interpolate_nearest_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:41.6287970Z test_interpolate_nearest_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.6369139Z test_interpolate_nearest_2d_launch_configs (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:41.6381293Z test_interpolate_nearest_2d_launch_configs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.6446298Z test_interpolate_nearest_2d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:36:41.6457876Z test_interpolate_nearest_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.6575838Z test_interpolate_nearest_3d (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:41.6592180Z test_interpolate_nearest_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.6676085Z test_interpolate_nearest_3d_zero_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:41.6691856Z test_interpolate_nearest_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.6779056Z test_interpolate_nearest_scale_1d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:41.6794569Z test_interpolate_nearest_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.6892067Z test_interpolate_nearest_scale_2d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:41.6908525Z test_interpolate_nearest_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.7061802Z test_interpolate_nearest_scale_3d (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:36:41.7079206Z test_interpolate_nearest_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.7165540Z test_interpolate_nearest_tuple_1d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:41.7181148Z test_interpolate_nearest_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.7277387Z test_interpolate_nearest_tuple_2d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:41.7293230Z test_interpolate_nearest_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.7427934Z test_interpolate_nearest_tuple_3d (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:41.7443841Z test_interpolate_nearest_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.7583667Z test_interpolate_trilinear_3d (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:41.7599809Z test_interpolate_trilinear_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.7683849Z test_interpolate_trilinear_3d_zero_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:41.7700282Z test_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.7836710Z test_interpolate_trilinear_scale_3d (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:41.7965408Z test_interpolate_trilinear_scale_3d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:36:41.7983191Z test_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.8000910Z test_interpolate_trilinear_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.8103068Z test_interpolate_trilinear_tuple_3d (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:36:41.8203763Z test_interpolate_trilinear_tuple_3d_align_corners (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:41.8222419Z test_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.8239136Z test_interpolate_trilinear_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:41.8828827Z test_invalid_conv1d (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-09-27T15:36:41.8829588Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T15:36:41.9122772Z ok (0.088s) 2022-09-27T15:36:42.0322966Z test_invalid_conv2d (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-09-27T15:36:42.0323684Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T15:36:42.0610130Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-09-27T15:36:42.0610784Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T15:36:42.1031148Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-09-27T15:36:42.1031792Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T15:36:42.1162729Z ok (0.203s) 2022-09-27T15:36:42.1978040Z test_invalid_conv3d (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-09-27T15:36:42.1978774Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T15:36:42.2264597Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-09-27T15:36:42.2265494Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T15:36:42.2550704Z ok (0.138s) 2022-09-27T15:36:42.2670648Z test_kl_div_log_softmax_target (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:42.2735041Z test_kl_div_with_diff_type (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:36:42.2735736Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:36:42.2967624Z ok (0.029s) 2022-09-27T15:36:42.3039203Z test_kl_div_with_diff_type_log_target (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:36:42.3039907Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:36:42.3279193Z ok (0.031s) 2022-09-27T15:36:51.8427542Z test_l1_loss_correct (__main__.TestNN) ... ok (9.514s) 2022-09-27T15:36:51.8446465Z test_l1_unstructured_pruning (__main__.TestNN) 2022-09-27T15:36:51.8926085Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.049s) 2022-09-27T15:36:51.8944483Z test_l1_unstructured_pruning_with_importance_scores (__main__.TestNN) 2022-09-27T15:36:51.9468479Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.054s) 2022-09-27T15:36:52.1741722Z test_layer_norm_grads_with_create_graph_flag (__main__.TestNN) ... ok (0.227s) 2022-09-27T15:36:52.1950346Z test_linear_broadcasting (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:36:52.1966962Z test_ln_structured_pruning (__main__.TestNN) 2022-09-27T15:36:52.2519758Z Check Ln structured pruning by hand. ... ok (0.056s) 2022-09-27T15:36:52.2538577Z test_ln_structured_pruning_importance_scores (__main__.TestNN) 2022-09-27T15:36:52.3174951Z Check Ln structured pruning by hand. ... ok (0.065s) 2022-09-27T15:36:52.5706796Z test_load_state_dict (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 6016 2022-09-27T15:36:52.5707335Z due to: 2022-09-27T15:36:52.5707565Z Traceback (most recent call last): 2022-09-27T15:36:52.5707969Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/immutable_collections.py", line 16, in _no_mutation 2022-09-27T15:36:52.5708419Z raise NotImplementedError(f"'{type(self).__name__}' object does not support mutation. {_help_mutation}") 2022-09-27T15:36:52.5708950Z NotImplementedError: 'immutable_dict' object does not support mutation. If you are attempting to modify the kwargs or args of a torch.fx.Node object, 2022-09-27T15:36:52.5709320Z instead create a new copy of it and assign the copy to the node: 2022-09-27T15:36:52.5709573Z new_args = ... # copy and mutate args 2022-09-27T15:36:52.5709763Z node.args = new_args 2022-09-27T15:36:52.5709879Z 2022-09-27T15:36:52.5709884Z 2022-09-27T15:36:52.5710021Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:52.5710188Z 2022-09-27T15:36:52.5710282Z Traceback (most recent call last): 2022-09-27T15:36:52.5710565Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:52.5710827Z raise TorchRuntimeError() from e 2022-09-27T15:36:52.5711061Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:52.5711204Z 2022-09-27T15:36:52.5711275Z from user code: 2022-09-27T15:36:52.5711685Z File "test_nn.py", line 6022, in 2022-09-27T15:36:52.5712083Z torch.nn.modules.utils.consume_prefix_in_state_dict_if_present(ddp_state_dict, 'module.') 2022-09-27T15:36:52.5712279Z 2022-09-27T15:36:52.5712414Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:52.5712623Z ========== 2022-09-27T15:36:52.6218554Z ok (0.304s) 2022-09-27T15:36:52.6409309Z test_load_state_dict_BC (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:36:52.6648545Z test_load_state_dict_custom (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:36:52.6882455Z test_load_state_dict_invalid (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:36:52.6897810Z test_load_state_dict_ref_cycle (__main__.TestNN) ... skip: TorchDynamo fails here for unknown reasons (0.001s) 2022-09-27T15:36:52.7036262Z test_load_state_dict_type (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:52.7196653Z test_log_softmax_cpu (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:36:52.7280687Z test_log_softmax_dim0 (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:52.7295818Z test_log_softmax_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:52.7376371Z test_log_softmax_dim3 (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:52.7390768Z test_log_softmax_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:52.7469116Z test_log_softmax_lastdim (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:52.7484227Z test_log_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:52.7534525Z test_log_softmax_scalar (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:36:52.7547959Z test_log_softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:52.7627026Z test_log_softmax_spatial (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:36:52.7641213Z test_log_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:52.7728493Z test_log_softmax_spatial_special (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:36:52.7742465Z test_log_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:52.8510768Z test_loss_equal_input_target_shape (__main__.TestNN) ... /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:36:52.8511646Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:36:52.8547114Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 6778 2022-09-27T15:36:52.8547544Z due to: 2022-09-27T15:36:52.8547847Z Traceback (most recent call last): 2022-09-27T15:36:52.8548471Z File "/opt/conda/lib/python3.7/site-packages/torch/functional.py", line 73, in broadcast_tensors 2022-09-27T15:36:52.8549137Z return _VF.broadcast_tensors(tensors) # type: ignore[attr-defined] 2022-09-27T15:36:52.8549819Z RuntimeError: The size of tensor a (5) must match the size of tensor b (3) at non-singleton dimension 1 2022-09-27T15:36:52.8550138Z 2022-09-27T15:36:52.8550367Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:52.8550653Z 2022-09-27T15:36:52.8550790Z Traceback (most recent call last): 2022-09-27T15:36:52.8551249Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:52.8551707Z raise TorchRuntimeError() from e 2022-09-27T15:36:52.8552094Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:52.8552320Z 2022-09-27T15:36:52.8552429Z from user code: 2022-09-27T15:36:52.8552883Z File "test_nn.py", line 6778, in 2022-09-27T15:36:52.8553295Z self.assertRaises(Exception, lambda: fn(input, target)) 2022-09-27T15:36:52.8553549Z 2022-09-27T15:36:52.8553751Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:52.8554340Z ========== 2022-09-27T15:36:52.8563904Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:36:52.8564984Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:36:52.8600517Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 6767 2022-09-27T15:36:52.8600937Z due to: 2022-09-27T15:36:52.8601259Z Traceback (most recent call last): 2022-09-27T15:36:52.8602004Z File "/opt/conda/lib/python3.7/site-packages/torch/functional.py", line 73, in broadcast_tensors 2022-09-27T15:36:52.8602632Z return _VF.broadcast_tensors(tensors) # type: ignore[attr-defined] 2022-09-27T15:36:52.8603320Z RuntimeError: The size of tensor a (5) must match the size of tensor b (3) at non-singleton dimension 1 2022-09-27T15:36:52.8603649Z 2022-09-27T15:36:52.8603877Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:52.8604154Z 2022-09-27T15:36:52.8604287Z Traceback (most recent call last): 2022-09-27T15:36:52.8604748Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:52.8605292Z raise TorchRuntimeError() from e 2022-09-27T15:36:52.8605682Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:52.8605922Z 2022-09-27T15:36:52.8606022Z from user code: 2022-09-27T15:36:52.8606343Z File "test_nn.py", line 6767, in 2022-09-27T15:36:52.8606783Z 'mse_loss': lambda x, y: F.mse_loss(x, y), 2022-09-27T15:36:52.8606999Z 2022-09-27T15:36:52.8607205Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:52.8607675Z ========== 2022-09-27T15:36:52.8608426Z test_nn.py:6767: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:36:52.8609171Z 'mse_loss': lambda x, y: F.mse_loss(x, y), 2022-09-27T15:36:52.8644276Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:36:52.8645030Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:36:52.8680355Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 6768 2022-09-27T15:36:52.8680810Z due to: 2022-09-27T15:36:52.8681132Z Traceback (most recent call last): 2022-09-27T15:36:52.8683573Z File "/opt/conda/lib/python3.7/site-packages/torch/functional.py", line 73, in broadcast_tensors 2022-09-27T15:36:52.8684228Z return _VF.broadcast_tensors(tensors) # type: ignore[attr-defined] 2022-09-27T15:36:52.8684943Z RuntimeError: The size of tensor a (5) must match the size of tensor b (3) at non-singleton dimension 1 2022-09-27T15:36:52.8685316Z 2022-09-27T15:36:52.8685542Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:52.8685816Z 2022-09-27T15:36:52.8685953Z Traceback (most recent call last): 2022-09-27T15:36:52.8686455Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:52.8686902Z raise TorchRuntimeError() from e 2022-09-27T15:36:52.8687987Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:52.8688289Z 2022-09-27T15:36:52.8688413Z from user code: 2022-09-27T15:36:52.8688771Z File "test_nn.py", line 6768, in 2022-09-27T15:36:52.8689266Z 'l1_loss': lambda x, y: F.l1_loss(x, y), 2022-09-27T15:36:52.8689498Z 2022-09-27T15:36:52.8689737Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:52.8690125Z ========== 2022-09-27T15:36:52.8690821Z test_nn.py:6768: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:36:52.8691842Z 'l1_loss': lambda x, y: F.l1_loss(x, y), 2022-09-27T15:36:52.8725638Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:36:52.8726421Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:36:52.8761980Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 6769 2022-09-27T15:36:52.8762377Z due to: 2022-09-27T15:36:52.8762688Z Traceback (most recent call last): 2022-09-27T15:36:52.8763321Z File "/opt/conda/lib/python3.7/site-packages/torch/functional.py", line 73, in broadcast_tensors 2022-09-27T15:36:52.8763980Z return _VF.broadcast_tensors(tensors) # type: ignore[attr-defined] 2022-09-27T15:36:52.8764662Z RuntimeError: The size of tensor a (5) must match the size of tensor b (3) at non-singleton dimension 1 2022-09-27T15:36:52.8764982Z 2022-09-27T15:36:52.8765261Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:52.8765546Z 2022-09-27T15:36:52.8765701Z Traceback (most recent call last): 2022-09-27T15:36:52.8766156Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:52.8766590Z raise TorchRuntimeError() from e 2022-09-27T15:36:52.8766973Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:52.8767207Z 2022-09-27T15:36:52.8767324Z from user code: 2022-09-27T15:36:52.8767629Z File "test_nn.py", line 6769, in 2022-09-27T15:36:52.8768118Z 'smooth_l1_loss': lambda x, y: F.smooth_l1_loss(x, y), 2022-09-27T15:36:52.8768350Z 2022-09-27T15:36:52.8768562Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:52.8768921Z ========== 2022-09-27T15:36:52.8769534Z test_nn.py:6769: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:36:52.8770301Z 'smooth_l1_loss': lambda x, y: F.smooth_l1_loss(x, y), 2022-09-27T15:36:52.8807642Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:36:52.8808402Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:36:52.8842619Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 6770 2022-09-27T15:36:52.8843054Z due to: 2022-09-27T15:36:52.8845167Z Traceback (most recent call last): 2022-09-27T15:36:52.8845945Z File "/opt/conda/lib/python3.7/site-packages/torch/functional.py", line 73, in broadcast_tensors 2022-09-27T15:36:52.8846619Z return _VF.broadcast_tensors(tensors) # type: ignore[attr-defined] 2022-09-27T15:36:52.8847306Z RuntimeError: The size of tensor a (5) must match the size of tensor b (3) at non-singleton dimension 1 2022-09-27T15:36:52.8847609Z 2022-09-27T15:36:52.8847843Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:52.8848114Z 2022-09-27T15:36:52.8848274Z Traceback (most recent call last): 2022-09-27T15:36:52.8848733Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:52.8849188Z raise TorchRuntimeError() from e 2022-09-27T15:36:52.8849557Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:52.8849794Z 2022-09-27T15:36:52.8849909Z from user code: 2022-09-27T15:36:52.8850233Z File "test_nn.py", line 6770, in 2022-09-27T15:36:52.8850668Z 'huber_loss': lambda x, y: F.huber_loss(x, y), 2022-09-27T15:36:52.8851074Z 2022-09-27T15:36:52.8851297Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:52.8851658Z ========== 2022-09-27T15:36:52.8852353Z test_nn.py:6770: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:36:52.8853196Z 'huber_loss': lambda x, y: F.huber_loss(x, y), 2022-09-27T15:36:52.8889419Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:36:52.8890491Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:36:52.8983945Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 6771 2022-09-27T15:36:52.8984371Z due to: 2022-09-27T15:36:52.8984665Z Traceback (most recent call last): 2022-09-27T15:36:52.8985237Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:36:52.8985683Z return self._op(*args, **kwargs or {}) 2022-09-27T15:36:52.8986310Z RuntimeError: The size of tensor a (3) must match the size of tensor b (5) at non-singleton dimension 1 2022-09-27T15:36:52.8986636Z 2022-09-27T15:36:52.8986863Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:52.8987131Z 2022-09-27T15:36:52.8987281Z Traceback (most recent call last): 2022-09-27T15:36:52.8987744Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:52.8988185Z raise TorchRuntimeError() from e 2022-09-27T15:36:52.8988564Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:52.8988810Z 2022-09-27T15:36:52.8988921Z from user code: 2022-09-27T15:36:52.8989234Z File "test_nn.py", line 6771, in 2022-09-27T15:36:52.8989660Z 'kl_div': lambda x, y: F.kl_div(x, y), 2022-09-27T15:36:52.8989867Z 2022-09-27T15:36:52.8990082Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:52.8990439Z ========== 2022-09-27T15:36:52.9147765Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 6772 2022-09-27T15:36:52.9148314Z due to: 2022-09-27T15:36:52.9148674Z Traceback (most recent call last): 2022-09-27T15:36:52.9149407Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:36:52.9149971Z return self._op(*args, **kwargs or {}) 2022-09-27T15:36:52.9150745Z RuntimeError: The size of tensor a (3) must match the size of tensor b (5) at non-singleton dimension 1 2022-09-27T15:36:52.9151158Z 2022-09-27T15:36:52.9151456Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:52.9151796Z 2022-09-27T15:36:52.9151984Z Traceback (most recent call last): 2022-09-27T15:36:52.9152634Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:52.9153315Z raise TorchRuntimeError() from e 2022-09-27T15:36:52.9153737Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:52.9154010Z 2022-09-27T15:36:52.9154132Z from user code: 2022-09-27T15:36:52.9154480Z File "test_nn.py", line 6772, in 2022-09-27T15:36:52.9155035Z 'poisson_nll_loss': lambda x, y: F.poisson_nll_loss(x, y), 2022-09-27T15:36:52.9155307Z 2022-09-27T15:36:52.9155545Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:52.9155935Z ========== 2022-09-27T15:36:52.9206270Z ok (0.146s) 2022-09-27T15:36:52.9799702Z test_margin_ranking_loss_margin_no_reduce (__main__.TestNN) ... ok (0.059s) 2022-09-27T15:36:53.0374222Z test_margin_ranking_loss_no_reduce (__main__.TestNN) ... ok (0.057s) 2022-09-27T15:36:53.0511818Z test_mismatch_shape_conv2d (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:53.1293487Z test_module_apply_inplace_op (__main__.TestNN) ... ok (0.078s) 2022-09-27T15:36:53.2177691Z test_module_backcompat (__main__.TestNN) ... ok (0.088s) 2022-09-27T15:36:53.2434342Z test_module_to_argparse (__main__.TestNN) ... ok (0.025s) 2022-09-27T15:36:53.2528393Z test_modules (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:53.3067807Z test_move_sparse_half_embedding (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 5183 2022-09-27T15:36:53.3068468Z due to: 2022-09-27T15:36:53.3068822Z Traceback (most recent call last): 2022-09-27T15:36:53.3069338Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:36:53.3069917Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:36:53.3070381Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:36:53.3070596Z 2022-09-27T15:36:53.3070668Z from user code: 2022-09-27T15:36:53.3070904Z File "test_nn.py", line 5185, in 2022-09-27T15:36:53.3071164Z if torch.cuda.is_available(): 2022-09-27T15:36:53.3071291Z 2022-09-27T15:36:53.3071423Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:53.3071631Z ========== 2022-09-27T15:36:53.3071791Z ok (0.053s) 2022-09-27T15:36:53.3778785Z test_mse_loss_size_warning (__main__.TestNN) ... ok (0.070s) 2022-09-27T15:36:55.8834597Z test_multihead_attention_average_attn_weights_False (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:5088: UserWarning: Byte tensor for attn_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead. 2022-09-27T15:36:55.8835794Z warnings.warn("Byte tensor for attn_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead.") 2022-09-27T15:36:55.8837531Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:5108: UserWarning: Byte tensor for key_padding_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead. 2022-09-27T15:36:55.8838753Z warnings.warn("Byte tensor for key_padding_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead.") 2022-09-27T15:36:56.1902108Z ok (2.812s) 2022-09-27T15:36:58.8437517Z test_multihead_attention_average_attn_weights_True (__main__.TestNN) ... ok (2.653s) 2022-09-27T15:36:58.9186584Z test_multihead_attn_3d_attn_mask (__main__.TestNN) ... ok (0.074s) 2022-09-27T15:36:58.9817122Z test_multihead_attn_fast_path_invalid_shape (__main__.TestNN) ... ok (0.062s) 2022-09-27T15:36:59.0413062Z test_multihead_attn_invalid_shape (__main__.TestNN) ... ok (0.059s) 2022-09-27T15:36:59.0719864Z test_multihead_attn_nested_tensor_outside_fast_path (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 5869 2022-09-27T15:36:59.0720502Z due to: 2022-09-27T15:36:59.0720828Z Traceback (most recent call last): 2022-09-27T15:36:59.0721426Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:36:59.0721883Z return self._op(*args, **kwargs or {}) 2022-09-27T15:36:59.0722811Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:36:59.0723314Z 2022-09-27T15:36:59.0723547Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:59.0723833Z 2022-09-27T15:36:59.0723988Z Traceback (most recent call last): 2022-09-27T15:36:59.0724458Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:59.0724906Z raise TorchRuntimeError() from e 2022-09-27T15:36:59.0725352Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:59.0725596Z 2022-09-27T15:36:59.0725974Z from user code: 2022-09-27T15:36:59.0726428Z File "test_nn.py", line 5870, in 2022-09-27T15:36:59.0726889Z nt = torch.nested_tensor([torch.randn(4, 4)]) 2022-09-27T15:36:59.0727124Z 2022-09-27T15:36:59.0727346Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:59.0727788Z ========== 2022-09-27T15:36:59.0728440Z test_nn.py:5870: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-09-27T15:36:59.0729131Z nt = torch.nested_tensor([torch.randn(4, 4)]) 2022-09-27T15:36:59.0737404Z ok (0.032s) 2022-09-27T15:36:59.0906121Z test_multihead_attn_no_bias (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:36:59.0997714Z test_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:36:59.1014195Z test_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:36:59.3218631Z test_multiple_inputs_parametrization (__main__.TestNN) ... ok (0.220s) 2022-09-27T15:36:59.4443374Z test_multiple_pruning_calls (__main__.TestNN) ... ok (0.122s) 2022-09-27T15:36:59.5061888Z test_named_children (__main__.TestNN) ... ok (0.061s) 2022-09-27T15:36:59.5196517Z test_named_modules (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:36:59.5314831Z test_nested_tensor_from_mask (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:36:59.5697393Z test_nested_tensor_from_mask_error (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 5384 2022-09-27T15:36:59.5697945Z due to: 2022-09-27T15:36:59.5698235Z Traceback (most recent call last): 2022-09-27T15:36:59.5698895Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:36:59.5699349Z return self._op(*args, **kwargs or {}) 2022-09-27T15:36:59.5701714Z NotImplementedError: Could not run 'aten::_nested_tensor_from_mask' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_nested_tensor_from_mask' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:36:59.5702985Z 2022-09-27T15:36:59.5703144Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:36:59.5703571Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:36:59.5704030Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:36:59.5704472Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:36:59.5704917Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:36:59.5705336Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:36:59.5705728Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:36:59.5706344Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:36:59.5706723Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:36:59.5707251Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:36:59.5707697Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.5708121Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.5708522Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.5708933Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.5709345Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.5709756Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.5710181Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.5710567Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.5710967Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.5711369Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.5711786Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.5712179Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.5712600Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.5713209Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.5713644Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.5714065Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.5714472Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp:12947 [kernel] 2022-09-27T15:36:59.5714869Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:36:59.5715278Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:36:59.5715707Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:36:59.5716183Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:36:59.5716622Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:36:59.5717038Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:36:59.5717507Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:36:59.5717947Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:36:59.5718441Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:36:59.5718899Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:36:59.5719113Z 2022-09-27T15:36:59.5719118Z 2022-09-27T15:36:59.5719255Z During handling of the above exception, another exception occurred: 2022-09-27T15:36:59.5719419Z 2022-09-27T15:36:59.5719514Z Traceback (most recent call last): 2022-09-27T15:36:59.5719885Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:36:59.5720146Z return self._op(*args, **kwargs or {}) 2022-09-27T15:36:59.5720418Z RuntimeError: Expected mask to be of ScalarType Bool, but got Float instead. 2022-09-27T15:36:59.5720589Z 2022-09-27T15:36:59.5720726Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:59.5720890Z 2022-09-27T15:36:59.5720983Z Traceback (most recent call last): 2022-09-27T15:36:59.5721249Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:59.5721522Z raise TorchRuntimeError() from e 2022-09-27T15:36:59.5721760Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:59.5721904Z 2022-09-27T15:36:59.5721963Z from user code: 2022-09-27T15:36:59.5722161Z File "test_nn.py", line 5384, in 2022-09-27T15:36:59.5722446Z self.assertRaises(RuntimeError, lambda: torch._nested_tensor_from_mask(input, mask)) 2022-09-27T15:36:59.5722630Z 2022-09-27T15:36:59.5722762Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:59.5722971Z ========== 2022-09-27T15:36:59.6108972Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 5388 2022-09-27T15:36:59.6109348Z due to: 2022-09-27T15:36:59.6109674Z Traceback (most recent call last): 2022-09-27T15:36:59.6110229Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:36:59.6110751Z return self._op(*args, **kwargs or {}) 2022-09-27T15:36:59.6113682Z NotImplementedError: Could not run 'aten::_nested_tensor_from_mask' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_nested_tensor_from_mask' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:36:59.6114961Z 2022-09-27T15:36:59.6115138Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:36:59.6115629Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:36:59.6116121Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:36:59.6116565Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:36:59.6117242Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:36:59.6117722Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:36:59.6118152Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:36:59.6118601Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:36:59.6118995Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:36:59.6119490Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:36:59.6119961Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6120388Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6120865Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6121281Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6121734Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6122169Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6122628Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6123088Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6123499Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6123953Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6124364Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6124827Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6125327Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6125789Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6126286Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6126730Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6127198Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp:12947 [kernel] 2022-09-27T15:36:59.6127577Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:36:59.6128043Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:36:59.6128539Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:36:59.6129054Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:36:59.6129542Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:36:59.6130004Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:36:59.6130476Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:36:59.6130980Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:36:59.6131428Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:36:59.6131945Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:36:59.6132179Z 2022-09-27T15:36:59.6132184Z 2022-09-27T15:36:59.6132347Z During handling of the above exception, another exception occurred: 2022-09-27T15:36:59.6132540Z 2022-09-27T15:36:59.6132632Z Traceback (most recent call last): 2022-09-27T15:36:59.6132983Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:36:59.6133310Z return self._op(*args, **kwargs or {}) 2022-09-27T15:36:59.6133539Z RuntimeError: Padding mask should be 2D 2022-09-27T15:36:59.6133674Z 2022-09-27T15:36:59.6133796Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:59.6134022Z 2022-09-27T15:36:59.6134116Z Traceback (most recent call last): 2022-09-27T15:36:59.6134397Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:59.6134708Z raise TorchRuntimeError() from e 2022-09-27T15:36:59.6134948Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:59.6135095Z 2022-09-27T15:36:59.6135166Z from user code: 2022-09-27T15:36:59.6135364Z File "test_nn.py", line 5388, in 2022-09-27T15:36:59.6135695Z self.assertRaises(RuntimeError, lambda: torch._nested_tensor_from_mask(input, mask)) 2022-09-27T15:36:59.6135880Z 2022-09-27T15:36:59.6136017Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:59.6136274Z ========== 2022-09-27T15:36:59.6526391Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 5393 2022-09-27T15:36:59.6526834Z due to: 2022-09-27T15:36:59.6527187Z Traceback (most recent call last): 2022-09-27T15:36:59.6527860Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:36:59.6528185Z return self._op(*args, **kwargs or {}) 2022-09-27T15:36:59.6530180Z NotImplementedError: Could not run 'aten::_nested_tensor_from_mask' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_nested_tensor_from_mask' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:36:59.6531390Z 2022-09-27T15:36:59.6531564Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:36:59.6532153Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:36:59.6532604Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:36:59.6533095Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:36:59.6533552Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:36:59.6533957Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:36:59.6534353Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:36:59.6534746Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:36:59.6535133Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:36:59.6535567Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:36:59.6536016Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6536438Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6536839Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6537247Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6537656Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6538063Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6538449Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6538852Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6539249Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6539651Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6540048Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6540458Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6540880Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6541316Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6541737Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6542173Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6542578Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp:12947 [kernel] 2022-09-27T15:36:59.6542969Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:36:59.6543392Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:36:59.6543858Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:36:59.6544337Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:36:59.6544777Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:36:59.6545182Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:36:59.6545620Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:36:59.6546058Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:36:59.6546517Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:36:59.6546962Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:36:59.6547189Z 2022-09-27T15:36:59.6547194Z 2022-09-27T15:36:59.6547347Z During handling of the above exception, another exception occurred: 2022-09-27T15:36:59.6547513Z 2022-09-27T15:36:59.6547606Z Traceback (most recent call last): 2022-09-27T15:36:59.6547957Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:36:59.6548227Z return self._op(*args, **kwargs or {}) 2022-09-27T15:36:59.6548456Z RuntimeError: Input should be a 3D tensor, N * L * D 2022-09-27T15:36:59.6548603Z 2022-09-27T15:36:59.6548740Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:59.6548904Z 2022-09-27T15:36:59.6548996Z Traceback (most recent call last): 2022-09-27T15:36:59.6549261Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:59.6549536Z raise TorchRuntimeError() from e 2022-09-27T15:36:59.6549772Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:59.6549913Z 2022-09-27T15:36:59.6549971Z from user code: 2022-09-27T15:36:59.6550167Z File "test_nn.py", line 5393, in 2022-09-27T15:36:59.6550448Z self.assertRaises(RuntimeError, lambda: torch._nested_tensor_from_mask(input, mask)) 2022-09-27T15:36:59.6550631Z 2022-09-27T15:36:59.6550763Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:59.6550969Z ========== 2022-09-27T15:36:59.6936396Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 5398 2022-09-27T15:36:59.6936880Z due to: 2022-09-27T15:36:59.6937244Z Traceback (most recent call last): 2022-09-27T15:36:59.6937690Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:36:59.6937967Z return self._op(*args, **kwargs or {}) 2022-09-27T15:36:59.6939956Z NotImplementedError: Could not run 'aten::_nested_tensor_from_mask' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_nested_tensor_from_mask' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:36:59.6941294Z 2022-09-27T15:36:59.6941531Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:36:59.6941964Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:36:59.6942417Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:36:59.6942846Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:36:59.6943307Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:36:59.6943728Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:36:59.6944121Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:36:59.6944498Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:36:59.6944895Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:36:59.6945329Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:36:59.6945773Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6946178Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6946591Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6946998Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6947407Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6947803Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6948204Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6948613Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6949021Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6949415Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6949825Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6950236Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6950658Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6951077Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6951507Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6951977Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.6952380Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp:12947 [kernel] 2022-09-27T15:36:59.6952972Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:36:59.6953378Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:36:59.6953819Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:36:59.6954299Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:36:59.6954727Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:36:59.6955150Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:36:59.6955593Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:36:59.6956033Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:36:59.6956479Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:36:59.6956934Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:36:59.6957162Z 2022-09-27T15:36:59.6957167Z 2022-09-27T15:36:59.6957304Z During handling of the above exception, another exception occurred: 2022-09-27T15:36:59.6957470Z 2022-09-27T15:36:59.6957563Z Traceback (most recent call last): 2022-09-27T15:36:59.6957903Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:36:59.6958171Z return self._op(*args, **kwargs or {}) 2022-09-27T15:36:59.6958406Z RuntimeError: Mask size should match input size 2022-09-27T15:36:59.6958552Z 2022-09-27T15:36:59.6958675Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:59.6958838Z 2022-09-27T15:36:59.6958929Z Traceback (most recent call last): 2022-09-27T15:36:59.6959207Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:59.6959482Z raise TorchRuntimeError() from e 2022-09-27T15:36:59.6959706Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:59.6959846Z 2022-09-27T15:36:59.6959919Z from user code: 2022-09-27T15:36:59.6960117Z File "test_nn.py", line 5398, in 2022-09-27T15:36:59.6960388Z self.assertRaises(RuntimeError, lambda: torch._nested_tensor_from_mask(input, mask)) 2022-09-27T15:36:59.6960574Z 2022-09-27T15:36:59.6960706Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:59.6960925Z ========== 2022-09-27T15:36:59.7285886Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 5404 2022-09-27T15:36:59.7286381Z due to: 2022-09-27T15:36:59.7286711Z Traceback (most recent call last): 2022-09-27T15:36:59.7287166Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:36:59.7287441Z return self._op(*args, **kwargs or {}) 2022-09-27T15:36:59.7289563Z NotImplementedError: Could not run 'aten::_nested_tensor_from_mask' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_nested_tensor_from_mask' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:36:59.7290797Z 2022-09-27T15:36:59.7290970Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:36:59.7291383Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:36:59.7291830Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:36:59.7292274Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:36:59.7292730Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:36:59.7293133Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:36:59.7293524Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:36:59.7293912Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:36:59.7294302Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:36:59.7294722Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:36:59.7295166Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.7295585Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.7295997Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.7296393Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.7296799Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.7297199Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.7297604Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.7297999Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.7298406Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.7298805Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.7299216Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.7299612Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.7300034Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.7300500Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.7300956Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.7301378Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:36:59.7301783Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp:12947 [kernel] 2022-09-27T15:36:59.7302173Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:36:59.7302577Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:36:59.7303007Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:36:59.7303480Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:36:59.7303923Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:36:59.7304344Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:36:59.7304765Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:36:59.7305199Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:36:59.7305655Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:36:59.7306109Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:36:59.7306338Z 2022-09-27T15:36:59.7306342Z 2022-09-27T15:36:59.7306503Z During handling of the above exception, another exception occurred: 2022-09-27T15:36:59.7306695Z 2022-09-27T15:36:59.7306787Z Traceback (most recent call last): 2022-09-27T15:36:59.7307187Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:36:59.7307532Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:36:59.7307868Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:36:59.7308073Z 2022-09-27T15:36:59.7308210Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:59.7308376Z 2022-09-27T15:36:59.7308468Z Traceback (most recent call last): 2022-09-27T15:36:59.7308745Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:36:59.7308973Z ) from e 2022-09-27T15:36:59.7309310Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:36:59.7309568Z 2022-09-27T15:36:59.7309708Z The above exception was the direct cause of the following exception: 2022-09-27T15:36:59.7309871Z 2022-09-27T15:36:59.7309949Z Traceback (most recent call last): 2022-09-27T15:36:59.7310225Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:36:59.7310500Z raise TorchRuntimeError() from e 2022-09-27T15:36:59.7310731Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:36:59.7310863Z 2022-09-27T15:36:59.7310934Z from user code: 2022-09-27T15:36:59.7311132Z File "test_nn.py", line 5404, in 2022-09-27T15:36:59.7311458Z self.assertRaises(RuntimeError, lambda: torch._nested_tensor_from_mask(input, mask)) 2022-09-27T15:36:59.7311640Z 2022-09-27T15:36:59.7311758Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:36:59.7311976Z ========== 2022-09-27T15:36:59.7334922Z ok (0.201s) 2022-09-27T15:37:06.1393915Z test_new_spectral_norm (__main__.TestNN) ... ok (6.404s) 2022-09-27T15:37:06.1855410Z test_new_spectral_norm_dim (__main__.TestNN) ... ok (0.046s) 2022-09-27T15:37:06.2292876Z test_new_spectral_norm_forward (__main__.TestNN) ... ok (0.043s) 2022-09-27T15:37:06.3013843Z test_new_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.071s) 2022-09-27T15:37:06.5735081Z test_nnpack_conv (__main__.TestNN) ... ok (0.271s) 2022-09-27T15:37:06.6078104Z test_no_grad (__main__.TestNN) ... ok (0.034s) 2022-09-27T15:37:06.6484022Z test_non_leaf_parameters (__main__.TestNN) ... ok (0.040s) 2022-09-27T15:37:06.7448997Z test_normalize (__main__.TestNN) ... ok (0.096s) 2022-09-27T15:37:06.7647946Z test_orthogonal_errors (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:37:06.8600521Z test_orthogonal_parametrization (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:06.8601491Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:06.9021292Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:06.9022161Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:06.9158076Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:06.9158964Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:06.9303586Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:06.9304433Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:06.9320092Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:06.9320937Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:06.9430842Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:06.9431721Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:06.9566670Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:06.9567561Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:06.9767070Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:06.9768207Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:06.9879589Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:06.9880437Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:07.0099800Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:07.0100635Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:07.0274434Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:07.0275371Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:07.0507392Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:07.0508316Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:07.0651907Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:07.0652928Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:07.0768444Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:07.0769417Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:07.0909324Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:07.0910278Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:07.1037463Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT assert_is_orthogonal test_nn.py line 4996 2022-09-27T15:37:07.1037948Z due to: 2022-09-27T15:37:07.1038242Z Traceback (most recent call last): 2022-09-27T15:37:07.1038740Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 67, in visit 2022-09-27T15:37:07.1039194Z return n.meta["example_value"] 2022-09-27T15:37:07.1039593Z KeyError: 'example_value' 2022-09-27T15:37:07.1039776Z 2022-09-27T15:37:07.1039885Z from user code: 2022-09-27T15:37:07.1040244Z File "test_nn.py", line 5001, in assert_is_orthogonal 2022-09-27T15:37:07.1040846Z Id = torch.eye(k, dtype=X.dtype, device=X.device).expand(*(X.size()[:-2]), k, k) 2022-09-27T15:37:07.1041134Z 2022-09-27T15:37:07.1041338Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:07.1041699Z ========== 2022-09-27T15:37:07.1042871Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:07.1043982Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:07.1201748Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:07.1202593Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:07.1268232Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT assert_weight_allclose_Q test_nn.py line 5006 2022-09-27T15:37:07.1268711Z due to: 2022-09-27T15:37:07.1269027Z Traceback (most recent call last): 2022-09-27T15:37:07.1269490Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 67, in visit 2022-09-27T15:37:07.1269943Z return n.meta["example_value"] 2022-09-27T15:37:07.1270355Z KeyError: 'example_value' 2022-09-27T15:37:07.1270546Z 2022-09-27T15:37:07.1270667Z from user code: 2022-09-27T15:37:07.1271033Z File "test_nn.py", line 5012, in assert_weight_allclose_Q 2022-09-27T15:37:07.1271412Z Q, R = torch.linalg.qr(W) 2022-09-27T15:37:07.1271618Z 2022-09-27T15:37:07.1271827Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:07.1272205Z ========== 2022-09-27T15:37:07.1274306Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:07.1275283Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:07.1426779Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:07.1427785Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:07.1809184Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:07.1810024Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:07.2003024Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:07.2003864Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:07.2277482Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:07.2591549Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:07.2593032Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:07.2593886Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:07.2740697Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:07.2741942Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:07.2888653Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:37:07.2889691Z warnings.warn(msg, FutureWarning) 2022-09-27T15:37:07.3074602Z ok (0.542s) 2022-09-27T15:37:07.3927233Z test_overwrite_module_params_on_conversion (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 2056 2022-09-27T15:37:07.3927765Z due to: 2022-09-27T15:37:07.3928080Z Traceback (most recent call last): 2022-09-27T15:37:07.3928551Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:37:07.3929062Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:07.3930037Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:37:07.3930540Z 2022-09-27T15:37:07.3930770Z The above exception was the direct cause of the following exception: 2022-09-27T15:37:07.3931054Z 2022-09-27T15:37:07.3931193Z Traceback (most recent call last): 2022-09-27T15:37:07.3931671Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:37:07.3932133Z raise TorchRuntimeError() from e 2022-09-27T15:37:07.3932525Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:37:07.3932751Z 2022-09-27T15:37:07.3932867Z from user code: 2022-09-27T15:37:07.3933193Z File "test_nn.py", line 2056, in 2022-09-27T15:37:07.3933684Z m = m._apply(lambda t: torch.sparse_coo_tensor(torch.zeros([2, 1]), torch.ones([1]), torch.Size([10, 20]))) 2022-09-27T15:37:07.3934003Z 2022-09-27T15:37:07.3934212Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:07.3934576Z ========== 2022-09-27T15:37:07.3976678Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 2056 2022-09-27T15:37:07.3978097Z due to: 2022-09-27T15:37:07.3978414Z Traceback (most recent call last): 2022-09-27T15:37:07.3979025Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/parameter.py", line 41, in __new__ 2022-09-27T15:37:07.3979607Z raise RuntimeError(f"Creating a Parameter from an instance of type {type(data).__name__} " 2022-09-27T15:37:07.3980529Z RuntimeError: Creating a Parameter from an instance of type FakeTensor requires that detach() returns an instance of the same type, but return type Tensor was found instead. To use the type as a Parameter, please correct the detach() semantics defined by its __torch_dispatch__() implementation. 2022-09-27T15:37:07.3981179Z 2022-09-27T15:37:07.3981297Z from user code: 2022-09-27T15:37:07.3981731Z File "test_nn.py", line 2057, in 2022-09-27T15:37:07.3982251Z self.assertNotEqual(weight_ref.layout, m.weight.layout) 2022-09-27T15:37:07.3982513Z 2022-09-27T15:37:07.3982719Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:07.3983101Z ========== 2022-09-27T15:37:07.4484069Z ok (0.140s) 2022-09-27T15:37:07.4497677Z test_pack_sequence_batch_sizes_throw (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:37:07.4737944Z test_pad_scalar_error (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 5359 2022-09-27T15:37:07.4738450Z due to: 2022-09-27T15:37:07.4738758Z Traceback (most recent call last): 2022-09-27T15:37:07.4739245Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:37:07.4739740Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:07.4740393Z RuntimeError: Padding length too large 2022-09-27T15:37:07.4740624Z 2022-09-27T15:37:07.4740859Z The above exception was the direct cause of the following exception: 2022-09-27T15:37:07.4741124Z 2022-09-27T15:37:07.4741278Z Traceback (most recent call last): 2022-09-27T15:37:07.4741830Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:37:07.4742300Z raise TorchRuntimeError() from e 2022-09-27T15:37:07.4742691Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:37:07.4742930Z 2022-09-27T15:37:07.4743048Z from user code: 2022-09-27T15:37:07.4743380Z File "test_nn.py", line 5359, in 2022-09-27T15:37:07.4743796Z self.assertRaises(RuntimeError, lambda: F.pad(inputs, (1, 1))) 2022-09-27T15:37:07.4744070Z 2022-09-27T15:37:07.4744291Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:07.4744659Z ========== 2022-09-27T15:37:07.4983228Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 5360 2022-09-27T15:37:07.4984161Z due to: 2022-09-27T15:37:07.4984649Z Traceback (most recent call last): 2022-09-27T15:37:07.4985351Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:37:07.4985956Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:07.4986421Z RuntimeError: Padding length must be divisible by 2 2022-09-27T15:37:07.4986692Z 2022-09-27T15:37:07.4986939Z The above exception was the direct cause of the following exception: 2022-09-27T15:37:07.4987243Z 2022-09-27T15:37:07.4987393Z Traceback (most recent call last): 2022-09-27T15:37:07.4987899Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:37:07.4988399Z raise TorchRuntimeError() from e 2022-09-27T15:37:07.4988812Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:37:07.4989070Z 2022-09-27T15:37:07.4989193Z from user code: 2022-09-27T15:37:07.4989542Z File "test_nn.py", line 5360, in 2022-09-27T15:37:07.4990010Z self.assertRaises(RuntimeError, lambda: F.pad(inputs, (1,))) 2022-09-27T15:37:07.4990288Z 2022-09-27T15:37:07.4990520Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:07.4990908Z ========== 2022-09-27T15:37:07.5020866Z ok (0.052s) 2022-09-27T15:37:07.5489789Z test_padding_list (__main__.TestNN) ... ok (0.046s) 2022-09-27T15:37:07.5821415Z test_pairwise_distance (__main__.TestNN) ... ok (0.033s) 2022-09-27T15:37:07.5845116Z test_parameter_assignment (__main__.TestNN) ... skip: TorchDynamo fails here for unknown reasons (0.002s) 2022-09-27T15:37:07.6728885Z test_parameterlistdict_pickle (__main__.TestNN) ... ok (0.088s) 2022-09-27T15:37:07.7437976Z test_parameterlistdict_setting_attributes (__main__.TestNN) ... ok (0.070s) 2022-09-27T15:37:07.7898173Z test_parameters_and_named_parameters (__main__.TestNN) ... ok (0.045s) 2022-09-27T15:37:07.8233877Z test_parameters_to_vector (__main__.TestNN) ... ok (0.033s) 2022-09-27T15:37:07.8248195Z test_parametrization_same_training_mode (__main__.TestNN) 2022-09-27T15:37:07.8309661Z Test training mode updated on parametrization registration ... ok (0.007s) 2022-09-27T15:37:07.8346755Z test_parse_to (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_parse_to test_nn.py line 170 2022-09-27T15:37:07.8347212Z due to: 2022-09-27T15:37:07.8347540Z Traceback (most recent call last): 2022-09-27T15:37:07.8347958Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:37:07.8348678Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:37:07.8349419Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:37:07.8349719Z 2022-09-27T15:37:07.8349821Z from user code: 2022-09-27T15:37:07.8350152Z File "test_nn.py", line 173, in test_parse_to 2022-09-27T15:37:07.8350562Z repr(torch._C._nn._parse_to(memory_format=torch.contiguous_format)[3]), 2022-09-27T15:37:07.8351150Z 2022-09-27T15:37:07.8351379Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:07.8351764Z ========== 2022-09-27T15:37:07.8352054Z ok (0.003s) 2022-09-27T15:37:07.8365029Z test_partial_flat_weights (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:37:07.9672604Z test_pdist (__main__.TestNN) ... ok (0.130s) 2022-09-27T15:37:07.9803227Z test_pdist_cpu_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.012s) 2022-09-27T15:37:07.9829798Z test_pdist_cuda_gradgrad_unimplemented (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pdist_cuda_gradgrad_unimplemented test_nn.py line 9214 2022-09-27T15:37:07.9830382Z due to: 2022-09-27T15:37:07.9830663Z Traceback (most recent call last): 2022-09-27T15:37:07.9831257Z File "/opt/conda/lib/python3.7/site-packages/torch/cuda/__init__.py", line 221, in _lazy_init 2022-09-27T15:37:07.9831750Z raise AssertionError("Torch not compiled with CUDA enabled") 2022-09-27T15:37:07.9832219Z AssertionError: Torch not compiled with CUDA enabled 2022-09-27T15:37:07.9832469Z 2022-09-27T15:37:07.9832583Z from user code: 2022-09-27T15:37:07.9833162Z File "test_nn.py", line 9216, in test_pdist_cuda_gradgrad_unimplemented 2022-09-27T15:37:07.9833743Z inp = torch.randn(4, 5, device='cuda', requires_grad=True) 2022-09-27T15:37:07.9833997Z 2022-09-27T15:37:07.9834217Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:07.9834602Z ========== 2022-09-27T15:37:07.9834919Z expected failure (0.002s) 2022-09-27T15:37:07.9911895Z test_pdist_empty_col (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:37:07.9987382Z test_pdist_empty_row (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:37:08.0309635Z test_pdist_large (__main__.TestNN) ... ok (0.032s) 2022-09-27T15:37:08.0321459Z test_pdist_zeros (__main__.TestNN) 2022-09-27T15:37:08.1378334Z Test that grad is still valid when dist is 0 ... ok (0.106s) 2022-09-27T15:37:08.2164083Z test_pixel_shuffle_nhwc_cpu (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 8693 2022-09-27T15:37:08.2164685Z due to: 2022-09-27T15:37:08.2165106Z Traceback (most recent call last): 2022-09-27T15:37:08.2165660Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T15:37:08.2166254Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T15:37:08.2166753Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T15:37:08.2167045Z 2022-09-27T15:37:08.2167171Z from user code: 2022-09-27T15:37:08.2167593Z File "test_nn.py", line 8695, in 2022-09-27T15:37:08.2168169Z self.assertTrue(out.is_contiguous(memory_format=torch.channels_last)) 2022-09-27T15:37:08.2168484Z 2022-09-27T15:37:08.2168735Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:08.2169108Z ========== 2022-09-27T15:37:08.2172433Z ok (0.079s) 2022-09-27T15:37:08.2736822Z test_pixel_shuffle_unshuffle (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_pixel_shuffle_unshuffle_helper test_nn.py line 8579 2022-09-27T15:37:08.2737375Z due to: 2022-09-27T15:37:08.2737689Z Traceback (most recent call last): 2022-09-27T15:37:08.2738181Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:37:08.2738607Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:08.2739333Z TypeError: rand() received an invalid combination of arguments - got (FakeTensor, requires_grad=bool), but expected one of: 2022-09-27T15:37:08.2740111Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:37:08.2740935Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:37:08.2741888Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:37:08.2742634Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:37:08.2743159Z 2022-09-27T15:37:08.2743168Z 2022-09-27T15:37:08.2743285Z from user code: 2022-09-27T15:37:08.2743690Z File "test_nn.py", line 8600, in _test_pixel_shuffle_unshuffle_helper 2022-09-27T15:37:08.2744092Z input = torch.rand(channels, requires_grad=True) 2022-09-27T15:37:08.2745015Z 2022-09-27T15:37:08.2745418Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:08.2745786Z ========== 2022-09-27T15:37:08.2818364Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 8619 2022-09-27T15:37:08.2818769Z due to: 2022-09-27T15:37:08.2819078Z Traceback (most recent call last): 2022-09-27T15:37:08.2819678Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:37:08.2820128Z return self._op(*args, **kwargs or {}) 2022-09-27T15:37:08.2820630Z RuntimeError: pixel_shuffle expects input to have at least 3 dimensions, but got input with 1 dimension(s) 2022-09-27T15:37:08.2820957Z 2022-09-27T15:37:08.2821190Z The above exception was the direct cause of the following exception: 2022-09-27T15:37:08.2821463Z 2022-09-27T15:37:08.2821613Z Traceback (most recent call last): 2022-09-27T15:37:08.2822074Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:37:08.2822508Z raise TorchRuntimeError() from e 2022-09-27T15:37:08.2822888Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:37:08.2823123Z 2022-09-27T15:37:08.2823236Z from user code: 2022-09-27T15:37:08.2823540Z File "test_nn.py", line 8619, in 2022-09-27T15:37:08.2823946Z self.assertRaises(RuntimeError, lambda: ps(input)) 2022-09-27T15:37:08.2824200Z 2022-09-27T15:37:08.2824411Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:08.2824760Z ========== 2022-09-27T15:37:08.3032387Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_pixel_unshuffle_error_case_helper test_nn.py line 8621 2022-09-27T15:37:08.3032972Z due to: 2022-09-27T15:37:08.3033293Z Traceback (most recent call last): 2022-09-27T15:37:08.3033748Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:37:08.3034231Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:08.3034954Z TypeError: rand() received an invalid combination of arguments - got (FakeTensor, requires_grad=bool), but expected one of: 2022-09-27T15:37:08.3035727Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:37:08.3036537Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:37:08.3037297Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:37:08.3038022Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:37:08.3038411Z 2022-09-27T15:37:08.3038418Z 2022-09-27T15:37:08.3038534Z from user code: 2022-09-27T15:37:08.3038906Z File "test_nn.py", line 8631, in _test_pixel_unshuffle_error_case_helper 2022-09-27T15:37:08.3039358Z input = torch.rand(channels, requires_grad=True) 2022-09-27T15:37:08.3039599Z 2022-09-27T15:37:08.3039818Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:08.3040180Z ========== 2022-09-27T15:37:08.3110599Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 8639 2022-09-27T15:37:08.3111296Z due to: 2022-09-27T15:37:08.3111626Z Traceback (most recent call last): 2022-09-27T15:37:08.3112247Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:37:08.3112913Z return self._op(*args, **kwargs or {}) 2022-09-27T15:37:08.3113605Z RuntimeError: pixel_unshuffle expects input to have at least 3 dimensions, but got input with 1 dimension(s) 2022-09-27T15:37:08.3113990Z 2022-09-27T15:37:08.3114236Z The above exception was the direct cause of the following exception: 2022-09-27T15:37:08.3114519Z 2022-09-27T15:37:08.3114682Z Traceback (most recent call last): 2022-09-27T15:37:08.3115187Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:37:08.3115683Z raise TorchRuntimeError() from e 2022-09-27T15:37:08.3116091Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:37:08.3116350Z 2022-09-27T15:37:08.3116474Z from user code: 2022-09-27T15:37:08.3116825Z File "test_nn.py", line 8639, in 2022-09-27T15:37:08.3117277Z self.assertRaises(RuntimeError, lambda: pus(input)) 2022-09-27T15:37:08.3117539Z 2022-09-27T15:37:08.3117775Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:08.3118173Z ========== 2022-09-27T15:37:08.7920816Z ok (0.574s) 2022-09-27T15:37:08.8449602Z test_pointwise_loss_broadcast (__main__.TestNN) ... /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.8450573Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:08.8779815Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.8780604Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:08.8819563Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.8839157Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.8855443Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.8856211Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:08.8894222Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.8911144Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.8929547Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.8930301Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:08.8967575Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.8983826Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9001121Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9001895Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:08.9039906Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9053952Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9069949Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9070714Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:08.9109565Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9123211Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9141850Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9142625Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:08.9181248Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9194448Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9210058Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9210816Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:08.9252241Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9269675Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9285910Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9286899Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:08.9332443Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9350190Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9368624Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9369420Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:08.9412674Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9429747Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9446714Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9447497Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:08.9487904Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9502113Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9517976Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9518745Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:08.9561643Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9576006Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9591861Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9592642Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:08.9634412Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9647321Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9663724Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9664532Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:08.9703295Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9720827Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9738338Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9739156Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:08.9776395Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9793130Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9809262Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9810090Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:08.9847408Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9863510Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9879984Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9880808Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:08.9918501Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9932347Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9949760Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:08.9950787Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:08.9987666Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:09.0000815Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:09.0016911Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:09.0017744Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:09.0055144Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:09.0067450Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:09.0082712Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:09.0083387Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:09.0125701Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:09.0142419Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:09.0157877Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:09.0158448Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:09.0199068Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:09.0216291Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:09.0232532Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:09.0233156Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:09.0275209Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:09.0290268Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:09.0307846Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:09.0308375Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:09.0348939Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:09.0362075Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:09.0377342Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:09.0377903Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:09.0417945Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:09.0429784Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:09.0445312Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:09.0445992Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:09.0486310Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:09.0497936Z :5: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:37:09.0501518Z ok (0.258s) 2022-09-27T15:37:09.0712146Z test_pointwise_loss_target_grad_none_reduction (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:37:09.1192128Z test_poisson_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.047s) 2022-09-27T15:37:09.1247790Z test_projections_errors_on_gru_and_rnn (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:37:09.3664163Z test_projections_lstm_args_check (__main__.TestNN) ... ok (0.241s) 2022-09-27T15:37:09.3681427Z test_projections_lstm_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:37:09.3904090Z test_projections_lstm_initial_hidden_state (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:37:09.3941380Z test_prune (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_prune test_nn.py line 4226 2022-09-27T15:37:09.3941863Z due to: 2022-09-27T15:37:09.3942189Z Traceback (most recent call last): 2022-09-27T15:37:09.3942611Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:37:09.3943295Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:37:09.3944095Z AssertionError: torch.* op returned non-Tensor L1Unstructured call_function 2022-09-27T15:37:09.3944784Z 2022-09-27T15:37:09.3944885Z from user code: 2022-09-27T15:37:09.3945183Z File "test_nn.py", line 4228, in test_prune 2022-09-27T15:37:09.3945526Z p = prune.L1Unstructured(amount=2) 2022-09-27T15:37:09.3945724Z 2022-09-27T15:37:09.3946064Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:09.3946390Z ========== 2022-09-27T15:37:09.3946819Z ok (0.004s) 2022-09-27T15:37:09.3986645Z test_prune_importance_scores (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_prune_importance_scores test_nn.py line 4239 2022-09-27T15:37:09.3987170Z due to: 2022-09-27T15:37:09.3987502Z Traceback (most recent call last): 2022-09-27T15:37:09.3987984Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:37:09.3988730Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:37:09.3989588Z AssertionError: torch.* op returned non-Tensor L1Unstructured call_function 2022-09-27T15:37:09.3989990Z 2022-09-27T15:37:09.3990111Z from user code: 2022-09-27T15:37:09.3990490Z File "test_nn.py", line 4241, in test_prune_importance_scores 2022-09-27T15:37:09.3990891Z p = prune.L1Unstructured(amount=2) 2022-09-27T15:37:09.3991116Z 2022-09-27T15:37:09.3991336Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:09.3991708Z ========== 2022-09-27T15:37:09.3992097Z ok (0.004s) 2022-09-27T15:37:09.4026000Z test_prune_importance_scores_mimic_default (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_prune_importance_scores_mimic_default test_nn.py line 4255 2022-09-27T15:37:09.4026542Z due to: 2022-09-27T15:37:09.4026845Z Traceback (most recent call last): 2022-09-27T15:37:09.4027298Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:37:09.4027980Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:37:09.4028765Z AssertionError: torch.* op returned non-Tensor L1Unstructured call_function 2022-09-27T15:37:09.4029190Z 2022-09-27T15:37:09.4029313Z from user code: 2022-09-27T15:37:09.4029727Z File "test_nn.py", line 4257, in test_prune_importance_scores_mimic_default 2022-09-27T15:37:09.4030133Z p = prune.L1Unstructured(amount=2) 2022-09-27T15:37:09.4030356Z 2022-09-27T15:37:09.4030570Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:09.4030910Z ========== 2022-09-27T15:37:09.4033705Z ok (0.004s) 2022-09-27T15:37:09.4067631Z test_pruning_container (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pruning_container test_nn.py line 3761 2022-09-27T15:37:09.4068149Z due to: 2022-09-27T15:37:09.4068484Z Traceback (most recent call last): 2022-09-27T15:37:09.4068960Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:37:09.4069696Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:37:09.4070570Z AssertionError: torch.* op returned non-Tensor PruningContainer call_function 2022-09-27T15:37:09.4071002Z 2022-09-27T15:37:09.4071122Z from user code: 2022-09-27T15:37:09.4071471Z File "test_nn.py", line 3763, in test_pruning_container 2022-09-27T15:37:09.4071891Z container = prune.PruningContainer() 2022-09-27T15:37:09.4072127Z 2022-09-27T15:37:09.4072352Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:09.4072712Z ========== 2022-09-27T15:37:09.4073125Z ok (0.003s) 2022-09-27T15:37:09.4092874Z test_pruning_container_compute_mask (__main__.TestNN) 2022-09-27T15:37:09.4116640Z Test `compute_mask` of pruning container with a known `t` and ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pruning_container_compute_mask test_nn.py line 3786 2022-09-27T15:37:09.4117463Z due to: 2022-09-27T15:37:09.4117789Z Traceback (most recent call last): 2022-09-27T15:37:09.4118264Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:37:09.4119054Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:37:09.4119929Z AssertionError: torch.* op returned non-Tensor PruningContainer call_function 2022-09-27T15:37:09.4120353Z 2022-09-27T15:37:09.4120475Z from user code: 2022-09-27T15:37:09.4120870Z File "test_nn.py", line 3792, in test_pruning_container_compute_mask 2022-09-27T15:37:09.4121297Z container = prune.PruningContainer() 2022-09-27T15:37:09.4121532Z 2022-09-27T15:37:09.4121753Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:09.4122128Z ========== 2022-09-27T15:37:09.4129312Z ok (0.005s) 2022-09-27T15:37:09.4141712Z test_pruning_id_consistency (__main__.TestNN) 2022-09-27T15:37:09.4683676Z Test that pruning doesn't change the id of the parameters, which ... ok (0.055s) 2022-09-27T15:37:09.4698766Z test_pruning_rollback (__main__.TestNN) 2022-09-27T15:37:09.6076262Z Test that if something fails when the we try to compute the mask, ... ok (0.139s) 2022-09-27T15:37:09.8361546Z test_pruning_serialization_model (__main__.TestNN) ... ok (0.228s) 2022-09-27T15:37:10.4318266Z test_pruning_serialization_state_dict (__main__.TestNN) ... ok (0.595s) 2022-09-27T15:37:10.4639350Z test_random_pruning (__main__.TestNN) ... ok (0.032s) 2022-09-27T15:37:10.4657332Z test_random_pruning_0perc (__main__.TestNN) 2022-09-27T15:37:10.5503086Z Test that a mask of 1s does not change forward or backward. ... ok (0.086s) 2022-09-27T15:37:10.5518935Z test_random_pruning_forward (__main__.TestNN) 2022-09-27T15:37:10.5778845Z check forward with mask (by hand). ... ok (0.027s) 2022-09-27T15:37:10.5793459Z test_random_pruning_new_weight (__main__.TestNN) 2022-09-27T15:37:10.6503457Z Test that module.name now contains a pruned version of ... ok (0.072s) 2022-09-27T15:37:10.6518095Z test_random_pruning_orig (__main__.TestNN) 2022-09-27T15:37:10.7132318Z Test that original tensor is correctly stored in 'orig' ... ok (0.062s) 2022-09-27T15:37:10.7789922Z test_random_pruning_pickle (__main__.TestNN) ... ok (0.065s) 2022-09-27T15:37:10.7806495Z test_random_pruning_sizes (__main__.TestNN) 2022-09-27T15:37:10.8631480Z Test that the new parameters and buffers created by the pruning ... ok (0.084s) 2022-09-27T15:37:10.8668789Z test_random_structured_pruning_amount (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_random_structured_pruning_amount test_nn.py line 3901 2022-09-27T15:37:10.8669418Z due to: 2022-09-27T15:37:10.8669656Z Traceback (most recent call last): 2022-09-27T15:37:10.8669944Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:37:10.8670408Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:37:10.8670913Z AssertionError: torch.* op returned non-Tensor RandomStructured call_function 2022-09-27T15:37:10.8671164Z 2022-09-27T15:37:10.8671235Z from user code: 2022-09-27T15:37:10.8671472Z File "test_nn.py", line 3904, in test_random_structured_pruning_amount 2022-09-27T15:37:10.8671757Z p = prune.RandomStructured(amount=AMOUNT, dim=AXIS) 2022-09-27T15:37:10.8671902Z 2022-09-27T15:37:10.8672034Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:10.8672255Z ========== 2022-09-27T15:37:10.8674455Z ok (0.004s) 2022-09-27T15:37:10.8697939Z test_register_and_remove_buffer_parametrization (__main__.TestNN) 2022-09-27T15:37:10.8905291Z Test that it is possible to add and remove parametrizations on buffers ... ok (0.022s) 2022-09-27T15:37:10.8928040Z test_register_and_remove_nested_parametrization (__main__.TestNN) 2022-09-27T15:37:10.9023614Z Test that it is possible to nest the parametrizations ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward test_nn.py line 2534 2022-09-27T15:37:10.9023922Z due to: 2022-09-27T15:37:10.9024124Z Traceback (most recent call last): 2022-09-27T15:37:10.9024603Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 507, in call_method 2022-09-27T15:37:10.9024899Z *proxy_args_kwargs([self] + args, kwargs), 2022-09-27T15:37:10.9025140Z TypeError: can only concatenate list (not "tuple") to list 2022-09-27T15:37:10.9025292Z 2022-09-27T15:37:10.9025363Z from user code: 2022-09-27T15:37:10.9025569Z File "test_nn.py", line 2536, in forward 2022-09-27T15:37:10.9025791Z return X - X.T 2022-09-27T15:37:10.9025902Z 2022-09-27T15:37:10.9026035Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:10.9026254Z ========== 2022-09-27T15:37:10.9037843Z ok (0.013s) 2022-09-27T15:37:10.9167615Z test_register_and_remove_parametrization (__main__.TestNN) 2022-09-27T15:37:10.9573669Z Test that it is possible to add a few parametrizations ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward test_nn.py line 2317 2022-09-27T15:37:10.9574346Z due to: 2022-09-27T15:37:10.9574721Z Traceback (most recent call last): 2022-09-27T15:37:10.9575220Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 507, in call_method 2022-09-27T15:37:10.9575706Z *proxy_args_kwargs([self] + args, kwargs), 2022-09-27T15:37:10.9576112Z TypeError: can only concatenate list (not "tuple") to list 2022-09-27T15:37:10.9576368Z 2022-09-27T15:37:10.9576483Z from user code: 2022-09-27T15:37:10.9576812Z File "test_nn.py", line 2319, in forward 2022-09-27T15:37:10.9577192Z return X - X.T 2022-09-27T15:37:10.9577359Z 2022-09-27T15:37:10.9577579Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:10.9577944Z ========== 2022-09-27T15:37:11.0081010Z ok (0.103s) 2022-09-27T15:37:11.0569335Z test_register_buffer_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.048s) 2022-09-27T15:37:11.0766107Z test_register_buffer_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:37:11.0934446Z test_register_buffer_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:37:11.1070713Z test_register_buffer_raises_error_if_not_tensor (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:37:11.1214711Z test_register_parameter_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:37:11.1409869Z test_register_parameter_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:37:11.1577652Z test_register_parameter_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:37:11.1984913Z test_relu_inplace_on_view (__main__.TestNN) ... ok (0.040s) 2022-09-27T15:37:11.2002844Z test_remove_pruning (__main__.TestNN) 2022-09-27T15:37:11.3161975Z `prune.remove` removes the hook and the reparametrization ... ok (0.117s) 2022-09-27T15:37:11.3175654Z test_remove_pruning_exception (__main__.TestNN) 2022-09-27T15:37:11.3791081Z Removing from an unpruned tensor throws an assertion error ... ok (0.062s) 2022-09-27T15:37:11.3805473Z test_remove_pruning_forward (__main__.TestNN) 2022-09-27T15:37:11.4053255Z Remove pruning and check forward is unchanged from previous ... ok (0.026s) 2022-09-27T15:37:11.4555243Z test_repr (__main__.TestNN) ... ok (0.050s) 2022-09-27T15:37:11.5023645Z test_requires_grad_ (__main__.TestNN) ... ok (0.046s) 2022-09-27T15:37:11.7224535Z test_rnn_args_check (__main__.TestNN) ... ok (0.219s) 2022-09-27T15:37:11.7243159Z test_rnn_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:37:11.7446377Z test_rnn_initial_hidden_state (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:37:11.8509903Z test_rnn_pruning (__main__.TestNN) ... ok (0.106s) 2022-09-27T15:37:12.2853227Z test_rnn_weight_norm (__main__.TestNN) ... ok (0.434s) 2022-09-27T15:37:12.2877067Z test_serialization_parametrization (__main__.TestNN) 2022-09-27T15:37:12.3344666Z Test that it is possible to serialize a parametrized model via state_dict ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward test_nn.py line 2622 2022-09-27T15:37:12.3345225Z due to: 2022-09-27T15:37:12.3345520Z Traceback (most recent call last): 2022-09-27T15:37:12.3346174Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 507, in call_method 2022-09-27T15:37:12.3346657Z *proxy_args_kwargs([self] + args, kwargs), 2022-09-27T15:37:12.3347076Z TypeError: can only concatenate list (not "tuple") to list 2022-09-27T15:37:12.3347317Z 2022-09-27T15:37:12.3347431Z from user code: 2022-09-27T15:37:12.3347755Z File "test_nn.py", line 2624, in forward 2022-09-27T15:37:12.3348118Z A = A - A.T 2022-09-27T15:37:12.3348274Z 2022-09-27T15:37:12.3348493Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:12.3348860Z ========== 2022-09-27T15:37:12.3386029Z ok (0.053s) 2022-09-27T15:37:12.3505598Z test_share_memory (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:37:12.4295936Z test_smoothl1loss_intergral_target (__main__.TestNN) ... ok (0.078s) 2022-09-27T15:37:12.4434338Z test_smoothl1loss_negative_beta_not_supported (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:37:12.4605417Z test_softmax_cpu (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:37:12.4693008Z test_softmax_functional_dim0 (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:37:12.4710023Z test_softmax_functional_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:37:12.4793628Z test_softmax_functional_dim3 (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:37:12.4809873Z test_softmax_functional_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:37:12.4858870Z test_softmax_functional_scalar (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:37:12.4873895Z test_softmax_functional_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:37:12.4959248Z test_softmax_lastdim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:37:12.4975547Z test_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:37:12.5061704Z test_softmax_lastdim_dtype (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:37:12.5078410Z test_softmax_lastdim_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:37:12.5159190Z test_softmax_spatial (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:37:12.5174718Z test_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:37:12.5253661Z test_softmax_spatial_dtype (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:37:12.5268518Z test_softmax_spatial_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:37:12.5360879Z test_softmax_spatial_special (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:37:12.5376411Z test_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:37:12.5611137Z test_softmin (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:37:12.5665277Z test_spectral_norm (__main__.TestNN) ... skip: TorchDynamo fails here for unknown reasons (0.005s) 2022-09-27T15:37:12.6042411Z test_spectral_norm_dim (__main__.TestNN) ... ok (0.037s) 2022-09-27T15:37:12.6411640Z test_spectral_norm_forward (__main__.TestNN) ... ok (0.036s) 2022-09-27T15:37:12.7371230Z test_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.095s) 2022-09-27T15:37:12.7663492Z test_spectral_norm_pickle (__main__.TestNN) ... ok (0.028s) 2022-09-27T15:37:15.9598788Z test_state_dict (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 5966 2022-09-27T15:37:15.9599366Z due to: 2022-09-27T15:37:15.9599608Z Traceback (most recent call last): 2022-09-27T15:37:15.9599911Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:37:15.9600641Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:37:15.9601078Z AssertionError: torch.* op returned non-Tensor int call_method data_ptr 2022-09-27T15:37:15.9601258Z 2022-09-27T15:37:15.9601329Z from user code: 2022-09-27T15:37:15.9601609Z File "test_nn.py", line 5982, in 2022-09-27T15:37:15.9601935Z self.assertEqual(v.data_ptr(), param.data_ptr()) 2022-09-27T15:37:15.9602083Z 2022-09-27T15:37:15.9602214Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:15.9602432Z ========== 2022-09-27T15:37:15.9640229Z ok (3.197s) 2022-09-27T15:37:15.9653730Z test_sync_batchnorm_accuracy_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:37:15.9671506Z test_sync_batchnorm_backward_elemt (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:37:15.9693883Z test_thnn_conv_strided_padded_dilated (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-09-27T15:37:15.9834281Z test_threshold_bfloat16 (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:37:15.9937016Z test_threshold_int (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:37:16.0923473Z test_to (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 600 2022-09-27T15:37:16.0923948Z due to: 2022-09-27T15:37:16.0924295Z Traceback (most recent call last): 2022-09-27T15:37:16.0924832Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:37:16.0925458Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:37:16.0925905Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:37:16.0926109Z 2022-09-27T15:37:16.0926181Z from user code: 2022-09-27T15:37:16.0926400Z File "test_nn.py", line 602, in 2022-09-27T15:37:16.0926622Z if torch.cuda.is_available(): 2022-09-27T15:37:16.0926746Z 2022-09-27T15:37:16.0935509Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:16.0935915Z ========== 2022-09-27T15:37:16.0936077Z ok (0.098s) 2022-09-27T15:37:16.1025248Z test_train_errors_for_invalid_mode (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:37:16.1050632Z test_transfer_parametrizations_and_params (__main__.TestNN) 2022-09-27T15:37:16.1553756Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.052s) 2022-09-27T15:37:16.1912940Z test_transfer_parametrizations_and_params_many_to_one (__main__.TestNN) ... ok (0.035s) 2022-09-27T15:37:16.1929058Z test_transfer_parametrizations_and_params_right_inverse (__main__.TestNN) 2022-09-27T15:37:16.2088969Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.017s) 2022-09-27T15:37:16.2108246Z test_transfer_parametrizations_and_params_single_param (__main__.TestNN) 2022-09-27T15:37:16.2454656Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.036s) 2022-09-27T15:37:16.5662012Z test_transformer_args_check (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 7747 2022-09-27T15:37:16.5662843Z due to: 2022-09-27T15:37:16.5663262Z Traceback (most recent call last): 2022-09-27T15:37:16.5664080Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/nn_module.py", line 475, in call_method 2022-09-27T15:37:16.5664746Z if id(method.__code__) in self._nn_module_method_ids(): 2022-09-27T15:37:16.5665491Z AttributeError: 'staticmethod' object has no attribute '__code__' 2022-09-27T15:37:16.5665857Z 2022-09-27T15:37:16.5665993Z from user code: 2022-09-27T15:37:16.5666461Z File "test_nn.py", line 7750, in 2022-09-27T15:37:16.5667048Z src_mask = model.generate_square_subsequent_mask(src_mask_len) 2022-09-27T15:37:16.5667679Z 2022-09-27T15:37:16.5667967Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:16.5668429Z ========== 2022-09-27T15:37:16.6673730Z ok (0.421s) 2022-09-27T15:37:16.6997217Z test_transformer_layer_args_check (__main__.TestNN) ... ok (0.032s) 2022-09-27T15:37:16.7371270Z test_transformerdecoder (__main__.TestNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_transformerdecoder test_nn.py line 7297 2022-09-27T15:37:16.7371895Z due to: 2022-09-27T15:37:16.7372237Z Traceback (most recent call last): 2022-09-27T15:37:16.7372737Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:37:16.7373522Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:37:16.7374318Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:37:16.7374668Z 2022-09-27T15:37:16.7374785Z from user code: 2022-09-27T15:37:16.7375149Z File "test_nn.py", line 7329, in test_transformerdecoder 2022-09-27T15:37:16.7375529Z use_cuda = torch.cuda.is_available() 2022-09-27T15:37:16.7375730Z 2022-09-27T15:37:16.7375935Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:16.7376282Z ========== 2022-09-27T15:37:16.8270614Z ok (0.127s) 2022-09-27T15:37:16.9953707Z test_transformerdecoderlayer (__main__.TestNN) ... ok (0.168s) 2022-09-27T15:37:17.1184681Z test_transformerdecoderlayer_gelu (__main__.TestNN) ... ok (0.122s) 2022-09-27T15:37:17.1798807Z test_triplet_margin_loss (__main__.TestNN) ... ok (0.061s) 2022-09-27T15:37:17.2056175Z test_triplet_margin_loss_invalid (__main__.TestNN) ... ok (0.025s) 2022-09-27T15:37:17.2655640Z test_triplet_margin_loss_no_reduce (__main__.TestNN) ... ok (0.059s) 2022-09-27T15:37:17.3280369Z test_triplet_margin_loss_swap (__main__.TestNN) ... ok (0.062s) 2022-09-27T15:37:17.3899420Z test_triplet_margin_loss_swap_no_reduce (__main__.TestNN) ... ok (0.061s) 2022-09-27T15:37:17.6993004Z test_type (__main__.TestNN) ... ok (0.309s) 2022-09-27T15:37:17.7005699Z test_type_before_parametrizations (__main__.TestNN) 2022-09-27T15:37:17.7064300Z Test that type_before_parametrizations always retrieves original type ... ok (0.007s) 2022-09-27T15:37:17.7155676Z test_unflatten (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:1095: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at /var/lib/jenkins/workspace/c10/core/TensorImpl.h:1694.) 2022-09-27T15:37:17.7156605Z return super(Tensor, self).refine_names(names) 2022-09-27T15:37:17.7158127Z ok (0.009s) 2022-09-27T15:37:17.7304720Z test_unflatten_invalid_arg (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:37:17.7626664Z test_unfold_invalid_arg (__main__.TestNN) ... ok (0.032s) 2022-09-27T15:37:17.7639312Z test_unstructured_pruning_same_magnitude (__main__.TestNN) 2022-09-27T15:37:17.7657971Z Since it may happen that the tensor to prune has entries with the ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unstructured_pruning_same_magnitude test_nn.py line 3885 2022-09-27T15:37:17.7658484Z due to: 2022-09-27T15:37:17.7658769Z Traceback (most recent call last): 2022-09-27T15:37:17.7659243Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:37:17.7659933Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:37:17.7660743Z AssertionError: torch.* op returned non-Tensor L1Unstructured call_function 2022-09-27T15:37:17.7661130Z 2022-09-27T15:37:17.7661243Z from user code: 2022-09-27T15:37:17.7661627Z File "test_nn.py", line 3892, in test_unstructured_pruning_same_magnitude 2022-09-27T15:37:17.7662045Z p = prune.L1Unstructured(amount=AMOUNT) 2022-09-27T15:37:17.7662573Z 2022-09-27T15:37:17.7662795Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:17.7663147Z ========== 2022-09-27T15:37:17.7663419Z ok (0.003s) 2022-09-27T15:37:18.0662790Z test_upsamplingBilinear2d_spatial_invariance (__main__.TestNN) ... ok (0.299s) 2022-09-27T15:37:18.1471745Z test_upsamplingLinear1d (__main__.TestNN) ... ok (0.080s) 2022-09-27T15:37:18.2272536Z test_upsamplingLinear1d_spatial_invariance (__main__.TestNN) ... ok (0.079s) 2022-09-27T15:37:18.3724590Z test_upsamplingTrilinear3d (__main__.TestNN) ... ok (0.145s) 2022-09-27T15:37:18.4554386Z test_upsamplingTrilinear3d_spatial_invariance (__main__.TestNN) ... ok (0.082s) 2022-09-27T15:37:18.8634012Z test_upsampling_bfloat16 (__main__.TestNN) ... ok (0.407s) 2022-09-27T15:37:18.9889112Z test_upsampling_not_recompute_scale_factor (__main__.TestNN) ... ok (0.125s) 2022-09-27T15:37:19.0091777Z test_upsampling_small_scale (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:37:19.0104948Z test_validate_pruning_amount (__main__.TestNN) 2022-09-27T15:37:19.0203480Z Tests the second util function that validates the pruning ... ok (0.011s) 2022-09-27T15:37:19.0218729Z test_validate_pruning_amount_init (__main__.TestNN) 2022-09-27T15:37:19.0344433Z Test the first util function that validates the pruning ... ok (0.014s) 2022-09-27T15:37:19.0923678Z test_vector_to_parameters (__main__.TestNN) ... ok (0.057s) 2022-09-27T15:37:19.1081268Z test_weight_norm (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:37:19.1360050Z test_weight_norm_pickle (__main__.TestNN) ... ok (0.027s) 2022-09-27T15:37:19.1618100Z test_zero_grad (__main__.TestNN) ... ok (0.025s) 2022-09-27T15:37:19.2406320Z test_BatchNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.078s) 2022-09-27T15:37:19.3119726Z test_Bilinear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.071s) 2022-09-27T15:37:19.3143418Z test_CTCLoss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:37:19.4159071Z test_CTCLoss_empty_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.101s) 2022-09-27T15:37:19.4886300Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _CTCLoss_gen_losses test_nn.py line 16073 2022-09-27T15:37:19.4887056Z due to: 2022-09-27T15:37:19.4887419Z Traceback (most recent call last): 2022-09-27T15:37:19.4887991Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:37:19.4888863Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:37:19.4889688Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:37:19.4890043Z 2022-09-27T15:37:19.4890183Z from user code: 2022-09-27T15:37:19.4890673Z File "test_nn.py", line 16094, in _CTCLoss_gen_losses 2022-09-27T15:37:19.4891078Z has_cuda = torch.cuda.is_available() 2022-09-27T15:37:19.4891313Z 2022-09-27T15:37:19.4891527Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:19.4891864Z ========== 2022-09-27T15:37:19.7191652Z ok (0.303s) 2022-09-27T15:37:19.7237082Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:37:19.7277636Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:37:19.7317180Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:37:19.7355340Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:37:19.7393699Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:37:19.7587741Z test_Conv2d_backward_depthwise_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_Conv2d_backward_depthwise test_nn.py line 16944 2022-09-27T15:37:19.7588599Z due to: 2022-09-27T15:37:19.7588890Z Traceback (most recent call last): 2022-09-27T15:37:19.7589307Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:37:19.7590205Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:37:19.7591060Z AssertionError: torch.* op returned non-Tensor _GeneratorContextManager call_function 2022-09-27T15:37:19.7591437Z 2022-09-27T15:37:19.7591547Z from user code: 2022-09-27T15:37:19.7591891Z File "test_nn.py", line 16954, in test_Conv2d_backward_depthwise 2022-09-27T15:37:19.7592325Z with torch.backends.cudnn.flags(enabled=cudnn_enabled): 2022-09-27T15:37:19.7592596Z 2022-09-27T15:37:19.7593053Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:19.7593396Z ========== 2022-09-27T15:37:21.0577827Z ok (1.318s) 2022-09-27T15:37:21.1888311Z test_Conv2d_backward_depthwise_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.130s) 2022-09-27T15:37:21.1924726Z test_Conv2d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:37:21.1959272Z test_Conv2d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:37:21.1992158Z test_Conv2d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:37:21.2014324Z test_Conv2d_deterministic_cudnn_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:37:21.2036261Z test_Conv2d_deterministic_cudnn_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:37:21.2058159Z test_Conv2d_deterministic_cudnn_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:37:21.2080219Z test_Conv2d_deterministic_cudnn_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:37:21.2102089Z test_Conv2d_deterministic_cudnn_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:37:21.2120836Z test_Conv2d_large_workspace_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:37:21.2139616Z test_Conv2d_large_workspace_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:37:21.2158457Z test_Conv2d_large_workspace_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:37:21.5882013Z test_Conv2d_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 16931 2022-09-27T15:37:21.5882659Z due to: 2022-09-27T15:37:21.5883032Z Traceback (most recent call last): 2022-09-27T15:37:21.5883630Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 67, in visit 2022-09-27T15:37:21.5884120Z return n.meta["example_value"] 2022-09-27T15:37:21.5884576Z KeyError: 'example_value' 2022-09-27T15:37:21.5884796Z 2022-09-27T15:37:21.5884919Z from user code: 2022-09-27T15:37:21.5885498Z File "test_nn.py", line 16935, in 2022-09-27T15:37:21.5886007Z torch.cat([i1.grad.data, i2.grad.data], 1), 2022-09-27T15:37:21.5886259Z 2022-09-27T15:37:21.5886497Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:21.5886912Z ========== 2022-09-27T15:37:21.5896850Z ok (0.373s) 2022-09-27T15:37:21.5919646Z test_Conv2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:37:21.5953613Z test_Conv3d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:37:21.5986344Z test_Conv3d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:37:21.6018375Z test_Conv3d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:37:21.6036976Z test_ConvTranspose2d_large_output_padding_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:37:21.6055295Z test_ConvTranspose2d_large_output_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:37:21.6074579Z test_ConvTranspose2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:37:21.6093802Z test_ConvTranspose3d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:37:21.7652947Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 16476 2022-09-27T15:37:21.7653808Z due to: 2022-09-27T15:37:21.7654122Z Traceback (most recent call last): 2022-09-27T15:37:21.7654601Z File "/var/lib/jenkins/torchdynamo/torchdynamo/codegen.py", line 238, in create_load_const 2022-09-27T15:37:21.7655106Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-09-27T15:37:21.7655531Z AssertionError: unsafe constant torch.float16 2022-09-27T15:37:21.7655896Z 2022-09-27T15:37:21.7656013Z from user code: 2022-09-27T15:37:21.7656414Z File "test_nn.py", line 16478, in 2022-09-27T15:37:21.7656941Z self.assertEqual(result, expected, atol=dtype2prec_DONTUSE[dtypes[2]], rtol=0) 2022-09-27T15:37:21.7657230Z 2022-09-27T15:37:21.7657449Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:21.7657817Z ========== 2022-09-27T15:37:21.8183390Z ok (0.208s) 2022-09-27T15:37:21.9399390Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.121s) 2022-09-27T15:37:22.0632740Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.123s) 2022-09-27T15:37:22.1923436Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.128s) 2022-09-27T15:37:22.2419806Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.049s) 2022-09-27T15:37:22.2655690Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:37:22.2882467Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:37:22.3104336Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:37:22.3151199Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:37:22.3196148Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:37:22.3240756Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:37:22.3282891Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:37:22.4695158Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 16556 2022-09-27T15:37:22.4695859Z due to: 2022-09-27T15:37:22.4696165Z Traceback (most recent call last): 2022-09-27T15:37:22.4697073Z File "/var/lib/jenkins/torchdynamo/torchdynamo/codegen.py", line 238, in create_load_const 2022-09-27T15:37:22.4697685Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-09-27T15:37:22.4698094Z AssertionError: unsafe constant torch.float16 2022-09-27T15:37:22.4698311Z 2022-09-27T15:37:22.4698427Z from user code: 2022-09-27T15:37:22.4698976Z File "test_nn.py", line 16558, in 2022-09-27T15:37:22.4699486Z self.assertEqual(result, expected, atol=dtype2prec_DONTUSE[dtypes[2]], rtol=0) 2022-09-27T15:37:22.4699757Z 2022-09-27T15:37:22.4699951Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:22.4700294Z ========== 2022-09-27T15:37:22.7223175Z ok (0.393s) 2022-09-27T15:37:22.7600821Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T15:37:22.7961312Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:37:22.8338253Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T15:37:22.8709611Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T15:37:22.9077351Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-09-27T15:37:22.9463406Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T15:37:22.9839721Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T15:37:23.0015715Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:37:23.0198854Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:23.0384738Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:23.0551318Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T15:37:23.2658549Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float32 (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 16591 2022-09-27T15:37:23.2659335Z due to: 2022-09-27T15:37:23.2659630Z Traceback (most recent call last): 2022-09-27T15:37:23.2660131Z File "/var/lib/jenkins/torchdynamo/torchdynamo/codegen.py", line 238, in create_load_const 2022-09-27T15:37:23.2660692Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-09-27T15:37:23.2661172Z AssertionError: unsafe constant torch.float32 2022-09-27T15:37:23.2661436Z 2022-09-27T15:37:23.2661569Z from user code: 2022-09-27T15:37:23.2662028Z File "test_nn.py", line 16621, in 2022-09-27T15:37:23.2662603Z self.assertEqual(output, ref_output, atol=dtype2prec_DONTUSE[wdtype], rtol=0) 2022-09-27T15:37:23.2662923Z 2022-09-27T15:37:23.2663167Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:23.2663395Z ========== 2022-09-27T15:37:23.3926448Z ok (0.337s) 2022-09-27T15:37:23.4628933Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.070s) 2022-09-27T15:37:23.4832993Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:37:23.5019855Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:23.6382602Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 16513 2022-09-27T15:37:23.6383573Z due to: 2022-09-27T15:37:23.6383897Z Traceback (most recent call last): 2022-09-27T15:37:23.6384512Z File "/var/lib/jenkins/torchdynamo/torchdynamo/codegen.py", line 238, in create_load_const 2022-09-27T15:37:23.6385039Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-09-27T15:37:23.6385469Z AssertionError: unsafe constant torch.float16 2022-09-27T15:37:23.6385731Z 2022-09-27T15:37:23.6385828Z from user code: 2022-09-27T15:37:23.6386262Z File "test_nn.py", line 16515, in 2022-09-27T15:37:23.6386827Z self.assertEqual(result, expected, atol=dtype2prec_DONTUSE[dtypes[2]], rtol=0) 2022-09-27T15:37:23.6387151Z 2022-09-27T15:37:23.6387477Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:23.6387851Z ========== 2022-09-27T15:37:23.6698474Z ok (0.167s) 2022-09-27T15:37:23.7531064Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.083s) 2022-09-27T15:37:23.8340735Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.080s) 2022-09-27T15:37:23.9144508Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.080s) 2022-09-27T15:37:23.9387929Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:37:23.9624495Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:37:23.9851123Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:37:24.0075976Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:37:24.0125691Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:37:24.0173782Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:37:24.0221192Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:37:24.0266904Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:37:24.0902719Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.063s) 2022-09-27T15:37:24.1194006Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:37:24.1486698Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:37:24.1779837Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:37:24.2096020Z test_GRU_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 15958 2022-09-27T15:37:24.2096602Z due to: 2022-09-27T15:37:24.2096899Z Traceback (most recent call last): 2022-09-27T15:37:24.2097370Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:37:24.2098106Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:37:24.2098927Z AssertionError: torch.* op returned non-Tensor _GeneratorContextManager call_function 2022-09-27T15:37:24.2099314Z 2022-09-27T15:37:24.2099434Z from user code: 2022-09-27T15:37:24.2100073Z File "test_nn.py", line 15959, in 2022-09-27T15:37:24.2100527Z with torch.backends.cudnn.flags(enabled=False): 2022-09-27T15:37:24.2100790Z 2022-09-27T15:37:24.2101001Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:24.2101373Z ========== 2022-09-27T15:37:24.2930963Z ok (0.114s) 2022-09-27T15:37:24.3291331Z test_GroupNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:37:24.4016260Z test_GroupNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.072s) 2022-09-27T15:37:25.6282225Z test_GroupNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.226s) 2022-09-27T15:37:25.6432583Z test_GroupNorm_raises_error_if_one_value_per_group_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:37:25.6494854Z test_InstanceNorm1d_general_cpu (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_InstanceNorm1d_general test_nn.py line 13545 2022-09-27T15:37:25.6495416Z due to: 2022-09-27T15:37:25.6495743Z Traceback (most recent call last): 2022-09-27T15:37:25.6496216Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:37:25.6496678Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:25.6497434Z TypeError: rand() received an invalid combination of arguments - got (FakeTensor, FakeTensor, FakeTensor), but expected one of: 2022-09-27T15:37:25.6498222Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:37:25.6499048Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:37:25.6499788Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:37:25.6500517Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:37:25.6500900Z 2022-09-27T15:37:25.6500908Z 2022-09-27T15:37:25.6501025Z from user code: 2022-09-27T15:37:25.6501393Z File "test_nn.py", line 13550, in test_InstanceNorm1d_general 2022-09-27T15:37:25.6501764Z input = torch.rand(b, c, d) 2022-09-27T15:37:25.6501965Z 2022-09-27T15:37:25.6502183Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:25.6502555Z ========== 2022-09-27T15:37:25.6922729Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 12180 2022-09-27T15:37:25.6923172Z due to: 2022-09-27T15:37:25.6923494Z Traceback (most recent call last): 2022-09-27T15:37:25.6923956Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 67, in visit 2022-09-27T15:37:25.6924386Z return n.meta["example_value"] 2022-09-27T15:37:25.6924777Z KeyError: 'example_value' 2022-09-27T15:37:25.6924973Z 2022-09-27T15:37:25.6925153Z from user code: 2022-09-27T15:37:25.6925537Z File "test_nn.py", line 12188, in 2022-09-27T15:37:25.6926129Z self.assertEqual(torch.abs(mean.data).mean(), 0, atol=1e-5, rtol=0) 2022-09-27T15:37:25.6926401Z 2022-09-27T15:37:25.6926626Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:25.6926986Z ========== 2022-09-27T15:37:25.6944522Z ok (0.051s) 2022-09-27T15:37:25.7013837Z test_InstanceNorm2d_general_cpu (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_InstanceNorm2d_general test_nn.py line 13556 2022-09-27T15:37:25.7014420Z due to: 2022-09-27T15:37:25.7014759Z Traceback (most recent call last): 2022-09-27T15:37:25.7015228Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:37:25.7015714Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:25.7016775Z TypeError: rand() received an invalid combination of arguments - got (FakeTensor, FakeTensor, FakeTensor, FakeTensor), but expected one of: 2022-09-27T15:37:25.7017577Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:37:25.7018494Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:37:25.7019274Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:37:25.7020013Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:37:25.7020410Z 2022-09-27T15:37:25.7020418Z 2022-09-27T15:37:25.7020536Z from user code: 2022-09-27T15:37:25.7020902Z File "test_nn.py", line 13562, in test_InstanceNorm2d_general 2022-09-27T15:37:25.7021297Z input = torch.rand(b, c, h, w) 2022-09-27T15:37:25.7021507Z 2022-09-27T15:37:25.7021731Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:25.7022086Z ========== 2022-09-27T15:37:25.7202275Z ok (0.025s) 2022-09-27T15:37:25.7282844Z test_InstanceNorm3d_general_cpu (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_InstanceNorm3d_general test_nn.py line 13568 2022-09-27T15:37:25.7283442Z due to: 2022-09-27T15:37:25.7283740Z Traceback (most recent call last): 2022-09-27T15:37:25.7284222Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:37:25.7284700Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:37:25.7285538Z TypeError: rand() received an invalid combination of arguments - got (FakeTensor, FakeTensor, FakeTensor, FakeTensor, FakeTensor), but expected one of: 2022-09-27T15:37:25.7286385Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:37:25.7287225Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:37:25.7287991Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:37:25.7288706Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:37:25.7289108Z 2022-09-27T15:37:25.7289117Z 2022-09-27T15:37:25.7289232Z from user code: 2022-09-27T15:37:25.7289605Z File "test_nn.py", line 13575, in test_InstanceNorm3d_general 2022-09-27T15:37:25.7290005Z input = torch.rand(b, c, h, w, d) 2022-09-27T15:37:25.7290221Z 2022-09-27T15:37:25.7290428Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:25.7290792Z ========== 2022-09-27T15:37:25.7474112Z ok (0.027s) 2022-09-27T15:37:25.8739967Z test_LSTM_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.126s) 2022-09-27T15:37:25.8770187Z test_LayerNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_LayerNorm_general test_nn.py line 13604 2022-09-27T15:37:25.8770734Z due to: 2022-09-27T15:37:25.8771047Z Traceback (most recent call last): 2022-09-27T15:37:25.8771544Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:37:25.8772068Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:37:25.8772440Z AssertionError: dtype 2022-09-27T15:37:25.8772633Z 2022-09-27T15:37:25.8772747Z from user code: 2022-09-27T15:37:25.8773109Z File "test_nn.py", line 13605, in test_LayerNorm_general 2022-09-27T15:37:25.8773749Z self._test_LayerNorm_general(device) 2022-09-27T15:37:25.8773970Z 2022-09-27T15:37:25.8774185Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:25.8774550Z ========== 2022-09-27T15:37:25.9019368Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 12290 2022-09-27T15:37:25.9019784Z due to: 2022-09-27T15:37:25.9020285Z Traceback (most recent call last): 2022-09-27T15:37:25.9020874Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:37:25.9021315Z return self._op(*args, **kwargs or {}) 2022-09-27T15:37:25.9022064Z RuntimeError: Expected normalized_shape to be at least 1-dimensional, i.e., containing at least one element, but got normalized_shape = [] 2022-09-27T15:37:25.9022463Z 2022-09-27T15:37:25.9022689Z The above exception was the direct cause of the following exception: 2022-09-27T15:37:25.9022962Z 2022-09-27T15:37:25.9023117Z Traceback (most recent call last): 2022-09-27T15:37:25.9023575Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:37:25.9024030Z raise TorchRuntimeError() from e 2022-09-27T15:37:25.9024420Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:37:25.9024661Z 2022-09-27T15:37:25.9024761Z from user code: 2022-09-27T15:37:25.9025084Z File "test_nn.py", line 12290, in 2022-09-27T15:37:25.9025490Z self.assertRaises(RuntimeError, lambda: ln(input)) 2022-09-27T15:37:25.9025739Z 2022-09-27T15:37:25.9025959Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:25.9026307Z ========== 2022-09-27T15:37:25.9460004Z ok (0.071s) 2022-09-27T15:37:26.1727716Z test_LayerNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 13616 2022-09-27T15:37:26.1728612Z due to: 2022-09-27T15:37:26.1729000Z Traceback (most recent call last): 2022-09-27T15:37:26.1729848Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 359, in data_dep 2022-09-27T15:37:26.1730532Z raise DataDependentOutputException(func) 2022-09-27T15:37:26.1731213Z torch._subclasses.fake_tensor.DataDependentOutputException: aten._local_scalar_dense.default 2022-09-27T15:37:26.1731665Z 2022-09-27T15:37:26.1731963Z The above exception was the direct cause of the following exception: 2022-09-27T15:37:26.1732318Z 2022-09-27T15:37:26.1732518Z Traceback (most recent call last): 2022-09-27T15:37:26.1733313Z File "/opt/conda/lib/python3.7/site-packages/torch/utils/_python_dispatch.py", line 68, in wrapped 2022-09-27T15:37:26.1733878Z if isinstance(f, classmethod): 2022-09-27T15:37:26.1734582Z SystemError: returned a result with an error set 2022-09-27T15:37:26.1734950Z 2022-09-27T15:37:26.1735109Z from user code: 2022-09-27T15:37:26.1735575Z File "test_nn.py", line 13617, in 2022-09-27T15:37:26.1736186Z X_view = X.view(-1, feature_size) 2022-09-27T15:37:26.1736459Z 2022-09-27T15:37:26.1736733Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:26.1737166Z ========== 2022-09-27T15:37:26.6525350Z ok (0.706s) 2022-09-27T15:37:26.6727261Z test_LocalResponseNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:37:26.7003203Z test_MarginLoss_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:37:26.7210720Z test_MarginLoss_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:37:26.7231253Z test_ReflectionPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:37:26.7250331Z test_ReflectionPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:37:26.7492240Z test_ReflectionPad_empty_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:37:26.7660295Z test_ReflectionPad_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T15:37:26.9613653Z test_ReplicationPad1d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.195s) 2022-09-27T15:37:29.9401644Z test_ReplicationPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (2.978s) 2022-09-27T15:37:41.2893570Z test_ReplicationPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (11.348s) 2022-09-27T15:37:41.3148368Z test_ReplicationPad_empty_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:37:41.3326020Z test_ReplicationPad_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:37:41.3345433Z test_TransformerDecoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-09-27T15:37:41.3363518Z test_TransformerDecoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-09-27T15:37:41.3384729Z test_TransformerEncoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.002s) 2022-09-27T15:37:41.3399589Z test_TransformerEncoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-09-27T15:37:41.3415279Z test_Transformer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-09-27T15:37:41.3837136Z test_Unfold_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T15:37:41.3857702Z test_activations_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:37:41.8383361Z test_activations_bfloat16_cpu_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.452s) 2022-09-27T15:37:42.1006576Z test_affine_2d_rotate0_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.262s) 2022-09-27T15:37:42.2113526Z test_affine_2d_rotate45_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.110s) 2022-09-27T15:37:42.4001690Z test_affine_2d_rotate90_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.188s) 2022-09-27T15:37:42.8044579Z test_affine_2d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.403s) 2022-09-27T15:37:50.7173237Z test_affine_3d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (7.908s) 2022-09-27T15:37:50.8969206Z test_batchnorm_affine_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.179s) 2022-09-27T15:37:50.8985299Z test_batchnorm_affine_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:37:50.9001023Z test_batchnorm_affine_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:37:51.3227091Z test_batchnorm_eval_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.422s) 2022-09-27T15:37:51.3244003Z test_batchnorm_eval_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:37:51.3259699Z test_batchnorm_eval_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:37:51.3282753Z test_batchnorm_grad_cpu (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_batchnorm_grad test_nn.py line 16969 2022-09-27T15:37:51.3283315Z due to: 2022-09-27T15:37:51.3286918Z Traceback (most recent call last): 2022-09-27T15:37:51.3287463Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:37:51.3288007Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:37:51.3288381Z AssertionError: dtype 2022-09-27T15:37:51.3288578Z 2022-09-27T15:37:51.3288692Z from user code: 2022-09-27T15:37:51.3289051Z File "test_nn.py", line 16970, in test_batchnorm_grad 2022-09-27T15:37:51.3289437Z self._test_batchnorm_grad(device) 2022-09-27T15:37:51.3289634Z 2022-09-27T15:37:51.3289854Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:51.3290218Z ========== 2022-09-27T15:37:51.3614874Z ok (0.035s) 2022-09-27T15:37:51.3632379Z test_batchnorm_large_batch_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:37:51.3647539Z test_batchnorm_large_batch_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:37:51.7063964Z test_batchnorm_simple_average_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.341s) 2022-09-27T15:37:51.7079467Z test_batchnorm_simple_average_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:37:51.7093647Z test_batchnorm_simple_average_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:37:51.7116455Z test_batchnorm_update_stats_cpu (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_batchnorm_update_stats test_nn.py line 17418 2022-09-27T15:37:51.7117030Z due to: 2022-09-27T15:37:51.7117345Z Traceback (most recent call last): 2022-09-27T15:37:51.7117833Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:37:51.7118370Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:37:51.7118758Z AssertionError: dtype 2022-09-27T15:37:51.7118956Z 2022-09-27T15:37:51.7119055Z from user code: 2022-09-27T15:37:51.7119425Z File "test_nn.py", line 17419, in test_batchnorm_update_stats 2022-09-27T15:37:51.7119848Z self._test_batchnorm_update_stats(device) 2022-09-27T15:37:51.7120074Z 2022-09-27T15:37:51.7120279Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:51.7120648Z ========== 2022-09-27T15:37:51.8273213Z ok (0.117s) 2022-09-27T15:37:52.2309538Z test_clip_grad_norm_error_if_nonfinite_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.403s) 2022-09-27T15:37:52.2334144Z test_clip_grad_norm_multi_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:37:52.2350862Z test_contig_wrong_stride_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:37:52.4189674Z test_conv1d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.183s) 2022-09-27T15:37:52.5271909Z test_conv1d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.108s) 2022-09-27T15:37:52.5480494Z test_conv1d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:37:52.5570140Z test_conv1d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:37:52.6264794Z test_conv1d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.069s) 2022-09-27T15:37:52.6729448Z test_conv1d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-09-27T15:37:52.6921791Z test_conv1d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:52.7039639Z test_conv1d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:37:52.8533076Z test_conv1d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.149s) 2022-09-27T15:37:52.9737791Z test_conv1d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.120s) 2022-09-27T15:37:53.0216553Z test_conv1d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-09-27T15:37:53.0624880Z test_conv1d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T15:37:53.0876222Z test_conv2d_no_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:37:53.3137118Z test_conv2d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.225s) 2022-09-27T15:37:53.4323748Z test_conv2d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.118s) 2022-09-27T15:37:53.5069059Z test_conv2d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.074s) 2022-09-27T15:37:53.5467084Z test_conv2d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T15:37:53.6153462Z test_conv2d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.068s) 2022-09-27T15:37:53.6630334Z test_conv2d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-09-27T15:37:53.6828596Z test_conv2d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:53.6947221Z test_conv2d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:37:53.8426768Z test_conv2d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.147s) 2022-09-27T15:37:53.9659278Z test_conv2d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.123s) 2022-09-27T15:37:54.0124301Z test_conv2d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-09-27T15:37:54.0518842Z test_conv2d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T15:37:54.6575468Z test_conv3d_same_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.605s) 2022-09-27T15:37:54.9463028Z test_conv3d_same_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.288s) 2022-09-27T15:37:55.0211966Z test_conv3d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.074s) 2022-09-27T15:37:55.0608954Z test_conv3d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T15:37:55.2925580Z test_conv3d_valid_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.231s) 2022-09-27T15:37:55.4170598Z test_conv3d_valid_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.124s) 2022-09-27T15:37:55.4376281Z test_conv3d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:37:55.4498606Z test_conv3d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:37:55.6250797Z test_conv3d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.174s) 2022-09-27T15:37:55.7658179Z test_conv3d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.140s) 2022-09-27T15:37:55.8288571Z test_conv3d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.062s) 2022-09-27T15:37:55.8845111Z test_conv3d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.055s) 2022-09-27T15:37:55.9113337Z test_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:37:55.9251336Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:55.9389464Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:55.9524951Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:55.9659871Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:55.9798354Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:55.9934091Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.0069346Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.0206097Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.0341792Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.0477061Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.0612890Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.0749123Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.0887498Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.1023617Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.1160349Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.1296004Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.1431578Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.1568269Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.1704260Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.1839586Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.1975798Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.2112063Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.2248102Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.2383502Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.2519598Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.2655191Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.2791005Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.2935968Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.014s) 2022-09-27T15:37:56.3147863Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-09-27T15:37:56.3298610Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.014s) 2022-09-27T15:37:56.3435339Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.3571319Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.3705809Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.3841080Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.3976868Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.4112432Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.4247916Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.4383686Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.4519289Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.4654160Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.4789182Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.4923930Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.5058862Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.5194107Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.5328507Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.5464229Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.5599747Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.5734795Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.5870312Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.6008025Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.6145236Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.6282625Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.6418825Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.6554920Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.6691306Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.6828650Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.6963958Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.7099323Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.7234665Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.7369913Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.7506592Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.7643428Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.7780520Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.7916051Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:56.8998621Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 13439 2022-09-27T15:37:56.8999409Z due to: 2022-09-27T15:37:56.8999725Z Traceback (most recent call last): 2022-09-27T15:37:56.9000217Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:37:56.9000942Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:37:56.9001877Z AssertionError: torch.* op returned non-Tensor _ConvBackend call_function 2022-09-27T15:37:56.9002291Z 2022-09-27T15:37:56.9002409Z from user code: 2022-09-27T15:37:56.9002789Z File "test_nn.py", line 13453, in 2022-09-27T15:37:56.9003228Z backend_actual = torch._C._select_conv_backend(*inputs) 2022-09-27T15:37:56.9003478Z 2022-09-27T15:37:56.9003698Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:56.9004063Z ========== 2022-09-27T15:37:56.9064378Z ok (0.114s) 2022-09-27T15:37:56.9297037Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_conv_backend test_nn.py line 13277 2022-09-27T15:37:56.9297675Z due to: 2022-09-27T15:37:56.9298079Z Traceback (most recent call last): 2022-09-27T15:37:56.9298531Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:37:56.9299276Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:37:56.9300184Z AssertionError: torch.* op returned non-Tensor _ConvBackend call_function 2022-09-27T15:37:56.9300612Z 2022-09-27T15:37:56.9300725Z from user code: 2022-09-27T15:37:56.9301055Z File "test_nn.py", line 13453, in test_conv_backend 2022-09-27T15:37:56.9301474Z backend_actual = torch._C._select_conv_backend(*inputs) 2022-09-27T15:37:56.9301720Z 2022-09-27T15:37:56.9307967Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:37:56.9308615Z ========== 2022-09-27T15:37:56.9357803Z ok (0.029s) 2022-09-27T15:37:56.9550734Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:56.9743953Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:56.9941751Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:57.0137156Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:57.0334187Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:57.0529800Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:57.0726918Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:57.0921492Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:57.1120353Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:57.1313917Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:57.1513883Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:57.1711913Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:57.1915996Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:37:57.2115225Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:57.2314161Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:57.2508995Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:57.2711362Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:37:57.2910966Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:57.3112046Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:37:57.3314052Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:37:57.3515849Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:37:57.3715587Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:57.3902771Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.4092253Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.4278587Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.4462852Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.4653894Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:57.4844631Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.5035730Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.5226005Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.5410551Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.5594179Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.5779920Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.5962295Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.6155515Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:57.6340722Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.6527667Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.6711326Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.6900081Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.7083249Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.7266475Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.7447565Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.7642629Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:57.7831357Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.8023893Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:57.8213843Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.8401092Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.8584992Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.8769231Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.8951502Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.9140811Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.9327585Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.9515693Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:57.9707386Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:57.9889710Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:58.0071071Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:58.0253742Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:58.0435799Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:58.0623769Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:58.0809001Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:58.0995894Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:58.1188709Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:58.1374700Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:58.1558954Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:58.1744833Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:58.1928743Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:58.2117476Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:58.2304627Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:58.2491861Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:58.2678856Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:37:58.2814431Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.2951350Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.3087367Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.3222873Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.3360538Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.3496606Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.3634631Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.3770620Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.3907130Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.4045008Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.4182981Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.4320563Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.4458823Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.4595201Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.4730738Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.4866378Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.5001794Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.5139809Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.5275365Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.5411102Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.5547300Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.5683709Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.5819284Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.5955463Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.6092115Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.6227746Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.6364348Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.6500994Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.6637476Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.6773583Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.6908520Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.7044471Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.7182079Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.7317871Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.7453620Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.7590365Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.7729696Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.7865744Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.8001938Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.8138872Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.8275148Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.8411918Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.8547492Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.8683265Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.8818543Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.8953730Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.9089056Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.9224274Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.9359473Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.9495484Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.9631171Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.9766311Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:58.9901474Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:59.0036997Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:59.0172472Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:59.0307886Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:59.0442953Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:59.0577637Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:59.0712739Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:59.0848169Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:59.0983382Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:59.1120223Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:59.1255903Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:59.1391936Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:59.1529238Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:59.1665615Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:59.1802260Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:59.1939559Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:59.2076013Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:59.2213073Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:59.2347958Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:59.2484652Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:37:59.2794728Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:37:59.3045366Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:37:59.3298184Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:37:59.3540904Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:37:59.3805632Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:37:59.4060399Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:37:59.4320866Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:37:59.4580301Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:37:59.4730911Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:37:59.4875589Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:37:59.5071928Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:37:59.5215505Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:37:59.5363102Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:37:59.5506022Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:37:59.5653216Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:37:59.5796165Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:37:59.5997085Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:37:59.6196338Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:37:59.6397078Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.020s) 2022-09-27T15:37:59.6594404Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:37:59.6793581Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:37:59.6991002Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:37:59.7225914Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.023s) 2022-09-27T15:37:59.7428114Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.020s) 2022-09-27T15:37:59.7712712Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:37:59.7985259Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:37:59.8261660Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:37:59.8527546Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:37:59.8820677Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:37:59.9103232Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:37:59.9388446Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:37:59.9663415Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:37:59.9812763Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:37:59.9955996Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:00.0102432Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:00.0245085Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:00.0393451Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:00.0537317Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:00.0682975Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:00.0827762Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:00.1028911Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:38:00.1226507Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:38:00.1425813Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:38:00.1622873Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:38:00.1821612Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:38:00.2017203Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:38:00.2214859Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:38:00.2411521Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:38:00.2771065Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:38:00.3119170Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:38:00.3427611Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:38:00.3731177Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:38:00.4103350Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T15:38:00.4467115Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-09-27T15:38:00.4805885Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:38:00.5130855Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:38:00.5286349Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-09-27T15:38:00.5434273Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:00.5658485Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:38:00.5804247Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:00.5956504Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-09-27T15:38:00.6103704Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:00.6253165Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:00.6398415Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:00.6599883Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.020s) 2022-09-27T15:38:00.6799199Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:38:00.6999912Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.020s) 2022-09-27T15:38:00.7200034Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:38:00.7401947Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.020s) 2022-09-27T15:38:00.7603112Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.020s) 2022-09-27T15:38:00.7805462Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.020s) 2022-09-27T15:38:00.8005986Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:38:00.8150853Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:00.8289737Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:38:00.8436521Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:00.8577768Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:00.8720121Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:00.8860302Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:38:00.9001635Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:00.9141890Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:00.9284120Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:00.9425390Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:00.9566115Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:00.9704159Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:38:00.9843246Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:38:00.9982293Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:38:01.0124358Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.0264189Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:38:01.0406595Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.0546821Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:38:01.0688360Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.0831224Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.0974011Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.1117203Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.1262332Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.1401878Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:38:01.1544933Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.1686524Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.1829623Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.1969469Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.2112922Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.2255585Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.2398294Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.2539721Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.2684271Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.2827254Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.2974937Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.3120290Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.3266990Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.3410173Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.3555156Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.3699260Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.3843070Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.3985254Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.4127747Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.4270403Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.4415914Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.4557118Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.4702212Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.4846109Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.4993525Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.5138500Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.5285747Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.5429696Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.5574152Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.8284199Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.270s) 2022-09-27T15:38:01.8433611Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.8580433Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.8726069Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.8871387Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.9019130Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.9164644Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.9312013Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.9457325Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.9604585Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.9750293Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:01.9896891Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:02.0042090Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:02.0188825Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:02.0337660Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:02.0483781Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:02.0630321Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:02.0779216Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:02.0928566Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:02.1191532Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:38:02.1450221Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:38:02.1705967Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:38:02.1956978Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:38:02.2228200Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:38:02.2499925Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:38:02.2772140Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:38:02.3037696Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:38:02.3302579Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:38:02.3558324Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:38:02.3816296Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:38:02.4073681Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:38:02.4342376Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:38:02.4603500Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:38:02.4869156Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:38:02.5131601Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:38:02.5392070Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:38:02.5647122Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:38:02.5904725Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:38:02.6159683Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:38:02.6508185Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:38:02.6856023Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:38:02.7131857Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:38:02.7396283Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:38:02.7665393Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:38:02.7930389Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:38:02.8195835Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:38:02.8456031Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:38:02.8724785Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:38:02.8991735Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:38:02.9263892Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:38:02.9533852Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:38:02.9814605Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:38:03.0096538Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:38:03.0373653Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:38:03.0649495Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:38:03.0954000Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:38:03.1254062Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:38:03.1550085Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:38:03.1842026Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:38:03.2152145Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:38:03.2461124Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:38:03.2794003Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:38:03.3119875Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:38:03.3449889Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:38:03.3777751Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:38:03.4119060Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:38:03.4456552Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:38:03.4739448Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:38:03.5016375Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:38:03.5288936Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:38:03.5563096Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:38:03.5852125Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:38:03.6133811Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:38:03.6420853Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:38:03.6704034Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:38:03.7071785Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-09-27T15:38:03.7467679Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T15:38:03.7804104Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:38:03.8125131Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T15:38:03.8439010Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T15:38:03.8758471Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T15:38:03.9090223Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:38:03.9418699Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:38:03.9781080Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:38:04.0130784Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:38:04.0435118Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:38:04.0733626Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:38:04.1102043Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-09-27T15:38:04.1471505Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-09-27T15:38:04.1784840Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T15:38:04.2095415Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:38:04.2237009Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.014s) 2022-09-27T15:38:04.2377907Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:38:04.2518920Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:38:04.2659592Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:38:04.2801050Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.014s) 2022-09-27T15:38:04.2942132Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:38:04.3084855Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.014s) 2022-09-27T15:38:04.3225115Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:38:04.3593771Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-09-27T15:38:04.3963520Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-09-27T15:38:04.4287576Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:38:04.4611047Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:38:04.5002019Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T15:38:04.5393208Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T15:38:04.5737078Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:38:04.6077064Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:38:04.7751943Z test_conv_contiguous_for_oneDNN_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.167s) 2022-09-27T15:38:04.7779872Z test_conv_cudnn_mismatch_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:38:04.7828077Z test_conv_cudnn_ndhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:38:04.7872466Z test_conv_cudnn_ndhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:38:04.7917215Z test_conv_cudnn_nhwc_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:38:04.7961464Z test_conv_cudnn_nhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:38:04.8006367Z test_conv_cudnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:38:04.8027505Z test_conv_cudnn_nhwc_support_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:38:04.8048495Z test_conv_cudnn_nhwc_support_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:38:04.8073687Z test_conv_double_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:38:04.8809348Z test_conv_double_backward_groups_cpu (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_conv_double_back_test test_nn.py line 12131 2022-09-27T15:38:04.8809990Z due to: 2022-09-27T15:38:04.8810296Z Traceback (most recent call last): 2022-09-27T15:38:04.8810855Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:38:04.8811602Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:38:04.8812425Z AssertionError: torch.* op returned non-Tensor _GeneratorContextManager call_function 2022-09-27T15:38:04.8812813Z 2022-09-27T15:38:04.8812929Z from user code: 2022-09-27T15:38:04.8813300Z File "test_nn.py", line 12164, in run_conv_double_back_test 2022-09-27T15:38:04.8813653Z dummy_out = func(*inputs) 2022-09-27T15:38:04.8813849Z 2022-09-27T15:38:04.8814074Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:04.8814444Z ========== 2022-09-27T15:38:04.8833668Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func test_nn.py line 12148 2022-09-27T15:38:04.8834116Z due to: 2022-09-27T15:38:04.8835626Z Traceback (most recent call last): 2022-09-27T15:38:04.8836099Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:38:04.8837114Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:38:04.8837923Z AssertionError: torch.* op returned non-Tensor _GeneratorContextManager call_function 2022-09-27T15:38:04.8838299Z 2022-09-27T15:38:04.8838421Z from user code: 2022-09-27T15:38:04.8838806Z File "test_nn.py", line 12155, in func 2022-09-27T15:38:04.8839148Z with cudnn.flags(enabled=False): 2022-09-27T15:38:04.8839357Z 2022-09-27T15:38:04.8839574Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:04.8839940Z ========== 2022-09-27T15:38:04.8999243Z ok (0.092s) 2022-09-27T15:38:04.9721042Z test_conv_double_backward_no_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.071s) 2022-09-27T15:38:05.0808179Z test_conv_double_backward_stride_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.108s) 2022-09-27T15:38:05.1392489Z test_conv_double_backward_strided_with_3D_input_and_weight_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.058s) 2022-09-27T15:38:05.1539313Z test_conv_empty_channel_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/init.py:405: UserWarning: Initializing zero-element tensors is a no-op 2022-09-27T15:38:05.1540193Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-09-27T15:38:05.2111137Z /opt/conda/lib/python3.7/site-packages/torch/nn/init.py:405: UserWarning: Initializing zero-element tensors is a no-op 2022-09-27T15:38:05.2111766Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-09-27T15:38:05.2265482Z ok (0.087s) 2022-09-27T15:38:05.2366564Z test_conv_empty_channel_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/init.py:405: UserWarning: Initializing zero-element tensors is a no-op 2022-09-27T15:38:05.2367408Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-09-27T15:38:05.2687530Z /opt/conda/lib/python3.7/site-packages/torch/nn/init.py:405: UserWarning: Initializing zero-element tensors is a no-op 2022-09-27T15:38:05.2688259Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-09-27T15:38:05.2827595Z ok (0.056s) 2022-09-27T15:38:05.3155765Z test_conv_ic1_channels_last_for_oneDNN_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:38:05.3185910Z test_conv_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:38:05.3204094Z test_conv_large_nosplit_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:38:05.3488220Z test_conv_noncontig_weights_and_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:38:05.3841103Z test_conv_noncontig_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:38:05.3907474Z test_conv_thnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_conv_thnn_nhwc test_nn.py line 17476 2022-09-27T15:38:05.3908044Z due to: 2022-09-27T15:38:05.3908389Z Traceback (most recent call last): 2022-09-27T15:38:05.3908899Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:38:05.3909662Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:38:05.3910564Z AssertionError: torch.* op returned non-Tensor _GeneratorContextManager call_function 2022-09-27T15:38:05.3910984Z 2022-09-27T15:38:05.3911120Z from user code: 2022-09-27T15:38:05.3911522Z File "test_nn.py", line 17510, in test_conv_thnn_nhwc 2022-09-27T15:38:05.3911894Z with torch.backends.mkldnn.flags(enabled=False): 2022-09-27T15:38:05.3912118Z 2022-09-27T15:38:05.3912338Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:05.3912724Z ========== 2022-09-27T15:38:05.6763880Z ok (0.292s) 2022-09-27T15:38:05.7387830Z test_conv_thnn_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.062s) 2022-09-27T15:38:05.7875498Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-09-27T15:38:05.9214330Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.133s) 2022-09-27T15:38:05.9243724Z test_conv_transposed_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:38:05.9263901Z test_convert_conv2d_weight_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:38:05.9573113Z test_cross_entropy_label_smoothing_consistent_index_target_and_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:38:05.9765235Z test_cross_entropy_label_smoothing_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:38:06.0017659Z test_cross_entropy_label_smoothing_weight_ignore_indices_cpu (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT check_equal test_nn.py line 18138 2022-09-27T15:38:06.0018274Z due to: 2022-09-27T15:38:06.0018584Z Traceback (most recent call last): 2022-09-27T15:38:06.0019248Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 838, in __torch_dispatch__ 2022-09-27T15:38:06.0019995Z "Invoking operators with non-Fake Tensor inputs in FakeTensorMode is not yet supported. " 2022-09-27T15:38:06.0021378Z Exception: Invoking operators with non-Fake Tensor inputs in FakeTensorMode is not yet supported. Please convert all Tensors to FakeTensors first. Found in aten.index_put_.default(*(FakeTensor(FakeTensor(..., device='meta', size=(2,)), cpu), [FakeTensor(FakeTensor(..., device='meta', size=(2,), dtype=torch.bool), cpu)], tensor(0.)), **{}) 2022-09-27T15:38:06.0022176Z 2022-09-27T15:38:06.0022294Z from user code: 2022-09-27T15:38:06.0022633Z File "test_nn.py", line 18141, in check_equal 2022-09-27T15:38:06.0022959Z l1 = loss(inp1, targ1) 2022-09-27T15:38:06.0023148Z 2022-09-27T15:38:06.0023376Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:06.0023748Z ========== 2022-09-27T15:38:06.0164680Z ok (0.039s) 2022-09-27T15:38:06.0597443Z test_cross_entropy_label_smoothing_with_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T15:38:06.1004217Z test_cross_entropy_loss_index_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T15:38:06.1473029Z test_cross_entropy_loss_one_hot_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-09-27T15:38:06.1904167Z test_cross_entropy_loss_prob_target_all_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T15:38:06.2102297Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:38:06.2296340Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:38:06.2467863Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:38:06.2655870Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:38:06.2823009Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T15:38:06.3000591Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:38:06.3397610Z test_cross_entropy_loss_prob_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T15:38:06.4213689Z test_ctc_loss_cpu (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ctc_after_softmax test_nn.py line 17273 2022-09-27T15:38:06.4214391Z due to: 2022-09-27T15:38:06.4214709Z Traceback (most recent call last): 2022-09-27T15:38:06.4215810Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/functional.py", line 2625, in ctc_loss 2022-09-27T15:38:06.4216482Z log_probs, targets, input_lengths, target_lengths, blank, _Reduction.get_enum(reduction), zero_infinity 2022-09-27T15:38:06.4217778Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:38:06.4218359Z 2022-09-27T15:38:06.4218606Z The above exception was the direct cause of the following exception: 2022-09-27T15:38:06.4218908Z 2022-09-27T15:38:06.4219079Z Traceback (most recent call last): 2022-09-27T15:38:06.4219597Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:38:06.4220078Z raise TorchRuntimeError() from e 2022-09-27T15:38:06.4220510Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:38:06.4220780Z 2022-09-27T15:38:06.4220904Z from user code: 2022-09-27T15:38:06.4221271Z File "test_nn.py", line 17277, in ctc_after_softmax 2022-09-27T15:38:06.4221818Z return torch.nn.functional.ctc_loss(log_probs, targets, input_lengths, target_lengths) 2022-09-27T15:38:06.4222166Z 2022-09-27T15:38:06.4222404Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:06.4222804Z ========== 2022-09-27T15:38:06.7088731Z ok (0.368s) 2022-09-27T15:38:06.7113670Z test_ctc_loss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:38:06.7142758Z test_cudnn_convolution_add_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:38:06.7170348Z test_cudnn_convolution_add_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:38:06.7195016Z test_cudnn_convolution_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:38:06.7219190Z test_cudnn_convolution_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:38:06.7233834Z test_device_mask_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:38:06.7501370Z test_elu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:38:06.7844263Z test_elu_inplace_with_neg_alpha_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:38:07.1033589Z test_embedding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.318s) 2022-09-27T15:38:09.3828049Z test_embedding_bag_1D_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT gen_1D_indices_offsets test_nn.py line 15137 2022-09-27T15:38:09.3828691Z due to: 2022-09-27T15:38:09.3828886Z Traceback (most recent call last): 2022-09-27T15:38:09.3829196Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:38:09.3829487Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:38:09.3830074Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:38:09.3830366Z 2022-09-27T15:38:09.3830491Z The above exception was the direct cause of the following exception: 2022-09-27T15:38:09.3830672Z 2022-09-27T15:38:09.3830764Z Traceback (most recent call last): 2022-09-27T15:38:09.3831043Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:38:09.3831316Z raise TorchRuntimeError() from e 2022-09-27T15:38:09.3831541Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:38:09.3831681Z 2022-09-27T15:38:09.3831752Z from user code: 2022-09-27T15:38:09.3831964Z File "test_nn.py", line 15162, in gen_1D_indices_offsets 2022-09-27T15:38:09.3832196Z indices = torch.tensor(indices, device=device) 2022-09-27T15:38:09.3832337Z 2022-09-27T15:38:09.3832703Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:09.3833083Z ========== 2022-09-27T15:38:10.4798724Z ok (3.376s) 2022-09-27T15:38:11.1376926Z test_embedding_bag_1D_padding_idx_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.657s) 2022-09-27T15:38:11.3674812Z test_embedding_bag_2D_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.229s) 2022-09-27T15:38:11.4280447Z test_embedding_bag_2D_padding_idx_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.060s) 2022-09-27T15:38:11.4297937Z test_embedding_bag_bfloat16_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:38:11.4313863Z test_embedding_bag_bfloat16_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:38:11.4327556Z test_embedding_bag_bfloat16_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:38:11.4341596Z test_embedding_bag_bfloat16_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:38:11.4384707Z test_embedding_bag_device_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_embedding_bag_device test_nn.py line 16796 2022-09-27T15:38:11.4385095Z due to: 2022-09-27T15:38:11.4385292Z Traceback (most recent call last): 2022-09-27T15:38:11.4385594Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:38:11.4385910Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:38:11.4386131Z AssertionError: dtype 2022-09-27T15:38:11.4386248Z 2022-09-27T15:38:11.4386319Z from user code: 2022-09-27T15:38:11.4386539Z File "test_nn.py", line 16799, in test_embedding_bag_device 2022-09-27T15:38:11.4386921Z self._test_EmbeddingBag(device, 'sum', False, wdtype=dtypes[2], dtype=dtypes[0], odtype=dtypes[1]) 2022-09-27T15:38:11.4387111Z 2022-09-27T15:38:11.4387244Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:11.4387466Z ========== 2022-09-27T15:38:12.2993209Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 16750 2022-09-27T15:38:12.2993700Z due to: 2022-09-27T15:38:12.2994007Z Traceback (most recent call last): 2022-09-27T15:38:12.2994585Z File "/var/lib/jenkins/torchdynamo/torchdynamo/codegen.py", line 238, in create_load_const 2022-09-27T15:38:12.2995629Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-09-27T15:38:12.2996390Z AssertionError: unsafe constant torch.float16 2022-09-27T15:38:12.2996808Z 2022-09-27T15:38:12.2996961Z from user code: 2022-09-27T15:38:12.2997417Z File "test_nn.py", line 16750, in 2022-09-27T15:38:12.2997960Z self.assertEqual(output, expected_output_with_empty) 2022-09-27T15:38:12.2998256Z 2022-09-27T15:38:12.2998492Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:12.2998911Z ========== 2022-09-27T15:38:12.3327150Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 16787 2022-09-27T15:38:12.3327570Z due to: 2022-09-27T15:38:12.3327892Z Traceback (most recent call last): 2022-09-27T15:38:12.3328526Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/functional.py", line 2344, in embedding_bag 2022-09-27T15:38:12.3328995Z "offsets of type {}".format(type_str) 2022-09-27T15:38:12.3329920Z ValueError: if input is 2D, then offsets has to be None, as input is treated is a mini-batch of fixed length sequences. However, found offsets of type 2022-09-27T15:38:12.3330406Z 2022-09-27T15:38:12.3330525Z from user code: 2022-09-27T15:38:12.3330855Z File "test_nn.py", line 16787, in 2022-09-27T15:38:12.3331261Z self.assertRaises(ValueError, lambda: es(input, offset)) 2022-09-27T15:38:12.3331520Z 2022-09-27T15:38:12.3331740Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:12.3332378Z ========== 2022-09-27T15:38:12.3377745Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 16788 2022-09-27T15:38:12.3378165Z due to: 2022-09-27T15:38:12.3378484Z Traceback (most recent call last): 2022-09-27T15:38:12.3379108Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/functional.py", line 2353, in embedding_bag 2022-09-27T15:38:12.3379729Z raise ValueError("offsets has to be a 1D Tensor but got None") 2022-09-27T15:38:12.3380172Z ValueError: offsets has to be a 1D Tensor but got None 2022-09-27T15:38:12.3380418Z 2022-09-27T15:38:12.3380533Z from user code: 2022-09-27T15:38:12.3380846Z File "test_nn.py", line 16788, in 2022-09-27T15:38:12.3381366Z self.assertRaises(ValueError, lambda: es(input.view(-1))) 2022-09-27T15:38:12.3381641Z 2022-09-27T15:38:12.3381862Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:12.3382226Z ========== 2022-09-27T15:38:12.7597232Z ok (1.325s) 2022-09-27T15:38:13.0528986Z test_embedding_bag_device_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.293s) 2022-09-27T15:38:13.2512278Z test_embedding_bag_device_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.198s) 2022-09-27T15:38:13.4879137Z test_embedding_bag_device_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.236s) 2022-09-27T15:38:13.6559438Z test_embedding_bag_device_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.167s) 2022-09-27T15:38:13.8255161Z test_embedding_bag_device_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.169s) 2022-09-27T15:38:13.9928217Z test_embedding_bag_device_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.167s) 2022-09-27T15:38:14.1590772Z test_embedding_bag_device_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.166s) 2022-09-27T15:38:14.3271203Z test_embedding_bag_device_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.167s) 2022-09-27T15:38:14.4932596Z test_embedding_bag_device_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.166s) 2022-09-27T15:38:14.6582685Z test_embedding_bag_device_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.164s) 2022-09-27T15:38:14.8254534Z test_embedding_bag_device_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.166s) 2022-09-27T15:38:14.8382467Z test_embedding_bag_empty_input_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:38:14.8496379Z test_embedding_bag_empty_input_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:38:14.8611270Z test_embedding_bag_empty_input_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:38:14.8723848Z test_embedding_bag_empty_input_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:38:14.8754552Z test_embedding_bag_half_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_embedding_bag_half test_nn.py line 16862 2022-09-27T15:38:14.8755151Z due to: 2022-09-27T15:38:14.8755443Z Traceback (most recent call last): 2022-09-27T15:38:14.8756101Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:38:14.8756713Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:38:14.8757157Z AssertionError: dtype 2022-09-27T15:38:14.8757381Z 2022-09-27T15:38:14.8757513Z from user code: 2022-09-27T15:38:14.8757919Z File "test_nn.py", line 16865, in test_embedding_bag_half 2022-09-27T15:38:14.8758761Z self._test_EmbeddingBag(device, 'sum', True, wdtype=torch.float16, dtype=dtypes[0], odtype=dtypes[1], test_backward=True) 2022-09-27T15:38:14.8759179Z 2022-09-27T15:38:14.8759417Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:14.8759839Z ========== 2022-09-27T15:38:14.9142754Z ok (0.041s) 2022-09-27T15:38:14.9542560Z test_embedding_bag_half_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T15:38:14.9935395Z test_embedding_bag_half_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T15:38:15.0327184Z test_embedding_bag_half_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T15:38:15.0583707Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:38:15.0800720Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T15:38:15.1019922Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T15:38:15.1238444Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T15:38:15.1451254Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T15:38:15.1660178Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:38:15.1869356Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:38:15.2081612Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T15:38:15.2108480Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:38:15.2133943Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:38:15.2157988Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:38:15.2180785Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:38:15.2425299Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:38:15.2667729Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:38:15.2914886Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:38:15.3169239Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:38:15.3410117Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:38:15.3645288Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:38:15.3870708Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:38:15.4095632Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:38:15.4326995Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:38:15.4557619Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:38:15.4773876Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T15:38:15.4988849Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T15:38:15.5125342Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:38:15.5261122Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:38:15.5398121Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:38:15.5535000Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:38:15.5659899Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:38:15.5783770Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:38:15.5901551Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:38:15.6018431Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:38:15.6243555Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:38:15.6468640Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:38:15.6679964Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T15:38:15.6891473Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T15:38:15.7381805Z test_embedding_dense_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-09-27T15:38:15.7649344Z test_embedding_max_norm_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:38:15.7666779Z test_embedding_max_norm_device_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:38:15.7683132Z test_embedding_max_norm_device_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:38:15.7698892Z test_embedding_max_norm_device_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:38:15.7768901Z test_embedding_max_norm_fwd_AD_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_embedding_max_norm_fwd_AD test_nn.py line 15041 2022-09-27T15:38:15.7769278Z due to: 2022-09-27T15:38:15.7769479Z Traceback (most recent call last): 2022-09-27T15:38:15.7769765Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:38:15.7770204Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:38:15.7770671Z AssertionError: torch.* op returned non-Tensor dual_level call_function 2022-09-27T15:38:15.7770890Z 2022-09-27T15:38:15.7770962Z from user code: 2022-09-27T15:38:15.7771197Z File "test_nn.py", line 15052, in test_embedding_max_norm_fwd_AD 2022-09-27T15:38:15.7771449Z with torch.autograd.forward_ad.dual_level(): 2022-09-27T15:38:15.7771594Z 2022-09-27T15:38:15.7771728Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:15.7771957Z ========== 2022-09-27T15:38:15.7772680Z ok (0.007s) 2022-09-27T15:38:19.2950352Z test_embedding_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (3.517s) 2022-09-27T15:38:19.3154922Z test_embedding_scalar_weight_error_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:38:19.5785051Z test_fold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.262s) 2022-09-27T15:38:19.8953006Z test_glu_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.316s) 2022-09-27T15:38:19.8992932Z test_grid_sample_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:38:19.9047487Z test_grid_sample_large_index_2d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 15705 2022-09-27T15:38:19.9048305Z due to: 2022-09-27T15:38:19.9048638Z Traceback (most recent call last): 2022-09-27T15:38:19.9049108Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:38:19.9049933Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:38:19.9050596Z AssertionError: torch.* op returned non-Tensor int call_method element_size 2022-09-27T15:38:19.9050897Z 2022-09-27T15:38:19.9051016Z from user code: 2022-09-27T15:38:19.9051341Z File "test_nn.py", line 15710, in 2022-09-27T15:38:19.9051712Z torch.tensor([], dtype=dtype).element_size()) 2022-09-27T15:38:19.9051948Z 2022-09-27T15:38:19.9052171Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:19.9052541Z ========== 2022-09-27T15:38:27.6898452Z ok (7.790s) 2022-09-27T15:38:27.9765663Z test_grid_sample_large_index_2d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.286s) 2022-09-27T15:38:27.9821296Z test_grid_sample_large_index_3d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 15750 2022-09-27T15:38:27.9821687Z due to: 2022-09-27T15:38:27.9822040Z Traceback (most recent call last): 2022-09-27T15:38:27.9822568Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:38:27.9823016Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:38:27.9823421Z AssertionError: torch.* op returned non-Tensor int call_method element_size 2022-09-27T15:38:27.9823598Z 2022-09-27T15:38:27.9823673Z from user code: 2022-09-27T15:38:27.9823861Z File "test_nn.py", line 15755, in 2022-09-27T15:38:27.9824096Z torch.tensor([], dtype=dtype).element_size()) 2022-09-27T15:38:27.9824235Z 2022-09-27T15:38:27.9824374Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:27.9824582Z ========== 2022-09-27T15:38:34.7160012Z ok (6.739s) 2022-09-27T15:38:34.9802171Z test_grid_sample_large_index_3d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.264s) 2022-09-27T15:38:34.9980381Z test_grid_sample_nan_inf_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:38:35.0144918Z test_grid_sample_nan_inf_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T15:38:35.0442178Z test_group_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:38:35.0733817Z test_group_conv_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:38:35.2587173Z test_groupnorm_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 13698 2022-09-27T15:38:35.2587715Z due to: 2022-09-27T15:38:35.2589704Z Traceback (most recent call last): 2022-09-27T15:38:35.2590543Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:38:35.2591086Z return self._op(*args, **kwargs or {}) 2022-09-27T15:38:35.2592046Z RuntimeError: view size is not compatible with input tensor's size and stride (at least one dimension spans across two contiguous subspaces). Use .reshape(...) instead. 2022-09-27T15:38:35.2592554Z 2022-09-27T15:38:35.2592979Z The above exception was the direct cause of the following exception: 2022-09-27T15:38:35.2593309Z 2022-09-27T15:38:35.2593490Z Traceback (most recent call last): 2022-09-27T15:38:35.2594033Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:38:35.2594553Z raise TorchRuntimeError() from e 2022-09-27T15:38:35.2595006Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:38:35.2595285Z 2022-09-27T15:38:35.2595423Z from user code: 2022-09-27T15:38:35.2595824Z File "test_nn.py", line 13700, in 2022-09-27T15:38:35.2596509Z out = gn(input) 2022-09-27T15:38:35.2596810Z 2022-09-27T15:38:35.2597044Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:35.2597432Z ========== 2022-09-27T15:38:35.4882573Z ok (0.414s) 2022-09-27T15:38:35.7953464Z test_groupnorm_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.306s) 2022-09-27T15:38:36.5726335Z test_gumbel_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.777s) 2022-09-27T15:38:37.1872020Z test_gumbel_softmax_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.614s) 2022-09-27T15:38:37.2213137Z test_hardsigmoid_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:38:37.2485929Z test_hardswish_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:38:37.2500359Z test_hardswish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-09-27T15:38:37.2594510Z test_instancenorm_raises_error_for_single_spatial_element_during_training_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:38:37.2757988Z test_instancenorm_raises_error_if_less_than_one_value_per_channel_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T15:38:37.6391084Z test_invalid_reduction_strings_cpu (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 14348 2022-09-27T15:38:37.6391751Z due to: 2022-09-27T15:38:37.6392066Z Traceback (most recent call last): 2022-09-27T15:38:37.6392672Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py", line 19, in get_enum 2022-09-27T15:38:37.6393368Z raise ValueError("{} is not a valid value for reduction".format(reduction)) 2022-09-27T15:38:37.6393848Z ValueError: invalid is not a valid value for reduction 2022-09-27T15:38:37.6394107Z 2022-09-27T15:38:37.6394208Z from user code: 2022-09-27T15:38:37.6394544Z File "test_nn.py", line 14348, in 2022-09-27T15:38:37.6394969Z v(lambda: F.nll_loss(input, target, reduction=reduction)) 2022-09-27T15:38:37.6395230Z 2022-09-27T15:38:37.6395455Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:37.6395806Z ========== 2022-09-27T15:38:37.6409354Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 14349 2022-09-27T15:38:37.6409788Z due to: 2022-09-27T15:38:37.6410093Z Traceback (most recent call last): 2022-09-27T15:38:37.6410727Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py", line 19, in get_enum 2022-09-27T15:38:37.6411282Z raise ValueError("{} is not a valid value for reduction".format(reduction)) 2022-09-27T15:38:37.6411767Z ValueError: invalid is not a valid value for reduction 2022-09-27T15:38:37.6412001Z 2022-09-27T15:38:37.6412118Z from user code: 2022-09-27T15:38:37.6412451Z File "test_nn.py", line 14349, in 2022-09-27T15:38:37.6412887Z v(lambda: F.cross_entropy(input, target, reduction=reduction)) 2022-09-27T15:38:37.6413147Z 2022-09-27T15:38:37.6413373Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:37.6413740Z ========== 2022-09-27T15:38:37.6429873Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 14350 2022-09-27T15:38:37.6430266Z due to: 2022-09-27T15:38:37.6430591Z Traceback (most recent call last): 2022-09-27T15:38:37.6431205Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py", line 19, in get_enum 2022-09-27T15:38:37.6431750Z raise ValueError("{} is not a valid value for reduction".format(reduction)) 2022-09-27T15:38:37.6432212Z ValueError: invalid is not a valid value for reduction 2022-09-27T15:38:37.6432465Z 2022-09-27T15:38:37.6432583Z from user code: 2022-09-27T15:38:37.6433186Z File "test_nn.py", line 14350, in 2022-09-27T15:38:37.6433609Z v(lambda: F.multi_margin_loss(input, target, reduction=reduction)) 2022-09-27T15:38:37.6433889Z 2022-09-27T15:38:37.6434112Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:37.6434734Z ========== 2022-09-27T15:38:37.6445566Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 14352 2022-09-27T15:38:37.6445983Z due to: 2022-09-27T15:38:37.6446290Z Traceback (most recent call last): 2022-09-27T15:38:37.6446909Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py", line 19, in get_enum 2022-09-27T15:38:37.6447552Z raise ValueError("{} is not a valid value for reduction".format(reduction)) 2022-09-27T15:38:37.6448029Z ValueError: invalid is not a valid value for reduction 2022-09-27T15:38:37.6448279Z 2022-09-27T15:38:37.6448396Z from user code: 2022-09-27T15:38:37.6448714Z File "test_nn.py", line 14352, in 2022-09-27T15:38:37.6449126Z v(lambda: F.kl_div(input, input, reduction=reduction)) 2022-09-27T15:38:37.6449376Z 2022-09-27T15:38:37.6449597Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:37.6449969Z ========== 2022-09-27T15:38:37.6461088Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 14353 2022-09-27T15:38:37.6461519Z due to: 2022-09-27T15:38:37.6461829Z Traceback (most recent call last): 2022-09-27T15:38:37.6462420Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py", line 19, in get_enum 2022-09-27T15:38:37.6462968Z raise ValueError("{} is not a valid value for reduction".format(reduction)) 2022-09-27T15:38:37.6463447Z ValueError: invalid is not a valid value for reduction 2022-09-27T15:38:37.6463696Z 2022-09-27T15:38:37.6463817Z from user code: 2022-09-27T15:38:37.6464132Z File "test_nn.py", line 14353, in 2022-09-27T15:38:37.6464555Z v(lambda: F.huber_loss(input, input, reduction=reduction)) 2022-09-27T15:38:37.6464813Z 2022-09-27T15:38:37.6465035Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:37.6465392Z ========== 2022-09-27T15:38:37.6477234Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 14354 2022-09-27T15:38:37.6477721Z due to: 2022-09-27T15:38:37.6478062Z Traceback (most recent call last): 2022-09-27T15:38:37.6478742Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py", line 19, in get_enum 2022-09-27T15:38:37.6479131Z raise ValueError("{} is not a valid value for reduction".format(reduction)) 2022-09-27T15:38:37.6479417Z ValueError: invalid is not a valid value for reduction 2022-09-27T15:38:37.6479575Z 2022-09-27T15:38:37.6479634Z from user code: 2022-09-27T15:38:37.6479843Z File "test_nn.py", line 14354, in 2022-09-27T15:38:37.6480101Z v(lambda: F.smooth_l1_loss(input, input, reduction=reduction)) 2022-09-27T15:38:37.6480263Z 2022-09-27T15:38:37.6480382Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:37.6480602Z ========== 2022-09-27T15:38:37.6492836Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 14355 2022-09-27T15:38:37.6493312Z due to: 2022-09-27T15:38:37.6493639Z Traceback (most recent call last): 2022-09-27T15:38:37.6494286Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py", line 19, in get_enum 2022-09-27T15:38:37.6494623Z raise ValueError("{} is not a valid value for reduction".format(reduction)) 2022-09-27T15:38:37.6494893Z ValueError: invalid is not a valid value for reduction 2022-09-27T15:38:37.6495041Z 2022-09-27T15:38:37.6495113Z from user code: 2022-09-27T15:38:37.6495316Z File "test_nn.py", line 14355, in 2022-09-27T15:38:37.6495566Z v(lambda: F.l1_loss(input, input, reduction=reduction)) 2022-09-27T15:38:37.6495703Z 2022-09-27T15:38:37.6495835Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:37.6496056Z ========== 2022-09-27T15:38:37.6508676Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 14356 2022-09-27T15:38:37.6509110Z due to: 2022-09-27T15:38:37.6509449Z Traceback (most recent call last): 2022-09-27T15:38:37.6510120Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py", line 19, in get_enum 2022-09-27T15:38:37.6510901Z raise ValueError("{} is not a valid value for reduction".format(reduction)) 2022-09-27T15:38:37.6511192Z ValueError: invalid is not a valid value for reduction 2022-09-27T15:38:37.6511340Z 2022-09-27T15:38:37.6511410Z from user code: 2022-09-27T15:38:37.6511610Z File "test_nn.py", line 14356, in 2022-09-27T15:38:37.6511904Z v(lambda: F.l1_loss(cinput, cinput, reduction=reduction)) 2022-09-27T15:38:37.6512063Z 2022-09-27T15:38:37.6512195Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:37.6512416Z ========== 2022-09-27T15:38:37.6524547Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 14357 2022-09-27T15:38:37.6525078Z due to: 2022-09-27T15:38:37.6525424Z Traceback (most recent call last): 2022-09-27T15:38:37.6526034Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py", line 19, in get_enum 2022-09-27T15:38:37.6526346Z raise ValueError("{} is not a valid value for reduction".format(reduction)) 2022-09-27T15:38:37.6526635Z ValueError: invalid is not a valid value for reduction 2022-09-27T15:38:37.6526781Z 2022-09-27T15:38:37.6526853Z from user code: 2022-09-27T15:38:37.6527038Z File "test_nn.py", line 14357, in 2022-09-27T15:38:37.6527284Z v(lambda: F.mse_loss(input, input, reduction=reduction)) 2022-09-27T15:38:37.6527435Z 2022-09-27T15:38:37.6527567Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:37.6527773Z ========== 2022-09-27T15:38:37.6540839Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 14358 2022-09-27T15:38:37.6541298Z due to: 2022-09-27T15:38:37.6541656Z Traceback (most recent call last): 2022-09-27T15:38:37.6542301Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py", line 19, in get_enum 2022-09-27T15:38:37.6542801Z raise ValueError("{} is not a valid value for reduction".format(reduction)) 2022-09-27T15:38:37.6543083Z ValueError: invalid is not a valid value for reduction 2022-09-27T15:38:37.6543231Z 2022-09-27T15:38:37.6543294Z from user code: 2022-09-27T15:38:37.6543492Z File "test_nn.py", line 14358, in 2022-09-27T15:38:37.6543758Z v(lambda: F.hinge_embedding_loss(input, input, reduction=reduction)) 2022-09-27T15:38:37.6543927Z 2022-09-27T15:38:37.6544060Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:37.6544265Z ========== 2022-09-27T15:38:37.6556625Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 14359 2022-09-27T15:38:37.6557088Z due to: 2022-09-27T15:38:37.6557412Z Traceback (most recent call last): 2022-09-27T15:38:37.6558039Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/functional.py", line 2759, in poisson_nll_loss 2022-09-27T15:38:37.6558342Z raise ValueError(reduction + " is not valid") 2022-09-27T15:38:37.6558567Z ValueError: invalid is not valid 2022-09-27T15:38:37.6558679Z 2022-09-27T15:38:37.6558750Z from user code: 2022-09-27T15:38:37.6558947Z File "test_nn.py", line 14359, in 2022-09-27T15:38:37.6559213Z v(lambda: F.poisson_nll_loss(input, input, reduction=reduction)) 2022-09-27T15:38:37.6559376Z 2022-09-27T15:38:37.6559494Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:37.6559714Z ========== 2022-09-27T15:38:37.6576424Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 14360 2022-09-27T15:38:37.6576862Z due to: 2022-09-27T15:38:37.6577221Z Traceback (most recent call last): 2022-09-27T15:38:37.6577926Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/functional.py", line 2826, in gaussian_nll_loss 2022-09-27T15:38:37.6578454Z raise ValueError(reduction + " is not valid") 2022-09-27T15:38:37.6578671Z ValueError: invalid is not valid 2022-09-27T15:38:37.6578795Z 2022-09-27T15:38:37.6578866Z from user code: 2022-09-27T15:38:37.6579062Z File "test_nn.py", line 14360, in 2022-09-27T15:38:37.6579315Z v(lambda: F.gaussian_nll_loss(input, input, var, reduction=reduction)) 2022-09-27T15:38:37.6579484Z 2022-09-27T15:38:37.6579742Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:37.6579961Z ========== 2022-09-27T15:38:37.6603869Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 14361 2022-09-27T15:38:37.6604316Z due to: 2022-09-27T15:38:37.6604669Z Traceback (most recent call last): 2022-09-27T15:38:37.6605232Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py", line 19, in get_enum 2022-09-27T15:38:37.6605549Z raise ValueError("{} is not a valid value for reduction".format(reduction)) 2022-09-27T15:38:37.6605831Z ValueError: invalid is not a valid value for reduction 2022-09-27T15:38:37.6605977Z 2022-09-27T15:38:37.6606048Z from user code: 2022-09-27T15:38:37.6606234Z File "test_nn.py", line 14361, in 2022-09-27T15:38:37.6606519Z v(lambda: F.binary_cross_entropy(torch.sigmoid(input), input, reduction=reduction)) 2022-09-27T15:38:37.6606700Z 2022-09-27T15:38:37.6606830Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:37.6607053Z ========== 2022-09-27T15:38:37.6619684Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 14362 2022-09-27T15:38:37.6620149Z due to: 2022-09-27T15:38:37.6620509Z Traceback (most recent call last): 2022-09-27T15:38:37.6621156Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py", line 19, in get_enum 2022-09-27T15:38:37.6621752Z raise ValueError("{} is not a valid value for reduction".format(reduction)) 2022-09-27T15:38:37.6622048Z ValueError: invalid is not a valid value for reduction 2022-09-27T15:38:37.6622196Z 2022-09-27T15:38:37.6622269Z from user code: 2022-09-27T15:38:37.6622460Z File "test_nn.py", line 14362, in 2022-09-27T15:38:37.6622741Z v(lambda: F.binary_cross_entropy_with_logits(input, input, reduction=reduction)) 2022-09-27T15:38:37.6622922Z 2022-09-27T15:38:37.6623054Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:37.6623260Z ========== 2022-09-27T15:38:37.6676516Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 14365 2022-09-27T15:38:37.6676893Z due to: 2022-09-27T15:38:37.6677199Z Traceback (most recent call last): 2022-09-27T15:38:37.6677830Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/functional.py", line 3453, in multilabel_soft_margin_loss 2022-09-27T15:38:37.6678353Z raise ValueError(reduction + " is not valid") 2022-09-27T15:38:37.6678704Z ValueError: invalid is not valid 2022-09-27T15:38:37.6678911Z 2022-09-27T15:38:37.6679009Z from user code: 2022-09-27T15:38:37.6679340Z File "test_nn.py", line 14365, in 2022-09-27T15:38:37.6679811Z v(lambda: F.multilabel_soft_margin_loss(input, zeros, reduction=reduction)) 2022-09-27T15:38:37.6680116Z 2022-09-27T15:38:37.6680323Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:37.6680689Z ========== 2022-09-27T15:38:37.6696447Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 14366 2022-09-27T15:38:37.6696893Z due to: 2022-09-27T15:38:37.6697222Z Traceback (most recent call last): 2022-09-27T15:38:37.6697855Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py", line 19, in get_enum 2022-09-27T15:38:37.6698403Z raise ValueError("{} is not a valid value for reduction".format(reduction)) 2022-09-27T15:38:37.6698869Z ValueError: invalid is not a valid value for reduction 2022-09-27T15:38:37.6699133Z 2022-09-27T15:38:37.6699254Z from user code: 2022-09-27T15:38:37.6699581Z File "test_nn.py", line 14366, in 2022-09-27T15:38:37.6699986Z v(lambda: F.multilabel_margin_loss(input, zeros, reduction=reduction)) 2022-09-27T15:38:37.6700252Z 2022-09-27T15:38:37.6700457Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:37.6700811Z ========== 2022-09-27T15:38:37.6710711Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 14368 2022-09-27T15:38:37.6711135Z due to: 2022-09-27T15:38:37.6711460Z Traceback (most recent call last): 2022-09-27T15:38:37.6712096Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py", line 19, in get_enum 2022-09-27T15:38:37.6713024Z raise ValueError("{} is not a valid value for reduction".format(reduction)) 2022-09-27T15:38:37.6713483Z ValueError: invalid is not a valid value for reduction 2022-09-27T15:38:37.6713745Z 2022-09-27T15:38:37.6713862Z from user code: 2022-09-27T15:38:37.6714314Z File "test_nn.py", line 14368, in 2022-09-27T15:38:37.6714731Z v(lambda: F.triplet_margin_loss(input, input, input, reduction=reduction)) 2022-09-27T15:38:37.6715003Z 2022-09-27T15:38:37.6715220Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:37.6715565Z ========== 2022-09-27T15:38:37.6746836Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 14369 2022-09-27T15:38:37.6747254Z due to: 2022-09-27T15:38:37.6747567Z Traceback (most recent call last): 2022-09-27T15:38:37.6748181Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py", line 19, in get_enum 2022-09-27T15:38:37.6748727Z raise ValueError("{} is not a valid value for reduction".format(reduction)) 2022-09-27T15:38:37.6749228Z ValueError: invalid is not a valid value for reduction 2022-09-27T15:38:37.6749489Z 2022-09-27T15:38:37.6749603Z from user code: 2022-09-27T15:38:37.6749931Z File "test_nn.py", line 14369, in 2022-09-27T15:38:37.6750425Z v(lambda: F.triplet_margin_with_distance_loss(input, input, input, reduction=reduction)) 2022-09-27T15:38:37.6750739Z 2022-09-27T15:38:37.6750956Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:37.6751327Z ========== 2022-09-27T15:38:37.6768756Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 14370 2022-09-27T15:38:37.6769173Z due to: 2022-09-27T15:38:37.6769510Z Traceback (most recent call last): 2022-09-27T15:38:37.6770153Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py", line 19, in get_enum 2022-09-27T15:38:37.6770730Z raise ValueError("{} is not a valid value for reduction".format(reduction)) 2022-09-27T15:38:37.6771231Z ValueError: invalid is not a valid value for reduction 2022-09-27T15:38:37.6771485Z 2022-09-27T15:38:37.6771599Z from user code: 2022-09-27T15:38:37.6771914Z File "test_nn.py", line 14370, in 2022-09-27T15:38:37.6772394Z v(lambda: F.margin_ranking_loss(input, input, input.sign(), reduction=reduction)) 2022-09-27T15:38:37.6772709Z 2022-09-27T15:38:37.6772935Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:37.6773262Z ========== 2022-09-27T15:38:37.6798166Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 14371 2022-09-27T15:38:37.6798648Z due to: 2022-09-27T15:38:37.6798993Z Traceback (most recent call last): 2022-09-27T15:38:37.6799656Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py", line 19, in get_enum 2022-09-27T15:38:37.6800213Z raise ValueError("{} is not a valid value for reduction".format(reduction)) 2022-09-27T15:38:37.6800738Z ValueError: invalid is not a valid value for reduction 2022-09-27T15:38:37.6800999Z 2022-09-27T15:38:37.6801111Z from user code: 2022-09-27T15:38:37.6801463Z File "test_nn.py", line 14371, in 2022-09-27T15:38:37.6801974Z v(lambda: F.cosine_embedding_loss(input, input, input[:, 0].sign(), reduction=reduction)) 2022-09-27T15:38:37.6802307Z 2022-09-27T15:38:37.6802559Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:37.6802938Z ========== 2022-09-27T15:38:37.6834588Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 14377 2022-09-27T15:38:37.6835004Z due to: 2022-09-27T15:38:37.6835322Z Traceback (most recent call last): 2022-09-27T15:38:37.6835930Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py", line 19, in get_enum 2022-09-27T15:38:37.6836486Z raise ValueError("{} is not a valid value for reduction".format(reduction)) 2022-09-27T15:38:37.6836949Z ValueError: invalid is not a valid value for reduction 2022-09-27T15:38:37.6837356Z 2022-09-27T15:38:37.6837469Z from user code: 2022-09-27T15:38:37.6837799Z File "test_nn.py", line 14377, in 2022-09-27T15:38:37.6838289Z v(lambda: F.ctc_loss(log_probs, targets, input_lengths, target_lengths, reduction=reduction)) 2022-09-27T15:38:37.6838594Z 2022-09-27T15:38:37.6838823Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:37.6839255Z ========== 2022-09-27T15:38:37.6860188Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 14380 2022-09-27T15:38:37.6860598Z due to: 2022-09-27T15:38:37.6860923Z Traceback (most recent call last): 2022-09-27T15:38:37.6861540Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py", line 19, in get_enum 2022-09-27T15:38:37.6862091Z raise ValueError("{} is not a valid value for reduction".format(reduction)) 2022-09-27T15:38:37.6862552Z ValueError: invalid is not a valid value for reduction 2022-09-27T15:38:37.6862802Z 2022-09-27T15:38:37.6862922Z from user code: 2022-09-27T15:38:37.6863264Z File "test_nn.py", line 14380, in 2022-09-27T15:38:37.6863710Z v(lambda: F.soft_margin_loss(input, input.sign().detach(), reduction=reduction)) 2022-09-27T15:38:37.6864008Z 2022-09-27T15:38:37.6864227Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:37.6864597Z ========== 2022-09-27T15:38:37.6864868Z ok (0.410s) 2022-09-27T15:38:37.6882148Z test_layernorm_half_precision_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:38:37.6900526Z test_layernorm_weight_bias_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:38:37.7135301Z test_leaky_relu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:38:37.7496259Z test_leaky_relu_inplace_with_neg_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-09-27T15:38:37.8039121Z test_leaky_relu_inplace_with_zero_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.054s) 2022-09-27T15:38:37.8244535Z test_linear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:38:37.9017668Z test_log_softmax_big_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.077s) 2022-09-27T15:38:37.9287083Z test_logsigmoid_out_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:38:37.9304053Z test_lstmcell_backward_only_one_output_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:38:37.9321636Z test_masked_softmax_TxT_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:38:47.5796276Z test_masked_softmax_cpu (__main__.TestNNDeviceTypeCPU) ... ok (9.647s) 2022-09-27T15:38:48.0668193Z test_masked_softmax_forward_with_nans_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.486s) 2022-09-27T15:38:48.5025002Z test_masked_softmax_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.435s) 2022-09-27T15:38:48.5046390Z test_masked_softmax_transformer_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:38:48.5238626Z test_mish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:38:48.5380054Z test_module_to_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward test_nn.py line 18570 2022-09-27T15:38:48.5380658Z due to: 2022-09-27T15:38:48.5380984Z Traceback (most recent call last): 2022-09-27T15:38:48.5381647Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 477, in __init__ 2022-09-27T15:38:48.5382244Z assert device.type != "meta" 2022-09-27T15:38:48.5382567Z AssertionError 2022-09-27T15:38:48.5382762Z 2022-09-27T15:38:48.5382866Z from user code: 2022-09-27T15:38:48.5383220Z File "test_nn.py", line 18571, in forward 2022-09-27T15:38:48.5383595Z return x @ self.weight 2022-09-27T15:38:48.5383797Z 2022-09-27T15:38:48.5384003Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:48.5384390Z ========== 2022-09-27T15:38:48.5384985Z ok (0.014s) 2022-09-27T15:38:48.5409093Z test_module_to_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:38:48.6199617Z test_multi_margin_loss_errors_cpu (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 17427 2022-09-27T15:38:48.6200170Z due to: 2022-09-27T15:38:48.6200801Z Traceback (most recent call last): 2022-09-27T15:38:48.6201399Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:38:48.6201846Z return self._op(*args, **kwargs or {}) 2022-09-27T15:38:48.6205307Z NotImplementedError: Could not run 'aten::multi_margin_loss' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::multi_margin_loss' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:38:48.6207341Z 2022-09-27T15:38:48.6207610Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:38:48.6208329Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:38:48.6209085Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:38:48.6209831Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:38:48.6210591Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:38:48.6211304Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:38:48.6211972Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:38:48.6212637Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:38:48.6213292Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:38:48.6214030Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:38:48.6214787Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:38:48.6215493Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:38:48.6216185Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:38:48.6216882Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:38:48.6217574Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:38:48.6218271Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:38:48.6219045Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:38:48.6219741Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:38:48.6220478Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:38:48.6221173Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:38:48.6221862Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:38:48.6222562Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:38:48.6223293Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:38:48.6224043Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:38:48.6224774Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:38:48.6225525Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:38:48.6226215Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T15:38:48.6226830Z AutocastCPU: registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:487 [kernel] 2022-09-27T15:38:48.6227419Z AutocastCUDA: registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:328 [kernel] 2022-09-27T15:38:48.6228135Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:38:48.6228955Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:38:48.6229705Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:38:48.6230397Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:38:48.6231135Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:38:48.6231875Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:38:48.6232655Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:38:48.6233573Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:38:48.6233967Z 2022-09-27T15:38:48.6233974Z 2022-09-27T15:38:48.6234207Z During handling of the above exception, another exception occurred: 2022-09-27T15:38:48.6234481Z 2022-09-27T15:38:48.6234640Z Traceback (most recent call last): 2022-09-27T15:38:48.6235236Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:38:48.6235673Z return self._op(*args, **kwargs or {}) 2022-09-27T15:38:48.6236071Z RuntimeError: inconsistent target size, got: [3] 2022-09-27T15:38:48.6236312Z 2022-09-27T15:38:48.6236541Z The above exception was the direct cause of the following exception: 2022-09-27T15:38:48.6236815Z 2022-09-27T15:38:48.6236954Z Traceback (most recent call last): 2022-09-27T15:38:48.6237417Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:38:48.6237944Z raise TorchRuntimeError() from e 2022-09-27T15:38:48.6238323Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:38:48.6238561Z 2022-09-27T15:38:48.6238675Z from user code: 2022-09-27T15:38:48.6238999Z File "test_nn.py", line 17428, in 2022-09-27T15:38:48.6239355Z torch.zeros(3, device=device))) 2022-09-27T15:38:48.6239599Z 2022-09-27T15:38:48.6239823Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:48.6240182Z ========== 2022-09-27T15:38:48.6240454Z ok (0.082s) 2022-09-27T15:38:48.6260164Z test_multihead_attention_dtype_batch_first_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:38:48.6280527Z test_multihead_attention_dtype_batch_first_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:38:48.6300006Z test_multihead_attention_dtype_batch_first_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:38:48.6316761Z test_multihead_attention_dtype_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:38:48.6333756Z test_multihead_attention_dtype_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:38:48.6350117Z test_multihead_attention_dtype_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:38:48.6690518Z test_multihead_attn_fast_path_query_and_bias_have_different_dtypes_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:38:48.6960375Z test_multihead_attn_fast_path_small_test_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:38:48.7174372Z test_multihead_attn_in_proj_bias_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T15:38:48.7405630Z test_multihead_attn_in_proj_weight_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:38:49.0105908Z test_nll_loss_all_ignored_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.269s) 2022-09-27T15:38:49.1528870Z test_nll_loss_byte_target_matches_long_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.142s) 2022-09-27T15:38:49.4357659Z test_nll_loss_empty_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.282s) 2022-09-27T15:38:49.6361981Z test_nll_loss_empty_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.200s) 2022-09-27T15:38:49.7444990Z test_nll_loss_empty_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.108s) 2022-09-27T15:38:49.7666899Z test_nll_loss_invalid_target_dim_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:38:49.7923949Z test_nll_loss_invalid_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:38:49.8122448Z test_nll_loss_mismatched_batch_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:38:49.8245213Z test_nll_loss_out_of_bounds_ignore_index_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:38:50.1010292Z test_nll_loss_total_weight_is_zero_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.276s) 2022-09-27T15:38:50.2589807Z test_nn_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.157s) 2022-09-27T15:38:50.4406722Z test_nn_scalars_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.181s) 2022-09-27T15:38:50.6854781Z test_nn_scalars_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.244s) 2022-09-27T15:38:50.6876590Z test_noncontig_conv_grad_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:38:50.6897368Z test_noncontig_conv_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:38:50.6916885Z test_noncontig_conv_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:38:50.8453127Z test_nonlinearity_propagate_nan_cpu (__main__.TestNNDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1956: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-09-27T15:38:50.8454361Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-09-27T15:38:50.8455324Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-09-27T15:38:50.8456183Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T15:38:50.8456683Z ok (0.153s) 2022-09-27T15:38:50.8880032Z test_one_hot_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T15:38:50.8902933Z test_overwrite_module_params_on_conversion_cpu_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:38:50.9268198Z test_pad_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 13752 2022-09-27T15:38:50.9268839Z due to: 2022-09-27T15:38:50.9269168Z Traceback (most recent call last): 2022-09-27T15:38:50.9269683Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:38:50.9270202Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:38:50.9270685Z RuntimeError: Padding value causes wrapping around more than once. 2022-09-27T15:38:50.9270983Z 2022-09-27T15:38:50.9271238Z The above exception was the direct cause of the following exception: 2022-09-27T15:38:50.9271534Z 2022-09-27T15:38:50.9271695Z Traceback (most recent call last): 2022-09-27T15:38:50.9272182Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:38:50.9272669Z raise TorchRuntimeError() from e 2022-09-27T15:38:50.9273338Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:38:50.9273602Z 2022-09-27T15:38:50.9273710Z from user code: 2022-09-27T15:38:50.9274059Z File "test_nn.py", line 13752, in 2022-09-27T15:38:50.9274702Z self.assertRaises(RuntimeError, lambda: F.pad(inputs, (5, 4), mode='circular')) 2022-09-27T15:38:50.9275029Z 2022-09-27T15:38:50.9275251Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:50.9275638Z ========== 2022-09-27T15:38:50.9634055Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 13753 2022-09-27T15:38:50.9634563Z due to: 2022-09-27T15:38:50.9634878Z Traceback (most recent call last): 2022-09-27T15:38:50.9635409Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:38:50.9635930Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:38:50.9636400Z RuntimeError: Padding value causes wrapping around more than once. 2022-09-27T15:38:50.9636702Z 2022-09-27T15:38:50.9636950Z The above exception was the direct cause of the following exception: 2022-09-27T15:38:50.9637248Z 2022-09-27T15:38:50.9637409Z Traceback (most recent call last): 2022-09-27T15:38:50.9637906Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:38:50.9638382Z raise TorchRuntimeError() from e 2022-09-27T15:38:50.9638810Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:38:50.9639067Z 2022-09-27T15:38:50.9639187Z from user code: 2022-09-27T15:38:50.9639517Z File "test_nn.py", line 13753, in 2022-09-27T15:38:50.9640164Z self.assertRaises(RuntimeError, lambda: F.pad(inputs, (3, 6), mode='circular')) 2022-09-27T15:38:50.9640488Z 2022-09-27T15:38:50.9640731Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:50.9641126Z ========== 2022-09-27T15:38:51.0004878Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 13755 2022-09-27T15:38:51.0005462Z due to: 2022-09-27T15:38:51.0005793Z Traceback (most recent call last): 2022-09-27T15:38:51.0006293Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:38:51.0006819Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:38:51.0007311Z RuntimeError: Negative padding value is resulting in an empty dimension 2022-09-27T15:38:51.0007993Z 2022-09-27T15:38:51.0008239Z The above exception was the direct cause of the following exception: 2022-09-27T15:38:51.0008525Z 2022-09-27T15:38:51.0008686Z Traceback (most recent call last): 2022-09-27T15:38:51.0009188Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:38:51.0009779Z raise TorchRuntimeError() from e 2022-09-27T15:38:51.0010190Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:38:51.0010448Z 2022-09-27T15:38:51.0010570Z from user code: 2022-09-27T15:38:51.0010913Z File "test_nn.py", line 13755, in 2022-09-27T15:38:51.0011553Z self.assertRaises(RuntimeError, lambda: F.pad(inputs, (-3, -2), mode='circular')) 2022-09-27T15:38:51.0011880Z 2022-09-27T15:38:51.0012113Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:51.0012497Z ========== 2022-09-27T15:38:51.0835578Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 13764 2022-09-27T15:38:51.0836045Z due to: 2022-09-27T15:38:51.0836393Z Traceback (most recent call last): 2022-09-27T15:38:51.0837062Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:38:51.0837542Z return self._op(*args, **kwargs or {}) 2022-09-27T15:38:51.0838183Z RuntimeError: Argument #4: Padding size should be less than the corresponding input dimension, but got: padding (2, 1) at dimension 2 of input [1, 1, 2] 2022-09-27T15:38:51.0838626Z 2022-09-27T15:38:51.0838873Z The above exception was the direct cause of the following exception: 2022-09-27T15:38:51.0839172Z 2022-09-27T15:38:51.0839335Z Traceback (most recent call last): 2022-09-27T15:38:51.0839819Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:38:51.0840309Z raise TorchRuntimeError() from e 2022-09-27T15:38:51.0840725Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:38:51.0840981Z 2022-09-27T15:38:51.0841101Z from user code: 2022-09-27T15:38:51.0841431Z File "test_nn.py", line 13764, in 2022-09-27T15:38:51.0841954Z lambda: F.pad(inputs, (2, 1), mode='reflect')) 2022-09-27T15:38:51.0842194Z 2022-09-27T15:38:51.0842430Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:51.0842803Z ========== 2022-09-27T15:38:51.1016170Z ok (0.211s) 2022-09-27T15:38:51.5525641Z test_pad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.450s) 2022-09-27T15:38:51.5542109Z test_prelu_backward_32bit_indexing_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:38:51.5583384Z test_rnn_fused_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:38:51.5624029Z test_rnn_fused_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:38:51.9722381Z test_rnn_retain_variables_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.409s) 2022-09-27T15:38:52.1148923Z test_save_lstm_compatibility_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.142s) 2022-09-27T15:38:52.1350843Z test_silu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:38:52.1561810Z test_skip_init_cpu (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 18593 2022-09-27T15:38:52.1562371Z due to: 2022-09-27T15:38:52.1562687Z Traceback (most recent call last): 2022-09-27T15:38:52.1563297Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T15:38:52.1563819Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T15:38:52.1566374Z NotImplementedError: argument of type: 2022-09-27T15:38:52.1566628Z 2022-09-27T15:38:52.1566758Z from user code: 2022-09-27T15:38:52.1567140Z File "test_nn.py", line 18596, in 2022-09-27T15:38:52.1567646Z m_uninitialized = torch.nn.utils.skip_init(torch.nn.Linear, 5, 1, device=device) 2022-09-27T15:38:52.1567954Z 2022-09-27T15:38:52.1568401Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:52.1568769Z ========== 2022-09-27T15:38:52.1572296Z ok (0.022s) 2022-09-27T15:38:52.4927044Z test_smooth_l1_loss_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.335s) 2022-09-27T15:38:52.6146568Z test_smooth_l1_loss_vs_huber_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.121s) 2022-09-27T15:38:52.6166759Z test_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:38:52.6595434Z test_softmax_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T15:38:52.6616214Z test_softmax_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:38:52.6635422Z test_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:38:53.1619294Z test_softmax_results_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.498s) 2022-09-27T15:38:53.1827426Z test_softplus_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:38:53.2097568Z test_softplus_low_threshold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:38:53.2486887Z test_softshrink_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T15:38:53.2682633Z test_softshrink_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:38:53.2939236Z test_softshrink_negative_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:38:53.3043219Z test_threshold_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T15:38:53.3498960Z test_to_complex_cpu (__main__.TestNNDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-09-27T15:38:53.3500300Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T15:38:53.3695055Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-09-27T15:38:53.3695745Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T15:38:53.3890331Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:985: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T15:38:53.3890852Z return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) 2022-09-27T15:38:53.4687080Z ok (0.164s) 2022-09-27T15:38:53.7609278Z test_transformerencoderlayer_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.291s) 2022-09-27T15:38:53.8423728Z test_transformerencoderlayer_fast_path_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.081s) 2022-09-27T15:38:54.1286215Z test_transformerencoderlayer_gelu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.285s) 2022-09-27T15:38:54.2373283Z test_triplet_margin_with_distance_loss_cpu (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 18533 2022-09-27T15:38:54.2373892Z due to: 2022-09-27T15:38:54.2374220Z Traceback (most recent call last): 2022-09-27T15:38:54.2374903Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T15:38:54.2375579Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T15:38:54.2376471Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T15:38:54.2376779Z 2022-09-27T15:38:54.2377071Z from user code: 2022-09-27T15:38:54.2377423Z File "test_nn.py", line 18534, in 2022-09-27T15:38:54.2377817Z a, p, n), (anchor, positive, negative))) 2022-09-27T15:38:54.2378060Z 2022-09-27T15:38:54.2378394Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:38:54.2378792Z ========== 2022-09-27T15:38:58.7103781Z ok (4.581s) 2022-09-27T15:38:58.9201378Z test_triplet_margin_with_distance_loss_default_parity_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.209s) 2022-09-27T15:38:58.9386086Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:38:58.9536933Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:58.9686621Z test_upsamplingBicubic2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:58.9797818Z test_upsamplingBicubic2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:38:58.9910812Z test_upsamplingBicubic2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:38:59.0021504Z test_upsamplingBicubic2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:38:59.0187234Z test_upsamplingBicubic2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T15:38:59.0352440Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T15:38:59.0493277Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:38:59.2614770Z test_upsamplingBilinear2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.211s) 2022-09-27T15:38:59.3159754Z test_upsamplingBilinear2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.054s) 2022-09-27T15:38:59.3591156Z test_upsamplingBilinear2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-09-27T15:38:59.4022486Z test_upsamplingBilinear2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T15:38:59.5433500Z test_upsamplingNearest1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.140s) 2022-09-27T15:38:59.7686264Z test_upsamplingNearest1d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.225s) 2022-09-27T15:38:59.7701244Z test_upsamplingNearest1d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:05.7442992Z test_upsamplingNearest2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (5.973s) 2022-09-27T15:39:06.7371366Z test_upsamplingNearest2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.992s) 2022-09-27T15:39:06.7385992Z test_upsamplingNearest2d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:06.7399629Z test_upsamplingNearest2d_launch_fail_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:06.7412285Z test_upsamplingNearest2d_launch_rocm_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:41:13.5217282Z test_upsamplingNearest3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (126.780s) 2022-09-27T15:41:14.3342931Z test_upsamplingNearest3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.812s) 2022-09-27T15:41:14.3356875Z test_upsamplingNearest3d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:41:14.4795840Z test_upsamplingNearestExact1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.143s) 2022-09-27T15:41:14.4933599Z test_upsamplingNearestExact1d_rescale_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:41:20.7994435Z test_upsamplingNearestExact2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (6.305s) 2022-09-27T15:43:30.7289611Z test_upsamplingNearestExact3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (129.929s) 2022-09-27T15:43:30.9927681Z test_variable_sequence_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn.py line 17333 2022-09-27T15:43:30.9928060Z due to: 2022-09-27T15:43:30.9928246Z Traceback (most recent call last): 2022-09-27T15:43:30.9928664Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:43:30.9928925Z return self._op(*args, **kwargs or {}) 2022-09-27T15:43:30.9929342Z RuntimeError: 'lengths' argument should be a 1D CPU int64 tensor, but got 1D meta Long tensor 2022-09-27T15:43:30.9929560Z 2022-09-27T15:43:30.9929901Z The above exception was the direct cause of the following exception: 2022-09-27T15:43:30.9930180Z 2022-09-27T15:43:30.9930365Z Traceback (most recent call last): 2022-09-27T15:43:30.9930855Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:43:30.9931170Z raise TorchRuntimeError() from e 2022-09-27T15:43:30.9931405Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:43:30.9931538Z 2022-09-27T15:43:30.9931607Z from user code: 2022-09-27T15:43:30.9931826Z File "test_nn.py", line 17357, in 2022-09-27T15:43:30.9932126Z packed = rnn_utils.pack_padded_sequence(x, lengths, enforce_sorted=enforce_sorted) 2022-09-27T15:43:30.9932306Z 2022-09-27T15:43:30.9932424Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:43:30.9932639Z ========== 2022-09-27T15:43:31.5551899Z ok (0.826s) 2022-09-27T15:43:31.5572860Z test_warp_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:43:31.5591882Z test_warp_softmax_64bit_indexing_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:31.6149324Z test_calculate_gain_leaky_relu (__main__.TestNNInit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_calculate_gain_leaky_relu test_nn.py line 11271 2022-09-27T15:43:31.6149662Z due to: 2022-09-27T15:43:31.6149892Z Traceback (most recent call last): 2022-09-27T15:43:31.6150204Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:43:31.6150656Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:43:31.6151305Z AssertionError: torch.* op returned non-Tensor float call_function 2022-09-27T15:43:31.6151579Z 2022-09-27T15:43:31.6151655Z from user code: 2022-09-27T15:43:31.6151880Z File "test_nn.py", line 11273, in test_calculate_gain_leaky_relu 2022-09-27T15:43:31.6152192Z gain = init.calculate_gain('leaky_relu', param) 2022-09-27T15:43:31.6152387Z 2022-09-27T15:43:31.6152521Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:43:31.6152745Z ========== 2022-09-27T15:43:31.6153145Z ok (0.056s) 2022-09-27T15:43:31.6226722Z test_calculate_gain_leaky_relu_only_accepts_numbers (__main__.TestNNInit) ... ok (0.007s) 2022-09-27T15:43:31.6254502Z test_calculate_gain_linear (__main__.TestNNInit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_calculate_gain_linear test_nn.py line 11252 2022-09-27T15:43:31.6254822Z due to: 2022-09-27T15:43:31.6255006Z Traceback (most recent call last): 2022-09-27T15:43:31.6255289Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:43:31.6255724Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:43:31.6256184Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:43:31.6256663Z 2022-09-27T15:43:31.6256735Z from user code: 2022-09-27T15:43:31.6256961Z File "test_nn.py", line 11254, in test_calculate_gain_linear 2022-09-27T15:43:31.6257199Z gain = init.calculate_gain(fn) 2022-09-27T15:43:31.6257324Z 2022-09-27T15:43:31.6257444Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:43:31.6257736Z ========== 2022-09-27T15:43:31.6258058Z ok (0.003s) 2022-09-27T15:43:31.6295123Z test_calculate_gain_nonlinear (__main__.TestNNInit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_calculate_gain_nonlinear test_nn.py line 11257 2022-09-27T15:43:31.6295428Z due to: 2022-09-27T15:43:31.6295626Z Traceback (most recent call last): 2022-09-27T15:43:31.6295908Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:43:31.6296328Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:43:31.6296787Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:43:31.6296990Z 2022-09-27T15:43:31.6297084Z from user code: 2022-09-27T15:43:31.6297327Z File "test_nn.py", line 11259, in test_calculate_gain_nonlinear 2022-09-27T15:43:31.6297584Z gain = init.calculate_gain(fn) 2022-09-27T15:43:31.6297782Z 2022-09-27T15:43:31.6297961Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:43:31.6298253Z ========== 2022-09-27T15:43:31.6298464Z ok (0.004s) 2022-09-27T15:43:31.6383625Z test_calculate_gain_only_accepts_valid_nonlinearities (__main__.TestNNInit) ... ok (0.008s) 2022-09-27T15:43:31.6450638Z test_constant (__main__.TestNNInit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_constant test_nn.py line 11326 2022-09-27T15:43:31.6451184Z due to: 2022-09-27T15:43:31.6451481Z Traceback (most recent call last): 2022-09-27T15:43:31.6451764Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:43:31.6452059Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:43:31.6452413Z TypeError: zeros(): argument 'size' (position 1) must be tuple of SymInts, not immutable_list 2022-09-27T15:43:31.6452599Z 2022-09-27T15:43:31.6452669Z from user code: 2022-09-27T15:43:31.6452870Z File "test_nn.py", line 11328, in test_constant 2022-09-27T15:43:31.6453140Z input_tensor = self._create_random_nd_tensor(dims, size_min=1, size_max=5) 2022-09-27T15:43:31.6453293Z 2022-09-27T15:43:31.6453426Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:43:31.6453641Z ========== 2022-09-27T15:43:31.6486378Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _create_random_nd_tensor test_nn.py line 11244 2022-09-27T15:43:31.6486836Z due to: 2022-09-27T15:43:31.6487130Z Traceback (most recent call last): 2022-09-27T15:43:31.6487416Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:43:31.6487707Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:43:31.6488058Z TypeError: zeros(): argument 'size' (position 1) must be tuple of SymInts, not immutable_list 2022-09-27T15:43:31.6488244Z 2022-09-27T15:43:31.6488316Z from user code: 2022-09-27T15:43:31.6488534Z File "test_nn.py", line 11246, in _create_random_nd_tensor 2022-09-27T15:43:31.6488747Z tensor = torch.zeros(size) 2022-09-27T15:43:31.6488867Z 2022-09-27T15:43:31.6488999Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:43:31.6489215Z ========== 2022-09-27T15:43:31.7013427Z ok (0.062s) 2022-09-27T15:43:32.1871022Z test_deprecation (__main__.TestNNInit) ... ok (0.484s) 2022-09-27T15:43:32.2713367Z test_dirac_identity (__main__.TestNNInit) ... ok (0.084s) 2022-09-27T15:43:32.2784207Z test_dirac_only_works_on_3_4_5d_inputs (__main__.TestNNInit) ... ok (0.007s) 2022-09-27T15:43:32.3077593Z test_dirac_properties (__main__.TestNNInit) ... ok (0.029s) 2022-09-27T15:43:32.3157150Z test_eye (__main__.TestNNInit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_eye test_nn.py line 11342 2022-09-27T15:43:32.3157903Z due to: 2022-09-27T15:43:32.3158206Z Traceback (most recent call last): 2022-09-27T15:43:32.3168090Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:43:32.3168831Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:43:32.3169579Z TypeError: zeros(): argument 'size' (position 1) must be tuple of SymInts, not immutable_list 2022-09-27T15:43:32.3172903Z 2022-09-27T15:43:32.3173402Z from user code: 2022-09-27T15:43:32.3173767Z File "test_nn.py", line 11343, in test_eye 2022-09-27T15:43:32.3174242Z input_tensor = self._create_random_nd_tensor(2, size_min=1, size_max=5) 2022-09-27T15:43:32.3174546Z 2022-09-27T15:43:32.3174789Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:43:32.3175171Z ========== 2022-09-27T15:43:32.3176802Z ok (0.008s) 2022-09-27T15:43:32.3230826Z test_eye_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.007s) 2022-09-27T15:43:32.3331127Z test_kaiming_normal (__main__.TestNNInit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_kaiming_normal test_nn.py line 11539 2022-09-27T15:43:32.3331631Z due to: 2022-09-27T15:43:32.3331965Z Traceback (most recent call last): 2022-09-27T15:43:32.3332439Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:43:32.3332919Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:43:32.3333554Z TypeError: zeros(): argument 'size' (position 1) must be tuple of SymInts, not immutable_list 2022-09-27T15:43:32.3333867Z 2022-09-27T15:43:32.3333983Z from user code: 2022-09-27T15:43:32.3356308Z File "test_nn.py", line 11544, in test_kaiming_normal 2022-09-27T15:43:32.3356779Z input_tensor = self._create_random_nd_tensor(dims, size_min=20, size_max=25) 2022-09-27T15:43:32.3357061Z 2022-09-27T15:43:32.3357282Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:43:32.3357656Z ========== 2022-09-27T15:43:32.9485432Z ok (0.625s) 2022-09-27T15:43:32.9565135Z test_kaiming_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.007s) 2022-09-27T15:43:32.9739385Z test_kaiming_normal_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.017s) 2022-09-27T15:43:32.9837938Z test_kaiming_uniform (__main__.TestNNInit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_kaiming_uniform test_nn.py line 11511 2022-09-27T15:43:32.9838448Z due to: 2022-09-27T15:43:32.9838774Z Traceback (most recent call last): 2022-09-27T15:43:32.9839238Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:43:32.9839720Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:43:32.9840350Z TypeError: zeros(): argument 'size' (position 1) must be tuple of SymInts, not immutable_list 2022-09-27T15:43:32.9840663Z 2022-09-27T15:43:32.9840781Z from user code: 2022-09-27T15:43:32.9841118Z File "test_nn.py", line 11516, in test_kaiming_uniform 2022-09-27T15:43:32.9841590Z input_tensor = self._create_random_nd_tensor(dims, size_min=20, size_max=25) 2022-09-27T15:43:32.9841872Z 2022-09-27T15:43:32.9842091Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:43:32.9842458Z ========== 2022-09-27T15:43:33.5577178Z ok (0.583s) 2022-09-27T15:43:33.5655187Z test_kaiming_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.007s) 2022-09-27T15:43:33.5824901Z test_kaiming_uniform_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.016s) 2022-09-27T15:43:33.5890340Z test_normal (__main__.TestNNInit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_normal test_nn.py line 11304 2022-09-27T15:43:33.5891460Z due to: 2022-09-27T15:43:33.5891790Z Traceback (most recent call last): 2022-09-27T15:43:33.5892305Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:43:33.5892825Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:43:33.5893780Z TypeError: zeros(): argument 'size' (position 1) must be tuple of SymInts, not immutable_list 2022-09-27T15:43:33.5894112Z 2022-09-27T15:43:33.5894233Z from user code: 2022-09-27T15:43:33.5894571Z File "test_nn.py", line 11307, in test_normal 2022-09-27T15:43:33.5895117Z input_tensor = self._create_random_nd_tensor(dims, size_min=30, size_max=50) 2022-09-27T15:43:33.5895417Z 2022-09-27T15:43:33.5895653Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:43:33.5896025Z ========== 2022-09-27T15:43:34.0087523Z ok (0.426s) 2022-09-27T15:43:34.0182618Z test_ones_and_zeros (__main__.TestNNInit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_ones_and_zeros test_nn.py line 11334 2022-09-27T15:43:34.0183180Z due to: 2022-09-27T15:43:34.0183473Z Traceback (most recent call last): 2022-09-27T15:43:34.0183765Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:43:34.0184066Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:43:34.0184440Z TypeError: zeros(): argument 'size' (position 1) must be tuple of SymInts, not immutable_list 2022-09-27T15:43:34.0184612Z 2022-09-27T15:43:34.0184681Z from user code: 2022-09-27T15:43:34.0184890Z File "test_nn.py", line 11337, in test_ones_and_zeros 2022-09-27T15:43:34.0185164Z input_tensor = self._create_random_nd_tensor(dims, size_min=1, size_max=5) 2022-09-27T15:43:34.0185329Z 2022-09-27T15:43:34.0185450Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:43:34.0185666Z ========== 2022-09-27T15:43:34.0194132Z ok (0.010s) 2022-09-27T15:43:34.0613616Z test_orthogonal (__main__.TestNNInit) ... ok (0.041s) 2022-09-27T15:43:34.0706169Z test_sparse_default_std (__main__.TestNNInit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_default_std test_nn.py line 11573 2022-09-27T15:43:34.0706701Z due to: 2022-09-27T15:43:34.0707014Z Traceback (most recent call last): 2022-09-27T15:43:34.0707510Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:43:34.0707984Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:43:34.0708589Z TypeError: zeros(): argument 'size' (position 1) must be tuple of SymInts, not immutable_list 2022-09-27T15:43:34.0708903Z 2022-09-27T15:43:34.0709016Z from user code: 2022-09-27T15:43:34.0709382Z File "test_nn.py", line 11576, in test_sparse_default_std 2022-09-27T15:43:34.0709840Z input_tensor = self._create_random_nd_tensor(2, size_min=30, size_max=35) 2022-09-27T15:43:34.0710100Z 2022-09-27T15:43:34.0710317Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:43:34.0710685Z ========== 2022-09-27T15:43:34.0741862Z ok (0.012s) 2022-09-27T15:43:34.0812312Z test_sparse_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.007s) 2022-09-27T15:43:34.0825919Z test_trunc_normal (__main__.TestNNInit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:34.0894166Z test_uniform (__main__.TestNNInit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_uniform test_nn.py line 11295 2022-09-27T15:43:34.0894729Z due to: 2022-09-27T15:43:34.0895037Z Traceback (most recent call last): 2022-09-27T15:43:34.0895538Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:43:34.0896063Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:43:34.0896722Z TypeError: zeros(): argument 'size' (position 1) must be tuple of SymInts, not immutable_list 2022-09-27T15:43:34.0897053Z 2022-09-27T15:43:34.0897169Z from user code: 2022-09-27T15:43:34.0897519Z File "test_nn.py", line 11298, in test_uniform 2022-09-27T15:43:34.0897979Z input_tensor = self._create_random_nd_tensor(dims, size_min=30, size_max=50) 2022-09-27T15:43:34.0898276Z 2022-09-27T15:43:34.0898507Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:43:34.0898889Z ========== 2022-09-27T15:43:34.4473319Z ok (0.364s) 2022-09-27T15:43:34.4574447Z test_xavier_normal (__main__.TestNNInit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_xavier_normal test_nn.py line 11467 2022-09-27T15:43:34.4574914Z due to: 2022-09-27T15:43:34.4575282Z Traceback (most recent call last): 2022-09-27T15:43:34.4576070Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:43:34.4576612Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:43:34.4577165Z TypeError: zeros(): argument 'size' (position 1) must be tuple of SymInts, not immutable_list 2022-09-27T15:43:34.4577351Z 2022-09-27T15:43:34.4577409Z from user code: 2022-09-27T15:43:34.4577622Z File "test_nn.py", line 11471, in test_xavier_normal 2022-09-27T15:43:34.4577897Z input_tensor = self._create_random_nd_tensor(dims, size_min=20, size_max=25) 2022-09-27T15:43:34.4578063Z 2022-09-27T15:43:34.4578197Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:43:34.4578402Z ========== 2022-09-27T15:43:34.5649998Z ok (0.117s) 2022-09-27T15:43:34.5756733Z test_xavier_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.010s) 2022-09-27T15:43:34.5851989Z test_xavier_uniform (__main__.TestNNInit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_xavier_uniform test_nn.py line 11444 2022-09-27T15:43:34.5852528Z due to: 2022-09-27T15:43:34.5852877Z Traceback (most recent call last): 2022-09-27T15:43:34.5853356Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:43:34.5853827Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:43:34.5854455Z TypeError: zeros(): argument 'size' (position 1) must be tuple of SymInts, not immutable_list 2022-09-27T15:43:34.5854769Z 2022-09-27T15:43:34.5854886Z from user code: 2022-09-27T15:43:34.5855224Z File "test_nn.py", line 11448, in test_xavier_uniform 2022-09-27T15:43:34.5855682Z input_tensor = self._create_random_nd_tensor(dims, size_min=20, size_max=25) 2022-09-27T15:43:34.5855970Z 2022-09-27T15:43:34.5856187Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:43:34.5856554Z ========== 2022-09-27T15:43:34.6714339Z ok (0.095s) 2022-09-27T15:43:34.6819887Z test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.010s) 2022-09-27T15:43:34.7160832Z test_load_state_dict_module_pre_hook (__main__.TestStateDictHooks) ... ok (0.033s) 2022-09-27T15:43:34.7385779Z test_load_state_dict_post_hook (__main__.TestStateDictHooks) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT load_hook_clear_incompatible test_nn.py line 19973 2022-09-27T15:43:34.7386348Z due to: 2022-09-27T15:43:34.7386660Z Traceback (most recent call last): 2022-09-27T15:43:34.7387142Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T15:43:34.7387639Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T15:43:34.7388153Z AssertionError: expected FunctionType found itemgetter operator.itemgetter(0) 2022-09-27T15:43:34.7388481Z 2022-09-27T15:43:34.7388596Z from user code: 2022-09-27T15:43:34.7388966Z File "test_nn.py", line 19974, in load_hook_clear_incompatible 2022-09-27T15:43:34.7389367Z incompatible_keys.missing_keys.clear() 2022-09-27T15:43:34.7389596Z 2022-09-27T15:43:34.7389819Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:43:34.7390184Z ========== 2022-09-27T15:43:34.7390434Z ok (0.022s) 2022-09-27T15:43:34.7672670Z test_load_state_dict_post_hook_backward_compatibility (__main__.TestStateDictHooks) ... ok (0.028s) 2022-09-27T15:43:34.9368760Z test_load_state_dict_pre_hook (__main__.TestStateDictHooks) ... ok (0.169s) 2022-09-27T15:43:34.9435085Z test_no_extra_ref_to_module (__main__.TestStateDictHooks) ... ok (0.006s) 2022-09-27T15:43:34.9696578Z test_pickled_hook (__main__.TestStateDictHooks) ... ok (0.026s) 2022-09-27T15:43:34.9696809Z 2022-09-27T15:43:34.9697195Z ---------------------------------------------------------------------- 2022-09-27T15:43:34.9697628Z Ran 3143 tests in 458.114s 2022-09-27T15:43:34.9697747Z 2022-09-27T15:43:34.9697845Z OK (skipped=1375, expected failures=27) 2022-09-27T15:43:34.9697977Z 2022-09-27T15:43:34.9698062Z Generating XML reports... 2022-09-27T15:43:34.9817463Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestAddRelu-20220927153556.xml 2022-09-27T15:43:34.9820375Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20220927153556.xml 2022-09-27T15:43:34.9822607Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20220927153556.xml 2022-09-27T15:43:34.9824883Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFusionEval-20220927153556.xml 2022-09-27T15:43:34.9873954Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestLazyModules-20220927153556.xml 2022-09-27T15:43:34.9882297Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20220927153556.xml 2022-09-27T15:43:35.1693875Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNN-20220927153556.xml 2022-09-27T15:43:35.2368636Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCPU-20220927153556.xml 2022-09-27T15:43:35.2392546Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNInit-20220927153556.xml 2022-09-27T15:43:35.2399166Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20220927153556.xml 2022-09-27T15:43:37.1907869Z Running test_jit_fuser_te ... [2022-09-27 15:43:37.190306] 2022-09-27T15:43:37.1908404Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:43:37.190388] 2022-09-27T15:43:40.1943183Z CUDA not available, skipping tests 2022-09-27T15:43:40.2231052Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-09-27T15:43:40.4603666Z Test results will be stored in test-reports/python-unittest/test_jit_fuser_te 2022-09-27T15:43:40.4869116Z 2022-09-27T15:43:40.4869584Z Running tests... 2022-09-27T15:43:40.4870008Z ---------------------------------------------------------------------- 2022-09-27T15:43:40.5734721Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... Exception ignored in: .extract_files.. at 0x7fe98c602150> 2022-09-27T15:43:40.5735304Z Traceback (most recent call last): 2022-09-27T15:43:40.5735984Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/jit_utils.py", line 210, in 2022-09-27T15:43:40.5736443Z debug_files = (pickle.load(f) for f in debug_files_stream) 2022-09-27T15:43:40.5736722Z SystemError: error return without exception set 2022-09-27T15:43:40.5737160Z Exception ignored in: .extract_files.. at 0x7fe98c6020d0> 2022-09-27T15:43:40.5737609Z Traceback (most recent call last): 2022-09-27T15:43:40.5738180Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/jit_utils.py", line 209, in 2022-09-27T15:43:40.5738518Z debug_files_stream = (archive.open(f) for f in debug_files_str) 2022-09-27T15:43:40.5738770Z SystemError: error return without exception set 2022-09-27T15:43:40.6753018Z ok (0.126s) 2022-09-27T15:43:40.8000493Z test_relu_cpu (__main__.TestLoopnestRandomizationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_fuser_te.py line 2699 2022-09-27T15:43:40.8000991Z due to: 2022-09-27T15:43:40.8001364Z Traceback (most recent call last): 2022-09-27T15:43:40.8001790Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:43:40.8002239Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:43:40.8002748Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:43:40.8003214Z 2022-09-27T15:43:40.8003288Z from user code: 2022-09-27T15:43:40.8003524Z File "test_jit_fuser_te.py", line 2700, in 2022-09-27T15:43:40.8003786Z self.old_cpu_fuser_state = torch._C._jit_can_fuse_on_cpu() 2022-09-27T15:43:40.8003940Z 2022-09-27T15:43:40.8004131Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:43:40.8004356Z ========== 2022-09-27T15:43:40.8645287Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT tearDown test_jit_fuser_te.py line 2725 2022-09-27T15:43:40.8645706Z due to: 2022-09-27T15:43:40.8646043Z Traceback (most recent call last): 2022-09-27T15:43:40.8646485Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:43:40.8647124Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:43:40.8647661Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:43:40.8647986Z 2022-09-27T15:43:40.8648059Z from user code: 2022-09-27T15:43:40.8648278Z File "test_jit_fuser_te.py", line 2726, in tearDown 2022-09-27T15:43:40.8648536Z torch._C._jit_set_profiling_executor(self.old_profiling_executor) 2022-09-27T15:43:40.8648763Z 2022-09-27T15:43:40.8648898Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:43:40.8649122Z ========== 2022-09-27T15:43:40.8649286Z ok (0.189s) 2022-09-27T15:43:41.1450818Z test_failures___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.280s) 2022-09-27T15:43:41.2227026Z test_failures_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.077s) 2022-09-27T15:43:41.2433153Z test_failures_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.020s) 2022-09-27T15:43:41.3017480Z test_nnc_correctness_H_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.058s) 2022-09-27T15:43:41.3036832Z test_nnc_correctness_H_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3055431Z test_nnc_correctness_H_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3072348Z test_nnc_correctness_H_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3089270Z test_nnc_correctness_H_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3105795Z test_nnc_correctness_H_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3122517Z test_nnc_correctness_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3139261Z test_nnc_correctness_H_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3155947Z test_nnc_correctness_H_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3172703Z test_nnc_correctness_H_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3189235Z test_nnc_correctness_H_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3205978Z test_nnc_correctness_H_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3223203Z test_nnc_correctness_H_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3239725Z test_nnc_correctness_T_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3256556Z test_nnc_correctness_T_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3273644Z test_nnc_correctness_T_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3294068Z test_nnc_correctness_T_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:43:41.3311032Z test_nnc_correctness_T_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3328090Z test_nnc_correctness_T_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3345017Z test_nnc_correctness_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3362108Z test_nnc_correctness_T_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3379087Z test_nnc_correctness_T_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3396183Z test_nnc_correctness_T_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3413159Z test_nnc_correctness_T_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3430135Z test_nnc_correctness_T_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3447252Z test_nnc_correctness_T_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3464174Z test_nnc_correctness___getitem___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3481299Z test_nnc_correctness___getitem___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3498234Z test_nnc_correctness___getitem___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3515172Z test_nnc_correctness___getitem___cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3532596Z test_nnc_correctness___getitem___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3549511Z test_nnc_correctness___getitem___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3566933Z test_nnc_correctness___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3583967Z test_nnc_correctness___getitem___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3601625Z test_nnc_correctness___getitem___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3618845Z test_nnc_correctness___getitem___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3636125Z test_nnc_correctness___getitem___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3653450Z test_nnc_correctness___getitem___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3670446Z test_nnc_correctness___getitem___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3687791Z test_nnc_correctness___radd___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3704998Z test_nnc_correctness___radd___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3722144Z test_nnc_correctness___radd___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3739356Z test_nnc_correctness___radd___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3756639Z test_nnc_correctness___radd___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3775305Z test_nnc_correctness___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3792599Z test_nnc_correctness___radd___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3809995Z test_nnc_correctness___radd___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3827153Z test_nnc_correctness___radd___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3844453Z test_nnc_correctness___radd___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3861799Z test_nnc_correctness___radd___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3879115Z test_nnc_correctness___radd___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3896364Z test_nnc_correctness___rand___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3913711Z test_nnc_correctness___rand___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3931000Z test_nnc_correctness___rand___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3947858Z test_nnc_correctness___rand___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3965004Z test_nnc_correctness___rand___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3982573Z test_nnc_correctness___rand___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.3999670Z test_nnc_correctness___rdiv___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4016853Z test_nnc_correctness___rdiv___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4033980Z test_nnc_correctness___rdiv___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4051055Z test_nnc_correctness___rdiv___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4067760Z test_nnc_correctness___rdiv___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4084950Z test_nnc_correctness___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4101909Z test_nnc_correctness___rdiv___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4118647Z test_nnc_correctness___rdiv___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4135962Z test_nnc_correctness___rdiv___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4152336Z test_nnc_correctness___rdiv___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4169404Z test_nnc_correctness___rdiv___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4186312Z test_nnc_correctness___rdiv___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4203352Z test_nnc_correctness___rmatmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4220377Z test_nnc_correctness___rmatmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4237401Z test_nnc_correctness___rmatmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4255495Z test_nnc_correctness___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4272450Z test_nnc_correctness___rmatmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4289624Z test_nnc_correctness___rmatmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4306526Z test_nnc_correctness___rmatmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4319886Z test_nnc_correctness___rmatmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:41.4336794Z test_nnc_correctness___rmatmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4353812Z test_nnc_correctness___rmatmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4370498Z test_nnc_correctness___rmod___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4387121Z test_nnc_correctness___rmod___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4403989Z test_nnc_correctness___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4420712Z test_nnc_correctness___rmod___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4437673Z test_nnc_correctness___rmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4454330Z test_nnc_correctness___rmul___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4471148Z test_nnc_correctness___rmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4488165Z test_nnc_correctness___rmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4504873Z test_nnc_correctness___rmul___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4521778Z test_nnc_correctness___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4538686Z test_nnc_correctness___rmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4555604Z test_nnc_correctness___rmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4572438Z test_nnc_correctness___rmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4589145Z test_nnc_correctness___rmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4606060Z test_nnc_correctness___rmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4622767Z test_nnc_correctness___rmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4639727Z test_nnc_correctness___ror___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4656529Z test_nnc_correctness___ror___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4673492Z test_nnc_correctness___ror___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4690175Z test_nnc_correctness___ror___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4707037Z test_nnc_correctness___ror___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4725575Z test_nnc_correctness___ror___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4742396Z test_nnc_correctness___rpow___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4759329Z test_nnc_correctness___rpow___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4776202Z test_nnc_correctness___rpow___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4793325Z test_nnc_correctness___rpow___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4810138Z test_nnc_correctness___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4827071Z test_nnc_correctness___rpow___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4843782Z test_nnc_correctness___rpow___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4860588Z test_nnc_correctness___rpow___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4877471Z test_nnc_correctness___rpow___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4894347Z test_nnc_correctness___rpow___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4911169Z test_nnc_correctness___rpow___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4928220Z test_nnc_correctness___rsub___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4944985Z test_nnc_correctness___rsub___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4961831Z test_nnc_correctness___rsub___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4978656Z test_nnc_correctness___rsub___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.4995637Z test_nnc_correctness___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5012475Z test_nnc_correctness___rsub___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5029162Z test_nnc_correctness___rsub___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5046147Z test_nnc_correctness___rsub___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5062928Z test_nnc_correctness___rsub___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5079821Z test_nnc_correctness___rsub___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5096668Z test_nnc_correctness___rsub___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5113527Z test_nnc_correctness___rxor___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5130309Z test_nnc_correctness___rxor___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5147161Z test_nnc_correctness___rxor___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5164135Z test_nnc_correctness___rxor___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5181037Z test_nnc_correctness___rxor___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5199494Z test_nnc_correctness___rxor___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5216322Z test_nnc_correctness__masked_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5233296Z test_nnc_correctness__masked_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5250101Z test_nnc_correctness__masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5266819Z test_nnc_correctness__masked_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5283607Z test_nnc_correctness__masked_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5300596Z test_nnc_correctness__masked_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5317580Z test_nnc_correctness__masked_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5334281Z test_nnc_correctness__masked_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5351068Z test_nnc_correctness__masked_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5368016Z test_nnc_correctness__masked_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5384729Z test_nnc_correctness__masked_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5401787Z test_nnc_correctness__masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5418587Z test_nnc_correctness__masked_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5435484Z test_nnc_correctness__masked_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5452276Z test_nnc_correctness__masked_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5468998Z test_nnc_correctness__masked_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5486038Z test_nnc_correctness__masked_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5502685Z test_nnc_correctness__masked_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5519528Z test_nnc_correctness__masked_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5536539Z test_nnc_correctness__masked_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5553529Z test_nnc_correctness__masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5570386Z test_nnc_correctness__masked_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5587182Z test_nnc_correctness__masked_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5603875Z test_nnc_correctness__masked_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5620713Z test_nnc_correctness__masked_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5637647Z test_nnc_correctness__masked_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5654480Z test_nnc_correctness__masked_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5674892Z test_nnc_correctness__masked_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:43:41.5691824Z test_nnc_correctness__masked_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5708532Z test_nnc_correctness__masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5725472Z test_nnc_correctness__masked_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5742195Z test_nnc_correctness__masked_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5759157Z test_nnc_correctness__masked_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5775893Z test_nnc_correctness__masked_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5792732Z test_nnc_correctness__masked_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5809629Z test_nnc_correctness__masked_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5826396Z test_nnc_correctness__masked_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5843179Z test_nnc_correctness__masked_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5860080Z test_nnc_correctness__masked_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5877050Z test_nnc_correctness__masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5893839Z test_nnc_correctness__masked_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5910685Z test_nnc_correctness__masked_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5927637Z test_nnc_correctness__masked_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5944680Z test_nnc_correctness__masked_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5961283Z test_nnc_correctness__masked_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5978091Z test_nnc_correctness__masked_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.5994929Z test_nnc_correctness__masked_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6011801Z test_nnc_correctness__masked_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6028396Z test_nnc_correctness__masked_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6045304Z test_nnc_correctness__masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6062066Z test_nnc_correctness__masked_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6079009Z test_nnc_correctness__masked_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6095866Z test_nnc_correctness__masked_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6112739Z test_nnc_correctness__masked_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6129726Z test_nnc_correctness__masked_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6147857Z test_nnc_correctness__masked_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6164896Z test_nnc_correctness__masked_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6181716Z test_nnc_correctness__masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6198643Z test_nnc_correctness__masked_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6215628Z test_nnc_correctness__masked_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6232385Z test_nnc_correctness__masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6249579Z test_nnc_correctness__masked_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6266132Z test_nnc_correctness__masked_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6283139Z test_nnc_correctness__masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6300038Z test_nnc_correctness__masked_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6317118Z test_nnc_correctness__masked_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6333747Z test_nnc_correctness__masked_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6350502Z test_nnc_correctness__masked_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6367799Z test_nnc_correctness__masked_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6384387Z test_nnc_correctness__masked_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6401274Z test_nnc_correctness__masked_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6418273Z test_nnc_correctness__masked_mean_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6435170Z test_nnc_correctness__masked_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6451841Z test_nnc_correctness__masked_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6468573Z test_nnc_correctness__masked_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6485346Z test_nnc_correctness__masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6502037Z test_nnc_correctness__masked_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6518710Z test_nnc_correctness__masked_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6535321Z test_nnc_correctness__masked_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6551788Z test_nnc_correctness__masked_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6568511Z test_nnc_correctness__masked_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6585150Z test_nnc_correctness__masked_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6602003Z test_nnc_correctness__masked_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6620054Z test_nnc_correctness__masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6636866Z test_nnc_correctness__masked_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6653567Z test_nnc_correctness__masked_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6670089Z test_nnc_correctness__masked_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6687404Z test_nnc_correctness__masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6703711Z test_nnc_correctness__masked_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6720178Z test_nnc_correctness__masked_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6736951Z test_nnc_correctness__masked_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6753670Z test_nnc_correctness__masked_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6770310Z test_nnc_correctness__masked_normalize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6786880Z test_nnc_correctness__masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6803556Z test_nnc_correctness__masked_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6820143Z test_nnc_correctness__masked_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6836851Z test_nnc_correctness__masked_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6853605Z test_nnc_correctness__masked_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6869994Z test_nnc_correctness__masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6886704Z test_nnc_correctness__masked_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6903246Z test_nnc_correctness__masked_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6919990Z test_nnc_correctness__masked_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6936349Z test_nnc_correctness__masked_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6952994Z test_nnc_correctness__masked_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6969577Z test_nnc_correctness__masked_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.6985628Z test_nnc_correctness__masked_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7002329Z test_nnc_correctness__masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7018700Z test_nnc_correctness__masked_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7035244Z test_nnc_correctness__masked_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7052145Z test_nnc_correctness__masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7068729Z test_nnc_correctness__masked_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7086960Z test_nnc_correctness__masked_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7104029Z test_nnc_correctness__masked_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7121876Z test_nnc_correctness__masked_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7139689Z test_nnc_correctness__masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7157016Z test_nnc_correctness__masked_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7173644Z test_nnc_correctness__masked_std_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7190223Z test_nnc_correctness__masked_std_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7206976Z test_nnc_correctness__masked_std_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7223486Z test_nnc_correctness__masked_std_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7240356Z test_nnc_correctness__masked_std_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7257023Z test_nnc_correctness__masked_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7273673Z test_nnc_correctness__masked_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7290304Z test_nnc_correctness__masked_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7306957Z test_nnc_correctness__masked_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7323645Z test_nnc_correctness__masked_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7340341Z test_nnc_correctness__masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7357714Z test_nnc_correctness__masked_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7375453Z test_nnc_correctness__masked_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7393253Z test_nnc_correctness__masked_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7410257Z test_nnc_correctness__masked_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7426960Z test_nnc_correctness__masked_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7443683Z test_nnc_correctness__masked_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7460228Z test_nnc_correctness__masked_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7477107Z test_nnc_correctness__masked_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7493640Z test_nnc_correctness__masked_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7510193Z test_nnc_correctness__masked_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7526974Z test_nnc_correctness__masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7543533Z test_nnc_correctness__masked_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7561771Z test_nnc_correctness__masked_var_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7578434Z test_nnc_correctness__masked_var_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7594931Z test_nnc_correctness__masked_var_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7611930Z test_nnc_correctness__masked_var_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7629715Z test_nnc_correctness__masked_var_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7647385Z test_nnc_correctness_abs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7663894Z test_nnc_correctness_abs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7680518Z test_nnc_correctness_abs_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7697186Z test_nnc_correctness_abs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7713884Z test_nnc_correctness_abs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7730642Z test_nnc_correctness_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7747095Z test_nnc_correctness_abs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7763602Z test_nnc_correctness_abs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7780378Z test_nnc_correctness_abs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7797093Z test_nnc_correctness_abs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7813792Z test_nnc_correctness_abs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7830171Z test_nnc_correctness_abs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7846971Z test_nnc_correctness_acos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7863748Z test_nnc_correctness_acos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7880213Z test_nnc_correctness_acos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7896807Z test_nnc_correctness_acos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7913367Z test_nnc_correctness_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7930564Z test_nnc_correctness_acos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7946900Z test_nnc_correctness_acos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7963394Z test_nnc_correctness_acos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7979957Z test_nnc_correctness_acos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.7996698Z test_nnc_correctness_acos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8013434Z test_nnc_correctness_acos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8031394Z test_nnc_correctness_acosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8048189Z test_nnc_correctness_acosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8064704Z test_nnc_correctness_acosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8081293Z test_nnc_correctness_acosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8097911Z test_nnc_correctness_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8114951Z test_nnc_correctness_acosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8131727Z test_nnc_correctness_acosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8148055Z test_nnc_correctness_acosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8164578Z test_nnc_correctness_acosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8181168Z test_nnc_correctness_acosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8197852Z test_nnc_correctness_acosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8214469Z test_nnc_correctness_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8231079Z test_nnc_correctness_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8247715Z test_nnc_correctness_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8264142Z test_nnc_correctness_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8280796Z test_nnc_correctness_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8297479Z test_nnc_correctness_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8314111Z test_nnc_correctness_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8330639Z test_nnc_correctness_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8347171Z test_nnc_correctness_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8363874Z test_nnc_correctness_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8380700Z test_nnc_correctness_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8397420Z test_nnc_correctness_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8414079Z test_nnc_correctness_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8430679Z test_nnc_correctness_addbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8447662Z test_nnc_correctness_addbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8464307Z test_nnc_correctness_addbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8480974Z test_nnc_correctness_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8499116Z test_nnc_correctness_addbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8515908Z test_nnc_correctness_addbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8532622Z test_nnc_correctness_addbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8549248Z test_nnc_correctness_addbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8565942Z test_nnc_correctness_addbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8582509Z test_nnc_correctness_addbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8599337Z test_nnc_correctness_addcdiv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8615986Z test_nnc_correctness_addcdiv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8632389Z test_nnc_correctness_addcdiv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8649208Z test_nnc_correctness_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8665632Z test_nnc_correctness_addcdiv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8682222Z test_nnc_correctness_addcmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8698815Z test_nnc_correctness_addcmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8715416Z test_nnc_correctness_addcmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8732008Z test_nnc_correctness_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8748576Z test_nnc_correctness_addcmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8765424Z test_nnc_correctness_addcmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8781974Z test_nnc_correctness_addcmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8798628Z test_nnc_correctness_addcmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8815306Z test_nnc_correctness_addcmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8831873Z test_nnc_correctness_addcmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8848537Z test_nnc_correctness_addmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8865190Z test_nnc_correctness_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8881916Z test_nnc_correctness_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8898527Z test_nnc_correctness_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8915068Z test_nnc_correctness_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8931732Z test_nnc_correctness_addmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8948289Z test_nnc_correctness_addmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8966631Z test_nnc_correctness_addmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.8983218Z test_nnc_correctness_addmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9000469Z test_nnc_correctness_addmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9017108Z test_nnc_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9033790Z test_nnc_correctness_addmm_decomposed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9051102Z test_nnc_correctness_addmm_decomposed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9067195Z test_nnc_correctness_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9083679Z test_nnc_correctness_addmm_decomposed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9100268Z test_nnc_correctness_addmm_decomposed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9117141Z test_nnc_correctness_addmm_decomposed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9133769Z test_nnc_correctness_addmm_decomposed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9150375Z test_nnc_correctness_addmm_decomposed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9167154Z test_nnc_correctness_addmm_decomposed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9183632Z test_nnc_correctness_addmv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9200226Z test_nnc_correctness_addmv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9216721Z test_nnc_correctness_addmv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9233489Z test_nnc_correctness_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9250192Z test_nnc_correctness_addmv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9266715Z test_nnc_correctness_addmv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9283438Z test_nnc_correctness_addmv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9300420Z test_nnc_correctness_addmv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9319546Z test_nnc_correctness_addmv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9336271Z test_nnc_correctness_addmv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9353017Z test_nnc_correctness_addr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9369491Z test_nnc_correctness_addr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9386002Z test_nnc_correctness_addr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9402764Z test_nnc_correctness_addr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9419408Z test_nnc_correctness_addr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9437692Z test_nnc_correctness_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9454324Z test_nnc_correctness_addr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9470768Z test_nnc_correctness_addr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9487680Z test_nnc_correctness_addr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9504322Z test_nnc_correctness_addr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9521071Z test_nnc_correctness_addr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9537735Z test_nnc_correctness_addr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9554606Z test_nnc_correctness_all_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9571198Z test_nnc_correctness_all_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9587713Z test_nnc_correctness_all_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9604342Z test_nnc_correctness_all_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9621209Z test_nnc_correctness_all_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9637785Z test_nnc_correctness_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9654611Z test_nnc_correctness_all_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9671389Z test_nnc_correctness_all_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9688086Z test_nnc_correctness_all_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9704625Z test_nnc_correctness_all_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9721367Z test_nnc_correctness_all_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9738115Z test_nnc_correctness_all_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9750816Z test_nnc_correctness_allclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:41.9763664Z test_nnc_correctness_allclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:41.9776546Z test_nnc_correctness_allclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:41.9789186Z test_nnc_correctness_allclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:41.9801924Z test_nnc_correctness_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:41.9814652Z test_nnc_correctness_allclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:41.9831393Z test_nnc_correctness_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9848386Z test_nnc_correctness_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9865270Z test_nnc_correctness_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9883261Z test_nnc_correctness_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9900087Z test_nnc_correctness_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9916759Z test_nnc_correctness_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9933484Z test_nnc_correctness_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9950153Z test_nnc_correctness_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9967050Z test_nnc_correctness_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:41.9983705Z test_nnc_correctness_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0000444Z test_nnc_correctness_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0017153Z test_nnc_correctness_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0034021Z test_nnc_correctness_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0050537Z test_nnc_correctness_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0067221Z test_nnc_correctness_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0083513Z test_nnc_correctness_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0099884Z test_nnc_correctness_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0116242Z test_nnc_correctness_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0132836Z test_nnc_correctness_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0148948Z test_nnc_correctness_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0165636Z test_nnc_correctness_aminmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0182087Z test_nnc_correctness_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0198402Z test_nnc_correctness_aminmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0214918Z test_nnc_correctness_aminmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0231190Z test_nnc_correctness_aminmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0247825Z test_nnc_correctness_aminmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0264044Z test_nnc_correctness_aminmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0280519Z test_nnc_correctness_aminmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0297393Z test_nnc_correctness_angle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0314928Z test_nnc_correctness_angle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0331627Z test_nnc_correctness_angle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0349468Z test_nnc_correctness_angle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0366499Z test_nnc_correctness_angle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0383346Z test_nnc_correctness_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0399907Z test_nnc_correctness_angle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0416637Z test_nnc_correctness_angle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0433472Z test_nnc_correctness_angle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0449911Z test_nnc_correctness_angle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0466429Z test_nnc_correctness_angle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0483186Z test_nnc_correctness_angle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0499773Z test_nnc_correctness_any_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0516435Z test_nnc_correctness_any_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0532869Z test_nnc_correctness_any_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0549498Z test_nnc_correctness_any_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0566272Z test_nnc_correctness_any_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0582798Z test_nnc_correctness_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0599487Z test_nnc_correctness_any_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0616106Z test_nnc_correctness_any_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0632739Z test_nnc_correctness_any_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0649498Z test_nnc_correctness_any_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0666223Z test_nnc_correctness_any_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0682865Z test_nnc_correctness_any_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0699670Z test_nnc_correctness_arange_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0716853Z test_nnc_correctness_arange_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0733556Z test_nnc_correctness_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0750390Z test_nnc_correctness_arange_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0767419Z test_nnc_correctness_arange_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0783788Z test_nnc_correctness_arange_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0800438Z test_nnc_correctness_arange_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0818545Z test_nnc_correctness_arange_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0835371Z test_nnc_correctness_arange_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0852035Z test_nnc_correctness_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0868565Z test_nnc_correctness_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0885387Z test_nnc_correctness_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0902101Z test_nnc_correctness_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0918824Z test_nnc_correctness_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0935291Z test_nnc_correctness_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0951829Z test_nnc_correctness_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0968677Z test_nnc_correctness_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.0985227Z test_nnc_correctness_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1001925Z test_nnc_correctness_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1018515Z test_nnc_correctness_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1035175Z test_nnc_correctness_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1051835Z test_nnc_correctness_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1068293Z test_nnc_correctness_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1084993Z test_nnc_correctness_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1101631Z test_nnc_correctness_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1118261Z test_nnc_correctness_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1135045Z test_nnc_correctness_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1151618Z test_nnc_correctness_argsort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1168764Z test_nnc_correctness_argsort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1185559Z test_nnc_correctness_argsort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1202143Z test_nnc_correctness_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1218701Z test_nnc_correctness_argsort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1235386Z test_nnc_correctness_argsort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1252122Z test_nnc_correctness_argsort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1269561Z test_nnc_correctness_argsort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1288966Z test_nnc_correctness_argsort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:43:42.1306458Z test_nnc_correctness_argsort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1323320Z test_nnc_correctness_argwhere_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1339968Z test_nnc_correctness_argwhere_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1356605Z test_nnc_correctness_argwhere_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1373288Z test_nnc_correctness_argwhere_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1389917Z test_nnc_correctness_argwhere_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1406781Z test_nnc_correctness_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1423222Z test_nnc_correctness_argwhere_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1440016Z test_nnc_correctness_argwhere_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1456532Z test_nnc_correctness_argwhere_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1473214Z test_nnc_correctness_argwhere_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1489894Z test_nnc_correctness_argwhere_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1506393Z test_nnc_correctness_argwhere_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1523126Z test_nnc_correctness_as_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1539842Z test_nnc_correctness_as_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1556600Z test_nnc_correctness_as_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1573472Z test_nnc_correctness_as_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1590284Z test_nnc_correctness_as_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1607017Z test_nnc_correctness_as_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1623326Z test_nnc_correctness_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1639773Z test_nnc_correctness_as_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1656157Z test_nnc_correctness_as_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1672513Z test_nnc_correctness_as_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1689028Z test_nnc_correctness_as_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1705316Z test_nnc_correctness_as_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1721707Z test_nnc_correctness_as_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1738137Z test_nnc_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1755933Z test_nnc_correctness_as_strided_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1772404Z test_nnc_correctness_as_strided_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1788582Z test_nnc_correctness_as_strided_scatter_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1805150Z test_nnc_correctness_as_strided_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1821534Z test_nnc_correctness_as_strided_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1838308Z test_nnc_correctness_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1854799Z test_nnc_correctness_as_strided_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1871093Z test_nnc_correctness_as_strided_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1887622Z test_nnc_correctness_as_strided_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1903866Z test_nnc_correctness_as_strided_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1920285Z test_nnc_correctness_as_strided_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1936732Z test_nnc_correctness_as_strided_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1953220Z test_nnc_correctness_asin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1969670Z test_nnc_correctness_asin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.1985952Z test_nnc_correctness_asin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2002369Z test_nnc_correctness_asin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2018896Z test_nnc_correctness_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2035681Z test_nnc_correctness_asin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2053225Z test_nnc_correctness_asin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2069406Z test_nnc_correctness_asin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2085834Z test_nnc_correctness_asin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2102204Z test_nnc_correctness_asin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2118664Z test_nnc_correctness_asin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2135139Z test_nnc_correctness_asinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2151433Z test_nnc_correctness_asinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2167965Z test_nnc_correctness_asinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2184307Z test_nnc_correctness_asinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2200751Z test_nnc_correctness_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2218580Z test_nnc_correctness_asinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2235183Z test_nnc_correctness_asinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2251479Z test_nnc_correctness_asinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2267826Z test_nnc_correctness_asinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2284249Z test_nnc_correctness_asinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2300979Z test_nnc_correctness_asinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2317761Z test_nnc_correctness_atan2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2334137Z test_nnc_correctness_atan2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2350468Z test_nnc_correctness_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2367036Z test_nnc_correctness_atan2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2383398Z test_nnc_correctness_atan2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2401401Z test_nnc_correctness_atan2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2417864Z test_nnc_correctness_atan2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2434242Z test_nnc_correctness_atan2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2450604Z test_nnc_correctness_atan2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2466895Z test_nnc_correctness_atan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2483317Z test_nnc_correctness_atan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2499713Z test_nnc_correctness_atan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2516224Z test_nnc_correctness_atan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2532679Z test_nnc_correctness_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2549097Z test_nnc_correctness_atan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2565539Z test_nnc_correctness_atan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2582067Z test_nnc_correctness_atan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2598466Z test_nnc_correctness_atan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2614857Z test_nnc_correctness_atan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2631087Z test_nnc_correctness_atan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2647672Z test_nnc_correctness_atanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2664207Z test_nnc_correctness_atanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2682541Z test_nnc_correctness_atanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2699312Z test_nnc_correctness_atanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2716067Z test_nnc_correctness_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2732738Z test_nnc_correctness_atanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2749461Z test_nnc_correctness_atanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2766367Z test_nnc_correctness_atanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2783142Z test_nnc_correctness_atanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2799949Z test_nnc_correctness_atanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2816506Z test_nnc_correctness_atanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2833302Z test_nnc_correctness_atleast_1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2850144Z test_nnc_correctness_atleast_1d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2866831Z test_nnc_correctness_atleast_1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2883518Z test_nnc_correctness_atleast_1d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2900390Z test_nnc_correctness_atleast_1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2917078Z test_nnc_correctness_atleast_1d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2933866Z test_nnc_correctness_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2950506Z test_nnc_correctness_atleast_1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2967314Z test_nnc_correctness_atleast_1d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.2984010Z test_nnc_correctness_atleast_1d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3000725Z test_nnc_correctness_atleast_1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3017668Z test_nnc_correctness_atleast_1d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3034369Z test_nnc_correctness_atleast_1d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3051194Z test_nnc_correctness_atleast_2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3067892Z test_nnc_correctness_atleast_2d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3084580Z test_nnc_correctness_atleast_2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3101278Z test_nnc_correctness_atleast_2d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3118022Z test_nnc_correctness_atleast_2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3134704Z test_nnc_correctness_atleast_2d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3152954Z test_nnc_correctness_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3169984Z test_nnc_correctness_atleast_2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3186353Z test_nnc_correctness_atleast_2d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3203221Z test_nnc_correctness_atleast_2d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3220102Z test_nnc_correctness_atleast_2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3236891Z test_nnc_correctness_atleast_2d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3253550Z test_nnc_correctness_atleast_2d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3270246Z test_nnc_correctness_atleast_3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3286906Z test_nnc_correctness_atleast_3d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3303562Z test_nnc_correctness_atleast_3d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3320321Z test_nnc_correctness_atleast_3d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3337024Z test_nnc_correctness_atleast_3d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3353775Z test_nnc_correctness_atleast_3d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3370448Z test_nnc_correctness_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3387154Z test_nnc_correctness_atleast_3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3403912Z test_nnc_correctness_atleast_3d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3420737Z test_nnc_correctness_atleast_3d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3437567Z test_nnc_correctness_atleast_3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3454154Z test_nnc_correctness_atleast_3d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3470802Z test_nnc_correctness_atleast_3d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3487555Z test_nnc_correctness_baddbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3504143Z test_nnc_correctness_baddbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3520872Z test_nnc_correctness_baddbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3537560Z test_nnc_correctness_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3554398Z test_nnc_correctness_baddbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3570950Z test_nnc_correctness_baddbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3587761Z test_nnc_correctness_baddbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3604526Z test_nnc_correctness_baddbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3622827Z test_nnc_correctness_baddbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3639704Z test_nnc_correctness_baddbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3656337Z test_nnc_correctness_bernoulli_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3673588Z test_nnc_correctness_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3690058Z test_nnc_correctness_bernoulli_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3702661Z test_nnc_correctness_bfloat16_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:42.3715998Z test_nnc_correctness_bfloat16_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:42.3728447Z test_nnc_correctness_bfloat16_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:42.3741246Z test_nnc_correctness_bfloat16_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:42.3754226Z test_nnc_correctness_bfloat16_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:42.3767196Z test_nnc_correctness_bfloat16_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:42.3779869Z test_nnc_correctness_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:42.3793087Z test_nnc_correctness_bfloat16_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:42.3805618Z test_nnc_correctness_bfloat16_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:42.3818414Z test_nnc_correctness_bfloat16_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:42.3831365Z test_nnc_correctness_bfloat16_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:42.3844368Z test_nnc_correctness_bfloat16_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:42.3857193Z test_nnc_correctness_bfloat16_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:42.3874947Z test_nnc_correctness_bincount_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3892041Z test_nnc_correctness_bincount_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3908611Z test_nnc_correctness_bincount_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3925511Z test_nnc_correctness_bincount_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3943414Z test_nnc_correctness_bincount_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3961029Z test_nnc_correctness_bitwise_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3977946Z test_nnc_correctness_bitwise_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.3994430Z test_nnc_correctness_bitwise_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4010913Z test_nnc_correctness_bitwise_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4027283Z test_nnc_correctness_bitwise_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4045349Z test_nnc_correctness_bitwise_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4061880Z test_nnc_correctness_bitwise_left_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4078395Z test_nnc_correctness_bitwise_left_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4094931Z test_nnc_correctness_bitwise_left_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4111239Z test_nnc_correctness_bitwise_left_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4127856Z test_nnc_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4144256Z test_nnc_correctness_bitwise_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4160669Z test_nnc_correctness_bitwise_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4177546Z test_nnc_correctness_bitwise_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4195426Z test_nnc_correctness_bitwise_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4213094Z test_nnc_correctness_bitwise_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4229864Z test_nnc_correctness_bitwise_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4246459Z test_nnc_correctness_bitwise_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4262705Z test_nnc_correctness_bitwise_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4279080Z test_nnc_correctness_bitwise_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4295797Z test_nnc_correctness_bitwise_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4312182Z test_nnc_correctness_bitwise_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4329066Z test_nnc_correctness_bitwise_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4345531Z test_nnc_correctness_bitwise_right_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4362170Z test_nnc_correctness_bitwise_right_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4378813Z test_nnc_correctness_bitwise_right_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4395479Z test_nnc_correctness_bitwise_right_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4412020Z test_nnc_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4429213Z test_nnc_correctness_bitwise_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4446648Z test_nnc_correctness_bitwise_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4462832Z test_nnc_correctness_bitwise_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4480145Z test_nnc_correctness_bitwise_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4496688Z test_nnc_correctness_bitwise_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4514730Z test_nnc_correctness_bitwise_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4531363Z test_nnc_correctness_block_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4547860Z test_nnc_correctness_block_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4564581Z test_nnc_correctness_block_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4581285Z test_nnc_correctness_block_diag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4597970Z test_nnc_correctness_block_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4614673Z test_nnc_correctness_block_diag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4631426Z test_nnc_correctness_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4648063Z test_nnc_correctness_block_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4664564Z test_nnc_correctness_block_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4681467Z test_nnc_correctness_block_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4698164Z test_nnc_correctness_block_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4714662Z test_nnc_correctness_block_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4731379Z test_nnc_correctness_block_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4747855Z test_nnc_correctness_bmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4764539Z test_nnc_correctness_bmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4781102Z test_nnc_correctness_bmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4797842Z test_nnc_correctness_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4814419Z test_nnc_correctness_bmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4830911Z test_nnc_correctness_bmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4847753Z test_nnc_correctness_bmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4864220Z test_nnc_correctness_bmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4880905Z test_nnc_correctness_bmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4897505Z test_nnc_correctness_bmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4914132Z test_nnc_correctness_bool_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4930960Z test_nnc_correctness_bool_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4947868Z test_nnc_correctness_bool_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4964909Z test_nnc_correctness_bool_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4983230Z test_nnc_correctness_bool_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.4999977Z test_nnc_correctness_bool_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5016698Z test_nnc_correctness_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5033584Z test_nnc_correctness_bool_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5050409Z test_nnc_correctness_bool_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5067294Z test_nnc_correctness_bool_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5083823Z test_nnc_correctness_bool_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5100597Z test_nnc_correctness_bool_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5117285Z test_nnc_correctness_bool_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5134074Z test_nnc_correctness_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5150696Z test_nnc_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5167487Z test_nnc_correctness_broadcast_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5184133Z test_nnc_correctness_broadcast_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5200930Z test_nnc_correctness_broadcast_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5217630Z test_nnc_correctness_broadcast_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5234529Z test_nnc_correctness_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5251313Z test_nnc_correctness_broadcast_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5267992Z test_nnc_correctness_broadcast_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5284806Z test_nnc_correctness_broadcast_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5301701Z test_nnc_correctness_broadcast_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5318490Z test_nnc_correctness_broadcast_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5335175Z test_nnc_correctness_broadcast_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5351860Z test_nnc_correctness_broadcast_to_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5368752Z test_nnc_correctness_broadcast_to_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5385372Z test_nnc_correctness_broadcast_to_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5402360Z test_nnc_correctness_broadcast_to_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5419268Z test_nnc_correctness_broadcast_to_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5435958Z test_nnc_correctness_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5454161Z test_nnc_correctness_broadcast_to_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5470806Z test_nnc_correctness_broadcast_to_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5487358Z test_nnc_correctness_broadcast_to_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5503816Z test_nnc_correctness_broadcast_to_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5520340Z test_nnc_correctness_broadcast_to_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5537004Z test_nnc_correctness_broadcast_to_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5553682Z test_nnc_correctness_bucketize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5570190Z test_nnc_correctness_bucketize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5586660Z test_nnc_correctness_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5603232Z test_nnc_correctness_bucketize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5620020Z test_nnc_correctness_bucketize_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5637032Z test_nnc_correctness_bucketize_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5653874Z test_nnc_correctness_bucketize_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5670974Z test_nnc_correctness_bucketize_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5687972Z test_nnc_correctness_bucketize_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5704855Z test_nnc_correctness_byte_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5721722Z test_nnc_correctness_byte_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5738477Z test_nnc_correctness_byte_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5755342Z test_nnc_correctness_byte_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5771951Z test_nnc_correctness_byte_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5788514Z test_nnc_correctness_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5805417Z test_nnc_correctness_byte_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5822119Z test_nnc_correctness_byte_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5839148Z test_nnc_correctness_byte_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5855733Z test_nnc_correctness_byte_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5872325Z test_nnc_correctness_byte_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5889263Z test_nnc_correctness_byte_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5906010Z test_nnc_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5924315Z test_nnc_correctness_cartesian_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5941228Z test_nnc_correctness_cartesian_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5957867Z test_nnc_correctness_cartesian_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5974555Z test_nnc_correctness_cartesian_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.5991335Z test_nnc_correctness_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6008308Z test_nnc_correctness_cartesian_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6024706Z test_nnc_correctness_cartesian_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6041412Z test_nnc_correctness_cartesian_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6058086Z test_nnc_correctness_cartesian_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6074835Z test_nnc_correctness_cartesian_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6091506Z test_nnc_correctness_cartesian_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6108060Z test_nnc_correctness_cat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6124688Z test_nnc_correctness_cat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6141522Z test_nnc_correctness_cat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6158274Z test_nnc_correctness_cat_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6174998Z test_nnc_correctness_cat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6191686Z test_nnc_correctness_cat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6208573Z test_nnc_correctness_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6225428Z test_nnc_correctness_cat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6242255Z test_nnc_correctness_cat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6258964Z test_nnc_correctness_cat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6275604Z test_nnc_correctness_cat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6292380Z test_nnc_correctness_cat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6308981Z test_nnc_correctness_cat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6325751Z test_nnc_correctness_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6342471Z test_nnc_correctness_cdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6359290Z test_nnc_correctness_ceil_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6376044Z test_nnc_correctness_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6394392Z test_nnc_correctness_ceil_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6411116Z test_nnc_correctness_ceil_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6427721Z test_nnc_correctness_ceil_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6444389Z test_nnc_correctness_ceil_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6461045Z test_nnc_correctness_ceil_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6477803Z test_nnc_correctness_ceil_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6494715Z test_nnc_correctness_chalf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6511682Z test_nnc_correctness_chalf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6530040Z test_nnc_correctness_chalf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6547290Z test_nnc_correctness_chalf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6564174Z test_nnc_correctness_chalf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6580863Z test_nnc_correctness_chalf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6597793Z test_nnc_correctness_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6614546Z test_nnc_correctness_chalf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6631054Z test_nnc_correctness_chalf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6648021Z test_nnc_correctness_chalf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6664584Z test_nnc_correctness_chalf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6681425Z test_nnc_correctness_chalf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6698104Z test_nnc_correctness_chalf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6714840Z test_nnc_correctness_char_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6731552Z test_nnc_correctness_char_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6748329Z test_nnc_correctness_char_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6766196Z test_nnc_correctness_char_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6783854Z test_nnc_correctness_char_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6800846Z test_nnc_correctness_char_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6817587Z test_nnc_correctness_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6834381Z test_nnc_correctness_char_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6850629Z test_nnc_correctness_char_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6869540Z test_nnc_correctness_char_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6886231Z test_nnc_correctness_char_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6902690Z test_nnc_correctness_char_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6919168Z test_nnc_correctness_char_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6935852Z test_nnc_correctness_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6952162Z test_nnc_correctness_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6968786Z test_nnc_correctness_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.6985205Z test_nnc_correctness_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7002065Z test_nnc_correctness_cholesky_inverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7019692Z test_nnc_correctness_cholesky_inverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7037496Z test_nnc_correctness_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7054876Z test_nnc_correctness_cholesky_inverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7071777Z test_nnc_correctness_cholesky_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7088616Z test_nnc_correctness_cholesky_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7105524Z test_nnc_correctness_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7122551Z test_nnc_correctness_cholesky_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7139278Z test_nnc_correctness_chunk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7156307Z test_nnc_correctness_chunk_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7173092Z test_nnc_correctness_chunk_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7189879Z test_nnc_correctness_chunk_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7206847Z test_nnc_correctness_chunk_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7223543Z test_nnc_correctness_chunk_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7240453Z test_nnc_correctness_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7257571Z test_nnc_correctness_chunk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7275529Z test_nnc_correctness_chunk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7293586Z test_nnc_correctness_chunk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7310869Z test_nnc_correctness_chunk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7327828Z test_nnc_correctness_chunk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7345896Z test_nnc_correctness_chunk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7362933Z test_nnc_correctness_clamp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7379810Z test_nnc_correctness_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7396811Z test_nnc_correctness_clamp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7413623Z test_nnc_correctness_clamp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7430548Z test_nnc_correctness_clamp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7447373Z test_nnc_correctness_clamp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7463859Z test_nnc_correctness_clamp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7480484Z test_nnc_correctness_clamp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7497234Z test_nnc_correctness_clamp_max_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7514477Z test_nnc_correctness_clamp_max_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7532617Z test_nnc_correctness_clamp_max_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7549149Z test_nnc_correctness_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7566140Z test_nnc_correctness_clamp_max_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7583404Z test_nnc_correctness_clamp_max_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7600196Z test_nnc_correctness_clamp_max_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7616834Z test_nnc_correctness_clamp_max_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7633591Z test_nnc_correctness_clamp_max_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7650107Z test_nnc_correctness_clamp_max_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7666633Z test_nnc_correctness_clamp_min_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7683407Z test_nnc_correctness_clamp_min_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7700048Z test_nnc_correctness_clamp_min_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7716733Z test_nnc_correctness_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7733424Z test_nnc_correctness_clamp_min_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7749996Z test_nnc_correctness_clamp_min_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7766682Z test_nnc_correctness_clamp_min_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7783281Z test_nnc_correctness_clamp_min_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7799943Z test_nnc_correctness_clamp_min_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7818169Z test_nnc_correctness_clamp_min_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7834954Z test_nnc_correctness_clone_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7851624Z test_nnc_correctness_clone_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7868180Z test_nnc_correctness_clone_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7884986Z test_nnc_correctness_clone_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7901647Z test_nnc_correctness_clone_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7918373Z test_nnc_correctness_clone_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7935110Z test_nnc_correctness_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7951691Z test_nnc_correctness_clone_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7968536Z test_nnc_correctness_clone_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.7985077Z test_nnc_correctness_clone_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8001779Z test_nnc_correctness_clone_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8018422Z test_nnc_correctness_clone_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8035052Z test_nnc_correctness_clone_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8051715Z test_nnc_correctness_column_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8068246Z test_nnc_correctness_column_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8084958Z test_nnc_correctness_column_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8101652Z test_nnc_correctness_column_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8118263Z test_nnc_correctness_column_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8134930Z test_nnc_correctness_column_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8151648Z test_nnc_correctness_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8168191Z test_nnc_correctness_column_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8184751Z test_nnc_correctness_column_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8201454Z test_nnc_correctness_column_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8218030Z test_nnc_correctness_column_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8234838Z test_nnc_correctness_column_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8251523Z test_nnc_correctness_column_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8268114Z test_nnc_correctness_combinations_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8286379Z test_nnc_correctness_combinations_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8303486Z test_nnc_correctness_combinations_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8319973Z test_nnc_correctness_combinations_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8336701Z test_nnc_correctness_combinations_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8353341Z test_nnc_correctness_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8369994Z test_nnc_correctness_combinations_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8386823Z test_nnc_correctness_combinations_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8403476Z test_nnc_correctness_combinations_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8420090Z test_nnc_correctness_combinations_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8436837Z test_nnc_correctness_combinations_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8453374Z test_nnc_correctness_combinations_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8469918Z test_nnc_correctness_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8486784Z test_nnc_correctness_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8503335Z test_nnc_correctness_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8520182Z test_nnc_correctness_conj_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8536855Z test_nnc_correctness_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8553600Z test_nnc_correctness_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8570337Z test_nnc_correctness_conj_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8586870Z test_nnc_correctness_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8603534Z test_nnc_correctness_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8620236Z test_nnc_correctness_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8636901Z test_nnc_correctness_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8653714Z test_nnc_correctness_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8670266Z test_nnc_correctness_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8687074Z test_nnc_correctness_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8703628Z test_nnc_correctness_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8720334Z test_nnc_correctness_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8737029Z test_nnc_correctness_conj_physical_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8755238Z test_nnc_correctness_conj_physical_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8772087Z test_nnc_correctness_conj_physical_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8788719Z test_nnc_correctness_conj_physical_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8805651Z test_nnc_correctness_conj_physical_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8822041Z test_nnc_correctness_conj_physical_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8838781Z test_nnc_correctness_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8855564Z test_nnc_correctness_conj_physical_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8872082Z test_nnc_correctness_conj_physical_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8889029Z test_nnc_correctness_conj_physical_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8905736Z test_nnc_correctness_conj_physical_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8922307Z test_nnc_correctness_conj_physical_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8938958Z test_nnc_correctness_conj_physical_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8955652Z test_nnc_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8972423Z test_nnc_correctness_constant_pad_nd_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.8988876Z test_nnc_correctness_constant_pad_nd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9005586Z test_nnc_correctness_constant_pad_nd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9022212Z test_nnc_correctness_constant_pad_nd_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9038973Z test_nnc_correctness_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9055544Z test_nnc_correctness_constant_pad_nd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9072153Z test_nnc_correctness_constant_pad_nd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9088929Z test_nnc_correctness_constant_pad_nd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9105547Z test_nnc_correctness_constant_pad_nd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9122133Z test_nnc_correctness_constant_pad_nd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9138789Z test_nnc_correctness_constant_pad_nd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9155517Z test_nnc_correctness_contiguous_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9172090Z test_nnc_correctness_contiguous_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9188786Z test_nnc_correctness_contiguous_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9205527Z test_nnc_correctness_contiguous_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9223462Z test_nnc_correctness_contiguous_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9240232Z test_nnc_correctness_contiguous_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9256942Z test_nnc_correctness_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9273635Z test_nnc_correctness_contiguous_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9290174Z test_nnc_correctness_contiguous_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9307092Z test_nnc_correctness_contiguous_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9324418Z test_nnc_correctness_contiguous_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9340625Z test_nnc_correctness_contiguous_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9357392Z test_nnc_correctness_contiguous_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9373797Z test_nnc_correctness_copysign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9390076Z test_nnc_correctness_copysign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9406621Z test_nnc_correctness_copysign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9423005Z test_nnc_correctness_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9439538Z test_nnc_correctness_copysign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9455940Z test_nnc_correctness_copysign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9472274Z test_nnc_correctness_copysign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9488854Z test_nnc_correctness_copysign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9505141Z test_nnc_correctness_copysign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9522057Z test_nnc_correctness_copysign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9539802Z test_nnc_correctness_corrcoef_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9557483Z test_nnc_correctness_corrcoef_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9574377Z test_nnc_correctness_corrcoef_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9592250Z test_nnc_correctness_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9608731Z test_nnc_correctness_corrcoef_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9625052Z test_nnc_correctness_corrcoef_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9641484Z test_nnc_correctness_corrcoef_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9658068Z test_nnc_correctness_corrcoef_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9674788Z test_nnc_correctness_corrcoef_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9692709Z test_nnc_correctness_corrcoef_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9709144Z test_nnc_correctness_cos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9725523Z test_nnc_correctness_cos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9741843Z test_nnc_correctness_cos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9758281Z test_nnc_correctness_cos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9775276Z test_nnc_correctness_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9793229Z test_nnc_correctness_cos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9810960Z test_nnc_correctness_cos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9827976Z test_nnc_correctness_cos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9844803Z test_nnc_correctness_cos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9861501Z test_nnc_correctness_cos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9878271Z test_nnc_correctness_cos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9894903Z test_nnc_correctness_cosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9911455Z test_nnc_correctness_cosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9928377Z test_nnc_correctness_cosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9944950Z test_nnc_correctness_cosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9961592Z test_nnc_correctness_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9978368Z test_nnc_correctness_cosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:42.9995082Z test_nnc_correctness_cosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0011769Z test_nnc_correctness_cosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0028726Z test_nnc_correctness_cosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0046836Z test_nnc_correctness_cosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0064472Z test_nnc_correctness_cosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0081800Z test_nnc_correctness_count_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0098333Z test_nnc_correctness_count_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0114892Z test_nnc_correctness_count_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0131595Z test_nnc_correctness_count_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0147858Z test_nnc_correctness_count_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0165827Z test_nnc_correctness_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0182830Z test_nnc_correctness_count_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0199450Z test_nnc_correctness_count_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0216277Z test_nnc_correctness_count_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0233401Z test_nnc_correctness_count_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0250068Z test_nnc_correctness_count_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0266861Z test_nnc_correctness_count_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0283891Z test_nnc_correctness_cov_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0300838Z test_nnc_correctness_cov_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0317895Z test_nnc_correctness_cov_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0334798Z test_nnc_correctness_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0351303Z test_nnc_correctness_cov_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0368265Z test_nnc_correctness_cov_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0384872Z test_nnc_correctness_cov_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0401745Z test_nnc_correctness_cov_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0418410Z test_nnc_correctness_cov_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0435268Z test_nnc_correctness_cov_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0451855Z test_nnc_correctness_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0468472Z test_nnc_correctness_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0485384Z test_nnc_correctness_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0501958Z test_nnc_correctness_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0518698Z test_nnc_correctness_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0535419Z test_nnc_correctness_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0552016Z test_nnc_correctness_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0568868Z test_nnc_correctness_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0585571Z test_nnc_correctness_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0602289Z test_nnc_correctness_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0618976Z test_nnc_correctness_cummax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0637127Z test_nnc_correctness_cummax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0653886Z test_nnc_correctness_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0670459Z test_nnc_correctness_cummax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0687383Z test_nnc_correctness_cummax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0704045Z test_nnc_correctness_cummax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0720720Z test_nnc_correctness_cummax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0737430Z test_nnc_correctness_cummax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0754168Z test_nnc_correctness_cummax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0770829Z test_nnc_correctness_cummin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0787913Z test_nnc_correctness_cummin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0804685Z test_nnc_correctness_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0821585Z test_nnc_correctness_cummin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0838501Z test_nnc_correctness_cummin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0855417Z test_nnc_correctness_cummin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0872372Z test_nnc_correctness_cummin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0889404Z test_nnc_correctness_cummin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0906257Z test_nnc_correctness_cummin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0923180Z test_nnc_correctness_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0940075Z test_nnc_correctness_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0957075Z test_nnc_correctness_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0974045Z test_nnc_correctness_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.0990905Z test_nnc_correctness_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1007996Z test_nnc_correctness_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1024863Z test_nnc_correctness_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1041859Z test_nnc_correctness_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1058921Z test_nnc_correctness_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1075927Z test_nnc_correctness_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1092854Z test_nnc_correctness_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1111057Z test_nnc_correctness_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1128208Z test_nnc_correctness_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1145034Z test_nnc_correctness_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1162072Z test_nnc_correctness_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1179042Z test_nnc_correctness_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1196051Z test_nnc_correctness_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1213094Z test_nnc_correctness_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1229944Z test_nnc_correctness_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1247083Z test_nnc_correctness_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1264224Z test_nnc_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1281288Z test_nnc_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1298319Z test_nnc_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1315003Z test_nnc_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1331817Z test_nnc_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1348474Z test_nnc_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1365394Z test_nnc_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1381905Z test_nnc_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1398648Z test_nnc_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1415342Z test_nnc_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1432038Z test_nnc_correctness_deg2rad_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1449000Z test_nnc_correctness_deg2rad_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1465675Z test_nnc_correctness_deg2rad_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1482487Z test_nnc_correctness_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1499225Z test_nnc_correctness_deg2rad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1515933Z test_nnc_correctness_deg2rad_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1532668Z test_nnc_correctness_deg2rad_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1549528Z test_nnc_correctness_deg2rad_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1566445Z test_nnc_correctness_deg2rad_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1584644Z test_nnc_correctness_deg2rad_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1601395Z test_nnc_correctness_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1618232Z test_nnc_correctness_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1635090Z test_nnc_correctness_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1651850Z test_nnc_correctness_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1668493Z test_nnc_correctness_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1685251Z test_nnc_correctness_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1701906Z test_nnc_correctness_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1718690Z test_nnc_correctness_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1735527Z test_nnc_correctness_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1752125Z test_nnc_correctness_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1768893Z test_nnc_correctness_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1785443Z test_nnc_correctness_diag_embed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1802505Z test_nnc_correctness_diag_embed_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1819293Z test_nnc_correctness_diag_embed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1836257Z test_nnc_correctness_diag_embed_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1852791Z test_nnc_correctness_diag_embed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1869499Z test_nnc_correctness_diag_embed_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1886420Z test_nnc_correctness_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1903076Z test_nnc_correctness_diag_embed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1919814Z test_nnc_correctness_diag_embed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1936623Z test_nnc_correctness_diag_embed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1953355Z test_nnc_correctness_diag_embed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1970092Z test_nnc_correctness_diag_embed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.1986547Z test_nnc_correctness_diag_embed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2003371Z test_nnc_correctness_diagflat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2020265Z test_nnc_correctness_diagflat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2037076Z test_nnc_correctness_diagflat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2055634Z test_nnc_correctness_diagflat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2072577Z test_nnc_correctness_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2089650Z test_nnc_correctness_diagflat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2106257Z test_nnc_correctness_diagflat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2123106Z test_nnc_correctness_diagflat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2140002Z test_nnc_correctness_diagflat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2157032Z test_nnc_correctness_diagflat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2173898Z test_nnc_correctness_diagflat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2190628Z test_nnc_correctness_diagonal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2207660Z test_nnc_correctness_diagonal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2224517Z test_nnc_correctness_diagonal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2241376Z test_nnc_correctness_diagonal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2258315Z test_nnc_correctness_diagonal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2275132Z test_nnc_correctness_diagonal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2292001Z test_nnc_correctness_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2308909Z test_nnc_correctness_diagonal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2326070Z test_nnc_correctness_diagonal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2342893Z test_nnc_correctness_diagonal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2359861Z test_nnc_correctness_diagonal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2376770Z test_nnc_correctness_diagonal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2393634Z test_nnc_correctness_diagonal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2410528Z test_nnc_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2427247Z test_nnc_correctness_diagonal_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2444108Z test_nnc_correctness_diagonal_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2461026Z test_nnc_correctness_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2477974Z test_nnc_correctness_diagonal_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2494927Z test_nnc_correctness_diagonal_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2511716Z test_nnc_correctness_diagonal_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2531226Z test_nnc_correctness_diagonal_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2548157Z test_nnc_correctness_diagonal_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2565141Z test_nnc_correctness_diagonal_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2582252Z test_nnc_correctness_diff_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2599189Z test_nnc_correctness_diff_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2616139Z test_nnc_correctness_diff_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2633266Z test_nnc_correctness_diff_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2651325Z test_nnc_correctness_diff_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2668221Z test_nnc_correctness_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2685543Z test_nnc_correctness_diff_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2702278Z test_nnc_correctness_diff_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2719495Z test_nnc_correctness_diff_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2736797Z test_nnc_correctness_diff_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2753622Z test_nnc_correctness_diff_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2770607Z test_nnc_correctness_diff_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2787450Z test_nnc_correctness_digamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2804505Z test_nnc_correctness_digamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2821514Z test_nnc_correctness_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2838578Z test_nnc_correctness_digamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2855799Z test_nnc_correctness_digamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2872559Z test_nnc_correctness_digamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2889818Z test_nnc_correctness_digamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2906753Z test_nnc_correctness_digamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2923755Z test_nnc_correctness_digamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2940583Z test_nnc_correctness_dist_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2957611Z test_nnc_correctness_dist_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2974613Z test_nnc_correctness_dist_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.2991473Z test_nnc_correctness_dist_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3010011Z test_nnc_correctness_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3027010Z test_nnc_correctness_dist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3044055Z test_nnc_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3060961Z test_nnc_correctness_div_floor_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3078049Z test_nnc_correctness_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3094747Z test_nnc_correctness_div_floor_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3111534Z test_nnc_correctness_div_floor_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3128426Z test_nnc_correctness_div_floor_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3144892Z test_nnc_correctness_div_floor_rounding_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3161719Z test_nnc_correctness_div_floor_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3178489Z test_nnc_correctness_div_floor_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3195362Z 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.001s) 2022-09-27T15:43:43.3212181Z 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.001s) 2022-09-27T15:43:43.3228826Z 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.001s) 2022-09-27T15:43:43.3245661Z 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.001s) 2022-09-27T15:43:43.3262383Z 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.001s) 2022-09-27T15:43:43.3279197Z 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.001s) 2022-09-27T15:43:43.3296107Z 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.001s) 2022-09-27T15:43:43.3313333Z 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.001s) 2022-09-27T15:43:43.3329868Z test_nnc_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3346559Z test_nnc_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3363321Z 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.001s) 2022-09-27T15:43:43.3380318Z 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.001s) 2022-09-27T15:43:43.3397406Z test_nnc_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3414291Z test_nnc_correctness_div_trunc_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3430982Z test_nnc_correctness_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3448105Z test_nnc_correctness_div_trunc_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3464881Z test_nnc_correctness_div_trunc_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3483412Z test_nnc_correctness_div_trunc_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3500390Z test_nnc_correctness_div_trunc_rounding_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3517366Z test_nnc_correctness_div_trunc_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3534313Z test_nnc_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3551087Z test_nnc_correctness_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3568051Z test_nnc_correctness_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3584812Z test_nnc_correctness_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3601766Z test_nnc_correctness_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3618583Z test_nnc_correctness_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3635610Z test_nnc_correctness_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3652482Z test_nnc_correctness_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3669317Z test_nnc_correctness_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3686280Z test_nnc_correctness_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3703029Z test_nnc_correctness_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3719963Z test_nnc_correctness_double_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3736786Z test_nnc_correctness_double_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3753830Z test_nnc_correctness_double_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3770632Z test_nnc_correctness_double_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3787698Z test_nnc_correctness_double_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3804258Z test_nnc_correctness_double_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3820915Z test_nnc_correctness_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3837654Z test_nnc_correctness_double_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3854359Z test_nnc_correctness_double_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3870974Z test_nnc_correctness_double_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3887727Z test_nnc_correctness_double_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3904286Z test_nnc_correctness_double_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3921066Z test_nnc_correctness_double_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3937720Z test_nnc_correctness_dsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3956095Z test_nnc_correctness_dsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3973350Z test_nnc_correctness_dsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.3989893Z test_nnc_correctness_dsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4006720Z test_nnc_correctness_dsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4023566Z test_nnc_correctness_dsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4040520Z test_nnc_correctness_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4057413Z test_nnc_correctness_dsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4074379Z test_nnc_correctness_dsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4091275Z test_nnc_correctness_dsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4108620Z test_nnc_correctness_dsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4125653Z test_nnc_correctness_dsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4142525Z test_nnc_correctness_dsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4159371Z test_nnc_correctness_dstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4176286Z test_nnc_correctness_dstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4193372Z test_nnc_correctness_dstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4210136Z test_nnc_correctness_dstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4226948Z test_nnc_correctness_dstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4243869Z test_nnc_correctness_dstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4260880Z test_nnc_correctness_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4277908Z test_nnc_correctness_dstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4294921Z test_nnc_correctness_dstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4312235Z test_nnc_correctness_dstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4329357Z test_nnc_correctness_dstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4346135Z test_nnc_correctness_dstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4363749Z test_nnc_correctness_dstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4380675Z test_nnc_correctness_einsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4397827Z test_nnc_correctness_einsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4414768Z test_nnc_correctness_einsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4433350Z test_nnc_correctness_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4450395Z test_nnc_correctness_einsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4467327Z test_nnc_correctness_einsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4484431Z test_nnc_correctness_einsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4501423Z test_nnc_correctness_einsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4518612Z test_nnc_correctness_einsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4535726Z test_nnc_correctness_einsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4548622Z test_nnc_correctness_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4561832Z test_nnc_correctness_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4574535Z test_nnc_correctness_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4587466Z test_nnc_correctness_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4600224Z test_nnc_correctness_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4613241Z test_nnc_correctness_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4625943Z test_nnc_correctness_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4638597Z test_nnc_correctness_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4651601Z test_nnc_correctness_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4664857Z test_nnc_correctness_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4677384Z test_nnc_correctness_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4690164Z test_nnc_correctness_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4702817Z test_nnc_correctness_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4715655Z test_nnc_correctness_empty_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4728894Z test_nnc_correctness_empty_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4741800Z test_nnc_correctness_empty_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4754777Z test_nnc_correctness_empty_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4767715Z test_nnc_correctness_empty_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4780954Z test_nnc_correctness_empty_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4794442Z test_nnc_correctness_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4807592Z test_nnc_correctness_empty_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4820730Z test_nnc_correctness_empty_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4835447Z test_nnc_correctness_empty_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4848509Z test_nnc_correctness_empty_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4861808Z test_nnc_correctness_empty_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4874840Z test_nnc_correctness_empty_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:43.4893110Z test_nnc_correctness_eq_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4910476Z test_nnc_correctness_eq_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4927740Z test_nnc_correctness_eq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4944482Z test_nnc_correctness_eq_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4961449Z test_nnc_correctness_eq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4978229Z test_nnc_correctness_eq_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.4994941Z test_nnc_correctness_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5011666Z test_nnc_correctness_eq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5028232Z test_nnc_correctness_eq_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5045097Z test_nnc_correctness_eq_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5061784Z test_nnc_correctness_eq_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5078576Z test_nnc_correctness_eq_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5095262Z test_nnc_correctness_eq_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5111976Z test_nnc_correctness_equal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5128831Z test_nnc_correctness_equal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5145532Z test_nnc_correctness_equal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5162264Z test_nnc_correctness_equal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5179109Z test_nnc_correctness_equal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5196000Z test_nnc_correctness_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5212754Z test_nnc_correctness_equal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5229383Z test_nnc_correctness_equal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5246190Z test_nnc_correctness_equal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5262995Z test_nnc_correctness_equal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5279688Z test_nnc_correctness_equal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5298047Z test_nnc_correctness_equal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5314975Z test_nnc_correctness_erf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5331680Z test_nnc_correctness_erf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5348329Z test_nnc_correctness_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5365558Z test_nnc_correctness_erf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5382325Z test_nnc_correctness_erf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5399577Z test_nnc_correctness_erf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5415889Z test_nnc_correctness_erf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5432632Z test_nnc_correctness_erf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5449525Z test_nnc_correctness_erf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5466344Z test_nnc_correctness_erfc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5482881Z test_nnc_correctness_erfc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5499740Z test_nnc_correctness_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5516604Z test_nnc_correctness_erfc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5533166Z test_nnc_correctness_erfc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5549943Z test_nnc_correctness_erfc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5566704Z test_nnc_correctness_erfc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5583295Z test_nnc_correctness_erfc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5600043Z test_nnc_correctness_erfc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5617013Z test_nnc_correctness_erfinv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5633736Z test_nnc_correctness_erfinv_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5650515Z test_nnc_correctness_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5667090Z test_nnc_correctness_erfinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5683769Z test_nnc_correctness_erfinv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5700443Z test_nnc_correctness_erfinv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5717219Z test_nnc_correctness_erfinv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5734044Z test_nnc_correctness_erfinv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5750753Z test_nnc_correctness_erfinv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5769059Z test_nnc_correctness_exp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5785715Z test_nnc_correctness_exp2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5802379Z test_nnc_correctness_exp2_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5819048Z test_nnc_correctness_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5835831Z test_nnc_correctness_exp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5852695Z test_nnc_correctness_exp2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5869230Z test_nnc_correctness_exp2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5885951Z test_nnc_correctness_exp2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5902535Z test_nnc_correctness_exp2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5919244Z test_nnc_correctness_exp2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5935925Z test_nnc_correctness_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5952489Z test_nnc_correctness_exp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5969340Z test_nnc_correctness_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.5985875Z test_nnc_correctness_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6002656Z test_nnc_correctness_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6019419Z test_nnc_correctness_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6036113Z test_nnc_correctness_exp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6052896Z test_nnc_correctness_exp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6069548Z test_nnc_correctness_exp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6086385Z test_nnc_correctness_exp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6103046Z test_nnc_correctness_exp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6119895Z test_nnc_correctness_expand_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6136697Z test_nnc_correctness_expand_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6153548Z test_nnc_correctness_expand_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6170149Z test_nnc_correctness_expand_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6186790Z test_nnc_correctness_expand_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6203557Z test_nnc_correctness_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6220207Z test_nnc_correctness_expand_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6238384Z test_nnc_correctness_expand_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6255055Z test_nnc_correctness_expand_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6271633Z test_nnc_correctness_expand_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6288496Z test_nnc_correctness_expand_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6305032Z test_nnc_correctness_expand_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6321931Z test_nnc_correctness_expand_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6338719Z test_nnc_correctness_expand_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6355475Z test_nnc_correctness_expand_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6372193Z test_nnc_correctness_expand_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6388929Z test_nnc_correctness_expand_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6405623Z test_nnc_correctness_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6422174Z test_nnc_correctness_expand_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6438807Z test_nnc_correctness_expand_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6455541Z test_nnc_correctness_expand_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6472248Z test_nnc_correctness_expand_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6489161Z test_nnc_correctness_expand_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6505851Z test_nnc_correctness_expand_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6522587Z test_nnc_correctness_expm1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6539262Z test_nnc_correctness_expm1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6556053Z test_nnc_correctness_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6572802Z test_nnc_correctness_expm1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6589436Z test_nnc_correctness_expm1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6606358Z test_nnc_correctness_expm1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6623261Z test_nnc_correctness_expm1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6641180Z test_nnc_correctness_expm1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6658635Z test_nnc_correctness_expm1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6675450Z test_nnc_correctness_eye_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6692124Z test_nnc_correctness_eye_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6709972Z test_nnc_correctness_eye_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6726918Z test_nnc_correctness_eye_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6743516Z test_nnc_correctness_eye_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6760654Z test_nnc_correctness_eye_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6777144Z test_nnc_correctness_eye_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6793892Z test_nnc_correctness_eye_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6810789Z test_nnc_correctness_eye_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6827234Z test_nnc_correctness_eye_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6843984Z test_nnc_correctness_eye_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6860810Z test_nnc_correctness_fft_fft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6877683Z test_nnc_correctness_fft_fft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6894382Z test_nnc_correctness_fft_fft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6911188Z test_nnc_correctness_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6927980Z test_nnc_correctness_fft_fft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6944615Z test_nnc_correctness_fft_fft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6961372Z test_nnc_correctness_fft_fft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6978232Z test_nnc_correctness_fft_fft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.6994988Z test_nnc_correctness_fft_fft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7011831Z test_nnc_correctness_fft_fft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7028313Z test_nnc_correctness_fft_fft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7045137Z test_nnc_correctness_fft_fft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7061948Z test_nnc_correctness_fft_fft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7078688Z test_nnc_correctness_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7095341Z test_nnc_correctness_fft_fft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7111891Z test_nnc_correctness_fft_fft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7128660Z test_nnc_correctness_fft_fft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7145336Z test_nnc_correctness_fft_fft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7162122Z test_nnc_correctness_fft_fft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7180120Z test_nnc_correctness_fft_fft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7196873Z test_nnc_correctness_fft_fftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7213564Z test_nnc_correctness_fft_fftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7230176Z test_nnc_correctness_fft_fftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7246981Z test_nnc_correctness_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7263537Z test_nnc_correctness_fft_fftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7280178Z test_nnc_correctness_fft_fftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7296899Z test_nnc_correctness_fft_fftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7313575Z test_nnc_correctness_fft_fftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7330369Z test_nnc_correctness_fft_fftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7346850Z test_nnc_correctness_fft_fftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7363523Z test_nnc_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7380193Z test_nnc_correctness_fft_fftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7397091Z test_nnc_correctness_fft_fftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7413617Z test_nnc_correctness_fft_fftshift_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7430165Z test_nnc_correctness_fft_fftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7446938Z test_nnc_correctness_fft_fftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7463499Z test_nnc_correctness_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7480246Z test_nnc_correctness_fft_fftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7496911Z test_nnc_correctness_fft_fftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7513653Z test_nnc_correctness_fft_fftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7530184Z test_nnc_correctness_fft_fftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7546728Z test_nnc_correctness_fft_fftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7563397Z test_nnc_correctness_fft_fftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7580186Z test_nnc_correctness_fft_hfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7596854Z test_nnc_correctness_fft_hfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7613671Z test_nnc_correctness_fft_hfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7630636Z test_nnc_correctness_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7648807Z test_nnc_correctness_fft_hfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7665520Z test_nnc_correctness_fft_hfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7682135Z test_nnc_correctness_fft_hfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7698735Z test_nnc_correctness_fft_hfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7715680Z test_nnc_correctness_fft_hfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7732365Z test_nnc_correctness_fft_hfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7748992Z test_nnc_correctness_fft_hfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7765880Z test_nnc_correctness_fft_hfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7782411Z test_nnc_correctness_fft_hfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7799231Z test_nnc_correctness_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7815866Z test_nnc_correctness_fft_hfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7832432Z test_nnc_correctness_fft_hfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7849227Z test_nnc_correctness_fft_hfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7865714Z test_nnc_correctness_fft_hfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7882623Z test_nnc_correctness_fft_hfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7899566Z test_nnc_correctness_fft_hfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7916673Z test_nnc_correctness_fft_hfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7933599Z test_nnc_correctness_fft_hfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7950504Z test_nnc_correctness_fft_hfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7967723Z test_nnc_correctness_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.7984613Z test_nnc_correctness_fft_hfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8001550Z test_nnc_correctness_fft_hfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8018606Z test_nnc_correctness_fft_hfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8035761Z test_nnc_correctness_fft_hfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8052777Z test_nnc_correctness_fft_hfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8069879Z test_nnc_correctness_fft_hfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8087059Z test_nnc_correctness_fft_ifft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8103950Z test_nnc_correctness_fft_ifft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8123519Z test_nnc_correctness_fft_ifft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8140721Z test_nnc_correctness_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8158008Z test_nnc_correctness_fft_ifft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8174994Z test_nnc_correctness_fft_ifft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8191974Z test_nnc_correctness_fft_ifft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8209376Z test_nnc_correctness_fft_ifft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8227312Z test_nnc_correctness_fft_ifft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8244929Z test_nnc_correctness_fft_ifft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8262492Z test_nnc_correctness_fft_ifft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8280046Z test_nnc_correctness_fft_ifft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8298003Z test_nnc_correctness_fft_ifft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8315619Z test_nnc_correctness_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8333105Z test_nnc_correctness_fft_ifft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8350319Z test_nnc_correctness_fft_ifft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8367914Z test_nnc_correctness_fft_ifft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8385209Z test_nnc_correctness_fft_ifft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8402953Z test_nnc_correctness_fft_ifft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8420239Z test_nnc_correctness_fft_ifft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8437736Z test_nnc_correctness_fft_ifftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8455182Z test_nnc_correctness_fft_ifftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8472421Z test_nnc_correctness_fft_ifftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8490017Z test_nnc_correctness_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8507416Z test_nnc_correctness_fft_ifftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8524947Z test_nnc_correctness_fft_ifftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8542208Z test_nnc_correctness_fft_ifftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8559768Z test_nnc_correctness_fft_ifftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8577176Z test_nnc_correctness_fft_ifftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8594575Z test_nnc_correctness_fft_ifftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8613264Z test_nnc_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8630566Z test_nnc_correctness_fft_ifftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8647998Z test_nnc_correctness_fft_ifftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8665376Z test_nnc_correctness_fft_ifftshift_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8682988Z test_nnc_correctness_fft_ifftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8700556Z test_nnc_correctness_fft_ifftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8718205Z test_nnc_correctness_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8735649Z test_nnc_correctness_fft_ifftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8753238Z test_nnc_correctness_fft_ifftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8770772Z test_nnc_correctness_fft_ifftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8788214Z test_nnc_correctness_fft_ifftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8805981Z test_nnc_correctness_fft_ifftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8823615Z test_nnc_correctness_fft_ifftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8841041Z test_nnc_correctness_fft_ihfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8858351Z test_nnc_correctness_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8875848Z test_nnc_correctness_fft_ihfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8893265Z test_nnc_correctness_fft_ihfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8910918Z test_nnc_correctness_fft_ihfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8928413Z test_nnc_correctness_fft_ihfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8946268Z test_nnc_correctness_fft_ihfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8963571Z test_nnc_correctness_fft_ihfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.8981222Z test_nnc_correctness_fft_ihfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9001620Z test_nnc_correctness_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9019079Z test_nnc_correctness_fft_ihfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9036561Z test_nnc_correctness_fft_ihfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9054014Z test_nnc_correctness_fft_ihfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9071360Z test_nnc_correctness_fft_ihfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9089015Z test_nnc_correctness_fft_ihfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9107791Z test_nnc_correctness_fft_ihfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9125547Z test_nnc_correctness_fft_ihfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9143017Z test_nnc_correctness_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9160495Z test_nnc_correctness_fft_ihfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9177983Z test_nnc_correctness_fft_ihfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9195437Z test_nnc_correctness_fft_ihfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9212879Z test_nnc_correctness_fft_ihfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9230347Z test_nnc_correctness_fft_ihfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9247872Z test_nnc_correctness_fft_ihfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9265176Z test_nnc_correctness_fft_irfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9282570Z test_nnc_correctness_fft_irfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9300449Z test_nnc_correctness_fft_irfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9317139Z test_nnc_correctness_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9334036Z test_nnc_correctness_fft_irfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9351028Z test_nnc_correctness_fft_irfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9367966Z test_nnc_correctness_fft_irfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9384795Z test_nnc_correctness_fft_irfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9401874Z test_nnc_correctness_fft_irfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9419120Z test_nnc_correctness_fft_irfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9435927Z test_nnc_correctness_fft_irfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9452871Z test_nnc_correctness_fft_irfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9469678Z test_nnc_correctness_fft_irfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9487029Z test_nnc_correctness_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9504016Z test_nnc_correctness_fft_irfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9520986Z test_nnc_correctness_fft_irfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9537925Z test_nnc_correctness_fft_irfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9554885Z test_nnc_correctness_fft_irfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9571959Z test_nnc_correctness_fft_irfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9590437Z test_nnc_correctness_fft_irfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9607581Z test_nnc_correctness_fft_irfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9624485Z test_nnc_correctness_fft_irfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9641481Z test_nnc_correctness_fft_irfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9658615Z test_nnc_correctness_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9675724Z test_nnc_correctness_fft_irfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9692713Z test_nnc_correctness_fft_irfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9709465Z test_nnc_correctness_fft_irfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9726728Z test_nnc_correctness_fft_irfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9743465Z test_nnc_correctness_fft_irfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9760454Z test_nnc_correctness_fft_irfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9777334Z test_nnc_correctness_fft_rfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9794393Z test_nnc_correctness_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9811303Z test_nnc_correctness_fft_rfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9828249Z test_nnc_correctness_fft_rfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9845248Z test_nnc_correctness_fft_rfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9862138Z test_nnc_correctness_fft_rfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9879081Z test_nnc_correctness_fft_rfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9896135Z test_nnc_correctness_fft_rfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9913254Z test_nnc_correctness_fft_rfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9930274Z test_nnc_correctness_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9947240Z test_nnc_correctness_fft_rfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9965657Z test_nnc_correctness_fft_rfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9982382Z test_nnc_correctness_fft_rfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:43.9999431Z test_nnc_correctness_fft_rfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0016431Z test_nnc_correctness_fft_rfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0033325Z test_nnc_correctness_fft_rfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0050337Z test_nnc_correctness_fft_rfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0068452Z test_nnc_correctness_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0085348Z test_nnc_correctness_fft_rfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0102480Z test_nnc_correctness_fft_rfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0119472Z test_nnc_correctness_fft_rfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0135997Z test_nnc_correctness_fft_rfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0152441Z test_nnc_correctness_fft_rfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0169108Z test_nnc_correctness_fft_rfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0181769Z test_nnc_correctness_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:43:44.0194712Z test_nnc_correctness_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:43:44.0208448Z test_nnc_correctness_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:43:44.0222068Z test_nnc_correctness_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:43:44.0235577Z test_nnc_correctness_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:43:44.0248805Z test_nnc_correctness_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:43:44.0261198Z test_nnc_correctness_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:43:44.0274138Z test_nnc_correctness_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:43:44.0287120Z test_nnc_correctness_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:43:44.0300185Z test_nnc_correctness_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:43:44.0312706Z test_nnc_correctness_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:43:44.0325647Z test_nnc_correctness_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:43:44.0338506Z test_nnc_correctness_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:43:44.0355436Z test_nnc_correctness_flatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0372398Z test_nnc_correctness_flatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0389115Z test_nnc_correctness_flatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0406045Z test_nnc_correctness_flatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0422868Z test_nnc_correctness_flatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0439678Z test_nnc_correctness_flatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0457094Z test_nnc_correctness_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0473778Z test_nnc_correctness_flatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0491926Z test_nnc_correctness_flatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0508850Z test_nnc_correctness_flatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0525761Z test_nnc_correctness_flatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0542451Z test_nnc_correctness_flatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0559208Z test_nnc_correctness_flatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0575925Z test_nnc_correctness_flip_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0592706Z test_nnc_correctness_flip_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0609800Z test_nnc_correctness_flip_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0626443Z test_nnc_correctness_flip_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0643554Z test_nnc_correctness_flip_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0660209Z test_nnc_correctness_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0676900Z test_nnc_correctness_flip_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0693575Z test_nnc_correctness_flip_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0710621Z test_nnc_correctness_flip_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0727352Z test_nnc_correctness_flip_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0744667Z test_nnc_correctness_flip_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0761177Z test_nnc_correctness_flip_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0778064Z test_nnc_correctness_fliplr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0794883Z test_nnc_correctness_fliplr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0811655Z test_nnc_correctness_fliplr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0828137Z test_nnc_correctness_fliplr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0845033Z test_nnc_correctness_fliplr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0861794Z test_nnc_correctness_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0878681Z test_nnc_correctness_fliplr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0895441Z test_nnc_correctness_fliplr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0912230Z test_nnc_correctness_fliplr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0929102Z test_nnc_correctness_fliplr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0945787Z test_nnc_correctness_fliplr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0964439Z test_nnc_correctness_fliplr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0981248Z test_nnc_correctness_flipud_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.0998062Z test_nnc_correctness_flipud_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1014704Z test_nnc_correctness_flipud_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1031498Z test_nnc_correctness_flipud_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1048477Z test_nnc_correctness_flipud_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1065166Z test_nnc_correctness_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1082048Z test_nnc_correctness_flipud_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1098846Z test_nnc_correctness_flipud_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1115676Z test_nnc_correctness_flipud_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1132298Z test_nnc_correctness_flipud_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1148949Z test_nnc_correctness_flipud_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1165783Z test_nnc_correctness_flipud_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1182413Z test_nnc_correctness_float_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1199222Z test_nnc_correctness_float_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1216280Z test_nnc_correctness_float_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1233036Z test_nnc_correctness_float_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1249671Z test_nnc_correctness_float_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1266212Z test_nnc_correctness_float_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1283076Z test_nnc_correctness_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1299886Z test_nnc_correctness_float_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1316569Z test_nnc_correctness_float_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1333415Z test_nnc_correctness_float_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1350043Z test_nnc_correctness_float_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1366790Z test_nnc_correctness_float_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1383390Z test_nnc_correctness_float_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1400293Z test_nnc_correctness_float_power_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1416931Z test_nnc_correctness_float_power_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1435163Z test_nnc_correctness_float_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1451861Z test_nnc_correctness_float_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1468454Z test_nnc_correctness_float_power_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1485445Z test_nnc_correctness_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1501990Z test_nnc_correctness_float_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1519092Z test_nnc_correctness_float_power_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1536153Z test_nnc_correctness_float_power_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1553412Z test_nnc_correctness_float_power_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1570129Z test_nnc_correctness_float_power_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1586960Z test_nnc_correctness_float_power_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1603796Z test_nnc_correctness_floor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1620655Z test_nnc_correctness_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1637850Z test_nnc_correctness_floor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1654691Z test_nnc_correctness_floor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1671528Z test_nnc_correctness_floor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1688501Z test_nnc_correctness_floor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1705159Z test_nnc_correctness_floor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1722039Z test_nnc_correctness_floor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1738886Z test_nnc_correctness_floor_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1756129Z test_nnc_correctness_floor_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1772634Z test_nnc_correctness_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1789203Z test_nnc_correctness_floor_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1805948Z test_nnc_correctness_floor_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1822604Z test_nnc_correctness_floor_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1839206Z test_nnc_correctness_floor_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1855802Z test_nnc_correctness_floor_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1872450Z test_nnc_correctness_floor_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1889245Z test_nnc_correctness_fmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1907260Z test_nnc_correctness_fmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1924134Z test_nnc_correctness_fmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1940749Z test_nnc_correctness_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1957516Z test_nnc_correctness_fmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1974851Z test_nnc_correctness_fmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.1993024Z test_nnc_correctness_fmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2010884Z test_nnc_correctness_fmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2027314Z test_nnc_correctness_fmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2044118Z test_nnc_correctness_fmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2061099Z test_nnc_correctness_fmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2077734Z test_nnc_correctness_fmin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2094362Z test_nnc_correctness_fmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2110991Z test_nnc_correctness_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2127790Z test_nnc_correctness_fmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2144459Z test_nnc_correctness_fmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2161094Z test_nnc_correctness_fmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2177706Z test_nnc_correctness_fmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2194372Z test_nnc_correctness_fmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2211012Z test_nnc_correctness_fmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2227660Z test_nnc_correctness_fmod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2244397Z test_nnc_correctness_fmod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2260992Z test_nnc_correctness_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2277951Z test_nnc_correctness_fmod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2294630Z test_nnc_correctness_fmod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2311273Z test_nnc_correctness_fmod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2328061Z test_nnc_correctness_fmod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2344732Z test_nnc_correctness_fmod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2361446Z test_nnc_correctness_fmod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2379547Z test_nnc_correctness_frac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2396409Z test_nnc_correctness_frac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2413035Z test_nnc_correctness_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2429533Z test_nnc_correctness_frac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2446328Z test_nnc_correctness_frexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2462910Z test_nnc_correctness_frexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2479621Z test_nnc_correctness_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2496338Z test_nnc_correctness_frexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2513048Z test_nnc_correctness_full_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2529707Z test_nnc_correctness_full_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2546253Z test_nnc_correctness_full_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2564398Z test_nnc_correctness_full_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2581026Z test_nnc_correctness_full_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2597759Z test_nnc_correctness_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2614701Z test_nnc_correctness_full_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2631256Z test_nnc_correctness_full_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2648148Z test_nnc_correctness_full_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2664713Z test_nnc_correctness_full_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2681523Z test_nnc_correctness_full_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2698178Z test_nnc_correctness_full_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2714858Z test_nnc_correctness_gather_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2731509Z test_nnc_correctness_gather_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2748111Z test_nnc_correctness_gather_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2765074Z test_nnc_correctness_gather_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2781243Z test_nnc_correctness_gather_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2797967Z test_nnc_correctness_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2814730Z test_nnc_correctness_gather_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2831316Z test_nnc_correctness_gather_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2849482Z test_nnc_correctness_gather_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2866157Z test_nnc_correctness_gather_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2882879Z test_nnc_correctness_gather_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2899568Z test_nnc_correctness_gather_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2916252Z test_nnc_correctness_gcd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2932974Z test_nnc_correctness_gcd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2949716Z test_nnc_correctness_gcd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2966553Z test_nnc_correctness_gcd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2983246Z test_nnc_correctness_gcd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.2999862Z test_nnc_correctness_ge_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3016516Z test_nnc_correctness_ge_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3033348Z test_nnc_correctness_ge_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3049868Z test_nnc_correctness_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3066478Z test_nnc_correctness_ge_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3083126Z test_nnc_correctness_ge_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3099860Z test_nnc_correctness_ge_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3116494Z test_nnc_correctness_ge_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3133212Z test_nnc_correctness_ge_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3149763Z test_nnc_correctness_ge_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3166701Z test_nnc_correctness_geqrf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3183307Z test_nnc_correctness_geqrf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3200158Z test_nnc_correctness_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3217015Z test_nnc_correctness_geqrf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3229795Z test_nnc_correctness_gradient_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:44.3242993Z test_nnc_correctness_gradient_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:44.3255523Z test_nnc_correctness_gradient_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:44.3268035Z test_nnc_correctness_gradient_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:44.3281043Z test_nnc_correctness_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:44.3293760Z test_nnc_correctness_gradient_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:44.3308214Z test_nnc_correctness_gradient_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:44.3321304Z test_nnc_correctness_gradient_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:44.3334184Z test_nnc_correctness_gradient_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:44.3346961Z test_nnc_correctness_gradient_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:44.3364189Z test_nnc_correctness_gt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3381193Z test_nnc_correctness_gt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3398089Z test_nnc_correctness_gt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3414865Z test_nnc_correctness_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3431612Z test_nnc_correctness_gt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3448563Z test_nnc_correctness_gt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3465216Z test_nnc_correctness_gt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3482038Z test_nnc_correctness_gt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3498935Z test_nnc_correctness_gt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3515778Z test_nnc_correctness_gt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3532735Z test_nnc_correctness_half_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3549395Z test_nnc_correctness_half_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3566259Z test_nnc_correctness_half_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3583002Z test_nnc_correctness_half_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3599894Z test_nnc_correctness_half_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3616697Z test_nnc_correctness_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3633638Z test_nnc_correctness_half_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3650233Z test_nnc_correctness_half_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3666930Z test_nnc_correctness_half_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3683692Z test_nnc_correctness_half_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3700365Z test_nnc_correctness_half_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3717159Z test_nnc_correctness_half_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3734133Z test_nnc_correctness_heaviside_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3750742Z test_nnc_correctness_heaviside_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3771482Z test_nnc_correctness_heaviside_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:43:44.3788294Z test_nnc_correctness_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3804971Z test_nnc_correctness_heaviside_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3821411Z test_nnc_correctness_heaviside_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3838168Z test_nnc_correctness_heaviside_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3854547Z test_nnc_correctness_heaviside_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3870832Z test_nnc_correctness_heaviside_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3887457Z test_nnc_correctness_heaviside_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3903651Z test_nnc_correctness_histc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3920154Z test_nnc_correctness_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3936532Z test_nnc_correctness_histc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3953001Z test_nnc_correctness_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3969519Z test_nnc_correctness_histogram_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.3986244Z test_nnc_correctness_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4004367Z test_nnc_correctness_histogramdd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4022030Z test_nnc_correctness_hsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4038834Z test_nnc_correctness_hsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4055549Z test_nnc_correctness_hsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4071914Z test_nnc_correctness_hsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4088473Z test_nnc_correctness_hsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4104851Z test_nnc_correctness_hsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4121487Z test_nnc_correctness_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4138374Z test_nnc_correctness_hsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4154801Z test_nnc_correctness_hsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4171214Z test_nnc_correctness_hsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4187446Z test_nnc_correctness_hsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4204005Z test_nnc_correctness_hsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4220381Z test_nnc_correctness_hsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4238556Z test_nnc_correctness_hstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4255473Z test_nnc_correctness_hstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4273449Z test_nnc_correctness_hstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4291326Z test_nnc_correctness_hstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4308174Z test_nnc_correctness_hstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4325012Z test_nnc_correctness_hstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4341738Z test_nnc_correctness_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4358564Z test_nnc_correctness_hstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4375537Z test_nnc_correctness_hstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4392327Z test_nnc_correctness_hstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4409568Z test_nnc_correctness_hstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4425795Z test_nnc_correctness_hstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4442359Z test_nnc_correctness_hstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4459027Z test_nnc_correctness_hypot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4475844Z test_nnc_correctness_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4492489Z test_nnc_correctness_hypot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4509524Z test_nnc_correctness_i0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4527679Z test_nnc_correctness_i0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4545670Z test_nnc_correctness_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4563398Z test_nnc_correctness_i0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4579807Z test_nnc_correctness_i0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4596963Z test_nnc_correctness_i0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4613548Z test_nnc_correctness_i0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4630065Z test_nnc_correctness_i0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4647155Z test_nnc_correctness_i0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4663722Z test_nnc_correctness_igamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4680520Z test_nnc_correctness_igamma_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4697237Z test_nnc_correctness_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4715479Z test_nnc_correctness_igamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4732215Z test_nnc_correctness_igammac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4748801Z test_nnc_correctness_igammac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4765845Z test_nnc_correctness_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4783736Z test_nnc_correctness_igammac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4801604Z test_nnc_correctness_imag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4818780Z test_nnc_correctness_imag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4835533Z test_nnc_correctness_imag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4852244Z test_nnc_correctness_index_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4868841Z test_nnc_correctness_index_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4885541Z test_nnc_correctness_index_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4902088Z test_nnc_correctness_index_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4918905Z test_nnc_correctness_index_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4935508Z test_nnc_correctness_index_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4951979Z test_nnc_correctness_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4968767Z test_nnc_correctness_index_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.4985329Z test_nnc_correctness_index_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5002076Z test_nnc_correctness_index_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5019035Z test_nnc_correctness_index_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5036951Z test_nnc_correctness_index_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5054629Z test_nnc_correctness_index_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5070959Z test_nnc_correctness_index_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5087770Z test_nnc_correctness_index_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5104358Z test_nnc_correctness_index_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5121111Z test_nnc_correctness_index_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5137841Z test_nnc_correctness_index_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5154769Z test_nnc_correctness_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5171712Z test_nnc_correctness_index_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5189786Z test_nnc_correctness_index_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5206938Z test_nnc_correctness_index_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5223715Z test_nnc_correctness_index_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5240558Z test_nnc_correctness_index_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5257466Z test_nnc_correctness_index_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5274785Z test_nnc_correctness_index_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5291487Z test_nnc_correctness_index_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5308224Z test_nnc_correctness_index_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5324659Z test_nnc_correctness_index_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5341275Z test_nnc_correctness_index_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5357945Z test_nnc_correctness_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5374516Z test_nnc_correctness_index_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5391051Z test_nnc_correctness_index_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5407866Z test_nnc_correctness_index_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5424414Z test_nnc_correctness_index_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5441138Z test_nnc_correctness_index_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5457807Z test_nnc_correctness_index_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5474493Z test_nnc_correctness_index_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5491285Z test_nnc_correctness_index_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5508012Z test_nnc_correctness_index_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5524727Z test_nnc_correctness_index_put_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5541555Z test_nnc_correctness_index_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5558492Z test_nnc_correctness_index_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5575193Z test_nnc_correctness_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5591529Z test_nnc_correctness_index_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5608168Z test_nnc_correctness_index_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5624550Z test_nnc_correctness_index_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5642595Z test_nnc_correctness_index_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5659159Z test_nnc_correctness_index_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5675711Z test_nnc_correctness_index_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5692304Z test_nnc_correctness_index_reduce_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5708759Z test_nnc_correctness_index_reduce_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5725376Z test_nnc_correctness_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5741937Z test_nnc_correctness_index_reduce_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5758485Z test_nnc_correctness_index_reduce_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5775148Z test_nnc_correctness_index_reduce_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5791791Z test_nnc_correctness_index_reduce_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5808567Z test_nnc_correctness_index_reduce_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5825666Z test_nnc_correctness_index_reduce_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5841836Z test_nnc_correctness_index_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5858591Z test_nnc_correctness_index_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5875343Z test_nnc_correctness_index_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5891926Z test_nnc_correctness_index_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5908443Z test_nnc_correctness_index_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5925226Z test_nnc_correctness_index_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5941752Z test_nnc_correctness_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5958398Z test_nnc_correctness_index_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5975067Z test_nnc_correctness_index_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.5991597Z test_nnc_correctness_index_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6008341Z test_nnc_correctness_index_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6024856Z test_nnc_correctness_index_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6041566Z test_nnc_correctness_index_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6058150Z test_nnc_correctness_inner_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6074939Z test_nnc_correctness_inner_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6092906Z test_nnc_correctness_inner_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6109518Z test_nnc_correctness_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6126289Z test_nnc_correctness_inner_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6142853Z test_nnc_correctness_inner_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6159520Z test_nnc_correctness_inner_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6176242Z test_nnc_correctness_inner_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6193045Z test_nnc_correctness_inner_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6209894Z test_nnc_correctness_inner_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6226309Z test_nnc_correctness_int_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6243071Z test_nnc_correctness_int_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6259663Z test_nnc_correctness_int_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6276350Z test_nnc_correctness_int_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6293404Z test_nnc_correctness_int_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6310255Z test_nnc_correctness_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6326909Z test_nnc_correctness_int_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6343444Z test_nnc_correctness_int_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6360216Z test_nnc_correctness_int_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6377052Z test_nnc_correctness_int_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6393889Z test_nnc_correctness_int_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6410624Z test_nnc_correctness_int_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6427381Z test_nnc_correctness_isclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6444094Z test_nnc_correctness_isclose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6460913Z test_nnc_correctness_isclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6477682Z test_nnc_correctness_isclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6494390Z test_nnc_correctness_isclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6511013Z test_nnc_correctness_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6527918Z test_nnc_correctness_isclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6546298Z test_nnc_correctness_isclose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6563076Z test_nnc_correctness_isclose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6579446Z test_nnc_correctness_isclose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6596265Z test_nnc_correctness_isclose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6613020Z test_nnc_correctness_isclose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6629720Z test_nnc_correctness_isfinite_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6646575Z test_nnc_correctness_isfinite_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6662790Z test_nnc_correctness_isfinite_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6679401Z test_nnc_correctness_isfinite_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6696075Z test_nnc_correctness_isfinite_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6712437Z test_nnc_correctness_isfinite_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6729160Z test_nnc_correctness_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6745738Z test_nnc_correctness_isfinite_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6762079Z test_nnc_correctness_isfinite_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6778812Z test_nnc_correctness_isfinite_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6795729Z test_nnc_correctness_isfinite_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6812191Z test_nnc_correctness_isfinite_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6828664Z test_nnc_correctness_isfinite_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6845464Z test_nnc_correctness_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6862023Z test_nnc_correctness_isin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6878535Z test_nnc_correctness_isin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6895414Z test_nnc_correctness_isin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6911832Z test_nnc_correctness_isin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6928494Z test_nnc_correctness_isin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6944952Z test_nnc_correctness_isin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6961516Z test_nnc_correctness_isinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6978178Z test_nnc_correctness_isinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.6996216Z test_nnc_correctness_isinf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7012917Z test_nnc_correctness_isinf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7029415Z test_nnc_correctness_isinf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7046079Z test_nnc_correctness_isinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7062700Z test_nnc_correctness_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7079406Z test_nnc_correctness_isinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7096009Z test_nnc_correctness_isinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7112383Z test_nnc_correctness_isinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7129130Z test_nnc_correctness_isinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7145623Z test_nnc_correctness_isinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7162280Z test_nnc_correctness_isinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7178770Z test_nnc_correctness_isnan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7195248Z test_nnc_correctness_isnan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7212680Z test_nnc_correctness_isnan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7229014Z test_nnc_correctness_isnan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7245380Z test_nnc_correctness_isnan_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7261771Z test_nnc_correctness_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7278295Z test_nnc_correctness_isnan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7294893Z test_nnc_correctness_isnan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7311586Z test_nnc_correctness_isnan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7328155Z test_nnc_correctness_isnan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7344713Z test_nnc_correctness_isnan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7361378Z test_nnc_correctness_isnan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7377988Z test_nnc_correctness_isneginf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7394603Z test_nnc_correctness_isneginf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7411017Z test_nnc_correctness_isneginf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7427656Z test_nnc_correctness_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7445714Z test_nnc_correctness_isneginf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7462420Z test_nnc_correctness_isneginf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7479187Z test_nnc_correctness_isneginf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7496038Z test_nnc_correctness_isneginf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7512361Z test_nnc_correctness_isneginf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7529081Z test_nnc_correctness_isneginf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7545647Z test_nnc_correctness_isposinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7562296Z test_nnc_correctness_isposinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7578924Z test_nnc_correctness_isposinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7595628Z test_nnc_correctness_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7612293Z test_nnc_correctness_isposinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7629007Z test_nnc_correctness_isposinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7645727Z test_nnc_correctness_isposinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7662413Z test_nnc_correctness_isposinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7679033Z test_nnc_correctness_isposinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7695666Z test_nnc_correctness_isposinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7712219Z test_nnc_correctness_isreal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7729305Z test_nnc_correctness_isreal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7746172Z test_nnc_correctness_isreal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7763083Z test_nnc_correctness_isreal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7779987Z test_nnc_correctness_isreal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7796832Z test_nnc_correctness_isreal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7813782Z test_nnc_correctness_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7830673Z test_nnc_correctness_isreal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7847652Z test_nnc_correctness_isreal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7864373Z test_nnc_correctness_isreal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7881403Z test_nnc_correctness_isreal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7899564Z test_nnc_correctness_isreal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7916551Z test_nnc_correctness_isreal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7933455Z test_nnc_correctness_istft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7950302Z test_nnc_correctness_istft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7967421Z test_nnc_correctness_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.7984285Z test_nnc_correctness_istft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.8001129Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8017928Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8034825Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8051746Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8068529Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8085485Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8102240Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8119037Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8135954Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8152697Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8169710Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8186398Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8203566Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8220383Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8237352Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8254379Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8270956Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8287737Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8304637Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8321444Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8338075Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8355993Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8372636Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8389119Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8405900Z test_nnc_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8422453Z test_nnc_correctness_jiterator_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8439067Z test_nnc_correctness_jiterator_binary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8455667Z test_nnc_correctness_jiterator_binary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8472600Z test_nnc_correctness_jiterator_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8488867Z test_nnc_correctness_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8505310Z test_nnc_correctness_jiterator_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8522633Z test_nnc_correctness_jiterator_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8538979Z test_nnc_correctness_jiterator_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8555424Z test_nnc_correctness_jiterator_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8571944Z test_nnc_correctness_jiterator_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8588120Z test_nnc_correctness_jiterator_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8604564Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8620921Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8637409Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8653728Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8669953Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8686388Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8702731Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8719414Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8737079Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8754655Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8771587Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8788172Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8806009Z test_nnc_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8822566Z test_nnc_correctness_jiterator_unary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8838938Z test_nnc_correctness_jiterator_unary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8855320Z test_nnc_correctness_jiterator_unary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8871734Z test_nnc_correctness_jiterator_unary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8888266Z test_nnc_correctness_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8904576Z test_nnc_correctness_jiterator_unary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8920913Z test_nnc_correctness_jiterator_unary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8937237Z test_nnc_correctness_jiterator_unary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8953884Z test_nnc_correctness_jiterator_unary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8970588Z test_nnc_correctness_jiterator_unary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.8987300Z test_nnc_correctness_jiterator_unary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:44.9004491Z test_nnc_correctness_kron_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9021234Z test_nnc_correctness_kron_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9037637Z test_nnc_correctness_kron_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9054214Z test_nnc_correctness_kron_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9070670Z test_nnc_correctness_kron_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9087479Z test_nnc_correctness_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9103901Z test_nnc_correctness_kron_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9120524Z test_nnc_correctness_kron_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9149317Z test_nnc_correctness_kron_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9153915Z test_nnc_correctness_kron_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9170409Z test_nnc_correctness_kron_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9186811Z test_nnc_correctness_kron_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9203418Z test_nnc_correctness_kthvalue_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9220014Z test_nnc_correctness_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9236742Z test_nnc_correctness_kthvalue_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9255938Z test_nnc_correctness_kthvalue_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9272489Z test_nnc_correctness_kthvalue_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9289277Z test_nnc_correctness_kthvalue_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9306486Z test_nnc_correctness_kthvalue_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9323054Z test_nnc_correctness_kthvalue_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9339853Z test_nnc_correctness_lcm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9356518Z test_nnc_correctness_lcm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9373144Z test_nnc_correctness_lcm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9389825Z test_nnc_correctness_lcm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9406871Z test_nnc_correctness_lcm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9423401Z test_nnc_correctness_ldexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9440143Z test_nnc_correctness_ldexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9456805Z test_nnc_correctness_ldexp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9473999Z test_nnc_correctness_ldexp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9491315Z test_nnc_correctness_ldexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9508540Z test_nnc_correctness_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9525865Z test_nnc_correctness_ldexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9542100Z test_nnc_correctness_ldexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9558737Z test_nnc_correctness_ldexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9575447Z test_nnc_correctness_ldexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9591963Z test_nnc_correctness_ldexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9608822Z test_nnc_correctness_ldexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9625351Z test_nnc_correctness_le_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9642029Z test_nnc_correctness_le_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9658655Z test_nnc_correctness_le_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9675283Z test_nnc_correctness_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9691950Z test_nnc_correctness_le_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9709979Z test_nnc_correctness_le_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9726749Z test_nnc_correctness_le_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9743346Z test_nnc_correctness_le_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9760301Z test_nnc_correctness_le_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9776825Z test_nnc_correctness_le_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9793536Z test_nnc_correctness_lerp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9809967Z test_nnc_correctness_lerp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9826426Z test_nnc_correctness_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9842997Z test_nnc_correctness_lerp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9859532Z test_nnc_correctness_lgamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9876256Z test_nnc_correctness_lgamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9892684Z test_nnc_correctness_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9909190Z test_nnc_correctness_lgamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9925764Z test_nnc_correctness_lgamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9942266Z test_nnc_correctness_lgamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9958880Z test_nnc_correctness_lgamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9975540Z test_nnc_correctness_lgamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:44.9992081Z test_nnc_correctness_lgamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0008921Z test_nnc_correctness_linalg_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0025677Z test_nnc_correctness_linalg_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0042024Z test_nnc_correctness_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0058649Z test_nnc_correctness_linalg_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0075549Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0092031Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0108529Z test_nnc_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0125510Z test_nnc_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0144253Z test_nnc_correctness_linalg_cond_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0161474Z test_nnc_correctness_linalg_cond_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0178438Z test_nnc_correctness_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0195463Z test_nnc_correctness_linalg_cond_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0212061Z test_nnc_correctness_linalg_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0228422Z test_nnc_correctness_linalg_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0245373Z test_nnc_correctness_linalg_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0261667Z test_nnc_correctness_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0278534Z test_nnc_correctness_linalg_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0295142Z test_nnc_correctness_linalg_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0311828Z test_nnc_correctness_linalg_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0328351Z test_nnc_correctness_linalg_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0344860Z test_nnc_correctness_linalg_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0361403Z test_nnc_correctness_linalg_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0378079Z test_nnc_correctness_linalg_det_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0394746Z test_nnc_correctness_linalg_det_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0411365Z test_nnc_correctness_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0427886Z test_nnc_correctness_linalg_det_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0444527Z test_nnc_correctness_linalg_det_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0461222Z test_nnc_correctness_linalg_det_singular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0477792Z test_nnc_correctness_linalg_det_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0494998Z test_nnc_correctness_linalg_det_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0511840Z test_nnc_correctness_linalg_eig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0529326Z test_nnc_correctness_linalg_eig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0546319Z test_nnc_correctness_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0563245Z test_nnc_correctness_linalg_eig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0580184Z test_nnc_correctness_linalg_eigh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0598637Z test_nnc_correctness_linalg_eigh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0615723Z test_nnc_correctness_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0632620Z test_nnc_correctness_linalg_eigh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0649500Z test_nnc_correctness_linalg_eigvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0665915Z test_nnc_correctness_linalg_eigvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0682704Z test_nnc_correctness_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0699460Z test_nnc_correctness_linalg_eigvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0716133Z test_nnc_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0732801Z test_nnc_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0749395Z test_nnc_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0766462Z test_nnc_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0783403Z test_nnc_correctness_linalg_householder_product_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0800939Z test_nnc_correctness_linalg_householder_product_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0817550Z test_nnc_correctness_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0834278Z test_nnc_correctness_linalg_householder_product_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0850930Z test_nnc_correctness_linalg_inv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0867567Z test_nnc_correctness_linalg_inv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0884203Z test_nnc_correctness_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0900805Z test_nnc_correctness_linalg_inv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0917559Z test_nnc_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0934276Z test_nnc_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0950720Z test_nnc_correctness_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0967541Z test_nnc_correctness_linalg_inv_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.0984164Z test_nnc_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1001040Z test_nnc_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1017892Z test_nnc_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1034657Z test_nnc_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1052978Z 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.001s) 2022-09-27T15:43:45.1069536Z 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.001s) 2022-09-27T15:43:45.1086122Z 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.001s) 2022-09-27T15:43:45.1102746Z 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.001s) 2022-09-27T15:43:45.1119522Z test_nnc_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1136326Z test_nnc_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1153126Z test_nnc_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1169818Z test_nnc_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1186282Z test_nnc_correctness_linalg_lstsq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1202975Z test_nnc_correctness_linalg_lstsq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1219553Z test_nnc_correctness_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1236167Z test_nnc_correctness_linalg_lstsq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1253172Z 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.001s) 2022-09-27T15:43:45.1269750Z 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.001s) 2022-09-27T15:43:45.1286101Z 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.001s) 2022-09-27T15:43:45.1302722Z 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.001s) 2022-09-27T15:43:45.1319319Z test_nnc_correctness_linalg_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1336039Z test_nnc_correctness_linalg_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1353029Z test_nnc_correctness_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1369552Z test_nnc_correctness_linalg_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1385941Z test_nnc_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1402524Z test_nnc_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1419219Z test_nnc_correctness_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1435852Z test_nnc_correctness_linalg_lu_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1452498Z 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.001s) 2022-09-27T15:43:45.1469111Z 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.001s) 2022-09-27T15:43:45.1485849Z 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.001s) 2022-09-27T15:43:45.1503831Z 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.001s) 2022-09-27T15:43:45.1520530Z test_nnc_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1537207Z test_nnc_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1553809Z test_nnc_correctness_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1570773Z test_nnc_correctness_linalg_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1587961Z test_nnc_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1605162Z test_nnc_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1622130Z test_nnc_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1639149Z test_nnc_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1656398Z test_nnc_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1673196Z test_nnc_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1690132Z test_nnc_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1706983Z test_nnc_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1723751Z test_nnc_correctness_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1740741Z test_nnc_correctness_linalg_matrix_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1757405Z test_nnc_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1774612Z test_nnc_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1790887Z test_nnc_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1807716Z test_nnc_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1824213Z 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.001s) 2022-09-27T15:43:45.1841482Z 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.001s) 2022-09-27T15:43:45.1857538Z 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.001s) 2022-09-27T15:43:45.1874319Z 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.001s) 2022-09-27T15:43:45.1890787Z test_nnc_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1907695Z test_nnc_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1924039Z test_nnc_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1940704Z test_nnc_correctness_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1958992Z test_nnc_correctness_linalg_multi_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1975865Z test_nnc_correctness_linalg_multi_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.1992635Z test_nnc_correctness_linalg_multi_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2005706Z test_nnc_correctness_linalg_multi_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:45.2022630Z test_nnc_correctness_linalg_multi_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2039590Z test_nnc_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2056918Z test_nnc_correctness_linalg_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2074296Z test_nnc_correctness_linalg_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2091774Z test_nnc_correctness_linalg_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2108823Z test_nnc_correctness_linalg_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2126172Z test_nnc_correctness_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2143376Z test_nnc_correctness_linalg_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2160660Z 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.001s) 2022-09-27T15:43:45.2178039Z 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.001s) 2022-09-27T15:43:45.2195401Z 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.001s) 2022-09-27T15:43:45.2212698Z 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.001s) 2022-09-27T15:43:45.2229972Z 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.001s) 2022-09-27T15:43:45.2247416Z 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.001s) 2022-09-27T15:43:45.2264356Z test_nnc_correctness_linalg_pinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2281610Z test_nnc_correctness_linalg_pinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2298943Z test_nnc_correctness_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2315902Z test_nnc_correctness_linalg_pinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2332662Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2349579Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2366538Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2383466Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2400484Z test_nnc_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2418842Z test_nnc_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2435957Z test_nnc_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2453013Z test_nnc_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2469758Z test_nnc_correctness_linalg_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2488144Z test_nnc_correctness_linalg_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2504962Z test_nnc_correctness_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2521931Z test_nnc_correctness_linalg_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2538976Z test_nnc_correctness_linalg_slogdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2556263Z test_nnc_correctness_linalg_slogdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2572955Z test_nnc_correctness_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2589425Z test_nnc_correctness_linalg_slogdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2606065Z test_nnc_correctness_linalg_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2622643Z test_nnc_correctness_linalg_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2639196Z test_nnc_correctness_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2655744Z test_nnc_correctness_linalg_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2672360Z test_nnc_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2689158Z test_nnc_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2705608Z test_nnc_correctness_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2722208Z test_nnc_correctness_linalg_solve_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2738925Z test_nnc_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2755541Z test_nnc_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2772088Z test_nnc_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2788699Z test_nnc_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2805942Z test_nnc_correctness_linalg_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2822719Z test_nnc_correctness_linalg_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2839587Z test_nnc_correctness_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2856628Z test_nnc_correctness_linalg_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2874868Z test_nnc_correctness_linalg_svdvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2891886Z test_nnc_correctness_linalg_svdvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2908682Z test_nnc_correctness_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2926135Z test_nnc_correctness_linalg_svdvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2942866Z test_nnc_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2959636Z test_nnc_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2976377Z test_nnc_correctness_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.2993323Z test_nnc_correctness_linalg_tensorinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3009942Z test_nnc_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3026620Z test_nnc_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3043421Z test_nnc_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3060206Z test_nnc_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3076674Z test_nnc_correctness_linalg_vander_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3093204Z test_nnc_correctness_linalg_vander_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3109794Z test_nnc_correctness_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3126597Z test_nnc_correctness_linalg_vander_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3143031Z test_nnc_correctness_linalg_vander_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3159719Z test_nnc_correctness_linalg_vander_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3176387Z test_nnc_correctness_linalg_vander_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3193177Z test_nnc_correctness_linalg_vander_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3209818Z test_nnc_correctness_linalg_vander_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3226461Z test_nnc_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3243059Z test_nnc_correctness_linalg_vecdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3259833Z test_nnc_correctness_linalg_vecdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3276404Z test_nnc_correctness_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3293030Z test_nnc_correctness_linalg_vecdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3309670Z test_nnc_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3327845Z test_nnc_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3344433Z test_nnc_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3361036Z test_nnc_correctness_linalg_vector_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3377721Z test_nnc_correctness_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3394445Z test_nnc_correctness_linalg_vector_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3411058Z test_nnc_correctness_linspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3427636Z test_nnc_correctness_linspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3444202Z test_nnc_correctness_linspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3460889Z test_nnc_correctness_linspace_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3477559Z test_nnc_correctness_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3494159Z test_nnc_correctness_linspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3510695Z test_nnc_correctness_linspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3527546Z test_nnc_correctness_linspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3544061Z test_nnc_correctness_linspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3560822Z test_nnc_correctness_linspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3577666Z test_nnc_correctness_linspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3594528Z test_nnc_correctness_log10_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3611393Z test_nnc_correctness_log10_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3628160Z test_nnc_correctness_log10_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3645117Z test_nnc_correctness_log10_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3661871Z test_nnc_correctness_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3678842Z test_nnc_correctness_log10_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3695756Z test_nnc_correctness_log10_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3712526Z test_nnc_correctness_log10_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3729563Z test_nnc_correctness_log10_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3746337Z test_nnc_correctness_log10_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3763435Z test_nnc_correctness_log10_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3781730Z test_nnc_correctness_log1p_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3798632Z test_nnc_correctness_log1p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3815531Z test_nnc_correctness_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3832326Z test_nnc_correctness_log1p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3849487Z test_nnc_correctness_log1p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3865849Z test_nnc_correctness_log1p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3882965Z test_nnc_correctness_log1p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3899954Z test_nnc_correctness_log1p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3916245Z test_nnc_correctness_log1p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3932684Z test_nnc_correctness_log2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3949002Z test_nnc_correctness_log2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3965422Z test_nnc_correctness_log2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3981672Z test_nnc_correctness_log2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.3998096Z test_nnc_correctness_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4014998Z test_nnc_correctness_log2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4031661Z test_nnc_correctness_log2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4048198Z test_nnc_correctness_log2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4064602Z test_nnc_correctness_log2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4081277Z test_nnc_correctness_log2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4097966Z test_nnc_correctness_log2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4115019Z test_nnc_correctness_log_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4132775Z test_nnc_correctness_log_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4150444Z test_nnc_correctness_log_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4167151Z test_nnc_correctness_log_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4183421Z test_nnc_correctness_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4199968Z test_nnc_correctness_log_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4216719Z test_nnc_correctness_log_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4234733Z test_nnc_correctness_log_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4251334Z test_nnc_correctness_log_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4267799Z test_nnc_correctness_log_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4284713Z test_nnc_correctness_log_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4301064Z test_nnc_correctness_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4317733Z test_nnc_correctness_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4334390Z test_nnc_correctness_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4350765Z test_nnc_correctness_log_softmax_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4367557Z test_nnc_correctness_log_softmax_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4384286Z test_nnc_correctness_log_softmax_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4400967Z test_nnc_correctness_log_softmax_dtype_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4417213Z test_nnc_correctness_log_softmax_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4433810Z test_nnc_correctness_log_softmax_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4450438Z test_nnc_correctness_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4466789Z test_nnc_correctness_log_softmax_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4483400Z test_nnc_correctness_log_softmax_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4500023Z test_nnc_correctness_log_softmax_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4516625Z test_nnc_correctness_log_softmax_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4533114Z test_nnc_correctness_log_softmax_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4549647Z test_nnc_correctness_log_softmax_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4566284Z test_nnc_correctness_logaddexp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4582725Z test_nnc_correctness_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4599344Z test_nnc_correctness_logaddexp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4615898Z test_nnc_correctness_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4632323Z test_nnc_correctness_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4649160Z test_nnc_correctness_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4665560Z test_nnc_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4684785Z test_nnc_correctness_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4701352Z test_nnc_correctness_logcumsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4718025Z test_nnc_correctness_logdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4734823Z test_nnc_correctness_logdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4751411Z test_nnc_correctness_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4768146Z test_nnc_correctness_logdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4784672Z test_nnc_correctness_logical_and_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4801391Z test_nnc_correctness_logical_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4818136Z test_nnc_correctness_logical_and_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4834933Z test_nnc_correctness_logical_and_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4851554Z test_nnc_correctness_logical_and_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4868193Z test_nnc_correctness_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4884914Z test_nnc_correctness_logical_and_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4901400Z test_nnc_correctness_logical_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4918040Z test_nnc_correctness_logical_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4934710Z test_nnc_correctness_logical_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4951168Z test_nnc_correctness_logical_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4967959Z test_nnc_correctness_logical_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.4984636Z test_nnc_correctness_logical_not_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5001375Z test_nnc_correctness_logical_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5018038Z test_nnc_correctness_logical_not_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5034671Z test_nnc_correctness_logical_not_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5051293Z test_nnc_correctness_logical_not_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5067888Z test_nnc_correctness_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5084605Z test_nnc_correctness_logical_not_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5101238Z test_nnc_correctness_logical_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5118198Z test_nnc_correctness_logical_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5135929Z test_nnc_correctness_logical_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5152467Z test_nnc_correctness_logical_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5169162Z test_nnc_correctness_logical_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5185634Z test_nnc_correctness_logical_or_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5202091Z test_nnc_correctness_logical_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5218803Z test_nnc_correctness_logical_or_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5235366Z test_nnc_correctness_logical_or_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5251825Z test_nnc_correctness_logical_or_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5268343Z test_nnc_correctness_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5285019Z test_nnc_correctness_logical_or_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5301614Z test_nnc_correctness_logical_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5318182Z test_nnc_correctness_logical_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5334694Z test_nnc_correctness_logical_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5351145Z test_nnc_correctness_logical_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5368028Z test_nnc_correctness_logical_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5384499Z test_nnc_correctness_logical_xor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5400899Z test_nnc_correctness_logical_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5417498Z test_nnc_correctness_logical_xor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5434186Z test_nnc_correctness_logical_xor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5450704Z test_nnc_correctness_logical_xor_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5467031Z test_nnc_correctness_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5483549Z test_nnc_correctness_logical_xor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5500055Z test_nnc_correctness_logical_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5516585Z test_nnc_correctness_logical_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5533054Z test_nnc_correctness_logical_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5549501Z test_nnc_correctness_logical_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5566161Z test_nnc_correctness_logical_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5583996Z test_nnc_correctness_logit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5600665Z test_nnc_correctness_logit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5617254Z test_nnc_correctness_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5634074Z test_nnc_correctness_logit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5650640Z test_nnc_correctness_logit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5667292Z test_nnc_correctness_logit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5683984Z test_nnc_correctness_logit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5700771Z test_nnc_correctness_logit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5717594Z test_nnc_correctness_logit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5734509Z test_nnc_correctness_logspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5751108Z test_nnc_correctness_logspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5768049Z test_nnc_correctness_logspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5784772Z test_nnc_correctness_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5801652Z test_nnc_correctness_logspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5818449Z test_nnc_correctness_logspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5835398Z test_nnc_correctness_logspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5852071Z test_nnc_correctness_logspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5869044Z test_nnc_correctness_logspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5885820Z test_nnc_correctness_logspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5902527Z test_nnc_correctness_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5919407Z test_nnc_correctness_logsumexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5936243Z test_nnc_correctness_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5953154Z test_nnc_correctness_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5969799Z test_nnc_correctness_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.5986401Z test_nnc_correctness_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6003274Z test_nnc_correctness_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6020168Z test_nnc_correctness_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6038370Z test_nnc_correctness_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6055160Z test_nnc_correctness_long_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6071782Z test_nnc_correctness_long_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6088659Z test_nnc_correctness_long_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6105367Z test_nnc_correctness_long_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6122293Z test_nnc_correctness_long_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6139170Z test_nnc_correctness_long_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6155849Z test_nnc_correctness_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6172797Z test_nnc_correctness_long_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6189541Z test_nnc_correctness_long_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6206356Z test_nnc_correctness_long_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6223322Z test_nnc_correctness_long_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6239935Z test_nnc_correctness_long_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6256930Z test_nnc_correctness_long_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6273828Z test_nnc_correctness_lt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6290473Z test_nnc_correctness_lt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6307293Z test_nnc_correctness_lt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6324100Z test_nnc_correctness_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6340991Z test_nnc_correctness_lt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6357956Z test_nnc_correctness_lt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6374839Z test_nnc_correctness_lt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6391598Z test_nnc_correctness_lt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6408637Z test_nnc_correctness_lt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6425535Z test_nnc_correctness_lt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6442656Z test_nnc_correctness_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6459686Z test_nnc_correctness_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6476708Z test_nnc_correctness_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6494836Z test_nnc_correctness_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6511857Z test_nnc_correctness_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6528986Z test_nnc_correctness_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6545878Z test_nnc_correctness_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6562886Z test_nnc_correctness_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6579865Z test_nnc_correctness_lu_unpack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6596806Z test_nnc_correctness_lu_unpack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6613883Z test_nnc_correctness_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6630535Z test_nnc_correctness_lu_unpack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6647608Z test_nnc_correctness_mH_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6664223Z test_nnc_correctness_mH_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6681156Z test_nnc_correctness_mH_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6698008Z test_nnc_correctness_mH_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6714907Z test_nnc_correctness_mH_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6731826Z test_nnc_correctness_mH_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6748525Z test_nnc_correctness_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6765540Z test_nnc_correctness_mH_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6782329Z test_nnc_correctness_mH_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6799258Z test_nnc_correctness_mH_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6816151Z test_nnc_correctness_mH_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6833023Z test_nnc_correctness_mH_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6849930Z test_nnc_correctness_mH_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6866773Z test_nnc_correctness_mT_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6883785Z test_nnc_correctness_mT_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6900687Z test_nnc_correctness_mT_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6917710Z test_nnc_correctness_mT_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6934618Z test_nnc_correctness_mT_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6953006Z test_nnc_correctness_mT_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6970082Z test_nnc_correctness_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.6986981Z test_nnc_correctness_mT_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7004046Z test_nnc_correctness_mT_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7020927Z test_nnc_correctness_mT_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7037907Z test_nnc_correctness_mT_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7054975Z test_nnc_correctness_mT_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7071915Z test_nnc_correctness_mT_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7089086Z test_nnc_correctness_masked_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7106056Z test_nnc_correctness_masked_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7123080Z test_nnc_correctness_masked_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7140072Z test_nnc_correctness_masked_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7157088Z test_nnc_correctness_masked_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7174009Z test_nnc_correctness_masked_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7191021Z test_nnc_correctness_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7208082Z test_nnc_correctness_masked_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7225006Z test_nnc_correctness_masked_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7241986Z test_nnc_correctness_masked_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7258971Z test_nnc_correctness_masked_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7276042Z test_nnc_correctness_masked_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7292908Z test_nnc_correctness_masked_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7309871Z test_nnc_correctness_masked_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7326939Z test_nnc_correctness_masked_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7343754Z test_nnc_correctness_masked_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7360706Z test_nnc_correctness_masked_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7377791Z test_nnc_correctness_masked_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7395093Z test_nnc_correctness_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7413435Z test_nnc_correctness_masked_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7430513Z test_nnc_correctness_masked_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7447627Z test_nnc_correctness_masked_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7464522Z test_nnc_correctness_masked_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7481653Z test_nnc_correctness_masked_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7498677Z test_nnc_correctness_masked_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7515709Z test_nnc_correctness_masked_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7532587Z test_nnc_correctness_masked_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7549429Z test_nnc_correctness_masked_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7566497Z test_nnc_correctness_masked_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7583342Z test_nnc_correctness_masked_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7600251Z test_nnc_correctness_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7617077Z test_nnc_correctness_masked_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7634095Z test_nnc_correctness_masked_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7651014Z test_nnc_correctness_masked_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7667908Z test_nnc_correctness_masked_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7684797Z test_nnc_correctness_masked_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7701742Z test_nnc_correctness_masked_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7718795Z test_nnc_correctness_matmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7735685Z test_nnc_correctness_matmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7752641Z test_nnc_correctness_matmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7769851Z test_nnc_correctness_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7786679Z test_nnc_correctness_matmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7803620Z test_nnc_correctness_matmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7820547Z test_nnc_correctness_matmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7833648Z test_nnc_correctness_matmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:45.7850467Z test_nnc_correctness_matmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7868634Z test_nnc_correctness_matmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7885505Z test_nnc_correctness_matrix_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7902368Z test_nnc_correctness_matrix_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7918713Z test_nnc_correctness_matrix_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7935838Z test_nnc_correctness_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7952243Z test_nnc_correctness_matrix_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7969256Z test_nnc_correctness_max_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.7985886Z test_nnc_correctness_max_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8002719Z test_nnc_correctness_max_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8019768Z test_nnc_correctness_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8036639Z test_nnc_correctness_max_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8053517Z test_nnc_correctness_max_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8070343Z test_nnc_correctness_max_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8087347Z test_nnc_correctness_max_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8104144Z test_nnc_correctness_max_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8120931Z test_nnc_correctness_max_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8137700Z test_nnc_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8154699Z test_nnc_correctness_max_reduction_no_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8171194Z test_nnc_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8188019Z test_nnc_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8204667Z test_nnc_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8221658Z test_nnc_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8238538Z test_nnc_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8256330Z test_nnc_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8273779Z test_nnc_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8290635Z test_nnc_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8307650Z test_nnc_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8326380Z test_nnc_correctness_max_reduction_with_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8343025Z test_nnc_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8359762Z test_nnc_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8376441Z test_nnc_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8393315Z test_nnc_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8410249Z test_nnc_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8427687Z test_nnc_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8444390Z test_nnc_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8461383Z test_nnc_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8478476Z test_nnc_correctness_maximum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8495258Z test_nnc_correctness_maximum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8512290Z test_nnc_correctness_maximum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8528967Z test_nnc_correctness_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8546372Z test_nnc_correctness_maximum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8562682Z test_nnc_correctness_maximum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8579655Z test_nnc_correctness_maximum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8596546Z test_nnc_correctness_maximum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8613217Z test_nnc_correctness_maximum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8629915Z test_nnc_correctness_maximum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8646786Z test_nnc_correctness_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8664127Z test_nnc_correctness_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8681023Z test_nnc_correctness_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8698025Z test_nnc_correctness_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8714853Z test_nnc_correctness_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8731709Z test_nnc_correctness_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8748540Z test_nnc_correctness_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8765856Z test_nnc_correctness_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8784181Z test_nnc_correctness_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8801112Z test_nnc_correctness_median_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8818010Z test_nnc_correctness_median_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8834906Z test_nnc_correctness_median_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8852033Z test_nnc_correctness_median_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8868893Z test_nnc_correctness_median_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8886059Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8902927Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8919780Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8936684Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8953685Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8970318Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.8987143Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9004034Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9021316Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9037924Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9054715Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9071497Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9088741Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9105373Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9122262Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9139088Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9156102Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9173022Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9190175Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9206815Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9223479Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9241538Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9258572Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9275232Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9292221Z test_nnc_correctness_min_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9310032Z test_nnc_correctness_min_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9327126Z test_nnc_correctness_min_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9343684Z test_nnc_correctness_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9360298Z test_nnc_correctness_min_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9376990Z test_nnc_correctness_min_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9393678Z test_nnc_correctness_min_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9410301Z test_nnc_correctness_min_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9427372Z test_nnc_correctness_min_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9443758Z test_nnc_correctness_min_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9460323Z 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.001s) 2022-09-27T15:43:45.9476912Z test_nnc_correctness_min_reduction_no_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9493685Z test_nnc_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9510279Z test_nnc_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9527207Z test_nnc_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9543832Z test_nnc_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9560617Z 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.001s) 2022-09-27T15:43:45.9577315Z test_nnc_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9594102Z test_nnc_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9610796Z test_nnc_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9627466Z test_nnc_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9644004Z test_nnc_correctness_min_reduction_with_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9660793Z test_nnc_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9677713Z 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.001s) 2022-09-27T15:43:45.9695836Z 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.001s) 2022-09-27T15:43:45.9712502Z 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.001s) 2022-09-27T15:43:45.9729328Z 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.001s) 2022-09-27T15:43:45.9745903Z test_nnc_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9762517Z test_nnc_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9779182Z test_nnc_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9795916Z test_nnc_correctness_minimum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9812536Z test_nnc_correctness_minimum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9829204Z test_nnc_correctness_minimum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9845900Z test_nnc_correctness_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9862430Z test_nnc_correctness_minimum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9879030Z test_nnc_correctness_minimum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9895579Z test_nnc_correctness_minimum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9912119Z test_nnc_correctness_minimum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9928948Z test_nnc_correctness_minimum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9945455Z test_nnc_correctness_minimum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9962104Z test_nnc_correctness_mm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9978700Z test_nnc_correctness_mm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:45.9995489Z test_nnc_correctness_mm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0011974Z test_nnc_correctness_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0028479Z test_nnc_correctness_mm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0045244Z test_nnc_correctness_mm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0062034Z test_nnc_correctness_mm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0078696Z test_nnc_correctness_mm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0095381Z test_nnc_correctness_mm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0111896Z test_nnc_correctness_mm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0128831Z test_nnc_correctness_mode_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0147692Z test_nnc_correctness_mode_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0164435Z test_nnc_correctness_mode_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0181410Z test_nnc_correctness_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0199234Z test_nnc_correctness_mode_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0217134Z test_nnc_correctness_mode_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0234076Z test_nnc_correctness_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0250823Z test_nnc_correctness_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0267335Z test_nnc_correctness_mode_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0284142Z test_nnc_correctness_mode_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0300935Z test_nnc_correctness_movedim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0317580Z test_nnc_correctness_movedim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0334337Z test_nnc_correctness_movedim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0350856Z test_nnc_correctness_movedim_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0367631Z test_nnc_correctness_movedim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0384431Z test_nnc_correctness_movedim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0400849Z test_nnc_correctness_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0417474Z test_nnc_correctness_movedim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0434408Z test_nnc_correctness_movedim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0452283Z test_nnc_correctness_movedim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0470207Z test_nnc_correctness_movedim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0487102Z test_nnc_correctness_movedim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0503884Z test_nnc_correctness_movedim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0520397Z test_nnc_correctness_msort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0536925Z test_nnc_correctness_msort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0553503Z test_nnc_correctness_msort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0569955Z test_nnc_correctness_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0586428Z test_nnc_correctness_msort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0604607Z test_nnc_correctness_msort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0621152Z test_nnc_correctness_msort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0637669Z test_nnc_correctness_msort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0654178Z test_nnc_correctness_msort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0670469Z test_nnc_correctness_msort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0687674Z test_nnc_correctness_mul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0705282Z test_nnc_correctness_mul_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0723292Z test_nnc_correctness_mul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0740348Z test_nnc_correctness_mul_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0757064Z test_nnc_correctness_mul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0773723Z test_nnc_correctness_mul_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0790070Z test_nnc_correctness_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0806696Z test_nnc_correctness_mul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0823055Z test_nnc_correctness_mul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0840738Z test_nnc_correctness_mul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0857431Z test_nnc_correctness_mul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0875595Z test_nnc_correctness_mul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0893114Z test_nnc_correctness_mul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0909425Z test_nnc_correctness_multinomial_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0926040Z test_nnc_correctness_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0942807Z test_nnc_correctness_multinomial_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0960723Z test_nnc_correctness_mv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0978716Z test_nnc_correctness_mv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.0995655Z test_nnc_correctness_mv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1012560Z test_nnc_correctness_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1028870Z test_nnc_correctness_mv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1045582Z test_nnc_correctness_mv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1063382Z test_nnc_correctness_mv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1079869Z test_nnc_correctness_mv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1096416Z test_nnc_correctness_mv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1112718Z test_nnc_correctness_mv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1129375Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1145642Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1162179Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1178523Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1195297Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1212973Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1230636Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1247672Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1264399Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1281191Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1297760Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1314519Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1331173Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1347854Z 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.001s) 2022-09-27T15:43:46.1364685Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1381314Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1398306Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1414957Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1431401Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1448435Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1466588Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1484364Z 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.001s) 2022-09-27T15:43:46.1501773Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1520033Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1536616Z test_nnc_correctness_nan_to_num_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1553337Z test_nnc_correctness_nan_to_num_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1570354Z test_nnc_correctness_nan_to_num_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1586364Z test_nnc_correctness_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1602973Z test_nnc_correctness_nan_to_num_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1619490Z test_nnc_correctness_nan_to_num_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1635879Z test_nnc_correctness_nan_to_num_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1652283Z test_nnc_correctness_nan_to_num_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1668846Z test_nnc_correctness_nan_to_num_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1685198Z test_nnc_correctness_nan_to_num_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1701963Z test_nnc_correctness_nanmean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1719722Z test_nnc_correctness_nanmean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1737500Z test_nnc_correctness_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1754448Z test_nnc_correctness_nanmean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1771017Z test_nnc_correctness_nanmedian_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1787241Z test_nnc_correctness_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1803882Z test_nnc_correctness_nanmedian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1820338Z test_nnc_correctness_nanmedian_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1836728Z test_nnc_correctness_nanmedian_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1853215Z test_nnc_correctness_nanmedian_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1869425Z test_nnc_correctness_nanmedian_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1886013Z test_nnc_correctness_nanmedian_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1902641Z test_nnc_correctness_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1918917Z test_nnc_correctness_nanquantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1935459Z test_nnc_correctness_nansum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1952104Z test_nnc_correctness_nansum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1970774Z test_nnc_correctness_nansum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.1988436Z test_nnc_correctness_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2006318Z test_nnc_correctness_nansum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2023025Z test_nnc_correctness_nansum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2039588Z test_nnc_correctness_nansum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2056057Z test_nnc_correctness_nansum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2072526Z test_nnc_correctness_nansum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2089059Z test_nnc_correctness_nansum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2105376Z test_nnc_correctness_narrow_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2121987Z test_nnc_correctness_narrow_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2138468Z test_nnc_correctness_narrow_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2154889Z test_nnc_correctness_narrow_copy_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2171343Z test_nnc_correctness_narrow_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2187712Z test_nnc_correctness_narrow_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2204227Z test_nnc_correctness_narrow_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2221210Z test_nnc_correctness_narrow_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2239004Z test_nnc_correctness_narrow_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2256880Z test_nnc_correctness_narrow_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2273966Z test_nnc_correctness_narrow_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2290671Z test_nnc_correctness_narrow_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2307274Z test_nnc_correctness_narrow_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2324007Z test_nnc_correctness_narrow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2340598Z test_nnc_correctness_narrow_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2357461Z test_nnc_correctness_narrow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2374176Z test_nnc_correctness_narrow_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2390905Z test_nnc_correctness_narrow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2408218Z test_nnc_correctness_narrow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2426464Z test_nnc_correctness_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2443408Z test_nnc_correctness_narrow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2460203Z test_nnc_correctness_narrow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2477239Z test_nnc_correctness_narrow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2495322Z test_nnc_correctness_narrow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2513011Z test_nnc_correctness_narrow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2529864Z test_nnc_correctness_narrow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2546463Z test_nnc_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2563019Z test_nnc_correctness_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2579850Z test_nnc_correctness_native_layer_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2596506Z test_nnc_correctness_ne_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2613377Z test_nnc_correctness_ne_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2630302Z test_nnc_correctness_ne_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2647178Z test_nnc_correctness_ne_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2664180Z test_nnc_correctness_ne_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2680877Z test_nnc_correctness_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2697642Z test_nnc_correctness_ne_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2714333Z test_nnc_correctness_ne_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2731208Z test_nnc_correctness_ne_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2747840Z test_nnc_correctness_ne_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2764913Z test_nnc_correctness_ne_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2781733Z test_nnc_correctness_ne_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2798569Z test_nnc_correctness_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2815284Z test_nnc_correctness_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2831907Z test_nnc_correctness_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2848816Z test_nnc_correctness_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2865532Z test_nnc_correctness_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2884017Z test_nnc_correctness_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2901037Z test_nnc_correctness_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2918005Z test_nnc_correctness_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2934654Z test_nnc_correctness_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2951648Z test_nnc_correctness_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2968448Z test_nnc_correctness_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2985464Z test_nnc_correctness_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.2999349Z test_nnc_correctness_new_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:46.3012651Z test_nnc_correctness_new_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:46.3025837Z test_nnc_correctness_new_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:46.3038782Z test_nnc_correctness_new_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:46.3051486Z test_nnc_correctness_new_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:46.3064357Z test_nnc_correctness_new_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:46.3077050Z test_nnc_correctness_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:46.3090028Z test_nnc_correctness_new_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:46.3102819Z test_nnc_correctness_new_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:46.3115617Z test_nnc_correctness_new_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:46.3128558Z test_nnc_correctness_new_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:46.3141321Z test_nnc_correctness_new_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:46.3154478Z test_nnc_correctness_new_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:46.3167189Z test_nnc_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:43:46.3179885Z test_nnc_correctness_new_empty_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:43:46.3192649Z test_nnc_correctness_new_empty_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:43:46.3205473Z test_nnc_correctness_new_empty_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:43:46.3218311Z test_nnc_correctness_new_empty_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:43:46.3231173Z test_nnc_correctness_new_empty_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:43:46.3243956Z test_nnc_correctness_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:43:46.3256906Z test_nnc_correctness_new_empty_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:43:46.3271190Z test_nnc_correctness_new_empty_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:43:46.3284258Z test_nnc_correctness_new_empty_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:43:46.3297142Z test_nnc_correctness_new_empty_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:43:46.3310237Z test_nnc_correctness_new_empty_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:43:46.3323151Z test_nnc_correctness_new_empty_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:43:46.3341459Z test_nnc_correctness_new_full_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3359324Z test_nnc_correctness_new_full_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3376218Z test_nnc_correctness_new_full_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3393184Z test_nnc_correctness_new_full_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3410285Z test_nnc_correctness_new_full_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3427003Z test_nnc_correctness_new_full_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3443939Z test_nnc_correctness_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3460835Z test_nnc_correctness_new_full_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3477859Z test_nnc_correctness_new_full_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3495287Z test_nnc_correctness_new_full_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3511676Z test_nnc_correctness_new_full_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3528546Z test_nnc_correctness_new_full_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3545236Z test_nnc_correctness_new_full_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3562005Z test_nnc_correctness_new_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3578737Z test_nnc_correctness_new_ones_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3595569Z test_nnc_correctness_new_ones_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3612253Z test_nnc_correctness_new_ones_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3629024Z test_nnc_correctness_new_ones_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3645913Z test_nnc_correctness_new_ones_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3662465Z test_nnc_correctness_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3679201Z test_nnc_correctness_new_ones_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3696052Z test_nnc_correctness_new_ones_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3714117Z test_nnc_correctness_new_ones_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3731010Z test_nnc_correctness_new_ones_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3747729Z test_nnc_correctness_new_ones_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3764405Z test_nnc_correctness_new_ones_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3781126Z test_nnc_correctness_new_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3798065Z test_nnc_correctness_new_zeros_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3814800Z test_nnc_correctness_new_zeros_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3831435Z test_nnc_correctness_new_zeros_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3848250Z test_nnc_correctness_new_zeros_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3865188Z test_nnc_correctness_new_zeros_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3881937Z test_nnc_correctness_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3898853Z test_nnc_correctness_new_zeros_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3915779Z test_nnc_correctness_new_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3932656Z test_nnc_correctness_new_zeros_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3949380Z test_nnc_correctness_new_zeros_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3966474Z test_nnc_correctness_new_zeros_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3983045Z test_nnc_correctness_new_zeros_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.3999880Z test_nnc_correctness_nextafter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4016863Z test_nnc_correctness_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4033630Z test_nnc_correctness_nextafter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4050405Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4067090Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4083981Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4100608Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4117643Z 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.001s) 2022-09-27T15:43:46.4134520Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4151234Z 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.001s) 2022-09-27T15:43:46.4170015Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4186680Z 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.001s) 2022-09-27T15:43:46.4203556Z 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.001s) 2022-09-27T15:43:46.4220589Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4237384Z 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.001s) 2022-09-27T15:43:46.4254316Z 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.001s) 2022-09-27T15:43:46.4271013Z 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.001s) 2022-09-27T15:43:46.4287840Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4304723Z 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.001s) 2022-09-27T15:43:46.4321570Z 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.001s) 2022-09-27T15:43:46.4338325Z 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.001s) 2022-09-27T15:43:46.4354940Z 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.001s) 2022-09-27T15:43:46.4371595Z 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.001s) 2022-09-27T15:43:46.4388162Z 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.001s) 2022-09-27T15:43:46.4405050Z 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.001s) 2022-09-27T15:43:46.4421779Z 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.001s) 2022-09-27T15:43:46.4438527Z 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.001s) 2022-09-27T15:43:46.4455288Z 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.001s) 2022-09-27T15:43:46.4471914Z 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.001s) 2022-09-27T15:43:46.4488755Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4505576Z 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.001s) 2022-09-27T15:43:46.4518119Z test_nnc_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:46.4535151Z test_nnc_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4551673Z 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.001s) 2022-09-27T15:43:46.4564707Z test_nnc_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:46.4581212Z test_nnc_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4597950Z test_nnc_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4615988Z test_nnc_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4632694Z test_nnc_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4649565Z test_nnc_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4666144Z test_nnc_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4682828Z test_nnc_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4695670Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:46.4708200Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:46.4725177Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4741657Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4758863Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4775642Z test_nnc_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4792268Z test_nnc_correctness_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4809188Z test_nnc_correctness_nn_functional_celu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4825789Z test_nnc_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4842539Z test_nnc_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4859378Z test_nnc_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4876102Z test_nnc_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4892884Z test_nnc_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4909586Z test_nnc_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4926450Z test_nnc_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4943142Z test_nnc_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4959859Z test_nnc_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4976602Z test_nnc_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.4993465Z test_nnc_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5010124Z test_nnc_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5026909Z 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.001s) 2022-09-27T15:43:46.5044894Z 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.001s) 2022-09-27T15:43:46.5063036Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5079703Z 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.001s) 2022-09-27T15:43:46.5096446Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5113222Z 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.001s) 2022-09-27T15:43:46.5129855Z 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.001s) 2022-09-27T15:43:46.5146597Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5163365Z 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.001s) 2022-09-27T15:43:46.5179988Z 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.001s) 2022-09-27T15:43:46.5196911Z 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.001s) 2022-09-27T15:43:46.5213480Z 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.001s) 2022-09-27T15:43:46.5230117Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5247124Z 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.001s) 2022-09-27T15:43:46.5263724Z 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.001s) 2022-09-27T15:43:46.5280485Z 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.001s) 2022-09-27T15:43:46.5297457Z 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.001s) 2022-09-27T15:43:46.5314556Z 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.001s) 2022-09-27T15:43:46.5331109Z 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.001s) 2022-09-27T15:43:46.5347732Z 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.001s) 2022-09-27T15:43:46.5364531Z 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.001s) 2022-09-27T15:43:46.5381286Z 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.001s) 2022-09-27T15:43:46.5398109Z 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.001s) 2022-09-27T15:43:46.5414843Z 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.001s) 2022-09-27T15:43:46.5431653Z 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.001s) 2022-09-27T15:43:46.5448529Z test_nnc_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5465045Z 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.001s) 2022-09-27T15:43:46.5481861Z test_nnc_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5498677Z test_nnc_correctness_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5518053Z test_nnc_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5534956Z test_nnc_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5551591Z test_nnc_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5569015Z test_nnc_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5585335Z test_nnc_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5601949Z test_nnc_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5618605Z test_nnc_correctness_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5635492Z test_nnc_correctness_nn_functional_dropout_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5652088Z test_nnc_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5668614Z test_nnc_correctness_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5685357Z test_nnc_correctness_nn_functional_elu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5701975Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5718702Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5735413Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5751939Z test_nnc_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5768733Z test_nnc_correctness_nn_functional_embedding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5785219Z test_nnc_correctness_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5802009Z test_nnc_correctness_nn_functional_embedding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5818810Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5835554Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5852123Z 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.001s) 2022-09-27T15:43:46.5868699Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5885707Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5902100Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5918763Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5935417Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5951993Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5970366Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.5987035Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6003641Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6020255Z 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.001s) 2022-09-27T15:43:46.6036942Z 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.001s) 2022-09-27T15:43:46.6055004Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6071518Z 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.001s) 2022-09-27T15:43:46.6088317Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6104960Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6121740Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6138602Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6155331Z 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.001s) 2022-09-27T15:43:46.6172044Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6188701Z test_nnc_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6205570Z test_nnc_correctness_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6222047Z test_nnc_correctness_nn_functional_gelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6238706Z test_nnc_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6255402Z test_nnc_correctness_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6272043Z test_nnc_correctness_nn_functional_glu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6288805Z test_nnc_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6305716Z test_nnc_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6322476Z test_nnc_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6339303Z test_nnc_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6356164Z test_nnc_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6373024Z test_nnc_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6389615Z test_nnc_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6406531Z test_nnc_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6424750Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6441697Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6458522Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6475311Z test_nnc_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6492014Z test_nnc_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6508674Z test_nnc_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6525507Z test_nnc_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6542442Z test_nnc_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6559549Z test_nnc_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6575987Z test_nnc_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6592678Z test_nnc_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6609372Z test_nnc_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6625738Z test_nnc_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6642383Z 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.001s) 2022-09-27T15:43:46.6658974Z 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.001s) 2022-09-27T15:43:46.6675777Z 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.001s) 2022-09-27T15:43:46.6692480Z 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.001s) 2022-09-27T15:43:46.6709098Z test_nnc_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6725745Z test_nnc_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6742332Z test_nnc_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6758881Z test_nnc_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6775571Z test_nnc_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6792247Z test_nnc_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6809041Z test_nnc_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6825461Z test_nnc_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6842092Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6858814Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6876952Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6893684Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6910231Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6926856Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6943483Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6960222Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6976972Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.6993697Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7010330Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7026832Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7043668Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7060293Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7076960Z 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.001s) 2022-09-27T15:43:46.7093540Z 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.001s) 2022-09-27T15:43:46.7110155Z test_nnc_correctness_nn_functional_kl_div_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7126923Z test_nnc_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7143424Z test_nnc_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7160100Z test_nnc_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7176736Z test_nnc_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7193561Z test_nnc_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7210080Z test_nnc_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7226515Z test_nnc_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7243318Z test_nnc_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7259865Z test_nnc_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7276569Z test_nnc_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7293528Z test_nnc_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7310676Z test_nnc_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7328984Z test_nnc_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7345802Z test_nnc_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7363451Z test_nnc_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7380426Z test_nnc_correctness_nn_functional_linear_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7397460Z test_nnc_correctness_nn_functional_linear_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7414419Z test_nnc_correctness_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7431296Z test_nnc_correctness_nn_functional_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7448281Z test_nnc_correctness_nn_functional_linear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7464966Z test_nnc_correctness_nn_functional_linear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7481840Z test_nnc_correctness_nn_functional_linear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7498658Z test_nnc_correctness_nn_functional_linear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7515563Z test_nnc_correctness_nn_functional_linear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7532350Z test_nnc_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7549009Z test_nnc_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7565803Z test_nnc_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7582264Z test_nnc_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7599416Z test_nnc_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7615667Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7632253Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7649149Z 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.001s) 2022-09-27T15:43:46.7665656Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7682286Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7698923Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7715525Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7732058Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7748730Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7765380Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7778234Z test_nnc_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Works on some configs (0.001s) 2022-09-27T15:43:46.7796664Z test_nnc_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7813038Z test_nnc_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7829633Z test_nnc_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7846599Z test_nnc_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7863667Z test_nnc_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7880370Z test_nnc_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7897123Z test_nnc_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7913885Z test_nnc_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7930819Z test_nnc_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7947348Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7964168Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7980913Z test_nnc_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.7997846Z test_nnc_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8014493Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8031117Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8047954Z test_nnc_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8064665Z test_nnc_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8081253Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8097775Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8113971Z test_nnc_correctness_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8130417Z test_nnc_correctness_nn_functional_mish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8146913Z test_nnc_correctness_nn_functional_mse_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8163144Z test_nnc_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8179534Z test_nnc_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8195878Z test_nnc_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8212174Z test_nnc_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8228823Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8246752Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8263183Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8279710Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8296192Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8313168Z test_nnc_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8329588Z test_nnc_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8346210Z test_nnc_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8363084Z test_nnc_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8379721Z test_nnc_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8396638Z test_nnc_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8413239Z test_nnc_correctness_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8429851Z test_nnc_correctness_nn_functional_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8446640Z test_nnc_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8463279Z test_nnc_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8480045Z test_nnc_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8496808Z test_nnc_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8513573Z test_nnc_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8530328Z test_nnc_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8546924Z test_nnc_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8563935Z 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.001s) 2022-09-27T15:43:46.8580520Z test_nnc_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8597235Z test_nnc_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8614311Z test_nnc_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8630623Z test_nnc_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8649016Z test_nnc_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8666434Z test_nnc_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8683442Z test_nnc_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8701519Z 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.001s) 2022-09-27T15:43:46.8717977Z 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.001s) 2022-09-27T15:43:46.8734426Z 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.001s) 2022-09-27T15:43:46.8750696Z 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.001s) 2022-09-27T15:43:46.8767258Z 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.001s) 2022-09-27T15:43:46.8783777Z 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.001s) 2022-09-27T15:43:46.8800229Z test_nnc_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8816646Z 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.001s) 2022-09-27T15:43:46.8833150Z test_nnc_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8849655Z test_nnc_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8866378Z 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.001s) 2022-09-27T15:43:46.8883301Z 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.001s) 2022-09-27T15:43:46.8901036Z test_nnc_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8918914Z 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.001s) 2022-09-27T15:43:46.8935991Z test_nnc_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8952539Z test_nnc_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.8969379Z 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.001s) 2022-09-27T15:43:46.8986050Z 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.001s) 2022-09-27T15:43:46.9002694Z 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.001s) 2022-09-27T15:43:46.9019803Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9036977Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9053633Z 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.001s) 2022-09-27T15:43:46.9070461Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9087433Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9104148Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9120917Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9138587Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9157900Z 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-09-27T15:43:46.9176000Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9192678Z test_nnc_correctness_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9209566Z test_nnc_correctness_nn_functional_pdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9226067Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9242759Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9259215Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9275684Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9292528Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9309012Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9325467Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9341813Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9358291Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9374762Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9391547Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9409332Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9427064Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9444139Z 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.001s) 2022-09-27T15:43:46.9460830Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9477456Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9494275Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9510846Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9527680Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9544346Z 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.001s) 2022-09-27T15:43:46.9561047Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9577636Z 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.001s) 2022-09-27T15:43:46.9594355Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9612253Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9628770Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9645800Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9663639Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9681485Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9698507Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9715357Z 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.001s) 2022-09-27T15:43:46.9731797Z 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.001s) 2022-09-27T15:43:46.9748178Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9764620Z test_nnc_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9781132Z test_nnc_correctness_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9797601Z test_nnc_correctness_nn_functional_prelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9813984Z test_nnc_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9830242Z test_nnc_correctness_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9846775Z test_nnc_correctness_nn_functional_relu6_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9863017Z test_nnc_correctness_nn_functional_relu6_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9879377Z test_nnc_correctness_nn_functional_relu6_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9896029Z test_nnc_correctness_nn_functional_relu6_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9912708Z test_nnc_correctness_nn_functional_relu6_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9930535Z test_nnc_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9947987Z test_nnc_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9964781Z test_nnc_correctness_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9981396Z test_nnc_correctness_nn_functional_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:46.9997754Z test_nnc_correctness_nn_functional_relu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0014466Z test_nnc_correctness_nn_functional_relu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0030645Z test_nnc_correctness_nn_functional_relu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0047233Z test_nnc_correctness_nn_functional_relu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0065046Z test_nnc_correctness_nn_functional_relu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0081536Z test_nnc_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0097858Z test_nnc_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0114314Z test_nnc_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0130810Z test_nnc_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0146981Z test_nnc_correctness_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0163766Z test_nnc_correctness_nn_functional_selu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0181565Z test_nnc_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0199261Z test_nnc_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0216183Z test_nnc_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0232629Z test_nnc_correctness_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0249275Z test_nnc_correctness_nn_functional_silu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0265657Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0282068Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0298669Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0315298Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0331627Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0347819Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0364368Z 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.001s) 2022-09-27T15:43:47.0380635Z test_nnc_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0397039Z test_nnc_correctness_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0413815Z test_nnc_correctness_nn_functional_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0430585Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0448391Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0465949Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0482926Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0499565Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0517331Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0534000Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0550281Z 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.001s) 2022-09-27T15:43:47.0566836Z 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.001s) 2022-09-27T15:43:47.0583243Z 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.001s) 2022-09-27T15:43:47.0599683Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0616276Z test_nnc_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0632536Z test_nnc_correctness_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0649096Z test_nnc_correctness_nn_functional_softplus_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0665361Z test_nnc_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0681996Z test_nnc_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0698838Z test_nnc_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0716430Z test_nnc_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0733986Z test_nnc_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0750693Z test_nnc_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0767444Z test_nnc_correctness_nn_functional_softsign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0783879Z test_nnc_correctness_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0800352Z test_nnc_correctness_nn_functional_softsign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0816767Z test_nnc_correctness_nn_functional_softsign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0833127Z test_nnc_correctness_nn_functional_softsign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0849672Z test_nnc_correctness_nn_functional_softsign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0866008Z test_nnc_correctness_nn_functional_softsign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0882443Z test_nnc_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0898844Z test_nnc_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0915196Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0931563Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0948253Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.0968736Z 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-09-27T15:43:47.0986471Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1003578Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1020121Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1036660Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1053231Z test_nnc_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1069511Z test_nnc_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1085869Z test_nnc_correctness_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1102310Z test_nnc_correctness_nn_functional_threshold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1118781Z test_nnc_correctness_nn_functional_threshold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1135257Z test_nnc_correctness_nn_functional_threshold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1151582Z test_nnc_correctness_nn_functional_threshold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1168113Z test_nnc_correctness_nn_functional_threshold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1184376Z test_nnc_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1201165Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1218913Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1236562Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1253445Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1270431Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1287093Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1304106Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1321217Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1338211Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1355174Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1372196Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1389247Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1406043Z 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.001s) 2022-09-27T15:43:47.1424294Z 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.001s) 2022-09-27T15:43:47.1441460Z 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.001s) 2022-09-27T15:43:47.1458642Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1475468Z 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.001s) 2022-09-27T15:43:47.1492289Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1508629Z 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.001s) 2022-09-27T15:43:47.1525610Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1542049Z test_nnc_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1558725Z test_nnc_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1575439Z test_nnc_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1592050Z test_nnc_correctness_nn_functional_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1608890Z test_nnc_correctness_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1625390Z test_nnc_correctness_nn_functional_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1642041Z 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.001s) 2022-09-27T15:43:47.1658664Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1675291Z 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.001s) 2022-09-27T15:43:47.1692123Z 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.001s) 2022-09-27T15:43:47.1708849Z 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.001s) 2022-09-27T15:43:47.1725722Z 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.001s) 2022-09-27T15:43:47.1742058Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1758781Z test_nnc_correctness_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1775402Z test_nnc_correctness_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1791943Z test_nnc_correctness_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1808674Z test_nnc_correctness_nonzero_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1825182Z test_nnc_correctness_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1841761Z test_nnc_correctness_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1858459Z test_nnc_correctness_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1876518Z test_nnc_correctness_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1893187Z test_nnc_correctness_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1909668Z test_nnc_correctness_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1926573Z test_nnc_correctness_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1943084Z test_nnc_correctness_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1960135Z test_nnc_correctness_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1976711Z test_nnc_correctness_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.1993571Z test_nnc_correctness_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2010125Z test_nnc_correctness_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2026626Z test_nnc_correctness_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2043180Z test_nnc_correctness_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2059849Z test_nnc_correctness_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2076519Z test_nnc_correctness_norm_fro_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2093166Z test_nnc_correctness_norm_fro_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2109813Z test_nnc_correctness_norm_fro_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2126428Z test_nnc_correctness_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2142954Z test_nnc_correctness_norm_fro_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2159553Z test_nnc_correctness_norm_inf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2176204Z test_nnc_correctness_norm_inf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2192682Z test_nnc_correctness_norm_inf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2209589Z test_nnc_correctness_norm_inf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2225849Z test_nnc_correctness_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2242670Z test_nnc_correctness_norm_inf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2259413Z test_nnc_correctness_norm_nuc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2276087Z test_nnc_correctness_norm_nuc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2293032Z test_nnc_correctness_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2309622Z test_nnc_correctness_norm_nuc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2327668Z test_nnc_correctness_normal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2344374Z test_nnc_correctness_normal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2361038Z test_nnc_correctness_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2377719Z test_nnc_correctness_normal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2394393Z test_nnc_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2411089Z test_nnc_correctness_normal_number_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2427667Z test_nnc_correctness_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2444281Z test_nnc_correctness_normal_number_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2461119Z test_nnc_correctness_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2477930Z test_nnc_correctness_ones_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2494435Z test_nnc_correctness_ones_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2510960Z test_nnc_correctness_ones_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2527736Z test_nnc_correctness_ones_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2544196Z test_nnc_correctness_ones_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2560812Z test_nnc_correctness_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2577499Z test_nnc_correctness_ones_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2594075Z test_nnc_correctness_ones_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2610758Z test_nnc_correctness_ones_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2627305Z test_nnc_correctness_ones_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2644023Z test_nnc_correctness_ones_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2660702Z test_nnc_correctness_ones_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2677591Z test_nnc_correctness_ones_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2694294Z test_nnc_correctness_ones_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2710844Z test_nnc_correctness_ones_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2727526Z test_nnc_correctness_ones_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2744065Z test_nnc_correctness_ones_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2760772Z test_nnc_correctness_ones_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2778705Z test_nnc_correctness_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2795331Z test_nnc_correctness_ones_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2812004Z test_nnc_correctness_ones_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2828593Z test_nnc_correctness_ones_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2845422Z test_nnc_correctness_ones_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2862132Z test_nnc_correctness_ones_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2878691Z test_nnc_correctness_ones_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2895365Z test_nnc_correctness_ormqr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2911850Z test_nnc_correctness_ormqr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2928576Z test_nnc_correctness_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2945089Z test_nnc_correctness_ormqr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2961672Z test_nnc_correctness_outer_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2978273Z test_nnc_correctness_outer_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.2994908Z test_nnc_correctness_outer_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3011690Z test_nnc_correctness_outer_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3028174Z test_nnc_correctness_outer_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3044896Z test_nnc_correctness_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3061509Z test_nnc_correctness_outer_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3078175Z test_nnc_correctness_outer_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3094890Z test_nnc_correctness_outer_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3111297Z test_nnc_correctness_outer_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3128057Z test_nnc_correctness_outer_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3144563Z test_nnc_correctness_outer_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3161811Z test_nnc_correctness_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3178947Z test_nnc_correctness_pca_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3195598Z test_nnc_correctness_permute_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3212241Z test_nnc_correctness_permute_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3230120Z test_nnc_correctness_permute_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3247112Z test_nnc_correctness_permute_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3263562Z test_nnc_correctness_permute_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3280178Z test_nnc_correctness_permute_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3297009Z test_nnc_correctness_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3313969Z test_nnc_correctness_permute_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3330814Z test_nnc_correctness_permute_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3347510Z test_nnc_correctness_permute_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3364369Z test_nnc_correctness_permute_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3381210Z test_nnc_correctness_permute_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3398053Z test_nnc_correctness_permute_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3414932Z test_nnc_correctness_pinverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3431758Z test_nnc_correctness_pinverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3448826Z test_nnc_correctness_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3465608Z test_nnc_correctness_pinverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3482478Z test_nnc_correctness_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3499257Z test_nnc_correctness_polar_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3516231Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3533232Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3549962Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3566891Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3583408Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3600340Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3617098Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3633742Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3650457Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3667155Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3685208Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3702071Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3718758Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3735550Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3752177Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3769102Z 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.001s) 2022-09-27T15:43:47.3785685Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3802140Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3820174Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3837504Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3854182Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3870956Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3887866Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3904494Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3921246Z 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.001s) 2022-09-27T15:43:47.3938072Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.3954835Z 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.001s) 2022-09-27T15:43:47.3971616Z 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.001s) 2022-09-27T15:43:47.3988164Z 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.001s) 2022-09-27T15:43:47.4005013Z 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.001s) 2022-09-27T15:43:47.4021852Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4039239Z 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.001s) 2022-09-27T15:43:47.4055982Z 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.001s) 2022-09-27T15:43:47.4072750Z 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.001s) 2022-09-27T15:43:47.4089947Z 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.001s) 2022-09-27T15:43:47.4106761Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4124088Z 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.001s) 2022-09-27T15:43:47.4142105Z 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.001s) 2022-09-27T15:43:47.4158861Z 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.001s) 2022-09-27T15:43:47.4175485Z 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.001s) 2022-09-27T15:43:47.4192161Z 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.001s) 2022-09-27T15:43:47.4208979Z 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.001s) 2022-09-27T15:43:47.4225783Z 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.001s) 2022-09-27T15:43:47.4242561Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4259300Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4275924Z test_nnc_correctness_positive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4293045Z test_nnc_correctness_positive_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4309963Z test_nnc_correctness_positive_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4326892Z test_nnc_correctness_positive_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4343672Z test_nnc_correctness_positive_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4360206Z test_nnc_correctness_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4376972Z test_nnc_correctness_positive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4393756Z test_nnc_correctness_positive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4410535Z test_nnc_correctness_positive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4427079Z test_nnc_correctness_positive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4443931Z test_nnc_correctness_positive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4460661Z test_nnc_correctness_positive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4477537Z test_nnc_correctness_pow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4494299Z test_nnc_correctness_pow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4511014Z test_nnc_correctness_pow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4527849Z test_nnc_correctness_pow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4544542Z test_nnc_correctness_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4561491Z test_nnc_correctness_pow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4578226Z test_nnc_correctness_pow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4596218Z test_nnc_correctness_pow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4613084Z test_nnc_correctness_pow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4629833Z test_nnc_correctness_pow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4646805Z test_nnc_correctness_pow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4663557Z test_nnc_correctness_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4680377Z test_nnc_correctness_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4697391Z test_nnc_correctness_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4714266Z test_nnc_correctness_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4731069Z test_nnc_correctness_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4747668Z test_nnc_correctness_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4764457Z test_nnc_correctness_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4781299Z test_nnc_correctness_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4798611Z test_nnc_correctness_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4814957Z test_nnc_correctness_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4831494Z test_nnc_correctness_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4848554Z test_nnc_correctness_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4865166Z test_nnc_correctness_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4881957Z test_nnc_correctness_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4898745Z test_nnc_correctness_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4915492Z test_nnc_correctness_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4932280Z test_nnc_correctness_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4948922Z test_nnc_correctness_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4965836Z test_nnc_correctness_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4982469Z test_nnc_correctness_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.4999134Z test_nnc_correctness_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5015855Z test_nnc_correctness_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5032668Z test_nnc_correctness_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5051222Z test_nnc_correctness_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5067856Z test_nnc_correctness_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5084952Z test_nnc_correctness_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5101351Z test_nnc_correctness_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5118103Z test_nnc_correctness_quantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5134753Z test_nnc_correctness_rad2deg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5151509Z test_nnc_correctness_rad2deg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5168392Z test_nnc_correctness_rad2deg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5185036Z test_nnc_correctness_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5201761Z test_nnc_correctness_rad2deg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5218461Z test_nnc_correctness_rad2deg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5235148Z test_nnc_correctness_rad2deg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5251811Z test_nnc_correctness_rad2deg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5268420Z test_nnc_correctness_rad2deg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5285345Z test_nnc_correctness_rad2deg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5302392Z test_nnc_correctness_rand_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5319254Z test_nnc_correctness_rand_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5336836Z test_nnc_correctness_rand_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5353841Z test_nnc_correctness_rand_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5370463Z test_nnc_correctness_rand_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5387001Z test_nnc_correctness_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5403773Z test_nnc_correctness_rand_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5420389Z test_nnc_correctness_randint_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5437114Z test_nnc_correctness_randint_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5453874Z test_nnc_correctness_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5470366Z test_nnc_correctness_randint_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5487131Z test_nnc_correctness_randint_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5505036Z test_nnc_correctness_randint_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5521820Z test_nnc_correctness_randint_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5538534Z test_nnc_correctness_randint_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5555457Z test_nnc_correctness_randint_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5573378Z test_nnc_correctness_randn_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5591322Z test_nnc_correctness_randn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5608523Z test_nnc_correctness_randn_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5625098Z test_nnc_correctness_randn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5641489Z test_nnc_correctness_randn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5658066Z test_nnc_correctness_randn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5674481Z test_nnc_correctness_randn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5690803Z test_nnc_correctness_randn_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5707166Z test_nnc_correctness_randn_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5723542Z test_nnc_correctness_randn_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5739963Z test_nnc_correctness_randn_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5756393Z test_nnc_correctness_randn_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5772757Z test_nnc_correctness_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5789045Z test_nnc_correctness_randn_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5805588Z test_nnc_correctness_ravel_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5822338Z test_nnc_correctness_ravel_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5840094Z test_nnc_correctness_ravel_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5857762Z test_nnc_correctness_ravel_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5874687Z test_nnc_correctness_ravel_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5891173Z test_nnc_correctness_ravel_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5907482Z test_nnc_correctness_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5924309Z test_nnc_correctness_ravel_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5940916Z test_nnc_correctness_ravel_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5958920Z test_nnc_correctness_ravel_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5975446Z test_nnc_correctness_ravel_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.5991851Z test_nnc_correctness_ravel_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6008504Z test_nnc_correctness_ravel_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6024755Z test_nnc_correctness_real_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6041283Z test_nnc_correctness_real_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6057841Z test_nnc_correctness_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6074859Z test_nnc_correctness_real_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6092610Z test_nnc_correctness_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6110399Z test_nnc_correctness_real_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6127457Z test_nnc_correctness_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6144003Z test_nnc_correctness_real_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6160443Z test_nnc_correctness_real_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6177064Z test_nnc_correctness_real_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6193561Z test_nnc_correctness_real_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6210051Z test_nnc_correctness_real_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6226608Z test_nnc_correctness_real_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6243144Z test_nnc_correctness_reciprocal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6259779Z test_nnc_correctness_reciprocal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6276226Z test_nnc_correctness_reciprocal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6292641Z test_nnc_correctness_reciprocal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6309903Z test_nnc_correctness_reciprocal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6326489Z test_nnc_correctness_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6343709Z test_nnc_correctness_reciprocal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6360090Z test_nnc_correctness_reciprocal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6377196Z test_nnc_correctness_reciprocal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6394194Z test_nnc_correctness_reciprocal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6413271Z test_nnc_correctness_reciprocal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6429978Z test_nnc_correctness_reciprocal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6446765Z test_nnc_correctness_remainder_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6463200Z test_nnc_correctness_remainder_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6479804Z test_nnc_correctness_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6496519Z test_nnc_correctness_remainder_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6513046Z test_nnc_correctness_remainder_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6529576Z test_nnc_correctness_remainder_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6545957Z test_nnc_correctness_remainder_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6562491Z test_nnc_correctness_remainder_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6579365Z test_nnc_correctness_remainder_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6597276Z test_nnc_correctness_renorm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6615089Z test_nnc_correctness_renorm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6632093Z test_nnc_correctness_renorm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6649101Z test_nnc_correctness_renorm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6665261Z test_nnc_correctness_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6681814Z test_nnc_correctness_renorm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6698574Z test_nnc_correctness_repeat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6715412Z test_nnc_correctness_repeat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6732263Z test_nnc_correctness_repeat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6748970Z test_nnc_correctness_repeat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6765804Z test_nnc_correctness_repeat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6782668Z test_nnc_correctness_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6799440Z test_nnc_correctness_repeat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6816290Z test_nnc_correctness_repeat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6833331Z test_nnc_correctness_repeat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6850108Z test_nnc_correctness_repeat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6868151Z test_nnc_correctness_repeat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6884914Z test_nnc_correctness_repeat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6901855Z test_nnc_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6918530Z test_nnc_correctness_repeat_interleave_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6935326Z test_nnc_correctness_repeat_interleave_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6951952Z test_nnc_correctness_repeat_interleave_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6968935Z test_nnc_correctness_repeat_interleave_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.6985546Z test_nnc_correctness_repeat_interleave_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7002505Z test_nnc_correctness_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7019430Z test_nnc_correctness_repeat_interleave_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7036066Z test_nnc_correctness_repeat_interleave_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7052711Z test_nnc_correctness_repeat_interleave_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7069298Z test_nnc_correctness_repeat_interleave_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7086060Z test_nnc_correctness_repeat_interleave_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7102664Z test_nnc_correctness_repeat_interleave_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7119412Z test_nnc_correctness_reshape_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7136254Z test_nnc_correctness_reshape_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7153028Z test_nnc_correctness_reshape_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7169749Z test_nnc_correctness_reshape_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7186449Z test_nnc_correctness_reshape_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7203324Z test_nnc_correctness_reshape_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7220174Z test_nnc_correctness_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7236811Z test_nnc_correctness_reshape_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7253663Z test_nnc_correctness_reshape_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7270418Z test_nnc_correctness_reshape_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7286999Z test_nnc_correctness_reshape_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7303726Z test_nnc_correctness_reshape_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7321966Z test_nnc_correctness_reshape_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7339006Z test_nnc_correctness_reshape_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7355997Z test_nnc_correctness_reshape_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7373136Z test_nnc_correctness_reshape_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7389417Z test_nnc_correctness_reshape_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7406235Z test_nnc_correctness_reshape_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7422638Z test_nnc_correctness_reshape_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7439399Z test_nnc_correctness_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7456002Z test_nnc_correctness_reshape_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7472598Z test_nnc_correctness_reshape_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7489346Z test_nnc_correctness_reshape_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7505888Z test_nnc_correctness_reshape_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7522680Z test_nnc_correctness_reshape_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7539211Z test_nnc_correctness_reshape_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7555920Z test_nnc_correctness_resize__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7572487Z test_nnc_correctness_resize__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7589205Z test_nnc_correctness_resize__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7606028Z test_nnc_correctness_resize__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7622649Z test_nnc_correctness_resize__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7639253Z test_nnc_correctness_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7655861Z test_nnc_correctness_resize__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7672420Z test_nnc_correctness_resize__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7689282Z test_nnc_correctness_resize__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7705745Z test_nnc_correctness_resize__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7722439Z test_nnc_correctness_resize__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7739131Z test_nnc_correctness_resize__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7755879Z test_nnc_correctness_resize_as__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7773853Z test_nnc_correctness_resize_as__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7790442Z test_nnc_correctness_resize_as__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7807184Z test_nnc_correctness_resize_as__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7823635Z test_nnc_correctness_resize_as__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7840423Z test_nnc_correctness_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7857070Z test_nnc_correctness_resize_as__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7873733Z test_nnc_correctness_resize_as__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7890343Z test_nnc_correctness_resize_as__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7906947Z test_nnc_correctness_resize_as__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7923547Z test_nnc_correctness_resize_as__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7940140Z test_nnc_correctness_resize_as__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7956811Z test_nnc_correctness_resolve_conj_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7973426Z test_nnc_correctness_resolve_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.7989898Z test_nnc_correctness_resolve_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8006623Z test_nnc_correctness_resolve_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8023123Z test_nnc_correctness_resolve_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8039770Z test_nnc_correctness_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8056413Z test_nnc_correctness_resolve_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8073118Z test_nnc_correctness_resolve_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8089743Z test_nnc_correctness_resolve_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8106234Z test_nnc_correctness_resolve_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8122931Z test_nnc_correctness_resolve_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8139583Z test_nnc_correctness_resolve_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8156235Z test_nnc_correctness_resolve_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8172815Z test_nnc_correctness_resolve_neg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8189394Z test_nnc_correctness_resolve_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8206094Z test_nnc_correctness_resolve_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8223856Z test_nnc_correctness_resolve_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8240606Z test_nnc_correctness_resolve_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8257102Z test_nnc_correctness_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8273871Z test_nnc_correctness_resolve_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8290468Z test_nnc_correctness_resolve_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8307021Z test_nnc_correctness_resolve_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8323760Z test_nnc_correctness_resolve_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8340395Z test_nnc_correctness_resolve_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8357148Z test_nnc_correctness_resolve_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8374108Z test_nnc_correctness_roll_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8390382Z test_nnc_correctness_roll_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8407319Z test_nnc_correctness_roll_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8423823Z test_nnc_correctness_roll_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8440481Z test_nnc_correctness_roll_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8457177Z test_nnc_correctness_roll_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8473802Z test_nnc_correctness_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8490418Z test_nnc_correctness_roll_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8506923Z test_nnc_correctness_roll_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8523820Z test_nnc_correctness_roll_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8540417Z test_nnc_correctness_roll_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8557063Z test_nnc_correctness_roll_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8573799Z test_nnc_correctness_roll_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8590373Z test_nnc_correctness_rot90_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8607160Z test_nnc_correctness_rot90_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8623607Z test_nnc_correctness_rot90_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8640508Z test_nnc_correctness_rot90_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8657211Z test_nnc_correctness_rot90_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8675093Z test_nnc_correctness_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8691783Z test_nnc_correctness_rot90_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8708334Z test_nnc_correctness_rot90_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8724979Z test_nnc_correctness_rot90_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8741641Z test_nnc_correctness_rot90_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8758354Z test_nnc_correctness_rot90_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8775086Z test_nnc_correctness_rot90_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8791605Z test_nnc_correctness_round_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8808377Z test_nnc_correctness_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8824819Z test_nnc_correctness_round_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8841388Z test_nnc_correctness_round_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8858329Z test_nnc_correctness_round_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8874935Z test_nnc_correctness_round_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8891753Z test_nnc_correctness_round_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8908482Z test_nnc_correctness_round_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8925593Z test_nnc_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8942073Z test_nnc_correctness_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8958719Z test_nnc_correctness_round_decimals_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8975486Z test_nnc_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.8992349Z test_nnc_correctness_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9009248Z test_nnc_correctness_round_decimals_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9025684Z 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.001s) 2022-09-27T15:43:47.9043153Z 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.001s) 2022-09-27T15:43:47.9059810Z 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.001s) 2022-09-27T15:43:47.9076949Z test_nnc_correctness_rsqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9093824Z test_nnc_correctness_rsqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9110723Z test_nnc_correctness_rsqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9129378Z test_nnc_correctness_rsqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9146370Z test_nnc_correctness_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9163082Z test_nnc_correctness_rsqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9180105Z test_nnc_correctness_rsqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9197052Z test_nnc_correctness_rsqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9213558Z test_nnc_correctness_rsqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9230140Z test_nnc_correctness_rsqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9246906Z test_nnc_correctness_rsqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9263369Z test_nnc_correctness_rsub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9280127Z test_nnc_correctness_rsub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9297146Z test_nnc_correctness_rsub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9313816Z test_nnc_correctness_rsub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9330363Z test_nnc_correctness_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9346729Z test_nnc_correctness_rsub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9363466Z test_nnc_correctness_rsub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9380081Z test_nnc_correctness_rsub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9396796Z test_nnc_correctness_rsub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9413448Z test_nnc_correctness_rsub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9430078Z test_nnc_correctness_rsub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9446973Z test_nnc_correctness_scatter_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9463407Z test_nnc_correctness_scatter_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9480033Z test_nnc_correctness_scatter_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9496683Z test_nnc_correctness_scatter_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9513345Z test_nnc_correctness_scatter_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9529966Z test_nnc_correctness_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9546374Z test_nnc_correctness_scatter_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9563160Z test_nnc_correctness_scatter_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9581258Z test_nnc_correctness_scatter_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9598035Z test_nnc_correctness_scatter_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9614604Z test_nnc_correctness_scatter_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9631002Z test_nnc_correctness_scatter_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9648035Z test_nnc_correctness_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9664941Z test_nnc_correctness_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9681907Z test_nnc_correctness_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9698365Z test_nnc_correctness_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9715122Z test_nnc_correctness_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9731679Z test_nnc_correctness_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9748203Z test_nnc_correctness_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9764939Z test_nnc_correctness_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9781757Z test_nnc_correctness_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9798309Z test_nnc_correctness_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9814911Z test_nnc_correctness_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9831300Z test_nnc_correctness_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9848083Z test_nnc_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9864520Z test_nnc_correctness_scatter_reduce_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9881116Z test_nnc_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9897987Z test_nnc_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9914610Z test_nnc_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9931464Z test_nnc_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9947926Z test_nnc_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9964354Z test_nnc_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9980920Z test_nnc_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:47.9997534Z test_nnc_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0014353Z test_nnc_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0032503Z test_nnc_correctness_scatter_reduce_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0049764Z test_nnc_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0066360Z test_nnc_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0083254Z test_nnc_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0100101Z test_nnc_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0116923Z test_nnc_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0134148Z test_nnc_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0151145Z test_nnc_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0168716Z test_nnc_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0185449Z test_nnc_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0202351Z test_nnc_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0219216Z test_nnc_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0236002Z test_nnc_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0252938Z test_nnc_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0269629Z test_nnc_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0286612Z test_nnc_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0303505Z test_nnc_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0320485Z test_nnc_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0337286Z test_nnc_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0354265Z test_nnc_correctness_scatter_reduce_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0371132Z test_nnc_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0388124Z test_nnc_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0405189Z test_nnc_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0421859Z test_nnc_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0438531Z test_nnc_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0455321Z test_nnc_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0472102Z test_nnc_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0490579Z test_nnc_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0507371Z test_nnc_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0524227Z test_nnc_correctness_scatter_reduce_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0541093Z test_nnc_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0558023Z test_nnc_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0574817Z test_nnc_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0591677Z test_nnc_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0608661Z test_nnc_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0625414Z test_nnc_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0642323Z test_nnc_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0659564Z test_nnc_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0676285Z test_nnc_correctness_searchsorted_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0692962Z test_nnc_correctness_searchsorted_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0709721Z test_nnc_correctness_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0726772Z test_nnc_correctness_searchsorted_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0743659Z test_nnc_correctness_searchsorted_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0760388Z test_nnc_correctness_searchsorted_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0777282Z test_nnc_correctness_searchsorted_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0794043Z test_nnc_correctness_searchsorted_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0810991Z test_nnc_correctness_searchsorted_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0827792Z test_nnc_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0844685Z test_nnc_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0861561Z test_nnc_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0878404Z test_nnc_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0895211Z test_nnc_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0912087Z test_nnc_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0928951Z test_nnc_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0947228Z test_nnc_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0964201Z test_nnc_correctness_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0981076Z test_nnc_correctness_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.0998031Z test_nnc_correctness_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1014860Z test_nnc_correctness_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1031638Z test_nnc_correctness_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1048707Z test_nnc_correctness_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1065403Z test_nnc_correctness_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1082475Z test_nnc_correctness_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1099294Z test_nnc_correctness_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1116089Z test_nnc_correctness_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1132945Z test_nnc_correctness_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1149748Z test_nnc_correctness_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1166867Z test_nnc_correctness_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1183503Z test_nnc_correctness_select_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1200404Z test_nnc_correctness_select_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1217294Z test_nnc_correctness_select_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1234233Z test_nnc_correctness_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1250981Z test_nnc_correctness_select_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1267726Z test_nnc_correctness_select_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1284691Z test_nnc_correctness_select_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1301937Z test_nnc_correctness_select_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1319040Z test_nnc_correctness_select_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1336060Z test_nnc_correctness_select_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1353046Z test_nnc_correctness_sgn_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1370007Z test_nnc_correctness_sgn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1386851Z test_nnc_correctness_sgn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1405299Z test_nnc_correctness_sgn_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1422147Z test_nnc_correctness_sgn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1439077Z test_nnc_correctness_sgn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1457008Z test_nnc_correctness_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1473703Z test_nnc_correctness_sgn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1490449Z test_nnc_correctness_sgn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1507148Z test_nnc_correctness_sgn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1523981Z test_nnc_correctness_sgn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1540898Z test_nnc_correctness_sgn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1557588Z test_nnc_correctness_sgn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1574549Z test_nnc_correctness_short_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1591207Z test_nnc_correctness_short_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1608295Z test_nnc_correctness_short_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1624857Z test_nnc_correctness_short_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1641707Z test_nnc_correctness_short_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1658613Z test_nnc_correctness_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1675617Z test_nnc_correctness_short_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1693697Z test_nnc_correctness_short_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1710639Z test_nnc_correctness_short_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1727523Z test_nnc_correctness_short_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1744315Z test_nnc_correctness_short_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1761159Z test_nnc_correctness_short_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1778131Z test_nnc_correctness_sigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1795145Z test_nnc_correctness_sigmoid_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1811887Z test_nnc_correctness_sigmoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1828605Z test_nnc_correctness_sigmoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1845607Z test_nnc_correctness_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1864637Z test_nnc_correctness_sigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1881670Z test_nnc_correctness_sigmoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1898401Z test_nnc_correctness_sigmoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1915342Z test_nnc_correctness_sigmoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1932646Z test_nnc_correctness_sigmoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1949091Z test_nnc_correctness_sigmoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1966053Z test_nnc_correctness_sign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1982376Z test_nnc_correctness_sign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.1998799Z test_nnc_correctness_sign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2015517Z test_nnc_correctness_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2031956Z test_nnc_correctness_sign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2048730Z test_nnc_correctness_sign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2065176Z test_nnc_correctness_sign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2081801Z test_nnc_correctness_sign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2098396Z test_nnc_correctness_sign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2115092Z test_nnc_correctness_sign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2131789Z test_nnc_correctness_signbit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2148303Z test_nnc_correctness_signbit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2164979Z test_nnc_correctness_signbit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2181560Z test_nnc_correctness_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2198167Z test_nnc_correctness_signbit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2214854Z test_nnc_correctness_signbit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2231449Z test_nnc_correctness_signbit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2248480Z test_nnc_correctness_signbit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2264957Z test_nnc_correctness_signbit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2281629Z test_nnc_correctness_signbit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2298381Z test_nnc_correctness_sin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2317029Z test_nnc_correctness_sin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2333629Z test_nnc_correctness_sin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2350292Z test_nnc_correctness_sin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2366985Z test_nnc_correctness_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2383510Z test_nnc_correctness_sin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2400157Z test_nnc_correctness_sin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2416934Z test_nnc_correctness_sin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2433777Z test_nnc_correctness_sin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2451613Z test_nnc_correctness_sin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2469192Z test_nnc_correctness_sin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2486205Z test_nnc_correctness_sinc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2502709Z test_nnc_correctness_sinc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2519081Z test_nnc_correctness_sinc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2535601Z test_nnc_correctness_sinc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2551847Z test_nnc_correctness_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2568557Z test_nnc_correctness_sinc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2584961Z test_nnc_correctness_sinc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2601419Z test_nnc_correctness_sinc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2617847Z test_nnc_correctness_sinc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2634132Z test_nnc_correctness_sinc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2650572Z test_nnc_correctness_sinc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2667072Z test_nnc_correctness_sinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2683872Z test_nnc_correctness_sinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2701766Z test_nnc_correctness_sinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2719555Z test_nnc_correctness_sinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2736535Z test_nnc_correctness_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2753276Z test_nnc_correctness_sinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2771165Z test_nnc_correctness_sinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2787762Z test_nnc_correctness_sinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2804215Z test_nnc_correctness_sinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2820647Z test_nnc_correctness_sinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2837298Z test_nnc_correctness_sinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2853881Z test_nnc_correctness_slice_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2870148Z test_nnc_correctness_slice_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2886747Z test_nnc_correctness_slice_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2903001Z test_nnc_correctness_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2919411Z test_nnc_correctness_slice_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2936277Z test_nnc_correctness_slice_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2954172Z test_nnc_correctness_slice_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2972087Z test_nnc_correctness_slice_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.2988801Z test_nnc_correctness_slice_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3005635Z test_nnc_correctness_slice_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3022174Z test_nnc_correctness_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3038842Z test_nnc_correctness_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3055499Z test_nnc_correctness_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3072123Z test_nnc_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3089104Z test_nnc_correctness_softmax_with_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3105524Z test_nnc_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3122109Z test_nnc_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3138769Z test_nnc_correctness_softmax_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3155405Z test_nnc_correctness_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3171989Z test_nnc_correctness_softmax_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3189059Z test_nnc_correctness_softmax_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3207106Z test_nnc_correctness_softmax_with_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3226385Z test_nnc_correctness_softmax_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3243541Z test_nnc_correctness_softmax_with_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3260276Z test_nnc_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3276904Z test_nnc_correctness_sort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3293666Z test_nnc_correctness_sort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3310634Z test_nnc_correctness_sort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3327345Z test_nnc_correctness_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3343938Z test_nnc_correctness_sort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3360696Z test_nnc_correctness_sort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3377233Z test_nnc_correctness_sort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3393917Z test_nnc_correctness_sort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3410502Z test_nnc_correctness_sort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3427020Z test_nnc_correctness_sort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3444063Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3462026Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3479610Z test_nnc_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3496294Z test_nnc_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3512931Z test_nnc_correctness_special_airy_ai_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3529612Z test_nnc_correctness_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3546173Z test_nnc_correctness_special_airy_ai_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3562821Z test_nnc_correctness_special_airy_ai_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3579425Z test_nnc_correctness_special_airy_ai_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3596095Z test_nnc_correctness_special_airy_ai_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3612654Z test_nnc_correctness_special_airy_ai_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3629156Z test_nnc_correctness_special_airy_ai_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3645863Z test_nnc_correctness_special_bessel_j0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3662553Z test_nnc_correctness_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3680560Z test_nnc_correctness_special_bessel_j0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3697976Z test_nnc_correctness_special_bessel_j0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3714770Z test_nnc_correctness_special_bessel_j0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3731472Z test_nnc_correctness_special_bessel_j0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3748043Z test_nnc_correctness_special_bessel_j0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3764954Z test_nnc_correctness_special_bessel_j0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3781542Z test_nnc_correctness_special_bessel_j1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3798254Z test_nnc_correctness_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3814981Z test_nnc_correctness_special_bessel_j1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3831586Z test_nnc_correctness_special_bessel_j1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3848238Z test_nnc_correctness_special_bessel_j1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3864790Z test_nnc_correctness_special_bessel_j1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3881467Z test_nnc_correctness_special_bessel_j1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3898123Z test_nnc_correctness_special_bessel_j1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3915009Z test_nnc_correctness_special_bessel_y0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3931958Z test_nnc_correctness_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3948731Z test_nnc_correctness_special_bessel_y0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3965497Z test_nnc_correctness_special_bessel_y0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3982146Z test_nnc_correctness_special_bessel_y0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.3998750Z test_nnc_correctness_special_bessel_y0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4015531Z test_nnc_correctness_special_bessel_y0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4032230Z test_nnc_correctness_special_bessel_y0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4049018Z test_nnc_correctness_special_bessel_y1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4065657Z test_nnc_correctness_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4082300Z test_nnc_correctness_special_bessel_y1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4098967Z test_nnc_correctness_special_bessel_y1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4115812Z test_nnc_correctness_special_bessel_y1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4134147Z test_nnc_correctness_special_bessel_y1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4150843Z test_nnc_correctness_special_bessel_y1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4167685Z test_nnc_correctness_special_bessel_y1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4180448Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4193513Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4207071Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4220447Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4233099Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4246236Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4259037Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4271940Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4285120Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4298218Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4311509Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4324472Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4337350Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4350163Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4363261Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4376217Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4388938Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4401938Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4414949Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4428207Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4441525Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4455713Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4469003Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4482115Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4495174Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4509127Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4522180Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4534921Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4547861Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4560542Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4573412Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4586138Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4603778Z test_nnc_correctness_special_entr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4620970Z test_nnc_correctness_special_entr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4637764Z test_nnc_correctness_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4654510Z test_nnc_correctness_special_entr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4671139Z test_nnc_correctness_special_entr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4688012Z test_nnc_correctness_special_entr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4704821Z test_nnc_correctness_special_entr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4721463Z test_nnc_correctness_special_entr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4738244Z test_nnc_correctness_special_entr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4755301Z test_nnc_correctness_special_erfcx_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4771726Z test_nnc_correctness_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4788361Z test_nnc_correctness_special_erfcx_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4805126Z test_nnc_correctness_special_erfcx_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4821744Z test_nnc_correctness_special_erfcx_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4838448Z test_nnc_correctness_special_erfcx_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4855123Z test_nnc_correctness_special_erfcx_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4871616Z test_nnc_correctness_special_erfcx_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.4884270Z test_nnc_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4896924Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4909848Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4922839Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4936537Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4949264Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4962033Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4975035Z test_nnc_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.4987766Z test_nnc_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5000628Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5013407Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5026157Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5038944Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5051773Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5064474Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5077244Z test_nnc_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5094742Z test_nnc_correctness_special_i0e_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5111453Z test_nnc_correctness_special_i0e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5128376Z test_nnc_correctness_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5145015Z test_nnc_correctness_special_i0e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5161910Z test_nnc_correctness_special_i0e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5178685Z test_nnc_correctness_special_i0e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5195490Z test_nnc_correctness_special_i0e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5212058Z test_nnc_correctness_special_i0e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5228807Z test_nnc_correctness_special_i0e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5245488Z test_nnc_correctness_special_i1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5262192Z test_nnc_correctness_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5278866Z test_nnc_correctness_special_i1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5295745Z test_nnc_correctness_special_i1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5312491Z test_nnc_correctness_special_i1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5329437Z test_nnc_correctness_special_i1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5347356Z test_nnc_correctness_special_i1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5364245Z test_nnc_correctness_special_i1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5380986Z test_nnc_correctness_special_i1e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5397827Z test_nnc_correctness_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5414674Z test_nnc_correctness_special_i1e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5431408Z test_nnc_correctness_special_i1e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5448271Z test_nnc_correctness_special_i1e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5464960Z test_nnc_correctness_special_i1e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5481912Z test_nnc_correctness_special_i1e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5498842Z test_nnc_correctness_special_i1e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5511515Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5524368Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5537176Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5549883Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5562637Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5575490Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5588205Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5601033Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5613816Z test_nnc_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5626508Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5639307Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5652282Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5664909Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5677760Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5690673Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5703475Z test_nnc_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.5720414Z test_nnc_correctness_special_log_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5738509Z test_nnc_correctness_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5755271Z test_nnc_correctness_special_log_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5771855Z test_nnc_correctness_special_log_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5788456Z test_nnc_correctness_special_log_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5805163Z test_nnc_correctness_special_log_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5821750Z test_nnc_correctness_special_log_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5838536Z test_nnc_correctness_special_log_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.5855033Z 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.001s) 2022-09-27T15:43:48.5871642Z 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.001s) 2022-09-27T15:43:48.5888468Z 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.001s) 2022-09-27T15:43:48.5905006Z 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.001s) 2022-09-27T15:43:48.5921642Z 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.001s) 2022-09-27T15:43:48.5938531Z 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.001s) 2022-09-27T15:43:48.5955098Z 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.001s) 2022-09-27T15:43:48.5971773Z 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.001s) 2022-09-27T15:43:48.5988385Z 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.001s) 2022-09-27T15:43:48.6004960Z 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.001s) 2022-09-27T15:43:48.6021826Z 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.001s) 2022-09-27T15:43:48.6038575Z test_nnc_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6055414Z test_nnc_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6072175Z test_nnc_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6089203Z test_nnc_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6105927Z test_nnc_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6122849Z test_nnc_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6139742Z test_nnc_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6156549Z test_nnc_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6173454Z test_nnc_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6191638Z test_nnc_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6208832Z test_nnc_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6225531Z test_nnc_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6242578Z test_nnc_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6259334Z 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.001s) 2022-09-27T15:43:48.6276259Z 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.001s) 2022-09-27T15:43:48.6293178Z 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.001s) 2022-09-27T15:43:48.6310035Z 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.001s) 2022-09-27T15:43:48.6327029Z 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.001s) 2022-09-27T15:43:48.6344129Z 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.001s) 2022-09-27T15:43:48.6361426Z 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.001s) 2022-09-27T15:43:48.6378143Z 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.001s) 2022-09-27T15:43:48.6395003Z test_nnc_correctness_special_ndtr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6411948Z test_nnc_correctness_special_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6428944Z test_nnc_correctness_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6445890Z test_nnc_correctness_special_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6462883Z test_nnc_correctness_special_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6480077Z test_nnc_correctness_special_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6496919Z test_nnc_correctness_special_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6513993Z test_nnc_correctness_special_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6530763Z test_nnc_correctness_special_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6547604Z test_nnc_correctness_special_ndtri_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6564514Z test_nnc_correctness_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6581488Z test_nnc_correctness_special_ndtri_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6598197Z test_nnc_correctness_special_ndtri_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6614657Z test_nnc_correctness_special_ndtri_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6631444Z test_nnc_correctness_special_ndtri_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6649445Z test_nnc_correctness_special_ndtri_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6665817Z test_nnc_correctness_special_ndtri_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6682428Z 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.001s) 2022-09-27T15:43:48.6698958Z 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.001s) 2022-09-27T15:43:48.6715873Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6732776Z 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.001s) 2022-09-27T15:43:48.6749561Z 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.001s) 2022-09-27T15:43:48.6766570Z 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.001s) 2022-09-27T15:43:48.6783237Z 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.001s) 2022-09-27T15:43:48.6800143Z 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.001s) 2022-09-27T15:43:48.6816991Z 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.001s) 2022-09-27T15:43:48.6833829Z 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.001s) 2022-09-27T15:43:48.6850845Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6867737Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6884648Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6901510Z 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.001s) 2022-09-27T15:43:48.6918450Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6935413Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6952108Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6969324Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.6986087Z 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.001s) 2022-09-27T15:43:48.7003083Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7019833Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7036623Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7053597Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7070437Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7087476Z 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.001s) 2022-09-27T15:43:48.7100331Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7115659Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7128870Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7141614Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7154435Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7167103Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7179882Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7192574Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7205481Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7218290Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7230829Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7243542Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7256459Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7268961Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7281555Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7294029Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7306791Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7319519Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7332581Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7345191Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7357693Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7370398Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7383319Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7395967Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7409281Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7421584Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7434040Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7447041Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7459708Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7474695Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7487322Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7499905Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:48.7517990Z 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.001s) 2022-09-27T15:43:48.7535181Z 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.001s) 2022-09-27T15:43:48.7551997Z 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.001s) 2022-09-27T15:43:48.7569112Z 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.001s) 2022-09-27T15:43:48.7585855Z 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.001s) 2022-09-27T15:43:48.7602771Z 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.001s) 2022-09-27T15:43:48.7619714Z 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.001s) 2022-09-27T15:43:48.7636504Z 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.001s) 2022-09-27T15:43:48.7653313Z test_nnc_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7670149Z test_nnc_correctness_special_xlog1py_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7687089Z test_nnc_correctness_special_xlog1py_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7703888Z test_nnc_correctness_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7720792Z test_nnc_correctness_special_xlog1py_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7737726Z test_nnc_correctness_special_xlog1py_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7754836Z test_nnc_correctness_special_xlog1py_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7771622Z test_nnc_correctness_special_xlog1py_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7788435Z test_nnc_correctness_special_xlog1py_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7805370Z test_nnc_correctness_special_xlog1py_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7822197Z test_nnc_correctness_special_zeta_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7839203Z test_nnc_correctness_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7855789Z test_nnc_correctness_special_zeta_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7872513Z test_nnc_correctness_special_zeta_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7889372Z test_nnc_correctness_special_zeta_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7906151Z test_nnc_correctness_special_zeta_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7924415Z test_nnc_correctness_special_zeta_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7941204Z test_nnc_correctness_special_zeta_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7957881Z test_nnc_correctness_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7974680Z test_nnc_correctness_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.7991416Z test_nnc_correctness_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8008182Z test_nnc_correctness_split_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8024661Z test_nnc_correctness_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8041530Z test_nnc_correctness_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8058292Z test_nnc_correctness_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8075051Z test_nnc_correctness_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8091685Z test_nnc_correctness_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8108330Z test_nnc_correctness_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8125216Z test_nnc_correctness_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8142084Z test_nnc_correctness_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8158740Z test_nnc_correctness_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8175576Z test_nnc_correctness_split_list_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8192213Z test_nnc_correctness_split_list_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8209031Z test_nnc_correctness_split_list_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8225578Z test_nnc_correctness_split_list_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8242734Z test_nnc_correctness_split_list_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8259493Z test_nnc_correctness_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8276322Z test_nnc_correctness_split_list_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8293005Z test_nnc_correctness_split_list_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8309574Z test_nnc_correctness_split_list_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8326620Z test_nnc_correctness_split_list_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8343211Z test_nnc_correctness_split_list_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8359943Z test_nnc_correctness_split_list_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8378228Z test_nnc_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8394922Z test_nnc_correctness_split_with_sizes_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8411530Z test_nnc_correctness_split_with_sizes_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8428030Z test_nnc_correctness_split_with_sizes_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8444660Z test_nnc_correctness_split_with_sizes_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8461239Z test_nnc_correctness_split_with_sizes_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8478294Z test_nnc_correctness_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8495254Z test_nnc_correctness_split_with_sizes_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8511896Z test_nnc_correctness_split_with_sizes_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8528522Z test_nnc_correctness_split_with_sizes_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8545124Z test_nnc_correctness_split_with_sizes_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8561695Z test_nnc_correctness_split_with_sizes_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8578461Z test_nnc_correctness_split_with_sizes_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8595255Z test_nnc_correctness_sqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8612103Z test_nnc_correctness_sqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8628696Z test_nnc_correctness_sqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8645535Z test_nnc_correctness_sqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8662184Z test_nnc_correctness_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8678875Z test_nnc_correctness_sqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8695684Z test_nnc_correctness_sqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8712235Z test_nnc_correctness_sqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8730025Z test_nnc_correctness_sqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8746201Z test_nnc_correctness_sqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8763317Z test_nnc_correctness_sqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8779717Z test_nnc_correctness_square_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8796397Z test_nnc_correctness_square_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8813144Z test_nnc_correctness_square_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8831316Z test_nnc_correctness_square_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8848282Z test_nnc_correctness_square_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8864888Z test_nnc_correctness_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8881777Z test_nnc_correctness_square_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8898550Z test_nnc_correctness_square_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8915194Z test_nnc_correctness_square_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8932055Z test_nnc_correctness_square_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8948698Z test_nnc_correctness_square_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8965431Z test_nnc_correctness_square_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8982119Z test_nnc_correctness_squeeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.8998878Z test_nnc_correctness_squeeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9016385Z test_nnc_correctness_squeeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9033468Z test_nnc_correctness_squeeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9049752Z test_nnc_correctness_squeeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9066314Z test_nnc_correctness_squeeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9082755Z test_nnc_correctness_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9099118Z test_nnc_correctness_squeeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9115530Z test_nnc_correctness_squeeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9132194Z test_nnc_correctness_squeeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9148911Z test_nnc_correctness_squeeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9165489Z test_nnc_correctness_squeeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9182514Z test_nnc_correctness_squeeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9199304Z test_nnc_correctness_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9215677Z test_nnc_correctness_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9232656Z test_nnc_correctness_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9250709Z test_nnc_correctness_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9267484Z test_nnc_correctness_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9286143Z test_nnc_correctness_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9303433Z test_nnc_correctness_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9320443Z test_nnc_correctness_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9337501Z test_nnc_correctness_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9354482Z test_nnc_correctness_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9371439Z test_nnc_correctness_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9388451Z test_nnc_correctness_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9405540Z test_nnc_correctness_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9422605Z test_nnc_correctness_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9439527Z test_nnc_correctness_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9456375Z test_nnc_correctness_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9473532Z test_nnc_correctness_std_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9490636Z test_nnc_correctness_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9507519Z test_nnc_correctness_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9524157Z test_nnc_correctness_std_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9540841Z test_nnc_correctness_std_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9557561Z test_nnc_correctness_std_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9574081Z test_nnc_correctness_std_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9590695Z test_nnc_correctness_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9607469Z test_nnc_correctness_std_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9624001Z test_nnc_correctness_stft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9640787Z test_nnc_correctness_stft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9657674Z test_nnc_correctness_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9674305Z test_nnc_correctness_stft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9690936Z test_nnc_correctness_sub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9707470Z test_nnc_correctness_sub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9724276Z test_nnc_correctness_sub_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9742563Z test_nnc_correctness_sub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9759955Z test_nnc_correctness_sub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9776335Z test_nnc_correctness_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9793235Z test_nnc_correctness_sub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9810160Z test_nnc_correctness_sub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9826949Z test_nnc_correctness_sub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9843837Z test_nnc_correctness_sub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9860518Z test_nnc_correctness_sub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9878303Z test_nnc_correctness_sub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9894757Z test_nnc_correctness_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9911649Z test_nnc_correctness_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9928818Z test_nnc_correctness_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9945669Z test_nnc_correctness_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9962775Z test_nnc_correctness_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9979748Z test_nnc_correctness_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:48.9997149Z test_nnc_correctness_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0013716Z test_nnc_correctness_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0030508Z test_nnc_correctness_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0047244Z test_nnc_correctness_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0063974Z test_nnc_correctness_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0080586Z test_nnc_correctness_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0097357Z test_nnc_correctness_sum_to_size_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0114209Z test_nnc_correctness_sum_to_size_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0130769Z test_nnc_correctness_sum_to_size_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0147317Z test_nnc_correctness_sum_to_size_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0164216Z test_nnc_correctness_sum_to_size_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0180967Z test_nnc_correctness_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0199394Z test_nnc_correctness_sum_to_size_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0216201Z test_nnc_correctness_sum_to_size_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0232988Z test_nnc_correctness_sum_to_size_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0250156Z test_nnc_correctness_sum_to_size_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0266458Z test_nnc_correctness_sum_to_size_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0283304Z test_nnc_correctness_sum_to_size_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0301076Z test_nnc_correctness_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0318343Z test_nnc_correctness_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0335868Z test_nnc_correctness_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0353693Z test_nnc_correctness_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0370670Z test_nnc_correctness_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0387689Z test_nnc_correctness_svd_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0405093Z test_nnc_correctness_symeig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0422289Z test_nnc_correctness_symeig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0439630Z test_nnc_correctness_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0456690Z test_nnc_correctness_symeig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0473657Z test_nnc_correctness_t_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0490738Z test_nnc_correctness_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0507297Z test_nnc_correctness_t_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0524117Z test_nnc_correctness_t_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0540826Z test_nnc_correctness_t_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0557645Z test_nnc_correctness_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0574470Z test_nnc_correctness_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0591341Z test_nnc_correctness_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0608178Z test_nnc_correctness_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0624874Z test_nnc_correctness_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0641760Z test_nnc_correctness_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0660280Z test_nnc_correctness_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0677285Z test_nnc_correctness_take_along_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0693995Z test_nnc_correctness_take_along_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0711012Z test_nnc_correctness_take_along_dim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0727660Z test_nnc_correctness_take_along_dim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0744274Z test_nnc_correctness_take_along_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0761178Z test_nnc_correctness_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0777931Z test_nnc_correctness_take_along_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0794694Z test_nnc_correctness_take_along_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0811392Z test_nnc_correctness_take_along_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0828178Z test_nnc_correctness_take_along_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0844881Z test_nnc_correctness_take_along_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0861798Z test_nnc_correctness_take_along_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0878817Z test_nnc_correctness_take_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0895260Z test_nnc_correctness_take_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0911920Z test_nnc_correctness_take_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0928785Z test_nnc_correctness_take_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0945498Z test_nnc_correctness_take_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0962486Z test_nnc_correctness_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0979242Z test_nnc_correctness_take_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.0996017Z test_nnc_correctness_take_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1012624Z test_nnc_correctness_take_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1029636Z test_nnc_correctness_take_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1046065Z test_nnc_correctness_take_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1062752Z test_nnc_correctness_take_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1079505Z test_nnc_correctness_tan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1096270Z test_nnc_correctness_tan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1114583Z test_nnc_correctness_tan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1131306Z test_nnc_correctness_tan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1147797Z test_nnc_correctness_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1164498Z test_nnc_correctness_tan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1181305Z test_nnc_correctness_tan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1198126Z test_nnc_correctness_tan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1215216Z test_nnc_correctness_tan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1231473Z test_nnc_correctness_tan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1249528Z test_nnc_correctness_tan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1266512Z test_nnc_correctness_tanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1283323Z test_nnc_correctness_tanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1300358Z test_nnc_correctness_tanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1317162Z test_nnc_correctness_tanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1333628Z test_nnc_correctness_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1350219Z test_nnc_correctness_tanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1367099Z test_nnc_correctness_tanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1383642Z test_nnc_correctness_tanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1400389Z test_nnc_correctness_tanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1417054Z test_nnc_correctness_tanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1433735Z test_nnc_correctness_tanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1450702Z test_nnc_correctness_tensor_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1467752Z test_nnc_correctness_tensor_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1485890Z test_nnc_correctness_tensor_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1503703Z test_nnc_correctness_tensor_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1520767Z test_nnc_correctness_tensor_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1537675Z test_nnc_correctness_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1554569Z test_nnc_correctness_tensor_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1572769Z test_nnc_correctness_tensor_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1589609Z test_nnc_correctness_tensor_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1606537Z test_nnc_correctness_tensor_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1623225Z test_nnc_correctness_tensor_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1640057Z test_nnc_correctness_tensor_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1656811Z test_nnc_correctness_tensordot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1673760Z test_nnc_correctness_tensordot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1690425Z test_nnc_correctness_tensordot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1707435Z test_nnc_correctness_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1723986Z test_nnc_correctness_tensordot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1741860Z test_nnc_correctness_tensordot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1759893Z test_nnc_correctness_tensordot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1776959Z test_nnc_correctness_tensordot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1793742Z test_nnc_correctness_tensordot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1810438Z test_nnc_correctness_tensordot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1827048Z test_nnc_correctness_tile_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1843626Z test_nnc_correctness_tile_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1860322Z test_nnc_correctness_tile_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1877187Z test_nnc_correctness_tile_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1893781Z test_nnc_correctness_tile_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1910320Z test_nnc_correctness_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1927047Z test_nnc_correctness_tile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1943641Z test_nnc_correctness_tile_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1960288Z test_nnc_correctness_tile_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1977488Z test_nnc_correctness_tile_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.1995666Z test_nnc_correctness_tile_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2013402Z test_nnc_correctness_tile_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2031841Z test_nnc_correctness_to_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2048890Z test_nnc_correctness_to_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2065426Z test_nnc_correctness_to_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2082250Z test_nnc_correctness_to_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2099042Z test_nnc_correctness_to_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2115777Z test_nnc_correctness_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2132666Z test_nnc_correctness_to_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2149201Z test_nnc_correctness_to_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2166212Z test_nnc_correctness_to_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2182953Z test_nnc_correctness_to_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2199624Z test_nnc_correctness_to_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2216273Z test_nnc_correctness_to_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2234104Z test_nnc_correctness_to_sparse_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2251552Z test_nnc_correctness_to_sparse_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2269594Z test_nnc_correctness_to_sparse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2286897Z test_nnc_correctness_to_sparse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2303624Z test_nnc_correctness_to_sparse_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2320276Z test_nnc_correctness_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2337026Z test_nnc_correctness_to_sparse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2353696Z test_nnc_correctness_to_sparse_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2370544Z test_nnc_correctness_to_sparse_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2387372Z test_nnc_correctness_to_sparse_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2403958Z test_nnc_correctness_to_sparse_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2420751Z test_nnc_correctness_to_sparse_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2437511Z test_nnc_correctness_topk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2454225Z test_nnc_correctness_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2470960Z test_nnc_correctness_topk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2491041Z test_nnc_correctness_topk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:43:49.2508837Z test_nnc_correctness_topk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2526859Z test_nnc_correctness_topk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2543983Z test_nnc_correctness_topk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2560869Z test_nnc_correctness_topk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2577546Z test_nnc_correctness_trace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2594538Z test_nnc_correctness_trace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2611712Z test_nnc_correctness_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2628412Z test_nnc_correctness_trace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2645420Z test_nnc_correctness_trace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2662225Z test_nnc_correctness_trace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2678999Z test_nnc_correctness_trace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2695877Z test_nnc_correctness_trace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2712726Z test_nnc_correctness_trace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2729662Z test_nnc_correctness_transpose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2746736Z test_nnc_correctness_transpose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2764604Z test_nnc_correctness_transpose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2782771Z test_nnc_correctness_transpose_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2799884Z test_nnc_correctness_transpose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2816817Z test_nnc_correctness_transpose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2833688Z test_nnc_correctness_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2850548Z test_nnc_correctness_transpose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2867277Z test_nnc_correctness_transpose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2884036Z test_nnc_correctness_transpose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2900766Z test_nnc_correctness_transpose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2917502Z test_nnc_correctness_transpose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2934397Z test_nnc_correctness_transpose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2952562Z test_nnc_correctness_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2969564Z test_nnc_correctness_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.2986185Z test_nnc_correctness_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3003355Z test_nnc_correctness_trapezoid_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3021428Z test_nnc_correctness_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3039404Z test_nnc_correctness_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3056770Z test_nnc_correctness_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3073684Z test_nnc_correctness_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3090634Z test_nnc_correctness_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3107300Z test_nnc_correctness_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3124298Z test_nnc_correctness_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3141154Z test_nnc_correctness_trapz_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3158140Z test_nnc_correctness_trapz_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3174985Z test_nnc_correctness_trapz_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3191456Z test_nnc_correctness_trapz_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3208311Z test_nnc_correctness_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3225030Z test_nnc_correctness_trapz_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3241701Z test_nnc_correctness_trapz_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3258811Z test_nnc_correctness_trapz_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3276694Z test_nnc_correctness_trapz_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3294762Z test_nnc_correctness_trapz_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3311795Z test_nnc_correctness_trapz_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3328991Z test_nnc_correctness_triangular_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3345602Z test_nnc_correctness_triangular_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3362464Z test_nnc_correctness_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3379212Z test_nnc_correctness_triangular_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3396003Z test_nnc_correctness_tril_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3414233Z test_nnc_correctness_tril_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3430870Z test_nnc_correctness_tril_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3447794Z test_nnc_correctness_tril_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3464473Z test_nnc_correctness_tril_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3481207Z test_nnc_correctness_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3497986Z test_nnc_correctness_tril_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3515174Z test_nnc_correctness_tril_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3533119Z test_nnc_correctness_tril_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3550993Z test_nnc_correctness_tril_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3568486Z test_nnc_correctness_tril_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3585207Z test_nnc_correctness_tril_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3601862Z test_nnc_correctness_tril_indices_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3618725Z test_nnc_correctness_tril_indices_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3635500Z test_nnc_correctness_triu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3652191Z test_nnc_correctness_triu_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3668917Z test_nnc_correctness_triu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3685640Z test_nnc_correctness_triu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3702203Z test_nnc_correctness_triu_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3719004Z test_nnc_correctness_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3735758Z test_nnc_correctness_triu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3752293Z test_nnc_correctness_triu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3769394Z test_nnc_correctness_triu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3787173Z test_nnc_correctness_triu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3805227Z test_nnc_correctness_triu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3822309Z test_nnc_correctness_triu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3839126Z test_nnc_correctness_triu_indices_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3855876Z test_nnc_correctness_triu_indices_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3874191Z test_nnc_correctness_true_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3890891Z test_nnc_correctness_true_divide_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3907546Z test_nnc_correctness_true_divide_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3924269Z test_nnc_correctness_true_divide_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3941894Z test_nnc_correctness_true_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3957953Z test_nnc_correctness_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3975181Z test_nnc_correctness_true_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.3991514Z test_nnc_correctness_true_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4008555Z test_nnc_correctness_true_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4025572Z test_nnc_correctness_true_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4044380Z test_nnc_correctness_true_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4061685Z test_nnc_correctness_true_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4079170Z test_nnc_correctness_trunc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4096802Z test_nnc_correctness_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4114190Z test_nnc_correctness_trunc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4131763Z test_nnc_correctness_trunc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4149303Z test_nnc_correctness_trunc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4166768Z test_nnc_correctness_trunc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4184139Z test_nnc_correctness_trunc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4201691Z test_nnc_correctness_trunc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4219261Z test_nnc_correctness_unbind_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4236828Z test_nnc_correctness_unbind_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4254337Z test_nnc_correctness_unbind_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4271943Z test_nnc_correctness_unbind_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4289530Z test_nnc_correctness_unbind_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4307081Z test_nnc_correctness_unbind_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4324729Z test_nnc_correctness_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4343828Z test_nnc_correctness_unbind_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4361384Z test_nnc_correctness_unbind_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4378949Z test_nnc_correctness_unbind_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4396603Z test_nnc_correctness_unbind_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4414141Z test_nnc_correctness_unbind_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4431576Z test_nnc_correctness_unbind_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4449321Z test_nnc_correctness_unflatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4466789Z test_nnc_correctness_unflatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4484314Z test_nnc_correctness_unflatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4501806Z test_nnc_correctness_unflatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4519284Z test_nnc_correctness_unflatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4536653Z test_nnc_correctness_unflatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4554166Z test_nnc_correctness_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4571678Z test_nnc_correctness_unflatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4589031Z test_nnc_correctness_unflatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4606632Z test_nnc_correctness_unflatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4624054Z test_nnc_correctness_unflatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4641593Z test_nnc_correctness_unflatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4659036Z test_nnc_correctness_unflatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4676469Z test_nnc_correctness_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4693973Z test_nnc_correctness_unfold_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4711430Z test_nnc_correctness_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4729289Z test_nnc_correctness_unfold_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4746800Z test_nnc_correctness_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4764174Z test_nnc_correctness_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4781880Z test_nnc_correctness_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4799294Z test_nnc_correctness_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4818209Z test_nnc_correctness_unfold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4835715Z test_nnc_correctness_unfold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4853222Z test_nnc_correctness_unfold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4870530Z test_nnc_correctness_unfold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4888153Z test_nnc_correctness_unfold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4905561Z test_nnc_correctness_uniform_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4923144Z test_nnc_correctness_uniform_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4940701Z test_nnc_correctness_uniform_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4958181Z test_nnc_correctness_uniform_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4975620Z test_nnc_correctness_uniform_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.4993180Z test_nnc_correctness_uniform_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5010610Z test_nnc_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5028014Z test_nnc_correctness_unique_consecutive_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5045686Z test_nnc_correctness_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5063203Z test_nnc_correctness_unique_consecutive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5080696Z test_nnc_correctness_unique_consecutive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5098225Z test_nnc_correctness_unique_consecutive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5115825Z test_nnc_correctness_unique_consecutive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5133441Z test_nnc_correctness_unique_consecutive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5150802Z test_nnc_correctness_unique_consecutive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5168375Z test_nnc_correctness_unique_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5185816Z test_nnc_correctness_unique_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5203411Z test_nnc_correctness_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5220861Z test_nnc_correctness_unique_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5238453Z test_nnc_correctness_unique_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5255894Z test_nnc_correctness_unique_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5273511Z test_nnc_correctness_unique_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5292680Z test_nnc_correctness_unique_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5310427Z test_nnc_correctness_unique_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5327980Z test_nnc_correctness_unsqueeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5345405Z test_nnc_correctness_unsqueeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5362967Z test_nnc_correctness_unsqueeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5380459Z test_nnc_correctness_unsqueeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5398090Z test_nnc_correctness_unsqueeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5415654Z test_nnc_correctness_unsqueeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5433327Z test_nnc_correctness_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5449906Z test_nnc_correctness_unsqueeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5466426Z test_nnc_correctness_unsqueeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5482999Z test_nnc_correctness_unsqueeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5499936Z test_nnc_correctness_unsqueeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5516538Z test_nnc_correctness_unsqueeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5533515Z test_nnc_correctness_unsqueeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5550151Z test_nnc_correctness_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5566625Z test_nnc_correctness_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5583246Z test_nnc_correctness_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5599926Z test_nnc_correctness_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5616597Z test_nnc_correctness_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5633376Z test_nnc_correctness_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5650075Z test_nnc_correctness_var_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5666727Z test_nnc_correctness_var_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5683333Z test_nnc_correctness_var_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5700023Z test_nnc_correctness_var_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5716674Z test_nnc_correctness_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5733387Z test_nnc_correctness_var_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5751839Z test_nnc_correctness_vdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5768577Z test_nnc_correctness_vdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5784961Z test_nnc_correctness_vdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5801659Z test_nnc_correctness_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5818256Z test_nnc_correctness_vdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5834957Z test_nnc_correctness_vdot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5851636Z test_nnc_correctness_vdot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5868182Z test_nnc_correctness_vdot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5884882Z test_nnc_correctness_vdot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5901654Z test_nnc_correctness_vdot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5914764Z test_nnc_correctness_view_as_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:49.5931159Z test_nnc_correctness_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5948102Z test_nnc_correctness_view_as_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5964493Z test_nnc_correctness_view_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5980909Z test_nnc_correctness_view_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.5997610Z test_nnc_correctness_view_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6014380Z test_nnc_correctness_view_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6030652Z test_nnc_correctness_view_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6047299Z test_nnc_correctness_view_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6063928Z test_nnc_correctness_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6080470Z test_nnc_correctness_view_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6097042Z test_nnc_correctness_view_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6113996Z test_nnc_correctness_view_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6130597Z test_nnc_correctness_view_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6147236Z test_nnc_correctness_view_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6163812Z test_nnc_correctness_view_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6180571Z test_nnc_correctness_view_as_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6198690Z test_nnc_correctness_view_as_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6215342Z test_nnc_correctness_view_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6232026Z test_nnc_correctness_view_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6248830Z test_nnc_correctness_view_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6266207Z test_nnc_correctness_view_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6282264Z test_nnc_correctness_view_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6299043Z test_nnc_correctness_view_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6315821Z test_nnc_correctness_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6332439Z test_nnc_correctness_view_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6349270Z test_nnc_correctness_view_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6366086Z test_nnc_correctness_view_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6382672Z test_nnc_correctness_view_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6399462Z test_nnc_correctness_view_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6416155Z test_nnc_correctness_view_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6432977Z test_nnc_correctness_vsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6449886Z test_nnc_correctness_vsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6466597Z test_nnc_correctness_vsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6483358Z test_nnc_correctness_vsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6500146Z test_nnc_correctness_vsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6516897Z test_nnc_correctness_vsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6533872Z test_nnc_correctness_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6550639Z test_nnc_correctness_vsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6567892Z test_nnc_correctness_vsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6584890Z test_nnc_correctness_vsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6601806Z test_nnc_correctness_vsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6618689Z test_nnc_correctness_vsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6635734Z test_nnc_correctness_vsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6654058Z test_nnc_correctness_vstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6671064Z test_nnc_correctness_vstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6688234Z test_nnc_correctness_vstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6704990Z test_nnc_correctness_vstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6722102Z test_nnc_correctness_vstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6738896Z test_nnc_correctness_vstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6755697Z test_nnc_correctness_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6772473Z test_nnc_correctness_vstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6789437Z test_nnc_correctness_vstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6806020Z test_nnc_correctness_vstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6822661Z test_nnc_correctness_vstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6839345Z test_nnc_correctness_vstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6856168Z test_nnc_correctness_vstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6872652Z test_nnc_correctness_where_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6889642Z test_nnc_correctness_where_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6906325Z test_nnc_correctness_where_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6922968Z test_nnc_correctness_where_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6939790Z test_nnc_correctness_where_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6956498Z test_nnc_correctness_where_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6973053Z test_nnc_correctness_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.6989541Z test_nnc_correctness_where_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7006479Z test_nnc_correctness_where_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7023224Z test_nnc_correctness_where_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7040511Z test_nnc_correctness_where_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7057015Z test_nnc_correctness_where_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7073567Z test_nnc_correctness_where_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7090398Z test_nnc_correctness_xlogy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7108456Z test_nnc_correctness_xlogy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7125245Z test_nnc_correctness_xlogy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7141761Z test_nnc_correctness_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7158514Z test_nnc_correctness_xlogy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7175186Z test_nnc_correctness_xlogy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7191752Z test_nnc_correctness_xlogy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7208534Z test_nnc_correctness_xlogy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7225089Z test_nnc_correctness_xlogy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7241745Z test_nnc_correctness_xlogy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7258504Z test_nnc_correctness_zero__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7275414Z test_nnc_correctness_zero__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7292257Z test_nnc_correctness_zero__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7310140Z test_nnc_correctness_zero__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7326903Z test_nnc_correctness_zero__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7343445Z test_nnc_correctness_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7360132Z test_nnc_correctness_zero__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7376831Z test_nnc_correctness_zero__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7393645Z test_nnc_correctness_zero__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7410249Z test_nnc_correctness_zero__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7426827Z test_nnc_correctness_zero__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7443513Z test_nnc_correctness_zero__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7460271Z test_nnc_correctness_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7477027Z test_nnc_correctness_zeros_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7493600Z test_nnc_correctness_zeros_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7510193Z test_nnc_correctness_zeros_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7526997Z test_nnc_correctness_zeros_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7543580Z test_nnc_correctness_zeros_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7561562Z test_nnc_correctness_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7578314Z test_nnc_correctness_zeros_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7594876Z test_nnc_correctness_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7611577Z test_nnc_correctness_zeros_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7628185Z test_nnc_correctness_zeros_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7644989Z test_nnc_correctness_zeros_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7661663Z test_nnc_correctness_zeros_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7678497Z test_nnc_correctness_zeros_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7695273Z test_nnc_correctness_zeros_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7711738Z test_nnc_correctness_zeros_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7728599Z test_nnc_correctness_zeros_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7745220Z test_nnc_correctness_zeros_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7761881Z test_nnc_correctness_zeros_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7778653Z test_nnc_correctness_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7795213Z test_nnc_correctness_zeros_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7811956Z test_nnc_correctness_zeros_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7828448Z test_nnc_correctness_zeros_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7845425Z test_nnc_correctness_zeros_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7862022Z test_nnc_correctness_zeros_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:49.7878781Z test_nnc_correctness_zeros_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:51.0270093Z test_unsupported_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (1.238s) 2022-09-27T15:43:51.0287530Z test_unsupported_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0302908Z test_unsupported___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0317518Z test_unsupported___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0331887Z test_unsupported___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0346194Z test_unsupported__masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0360424Z test_unsupported__masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0374776Z test_unsupported__masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0389031Z test_unsupported__masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0403348Z test_unsupported__masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0417604Z test_unsupported__masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0431820Z test_unsupported__masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0446229Z test_unsupported__masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0460453Z test_unsupported__masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0474710Z test_unsupported__masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0488941Z test_unsupported__masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0503030Z test_unsupported__masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0517924Z test_unsupported__masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0532011Z test_unsupported__masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0546047Z test_unsupported__masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0560383Z test_unsupported__masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0574714Z test_unsupported__masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0588854Z test_unsupported__masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0603151Z test_unsupported__masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0617595Z test_unsupported_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0631710Z test_unsupported_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0647376Z test_unsupported_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0661601Z test_unsupported_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0676013Z test_unsupported_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0690391Z test_unsupported_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0704586Z test_unsupported_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0719049Z test_unsupported_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0733262Z test_unsupported_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0747489Z test_unsupported_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0761811Z test_unsupported_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0776207Z test_unsupported_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0790699Z test_unsupported_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0805088Z test_unsupported_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0819546Z test_unsupported_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0834013Z test_unsupported_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0848777Z test_unsupported_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0863262Z test_unsupported_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0877846Z test_unsupported_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0892342Z test_unsupported_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0906870Z test_unsupported_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0921454Z test_unsupported_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0935929Z test_unsupported_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0950382Z test_unsupported_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0965128Z test_unsupported_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0979647Z test_unsupported_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.0994277Z test_unsupported_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1008951Z test_unsupported_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1023748Z test_unsupported_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1038271Z test_unsupported_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1054327Z test_unsupported_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1068865Z test_unsupported_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1083505Z test_unsupported_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1098016Z test_unsupported_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1112539Z test_unsupported_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1127362Z test_unsupported_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1141880Z test_unsupported_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1156472Z test_unsupported_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1171168Z test_unsupported_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1185724Z test_unsupported_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1200425Z test_unsupported_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1214965Z test_unsupported_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1229512Z test_unsupported_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1244255Z test_unsupported_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1259502Z test_unsupported_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1274555Z test_unsupported_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1289584Z test_unsupported_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1304376Z test_unsupported_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1319248Z test_unsupported_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1334242Z test_unsupported_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1349172Z test_unsupported_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1364076Z test_unsupported_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1379006Z test_unsupported_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1394126Z test_unsupported_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1409090Z test_unsupported_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1423881Z test_unsupported_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1438862Z test_unsupported_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1453836Z test_unsupported_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1470128Z test_unsupported_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1485229Z test_unsupported_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1500372Z test_unsupported_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1515312Z test_unsupported_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1530234Z test_unsupported_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1545064Z test_unsupported_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1560044Z test_unsupported_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1575131Z test_unsupported_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1590029Z test_unsupported_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1605008Z test_unsupported_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1619949Z test_unsupported_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1634837Z test_unsupported_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1650080Z test_unsupported_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1664923Z test_unsupported_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1679913Z test_unsupported_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1694911Z test_unsupported_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1709818Z test_unsupported_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1724771Z test_unsupported_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1739689Z test_unsupported_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1754871Z test_unsupported_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1769862Z test_unsupported_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1784842Z test_unsupported_eye_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1799702Z test_unsupported_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1814634Z test_unsupported_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1829512Z test_unsupported_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1844489Z test_unsupported_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1859517Z test_unsupported_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1874606Z test_unsupported_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1891025Z test_unsupported_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1905958Z test_unsupported_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1921084Z test_unsupported_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1936061Z test_unsupported_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1950962Z test_unsupported_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1966026Z test_unsupported_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1980907Z test_unsupported_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.1996026Z test_unsupported_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2010946Z test_unsupported_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2025910Z test_unsupported_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2040913Z test_unsupported_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2055922Z test_unsupported_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2070838Z test_unsupported_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2085964Z test_unsupported_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2097049Z test_unsupported_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:43:51.2112143Z test_unsupported_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2127348Z test_unsupported_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2142285Z test_unsupported_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2157375Z test_unsupported_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2172519Z test_unsupported_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2187529Z test_unsupported_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2202592Z test_unsupported_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2217967Z test_unsupported_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2233084Z test_unsupported_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2248113Z test_unsupported_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2262491Z test_unsupported_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2277408Z test_unsupported_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2291724Z test_unsupported_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2307452Z test_unsupported_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2322004Z test_unsupported_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2336566Z test_unsupported_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2350829Z test_unsupported_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2365357Z test_unsupported_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2379808Z test_unsupported_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2394365Z test_unsupported_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2408890Z test_unsupported_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2423268Z test_unsupported_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2437736Z test_unsupported_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2452088Z test_unsupported_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2466492Z test_unsupported_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2480744Z test_unsupported_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2494891Z test_unsupported_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2508970Z test_unsupported_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2523320Z test_unsupported_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2537507Z test_unsupported_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2551427Z test_unsupported_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2565722Z test_unsupported_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2579945Z test_unsupported_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2593984Z test_unsupported_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2608219Z test_unsupported_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2622436Z test_unsupported_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2637313Z test_unsupported_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2651175Z test_unsupported_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2665707Z test_unsupported_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:51.2679927Z test_unsupported_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:51.2693884Z test_unsupported_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:51.2709427Z test_unsupported_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:51.2723903Z test_unsupported_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:51.2738235Z test_unsupported_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2752673Z test_unsupported_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2766512Z test_unsupported_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2780759Z test_unsupported_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2795046Z test_unsupported_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2809612Z test_unsupported_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2823866Z test_unsupported_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2837987Z test_unsupported_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2852186Z test_unsupported_linalg_det_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2866601Z test_unsupported_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2881279Z test_unsupported_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2895422Z test_unsupported_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2909626Z test_unsupported_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2923960Z test_unsupported_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2938158Z test_unsupported_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2952214Z test_unsupported_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2967079Z test_unsupported_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2981099Z test_unsupported_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.2995530Z test_unsupported_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3009727Z test_unsupported_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3024021Z test_unsupported_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3038470Z test_unsupported_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3052827Z test_unsupported_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3067161Z test_unsupported_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3081484Z test_unsupported_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3096159Z test_unsupported_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3112022Z test_unsupported_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3126652Z test_unsupported_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3140964Z test_unsupported_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3155272Z test_unsupported_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3169994Z test_unsupported_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3184680Z test_unsupported_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3199308Z test_unsupported_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3213773Z test_unsupported_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3228345Z test_unsupported_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:43:51.3242912Z test_unsupported_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3257017Z test_unsupported_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3271558Z test_unsupported_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3285875Z test_unsupported_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3300221Z test_unsupported_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3314383Z test_unsupported_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3328659Z test_unsupported_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3342689Z test_unsupported_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3356501Z test_unsupported_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3370462Z test_unsupported_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3384410Z test_unsupported_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3398383Z test_unsupported_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3412341Z test_unsupported_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3426093Z test_unsupported_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3440033Z test_unsupported_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3453965Z test_unsupported_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3467784Z test_unsupported_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3482201Z test_unsupported_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3497185Z test_unsupported_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3536229Z test_unsupported_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.003s) 2022-09-27T15:43:51.3550109Z test_unsupported_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3564261Z test_unsupported_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3578323Z test_unsupported_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3592147Z test_unsupported_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3606215Z test_unsupported_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3620027Z test_unsupported_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3634273Z test_unsupported_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3648332Z test_unsupported_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3662119Z test_unsupported_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3676118Z test_unsupported_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3690068Z test_unsupported_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3703870Z test_unsupported_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3718042Z test_unsupported_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3732263Z test_unsupported_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3746568Z test_unsupported_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3761591Z test_unsupported_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3776663Z test_unsupported_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3791192Z test_unsupported_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3805550Z test_unsupported_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3819662Z test_unsupported_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3833740Z test_unsupported_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3847741Z test_unsupported_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3861579Z test_unsupported_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3875506Z test_unsupported_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3889561Z test_unsupported_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3903439Z test_unsupported_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3917428Z test_unsupported_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3932684Z test_unsupported_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3946763Z test_unsupported_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3960664Z test_unsupported_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3974589Z test_unsupported_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.3988503Z test_unsupported_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4003108Z test_unsupported_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4018129Z test_unsupported_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4033289Z test_unsupported_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4047973Z test_unsupported_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4061860Z test_unsupported_narrow_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4075957Z test_unsupported_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4089931Z test_unsupported_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4103913Z test_unsupported_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4117921Z test_unsupported_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4131809Z test_unsupported_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4145842Z test_unsupported_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4159752Z test_unsupported_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4173741Z test_unsupported_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4187544Z test_unsupported_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4201605Z test_unsupported_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4215338Z test_unsupported_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4229612Z test_unsupported_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4243341Z test_unsupported_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4258006Z test_unsupported_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4272229Z test_unsupported_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4286708Z test_unsupported_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4301162Z test_unsupported_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4315239Z test_unsupported_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4330822Z test_unsupported_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4345009Z test_unsupported_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4359279Z test_unsupported_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4373399Z test_unsupported_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4387540Z test_unsupported_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4401698Z test_unsupported_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4416050Z test_unsupported_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4430181Z test_unsupported_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4444445Z test_unsupported_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4458746Z test_unsupported_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4473009Z test_unsupported_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4487315Z test_unsupported_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4501346Z test_unsupported_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4515946Z test_unsupported_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4530092Z test_unsupported_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4544267Z test_unsupported_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4558337Z test_unsupported_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4572547Z test_unsupported_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4586582Z test_unsupported_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4600965Z test_unsupported_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4615080Z test_unsupported_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4629173Z test_unsupported_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4643245Z test_unsupported_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4657552Z test_unsupported_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4671563Z test_unsupported_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4685696Z test_unsupported_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4699816Z test_unsupported_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4713961Z test_unsupported_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4729644Z test_unsupported_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4743959Z test_unsupported_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4758232Z test_unsupported_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4772577Z test_unsupported_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4786531Z test_unsupported_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4801025Z test_unsupported_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4815422Z test_unsupported_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4829323Z test_unsupported_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4843503Z test_unsupported_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4857707Z test_unsupported_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4871937Z test_unsupported_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4886110Z test_unsupported_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4900155Z test_unsupported_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4914462Z test_unsupported_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4928645Z test_unsupported_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4942906Z test_unsupported_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4957417Z test_unsupported_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4971840Z test_unsupported_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.4986246Z test_unsupported_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5000656Z test_unsupported_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5015287Z test_unsupported_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5029701Z test_unsupported_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5044215Z test_unsupported_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5058629Z test_unsupported_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5073181Z test_unsupported_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5087672Z test_unsupported_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5101959Z test_unsupported_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5116437Z test_unsupported_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5132378Z test_unsupported_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5146797Z test_unsupported_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5161226Z test_unsupported_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5175723Z test_unsupported_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5190160Z test_unsupported_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5204523Z test_unsupported_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5218963Z test_unsupported_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5233444Z test_unsupported_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5247831Z test_unsupported_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5262244Z test_unsupported_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5276640Z test_unsupported_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5291174Z test_unsupported_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5305646Z test_unsupported_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5319961Z test_unsupported_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5334396Z test_unsupported_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5348809Z test_unsupported_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5363238Z test_unsupported_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5377894Z test_unsupported_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5392250Z test_unsupported_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5406956Z test_unsupported_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5421354Z test_unsupported_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5435837Z test_unsupported_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5450403Z test_unsupported_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5464843Z test_unsupported_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5479396Z test_unsupported_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5493912Z test_unsupported_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5508306Z test_unsupported_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5522943Z test_unsupported_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5538739Z test_unsupported_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5553515Z test_unsupported_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5568072Z test_unsupported_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5582552Z test_unsupported_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5597137Z test_unsupported_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5611832Z test_unsupported_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5626226Z test_unsupported_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5640729Z test_unsupported_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5655338Z test_unsupported_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5669789Z test_unsupported_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5684695Z test_unsupported_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5699287Z test_unsupported_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5713924Z test_unsupported_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5728416Z test_unsupported_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5742888Z test_unsupported_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5757718Z test_unsupported_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5772146Z test_unsupported_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5786717Z test_unsupported_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5801240Z test_unsupported_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5815889Z test_unsupported_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5830253Z test_unsupported_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5844915Z test_unsupported_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5859390Z test_unsupported_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5874090Z test_unsupported_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5888380Z test_unsupported_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5902724Z test_unsupported_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5917380Z test_unsupported_randn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5931930Z test_unsupported_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5947770Z test_unsupported_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5962418Z test_unsupported_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5976903Z test_unsupported_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.5991400Z test_unsupported_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6006056Z test_unsupported_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6020554Z test_unsupported_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6035064Z test_unsupported_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6049563Z test_unsupported_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6064184Z test_unsupported_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6078379Z test_unsupported_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6092769Z test_unsupported_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6107200Z test_unsupported_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6121593Z test_unsupported_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6136088Z test_unsupported_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6150411Z test_unsupported_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6165033Z test_unsupported_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6179554Z test_unsupported_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6194003Z test_unsupported_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6208334Z test_unsupported_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6222745Z test_unsupported_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6237270Z test_unsupported_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6251744Z test_unsupported_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6266093Z test_unsupported_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6280587Z test_unsupported_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6294994Z test_unsupported_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6309286Z test_unsupported_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6323790Z test_unsupported_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6338270Z test_unsupported_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6354211Z test_unsupported_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6368699Z test_unsupported_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6382988Z test_unsupported_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6397439Z test_unsupported_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6411949Z test_unsupported_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6426472Z test_unsupported_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6441200Z test_unsupported_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6455671Z test_unsupported_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6470206Z test_unsupported_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6484990Z test_unsupported_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6499457Z test_unsupported_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6509970Z test_unsupported_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:51.6520400Z test_unsupported_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:51.6531146Z test_unsupported_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:51.6541379Z test_unsupported_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:51.6555908Z test_unsupported_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6571173Z test_unsupported_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6581308Z test_unsupported_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:51.6591540Z test_unsupported_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:51.6606126Z test_unsupported_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6620370Z test_unsupported_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6634810Z test_unsupported_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6645142Z test_unsupported_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:51.6655489Z test_unsupported_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:51.6669895Z test_unsupported_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6684506Z test_unsupported_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6698983Z test_unsupported_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6715018Z test_unsupported_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6729656Z test_unsupported_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6744076Z test_unsupported_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6758660Z test_unsupported_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6773327Z test_unsupported_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6787927Z test_unsupported_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6802738Z test_unsupported_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6813375Z test_unsupported_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:51.6823754Z test_unsupported_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:51.6833988Z test_unsupported_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:51.6844200Z test_unsupported_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:43:51.6858931Z test_unsupported_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6873389Z test_unsupported_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6887777Z test_unsupported_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6902001Z test_unsupported_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6916451Z test_unsupported_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6930800Z test_unsupported_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6945047Z test_unsupported_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6959486Z test_unsupported_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6973908Z test_unsupported_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.6988200Z test_unsupported_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7002646Z test_unsupported_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7017089Z test_unsupported_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7031396Z test_unsupported_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7046593Z test_unsupported_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7061347Z test_unsupported_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7076116Z test_unsupported_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7092034Z test_unsupported_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7106227Z test_unsupported_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7120629Z test_unsupported_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7135030Z test_unsupported_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7149320Z test_unsupported_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7163771Z test_unsupported_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7178217Z test_unsupported_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7192750Z test_unsupported_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7206932Z test_unsupported_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7220907Z test_unsupported_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7235248Z test_unsupported_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7249512Z test_unsupported_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7263589Z test_unsupported_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7277775Z test_unsupported_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7292369Z test_unsupported_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7306545Z test_unsupported_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7320901Z test_unsupported_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7335023Z test_unsupported_uniform_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7349138Z test_unsupported_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7363426Z test_unsupported_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7377678Z test_unsupported_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7391887Z test_unsupported_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7406243Z test_unsupported_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7420277Z test_unsupported_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7434612Z test_unsupported_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7448823Z test_unsupported_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7462881Z test_unsupported_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7477227Z test_unsupported_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7492887Z test_unsupported_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:51.7507121Z test_unsupported_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:43:52.3522233Z test_working___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.601s) 2022-09-27T15:43:52.7939845Z test_working___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.441s) 2022-09-27T15:43:53.2842996Z test_working___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.490s) 2022-09-27T15:43:53.7335804Z test_working___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.449s) 2022-09-27T15:43:53.7953697Z test_working_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.061s) 2022-09-27T15:43:53.8802810Z test_working_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.084s) 2022-09-27T15:43:54.5187541Z test_working_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.638s) 2022-09-27T15:43:55.0193874Z test_working_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.500s) 2022-09-27T15:43:55.1294053Z test_working_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.109s) 2022-09-27T15:43:55.1673097Z test_working_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.037s) 2022-09-27T15:43:55.6118836Z test_working_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.444s) 2022-09-27T15:43:55.6495515Z test_working_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.037s) 2022-09-27T15:43:55.9965079Z test_working_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.346s) 2022-09-27T15:43:56.3425570Z test_working_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.345s) 2022-09-27T15:43:56.3920228Z test_working_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.049s) 2022-09-27T15:43:56.7387743Z test_working_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.346s) 2022-09-27T15:43:57.1889328Z test_working_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.449s) 2022-09-27T15:43:57.2994030Z test_working_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.110s) 2022-09-27T15:43:57.3845969Z test_working_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.084s) 2022-09-27T15:43:57.4689062Z test_working_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.084s) 2022-09-27T15:43:57.7819989Z test_working_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... expected failure (0.312s) 2022-09-27T15:43:58.2297885Z test_working_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.447s) 2022-09-27T15:43:58.2392380Z test_working_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:43:58.5839732Z test_working_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.344s) 2022-09-27T15:43:59.0844769Z test_working_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.500s) 2022-09-27T15:43:59.1223772Z test_working_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.037s) 2022-09-27T15:43:59.2061479Z test_working_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.083s) 2022-09-27T15:43:59.2900362Z test_working_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.083s) 2022-09-27T15:43:59.3850144Z test_working_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.094s) 2022-09-27T15:43:59.7239574Z test_working_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.338s) 2022-09-27T15:43:59.7620147Z test_working_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.037s) 2022-09-27T15:44:00.1075622Z test_working_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.345s) 2022-09-27T15:44:00.1564081Z test_working_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.048s) 2022-09-27T15:44:00.6136275Z test_working_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.456s) 2022-09-27T15:44:01.0694682Z test_working_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.455s) 2022-09-27T15:44:01.5360486Z test_working_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.466s) 2022-09-27T15:44:01.8860433Z test_working_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.349s) 2022-09-27T15:44:02.2331335Z test_working_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.346s) 2022-09-27T15:44:02.2750570Z test_working_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.041s) 2022-09-27T15:44:02.7330379Z test_working_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.457s) 2022-09-27T15:44:03.2980506Z test_working_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.564s) 2022-09-27T15:44:03.3830236Z test_working_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.084s) 2022-09-27T15:44:03.4683432Z test_working_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.085s) 2022-09-27T15:44:03.5061687Z test_working_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.037s) 2022-09-27T15:44:03.5900987Z test_working_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.083s) 2022-09-27T15:44:03.6751447Z test_working_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.084s) 2022-09-27T15:44:04.0206266Z test_working_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.345s) 2022-09-27T15:44:04.4775561Z test_working_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.456s) 2022-09-27T15:44:04.8926888Z test_working_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.414s) 2022-09-27T15:44:05.4132322Z test_working_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.520s) 2022-09-27T15:44:06.0309971Z test_working_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.617s) 2022-09-27T15:44:06.5518889Z test_working_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.520s) 2022-09-27T15:44:06.6686424Z test_working_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.116s) 2022-09-27T15:44:07.1207935Z test_working_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.451s) 2022-09-27T15:44:07.5805505Z test_working_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.459s) 2022-09-27T15:44:07.6367315Z test_working_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.055s) 2022-09-27T15:44:07.8392138Z test_working_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.202s) 2022-09-27T15:44:07.9295501Z test_working_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.090s) 2022-09-27T15:44:08.1068549Z test_working_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.177s) 2022-09-27T15:44:08.3128659Z test_working_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.205s) 2022-09-27T15:44:08.7691001Z test_working_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.455s) 2022-09-27T15:44:08.8576914Z test_working_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.088s) 2022-09-27T15:44:09.0186394Z test_working_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.160s) 2022-09-27T15:44:09.1118848Z test_working_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.092s) 2022-09-27T15:44:09.2047351Z test_working_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.092s) 2022-09-27T15:44:09.2910293Z test_working_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.085s) 2022-09-27T15:44:09.4608380Z test_working_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.169s) 2022-09-27T15:44:09.6000249Z test_working_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.138s) 2022-09-27T15:44:10.0472274Z test_working_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.446s) 2022-09-27T15:44:10.1306881Z test_working_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.083s) 2022-09-27T15:44:10.6293634Z test_working_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.498s) 2022-09-27T15:44:10.7875886Z test_working_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.158s) 2022-09-27T15:44:11.0901096Z test_working_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.302s) 2022-09-27T15:44:11.1281663Z test_working_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.037s) 2022-09-27T15:44:11.2114371Z test_working_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.083s) 2022-09-27T15:44:11.7309010Z test_working_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.519s) 2022-09-27T15:44:12.0779209Z test_working_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.346s) 2022-09-27T15:44:12.1641203Z test_working_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.086s) 2022-09-27T15:44:12.2046643Z test_working_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.040s) 2022-09-27T15:44:12.2428148Z test_working_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.037s) 2022-09-27T15:44:12.2807267Z test_working_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.037s) 2022-09-27T15:44:12.3292600Z test_working_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.048s) 2022-09-27T15:44:12.8589827Z test_working_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.529s) 2022-09-27T15:44:13.4816639Z test_working_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.622s) 2022-09-27T15:44:13.5662282Z test_working_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.084s) 2022-09-27T15:44:13.6050180Z test_working_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.038s) 2022-09-27T15:44:13.6438128Z test_working_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.038s) 2022-09-27T15:44:13.9206700Z test_working_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.276s) 2022-09-27T15:44:14.3565257Z test_working_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.435s) 2022-09-27T15:44:14.4053474Z test_working_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.048s) 2022-09-27T15:44:14.7260236Z test_working_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.320s) 2022-09-27T15:44:14.8860727Z test_working_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.159s) 2022-09-27T15:44:15.1749322Z test_working_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.288s) 2022-09-27T15:44:15.5804054Z test_working_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.405s) 2022-09-27T15:44:15.5969577Z test_abs (__main__.TestTEFuserDynamic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_fuser_te.py line 86 2022-09-27T15:44:15.5970858Z due to: 2022-09-27T15:44:15.5971091Z Traceback (most recent call last): 2022-09-27T15:44:15.5974440Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:44:15.5975084Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:44:15.5975624Z AssertionError: torch.* op returned non-Tensor str call_function 2022-09-27T15:44:15.5975926Z 2022-09-27T15:44:15.5976017Z from user code: 2022-09-27T15:44:15.5976391Z File "test_jit_fuser_te.py", line 92, in 2022-09-27T15:44:15.5976943Z self.old_fusion_strategy = torch._C._jit_set_fusion_strategy(fusion_strategy) 2022-09-27T15:44:15.5977207Z 2022-09-27T15:44:15.5977340Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:44:15.5977566Z ========== 2022-09-27T15:44:15.9205592Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT assertLastGraphAllFused test_jit_fuser_te.py line 153 2022-09-27T15:44:15.9206032Z due to: 2022-09-27T15:44:15.9206273Z Traceback (most recent call last): 2022-09-27T15:44:15.9206735Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:44:15.9207442Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:44:15.9207981Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T15:44:15.9208248Z 2022-09-27T15:44:15.9208323Z from user code: 2022-09-27T15:44:15.9208570Z File "test_jit_fuser_te.py", line 154, in assertLastGraphAllFused 2022-09-27T15:44:15.9208858Z self.assertAllFused(torch.jit.last_executed_optimized_graph()) 2022-09-27T15:44:15.9209029Z 2022-09-27T15:44:15.9209170Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:44:15.9209393Z ========== 2022-09-27T15:44:16.0224099Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_fuser_te.py line 111 2022-09-27T15:44:16.0224529Z due to: 2022-09-27T15:44:16.0224818Z Traceback (most recent call last): 2022-09-27T15:44:16.0225428Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:44:16.0225864Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:44:16.0226437Z AssertionError: torch.* op returned non-Tensor str call_function 2022-09-27T15:44:16.0226632Z 2022-09-27T15:44:16.0226720Z from user code: 2022-09-27T15:44:16.0227010Z File "test_jit_fuser_te.py", line 112, in 2022-09-27T15:44:16.0227274Z torch._C._jit_set_fusion_strategy(self.old_fusion_strategy) 2022-09-27T15:44:16.0227426Z 2022-09-27T15:44:16.0227617Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:44:16.0227843Z ========== 2022-09-27T15:44:16.0227994Z ok (0.441s) 2022-09-27T15:44:16.0980252Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.075s) 2022-09-27T15:44:16.3967657Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (0.298s) 2022-09-27T15:44:16.6021414Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.205s) 2022-09-27T15:44:16.6139069Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.011s) 2022-09-27T15:44:16.6150339Z test_autocast_down (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-09-27T15:44:16.6160641Z test_autocast_up (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-09-27T15:44:16.8446987Z test_batch_norm (__main__.TestTEFuserDynamic) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:44:16.8448048Z warnings.warn(msg, FutureWarning) 2022-09-27T15:44:17.0223766Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:44:17.0224667Z warnings.warn(msg, FutureWarning) 2022-09-27T15:44:17.1992008Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:44:17.1993145Z warnings.warn(msg, FutureWarning) 2022-09-27T15:44:17.3753889Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:44:17.3754784Z warnings.warn(msg, FutureWarning) 2022-09-27T15:44:17.3798502Z ok (0.763s) 2022-09-27T15:44:19.9185350Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (2.538s) 2022-09-27T15:44:28.7567759Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (8.837s) 2022-09-27T15:44:29.6258977Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (0.868s) 2022-09-27T15:44:30.7060916Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (1.080s) 2022-09-27T15:44:30.7080493Z test_binary_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:44:32.7304069Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (2.022s) 2022-09-27T15:44:32.9828893Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (0.252s) 2022-09-27T15:50:04.9516691Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (331.968s) 2022-09-27T15:50:05.7606841Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_fuser_te.py line 2124 2022-09-27T15:50:05.7607410Z due to: 2022-09-27T15:50:05.7607706Z Traceback (most recent call last): 2022-09-27T15:50:05.7608491Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:50:05.7609220Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:50:05.7610063Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T15:50:05.7610525Z 2022-09-27T15:50:05.7610656Z from user code: 2022-09-27T15:50:05.7611054Z File "test_jit_fuser_te.py", line 2126, in 2022-09-27T15:50:05.7611545Z self.assertLastGraphAllFused() 2022-09-27T15:50:05.7611806Z 2022-09-27T15:50:05.7612056Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:50:05.7612450Z ========== 2022-09-27T15:50:05.7612744Z ok (0.809s) 2022-09-27T15:50:05.7628469Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:50:06.2452728Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (0.482s) 2022-09-27T15:50:06.2516749Z test_chunk (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.006s) 2022-09-27T15:50:06.2749308Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.023s) 2022-09-27T15:50:06.2823069Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.007s) 2022-09-27T15:50:06.2972606Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.014s) 2022-09-27T15:50:06.3030647Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.005s) 2022-09-27T15:50:06.3101875Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.007s) 2022-09-27T15:50:09.9670979Z test_clamp (__main__.TestTEFuserDynamic) ... ok (3.656s) 2022-09-27T15:50:10.1231391Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.155s) 2022-09-27T15:50:10.2700059Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.146s) 2022-09-27T15:50:10.5781582Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (0.308s) 2022-09-27T15:50:10.8863310Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (0.307s) 2022-09-27T15:50:11.1947455Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (0.308s) 2022-09-27T15:50:11.7767441Z test_concat (__main__.TestTEFuserDynamic) ... ok (0.581s) 2022-09-27T15:50:12.5568899Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (0.779s) 2022-09-27T15:50:12.5822936Z test_constant_chunk_shapes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.025s) 2022-09-27T15:50:12.5891849Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.006s) 2022-09-27T15:50:12.5957059Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.006s) 2022-09-27T15:50:12.5976302Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:50:12.7569360Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.159s) 2022-09-27T15:50:12.7606387Z test_disabled (__main__.TestTEFuserDynamic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_disabled test_jit_fuser_te.py line 1163 2022-09-27T15:50:12.7606952Z due to: 2022-09-27T15:50:12.7607260Z Traceback (most recent call last): 2022-09-27T15:50:12.7607716Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:50:12.7608373Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:50:12.7609112Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:50:12.7609777Z 2022-09-27T15:50:12.7609884Z from user code: 2022-09-27T15:50:12.7610199Z File "test_jit_fuser_te.py", line 1164, in test_disabled 2022-09-27T15:50:12.7610580Z old_cpu_fuser_state = torch._C._jit_can_fuse_on_cpu() 2022-09-27T15:50:12.7610926Z 2022-09-27T15:50:12.7611152Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:50:12.7611492Z ========== 2022-09-27T15:50:12.7716071Z ok (0.014s) 2022-09-27T15:50:12.9171555Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.145s) 2022-09-27T15:50:12.9424183Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.024s) 2022-09-27T15:50:15.2421118Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (2.299s) 2022-09-27T15:50:15.5649660Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (0.322s) 2022-09-27T15:50:15.5691497Z test_erf (__main__.TestTEFuserDynamic) ... ok (0.004s) 2022-09-27T15:50:15.6068512Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.037s) 2022-09-27T15:50:15.7108587Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.103s) 2022-09-27T15:50:15.7123205Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:50:15.7529094Z test_gelu (__main__.TestTEFuserDynamic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_fuser_te.py line 1328 2022-09-27T15:50:15.7529643Z due to: 2022-09-27T15:50:15.7529982Z Traceback (most recent call last): 2022-09-27T15:50:15.7530304Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:50:15.7530594Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:50:15.7530846Z TypeError: gelu() takes 1 positional argument but 2 were given 2022-09-27T15:50:15.7531003Z 2022-09-27T15:50:15.7531075Z from user code: 2022-09-27T15:50:15.7531291Z File "test_jit_fuser_te.py", line 1328, in 2022-09-27T15:50:15.7531533Z return lambda x, approximate: fn(x, approximate) 2022-09-27T15:50:15.7531681Z 2022-09-27T15:50:15.7531812Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:50:15.7532029Z ========== 2022-09-27T15:50:15.7539699Z ok (0.041s) 2022-09-27T15:50:16.1385680Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.384s) 2022-09-27T15:50:16.5393773Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.400s) 2022-09-27T15:50:16.9646915Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.425s) 2022-09-27T15:50:17.6790259Z test_isnan (__main__.TestTEFuserDynamic) ... ok (0.714s) 2022-09-27T15:50:17.6807336Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:50:18.0318270Z test_lerp (__main__.TestTEFuserDynamic) ... ok (0.350s) 2022-09-27T15:50:18.0338033Z test_list_ops (__main__.TestTEFuserDynamic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.001s) 2022-09-27T15:50:18.9457993Z test_lstm (__main__.TestTEFuserDynamic) ... ok (0.911s) 2022-09-27T15:50:19.3273362Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.381s) 2022-09-27T15:50:30.2594885Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (10.931s) 2022-09-27T15:50:30.7424477Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (0.482s) 2022-09-27T15:50:30.7441512Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.001s) 2022-09-27T15:50:30.7933899Z test_matmul (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.049s) 2022-09-27T15:50:30.8012537Z test_milstm (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.007s) 2022-09-27T15:50:32.0190562Z test_minmax (__main__.TestTEFuserDynamic) ... ok (1.217s) 2022-09-27T15:50:32.9052417Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (0.886s) 2022-09-27T15:50:33.0882269Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.182s) 2022-09-27T15:50:33.2894052Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.200s) 2022-09-27T15:50:33.2905790Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-09-27T15:50:33.3878769Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.097s) 2022-09-27T15:50:33.4115872Z test_profiler (__main__.TestTEFuserDynamic) ... STAGE:2022-09-27 15:50:33 2930:2930 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:50:33.4829877Z STAGE:2022-09-27 15:50:33 2930:2930 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:50:33.4839597Z ok (0.096s) 2022-09-27T15:50:33.4860559Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:50:33.4876386Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:50:33.4888652Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:50:33.6437107Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.154s) 2022-09-27T15:50:33.9038015Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.259s) 2022-09-27T15:50:33.9391759Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.035s) 2022-09-27T15:50:34.0203783Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.080s) 2022-09-27T15:50:34.5376382Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (0.517s) 2022-09-27T15:50:34.6949328Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.156s) 2022-09-27T15:50:34.8670497Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.171s) 2022-09-27T15:50:35.1778035Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (0.310s) 2022-09-27T15:50:35.3796815Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (0.201s) 2022-09-27T15:50:35.6025944Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.222s) 2022-09-27T15:50:35.7236184Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.120s) 2022-09-27T15:50:35.8344639Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.110s) 2022-09-27T15:50:37.0349286Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (1.200s) 2022-09-27T15:50:37.7241126Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.688s) 2022-09-27T15:50:37.8212580Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_fuser_te.py line 1753 2022-09-27T15:50:37.8213214Z due to: 2022-09-27T15:50:37.8233670Z Traceback (most recent call last): 2022-09-27T15:50:37.8234473Z File "/opt/conda/lib/python3.7/site-packages/torch/_decomp/decompositions.py", line 1174, in native_batch_norm 2022-09-27T15:50:37.8235041Z output = (input - mean) * invstd 2022-09-27T15:50:37.8235757Z RuntimeError: Subtraction, the `-` operator, with two bool tensors is not supported. Use the `^` or `logical_xor()` operator instead. 2022-09-27T15:50:37.8236157Z 2022-09-27T15:50:37.8236392Z The above exception was the direct cause of the following exception: 2022-09-27T15:50:37.8236657Z 2022-09-27T15:50:37.8236815Z Traceback (most recent call last): 2022-09-27T15:50:37.8237289Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:50:37.8237755Z raise TorchRuntimeError() from e 2022-09-27T15:50:37.8238131Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:50:37.8238372Z 2022-09-27T15:50:37.8238490Z from user code: 2022-09-27T15:50:37.8238834Z File "test_jit_fuser_te.py", line 1753, in 2022-09-27T15:50:37.8239191Z return lambda x, y, z: fn(x, y, z) 2022-09-27T15:50:37.8239403Z 2022-09-27T15:50:37.8239621Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:50:37.8239993Z ========== 2022-09-27T15:50:38.1959068Z ok (0.471s) 2022-09-27T15:50:38.9204697Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (0.724s) 2022-09-27T15:50:39.1495956Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.228s) 2022-09-27T15:50:39.3275727Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.177s) 2022-09-27T15:50:39.3872334Z test_torch_to (__main__.TestTEFuserDynamic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_fuser_te.py line 1196 2022-09-27T15:50:39.3873051Z due to: 2022-09-27T15:50:39.3873249Z Traceback (most recent call last): 2022-09-27T15:50:39.3873541Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:50:39.3873988Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:50:39.3874439Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T15:50:39.3874638Z 2022-09-27T15:50:39.3874713Z from user code: 2022-09-27T15:50:39.3874939Z File "test_jit_fuser_te.py", line 1197, in 2022-09-27T15:50:39.3875254Z FileCheck().check_not("TensorExpr").run(torch.jit.last_executed_optimized_graph()) 2022-09-27T15:50:39.3875433Z 2022-09-27T15:50:39.3875565Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:50:39.3875769Z ========== 2022-09-27T15:50:39.3875964Z You have not run this instance of FileCheck! 2022-09-27T15:50:39.3876168Z FileCheck checks: 2022-09-27T15:50:43.6600933Z ok (4.332s) 2022-09-27T15:50:45.8833062Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (2.222s) 2022-09-27T15:50:45.9929270Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.109s) 2022-09-27T15:50:45.9954636Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:50:46.0467179Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.051s) 2022-09-27T15:50:46.4142322Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (0.367s) 2022-09-27T15:50:46.7930232Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (0.378s) 2022-09-27T15:50:46.8306740Z test_unsupported_dtypes (__main__.TestTEFuserDynamic) ... test_jit_fuser_te.py:1187: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T15:50:46.8307273Z return v.to(dtype) 2022-09-27T15:50:46.8564786Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn test_jit_fuser_te.py line 1850 2022-09-27T15:50:46.8565364Z due to: 2022-09-27T15:50:46.8565692Z Traceback (most recent call last): 2022-09-27T15:50:46.8566439Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 203, in from_real_tensor 2022-09-27T15:50:46.8567051Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-09-27T15:50:46.8567665Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-09-27T15:50:46.8568033Z 2022-09-27T15:50:46.8568277Z The above exception was the direct cause of the following exception: 2022-09-27T15:50:46.8568563Z 2022-09-27T15:50:46.8568701Z Traceback (most recent call last): 2022-09-27T15:50:46.8569173Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:50:46.8569583Z ) from e 2022-09-27T15:50:46.8570174Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:50:46.8570612Z 2022-09-27T15:50:46.8570831Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:50:46.8571196Z ========== 2022-09-27T15:50:46.8696072Z ok (0.076s) 2022-09-27T15:50:47.2129690Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (0.343s) 2022-09-27T15:50:50.0301188Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (2.816s) 2022-09-27T15:50:50.1277716Z test_with_strict_fusion (__main__.TestTEFuserDynamic) ... /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-09-27T15:50:50.1278594Z warnings.warn("Only works in script mode") 2022-09-27T15:50:50.1279175Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT success line 1 2022-09-27T15:50:50.1279747Z due to: 2022-09-27T15:50:50.1280017Z Traceback (most recent call last): 2022-09-27T15:50:50.1280588Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:50:50.1281225Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:50:50.1281903Z AssertionError: torch.* op returned non-Tensor strict_fusion call_function 2022-09-27T15:50:50.1282218Z 2022-09-27T15:50:50.1282334Z from user code: 2022-09-27T15:50:50.1282648Z File "", line 2, in success 2022-09-27T15:50:50.1282850Z 2022-09-27T15:50:50.1283065Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:50:50.1283415Z ========== 2022-09-27T15:50:50.2154336Z /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-09-27T15:50:50.2155068Z warnings.warn("Only works in script mode") 2022-09-27T15:50:50.2155634Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT success test_jit_fuser_te.py line 2353 2022-09-27T15:50:50.2155982Z due to: 2022-09-27T15:50:50.2156265Z Traceback (most recent call last): 2022-09-27T15:50:50.2156696Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:50:50.2157414Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:50:50.2158188Z AssertionError: torch.* op returned non-Tensor strict_fusion call_function 2022-09-27T15:50:50.2158507Z 2022-09-27T15:50:50.2158612Z from user code: 2022-09-27T15:50:50.2158914Z File "test_jit_fuser_te.py", line 2354, in success 2022-09-27T15:50:50.2159231Z with torch.jit.strict_fusion(): 2022-09-27T15:50:50.2159441Z 2022-09-27T15:50:50.2159641Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:50:50.2159986Z ========== 2022-09-27T15:50:50.2204133Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_fuser_te.py line 2357 2022-09-27T15:50:50.2204630Z due to: 2022-09-27T15:50:50.2205016Z Traceback (most recent call last): 2022-09-27T15:50:50.2205454Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:50:50.2206109Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:50:50.2206971Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T15:50:50.2207426Z 2022-09-27T15:50:50.2207550Z from user code: 2022-09-27T15:50:50.2207977Z File "test_jit_fuser_te.py", line 2358, in 2022-09-27T15:50:50.2208490Z g = torch.jit.last_executed_optimized_graph() 2022-09-27T15:50:50.2208742Z 2022-09-27T15:50:50.2208982Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:50:50.2209341Z ========== 2022-09-27T15:50:50.2292920Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT foo test_jit_fuser_te.py line 2361 2022-09-27T15:50:50.2293360Z due to: 2022-09-27T15:50:50.2293635Z Traceback (most recent call last): 2022-09-27T15:50:50.2294054Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:50:50.2294773Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:50:50.2295612Z AssertionError: torch.* op returned non-Tensor strict_fusion call_function 2022-09-27T15:50:50.2295999Z 2022-09-27T15:50:50.2296124Z from user code: 2022-09-27T15:50:50.2296469Z File "test_jit_fuser_te.py", line 2362, in foo 2022-09-27T15:50:50.2297124Z with torch.jit.strict_fusion(): 2022-09-27T15:50:50.2297330Z 2022-09-27T15:50:50.2297534Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:50:50.2297849Z ========== 2022-09-27T15:50:50.2404257Z ok (0.210s) 2022-09-27T15:50:50.3503713Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.109s) 2022-09-27T15:50:50.4087330Z test_abs (__main__.TestTEFuserStatic) ... ok (0.058s) 2022-09-27T15:50:50.4708885Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.061s) 2022-09-27T15:50:50.5680018Z test_add_bool (__main__.TestTEFuserStatic) ... ok (0.096s) 2022-09-27T15:50:50.6100844Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.041s) 2022-09-27T15:50:50.6599216Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.049s) 2022-09-27T15:50:50.6611523Z test_autocast_down (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-09-27T15:50:50.6621296Z test_autocast_up (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-09-27T15:50:50.7570930Z test_batch_norm (__main__.TestTEFuserStatic) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:50:50.7571947Z warnings.warn(msg, FutureWarning) 2022-09-27T15:50:50.8393839Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:50:50.8394738Z warnings.warn(msg, FutureWarning) 2022-09-27T15:50:50.9222577Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:50:50.9223617Z warnings.warn(msg, FutureWarning) 2022-09-27T15:50:51.0042684Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:50:51.0043556Z warnings.warn(msg, FutureWarning) 2022-09-27T15:50:51.0044693Z ok (0.342s) 2022-09-27T15:50:52.1388206Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (1.134s) 2022-09-27T15:50:55.4665490Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (3.327s) 2022-09-27T15:50:55.7424013Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (0.275s) 2022-09-27T15:50:56.8424868Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (1.099s) 2022-09-27T15:50:56.8444044Z test_binary_tensor_scalar_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:50:57.5784447Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (0.733s) 2022-09-27T15:50:57.6401335Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.061s) 2022-09-27T15:50:58.1043378Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (0.464s) 2022-09-27T15:50:58.1976421Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.093s) 2022-09-27T15:50:58.1994212Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:50:58.2777904Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.078s) 2022-09-27T15:50:58.3949464Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.116s) 2022-09-27T15:50:59.6345213Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (1.239s) 2022-09-27T15:50:59.7072632Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.072s) 2022-09-27T15:50:59.8435357Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (0.136s) 2022-09-27T15:50:59.9692738Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (0.125s) 2022-09-27T15:51:00.1808021Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.211s) 2022-09-27T15:51:01.1453997Z test_clamp (__main__.TestTEFuserStatic) ... ok (0.964s) 2022-09-27T15:51:01.2081011Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.062s) 2022-09-27T15:51:01.2672429Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.058s) 2022-09-27T15:51:01.3537971Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.086s) 2022-09-27T15:51:01.4379184Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.083s) 2022-09-27T15:51:01.5216021Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.083s) 2022-09-27T15:51:01.5718475Z test_concat (__main__.TestTEFuserStatic) ... ok (0.050s) 2022-09-27T15:51:01.6497431Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.077s) 2022-09-27T15:51:01.6752113Z test_constant_chunk_shapes (__main__.TestTEFuserStatic) ... test_jit_fuser_te.py:2416: TracerWarning: torch.tensor results are registered as constants in the trace. You can safely ignore this warning if you use this function to create tensors out of constant variables that would be the same every time you call this function. In any other case, this might cause the trace to be incorrect. 2022-09-27T15:51:01.6752720Z r = torch.tensor(4) 2022-09-27T15:51:01.7580386Z test_jit_fuser_te.py:2416: TracerWarning: torch.tensor results are registered as constants in the trace. You can safely ignore this warning if you use this function to create tensors out of constant variables that would be the same every time you call this function. In any other case, this might cause the trace to be incorrect. 2022-09-27T15:51:01.7580916Z r = torch.tensor(4) 2022-09-27T15:51:01.8073734Z ok (0.157s) 2022-09-27T15:51:01.8539444Z test_conv2d (__main__.TestTEFuserStatic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_fuser_te.py line 1995 2022-09-27T15:51:01.8540000Z due to: 2022-09-27T15:51:01.8540297Z Traceback (most recent call last): 2022-09-27T15:51:01.8540832Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:51:01.8541574Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:51:01.8542310Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T15:51:01.8542646Z 2022-09-27T15:51:01.8542762Z from user code: 2022-09-27T15:51:01.8543148Z File "test_jit_fuser_te.py", line 1996, in 2022-09-27T15:51:01.8543667Z FileCheck().check_not("TensorExpr").run(torch.jit.last_executed_optimized_graph()) 2022-09-27T15:51:01.8543964Z 2022-09-27T15:51:01.8544185Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:01.8544546Z ========== 2022-09-27T15:51:01.8544872Z You have not run this instance of FileCheck! 2022-09-27T15:51:01.8545197Z FileCheck checks: 2022-09-27T15:51:01.8545474Z ok (0.046s) 2022-09-27T15:51:02.7662809Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... ok (0.912s) 2022-09-27T15:51:02.7682433Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:51:02.8592700Z test_dims (__main__.TestTEFuserStatic) ... ok (0.090s) 2022-09-27T15:51:02.8695216Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.010s) 2022-09-27T15:51:02.9055976Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.035s) 2022-09-27T15:51:02.9160685Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.010s) 2022-09-27T15:51:04.9837733Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (2.067s) 2022-09-27T15:51:05.0982890Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (0.114s) 2022-09-27T15:51:05.1002102Z test_erf (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-09-27T15:51:05.1298667Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.029s) 2022-09-27T15:51:05.1761655Z test_exp (__main__.TestTEFuserStatic) ... ok (0.046s) 2022-09-27T15:51:05.1775708Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:51:05.1804163Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.002s) 2022-09-27T15:51:05.2919719Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.111s) 2022-09-27T15:51:05.4204108Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.128s) 2022-09-27T15:51:05.5092938Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.088s) 2022-09-27T15:51:05.8952963Z test_isnan (__main__.TestTEFuserStatic) ... ok (0.385s) 2022-09-27T15:51:05.8969712Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:51:05.9656154Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.068s) 2022-09-27T15:51:05.9677568Z test_list_ops (__main__.TestTEFuserStatic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.001s) 2022-09-27T15:51:06.1492234Z test_lstm (__main__.TestTEFuserStatic) ... ok (0.181s) 2022-09-27T15:51:06.3111417Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.161s) 2022-09-27T15:51:08.4290187Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (2.117s) 2022-09-27T15:51:08.5696481Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.140s) 2022-09-27T15:51:08.5714588Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.001s) 2022-09-27T15:51:09.5311738Z test_matmul (__main__.TestTEFuserStatic) ... ok (0.959s) 2022-09-27T15:51:10.5304668Z test_milstm (__main__.TestTEFuserStatic) ... ok (0.998s) 2022-09-27T15:51:10.8473341Z test_minmax (__main__.TestTEFuserStatic) ... ok (0.316s) 2022-09-27T15:51:11.2042510Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (0.356s) 2022-09-27T15:51:11.2420964Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.037s) 2022-09-27T15:51:11.4139236Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.171s) 2022-09-27T15:51:11.4152689Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.001s) 2022-09-27T15:51:11.4165067Z test_nop (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-09-27T15:51:11.4202057Z test_profiler (__main__.TestTEFuserStatic) ... STAGE:2022-09-27 15:51:11 2930:2930 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:51:11.4430056Z STAGE:2022-09-27 15:51:11 2930:2930 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:51:11.4438386Z ok (0.027s) 2022-09-27T15:51:11.4457847Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:51:11.4473564Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:51:11.4485857Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:51:11.4948852Z test_relu (__main__.TestTEFuserStatic) ... ok (0.046s) 2022-09-27T15:51:11.5632075Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.068s) 2022-09-27T15:51:11.5918080Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.028s) 2022-09-27T15:51:11.6606030Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.068s) 2022-09-27T15:51:11.7551080Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (0.094s) 2022-09-27T15:51:11.8058869Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.050s) 2022-09-27T15:51:11.8348830Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.028s) 2022-09-27T15:51:11.9077057Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.072s) 2022-09-27T15:51:11.9755903Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.067s) 2022-09-27T15:51:12.1010674Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.125s) 2022-09-27T15:51:12.1698614Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.068s) 2022-09-27T15:51:12.2550742Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.084s) 2022-09-27T15:51:12.8987698Z test_superslomo (__main__.TestTEFuserStatic) ... ok (0.643s) 2022-09-27T15:51:13.0243202Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.125s) 2022-09-27T15:51:13.2903102Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (0.265s) 2022-09-27T15:51:13.5792586Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (0.288s) 2022-09-27T15:51:13.6474536Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.067s) 2022-09-27T15:51:13.7138252Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.066s) 2022-09-27T15:51:14.5653402Z test_torch_to (__main__.TestTEFuserStatic) ... ok (0.851s) 2022-09-27T15:51:16.0036523Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (1.438s) 2022-09-27T15:51:16.0924505Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.088s) 2022-09-27T15:51:16.0950579Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:51:16.1240592Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.028s) 2022-09-27T15:51:16.2173540Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.093s) 2022-09-27T15:51:16.4602244Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (0.242s) 2022-09-27T15:51:16.4954902Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.035s) 2022-09-27T15:51:16.5844174Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.088s) 2022-09-27T15:51:17.2735231Z test_where_ops (__main__.TestTEFuserStatic) ... ok (0.688s) 2022-09-27T15:51:17.3166060Z test_with_strict_fusion (__main__.TestTEFuserStatic) ... /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-09-27T15:51:17.3166584Z warnings.warn("Only works in script mode") 2022-09-27T15:51:17.3167603Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT success line 1 2022-09-27T15:51:17.3167978Z due to: 2022-09-27T15:51:17.3168215Z Traceback (most recent call last): 2022-09-27T15:51:17.3168592Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:51:17.3169221Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:51:17.3170067Z AssertionError: torch.* op returned non-Tensor strict_fusion call_function 2022-09-27T15:51:17.3170282Z 2022-09-27T15:51:17.3170353Z from user code: 2022-09-27T15:51:17.3170532Z File "", line 2, in success 2022-09-27T15:51:17.3170655Z 2022-09-27T15:51:17.3170786Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:17.3171009Z ========== 2022-09-27T15:51:17.3611273Z ok (0.087s) 2022-09-27T15:51:17.4142528Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.052s) 2022-09-27T15:51:17.4142895Z 2022-09-27T15:51:17.4143374Z ---------------------------------------------------------------------- 2022-09-27T15:51:17.4143826Z Ran 5884 tests in 456.927s 2022-09-27T15:51:17.4144039Z 2022-09-27T15:51:17.4144219Z OK (skipped=5138, expected failures=2) 2022-09-27T15:51:17.4144465Z 2022-09-27T15:51:17.4144619Z Generating XML reports... 2022-09-27T15:51:17.4200697Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20220927154340.xml 2022-09-27T15:51:17.4203101Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20220927154340.xml 2022-09-27T15:51:18.3108847Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20220927154340.xml 2022-09-27T15:51:18.3192582Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20220927154340.xml 2022-09-27T15:51:18.3270175Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20220927154340.xml 2022-09-27T15:51:19.1899320Z Running test_optim ... [2022-09-27 15:51:19.189511] 2022-09-27T15:51:19.1900226Z Executing ['/opt/conda/bin/python', '-bb', 'test_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:51:19.189595] 2022-09-27T15:51:20.4722648Z Test results will be stored in test-reports/python-unittest/test_optim 2022-09-27T15:51:20.4760993Z 2022-09-27T15:51:20.4761118Z Running tests... 2022-09-27T15:51:20.4762276Z ---------------------------------------------------------------------- 2022-09-27T15:51:24.7276282Z test_adam (__main__.TestDifferentiableOptimizer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 2873 2022-09-27T15:51:24.7276690Z due to: 2022-09-27T15:51:24.7276869Z Traceback (most recent call last): 2022-09-27T15:51:24.7277185Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:51:24.7277503Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:51:24.7277766Z NotImplementedError: TensorVariable() is not a constant 2022-09-27T15:51:24.7277923Z 2022-09-27T15:51:24.7277993Z from user code: 2022-09-27T15:51:24.7278218Z File "test_optim.py", line 2874, in 2022-09-27T15:51:24.7278477Z opt.state[p].update(opt_differentiable_state) 2022-09-27T15:51:24.7278611Z 2022-09-27T15:51:24.7278741Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:24.7278958Z ========== 2022-09-27T15:51:24.7917552Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT /opt/conda/lib/python3.7/site-packages/torch/optim/adam.py line 178 2022-09-27T15:51:24.7918110Z due to: 2022-09-27T15:51:24.7918376Z Traceback (most recent call last): 2022-09-27T15:51:24.7918679Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:51:24.7918995Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:51:24.7919257Z NotImplementedError: TensorVariable() is not a constant 2022-09-27T15:51:24.7919415Z 2022-09-27T15:51:24.7919485Z from user code: 2022-09-27T15:51:24.7919848Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/adam.py", line 209, in 2022-09-27T15:51:24.7920106Z state = self.state[p] 2022-09-27T15:51:24.7920222Z 2022-09-27T15:51:24.7920353Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:24.7920572Z ========== 2022-09-27T15:51:24.8060752Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT adam /opt/conda/lib/python3.7/site-packages/torch/optim/adam.py line 257 2022-09-27T15:51:24.8061302Z due to: 2022-09-27T15:51:24.8061602Z Traceback (most recent call last): 2022-09-27T15:51:24.8061885Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-09-27T15:51:24.8062186Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T15:51:24.8062570Z RuntimeError: a leaf Variable that requires grad is being used in an in-place operation. 2022-09-27T15:51:24.8062760Z 2022-09-27T15:51:24.8062896Z The above exception was the direct cause of the following exception: 2022-09-27T15:51:24.8063063Z 2022-09-27T15:51:24.8063154Z Traceback (most recent call last): 2022-09-27T15:51:24.8063415Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:51:24.8063688Z raise TorchRuntimeError() from e 2022-09-27T15:51:24.8063922Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:51:24.8064063Z 2022-09-27T15:51:24.8064120Z from user code: 2022-09-27T15:51:24.8064446Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/adam.py", line 316, in adam 2022-09-27T15:51:24.8064698Z found_inf=found_inf) 2022-09-27T15:51:24.8064810Z 2022-09-27T15:51:24.8065172Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:24.8065376Z ========== 2022-09-27T15:51:24.8154513Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _single_tensor_adam /opt/conda/lib/python3.7/site-packages/torch/optim/adam.py line 319 2022-09-27T15:51:24.8155058Z due to: 2022-09-27T15:51:24.8155254Z Traceback (most recent call last): 2022-09-27T15:51:24.8155668Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-09-27T15:51:24.8155979Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T15:51:24.8156368Z RuntimeError: a leaf Variable that requires grad is being used in an in-place operation. 2022-09-27T15:51:24.8156543Z 2022-09-27T15:51:24.8156679Z The above exception was the direct cause of the following exception: 2022-09-27T15:51:24.8156844Z 2022-09-27T15:51:24.8156937Z Traceback (most recent call last): 2022-09-27T15:51:24.8157217Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:51:24.8157482Z raise TorchRuntimeError() from e 2022-09-27T15:51:24.8157716Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:51:24.8157857Z 2022-09-27T15:51:24.8157926Z from user code: 2022-09-27T15:51:24.8158277Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/adam.py", line 363, in _single_tensor_adam 2022-09-27T15:51:24.8158611Z exp_avg.mul_(beta1).add_(grad, alpha=1 - beta1) 2022-09-27T15:51:24.8158751Z 2022-09-27T15:51:24.8158881Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:24.8159101Z ========== 2022-09-27T15:51:25.5785422Z ok (5.043s) 2022-09-27T15:51:25.6644874Z test_rmsprop (__main__.TestDifferentiableOptimizer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT step /opt/conda/lib/python3.7/site-packages/torch/optim/rmsprop.py line 98 2022-09-27T15:51:25.6645273Z due to: 2022-09-27T15:51:25.6645483Z Traceback (most recent call last): 2022-09-27T15:51:25.6645769Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:51:25.6646107Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:51:25.6646382Z NotImplementedError: TensorVariable() is not a constant 2022-09-27T15:51:25.6646539Z 2022-09-27T15:51:25.6646596Z from user code: 2022-09-27T15:51:25.6646943Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/rmsprop.py", line 127, in step 2022-09-27T15:51:25.6647209Z state = self.state[p] 2022-09-27T15:51:25.6647325Z 2022-09-27T15:51:25.6647457Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:25.6647662Z ========== 2022-09-27T15:51:25.6753166Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT rmsprop /opt/conda/lib/python3.7/site-packages/torch/optim/rmsprop.py line 168 2022-09-27T15:51:25.6753790Z due to: 2022-09-27T15:51:25.6754102Z Traceback (most recent call last): 2022-09-27T15:51:25.6754603Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-09-27T15:51:25.6755127Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T15:51:25.6755845Z RuntimeError: a leaf Variable that requires grad is being used in an in-place operation. 2022-09-27T15:51:25.6756170Z 2022-09-27T15:51:25.6756411Z The above exception was the direct cause of the following exception: 2022-09-27T15:51:25.6756713Z 2022-09-27T15:51:25.6756890Z Traceback (most recent call last): 2022-09-27T15:51:25.6757392Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:51:25.6757880Z raise TorchRuntimeError() from e 2022-09-27T15:51:25.6758302Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:51:25.6758559Z 2022-09-27T15:51:25.6758682Z from user code: 2022-09-27T15:51:25.6759300Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/rmsprop.py", line 213, in rmsprop 2022-09-27T15:51:25.6759787Z differentiable=differentiable) 2022-09-27T15:51:25.6760018Z 2022-09-27T15:51:25.6760261Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:25.6760971Z ========== 2022-09-27T15:51:25.6841546Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _single_tensor_rmsprop /opt/conda/lib/python3.7/site-packages/torch/optim/rmsprop.py line 216 2022-09-27T15:51:25.6842027Z due to: 2022-09-27T15:51:25.6842277Z Traceback (most recent call last): 2022-09-27T15:51:25.6842909Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-09-27T15:51:25.6843312Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T15:51:25.6843834Z RuntimeError: a leaf Variable that requires grad is being used in an in-place operation. 2022-09-27T15:51:25.6844083Z 2022-09-27T15:51:25.6844267Z The above exception was the direct cause of the following exception: 2022-09-27T15:51:25.6844491Z 2022-09-27T15:51:25.6844617Z Traceback (most recent call last): 2022-09-27T15:51:25.6845045Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:51:25.6845417Z raise TorchRuntimeError() from e 2022-09-27T15:51:25.6845729Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:51:25.6845917Z 2022-09-27T15:51:25.6845996Z from user code: 2022-09-27T15:51:25.6846488Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/rmsprop.py", line 245, in _single_tensor_rmsprop 2022-09-27T15:51:25.6846997Z square_avg.mul_(alpha).addcmul_(grad, grad, value=1 - alpha) 2022-09-27T15:51:25.6847203Z 2022-09-27T15:51:25.6847376Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:25.6847649Z ========== 2022-09-27T15:51:25.6956200Z ok (0.117s) 2022-09-27T15:51:25.7157398Z test_sgd (__main__.TestDifferentiableOptimizer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 2868 2022-09-27T15:51:25.7158015Z due to: 2022-09-27T15:51:25.7158320Z Traceback (most recent call last): 2022-09-27T15:51:25.7158774Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:51:25.7159279Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:51:25.7159695Z AssertionError: _RequiredParameter 2022-09-27T15:51:25.7159916Z 2022-09-27T15:51:25.7160018Z from user code: 2022-09-27T15:51:25.7160390Z File "test_optim.py", line 2873, in 2022-09-27T15:51:25.7160763Z opt = opt_class([p], **kwargs) 2022-09-27T15:51:25.7160963Z 2022-09-27T15:51:25.7161177Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:25.7161573Z ========== 2022-09-27T15:51:25.7542219Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT step /opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py line 119 2022-09-27T15:51:25.7542781Z due to: 2022-09-27T15:51:25.7543074Z Traceback (most recent call last): 2022-09-27T15:51:25.7543572Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:51:25.7544111Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:51:25.7544599Z NotImplementedError: TensorVariable() is not a constant 2022-09-27T15:51:25.7544869Z 2022-09-27T15:51:25.7544988Z from user code: 2022-09-27T15:51:25.7545543Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py", line 145, in step 2022-09-27T15:51:25.7545961Z state = self.state[p] 2022-09-27T15:51:25.7546126Z 2022-09-27T15:51:25.7546335Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:25.7546693Z ========== 2022-09-27T15:51:25.7621051Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT sgd /opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py line 171 2022-09-27T15:51:25.7621632Z due to: 2022-09-27T15:51:25.7621951Z Traceback (most recent call last): 2022-09-27T15:51:25.7622468Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-09-27T15:51:25.7623032Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T15:51:25.7623724Z RuntimeError: a leaf Variable that requires grad is being used in an in-place operation. 2022-09-27T15:51:25.7624359Z 2022-09-27T15:51:25.7624615Z The above exception was the direct cause of the following exception: 2022-09-27T15:51:25.7624910Z 2022-09-27T15:51:25.7625068Z Traceback (most recent call last): 2022-09-27T15:51:25.7625627Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:51:25.7626111Z raise TorchRuntimeError() from e 2022-09-27T15:51:25.7626500Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:51:25.7626741Z 2022-09-27T15:51:25.7626859Z from user code: 2022-09-27T15:51:25.7627432Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py", line 211, in sgd 2022-09-27T15:51:25.7627864Z maximize=maximize) 2022-09-27T15:51:25.7628058Z 2022-09-27T15:51:25.7628266Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:25.7628582Z ========== 2022-09-27T15:51:25.7685511Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _single_tensor_sgd /opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py line 213 2022-09-27T15:51:25.7686078Z due to: 2022-09-27T15:51:25.7686380Z Traceback (most recent call last): 2022-09-27T15:51:25.7686775Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-09-27T15:51:25.7687254Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T15:51:25.7687883Z RuntimeError: a leaf Variable that requires grad is being used in an in-place operation. 2022-09-27T15:51:25.7688179Z 2022-09-27T15:51:25.7688386Z The above exception was the direct cause of the following exception: 2022-09-27T15:51:25.7688648Z 2022-09-27T15:51:25.7688798Z Traceback (most recent call last): 2022-09-27T15:51:25.7689259Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:51:25.7689740Z raise TorchRuntimeError() from e 2022-09-27T15:51:25.7690115Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:51:25.7690339Z 2022-09-27T15:51:25.7690446Z from user code: 2022-09-27T15:51:25.7707373Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py", line 245, in _single_tensor_sgd 2022-09-27T15:51:25.7708126Z param.add_(d_p, alpha=-lr) 2022-09-27T15:51:25.7708356Z 2022-09-27T15:51:25.7708598Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:25.7708975Z ========== 2022-09-27T15:51:25.7733563Z ok (0.077s) 2022-09-27T15:51:27.2065048Z test_CosineAnnealingWarmRestarts_lr1_T_mult_1 (__main__.TestLRScheduler) ... ok (1.432s) 2022-09-27T15:51:28.4748408Z test_CosineAnnealingWarmRestarts_lr1_T_mult_2 (__main__.TestLRScheduler) ... ok (1.268s) 2022-09-27T15:51:29.8169958Z test_CosineAnnealingWarmRestarts_lr1_T_mult_4 (__main__.TestLRScheduler) ... ok (1.341s) 2022-09-27T15:51:30.2708603Z test_CosineAnnealingWarmRestarts_lr2 (__main__.TestLRScheduler) ... ok (0.453s) 2022-09-27T15:51:30.3372095Z test_CosineAnnealingWarmRestarts_lr3 (__main__.TestLRScheduler) ... ok (0.066s) 2022-09-27T15:51:30.3626722Z test_CosineAnnealingWarmRestarts_lr_state_dict (__main__.TestLRScheduler) ... ok (0.025s) 2022-09-27T15:51:30.4150065Z 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-09-27T15:51:30.4150945Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:30.4276045Z ok (0.064s) 2022-09-27T15:51:30.4577457Z test_chained_lr2 (__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-09-27T15:51:30.4578604Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:30.4691123Z ok (0.041s) 2022-09-27T15:51:30.4930351Z test_chained_lr2_get_last_lr_before_step (__main__.TestLRScheduler) ... ok (0.023s) 2022-09-27T15:51:30.5551305Z test_chained_lr3 (__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-09-27T15:51:30.5552173Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:30.5693147Z ok (0.076s) 2022-09-27T15:51:30.6487697Z test_chained_lr4 (__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-09-27T15:51:30.6488624Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:30.6651563Z ok (0.095s) 2022-09-27T15:51:30.7832266Z test_chained_lr5 (__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-09-27T15:51:30.7833376Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:30.7994297Z ok (0.134s) 2022-09-27T15:51:30.8791236Z test_closed_form_constantlr (__main__.TestLRScheduler) ... ok (0.079s) 2022-09-27T15:51:30.9025631Z test_closed_form_cos_anneal_lr (__main__.TestLRScheduler) ... ok (0.023s) 2022-09-27T15:51:30.9242413Z test_closed_form_exp_lr (__main__.TestLRScheduler) ... ok (0.021s) 2022-09-27T15:51:30.9468196Z test_closed_form_linearlr (__main__.TestLRScheduler) ... ok (0.022s) 2022-09-27T15:51:30.9700888Z test_closed_form_multi_step_lr (__main__.TestLRScheduler) ... ok (0.023s) 2022-09-27T15:51:30.9923646Z test_closed_form_poly_lr (__main__.TestLRScheduler) ... ok (0.022s) 2022-09-27T15:51:31.0146589Z test_closed_form_step_lr (__main__.TestLRScheduler) ... ok (0.022s) 2022-09-27T15:51:31.1178207Z 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-09-27T15:51:31.1179088Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:31.1187350Z ok (0.104s) 2022-09-27T15:51:31.2071912Z test_compound_cosanneal_and_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-09-27T15:51:31.2073019Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:31.2081390Z ok (0.089s) 2022-09-27T15:51:31.3059026Z test_compound_cosanneal_and_multistep_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-09-27T15:51:31.3060072Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:31.3069502Z ok (0.098s) 2022-09-27T15:51:31.3791917Z test_compound_cosanneal_and_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-09-27T15:51:31.3792980Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:31.3801204Z ok (0.072s) 2022-09-27T15:51:31.4471901Z test_compound_exp_and_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-09-27T15:51:31.4472971Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:31.4480510Z ok (0.067s) 2022-09-27T15:51:31.5048035Z test_compound_exp_and_multistep_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-09-27T15:51:31.5049927Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:31.5056611Z ok (0.057s) 2022-09-27T15:51:31.5145581Z test_compound_linearlr_and_multistep_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-09-27T15:51:31.5146700Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:31.5153596Z ok (0.009s) 2022-09-27T15:51:31.8434464Z test_compound_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.327s) 2022-09-27T15:51:32.0604636Z test_compound_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.216s) 2022-09-27T15:51:32.2651672Z test_compound_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.204s) 2022-09-27T15:51:32.4149702Z test_compound_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.149s) 2022-09-27T15:51:32.6391733Z test_compound_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.224s) 2022-09-27T15:51:32.6869988Z test_compound_step_and_constantlr (__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-09-27T15:51:32.6870895Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:32.6878366Z ok (0.048s) 2022-09-27T15:51:32.7465856Z test_compound_step_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-09-27T15:51:32.7466743Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:32.7474569Z ok (0.059s) 2022-09-27T15:51:32.7788408Z test_compound_step_and_multistep_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-09-27T15:51:32.7789295Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:32.7794121Z ok (0.031s) 2022-09-27T15:51:32.8101686Z test_constantlr (__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-09-27T15:51:32.8102565Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:32.8108306Z ok (0.031s) 2022-09-27T15:51:32.8279233Z test_constantlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.016s) 2022-09-27T15:51:32.8955935Z test_constantlr_with_epoch (__main__.TestLRScheduler) ... ok (0.067s) 2022-09-27T15:51:32.9430337Z 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-09-27T15:51:32.9431505Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:32.9438345Z ok (0.048s) 2022-09-27T15:51:32.9700622Z 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-09-27T15:51:32.9701193Z warnings.warn(msg, FutureWarning) 2022-09-27T15:51:32.9705309Z ok (0.026s) 2022-09-27T15:51:32.9989649Z test_cosine_lr_state_dict (__main__.TestLRScheduler) ... ok (0.028s) 2022-09-27T15:51:33.0097828Z test_cosine_then_cyclic (__main__.TestLRScheduler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 2565 2022-09-27T15:51:33.0098306Z due to: 2022-09-27T15:51:33.0098513Z Traceback (most recent call last): 2022-09-27T15:51:33.0098847Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:51:33.0099456Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:51:33.0099912Z AssertionError: _RequiredParameter 2022-09-27T15:51:33.0100151Z 2022-09-27T15:51:33.0100265Z from user code: 2022-09-27T15:51:33.0100624Z File "test_optim.py", line 2566, in 2022-09-27T15:51:33.0101028Z optimizer = torch.optim.SGD(model.parameters(), lr=optim_lr) 2022-09-27T15:51:33.0101293Z 2022-09-27T15:51:33.0101671Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:33.0102102Z ========== 2022-09-27T15:51:33.0453354Z ok (0.046s) 2022-09-27T15:51:33.0870865Z test_cycle_lr_cycle_momentum_fail_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.041s) 2022-09-27T15:51:33.2773417Z test_cycle_lr_exp_range_mode (__main__.TestLRScheduler) ... ok (0.190s) 2022-09-27T15:51:33.3563800Z test_cycle_lr_exp_range_mode_one_lr (__main__.TestLRScheduler) ... ok (0.078s) 2022-09-27T15:51:33.4371797Z test_cycle_lr_exp_range_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.080s) 2022-09-27T15:51:33.4463978Z test_cycle_lr_invalid_mode (__main__.TestLRScheduler) ... ok (0.009s) 2022-09-27T15:51:33.9239363Z test_cycle_lr_removed_after_out_of_scope (__main__.TestLRScheduler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /opt/conda/lib/python3.7/site-packages/torch/optim/optimizer.py line 49 2022-09-27T15:51:33.9239936Z due to: 2022-09-27T15:51:33.9240128Z Traceback (most recent call last): 2022-09-27T15:51:33.9240439Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 140, in python_type 2022-09-27T15:51:33.9240744Z raise NotImplementedError(f"{self} has no type") 2022-09-27T15:51:33.9241023Z NotImplementedError: ListIteratorVariable() has no type 2022-09-27T15:51:33.9241185Z 2022-09-27T15:51:33.9241242Z from user code: 2022-09-27T15:51:33.9241627Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/optimizer.py", line 51, in 2022-09-27T15:51:33.9241931Z if isinstance(params, torch.Tensor): 2022-09-27T15:51:33.9242066Z 2022-09-27T15:51:33.9242198Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:33.9242403Z ========== 2022-09-27T15:51:33.9313936Z ok (0.484s) 2022-09-27T15:51:34.0928489Z test_cycle_lr_triangular2_mode (__main__.TestLRScheduler) ... ok (0.161s) 2022-09-27T15:51:34.1315605Z test_cycle_lr_triangular2_mode_one_lr (__main__.TestLRScheduler) ... ok (0.038s) 2022-09-27T15:51:34.4888631Z test_cycle_lr_triangular2_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.357s) 2022-09-27T15:51:34.5941447Z test_cycle_lr_triangular_mode (__main__.TestLRScheduler) ... ok (0.105s) 2022-09-27T15:51:34.6252261Z test_cycle_lr_triangular_mode_one_lr (__main__.TestLRScheduler) ... ok (0.030s) 2022-09-27T15:51:34.6572820Z test_cycle_lr_triangular_mode_one_lr_no_momentum (__main__.TestLRScheduler) ... ok (0.031s) 2022-09-27T15:51:34.6883080Z test_cycle_lr_triangular_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.030s) 2022-09-27T15:51:34.7245917Z test_cycle_lr_with_adam (__main__.TestLRScheduler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT add_param_group /opt/conda/lib/python3.7/site-packages/torch/optim/optimizer.py line 284 2022-09-27T15:51:34.7246455Z due to: 2022-09-27T15:51:34.7246649Z Traceback (most recent call last): 2022-09-27T15:51:34.7246955Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 140, in python_type 2022-09-27T15:51:34.7247259Z raise NotImplementedError(f"{self} has no type") 2022-09-27T15:51:34.7247539Z NotImplementedError: ListIteratorVariable() has no type 2022-09-27T15:51:34.7247702Z 2022-09-27T15:51:34.7247776Z from user code: 2022-09-27T15:51:34.7248142Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/optimizer.py", line 297, in add_param_group 2022-09-27T15:51:34.7248426Z if isinstance(params, torch.Tensor): 2022-09-27T15:51:34.7248563Z 2022-09-27T15:51:34.7248697Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:34.7248918Z ========== 2022-09-27T15:51:34.7556669Z ok (0.067s) 2022-09-27T15:51:34.8055772Z test_cycle_lr_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.049s) 2022-09-27T15:51:34.8267314Z test_error_when_getlr_has_epoch (__main__.TestLRScheduler) ... ok (0.021s) 2022-09-27T15:51:34.8653205Z test_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-09-27T15:51:34.8654104Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:34.8661162Z ok (0.039s) 2022-09-27T15:51:34.8940972Z test_exp_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.027s) 2022-09-27T15:51:34.9067478Z test_exponential_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.012s) 2022-09-27T15:51:34.9720025Z test_get_last_lr_constantlr (__main__.TestLRScheduler) ... ok (0.065s) 2022-09-27T15:51:35.0128483Z test_get_last_lr_linearlr (__main__.TestLRScheduler) ... ok (0.040s) 2022-09-27T15:51:35.0452271Z test_get_last_lr_multi_step_lr (__main__.TestLRScheduler) ... ok (0.032s) 2022-09-27T15:51:35.1259446Z 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-09-27T15:51:35.1260225Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-09-27T15:51:35.1270342Z ok (0.081s) 2022-09-27T15:51:35.1325938Z test_get_last_lr_step_lr (__main__.TestLRScheduler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_get_last_lr_step_lr test_optim.py line 1327 2022-09-27T15:51:35.1326304Z due to: 2022-09-27T15:51:35.1326488Z Traceback (most recent call last): 2022-09-27T15:51:35.1327030Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:51:35.1327350Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:51:35.1327585Z AssertionError: _RequiredParameter 2022-09-27T15:51:35.1327720Z 2022-09-27T15:51:35.1327792Z from user code: 2022-09-27T15:51:35.1328071Z File "test_optim.py", line 1330, in test_get_last_lr_step_lr 2022-09-27T15:51:35.1328365Z optimizer = torch.optim.SGD([Parameter(torch.randn(2, 2, requires_grad=True))], 0.1) 2022-09-27T15:51:35.1328550Z 2022-09-27T15:51:35.1328682Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:35.1328901Z ========== 2022-09-27T15:51:35.1596803Z ok (0.032s) 2022-09-27T15:51:35.2430578Z 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-09-27T15:51:35.2431453Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:35.2438319Z ok (0.084s) 2022-09-27T15:51:35.2867823Z test_lambda_lr_state_dict_fn (__main__.TestLRScheduler) ... ok (0.042s) 2022-09-27T15:51:35.3313691Z test_lambda_lr_state_dict_obj (__main__.TestLRScheduler) ... ok (0.044s) 2022-09-27T15:51:35.3443557Z test_linear_linearlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.012s) 2022-09-27T15:51:35.3844677Z 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-09-27T15:51:35.3845653Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:35.3851817Z ok (0.040s) 2022-09-27T15:51:35.4267013Z test_linearlr_with_epoch (__main__.TestLRScheduler) ... ok (0.041s) 2022-09-27T15:51:35.4623777Z 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-09-27T15:51:35.4624664Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:35.4631111Z ok (0.036s) 2022-09-27T15:51:35.4936847Z test_multi_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.030s) 2022-09-27T15:51:35.5510848Z test_multi_step_lr_with_epoch (__main__.TestLRScheduler) ... ok (0.057s) 2022-09-27T15:51:35.6347600Z 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-09-27T15:51:35.6348474Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:35.6356239Z ok (0.084s) 2022-09-27T15:51:35.7861223Z test_new_pattern_no_warning (__main__.TestLRScheduler) ... ok (0.150s) 2022-09-27T15:51:35.8504603Z test_new_pattern_no_warning_with_arg (__main__.TestLRScheduler) ... ok (0.064s) 2022-09-27T15:51:35.9228911Z test_new_pattern_no_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.072s) 2022-09-27T15:51:35.9264849Z test_no_cyclic_references (__main__.TestLRScheduler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82948 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-09-27T15:51:35.9957758Z test_old_pattern_warning (__main__.TestLRScheduler) ... ok (0.069s) 2022-09-27T15:51:36.0801355Z test_old_pattern_warning_resuming (__main__.TestLRScheduler) ... ok (0.084s) 2022-09-27T15:51:36.1636226Z test_old_pattern_warning_resuming_with_arg (__main__.TestLRScheduler) ... ok (0.083s) 2022-09-27T15:51:36.3189973Z test_old_pattern_warning_with_arg (__main__.TestLRScheduler) ... ok (0.155s) 2022-09-27T15:51:36.4073765Z test_old_pattern_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.088s) 2022-09-27T15:51:36.4171724Z test_onecycle_lr_cannot_calculate_total_steps (__main__.TestLRScheduler) ... ok (0.009s) 2022-09-27T15:51:36.4646976Z test_onecycle_lr_cosine_annealing (__main__.TestLRScheduler) ... ok (0.047s) 2022-09-27T15:51:36.4748766Z test_onecycle_lr_invalid_anneal_strategy (__main__.TestLRScheduler) ... ok (0.010s) 2022-09-27T15:51:36.4850889Z test_onecycle_lr_invalid_pct_start (__main__.TestLRScheduler) ... ok (0.010s) 2022-09-27T15:51:36.5143797Z test_onecycle_lr_linear_annealing (__main__.TestLRScheduler) ... ok (0.029s) 2022-09-27T15:51:36.5440034Z test_onecycle_lr_linear_annealing_three_phases (__main__.TestLRScheduler) ... ok (0.029s) 2022-09-27T15:51:36.5816689Z 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-09-27T15:51:36.5817650Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:36.5824071Z ok (0.038s) 2022-09-27T15:51:36.5961589Z test_polynomial_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.013s) 2022-09-27T15:51:36.7081399Z test_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.111s) 2022-09-27T15:51:36.8302311Z test_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.122s) 2022-09-27T15:51:36.8913691Z test_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.060s) 2022-09-27T15:51:36.9775321Z test_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.086s) 2022-09-27T15:51:37.0666487Z test_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.089s) 2022-09-27T15:51:37.1526690Z test_reduce_lr_on_plateau6 (__main__.TestLRScheduler) ... ok (0.086s) 2022-09-27T15:51:37.1890644Z test_reduce_lr_on_plateau7 (__main__.TestLRScheduler) ... ok (0.036s) 2022-09-27T15:51:37.2808621Z test_reduce_lr_on_plateau8 (__main__.TestLRScheduler) ... ok (0.091s) 2022-09-27T15:51:37.2938637Z test_reduce_lr_on_plateau_state_dict (__main__.TestLRScheduler) ... ok (0.013s) 2022-09-27T15:51:37.3507200Z 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-09-27T15:51:37.3508390Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:37.3509615Z /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-09-27T15:51:37.3510321Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-09-27T15:51:37.3517589Z ok (0.057s) 2022-09-27T15:51:37.4002593Z test_sequentiallr2 (__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-09-27T15:51:37.4003495Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:37.4004569Z /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-09-27T15:51:37.4005320Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-09-27T15:51:37.4010353Z ok (0.049s) 2022-09-27T15:51:37.4536274Z test_sequentiallr3 (__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-09-27T15:51:37.4537128Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:37.4538190Z /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-09-27T15:51:37.4538889Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-09-27T15:51:37.4542521Z ok (0.053s) 2022-09-27T15:51:37.4584557Z test_sequentiallr4 (__main__.TestLRScheduler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sequentiallr4 test_optim.py line 1633 2022-09-27T15:51:37.4585172Z due to: 2022-09-27T15:51:37.4585398Z Traceback (most recent call last): 2022-09-27T15:51:37.4585683Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:51:37.4586000Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:51:37.4586462Z AssertionError: _RequiredParameter 2022-09-27T15:51:37.4586605Z 2022-09-27T15:51:37.4586694Z from user code: 2022-09-27T15:51:37.4587007Z File "test_optim.py", line 1634, in test_sequentiallr4 2022-09-27T15:51:37.4587270Z optimizer = torch.optim.SGD([torch.tensor(0.5)], lr=0.1) 2022-09-27T15:51:37.4587422Z 2022-09-27T15:51:37.4587789Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:37.4588192Z ========== 2022-09-27T15:51:37.4588482Z ok (0.004s) 2022-09-27T15:51:37.4944666Z test_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-09-27T15:51:37.4945534Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:37.4951372Z ok (0.036s) 2022-09-27T15:51:37.5089398Z test_step_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.013s) 2022-09-27T15:51:37.5408101Z test_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.031s) 2022-09-27T15:51:37.5728514Z test_swa_lr_state_dict (__main__.TestLRScheduler) ... ok (0.031s) 2022-09-27T15:51:37.8407296Z test_swalr_cosine_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.267s) 2022-09-27T15:51:37.8557959Z test_swalr_hypers (__main__.TestLRScheduler) ... ok (0.014s) 2022-09-27T15:51:38.0961702Z test_swalr_linear_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.240s) 2022-09-27T15:51:38.1666010Z test_swalr_no_anneal (__main__.TestLRScheduler) ... ok (0.070s) 2022-09-27T15:51:38.3589113Z test_adadelta (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /opt/conda/lib/python3.7/site-packages/torch/optim/adadelta.py line 88 2022-09-27T15:51:38.3589482Z due to: 2022-09-27T15:51:38.3589688Z Traceback (most recent call last): 2022-09-27T15:51:38.3589986Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:51:38.3590295Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:51:38.3590571Z NotImplementedError: TensorVariable() is not a constant 2022-09-27T15:51:38.3590729Z 2022-09-27T15:51:38.3590800Z from user code: 2022-09-27T15:51:38.3591170Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/adadelta.py", line 110, in 2022-09-27T15:51:38.3591436Z state = self.state[p] 2022-09-27T15:51:38.3591552Z 2022-09-27T15:51:38.3591683Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:38.3591903Z ========== 2022-09-27T15:51:38.8500447Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT step /opt/conda/lib/python3.7/site-packages/torch/optim/adadelta.py line 77 2022-09-27T15:51:38.8500914Z due to: 2022-09-27T15:51:38.8501108Z Traceback (most recent call last): 2022-09-27T15:51:38.8501409Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:51:38.8501731Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:51:38.8502007Z NotImplementedError: TensorVariable() is not a constant 2022-09-27T15:51:38.8502167Z 2022-09-27T15:51:38.8502240Z from user code: 2022-09-27T15:51:38.8502566Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/adadelta.py", line 110, in step 2022-09-27T15:51:38.8502833Z state = self.state[p] 2022-09-27T15:51:38.8502950Z 2022-09-27T15:51:38.8503082Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:38.8503287Z ========== 2022-09-27T15:51:41.0062545Z /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-09-27T15:51:41.0063766Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:41.1934408Z /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-09-27T15:51:41.1935318Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:41.2874595Z /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-09-27T15:51:41.2875401Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:43.1137149Z /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-09-27T15:51:43.1138008Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:43.3155274Z /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-09-27T15:51:43.3156092Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:43.4160963Z /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-09-27T15:51:43.4161894Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:43.7806001Z ok (5.613s) 2022-09-27T15:51:43.9119579Z test_adadelta_complex (__main__.TestOptim) ... ok (0.131s) 2022-09-27T15:51:44.0020318Z test_adagrad (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /opt/conda/lib/python3.7/site-packages/torch/optim/adagrad.py line 135 2022-09-27T15:51:44.0020919Z due to: 2022-09-27T15:51:44.0021301Z Traceback (most recent call last): 2022-09-27T15:51:44.0021660Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:51:44.0022227Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:51:44.0022509Z NotImplementedError: TensorVariable() is not a constant 2022-09-27T15:51:44.0022669Z 2022-09-27T15:51:44.0022741Z from user code: 2022-09-27T15:51:44.0023177Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/adagrad.py", line 150, in 2022-09-27T15:51:44.0023459Z state = self.state[p] 2022-09-27T15:51:44.0023574Z 2022-09-27T15:51:44.0023708Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:44.0023917Z ========== 2022-09-27T15:51:44.0996921Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT step /opt/conda/lib/python3.7/site-packages/torch/optim/adagrad.py line 123 2022-09-27T15:51:44.0997233Z due to: 2022-09-27T15:51:44.0997491Z Traceback (most recent call last): 2022-09-27T15:51:44.0997776Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:51:44.0998113Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:51:44.0998441Z NotImplementedError: TensorVariable() is not a constant 2022-09-27T15:51:44.0998599Z 2022-09-27T15:51:44.0998656Z from user code: 2022-09-27T15:51:44.0999052Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/adagrad.py", line 150, in step 2022-09-27T15:51:44.0999322Z state = self.state[p] 2022-09-27T15:51:44.0999438Z 2022-09-27T15:51:44.0999572Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:44.0999838Z ========== 2022-09-27T15:51:45.5046977Z /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-09-27T15:51:45.5047949Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:45.6673208Z /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-09-27T15:51:45.6674042Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:45.7508369Z /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-09-27T15:51:45.7509162Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:48.0080434Z /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-09-27T15:51:48.0081278Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:48.2221777Z /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-09-27T15:51:48.2222688Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:48.3338056Z /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-09-27T15:51:48.3338905Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:51:48.4416456Z ok (4.529s) 2022-09-27T15:51:48.6033226Z test_adagrad_complex (__main__.TestOptim) ... ok (0.161s) 2022-09-27T15:51:48.9707676Z test_adagrad_sparse (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 66 2022-09-27T15:51:48.9708273Z due to: 2022-09-27T15:51:48.9708651Z Traceback (most recent call last): 2022-09-27T15:51:48.9709145Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 67, in visit 2022-09-27T15:51:48.9709402Z return n.meta["example_value"] 2022-09-27T15:51:48.9709645Z KeyError: 'example_value' 2022-09-27T15:51:48.9709770Z 2022-09-27T15:51:48.9709840Z from user code: 2022-09-27T15:51:48.9710044Z File "test_optim.py", line 67, in 2022-09-27T15:51:48.9710283Z grad = drosenbrock(params.data) 2022-09-27T15:51:48.9710415Z 2022-09-27T15:51:48.9710555Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:48.9710763Z ========== 2022-09-27T15:51:48.9824538Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT drosenbrock test_optim.py line 35 2022-09-27T15:51:48.9824990Z due to: 2022-09-27T15:51:48.9825274Z Traceback (most recent call last): 2022-09-27T15:51:48.9825731Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:51:48.9826289Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:51:48.9826919Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:51:48.9827219Z 2022-09-27T15:51:48.9827362Z The above exception was the direct cause of the following exception: 2022-09-27T15:51:48.9827515Z 2022-09-27T15:51:48.9827607Z Traceback (most recent call last): 2022-09-27T15:51:48.9827892Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:51:48.9828171Z raise TorchRuntimeError() from e 2022-09-27T15:51:48.9828395Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:51:48.9828536Z 2022-09-27T15:51:48.9828607Z from user code: 2022-09-27T15:51:48.9828821Z File "test_optim.py", line 37, in drosenbrock 2022-09-27T15:51:48.9829145Z return torch.tensor((-400 * x * (y - x ** 2) - 2 * (1 - x), 200 * (y - x ** 2))) 2022-09-27T15:51:48.9829302Z 2022-09-27T15:51:48.9829434Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:48.9829656Z ========== 2022-09-27T15:51:48.9908114Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _make_sparse /opt/conda/lib/python3.7/site-packages/torch/optim/adagrad.py line 223 2022-09-27T15:51:48.9908611Z due to: 2022-09-27T15:51:48.9908978Z Traceback (most recent call last): 2022-09-27T15:51:48.9909431Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:51:48.9909931Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:51:48.9910478Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:51:48.9910775Z 2022-09-27T15:51:48.9911003Z The above exception was the direct cause of the following exception: 2022-09-27T15:51:48.9911170Z 2022-09-27T15:51:48.9911264Z Traceback (most recent call last): 2022-09-27T15:51:48.9911544Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:51:48.9911806Z raise TorchRuntimeError() from e 2022-09-27T15:51:48.9912043Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:51:48.9912186Z 2022-09-27T15:51:48.9912257Z from user code: 2022-09-27T15:51:48.9912592Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/adagrad.py", line 227, in _make_sparse 2022-09-27T15:51:48.9913098Z return torch.sparse_coo_tensor(grad_indices, values, size) 2022-09-27T15:51:48.9913257Z 2022-09-27T15:51:48.9913389Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:51:48.9913595Z ========== 2022-09-27T15:51:58.3637902Z ok (9.760s) 2022-09-27T15:52:00.0773917Z test_adam (__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-09-27T15:52:00.0774810Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:00.2056838Z /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-09-27T15:52:00.2057698Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:00.2740520Z /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-09-27T15:52:00.2741347Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:00.4178036Z /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-09-27T15:52:00.4178842Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:00.5460299Z /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-09-27T15:52:00.5461375Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:00.6137746Z /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-09-27T15:52:00.6138559Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:00.7571379Z /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-09-27T15:52:00.7572213Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:00.8853135Z /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-09-27T15:52:00.8853962Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:00.9539176Z /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-09-27T15:52:00.9540001Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:01.0916634Z /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-09-27T15:52:01.0917461Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:01.2248146Z /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-09-27T15:52:01.2248999Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:01.2948212Z /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-09-27T15:52:01.2949294Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:01.4373404Z /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-09-27T15:52:01.4374247Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:01.6121555Z /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-09-27T15:52:01.6122377Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:01.7050751Z /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-09-27T15:52:01.7051558Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:01.8804275Z /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-09-27T15:52:01.8805147Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:02.0624790Z /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-09-27T15:52:02.0625646Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:02.1588939Z /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-09-27T15:52:02.1589754Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:02.3308408Z /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-09-27T15:52:02.3309228Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:02.4588924Z /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-09-27T15:52:02.4589733Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:02.5265429Z /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-09-27T15:52:02.5266225Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:05.2816572Z /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-09-27T15:52:05.2818397Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:05.4336821Z /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-09-27T15:52:05.4338478Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:05.5104771Z /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-09-27T15:52:05.5106426Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:05.6647702Z /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-09-27T15:52:05.8175461Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:05.8177844Z /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-09-27T15:52:05.8179462Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:05.8948603Z /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-09-27T15:52:05.8950295Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:06.0485379Z /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-09-27T15:52:06.0487020Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:06.2005221Z /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-09-27T15:52:06.2006942Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:06.2767968Z /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-09-27T15:52:06.2769620Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:06.4214430Z /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-09-27T15:52:06.4216084Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:06.5615978Z /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-09-27T15:52:06.5617992Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:06.6331146Z /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-09-27T15:52:06.6332880Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:06.7731548Z /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-09-27T15:52:06.7733257Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:06.9628130Z /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-09-27T15:52:06.9629824Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:07.0603398Z /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-09-27T15:52:07.0605146Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:07.2411275Z /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-09-27T15:52:07.2412932Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:07.4558142Z /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-09-27T15:52:07.4559007Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:07.5648601Z /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-09-27T15:52:07.5649600Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:07.7518475Z /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-09-27T15:52:07.7519297Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:07.9042174Z /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-09-27T15:52:07.9043008Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:07.9806285Z /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-09-27T15:52:07.9807096Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:08.0882426Z ok (9.724s) 2022-09-27T15:52:08.1714002Z test_adamax (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /opt/conda/lib/python3.7/site-packages/torch/optim/adamax.py line 92 2022-09-27T15:52:08.1714666Z due to: 2022-09-27T15:52:08.1714893Z Traceback (most recent call last): 2022-09-27T15:52:08.1715208Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:52:08.1715524Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:52:08.1715801Z NotImplementedError: TensorVariable() is not a constant 2022-09-27T15:52:08.1715946Z 2022-09-27T15:52:08.1716018Z from user code: 2022-09-27T15:52:08.1716398Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/adamax.py", line 116, in 2022-09-27T15:52:08.1716673Z state = self.state[p] 2022-09-27T15:52:08.1716789Z 2022-09-27T15:52:08.1716908Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:08.1717126Z ========== 2022-09-27T15:52:08.2526533Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT step /opt/conda/lib/python3.7/site-packages/torch/optim/adamax.py line 81 2022-09-27T15:52:08.2527050Z due to: 2022-09-27T15:52:08.2527355Z Traceback (most recent call last): 2022-09-27T15:52:08.2527650Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:52:08.2527984Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:52:08.2528292Z NotImplementedError: TensorVariable() is not a constant 2022-09-27T15:52:08.2528449Z 2022-09-27T15:52:08.2528520Z from user code: 2022-09-27T15:52:08.2528919Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/adamax.py", line 116, in step 2022-09-27T15:52:08.2529425Z state = self.state[p] 2022-09-27T15:52:08.2529548Z 2022-09-27T15:52:08.2529740Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:08.2529962Z ========== 2022-09-27T15:52:09.4534182Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _multi_tensor_adamax /opt/conda/lib/python3.7/site-packages/torch/optim/adamax.py line 239 2022-09-27T15:52:09.4534581Z due to: 2022-09-27T15:52:09.4534774Z Traceback (most recent call last): 2022-09-27T15:52:09.4535145Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 238, in call_function 2022-09-27T15:52:09.4535421Z assert name in tx.symbolic_locals 2022-09-27T15:52:09.4535617Z AssertionError 2022-09-27T15:52:09.4535726Z 2022-09-27T15:52:09.4535815Z from user code: 2022-09-27T15:52:09.4536231Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/adamax.py", line 281, in _multi_tensor_adamax 2022-09-27T15:52:09.4536590Z torch.max(norm_buf, 0, keepdim=False, out=(exp_inf, exp_inf.new().long())) 2022-09-27T15:52:09.4536796Z 2022-09-27T15:52:09.4536929Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:09.4537136Z ========== 2022-09-27T15:52:10.4921435Z ok (2.403s) 2022-09-27T15:52:10.6600574Z test_adamw (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /opt/conda/lib/python3.7/site-packages/torch/optim/adamw.py line 120 2022-09-27T15:52:10.6601155Z due to: 2022-09-27T15:52:10.6601451Z Traceback (most recent call last): 2022-09-27T15:52:10.6601967Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:52:10.6602500Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:52:10.6602953Z NotImplementedError: TensorVariable() is not a constant 2022-09-27T15:52:10.6603220Z 2022-09-27T15:52:10.6603337Z from user code: 2022-09-27T15:52:10.6603953Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/adamw.py", line 140, in 2022-09-27T15:52:10.6604425Z state = self.state[p] 2022-09-27T15:52:10.6604603Z 2022-09-27T15:52:10.6604879Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:10.6605249Z ========== 2022-09-27T15:52:10.7542877Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT /opt/conda/lib/python3.7/site-packages/torch/optim/adamw.py line 115 2022-09-27T15:52:10.7543418Z due to: 2022-09-27T15:52:10.7543756Z Traceback (most recent call last): 2022-09-27T15:52:10.7544314Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:52:10.7544895Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:52:10.7545275Z NotImplementedError: TensorVariable() is not a constant 2022-09-27T15:52:10.7545432Z 2022-09-27T15:52:10.7545503Z from user code: 2022-09-27T15:52:10.7545862Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/adamw.py", line 140, in 2022-09-27T15:52:10.7546125Z state = self.state[p] 2022-09-27T15:52:10.7546239Z 2022-09-27T15:52:10.7546372Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:10.7546591Z ========== 2022-09-27T15:52:14.5209293Z ok (4.028s) 2022-09-27T15:52:14.7132153Z test_asgd (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /opt/conda/lib/python3.7/site-packages/torch/optim/asgd.py line 74 2022-09-27T15:52:14.7132702Z due to: 2022-09-27T15:52:14.7133032Z Traceback (most recent call last): 2022-09-27T15:52:14.7133490Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:52:14.7133810Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:52:14.7134087Z NotImplementedError: TensorVariable() is not a constant 2022-09-27T15:52:14.7134248Z 2022-09-27T15:52:14.7134307Z from user code: 2022-09-27T15:52:14.7134671Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/asgd.py", line 91, in 2022-09-27T15:52:14.7135189Z state = self.state[p] 2022-09-27T15:52:14.7135309Z 2022-09-27T15:52:14.7135429Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:14.7135653Z ========== 2022-09-27T15:52:14.7970488Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT step /opt/conda/lib/python3.7/site-packages/torch/optim/asgd.py line 63 2022-09-27T15:52:14.7971033Z due to: 2022-09-27T15:52:14.7971355Z Traceback (most recent call last): 2022-09-27T15:52:14.7971930Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:52:14.7972371Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:52:14.7972636Z NotImplementedError: TensorVariable() is not a constant 2022-09-27T15:52:14.7972796Z 2022-09-27T15:52:14.7972867Z from user code: 2022-09-27T15:52:14.7973198Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/asgd.py", line 91, in step 2022-09-27T15:52:14.7973469Z state = self.state[p] 2022-09-27T15:52:14.7973573Z 2022-09-27T15:52:14.7973706Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:14.7973927Z ========== 2022-09-27T15:52:17.2624828Z ok (2.741s) 2022-09-27T15:52:17.3242253Z test_duplicate_params_in_param_group (__main__.TestOptim) ... ok (0.061s) 2022-09-27T15:52:17.3285408Z test_functional_fused_adam_with_foundinf (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_functional_fused_adam_with_foundinf test_optim.py line 1010 2022-09-27T15:52:17.3285895Z due to: 2022-09-27T15:52:17.3286131Z Traceback (most recent call last): 2022-09-27T15:52:17.3286471Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:52:17.3286928Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:52:17.3287381Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:52:17.3287599Z 2022-09-27T15:52:17.3287672Z from user code: 2022-09-27T15:52:17.3287917Z File "test_optim.py", line 1011, in test_functional_fused_adam_with_foundinf 2022-09-27T15:52:17.3288162Z if not torch.cuda.is_available(): 2022-09-27T15:52:17.3288293Z 2022-09-27T15:52:17.3288426Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:17.3288647Z ========== 2022-09-27T15:52:17.3288816Z skip: CUDA is required. (0.004s) 2022-09-27T15:52:17.3363182Z test_fused_optimizers (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_fused_optimizers test_optim.py line 551 2022-09-27T15:52:17.3363498Z due to: 2022-09-27T15:52:17.3363688Z Traceback (most recent call last): 2022-09-27T15:52:17.3363969Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:52:17.3364407Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:52:17.3364937Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:52:17.3365143Z 2022-09-27T15:52:17.3365215Z from user code: 2022-09-27T15:52:17.3365425Z File "test_optim.py", line 558, in test_fused_optimizers 2022-09-27T15:52:17.3365708Z self._test_derived_optimizers(optimizer_pairs_with_flags, "fused") 2022-09-27T15:52:17.3365874Z 2022-09-27T15:52:17.3366008Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:17.3366217Z ========== 2022-09-27T15:52:17.3391008Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_derived_optimizers test_optim.py line 464 2022-09-27T15:52:17.3391359Z due to: 2022-09-27T15:52:17.3391656Z Traceback (most recent call last): 2022-09-27T15:52:17.3392042Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:52:17.3392489Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:52:17.3393397Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:52:17.3393607Z 2022-09-27T15:52:17.3393666Z from user code: 2022-09-27T15:52:17.3393893Z File "test_optim.py", line 465, in _test_derived_optimizers 2022-09-27T15:52:17.3394203Z if not torch.cuda.is_available(): 2022-09-27T15:52:17.3394332Z 2022-09-27T15:52:17.3394465Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:17.3394672Z ========== 2022-09-27T15:52:17.3394843Z ok (0.010s) 2022-09-27T15:52:17.3450317Z test_invalid_param_type (__main__.TestOptim) ... ok (0.005s) 2022-09-27T15:52:17.3673107Z test_lbfgs (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT step /opt/conda/lib/python3.7/site-packages/torch/optim/lbfgs.py line 283 2022-09-27T15:52:17.3673737Z due to: 2022-09-27T15:52:17.3673959Z Traceback (most recent call last): 2022-09-27T15:52:17.3674260Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/misc.py", line 254, in call_function 2022-09-27T15:52:17.3674527Z args[0], UserFunctionVariable 2022-09-27T15:52:17.3674722Z AssertionError 2022-09-27T15:52:17.3674832Z 2022-09-27T15:52:17.3674904Z from user code: 2022-09-27T15:52:17.3675233Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/lbfgs.py", line 294, in step 2022-09-27T15:52:17.3675513Z closure = torch.enable_grad()(closure) 2022-09-27T15:52:17.3675648Z 2022-09-27T15:52:17.3675779Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:17.3675984Z ========== 2022-09-27T15:52:18.5605317Z ok (1.215s) 2022-09-27T15:52:18.6151442Z test_lbfgs_return_type (__main__.TestOptim) ... ok (0.053s) 2022-09-27T15:52:18.6334471Z test_multi_tensor_optimizers (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_multi_tensor_optimizers test_optim.py line 517 2022-09-27T15:52:18.6334923Z due to: 2022-09-27T15:52:18.6335180Z Traceback (most recent call last): 2022-09-27T15:52:18.6335500Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:52:18.6335979Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:52:18.6336462Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:52:18.6336739Z 2022-09-27T15:52:18.6336812Z from user code: 2022-09-27T15:52:18.6337028Z File "test_optim.py", line 549, in test_multi_tensor_optimizers 2022-09-27T15:52:18.6337344Z self._test_derived_optimizers(optimizer_pairs_with_flags, "foreach") 2022-09-27T15:52:18.6337545Z 2022-09-27T15:52:18.6337681Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:18.6337906Z ========== 2022-09-27T15:52:18.6338052Z ok (0.018s) 2022-09-27T15:52:18.7162831Z test_nadam (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /opt/conda/lib/python3.7/site-packages/torch/optim/nadam.py line 102 2022-09-27T15:52:18.7163209Z due to: 2022-09-27T15:52:18.7163400Z Traceback (most recent call last): 2022-09-27T15:52:18.7163699Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:52:18.7164026Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:52:18.7164304Z NotImplementedError: TensorVariable() is not a constant 2022-09-27T15:52:18.7164464Z 2022-09-27T15:52:18.7164522Z from user code: 2022-09-27T15:52:18.7164941Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/nadam.py", line 120, in 2022-09-27T15:52:18.7165218Z state = self.state[p] 2022-09-27T15:52:18.7165335Z 2022-09-27T15:52:18.7165468Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:18.7165679Z ========== 2022-09-27T15:52:18.8063716Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT step /opt/conda/lib/python3.7/site-packages/torch/optim/nadam.py line 91 2022-09-27T15:52:18.8064613Z due to: 2022-09-27T15:52:18.8064800Z Traceback (most recent call last): 2022-09-27T15:52:18.8065103Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:52:18.8065422Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:52:18.8065764Z NotImplementedError: TensorVariable() is not a constant 2022-09-27T15:52:18.8065912Z 2022-09-27T15:52:18.8065982Z from user code: 2022-09-27T15:52:18.8066318Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/nadam.py", line 120, in step 2022-09-27T15:52:18.8066574Z state = self.state[p] 2022-09-27T15:52:18.8066678Z 2022-09-27T15:52:18.8066810Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:18.8067027Z ========== 2022-09-27T15:52:19.6200697Z /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-09-27T15:52:19.6202387Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:19.6951444Z /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-09-27T15:52:19.6953327Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:21.7470604Z /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-09-27T15:52:21.7472237Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:21.8345596Z /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-09-27T15:52:21.8347239Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:21.9151858Z ok (3.281s) 2022-09-27T15:52:21.9502599Z test_no_grad_for_all_params (__main__.TestOptim) ... ok (0.034s) 2022-09-27T15:52:22.0305254Z test_radam (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /opt/conda/lib/python3.7/site-packages/torch/optim/radam.py line 100 2022-09-27T15:52:22.0305889Z due to: 2022-09-27T15:52:22.0306198Z Traceback (most recent call last): 2022-09-27T15:52:22.0306701Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:52:22.0307233Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:52:22.0307680Z NotImplementedError: TensorVariable() is not a constant 2022-09-27T15:52:22.0307952Z 2022-09-27T15:52:22.0308051Z from user code: 2022-09-27T15:52:22.0308987Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/radam.py", line 117, in 2022-09-27T15:52:22.0309426Z state = self.state[p] 2022-09-27T15:52:22.0309608Z 2022-09-27T15:52:22.0309820Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:22.0310143Z ========== 2022-09-27T15:52:22.1115003Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT step /opt/conda/lib/python3.7/site-packages/torch/optim/radam.py line 89 2022-09-27T15:52:22.1115552Z due to: 2022-09-27T15:52:22.1115867Z Traceback (most recent call last): 2022-09-27T15:52:22.1116343Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:52:22.1116848Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:52:22.1117446Z NotImplementedError: TensorVariable() is not a constant 2022-09-27T15:52:22.1117767Z 2022-09-27T15:52:22.1117904Z from user code: 2022-09-27T15:52:22.1118596Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/radam.py", line 117, in step 2022-09-27T15:52:22.1119109Z state = self.state[p] 2022-09-27T15:52:22.1119455Z 2022-09-27T15:52:22.1119700Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:22.1119959Z ========== 2022-09-27T15:52:22.8782990Z /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-09-27T15:52:22.8783815Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:22.9777135Z /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-09-27T15:52:22.9777936Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:24.7094888Z /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-09-27T15:52:24.7095734Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:24.8136957Z /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-09-27T15:52:24.8137769Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:24.9140861Z ok (2.963s) 2022-09-27T15:52:28.7938513Z test_rmsprop (__main__.TestOptim) ... ok (3.879s) 2022-09-27T15:52:28.8790776Z test_rprop (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /opt/conda/lib/python3.7/site-packages/torch/optim/rprop.py line 86 2022-09-27T15:52:28.8791500Z due to: 2022-09-27T15:52:28.8791707Z Traceback (most recent call last): 2022-09-27T15:52:28.8792002Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:52:28.8792305Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:52:28.8792580Z NotImplementedError: TensorVariable() is not a constant 2022-09-27T15:52:28.8792969Z 2022-09-27T15:52:28.8793043Z from user code: 2022-09-27T15:52:28.8793424Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/rprop.py", line 107, in 2022-09-27T15:52:28.8793685Z state = self.state[p] 2022-09-27T15:52:28.8793800Z 2022-09-27T15:52:28.8793932Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:28.8794149Z ========== 2022-09-27T15:52:28.9605192Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT step /opt/conda/lib/python3.7/site-packages/torch/optim/rprop.py line 75 2022-09-27T15:52:28.9605819Z due to: 2022-09-27T15:52:28.9606115Z Traceback (most recent call last): 2022-09-27T15:52:28.9606441Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:52:28.9606745Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:52:28.9607022Z NotImplementedError: TensorVariable() is not a constant 2022-09-27T15:52:28.9607177Z 2022-09-27T15:52:28.9607252Z from user code: 2022-09-27T15:52:28.9607575Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/rprop.py", line 107, in step 2022-09-27T15:52:28.9607833Z state = self.state[p] 2022-09-27T15:52:28.9607950Z 2022-09-27T15:52:28.9608086Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:28.9608289Z ========== 2022-09-27T15:52:31.2023792Z ok (2.408s) 2022-09-27T15:52:31.2218632Z test_sgd (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sgd test_optim.py line 354 2022-09-27T15:52:31.2219154Z due to: 2022-09-27T15:52:31.2219484Z Traceback (most recent call last): 2022-09-27T15:52:31.2219855Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:31.2220169Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:31.2220403Z AssertionError: _RequiredParameter 2022-09-27T15:52:31.2220534Z 2022-09-27T15:52:31.2220603Z from user code: 2022-09-27T15:52:31.2220808Z File "test_optim.py", line 358, in test_sgd 2022-09-27T15:52:31.2221027Z constructor_accepts_maximize=True 2022-09-27T15:52:31.2221144Z 2022-09-27T15:52:31.2221276Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:31.2221491Z ========== 2022-09-27T15:52:31.2233024Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 357 2022-09-27T15:52:31.2233424Z due to: 2022-09-27T15:52:31.2233775Z Traceback (most recent call last): 2022-09-27T15:52:31.2234307Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:31.2234875Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:31.2235329Z AssertionError: _RequiredParameter 2022-09-27T15:52:31.2235523Z 2022-09-27T15:52:31.2235595Z from user code: 2022-09-27T15:52:31.2235793Z File "test_optim.py", line 357, in 2022-09-27T15:52:31.2236146Z lambda weight, bias, maximize: optimizer([weight, bias], lr=1e-3, maximize=maximize), 2022-09-27T15:52:31.2236328Z 2022-09-27T15:52:31.2236458Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:31.2236673Z ========== 2022-09-27T15:52:31.3860768Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 361 2022-09-27T15:52:31.3861251Z due to: 2022-09-27T15:52:31.3861590Z Traceback (most recent call last): 2022-09-27T15:52:31.3862164Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:31.3862722Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:31.3863020Z AssertionError: _RequiredParameter 2022-09-27T15:52:31.3863409Z 2022-09-27T15:52:31.3863481Z from user code: 2022-09-27T15:52:31.3863686Z File "test_optim.py", line 361, in 2022-09-27T15:52:31.3864045Z lambda weight, bias, maximize: optimizer([weight, bias], lr=1e-3, maximize=maximize), 2022-09-27T15:52:31.3864232Z 2022-09-27T15:52:31.3864426Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:31.3864653Z ========== 2022-09-27T15:52:31.5301366Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT > test_optim.py line 366 2022-09-27T15:52:31.5301736Z due to: 2022-09-27T15:52:31.5301988Z Traceback (most recent call last): 2022-09-27T15:52:31.5302412Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:31.5302812Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:31.5303133Z AssertionError: _RequiredParameter 2022-09-27T15:52:31.5303308Z 2022-09-27T15:52:31.5303400Z from user code: 2022-09-27T15:52:31.5303707Z File "test_optim.py", line 367, in > 2022-09-27T15:52:31.5304059Z lr=1e-3, maximize=maximize), 2022-09-27T15:52:31.5304219Z 2022-09-27T15:52:31.5304394Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:31.5304681Z ========== 2022-09-27T15:52:31.7074904Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT > test_optim.py line 372 2022-09-27T15:52:31.7075402Z due to: 2022-09-27T15:52:31.7075732Z Traceback (most recent call last): 2022-09-27T15:52:31.7076324Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:31.7076902Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:31.7077352Z AssertionError: _RequiredParameter 2022-09-27T15:52:31.7077598Z 2022-09-27T15:52:31.7077724Z from user code: 2022-09-27T15:52:31.7078107Z File "test_optim.py", line 373, in > 2022-09-27T15:52:31.7078696Z lr=1e-3, maximize=maximize), 2022-09-27T15:52:31.7078924Z 2022-09-27T15:52:31.7079165Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:31.7079561Z ========== 2022-09-27T15:52:31.8667586Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT > test_optim.py line 378 2022-09-27T15:52:31.8668110Z due to: 2022-09-27T15:52:31.8668453Z Traceback (most recent call last): 2022-09-27T15:52:31.8669022Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:31.8669626Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:31.8670072Z AssertionError: _RequiredParameter 2022-09-27T15:52:31.8670318Z 2022-09-27T15:52:31.8670442Z from user code: 2022-09-27T15:52:31.8670841Z File "test_optim.py", line 378, in > 2022-09-27T15:52:31.8671567Z self._build_params_dict_single(weight, bias, lr=1e-2), maximize=maximize), 2022-09-27T15:52:31.8671874Z 2022-09-27T15:52:31.8672127Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:31.8672507Z ========== 2022-09-27T15:52:32.0050099Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 382 2022-09-27T15:52:32.0050585Z due to: 2022-09-27T15:52:32.0050837Z Traceback (most recent call last): 2022-09-27T15:52:32.0051164Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:32.0051491Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:32.0051741Z AssertionError: _RequiredParameter 2022-09-27T15:52:32.0051876Z 2022-09-27T15:52:32.0051948Z from user code: 2022-09-27T15:52:32.0052137Z File "test_optim.py", line 382, in 2022-09-27T15:52:32.0052501Z lambda weight, bias, maximize: optimizer([weight, bias], lr=1e-3, maximize=maximize), 2022-09-27T15:52:32.0052685Z 2022-09-27T15:52:32.0052816Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:32.0053213Z ========== 2022-09-27T15:52:32.0409629Z /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-09-27T15:52:32.0410582Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:32.1718026Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 387 2022-09-27T15:52:32.1718549Z due to: 2022-09-27T15:52:32.1718860Z Traceback (most recent call last): 2022-09-27T15:52:32.1719405Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:32.1720005Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:32.1720494Z AssertionError: _RequiredParameter 2022-09-27T15:52:32.1720725Z 2022-09-27T15:52:32.1720857Z from user code: 2022-09-27T15:52:32.1721213Z File "test_optim.py", line 387, in 2022-09-27T15:52:32.1721928Z lambda weight, bias, maximize: optimizer([weight, bias], lr=1e-3, maximize=maximize), 2022-09-27T15:52:32.1722284Z 2022-09-27T15:52:32.1722522Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:32.1722933Z ========== 2022-09-27T15:52:32.2078190Z /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-09-27T15:52:32.2079908Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:32.3377619Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 392 2022-09-27T15:52:32.3378112Z due to: 2022-09-27T15:52:32.3378447Z Traceback (most recent call last): 2022-09-27T15:52:32.3379040Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:32.3379633Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:32.3380084Z AssertionError: _RequiredParameter 2022-09-27T15:52:32.3380351Z 2022-09-27T15:52:32.3380479Z from user code: 2022-09-27T15:52:32.3380846Z File "test_optim.py", line 392, in 2022-09-27T15:52:32.3381573Z lambda weight, bias, maximize: optimizer([weight, bias], lr=1e-3, maximize=maximize), 2022-09-27T15:52:32.3381932Z 2022-09-27T15:52:32.3382188Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:32.3382602Z ========== 2022-09-27T15:52:32.3739467Z /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-09-27T15:52:32.5036896Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:32.5037792Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 397 2022-09-27T15:52:32.5038289Z due to: 2022-09-27T15:52:32.5038636Z Traceback (most recent call last): 2022-09-27T15:52:32.5039168Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:32.5039742Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:32.5040500Z AssertionError: _RequiredParameter 2022-09-27T15:52:32.5040756Z 2022-09-27T15:52:32.5040868Z from user code: 2022-09-27T15:52:32.5041238Z File "test_optim.py", line 397, in 2022-09-27T15:52:32.5041936Z lambda weight, bias, maximize: optimizer([weight, bias], lr=1e-3, maximize=maximize), 2022-09-27T15:52:32.5042280Z 2022-09-27T15:52:32.5042697Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:32.5043120Z ========== 2022-09-27T15:52:32.5419531Z /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-09-27T15:52:32.5421212Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:32.6843421Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 403 2022-09-27T15:52:32.6843916Z due to: 2022-09-27T15:52:32.6844250Z Traceback (most recent call last): 2022-09-27T15:52:32.6844901Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:32.6845482Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:32.6845931Z AssertionError: _RequiredParameter 2022-09-27T15:52:32.6846174Z 2022-09-27T15:52:32.6846297Z from user code: 2022-09-27T15:52:32.6846656Z File "test_optim.py", line 403, in 2022-09-27T15:52:32.6847367Z lambda weight, bias, maximize: optimizer([weight, bias], lr=1e-3, maximize=maximize), 2022-09-27T15:52:32.6847722Z 2022-09-27T15:52:32.6847960Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:32.6848351Z ========== 2022-09-27T15:52:32.7222329Z /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-09-27T15:52:32.7224035Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:32.9458680Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 409 2022-09-27T15:52:32.9459176Z due to: 2022-09-27T15:52:32.9459533Z Traceback (most recent call last): 2022-09-27T15:52:32.9460062Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:32.9460659Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:32.9461142Z AssertionError: _RequiredParameter 2022-09-27T15:52:32.9461386Z 2022-09-27T15:52:32.9461500Z from user code: 2022-09-27T15:52:32.9461850Z File "test_optim.py", line 409, in 2022-09-27T15:52:32.9462550Z lambda weight, bias, maximize: optimizer([weight, bias], lr=1e-3, maximize=maximize), 2022-09-27T15:52:32.9462899Z 2022-09-27T15:52:32.9463164Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:32.9463549Z ========== 2022-09-27T15:52:32.9857408Z /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-09-27T15:52:32.9859082Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:33.2230928Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 416 2022-09-27T15:52:33.2231513Z due to: 2022-09-27T15:52:33.2231848Z Traceback (most recent call last): 2022-09-27T15:52:33.2232682Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:33.2233569Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:33.2234027Z AssertionError: _RequiredParameter 2022-09-27T15:52:33.2234281Z 2022-09-27T15:52:33.2234404Z from user code: 2022-09-27T15:52:33.2234746Z File "test_optim.py", line 416, in 2022-09-27T15:52:33.2235500Z lambda weight, bias, maximize: optimizer([weight, bias], lr=1e-3, momentum=0.5, maximize=maximize), 2022-09-27T15:52:33.2235863Z 2022-09-27T15:52:33.2236113Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:33.2236519Z ========== 2022-09-27T15:52:33.3816934Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 420 2022-09-27T15:52:33.3817454Z due to: 2022-09-27T15:52:33.3817782Z Traceback (most recent call last): 2022-09-27T15:52:33.3818327Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:33.3818927Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:33.3819391Z AssertionError: _RequiredParameter 2022-09-27T15:52:33.3819646Z 2022-09-27T15:52:33.3819782Z from user code: 2022-09-27T15:52:33.3820150Z File "test_optim.py", line 420, in 2022-09-27T15:52:33.3820955Z lambda weight, bias, maximize: optimizer([weight, bias], lr=1e-3, momentum=0.5, weight_decay=1, maximize=maximize), 2022-09-27T15:52:33.3821323Z 2022-09-27T15:52:33.3821577Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:33.3821971Z ========== 2022-09-27T15:52:33.5468942Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 424 2022-09-27T15:52:33.5469468Z due to: 2022-09-27T15:52:33.5469796Z Traceback (most recent call last): 2022-09-27T15:52:33.5470323Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:33.5470900Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:33.5471365Z AssertionError: _RequiredParameter 2022-09-27T15:52:33.5471632Z 2022-09-27T15:52:33.5471763Z from user code: 2022-09-27T15:52:33.5472126Z File "test_optim.py", line 425, in 2022-09-27T15:52:33.5473140Z optimizer([weight, bias], nesterov=True, lr=1e-3, momentum=0.5, weight_decay=1, maximize=maximize), 2022-09-27T15:52:33.5473519Z 2022-09-27T15:52:33.5473768Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:33.5474168Z ========== 2022-09-27T15:52:33.7157680Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 429 2022-09-27T15:52:33.7158255Z due to: 2022-09-27T15:52:33.7158590Z Traceback (most recent call last): 2022-09-27T15:52:33.7159169Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:33.7159750Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:33.7160204Z AssertionError: _RequiredParameter 2022-09-27T15:52:33.7160446Z 2022-09-27T15:52:33.7160568Z from user code: 2022-09-27T15:52:33.7160928Z File "test_optim.py", line 429, in 2022-09-27T15:52:33.7161652Z lambda weight, bias, maximize: optimizer([weight, bias], lr=1e-3, maximize=maximize), 2022-09-27T15:52:33.7162007Z 2022-09-27T15:52:33.7162248Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:33.7162619Z ========== 2022-09-27T15:52:33.7517406Z /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-09-27T15:52:34.8599627Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:34.8602024Z /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-09-27T15:52:34.8603609Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:35.0385418Z /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-09-27T15:52:35.0387118Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:35.2156499Z /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-09-27T15:52:35.2158158Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:35.3954829Z /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-09-27T15:52:35.3956535Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:35.5876334Z /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-09-27T15:52:35.5878006Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:35.8721602Z /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-09-27T15:52:36.6958671Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:36.6960770Z /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-09-27T15:52:36.6962876Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:52:36.8360292Z ok (5.633s) 2022-09-27T15:52:36.8450225Z test_sgd_complex (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sgd_complex test_optim.py line 446 2022-09-27T15:52:36.8450737Z due to: 2022-09-27T15:52:36.8451041Z Traceback (most recent call last): 2022-09-27T15:52:36.8451548Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:36.8452042Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:36.8452481Z AssertionError: _RequiredParameter 2022-09-27T15:52:36.8452709Z 2022-09-27T15:52:36.8452821Z from user code: 2022-09-27T15:52:36.8453135Z File "test_optim.py", line 449, in test_sgd_complex 2022-09-27T15:52:36.8453506Z lambda param: optimizer([param], lr=0.001) 2022-09-27T15:52:36.8453709Z 2022-09-27T15:52:36.8453918Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:36.8454225Z ========== 2022-09-27T15:52:36.8462833Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 449 2022-09-27T15:52:36.8463314Z due to: 2022-09-27T15:52:36.8463635Z Traceback (most recent call last): 2022-09-27T15:52:36.8464176Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:36.8464699Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:36.8465112Z AssertionError: _RequiredParameter 2022-09-27T15:52:36.8465345Z 2022-09-27T15:52:36.8465456Z from user code: 2022-09-27T15:52:36.8465810Z File "test_optim.py", line 449, in 2022-09-27T15:52:36.8466230Z lambda param: optimizer([param], lr=0.001) 2022-09-27T15:52:36.8466503Z 2022-09-27T15:52:36.8466730Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:36.8467152Z ========== 2022-09-27T15:52:36.8483669Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 452 2022-09-27T15:52:36.8484128Z due to: 2022-09-27T15:52:36.8484453Z Traceback (most recent call last): 2022-09-27T15:52:36.8485100Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:36.8485683Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:36.8486111Z AssertionError: _RequiredParameter 2022-09-27T15:52:36.8486362Z 2022-09-27T15:52:36.8486491Z from user code: 2022-09-27T15:52:36.8486803Z File "test_optim.py", line 452, in 2022-09-27T15:52:36.8487037Z lambda param: optimizer([param], lr=0.001, momentum=1) 2022-09-27T15:52:36.8487190Z 2022-09-27T15:52:36.8487320Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:36.8487539Z ========== 2022-09-27T15:52:36.8502255Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 455 2022-09-27T15:52:36.8502637Z due to: 2022-09-27T15:52:36.8502989Z Traceback (most recent call last): 2022-09-27T15:52:36.8503491Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:36.8503792Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:36.8504039Z AssertionError: _RequiredParameter 2022-09-27T15:52:36.8504169Z 2022-09-27T15:52:36.8504238Z from user code: 2022-09-27T15:52:36.8504436Z File "test_optim.py", line 455, in 2022-09-27T15:52:36.8504687Z lambda param: optimizer([param], lr=0.001, momentum=1, weight_decay=1) 2022-09-27T15:52:36.8504856Z 2022-09-27T15:52:36.8504986Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:36.8505437Z ========== 2022-09-27T15:52:36.8521956Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 458 2022-09-27T15:52:36.8522327Z due to: 2022-09-27T15:52:36.8522656Z Traceback (most recent call last): 2022-09-27T15:52:36.8523206Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:36.8523612Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:36.8523856Z AssertionError: _RequiredParameter 2022-09-27T15:52:36.8523989Z 2022-09-27T15:52:36.8524058Z from user code: 2022-09-27T15:52:36.8524244Z File "test_optim.py", line 458, in 2022-09-27T15:52:36.8524519Z lambda param: optimizer([param], lr=0.001, nesterov=True, momentum=1, weight_decay=1) 2022-09-27T15:52:36.8524768Z 2022-09-27T15:52:36.8524901Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:36.8525106Z ========== 2022-09-27T15:52:36.8541345Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 461 2022-09-27T15:52:36.8541733Z due to: 2022-09-27T15:52:36.8542078Z Traceback (most recent call last): 2022-09-27T15:52:36.8542622Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:36.8542972Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:36.8543217Z AssertionError: _RequiredParameter 2022-09-27T15:52:36.8543348Z 2022-09-27T15:52:36.8543405Z from user code: 2022-09-27T15:52:36.8543604Z File "test_optim.py", line 461, in 2022-09-27T15:52:36.8543878Z lambda param: optimizer([param], lr=0.001, momentum=1, dampening=0.5, weight_decay=1) 2022-09-27T15:52:36.8544051Z 2022-09-27T15:52:36.8544179Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:36.8544382Z ========== 2022-09-27T15:52:36.8589121Z ok (0.022s) 2022-09-27T15:52:36.8656260Z test_sgd_sparse (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sgd_sparse test_optim.py line 436 2022-09-27T15:52:36.8656742Z due to: 2022-09-27T15:52:36.8657107Z Traceback (most recent call last): 2022-09-27T15:52:36.8657546Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:36.8657857Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:36.8658090Z AssertionError: _RequiredParameter 2022-09-27T15:52:36.8658223Z 2022-09-27T15:52:36.8658292Z from user code: 2022-09-27T15:52:36.8658498Z File "test_optim.py", line 439, in test_sgd_sparse 2022-09-27T15:52:36.8658787Z lambda params: optimizer(params, lr=4.8e-3) 2022-09-27T15:52:36.8658928Z 2022-09-27T15:52:36.8659057Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:36.8659271Z ========== 2022-09-27T15:52:36.8691488Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_rosenbrock_sparse test_optim.py line 43 2022-09-27T15:52:36.8692018Z due to: 2022-09-27T15:52:36.8692372Z Traceback (most recent call last): 2022-09-27T15:52:36.8692683Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:36.8692988Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:36.8693235Z AssertionError: _RequiredParameter 2022-09-27T15:52:36.8693367Z 2022-09-27T15:52:36.8693439Z from user code: 2022-09-27T15:52:36.8693652Z File "test_optim.py", line 50, in _test_rosenbrock_sparse 2022-09-27T15:52:36.8693889Z optimizer = constructor([params]) 2022-09-27T15:52:36.8694019Z 2022-09-27T15:52:36.8694148Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:36.8694366Z ========== 2022-09-27T15:52:36.8702352Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 439 2022-09-27T15:52:36.8702756Z due to: 2022-09-27T15:52:36.8703109Z Traceback (most recent call last): 2022-09-27T15:52:36.8703556Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:36.8704056Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:36.8704307Z AssertionError: _RequiredParameter 2022-09-27T15:52:36.8704437Z 2022-09-27T15:52:36.8704495Z from user code: 2022-09-27T15:52:36.8704700Z File "test_optim.py", line 439, in 2022-09-27T15:52:36.8704994Z lambda params: optimizer(params, lr=4.8e-3) 2022-09-27T15:52:36.8705192Z 2022-09-27T15:52:36.8705327Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:36.8705531Z ========== 2022-09-27T15:52:38.5145311Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 442 2022-09-27T15:52:38.5145774Z due to: 2022-09-27T15:52:38.5146070Z Traceback (most recent call last): 2022-09-27T15:52:38.5146507Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:52:38.5147005Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:52:38.5147404Z AssertionError: _RequiredParameter 2022-09-27T15:52:38.5147643Z 2022-09-27T15:52:38.5147757Z from user code: 2022-09-27T15:52:38.5148079Z File "test_optim.py", line 442, in 2022-09-27T15:52:38.5148462Z lambda params: optimizer(params, lr=0.0048), 2022-09-27T15:52:38.5148671Z 2022-09-27T15:52:38.5148888Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:38.5149266Z ========== 2022-09-27T15:52:43.5609095Z ok (6.701s) 2022-09-27T15:52:43.6180841Z test_sparse_adam (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT make_sparse /opt/conda/lib/python3.7/site-packages/torch/optim/_functional.py line 50 2022-09-27T15:52:43.6181490Z due to: 2022-09-27T15:52:43.6181796Z Traceback (most recent call last): 2022-09-27T15:52:43.6182536Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 511, in new 2022-09-27T15:52:43.6183111Z real_out = super().new(*args, **kwargs) 2022-09-27T15:52:43.6183653Z NotImplementedError: Cannot copy out of meta tensor; no data! 2022-09-27T15:52:43.6183973Z 2022-09-27T15:52:43.6184257Z The above exception was the direct cause of the following exception: 2022-09-27T15:52:43.6184605Z 2022-09-27T15:52:43.6184809Z Traceback (most recent call last): 2022-09-27T15:52:43.6185389Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:52:43.6186042Z raise TorchRuntimeError() from e 2022-09-27T15:52:43.6186452Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:52:43.6186710Z 2022-09-27T15:52:43.6186836Z from user code: 2022-09-27T15:52:43.6187479Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/_functional.py", line 54, in make_sparse 2022-09-27T15:52:43.6188010Z return constructor(grad_indices, values, size) 2022-09-27T15:52:43.6188271Z 2022-09-27T15:52:43.6188512Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:43.6188903Z ========== 2022-09-27T15:52:45.7003738Z ok (2.138s) 2022-09-27T15:52:46.6454961Z test_averaged_model_all_devices (__main__.TestSWAUtils) ... ok (0.944s) 2022-09-27T15:52:46.8936364Z test_averaged_model_exponential (__main__.TestSWAUtils) ... ok (0.247s) 2022-09-27T15:52:47.3466434Z test_averaged_model_exponential_buffers (__main__.TestSWAUtils) ... ok (0.452s) 2022-09-27T15:52:47.3504097Z test_averaged_model_mixed_device (__main__.TestSWAUtils) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_averaged_model_mixed_device test_optim.py line 2655 2022-09-27T15:52:47.3504698Z due to: 2022-09-27T15:52:47.3505015Z Traceback (most recent call last): 2022-09-27T15:52:47.3505458Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:52:47.3506180Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:52:47.3507008Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:52:47.3507388Z 2022-09-27T15:52:47.3507514Z from user code: 2022-09-27T15:52:47.3508160Z File "test_optim.py", line 2656, in test_averaged_model_mixed_device 2022-09-27T15:52:47.3508619Z if not torch.cuda.is_available(): 2022-09-27T15:52:47.3508854Z 2022-09-27T15:52:47.3509087Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:47.3509450Z ========== 2022-09-27T15:52:47.3509703Z ok (0.003s) 2022-09-27T15:52:47.5526691Z test_averaged_model_state_dict (__main__.TestSWAUtils) ... ok (0.201s) 2022-09-27T15:52:47.5568017Z test_bn_update_eval_momentum (__main__.TestSWAUtils) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_bn_update_eval_momentum test_optim.py line 2842 2022-09-27T15:52:47.5568346Z due to: 2022-09-27T15:52:47.5568533Z Traceback (most recent call last): 2022-09-27T15:52:47.5568829Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:52:47.5569270Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:52:47.5569777Z AssertionError: torch.* op returned non-Tensor TensorDataset call_function 2022-09-27T15:52:47.5570025Z 2022-09-27T15:52:47.5570098Z from user code: 2022-09-27T15:52:47.5570323Z File "test_optim.py", line 2848, in test_bn_update_eval_momentum 2022-09-27T15:52:47.5570573Z ds_x = torch.utils.data.TensorDataset(x) 2022-09-27T15:52:47.5570725Z 2022-09-27T15:52:47.5570856Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:47.5571076Z ========== 2022-09-27T15:52:47.5848610Z ok (0.032s) 2022-09-27T15:52:47.5904702Z test_update_bn_cnn (__main__.TestSWAUtils) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_update_bn_cnn test_optim.py line 2822 2022-09-27T15:52:47.5905385Z due to: 2022-09-27T15:52:47.5905694Z Traceback (most recent call last): 2022-09-27T15:52:47.5906156Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:52:47.5906901Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:52:47.5907872Z AssertionError: torch.* op returned non-Tensor TensorDataset call_function 2022-09-27T15:52:47.5908287Z 2022-09-27T15:52:47.5908402Z from user code: 2022-09-27T15:52:47.5908748Z File "test_optim.py", line 2829, in test_update_bn_cnn 2022-09-27T15:52:47.5909172Z ds_x = torch.utils.data.TensorDataset(x) 2022-09-27T15:52:47.5909423Z 2022-09-27T15:52:47.5909641Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:47.5909993Z ========== 2022-09-27T15:52:47.6728792Z ok (0.087s) 2022-09-27T15:52:47.6784617Z test_update_bn_dnn (__main__.TestSWAUtils) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_update_bn_dnn test_optim.py line 2804 2022-09-27T15:52:47.6785140Z due to: 2022-09-27T15:52:47.6785432Z Traceback (most recent call last): 2022-09-27T15:52:47.6785903Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:52:47.6786642Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:52:47.6787496Z AssertionError: torch.* op returned non-Tensor TensorDataset call_function 2022-09-27T15:52:47.6787909Z 2022-09-27T15:52:47.6788028Z from user code: 2022-09-27T15:52:47.6788386Z File "test_optim.py", line 2809, in test_update_bn_dnn 2022-09-27T15:52:47.6788813Z ds_x = torch.utils.data.TensorDataset(x) 2022-09-27T15:52:47.6789044Z 2022-09-27T15:52:47.6789264Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:47.6789627Z ========== 2022-09-27T15:52:47.7547749Z ok (0.081s) 2022-09-27T15:52:47.7547936Z 2022-09-27T15:52:47.7548356Z ---------------------------------------------------------------------- 2022-09-27T15:52:47.7548775Z Ran 149 tests in 87.279s 2022-09-27T15:52:47.7548965Z 2022-09-27T15:52:47.7549069Z OK (skipped=2) 2022-09-27T15:52:47.7549475Z 2022-09-27T15:52:47.7549613Z Generating XML reports... 2022-09-27T15:52:47.7578547Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20220927155120.xml 2022-09-27T15:52:47.7670304Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20220927155120.xml 2022-09-27T15:52:47.7704036Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestOptim-20220927155120.xml 2022-09-27T15:52:47.7711621Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20220927155120.xml 2022-09-27T15:52:48.2890819Z Running test_sparse ... [2022-09-27 15:52:48.288700] 2022-09-27T15:52:48.2891372Z Executing ['/opt/conda/bin/python', '-bb', 'test_sparse.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:52:48.288781] 2022-09-27T15:52:50.6972676Z Test results will be stored in test-reports/python-unittest/test_sparse 2022-09-27T15:52:50.7216137Z 2022-09-27T15:52:50.7216250Z Running tests... 2022-09-27T15:52:50.7217580Z ---------------------------------------------------------------------- 2022-09-27T15:52:50.7908609Z test_Sparse_to_Sparse_copy__cpu_bfloat16 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT setUp test_sparse.py line 73 2022-09-27T15:52:50.7909196Z due to: 2022-09-27T15:52:50.7909515Z Traceback (most recent call last): 2022-09-27T15:52:50.7910025Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T15:52:50.7910530Z return super().call_method(tx, args, kwargs) 2022-09-27T15:52:50.7911098Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T15:52:50.7911391Z 2022-09-27T15:52:50.7911508Z from user code: 2022-09-27T15:52:50.7911825Z File "test_sparse.py", line 74, in setUp 2022-09-27T15:52:50.7912161Z TestCase.setUp(self) 2022-09-27T15:52:50.7912333Z 2022-09-27T15:52:50.7912539Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:50.7913182Z ========== 2022-09-27T15:52:51.1260284Z test_sparse.py:1: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T15:52:51.1261499Z # Owner(s): ["module: sparse"] 2022-09-27T15:52:51.1266559Z test_sparse.py:743: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T15:52:51.1267787Z self.assertEqual(expected_grad.to_dense(), x2.grad.to_dense()) 2022-09-27T15:52:51.1391839Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT assert_uncoalesced test_sparse.py line 99 2022-09-27T15:52:51.1392275Z due to: 2022-09-27T15:52:51.1392566Z Traceback (most recent call last): 2022-09-27T15:52:51.1393209Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:52:51.1393925Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:52:51.1394589Z AssertionError: torch.* op returned non-Tensor bool call_method is_coalesced 2022-09-27T15:52:51.1394899Z 2022-09-27T15:52:51.1395016Z from user code: 2022-09-27T15:52:51.1395382Z File "test_sparse.py", line 104, in assert_uncoalesced 2022-09-27T15:52:51.1409240Z assert not x.is_coalesced() 2022-09-27T15:52:51.1409487Z 2022-09-27T15:52:51.1409732Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:51.1410113Z ========== 2022-09-27T15:52:51.2105702Z test_sparse.py:3: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T15:52:51.2106958Z import torch 2022-09-27T15:52:51.2108842Z test_sparse.py:743: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T15:52:51.2110165Z self.assertEqual(expected_grad.to_dense(), x2.grad.to_dense()) 2022-09-27T15:52:51.2314686Z ok (0.443s) 2022-09-27T15:52:51.2813440Z test_Sparse_to_Sparse_copy__cpu_complex128 (__main__.TestSparseCPU) ... :5: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T15:52:51.3460532Z test_sparse.py:3: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T15:52:51.3462008Z import torch 2022-09-27T15:52:51.3463980Z test_sparse.py:1: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T15:52:51.3465212Z # Owner(s): ["module: sparse"] 2022-09-27T15:52:51.3506475Z test_sparse.py:1: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T15:52:51.3507607Z # Owner(s): ["module: sparse"] 2022-09-27T15:52:51.3509877Z test_sparse.py:743: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T15:52:51.3511382Z self.assertEqual(expected_grad.to_dense(), x2.grad.to_dense()) 2022-09-27T15:52:51.4263129Z test_sparse.py:3: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T15:52:51.4264417Z import torch 2022-09-27T15:52:51.4266199Z test_sparse.py:743: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T15:52:51.4267578Z self.assertEqual(expected_grad.to_dense(), x2.grad.to_dense()) 2022-09-27T15:52:51.4267972Z ok (0.194s) 2022-09-27T15:52:51.5402067Z test_Sparse_to_Sparse_copy__cpu_float64 (__main__.TestSparseCPU) ... test_sparse.py:3: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T15:52:51.5403318Z import torch 2022-09-27T15:52:51.5405110Z test_sparse.py:1: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T15:52:51.5406214Z # Owner(s): ["module: sparse"] 2022-09-27T15:52:51.5447740Z test_sparse.py:1: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T15:52:51.5448851Z # Owner(s): ["module: sparse"] 2022-09-27T15:52:51.5451402Z test_sparse.py:743: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T15:52:51.5452842Z self.assertEqual(expected_grad.to_dense(), x2.grad.to_dense()) 2022-09-27T15:52:51.6203395Z test_sparse.py:3: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T15:52:51.6204510Z import torch 2022-09-27T15:52:51.6206324Z test_sparse.py:743: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T15:52:51.6207644Z self.assertEqual(expected_grad.to_dense(), x2.grad.to_dense()) 2022-09-27T15:52:51.6208058Z ok (0.193s) 2022-09-27T15:52:51.6253305Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_complex128 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.004s) 2022-09-27T15:52:51.6272050Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_float64 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.001s) 2022-09-27T15:52:51.6425337Z test_add_dense_sparse_mismatch_cpu_complex128 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_shape test_sparse.py line 1852 2022-09-27T15:52:51.6425934Z due to: 2022-09-27T15:52:51.6426254Z Traceback (most recent call last): 2022-09-27T15:52:51.6426692Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:52:51.6427157Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:52:51.6428129Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:52:51.6428609Z 2022-09-27T15:52:51.6428830Z The above exception was the direct cause of the following exception: 2022-09-27T15:52:51.6429075Z 2022-09-27T15:52:51.6432393Z Traceback (most recent call last): 2022-09-27T15:52:51.6433032Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:52:51.6433502Z raise TorchRuntimeError() from e 2022-09-27T15:52:51.6433893Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:52:51.6434136Z 2022-09-27T15:52:51.6434256Z from user code: 2022-09-27T15:52:51.6434611Z File "test_sparse.py", line 1856, in test_shape 2022-09-27T15:52:51.6434956Z torch.Size(sparse_size)) 2022-09-27T15:52:51.6435157Z 2022-09-27T15:52:51.6435381Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:51.6435747Z ========== 2022-09-27T15:52:51.6493020Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT sparse_tensor_factory test_sparse.py line 83 2022-09-27T15:52:51.6493519Z due to: 2022-09-27T15:52:51.6493842Z Traceback (most recent call last): 2022-09-27T15:52:51.6494322Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:52:51.6494789Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:52:51.6495743Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:52:51.6496235Z 2022-09-27T15:52:51.6496704Z The above exception was the direct cause of the following exception: 2022-09-27T15:52:51.6496985Z 2022-09-27T15:52:51.6497137Z Traceback (most recent call last): 2022-09-27T15:52:51.6497593Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:52:51.6498056Z raise TorchRuntimeError() from e 2022-09-27T15:52:51.6498522Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:52:51.6498760Z 2022-09-27T15:52:51.6498873Z from user code: 2022-09-27T15:52:51.6499231Z File "test_sparse.py", line 84, in sparse_tensor_factory 2022-09-27T15:52:51.6499658Z return torch.sparse_coo_tensor(*args, **kwargs) 2022-09-27T15:52:51.6499895Z 2022-09-27T15:52:51.6500115Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:51.6500469Z ========== 2022-09-27T15:52:51.6603910Z ok (0.033s) 2022-09-27T15:52:51.6709161Z test_add_dense_sparse_mismatch_cpu_float64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-09-27T15:52:51.6901256Z test_add_noncontiguous_cpu_complex128 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 1867 2022-09-27T15:52:51.6901866Z due to: 2022-09-27T15:52:51.6902176Z Traceback (most recent call last): 2022-09-27T15:52:51.6902646Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:52:51.6903131Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:52:51.6904057Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:52:51.6904552Z 2022-09-27T15:52:51.6904781Z The above exception was the direct cause of the following exception: 2022-09-27T15:52:51.6905058Z 2022-09-27T15:52:51.6905215Z Traceback (most recent call last): 2022-09-27T15:52:51.6905668Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:52:51.6906133Z raise TorchRuntimeError() from e 2022-09-27T15:52:51.6906522Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:52:51.6906759Z 2022-09-27T15:52:51.6906872Z from user code: 2022-09-27T15:52:51.6907259Z File "test_sparse.py", line 1869, in 2022-09-27T15:52:51.6907764Z x = self.sparse_tensor(indices, values, dtype=dtype, device=device) 2022-09-27T15:52:51.6908040Z 2022-09-27T15:52:51.6908376Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:51.6908730Z ========== 2022-09-27T15:52:51.6909308Z ok (0.019s) 2022-09-27T15:52:51.6968988Z test_add_noncontiguous_cpu_float64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:52:51.7190662Z test_add_sub_nnz_cpu_complex128 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_add_sub_nnz test_sparse.py line 937 2022-09-27T15:52:51.7191198Z due to: 2022-09-27T15:52:51.7191504Z Traceback (most recent call last): 2022-09-27T15:52:51.7191979Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:52:51.7192681Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:52:51.7193675Z AssertionError: torch.* op returned non-Tensor int call_method _nnz 2022-09-27T15:52:51.7193948Z 2022-09-27T15:52:51.7194069Z from user code: 2022-09-27T15:52:51.7194414Z File "test_sparse.py", line 943, in test_add_sub_nnz 2022-09-27T15:52:51.7194782Z self.assertLessEqual(x._nnz(), 10) 2022-09-27T15:52:51.7195003Z 2022-09-27T15:52:51.7195217Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:51.7195575Z ========== 2022-09-27T15:52:51.7195816Z ok (0.022s) 2022-09-27T15:52:51.7213984Z test_add_sub_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.001s) 2022-09-27T15:52:51.9243097Z test_add_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.202s) 2022-09-27T15:52:51.9325395Z test_add_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:52:51.9415339Z test_any_cpu (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_any test_sparse.py line 3054 2022-09-27T15:52:51.9415822Z due to: 2022-09-27T15:52:51.9416147Z Traceback (most recent call last): 2022-09-27T15:52:51.9416769Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:52:51.9417254Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:52:51.9418207Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:52:51.9418695Z 2022-09-27T15:52:51.9418931Z The above exception was the direct cause of the following exception: 2022-09-27T15:52:51.9419215Z 2022-09-27T15:52:51.9419371Z Traceback (most recent call last): 2022-09-27T15:52:51.9419841Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:52:51.9420291Z raise TorchRuntimeError() from e 2022-09-27T15:52:51.9420676Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:52:51.9420922Z 2022-09-27T15:52:51.9421039Z from user code: 2022-09-27T15:52:51.9421378Z File "test_sparse.py", line 3055, in test_any 2022-09-27T15:52:51.9421864Z t = torch.sparse_coo_tensor(torch.tensor(([0, 0], [2, 0])), torch.tensor([False, False]), device=device) 2022-09-27T15:52:51.9422172Z 2022-09-27T15:52:51.9422391Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:51.9422760Z ========== 2022-09-27T15:52:51.9423013Z ok (0.009s) 2022-09-27T15:52:51.9528700Z test_asin_arcsin_cpu_float32 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_asin_arcsin test_sparse.py line 2344 2022-09-27T15:52:51.9529286Z due to: 2022-09-27T15:52:51.9529621Z Traceback (most recent call last): 2022-09-27T15:52:51.9530109Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:52:51.9530668Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:52:51.9531719Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:52:51.9532258Z 2022-09-27T15:52:51.9532524Z The above exception was the direct cause of the following exception: 2022-09-27T15:52:51.9532832Z 2022-09-27T15:52:51.9532979Z Traceback (most recent call last): 2022-09-27T15:52:51.9533485Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:52:51.9533984Z raise TorchRuntimeError() from e 2022-09-27T15:52:51.9534396Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:52:51.9534659Z 2022-09-27T15:52:51.9534780Z from user code: 2022-09-27T15:52:51.9535168Z File "test_sparse.py", line 2353, in test_asin_arcsin 2022-09-27T15:52:51.9535546Z device=device 2022-09-27T15:52:51.9535720Z 2022-09-27T15:52:51.9535959Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:51.9536355Z ========== 2022-09-27T15:52:52.1151453Z ok (0.172s) 2022-09-27T15:52:52.2777907Z test_asin_arcsin_cpu_float64 (__main__.TestSparseCPU) ... ok (0.162s) 2022-09-27T15:52:52.3711295Z test_asin_arcsin_cpu_int16 (__main__.TestSparseCPU) ... ok (0.093s) 2022-09-27T15:52:52.4637580Z test_asin_arcsin_cpu_int32 (__main__.TestSparseCPU) ... ok (0.092s) 2022-09-27T15:52:52.5563100Z test_asin_arcsin_cpu_int64 (__main__.TestSparseCPU) ... ok (0.092s) 2022-09-27T15:52:52.6489944Z test_asin_arcsin_cpu_int8 (__main__.TestSparseCPU) ... ok (0.092s) 2022-09-27T15:52:52.7414700Z test_asin_arcsin_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.092s) 2022-09-27T15:52:52.7496436Z test_assign_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:52:52.8362489Z test_basic_cpu_complex128 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 210 2022-09-27T15:52:52.8363352Z due to: 2022-09-27T15:52:52.8363696Z Traceback (most recent call last): 2022-09-27T15:52:52.8364158Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:52:52.8364800Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:52:52.8365795Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:52:52.8366298Z 2022-09-27T15:52:52.8366526Z The above exception was the direct cause of the following exception: 2022-09-27T15:52:52.8366799Z 2022-09-27T15:52:52.8366937Z Traceback (most recent call last): 2022-09-27T15:52:52.8367402Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:52:52.8367861Z raise TorchRuntimeError() from e 2022-09-27T15:52:52.8368236Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:52:52.8368471Z 2022-09-27T15:52:52.8368582Z from user code: 2022-09-27T15:52:52.8368953Z File "test_sparse.py", line 212, in 2022-09-27T15:52:52.8369431Z x = self.sparse_tensor(i, v, torch.Size([10, 2]), dtype=dtype, device=device) 2022-09-27T15:52:52.8369696Z 2022-09-27T15:52:52.8369919Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:52.8370281Z ========== 2022-09-27T15:52:52.8904757Z ok (0.140s) 2022-09-27T15:52:52.9728881Z test_basic_cpu_float64 (__main__.TestSparseCPU) ... ok (0.082s) 2022-09-27T15:52:53.9727622Z test_basic_ops_cpu_float64 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 1801 2022-09-27T15:52:53.9728187Z due to: 2022-09-27T15:52:53.9728481Z Traceback (most recent call last): 2022-09-27T15:52:53.9728980Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:52:53.9729732Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:52:53.9730409Z AssertionError: torch.* op returned non-Tensor bool call_method is_coalesced 2022-09-27T15:52:53.9730691Z 2022-09-27T15:52:53.9730803Z from user code: 2022-09-27T15:52:53.9731200Z File "test_sparse.py", line 1801, in 2022-09-27T15:52:53.9731665Z self.assertEqual(self.safeToDense(y), expected) 2022-09-27T15:52:53.9731914Z 2022-09-27T15:52:53.9732119Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:53.9732483Z ========== 2022-09-27T15:52:55.8624881Z ok (2.889s) 2022-09-27T15:52:58.8973730Z test_bmm_cpu_float64 (__main__.TestSparseCPU) ... ok (3.034s) 2022-09-27T15:52:58.8991125Z test_bmm_cuda_version_error_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:58.9014459Z test_bmm_deterministic_cpu_float64 (__main__.TestSparseCPU) ... skip: bmm sparse-dense requires CUDA 10.1 or greater (0.002s) 2022-09-27T15:52:58.9025933Z test_bmm_windows_error_cpu_float64 (__main__.TestSparseCPU) ... skip: this test ensures bmm sparse-dense CUDA gives an error when run on Windows with CUDA < 11.0 (0.001s) 2022-09-27T15:52:58.9898122Z test_cat_cpu_complex128 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 965 2022-09-27T15:52:58.9898750Z due to: 2022-09-27T15:52:58.9899072Z Traceback (most recent call last): 2022-09-27T15:52:58.9899607Z File "/var/lib/jenkins/torchdynamo/torchdynamo/symbolic_convert.py", line 1588, in LOAD_CLOSURE 2022-09-27T15:52:58.9900140Z self.push(self.closure_cells[inst.argval]) 2022-09-27T15:52:58.9900560Z KeyError: 'coalesced' 2022-09-27T15:52:58.9900739Z 2022-09-27T15:52:58.9900855Z from user code: 2022-09-27T15:52:58.9901242Z File "test_sparse.py", line 969, in 2022-09-27T15:52:58.9901954Z "All tensors must have the same shape: \\[2, 3, 4].*\\[2, 1, 4]") 2022-09-27T15:52:58.9902214Z 2022-09-27T15:52:58.9902425Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:58.9902810Z ========== 2022-09-27T15:52:59.2589918Z ok (0.356s) 2022-09-27T15:52:59.3482088Z test_cat_cpu_float64 (__main__.TestSparseCPU) ... ok (0.088s) 2022-09-27T15:52:59.3782516Z test_change_tensor_metadata_cpu_complex128 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2981 2022-09-27T15:52:59.3783208Z due to: 2022-09-27T15:52:59.3783476Z Traceback (most recent call last): 2022-09-27T15:52:59.3783910Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:52:59.3784363Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:52:59.3785358Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:52:59.3785904Z 2022-09-27T15:52:59.3786156Z The above exception was the direct cause of the following exception: 2022-09-27T15:52:59.3786458Z 2022-09-27T15:52:59.3786623Z Traceback (most recent call last): 2022-09-27T15:52:59.3787101Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:52:59.3787511Z raise TorchRuntimeError() from e 2022-09-27T15:52:59.3787901Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:52:59.3788153Z 2022-09-27T15:52:59.3788275Z from user code: 2022-09-27T15:52:59.3788698Z File "test_sparse.py", line 2983, in 2022-09-27T15:52:59.3789240Z t = torch.sparse_coo_tensor(i, v, torch.Size([1, 2, 3]), dtype=dtype, device=device) 2022-09-27T15:52:59.3789550Z 2022-09-27T15:52:59.3789791Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:59.3790158Z ========== 2022-09-27T15:52:59.3797983Z ok (0.031s) 2022-09-27T15:52:59.3918668Z test_change_tensor_metadata_cpu_float64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-09-27T15:52:59.4018798Z test_clone_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.010s) 2022-09-27T15:52:59.4058098Z test_clone_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-09-27T15:52:59.4422006Z test_coalesce_cpu_bfloat16 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 227 2022-09-27T15:52:59.4422585Z due to: 2022-09-27T15:52:59.4422894Z Traceback (most recent call last): 2022-09-27T15:52:59.4423348Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:52:59.4424086Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:52:59.4424759Z AssertionError: torch.* op returned non-Tensor bool call_method is_coalesced 2022-09-27T15:52:59.4425067Z 2022-09-27T15:52:59.4425183Z from user code: 2022-09-27T15:52:59.4425551Z File "test_sparse.py", line 228, in 2022-09-27T15:52:59.4425964Z self.assertTrue(tc.is_coalesced()) 2022-09-27T15:52:59.4426179Z 2022-09-27T15:52:59.4426399Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:59.4426750Z ========== 2022-09-27T15:52:59.5364072Z ok (0.130s) 2022-09-27T15:52:59.6476776Z test_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.111s) 2022-09-27T15:52:59.6604236Z test_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.012s) 2022-09-27T15:52:59.6650088Z test_coalesce_reference_cycle_cpu_float64 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_coalesce_reference_cycle test_sparse.py line 269 2022-09-27T15:52:59.6650676Z due to: 2022-09-27T15:52:59.6651007Z Traceback (most recent call last): 2022-09-27T15:52:59.6651469Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:52:59.6652477Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:52:59.6653269Z AssertionError: torch.* op returned non-Tensor _WeakTensorRef call_function 2022-09-27T15:52:59.6653625Z 2022-09-27T15:52:59.6653807Z from user code: 2022-09-27T15:52:59.6654183Z File "test_sparse.py", line 275, in test_coalesce_reference_cycle 2022-09-27T15:52:59.6654597Z t_ref = torch._C._WeakTensorRef(t) 2022-09-27T15:52:59.6654809Z 2022-09-27T15:52:59.6655028Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:59.6655380Z ========== 2022-09-27T15:52:59.6730868Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_sum test_sparse.py line 281 2022-09-27T15:52:59.6731296Z due to: 2022-09-27T15:52:59.6731628Z Traceback (most recent call last): 2022-09-27T15:52:59.6732088Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:52:59.6732576Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:52:59.6733523Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:52:59.6734024Z 2022-09-27T15:52:59.6734255Z The above exception was the direct cause of the following exception: 2022-09-27T15:52:59.6734520Z 2022-09-27T15:52:59.6734676Z Traceback (most recent call last): 2022-09-27T15:52:59.6735141Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:52:59.6735595Z raise TorchRuntimeError() from e 2022-09-27T15:52:59.6735969Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:52:59.6736206Z 2022-09-27T15:52:59.6736318Z from user code: 2022-09-27T15:52:59.6736671Z File "test_sparse.py", line 285, in test_sparse_sum 2022-09-27T15:52:59.6737059Z S = torch.sparse_coo_tensor(i, v) 2022-09-27T15:52:59.6737257Z 2022-09-27T15:52:59.6737475Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:59.6737844Z ========== 2022-09-27T15:52:59.6738111Z ok (0.012s) 2022-09-27T15:52:59.6892333Z test_coalesce_transpose_mm_cpu_float64 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 872 2022-09-27T15:52:59.6892893Z due to: 2022-09-27T15:52:59.6893220Z Traceback (most recent call last): 2022-09-27T15:52:59.6893688Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:52:59.6894401Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:52:59.6895086Z AssertionError: torch.* op returned non-Tensor bool call_method is_coalesced 2022-09-27T15:52:59.6895380Z 2022-09-27T15:52:59.6895495Z from user code: 2022-09-27T15:52:59.6895859Z File "test_sparse.py", line 876, in 2022-09-27T15:52:59.6896293Z self.assertTrue(x_coalesced.is_coalesced()) 2022-09-27T15:52:59.6896531Z 2022-09-27T15:52:59.6896750Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:59.6897116Z ========== 2022-09-27T15:52:59.7272050Z ok (0.053s) 2022-09-27T15:52:59.7457401Z test_constructor_device_legacy_cpu (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2787 2022-09-27T15:52:59.7457952Z due to: 2022-09-27T15:52:59.7458280Z Traceback (most recent call last): 2022-09-27T15:52:59.7458764Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:52:59.7459254Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:52:59.7459749Z RuntimeError: legacy constructor expects device type: cpu but device type: cuda was passed 2022-09-27T15:52:59.7460056Z 2022-09-27T15:52:59.7460287Z The above exception was the direct cause of the following exception: 2022-09-27T15:52:59.7460840Z 2022-09-27T15:52:59.7460995Z Traceback (most recent call last): 2022-09-27T15:52:59.7461469Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:52:59.7461920Z raise TorchRuntimeError() from e 2022-09-27T15:52:59.7462322Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:52:59.7462638Z 2022-09-27T15:52:59.7462759Z from user code: 2022-09-27T15:52:59.7463094Z File "test_sparse.py", line 2787, in 2022-09-27T15:52:59.7463704Z self.assertRaises(RuntimeError, lambda: torch.sparse.FloatTensor(device='cuda')) 2022-09-27T15:52:59.7464030Z 2022-09-27T15:52:59.7464254Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:59.7464627Z ========== 2022-09-27T15:52:59.7628992Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2788 2022-09-27T15:52:59.7629513Z due to: 2022-09-27T15:52:59.7630051Z Traceback (most recent call last): 2022-09-27T15:52:59.7630588Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:52:59.7631099Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:52:59.7633062Z RuntimeError: legacy constructor expects device type: cpu but device type: cuda was passed 2022-09-27T15:52:59.7633415Z 2022-09-27T15:52:59.7633674Z The above exception was the direct cause of the following exception: 2022-09-27T15:52:59.7633982Z 2022-09-27T15:52:59.7634143Z Traceback (most recent call last): 2022-09-27T15:52:59.7634627Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:52:59.7635121Z raise TorchRuntimeError() from e 2022-09-27T15:52:59.7635538Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:52:59.7635784Z 2022-09-27T15:52:59.7635905Z from user code: 2022-09-27T15:52:59.7636272Z File "test_sparse.py", line 2788, in 2022-09-27T15:52:59.7636968Z self.assertRaises(RuntimeError, lambda: torch.sparse.FloatTensor(i, v, device='cuda')) 2022-09-27T15:52:59.7637327Z 2022-09-27T15:52:59.7637552Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:59.7637946Z ========== 2022-09-27T15:52:59.7804222Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2789 2022-09-27T15:52:59.7804678Z due to: 2022-09-27T15:52:59.7805044Z Traceback (most recent call last): 2022-09-27T15:52:59.7805521Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:52:59.7806014Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:52:59.7809243Z RuntimeError: legacy constructor expects device type: cpu but device type: cuda was passed 2022-09-27T15:52:59.7809566Z 2022-09-27T15:52:59.7809800Z The above exception was the direct cause of the following exception: 2022-09-27T15:52:59.7810093Z 2022-09-27T15:52:59.7810250Z Traceback (most recent call last): 2022-09-27T15:52:59.7810727Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:52:59.7811194Z raise TorchRuntimeError() from e 2022-09-27T15:52:59.7811586Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:52:59.7811827Z 2022-09-27T15:52:59.7811939Z from user code: 2022-09-27T15:52:59.7812275Z File "test_sparse.py", line 2789, in 2022-09-27T15:52:59.7812974Z self.assertRaises(RuntimeError, lambda: torch.sparse.FloatTensor(i, v, size, device='cuda')) 2022-09-27T15:52:59.7813313Z 2022-09-27T15:52:59.7813534Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:59.7813902Z ========== 2022-09-27T15:52:59.7971784Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2790 2022-09-27T15:52:59.7972270Z due to: 2022-09-27T15:52:59.7972579Z Traceback (most recent call last): 2022-09-27T15:52:59.7973081Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:52:59.7973556Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:52:59.7974311Z RuntimeError: legacy constructor expects device type: cpu but device type: cuda was passed 2022-09-27T15:52:59.7974635Z 2022-09-27T15:52:59.7974864Z The above exception was the direct cause of the following exception: 2022-09-27T15:52:59.7975145Z 2022-09-27T15:52:59.7975280Z Traceback (most recent call last): 2022-09-27T15:52:59.7976131Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:52:59.7976594Z raise TorchRuntimeError() from e 2022-09-27T15:52:59.7976987Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:52:59.7977212Z 2022-09-27T15:52:59.7978800Z from user code: 2022-09-27T15:52:59.7979211Z File "test_sparse.py", line 2790, in 2022-09-27T15:52:59.7980019Z self.assertRaises(RuntimeError, lambda: torch.sparse.FloatTensor(torch.Size([2, 3, 4]), device='cuda')) 2022-09-27T15:52:59.7980403Z 2022-09-27T15:52:59.7980641Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:59.7981018Z ========== 2022-09-27T15:52:59.8065328Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2790 2022-09-27T15:52:59.8065869Z due to: 2022-09-27T15:52:59.8066166Z Traceback (most recent call last): 2022-09-27T15:52:59.8066633Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:52:59.8067093Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:52:59.8068076Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:52:59.8068558Z 2022-09-27T15:52:59.8068790Z The above exception was the direct cause of the following exception: 2022-09-27T15:52:59.8069076Z 2022-09-27T15:52:59.8069233Z Traceback (most recent call last): 2022-09-27T15:52:59.8069682Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:52:59.8070163Z raise TorchRuntimeError() from e 2022-09-27T15:52:59.8070545Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:52:59.8070784Z 2022-09-27T15:52:59.8070891Z from user code: 2022-09-27T15:52:59.8071302Z File "test_sparse.py", line 2792, in 2022-09-27T15:52:59.8071907Z x = torch.sparse_coo_tensor(i, v, size, device='cpu') 2022-09-27T15:52:59.8072119Z 2022-09-27T15:52:59.8072337Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:59.8072682Z ========== 2022-09-27T15:52:59.8091462Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2793 2022-09-27T15:52:59.8091907Z due to: 2022-09-27T15:52:59.8092219Z Traceback (most recent call last): 2022-09-27T15:52:59.8092848Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 511, in new 2022-09-27T15:52:59.8093309Z real_out = super().new(*args, **kwargs) 2022-09-27T15:52:59.8093786Z RuntimeError: legacy constructor expects device type: cpu but device type: cuda was passed 2022-09-27T15:52:59.8094120Z 2022-09-27T15:52:59.8094345Z The above exception was the direct cause of the following exception: 2022-09-27T15:52:59.8094622Z 2022-09-27T15:52:59.8094773Z Traceback (most recent call last): 2022-09-27T15:52:59.8095229Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:52:59.8095685Z raise TorchRuntimeError() from e 2022-09-27T15:52:59.8096075Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:52:59.8096315Z 2022-09-27T15:52:59.8096414Z from user code: 2022-09-27T15:52:59.8096749Z File "test_sparse.py", line 2793, in 2022-09-27T15:52:59.8097277Z self.assertRaises(RuntimeError, lambda: x.new(device='cuda')) 2022-09-27T15:52:59.8097547Z 2022-09-27T15:52:59.8097749Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:59.8098111Z ========== 2022-09-27T15:52:59.8134424Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2794 2022-09-27T15:52:59.8135125Z due to: 2022-09-27T15:52:59.8135432Z Traceback (most recent call last): 2022-09-27T15:52:59.8136063Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 511, in new 2022-09-27T15:52:59.8136534Z real_out = super().new(*args, **kwargs) 2022-09-27T15:52:59.8137074Z RuntimeError: legacy constructor expects device type: cpu but device type: cuda was passed 2022-09-27T15:52:59.8137395Z 2022-09-27T15:52:59.8137624Z The above exception was the direct cause of the following exception: 2022-09-27T15:52:59.8137903Z 2022-09-27T15:52:59.8138060Z Traceback (most recent call last): 2022-09-27T15:52:59.8138525Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:52:59.8138971Z raise TorchRuntimeError() from e 2022-09-27T15:52:59.8139361Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:52:59.8139598Z 2022-09-27T15:52:59.8139714Z from user code: 2022-09-27T15:52:59.8140039Z File "test_sparse.py", line 2794, in 2022-09-27T15:52:59.8140595Z self.assertRaises(RuntimeError, lambda: x.new(i, v, device='cuda')) 2022-09-27T15:52:59.8140873Z 2022-09-27T15:52:59.8141093Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:59.8141457Z ========== 2022-09-27T15:52:59.8179007Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2795 2022-09-27T15:52:59.8179447Z due to: 2022-09-27T15:52:59.8179755Z Traceback (most recent call last): 2022-09-27T15:52:59.8180384Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 511, in new 2022-09-27T15:52:59.8180861Z real_out = super().new(*args, **kwargs) 2022-09-27T15:52:59.8181341Z RuntimeError: legacy constructor expects device type: cpu but device type: cuda was passed 2022-09-27T15:52:59.8181658Z 2022-09-27T15:52:59.8181890Z The above exception was the direct cause of the following exception: 2022-09-27T15:52:59.8182179Z 2022-09-27T15:52:59.8182311Z Traceback (most recent call last): 2022-09-27T15:52:59.8182776Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:52:59.8183237Z raise TorchRuntimeError() from e 2022-09-27T15:52:59.8183616Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:52:59.8183854Z 2022-09-27T15:52:59.8183969Z from user code: 2022-09-27T15:52:59.8184306Z File "test_sparse.py", line 2795, in 2022-09-27T15:52:59.8184864Z self.assertRaises(RuntimeError, lambda: x.new(i, v, size, device='cuda')) 2022-09-27T15:52:59.8185135Z 2022-09-27T15:52:59.8185353Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:59.8185715Z ========== 2022-09-27T15:52:59.8207141Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2796 2022-09-27T15:52:59.8207543Z due to: 2022-09-27T15:52:59.8207862Z Traceback (most recent call last): 2022-09-27T15:52:59.8208470Z File "/opt/conda/lib/python3.7/site-packages/torch/cuda/__init__.py", line 221, in _lazy_init 2022-09-27T15:52:59.8209000Z raise AssertionError("Torch not compiled with CUDA enabled") 2022-09-27T15:52:59.8209438Z AssertionError: Torch not compiled with CUDA enabled 2022-09-27T15:52:59.8209690Z 2022-09-27T15:52:59.8209803Z from user code: 2022-09-27T15:52:59.8210135Z File "test_sparse.py", line 2796, in 2022-09-27T15:52:59.8210719Z self.assertRaises(RuntimeError, lambda: x.new(torch.Size([2, 3, 4]), device='cuda')) 2022-09-27T15:52:59.8211020Z 2022-09-27T15:52:59.8211236Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:59.8211607Z ========== 2022-09-27T15:52:59.8221618Z ok (0.094s) 2022-09-27T15:52:59.8557235Z test_contig_cpu_complex128 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 523 2022-09-27T15:52:59.8557829Z due to: 2022-09-27T15:52:59.8558167Z Traceback (most recent call last): 2022-09-27T15:52:59.8558689Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:52:59.8559432Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:52:59.8560473Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:52:59.8560986Z 2022-09-27T15:52:59.8561213Z The above exception was the direct cause of the following exception: 2022-09-27T15:52:59.8561493Z 2022-09-27T15:52:59.8561613Z Traceback (most recent call last): 2022-09-27T15:52:59.8562040Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:52:59.8562459Z raise TorchRuntimeError() from e 2022-09-27T15:52:59.8562798Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:52:59.8562985Z 2022-09-27T15:52:59.8563093Z from user code: 2022-09-27T15:52:59.8563443Z File "test_sparse.py", line 525, in 2022-09-27T15:52:59.8563875Z x = self.sparse_tensor(i, v, torch.Size([100, 100])) 2022-09-27T15:52:59.8564094Z 2022-09-27T15:52:59.8564311Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:52:59.8564674Z ========== 2022-09-27T15:52:59.9615269Z ok (0.139s) 2022-09-27T15:53:00.0319524Z test_contig_cpu_float64 (__main__.TestSparseCPU) ... ok (0.070s) 2022-09-27T15:53:00.0699562Z test_contig_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 604 2022-09-27T15:53:00.0700123Z due to: 2022-09-27T15:53:00.0700463Z Traceback (most recent call last): 2022-09-27T15:53:00.0700942Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:00.0701423Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:00.0702372Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:53:00.0702887Z 2022-09-27T15:53:00.0703118Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:00.0703394Z 2022-09-27T15:53:00.0703545Z Traceback (most recent call last): 2022-09-27T15:53:00.0704018Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:00.0704458Z raise TorchRuntimeError() from e 2022-09-27T15:53:00.0704845Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:00.0705084Z 2022-09-27T15:53:00.0705198Z from user code: 2022-09-27T15:53:00.0705571Z File "test_sparse.py", line 609, in 2022-09-27T15:53:00.0706023Z x = self.sparse_tensor(i, v, torch.Size([100, 100, 2])) 2022-09-27T15:53:00.0706261Z 2022-09-27T15:53:00.0706478Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:00.0706845Z ========== 2022-09-27T15:53:00.1705388Z ok (0.138s) 2022-09-27T15:53:00.2445295Z test_contig_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.073s) 2022-09-27T15:53:00.2617444Z test_ctor_large_sizes_cpu_float64 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 306 2022-09-27T15:53:00.2618007Z due to: 2022-09-27T15:53:00.2618313Z Traceback (most recent call last): 2022-09-27T15:53:00.2618784Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:00.2619269Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:00.2620212Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:53:00.2620707Z 2022-09-27T15:53:00.2620933Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:00.2621207Z 2022-09-27T15:53:00.2621585Z Traceback (most recent call last): 2022-09-27T15:53:00.2622045Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:00.2622487Z raise TorchRuntimeError() from e 2022-09-27T15:53:00.2622871Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:00.2623109Z 2022-09-27T15:53:00.2623222Z from user code: 2022-09-27T15:53:00.2623612Z File "test_sparse.py", line 307, in 2022-09-27T15:53:00.2623993Z indices, values, (N + 1,) * 4, device=device)) 2022-09-27T15:53:00.2624216Z 2022-09-27T15:53:00.2624430Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:00.2624792Z ========== 2022-09-27T15:53:00.2688129Z ok (0.024s) 2022-09-27T15:53:00.2954804Z test_ctor_size_checks_cpu_complex128 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 322 2022-09-27T15:53:00.2955323Z due to: 2022-09-27T15:53:00.2955639Z Traceback (most recent call last): 2022-09-27T15:53:00.2956135Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:00.2956613Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:00.2957073Z RuntimeError: number of dimensions must be sparse_dim (4) + dense_dim (0), but got 3 2022-09-27T15:53:00.2957350Z 2022-09-27T15:53:00.2957583Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:00.2957859Z 2022-09-27T15:53:00.2958011Z Traceback (most recent call last): 2022-09-27T15:53:00.2958478Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:00.2958921Z raise TorchRuntimeError() from e 2022-09-27T15:53:00.2959307Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:00.2959546Z 2022-09-27T15:53:00.2959661Z from user code: 2022-09-27T15:53:00.2959988Z File "test_sparse.py", line 322, in 2022-09-27T15:53:00.2960408Z lambda: self.sparse_tensor(indices, values, torch.Size([2, 1, 1]))) 2022-09-27T15:53:00.2960683Z 2022-09-27T15:53:00.2960899Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:00.2961248Z ========== 2022-09-27T15:53:00.3139858Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 331 2022-09-27T15:53:00.3140451Z due to: 2022-09-27T15:53:00.3141873Z Traceback (most recent call last): 2022-09-27T15:53:00.3142518Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:00.3142990Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:00.3143581Z RuntimeError: number of dimensions must be sparse_dim (4) + dense_dim (1), but got 4 2022-09-27T15:53:00.3143955Z 2022-09-27T15:53:00.3144184Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:00.3144462Z 2022-09-27T15:53:00.3144592Z Traceback (most recent call last): 2022-09-27T15:53:00.3145059Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:00.3145518Z raise TorchRuntimeError() from e 2022-09-27T15:53:00.3145908Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:00.3146131Z 2022-09-27T15:53:00.3146251Z from user code: 2022-09-27T15:53:00.3146579Z File "test_sparse.py", line 331, in 2022-09-27T15:53:00.3147023Z lambda: self.sparse_tensor(indices, values, torch.Size([2, 4, 2, 1]))) 2022-09-27T15:53:00.3147293Z 2022-09-27T15:53:00.3147495Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:00.3147852Z ========== 2022-09-27T15:53:00.3184615Z ok (0.049s) 2022-09-27T15:53:00.3441973Z test_ctor_size_checks_cpu_float64 (__main__.TestSparseCPU) ... ok (0.025s) 2022-09-27T15:53:00.3462030Z test_cuda_empty_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:53:00.3576070Z test_div_by_sparse_error_cpu (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 3093 2022-09-27T15:53:00.3576651Z due to: 2022-09-27T15:53:00.3577221Z Traceback (most recent call last): 2022-09-27T15:53:00.3577916Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T15:53:00.3578511Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T15:53:00.3579071Z NotImplementedError: Cannot access storage of SparseTensorImpl 2022-09-27T15:53:00.3579492Z 2022-09-27T15:53:00.3579728Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:00.3580028Z 2022-09-27T15:53:00.3580195Z Traceback (most recent call last): 2022-09-27T15:53:00.3580693Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:00.3581184Z raise TorchRuntimeError() from e 2022-09-27T15:53:00.3581589Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:00.3581844Z 2022-09-27T15:53:00.3581963Z from user code: 2022-09-27T15:53:00.3582317Z File "test_sparse.py", line 3093, in 2022-09-27T15:53:00.3582745Z lambda: torch.tensor(1., device=device).to_sparse() 2022-09-27T15:53:00.3583003Z 2022-09-27T15:53:00.3583236Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:00.3583625Z ========== 2022-09-27T15:53:00.3615031Z ok (0.015s) 2022-09-27T15:53:00.4004651Z test_div_rounding_mode_cpu_float32 (__main__.TestSparseCPU) ... ok (0.038s) 2022-09-27T15:53:00.4336985Z test_div_rounding_mode_cpu_float64 (__main__.TestSparseCPU) ... ok (0.033s) 2022-09-27T15:53:00.7178686Z test_dsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.283s) 2022-09-27T15:53:00.7274550Z test_dtypes_cpu (__main__.TestSparseCPU) ... ok (0.009s) 2022-09-27T15:53:00.7443602Z test_empty_full_cpu (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T15:53:00.7558846Z test_empty_like_cpu_complex128 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_empty_like test_sparse.py line 2092 2022-09-27T15:53:00.7559374Z due to: 2022-09-27T15:53:00.7559703Z Traceback (most recent call last): 2022-09-27T15:53:00.7560203Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:00.7560683Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:00.7561632Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:53:00.7562122Z 2022-09-27T15:53:00.7562349Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:00.7562629Z 2022-09-27T15:53:00.7562783Z Traceback (most recent call last): 2022-09-27T15:53:00.7563243Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:00.7563682Z raise TorchRuntimeError() from e 2022-09-27T15:53:00.7564064Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:00.7564303Z 2022-09-27T15:53:00.7564415Z from user code: 2022-09-27T15:53:00.7564817Z File "test_sparse.py", line 2103, in test_empty_like 2022-09-27T15:53:00.7565165Z device=device 2022-09-27T15:53:00.7565342Z 2022-09-27T15:53:00.7565559Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:00.7565919Z ========== 2022-09-27T15:53:00.7700392Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2067 2022-09-27T15:53:00.7700857Z due to: 2022-09-27T15:53:00.7701173Z Traceback (most recent call last): 2022-09-27T15:53:00.7701624Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:53:00.7702344Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:53:00.7703013Z AssertionError: torch.* op returned non-Tensor int call_method sparse_dim 2022-09-27T15:53:00.7703305Z 2022-09-27T15:53:00.7703420Z from user code: 2022-09-27T15:53:00.7703792Z File "test_sparse.py", line 2068, in 2022-09-27T15:53:00.7704429Z self._assert_sparse_invars(result) 2022-09-27T15:53:00.7704646Z 2022-09-27T15:53:00.7704865Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:00.7705213Z ========== 2022-09-27T15:53:00.7752158Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _assert_sparse_invars test_sparse.py line 2055 2022-09-27T15:53:00.7752720Z due to: 2022-09-27T15:53:00.7753194Z Traceback (most recent call last): 2022-09-27T15:53:00.7753649Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:53:00.7754379Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:53:00.7755051Z AssertionError: torch.* op returned non-Tensor int call_method sparse_dim 2022-09-27T15:53:00.7755344Z 2022-09-27T15:53:00.7755444Z from user code: 2022-09-27T15:53:00.7755806Z File "test_sparse.py", line 2060, in _assert_sparse_invars 2022-09-27T15:53:00.7756256Z self.assertEqual(t.sparse_dim() + t.dense_dim(), len(t.shape)) 2022-09-27T15:53:00.7756508Z 2022-09-27T15:53:00.7756726Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:00.7757072Z ========== 2022-09-27T15:53:00.8496742Z ok (0.105s) 2022-09-27T15:53:00.9337893Z test_empty_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.083s) 2022-09-27T15:53:00.9477313Z test_factory_copy_cpu (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_factory_copy test_sparse.py line 2718 2022-09-27T15:53:00.9477863Z due to: 2022-09-27T15:53:00.9478165Z Traceback (most recent call last): 2022-09-27T15:53:00.9478640Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:00.9479109Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:00.9480153Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:53:00.9480661Z 2022-09-27T15:53:00.9480896Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:00.9481172Z 2022-09-27T15:53:00.9481323Z Traceback (most recent call last): 2022-09-27T15:53:00.9481776Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:00.9482235Z raise TorchRuntimeError() from e 2022-09-27T15:53:00.9482625Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:00.9482863Z 2022-09-27T15:53:00.9482960Z from user code: 2022-09-27T15:53:00.9483314Z File "test_sparse.py", line 2734, in test_factory_copy 2022-09-27T15:53:00.9483715Z test_tensor(indices, values, True, True) 2022-09-27T15:53:00.9483933Z 2022-09-27T15:53:00.9484136Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:00.9484499Z ========== 2022-09-27T15:53:00.9545345Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor test_sparse.py line 2720 2022-09-27T15:53:00.9545775Z due to: 2022-09-27T15:53:00.9546080Z Traceback (most recent call last): 2022-09-27T15:53:00.9546557Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:00.9547031Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:00.9547982Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:53:00.9548460Z 2022-09-27T15:53:00.9548681Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:00.9548955Z 2022-09-27T15:53:00.9549109Z Traceback (most recent call last): 2022-09-27T15:53:00.9549575Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:00.9550022Z raise TorchRuntimeError() from e 2022-09-27T15:53:00.9550411Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:00.9550882Z 2022-09-27T15:53:00.9550999Z from user code: 2022-09-27T15:53:00.9551342Z File "test_sparse.py", line 2721, in test_tensor 2022-09-27T15:53:00.9551832Z sparse_tensor = torch.sparse_coo_tensor(indices, values, dtype=torch.float64, device=device) 2022-09-27T15:53:00.9552153Z 2022-09-27T15:53:00.9552369Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:00.9553072Z ========== 2022-09-27T15:53:00.9579568Z ok (0.024s) 2022-09-27T15:53:00.9654046Z test_factory_cpu_complex128 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_factory test_sparse.py line 2519 2022-09-27T15:53:00.9654610Z due to: 2022-09-27T15:53:00.9654954Z Traceback (most recent call last): 2022-09-27T15:53:00.9655376Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:53:00.9656030Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:53:00.9656829Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:53:00.9657193Z 2022-09-27T15:53:00.9657302Z from user code: 2022-09-27T15:53:00.9657675Z File "test_sparse.py", line 2525, in test_factory 2022-09-27T15:53:00.9658061Z size = torch.Size([3, 3, 0]) 2022-09-27T15:53:00.9658274Z 2022-09-27T15:53:00.9658517Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:00.9658870Z ========== 2022-09-27T15:53:00.9720294Z ok (0.013s) 2022-09-27T15:53:00.9811902Z test_factory_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.009s) 2022-09-27T15:53:00.9900548Z test_factory_cpu_float16 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:53:00.9990034Z test_factory_cpu_float32 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:53:01.0079007Z test_factory_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:53:01.0278387Z test_factory_default_cpu (__main__.TestSparseCPU) ... ok (0.019s) 2022-09-27T15:53:01.0614438Z test_factory_dense_dim_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.033s) 2022-09-27T15:53:01.0905820Z test_factory_dense_dim_cpu_float64 (__main__.TestSparseCPU) ... ok (0.029s) 2022-09-27T15:53:01.0928038Z test_factory_device_type_inference_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:53:01.1390467Z test_factory_empty_indices_cpu (__main__.TestSparseCPU) ... ok (0.046s) 2022-09-27T15:53:01.1737977Z test_factory_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.034s) 2022-09-27T15:53:01.2044193Z test_factory_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.030s) 2022-09-27T15:53:01.3237090Z test_factory_nnz_zero_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.119s) 2022-09-27T15:53:01.3896835Z test_factory_nnz_zero_cpu_float64 (__main__.TestSparseCPU) ... ok (0.065s) 2022-09-27T15:53:01.4523821Z test_factory_size_check_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.062s) 2022-09-27T15:53:01.5015160Z test_factory_size_check_cpu_float64 (__main__.TestSparseCPU) ... ok (0.048s) 2022-09-27T15:53:01.5123208Z test_factory_type_inference_cpu_complex128 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_factory_type_inference test_sparse.py line 2674 2022-09-27T15:53:01.5123791Z due to: 2022-09-27T15:53:01.5124153Z Traceback (most recent call last): 2022-09-27T15:53:01.5124626Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:01.5125177Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:01.5126207Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:53:01.5126723Z 2022-09-27T15:53:01.5126979Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:01.5127263Z 2022-09-27T15:53:01.5127415Z Traceback (most recent call last): 2022-09-27T15:53:01.5128202Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:01.5128685Z raise TorchRuntimeError() from e 2022-09-27T15:53:01.5129050Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:01.5129306Z 2022-09-27T15:53:01.5129431Z from user code: 2022-09-27T15:53:01.5129961Z File "test_sparse.py", line 2677, in test_factory_type_inference 2022-09-27T15:53:01.5130431Z t = torch.sparse_coo_tensor(torch.tensor(([0], [2])), torch.tensor([1.], dtype=dtype)) 2022-09-27T15:53:01.5130677Z 2022-09-27T15:53:01.5130874Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:01.5131201Z ========== 2022-09-27T15:53:01.5133246Z ok (0.011s) 2022-09-27T15:53:01.5162377Z test_factory_type_inference_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:53:01.5190267Z test_factory_type_inference_cpu_float16 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:53:01.5217519Z test_factory_type_inference_cpu_float32 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:53:01.5244578Z test_factory_type_inference_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:53:01.5271227Z test_factory_type_inference_cpu_int64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:53:01.5387032Z test_floor_divide_by_sparse_error_cpu (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 3098 2022-09-27T15:53:01.5387594Z due to: 2022-09-27T15:53:01.5387901Z Traceback (most recent call last): 2022-09-27T15:53:01.5388475Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T15:53:01.5389018Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T15:53:01.5389534Z NotImplementedError: Cannot access storage of SparseTensorImpl 2022-09-27T15:53:01.5389815Z 2022-09-27T15:53:01.5390040Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:01.5390305Z 2022-09-27T15:53:01.5390453Z Traceback (most recent call last): 2022-09-27T15:53:01.5390915Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:01.5391373Z raise TorchRuntimeError() from e 2022-09-27T15:53:01.5391743Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:01.5391977Z 2022-09-27T15:53:01.5392093Z from user code: 2022-09-27T15:53:01.5392534Z File "test_sparse.py", line 3098, in 2022-09-27T15:53:01.5393024Z lambda: torch.tensor(1., device=device).to_sparse() 2022-09-27T15:53:01.5393268Z 2022-09-27T15:53:01.5393488Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:01.5393851Z ========== 2022-09-27T15:53:01.5423552Z ok (0.015s) 2022-09-27T15:53:01.6055423Z test_full_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.063s) 2022-09-27T15:53:01.6419214Z test_full_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.036s) 2022-09-27T15:53:01.9291126Z test_hsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.286s) 2022-09-27T15:53:02.4043773Z test_index_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.475s) 2022-09-27T15:53:02.5370755Z test_index_select_cpu_float64 (__main__.TestSparseCPU) ... ok (0.132s) 2022-09-27T15:53:02.7269631Z test_index_select_empty_and_non_contiguous_index_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.189s) 2022-09-27T15:53:02.8809950Z test_index_select_empty_and_non_contiguous_index_cpu_float64 (__main__.TestSparseCPU) ... ok (0.153s) 2022-09-27T15:53:03.4041416Z test_index_select_exhaustive_index_large_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.523s) 2022-09-27T15:53:03.6767796Z test_index_select_exhaustive_index_large_cpu_float64 (__main__.TestSparseCPU) ... ok (0.272s) 2022-09-27T15:53:03.9818793Z test_index_select_exhaustive_index_small_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.304s) 2022-09-27T15:53:04.2360250Z test_index_select_exhaustive_index_small_cpu_float64 (__main__.TestSparseCPU) ... ok (0.253s) 2022-09-27T15:53:04.2397534Z test_index_select_parallelization_cpu_complex128 (__main__.TestSparseCPU) 2022-09-27T15:53:04.4751687Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (0.237s) 2022-09-27T15:53:04.4766112Z test_index_select_parallelization_cpu_float64 (__main__.TestSparseCPU) 2022-09-27T15:53:04.6910134Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (0.215s) 2022-09-27T15:53:04.7028769Z test_is_nonzero_cpu (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_is_nonzero test_sparse.py line 2959 2022-09-27T15:53:04.7029298Z due to: 2022-09-27T15:53:04.7029571Z Traceback (most recent call last): 2022-09-27T15:53:04.7029984Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:04.7030428Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:04.7031401Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:53:04.7031921Z 2022-09-27T15:53:04.7033021Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:04.7033268Z 2022-09-27T15:53:04.7033414Z Traceback (most recent call last): 2022-09-27T15:53:04.7033920Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:04.7036067Z raise TorchRuntimeError() from e 2022-09-27T15:53:04.7036709Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:04.7036981Z 2022-09-27T15:53:04.7037104Z from user code: 2022-09-27T15:53:04.7037503Z File "test_sparse.py", line 2960, in test_is_nonzero 2022-09-27T15:53:04.7039035Z self.assertTrue(torch.sparse_coo_tensor(([0],), 1., (1,), device=device).is_nonzero()) 2022-09-27T15:53:04.7039458Z 2022-09-27T15:53:04.7039928Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:04.7040339Z ========== 2022-09-27T15:53:04.7058515Z ok (0.014s) 2022-09-27T15:53:04.7426041Z test_is_sparse_cpu (__main__.TestSparseCPU) ... ok (0.036s) 2022-09-27T15:53:04.7526175Z test_isnan_cpu (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_isnan test_sparse.py line 3062 2022-09-27T15:53:04.7526682Z due to: 2022-09-27T15:53:04.7527009Z Traceback (most recent call last): 2022-09-27T15:53:04.7527510Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:04.7527984Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:04.7528956Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:53:04.7529454Z 2022-09-27T15:53:04.7529686Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:04.7529959Z 2022-09-27T15:53:04.7530119Z Traceback (most recent call last): 2022-09-27T15:53:04.7530568Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:04.7531033Z raise TorchRuntimeError() from e 2022-09-27T15:53:04.7531426Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:04.7531670Z 2022-09-27T15:53:04.7531786Z from user code: 2022-09-27T15:53:04.7532124Z File "test_sparse.py", line 3063, in test_isnan 2022-09-27T15:53:04.7532603Z t = torch.sparse_coo_tensor(torch.tensor(([0, 0], [0, 2])), torch.tensor([1, 4]), device=device) 2022-09-27T15:53:04.7532895Z 2022-09-27T15:53:04.7533114Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:04.7533469Z ========== 2022-09-27T15:53:04.7535229Z ok (0.010s) 2022-09-27T15:53:04.7663012Z test_legacy_constructor_cpu (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2815 2022-09-27T15:53:04.7664393Z due to: 2022-09-27T15:53:04.7664684Z Traceback (most recent call last): 2022-09-27T15:53:04.7665394Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:53:04.7666131Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:53:04.7666818Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T15:53:04.7667202Z 2022-09-27T15:53:04.7667324Z from user code: 2022-09-27T15:53:04.7667662Z File "test_sparse.py", line 2815, in 2022-09-27T15:53:04.7668152Z self.assertRaises(TypeError, lambda: torch.sparse.FloatTensor(v.storage())) 2022-09-27T15:53:04.7668457Z 2022-09-27T15:53:04.7668777Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:04.7669261Z ========== 2022-09-27T15:53:04.7751491Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2816 2022-09-27T15:53:04.7756257Z due to: 2022-09-27T15:53:04.7756587Z Traceback (most recent call last): 2022-09-27T15:53:04.7757076Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:04.7757556Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:04.7758200Z TypeError: new() received an invalid combination of arguments - got (FakeTensor), but expected one of: 2022-09-27T15:53:04.7758660Z * (*, torch.device device) 2022-09-27T15:53:04.7759049Z * (Tensor indices, Tensor values, *, torch.device device) 2022-09-27T15:53:04.7759507Z * (Tensor indices, Tensor values, tuple of ints size, *, torch.device device) 2022-09-27T15:53:04.7759953Z * (tuple of ints size, *, torch.device device) 2022-09-27T15:53:04.7760183Z 2022-09-27T15:53:04.7760190Z 2022-09-27T15:53:04.7760306Z from user code: 2022-09-27T15:53:04.7760645Z File "test_sparse.py", line 2816, in 2022-09-27T15:53:04.7761095Z self.assertRaises(TypeError, lambda: torch.sparse.FloatTensor(v)) 2022-09-27T15:53:04.7761397Z 2022-09-27T15:53:04.7761622Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:04.7761995Z ========== 2022-09-27T15:53:04.7782471Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2816 2022-09-27T15:53:04.7782941Z due to: 2022-09-27T15:53:04.7783264Z Traceback (most recent call last): 2022-09-27T15:53:04.7783751Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:04.7784211Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:04.7784863Z TypeError: torch.SparseTensor(sequence) only accepts sizes. Please use torch.sparse_coo_tensor() or construct a strided tensor and convert it to sparse via to_sparse. 2022-09-27T15:53:04.7785311Z 2022-09-27T15:53:04.7785430Z from user code: 2022-09-27T15:53:04.7785831Z File "test_sparse.py", line 2817, in 2022-09-27T15:53:04.7786388Z self.assertEqual(torch.sparse_coo, torch.sparse.FloatTensor(torch.Size([2, 3])).layout) 2022-09-27T15:53:04.7786709Z 2022-09-27T15:53:04.7786932Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:04.7787304Z ========== 2022-09-27T15:53:04.7791972Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2818 2022-09-27T15:53:04.7792412Z due to: 2022-09-27T15:53:04.7792733Z Traceback (most recent call last): 2022-09-27T15:53:04.7793330Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:04.7793816Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:04.7794464Z TypeError: torch.SparseTensor(sequence) only accepts sizes. Please use torch.sparse_coo_tensor() or construct a strided tensor and convert it to sparse via to_sparse. 2022-09-27T15:53:04.7794905Z 2022-09-27T15:53:04.7795020Z from user code: 2022-09-27T15:53:04.7795350Z File "test_sparse.py", line 2818, in 2022-09-27T15:53:04.7795820Z self.assertRaises(TypeError, lambda: torch.sparse.FloatTensor([6])) 2022-09-27T15:53:04.7796326Z 2022-09-27T15:53:04.7796547Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:04.7796905Z ========== 2022-09-27T15:53:04.7797165Z ok (0.025s) 2022-09-27T15:53:04.7899749Z test_legacy_new_cpu (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_legacy_new test_sparse.py line 2820 2022-09-27T15:53:04.7900415Z due to: 2022-09-27T15:53:04.7900710Z Traceback (most recent call last): 2022-09-27T15:53:04.7901213Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:04.7901693Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:04.7902644Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:53:04.7903146Z 2022-09-27T15:53:04.7903382Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:04.7903663Z 2022-09-27T15:53:04.7903818Z Traceback (most recent call last): 2022-09-27T15:53:04.7904282Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:04.7904724Z raise TorchRuntimeError() from e 2022-09-27T15:53:04.7905107Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:04.7905345Z 2022-09-27T15:53:04.7905461Z from user code: 2022-09-27T15:53:04.7905808Z File "test_sparse.py", line 2824, in test_legacy_new 2022-09-27T15:53:04.7906182Z s = torch.sparse_coo_tensor(i, v, size) 2022-09-27T15:53:04.7906401Z 2022-09-27T15:53:04.7906623Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:04.7906987Z ========== 2022-09-27T15:53:04.7917779Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2827 2022-09-27T15:53:04.7918195Z due to: 2022-09-27T15:53:04.7918512Z Traceback (most recent call last): 2022-09-27T15:53:04.7918970Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:53:04.7919695Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:53:04.7920387Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T15:53:04.7920689Z 2022-09-27T15:53:04.7920806Z from user code: 2022-09-27T15:53:04.7921133Z File "test_sparse.py", line 2827, in 2022-09-27T15:53:04.7921554Z self.assertRaises(TypeError, lambda: s.new(v.storage())) 2022-09-27T15:53:04.7921813Z 2022-09-27T15:53:04.7922031Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:04.7922376Z ========== 2022-09-27T15:53:04.7933921Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2828 2022-09-27T15:53:04.7934332Z due to: 2022-09-27T15:53:04.7934652Z Traceback (most recent call last): 2022-09-27T15:53:04.7935265Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 511, in new 2022-09-27T15:53:04.7935746Z real_out = super().new(*args, **kwargs) 2022-09-27T15:53:04.7936392Z TypeError: new() received an invalid combination of arguments - got (FakeTensor), but expected one of: 2022-09-27T15:53:04.7936843Z * (*, torch.device device) 2022-09-27T15:53:04.7937225Z * (Tensor indices, Tensor values, *, torch.device device) 2022-09-27T15:53:04.7937696Z * (Tensor indices, Tensor values, tuple of ints size, *, torch.device device) 2022-09-27T15:53:04.7938140Z * (tuple of ints size, *, torch.device device) 2022-09-27T15:53:04.7938352Z 2022-09-27T15:53:04.7938359Z 2022-09-27T15:53:04.7938474Z from user code: 2022-09-27T15:53:04.7938819Z File "test_sparse.py", line 2828, in 2022-09-27T15:53:04.7939224Z self.assertRaises(TypeError, lambda: s.new(v)) 2022-09-27T15:53:04.7939468Z 2022-09-27T15:53:04.7939671Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:04.7940033Z ========== 2022-09-27T15:53:04.7949392Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2830 2022-09-27T15:53:04.7949972Z due to: 2022-09-27T15:53:04.7950280Z Traceback (most recent call last): 2022-09-27T15:53:04.7950902Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 511, in new 2022-09-27T15:53:04.7951376Z real_out = super().new(*args, **kwargs) 2022-09-27T15:53:04.7952096Z TypeError: SparseTensor.new(sequence) only accepts sizes. Please use torch.sparse_coo_tensor() or construct a strided tensor and convert it to sparse via to_sparse. 2022-09-27T15:53:04.7952550Z 2022-09-27T15:53:04.7952665Z from user code: 2022-09-27T15:53:04.7953155Z File "test_sparse.py", line 2830, in 2022-09-27T15:53:04.7953568Z self.assertRaises(TypeError, lambda: s.new([6])) 2022-09-27T15:53:04.7953805Z 2022-09-27T15:53:04.7954024Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:04.7954393Z ========== 2022-09-27T15:53:04.7954653Z ok (0.015s) 2022-09-27T15:53:04.8072229Z test_log1p_cpu_float32 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_log1p test_sparse.py line 2199 2022-09-27T15:53:04.8072898Z due to: 2022-09-27T15:53:04.8073234Z Traceback (most recent call last): 2022-09-27T15:53:04.8073712Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:04.8074184Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:04.8075139Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:53:04.8075640Z 2022-09-27T15:53:04.8075871Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:04.8076149Z 2022-09-27T15:53:04.8076303Z Traceback (most recent call last): 2022-09-27T15:53:04.8076757Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:04.8077225Z raise TorchRuntimeError() from e 2022-09-27T15:53:04.8077619Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:04.8077859Z 2022-09-27T15:53:04.8077954Z from user code: 2022-09-27T15:53:04.8078295Z File "test_sparse.py", line 2208, in test_log1p 2022-09-27T15:53:04.8078639Z dtype=dtype 2022-09-27T15:53:04.8078814Z 2022-09-27T15:53:04.8079020Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:04.8079389Z ========== 2022-09-27T15:53:05.1681093Z ok (0.372s) 2022-09-27T15:53:05.5118054Z test_log1p_cpu_float64 (__main__.TestSparseCPU) ... ok (0.343s) 2022-09-27T15:53:05.6690894Z test_log1p_cpu_int16 (__main__.TestSparseCPU) ... ok (0.157s) 2022-09-27T15:53:05.6968300Z test_log1p_cpu_int32 (__main__.TestSparseCPU) ... ok (0.027s) 2022-09-27T15:53:05.7241391Z test_log1p_cpu_int64 (__main__.TestSparseCPU) ... ok (0.027s) 2022-09-27T15:53:05.7515620Z test_log1p_cpu_int8 (__main__.TestSparseCPU) ... ok (0.027s) 2022-09-27T15:53:05.7790366Z test_log1p_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.027s) 2022-09-27T15:53:06.9405152Z test_mm_cpu_complex128 (__main__.TestSparseCPU) ... ok (1.161s) 2022-09-27T15:53:07.2330868Z test_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.292s) 2022-09-27T15:53:07.4395250Z test_mv_cpu_float64 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2394 2022-09-27T15:53:07.4395879Z due to: 2022-09-27T15:53:07.4396188Z Traceback (most recent call last): 2022-09-27T15:53:07.4396768Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:07.4397222Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:07.4401966Z NotImplementedError: Could not run 'aten::addmv_' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::addmv_' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCsrCPU, SparseCsrCUDA, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:53:07.4405083Z 2022-09-27T15:53:07.4405552Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4406328Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:53:07.4407087Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4408015Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4408935Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4409852Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4410759Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4411677Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4412598Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4413346Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMeta.cpp:26806 [kernel] 2022-09-27T15:53:07.4414117Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4415082Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4416035Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4416974Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4417902Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4418801Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4419733Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4420684Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4421695Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4422679Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4423651Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4424615Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4425574Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4426524Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4427471Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4428431Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4429412Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4430414Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4431396Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4432392Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4433457Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4434415Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4435344Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.4436235Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:53:07.4436996Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:53:07.4437738Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:53:07.4438476Z Functionalize: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_0.cpp:19961 [kernel] 2022-09-27T15:53:07.4439171Z Named: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:11 [kernel] 2022-09-27T15:53:07.4439832Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:07.4440504Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:07.4441161Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:53:07.4441960Z ADInplaceOrView: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp:4833 [kernel] 2022-09-27T15:53:07.4442687Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:07.4443473Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:07.4444163Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:07.4444928Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:07.4445623Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:07.4446321Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:07.4447005Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:07.4447698Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:07.4448395Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:07.4449096Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:07.4449777Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:07.4450479Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:07.4451211Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:07.4451954Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:07.4452681Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:07.4453430Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:07.4454118Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15644 [kernel] 2022-09-27T15:53:07.4454776Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:53:07.4455444Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:53:07.4456191Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:53:07.4457005Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:53:07.4457750Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:53:07.4458447Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:53:07.4459192Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:53:07.4459938Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:53:07.4460765Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:53:07.4461522Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:53:07.4461915Z 2022-09-27T15:53:07.4461923Z 2022-09-27T15:53:07.4462193Z During handling of the above exception, another exception occurred: 2022-09-27T15:53:07.4462471Z 2022-09-27T15:53:07.4462629Z Traceback (most recent call last): 2022-09-27T15:53:07.4463259Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:07.4463693Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:07.4464192Z RuntimeError: mv: expected self.size(-1) == vec.size(-1) 2022-09-27T15:53:07.4464442Z 2022-09-27T15:53:07.4464670Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:07.4464951Z 2022-09-27T15:53:07.4465095Z Traceback (most recent call last): 2022-09-27T15:53:07.4465564Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:07.4466025Z raise TorchRuntimeError() from e 2022-09-27T15:53:07.4466418Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:07.4466644Z 2022-09-27T15:53:07.4466761Z from user code: 2022-09-27T15:53:07.4467141Z File "test_sparse.py", line 2397, in 2022-09-27T15:53:07.4467516Z res = x.matmul(t) 2022-09-27T15:53:07.4467684Z 2022-09-27T15:53:07.4467900Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:07.4468260Z ========== 2022-09-27T15:53:07.4756483Z ok (0.242s) 2022-09-27T15:53:07.7602973Z test_narrow_cpu_complex128 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2156 2022-09-27T15:53:07.7603494Z due to: 2022-09-27T15:53:07.7603788Z Traceback (most recent call last): 2022-09-27T15:53:07.7604443Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:07.7604974Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:07.7609541Z NotImplementedError: Could not run 'aten::narrow_copy' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::narrow_copy' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCPU, SparseCsrCPU, SparseCsrCUDA, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:53:07.7612433Z 2022-09-27T15:53:07.7612903Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7613657Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:53:07.7614421Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7615599Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7616526Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7617499Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7618423Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7619347Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7620272Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7621200Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7622131Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7623082Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7624024Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7624960Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7625872Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7626799Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7627736Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7628690Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7629637Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7630598Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7631569Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7632523Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7633635Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7634598Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7635553Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7636514Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7637564Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7638599Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7639601Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7640598Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7641558Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7642350Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T15:53:07.7643165Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7644131Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7645077Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:53:07.7645808Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:53:07.7646550Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:53:07.7647332Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:53:07.7648037Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:53:07.7648688Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:07.7649351Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:07.7650013Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:53:07.7650751Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:53:07.7651487Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7652195Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7652900Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7653606Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7654297Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7654995Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7655693Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7656386Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7657154Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7657838Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7658566Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7659263Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7659972Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7660706Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7661440Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7662180Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7662856Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_3.cpp:14484 [kernel] 2022-09-27T15:53:07.7663512Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:53:07.7664201Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:53:07.7664943Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:53:07.7665754Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:53:07.7666504Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:53:07.7667209Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:53:07.7667949Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:53:07.7668678Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:53:07.7669451Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:53:07.7670219Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:53:07.7670616Z 2022-09-27T15:53:07.7670623Z 2022-09-27T15:53:07.7670852Z During handling of the above exception, another exception occurred: 2022-09-27T15:53:07.7671135Z 2022-09-27T15:53:07.7671275Z Traceback (most recent call last): 2022-09-27T15:53:07.7671902Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:07.7672353Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:07.7673091Z RuntimeError: Dimension -1 out of range. Expecting 0 <= dim < 4. 2022-09-27T15:53:07.7673341Z 2022-09-27T15:53:07.7673568Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:07.7673842Z 2022-09-27T15:53:07.7673991Z Traceback (most recent call last): 2022-09-27T15:53:07.7674456Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:07.7674897Z raise TorchRuntimeError() from e 2022-09-27T15:53:07.7675283Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:07.7675610Z 2022-09-27T15:53:07.7675726Z from user code: 2022-09-27T15:53:07.7676043Z File "test_sparse.py", line 2156, in 2022-09-27T15:53:07.7676633Z self.assertRaises(RuntimeError, lambda: input.narrow_copy(-1, 0, 3)) # dim < 0 2022-09-27T15:53:07.7676927Z 2022-09-27T15:53:07.7677143Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:07.7677556Z ========== 2022-09-27T15:53:07.7751393Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2157 2022-09-27T15:53:07.7751817Z due to: 2022-09-27T15:53:07.7752123Z Traceback (most recent call last): 2022-09-27T15:53:07.7752681Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:07.7753239Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:07.7757798Z NotImplementedError: Could not run 'aten::narrow_copy' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::narrow_copy' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCPU, SparseCsrCPU, SparseCsrCUDA, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:53:07.7760688Z 2022-09-27T15:53:07.7761160Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7761934Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:53:07.7762690Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7763626Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7764557Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7765537Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7766446Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7767365Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7768282Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7769203Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7770139Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7771221Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7772254Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7773203Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7774126Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7775032Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7776015Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7776967Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7777929Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7778888Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7779830Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7780786Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7781763Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7782724Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7783680Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7784623Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7785603Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7786610Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7787609Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7788581Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7789545Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7790340Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T15:53:07.7791152Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7792103Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7793140Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:53:07.7793957Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:53:07.7794699Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:53:07.7795449Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:53:07.7796157Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:53:07.7796820Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:07.7797482Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:07.7798135Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:53:07.7798874Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:53:07.7799624Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7800332Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7801024Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7801723Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7802424Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7803122Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7803798Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7804483Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7805226Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7805918Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7806605Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7807299Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7808020Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7808766Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7809481Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7810230Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7810917Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_3.cpp:14484 [kernel] 2022-09-27T15:53:07.7811640Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:53:07.7812345Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:53:07.7813094Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:53:07.7813911Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:53:07.7814661Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:53:07.7815357Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:53:07.7816110Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:53:07.7816849Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:53:07.7817629Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:53:07.7818379Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:53:07.7818778Z 2022-09-27T15:53:07.7818785Z 2022-09-27T15:53:07.7819015Z During handling of the above exception, another exception occurred: 2022-09-27T15:53:07.7819292Z 2022-09-27T15:53:07.7819444Z Traceback (most recent call last): 2022-09-27T15:53:07.7820067Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:07.7820496Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:07.7820916Z RuntimeError: Dimension 10 out of range. Expecting 0 <= dim < 4. 2022-09-27T15:53:07.7821176Z 2022-09-27T15:53:07.7821402Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:07.7821682Z 2022-09-27T15:53:07.7821831Z Traceback (most recent call last): 2022-09-27T15:53:07.7822284Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:07.7822742Z raise TorchRuntimeError() from e 2022-09-27T15:53:07.7823135Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:07.7823359Z 2022-09-27T15:53:07.7823477Z from user code: 2022-09-27T15:53:07.7823810Z File "test_sparse.py", line 2157, in 2022-09-27T15:53:07.7824289Z self.assertRaises(RuntimeError, lambda: input.narrow_copy(10, 0, 3)) # dim > input.dim() 2022-09-27T15:53:07.7824598Z 2022-09-27T15:53:07.7824804Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:07.7825170Z ========== 2022-09-27T15:53:07.7906352Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2158 2022-09-27T15:53:07.7906791Z due to: 2022-09-27T15:53:07.7907094Z Traceback (most recent call last): 2022-09-27T15:53:07.7907750Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:07.7908222Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:07.7913180Z NotImplementedError: Could not run 'aten::narrow_copy' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::narrow_copy' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCPU, SparseCsrCPU, SparseCsrCUDA, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:53:07.7916130Z 2022-09-27T15:53:07.7916598Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7917356Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:53:07.7918123Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7919050Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7919974Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7920880Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7921795Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7922718Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7923633Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7924546Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7925542Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7926488Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7927430Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7928361Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7929281Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7930204Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7931138Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7932091Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7933041Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7934064Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7935066Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7936022Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7936957Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7937905Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7938854Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7939808Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7940795Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7941780Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7942778Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7943763Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7944722Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7945518Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T15:53:07.7946333Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7947294Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.7948190Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:53:07.7948931Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:53:07.7949686Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:53:07.7950460Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:53:07.7951166Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:53:07.7951816Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:07.7952471Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:07.7953209Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:53:07.7953941Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:53:07.7954804Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7955550Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7956253Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7956950Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7957631Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7958325Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7959015Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7959706Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7960377Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7961064Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7961760Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7962466Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7963173Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7963918Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7964660Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7965463Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.7966141Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_3.cpp:14484 [kernel] 2022-09-27T15:53:07.7966800Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:53:07.7967484Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:53:07.7968236Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:53:07.7969032Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:53:07.7969778Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:53:07.7970489Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:53:07.7971228Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:53:07.7971957Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:53:07.7972733Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:53:07.7973552Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:53:07.7973947Z 2022-09-27T15:53:07.7973954Z 2022-09-27T15:53:07.7974214Z During handling of the above exception, another exception occurred: 2022-09-27T15:53:07.7974491Z 2022-09-27T15:53:07.7974625Z Traceback (most recent call last): 2022-09-27T15:53:07.7975243Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:07.7975692Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:07.7976166Z RuntimeError: Invalid range to narrow. range(start, start+length) must be a subset of range(0, 3). 2022-09-27T15:53:07.7976487Z 2022-09-27T15:53:07.7976715Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:07.7976991Z 2022-09-27T15:53:07.7977138Z Traceback (most recent call last): 2022-09-27T15:53:07.7977612Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:07.7978057Z raise TorchRuntimeError() from e 2022-09-27T15:53:07.7978445Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:07.7978683Z 2022-09-27T15:53:07.7978797Z from user code: 2022-09-27T15:53:07.7979117Z File "test_sparse.py", line 2158, in 2022-09-27T15:53:07.7979620Z self.assertRaises(RuntimeError, lambda: input.narrow_copy(0, shape[0] + 1, 3)) # start > size of dim 2022-09-27T15:53:07.7979940Z 2022-09-27T15:53:07.7980160Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:07.7980520Z ========== 2022-09-27T15:53:07.8062566Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2159 2022-09-27T15:53:07.8062989Z due to: 2022-09-27T15:53:07.8063289Z Traceback (most recent call last): 2022-09-27T15:53:07.8063935Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:07.8064375Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:07.8083114Z NotImplementedError: Could not run 'aten::narrow_copy' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::narrow_copy' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCPU, SparseCsrCPU, SparseCsrCUDA, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:53:07.8086088Z 2022-09-27T15:53:07.8086543Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8087315Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:53:07.8088087Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8089019Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8090134Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8091098Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8092015Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8092941Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8093858Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8094767Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8095711Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8096674Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8097623Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8098543Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8099464Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8100396Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8101332Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8102263Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8103193Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8104155Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8105119Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8106087Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8107027Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8107986Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8108920Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8109872Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8110869Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8111908Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8113041Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8114038Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8114983Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8115782Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T15:53:07.8116601Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8117570Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8118465Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:53:07.8119203Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:53:07.8119941Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:53:07.8120705Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:53:07.8121414Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:53:07.8122051Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:07.8122708Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:07.8123378Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:53:07.8124095Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:53:07.8124882Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8125584Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8126297Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8126985Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8127693Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8128395Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8129086Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8129771Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8130551Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8131242Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8132031Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8132722Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8133439Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8134181Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8134918Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8135650Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8136343Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_3.cpp:14484 [kernel] 2022-09-27T15:53:07.8136998Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:53:07.8137685Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:53:07.8138405Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:53:07.8139212Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:53:07.8139960Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:53:07.8140667Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:53:07.8141401Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:53:07.8142134Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:53:07.8142907Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:53:07.8143677Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:53:07.8144062Z 2022-09-27T15:53:07.8144073Z 2022-09-27T15:53:07.8144286Z During handling of the above exception, another exception occurred: 2022-09-27T15:53:07.8144561Z 2022-09-27T15:53:07.8144712Z Traceback (most recent call last): 2022-09-27T15:53:07.8145332Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:07.8145782Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:07.8146261Z RuntimeError: Invalid range to narrow. range(start, start+length) must be a subset of range(0, 3). 2022-09-27T15:53:07.8146586Z 2022-09-27T15:53:07.8146816Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:07.8147094Z 2022-09-27T15:53:07.8147247Z Traceback (most recent call last): 2022-09-27T15:53:07.8147707Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:07.8148145Z raise TorchRuntimeError() from e 2022-09-27T15:53:07.8148536Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:07.8148776Z 2022-09-27T15:53:07.8148942Z from user code: 2022-09-27T15:53:07.8149262Z File "test_sparse.py", line 2159, in 2022-09-27T15:53:07.8149768Z self.assertRaises(RuntimeError, lambda: input.narrow_copy(0, 2, shape[0])) # start+length > size of dim 2022-09-27T15:53:07.8150099Z 2022-09-27T15:53:07.8150319Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:07.8150707Z ========== 2022-09-27T15:53:07.8273760Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2165 2022-09-27T15:53:07.8274219Z due to: 2022-09-27T15:53:07.8274529Z Traceback (most recent call last): 2022-09-27T15:53:07.8275103Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:07.8275571Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:07.8280140Z NotImplementedError: Could not run 'aten::narrow_copy' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::narrow_copy' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCPU, SparseCsrCPU, SparseCsrCUDA, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:53:07.8283060Z 2022-09-27T15:53:07.8283529Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8284337Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:53:07.8285146Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8286086Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8287014Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8287943Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8288851Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8289796Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8290713Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8291886Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8292810Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8294018Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8295055Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8295998Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8296911Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8297812Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8298744Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8299696Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8300671Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8301616Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8302740Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8303715Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8304686Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8305650Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8306593Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8307553Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8308544Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8309553Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8310565Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8311543Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8312503Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8313463Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T15:53:07.8314279Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8315300Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:07.8316190Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:53:07.8316999Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:53:07.8317749Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:53:07.8318504Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:53:07.8319188Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:53:07.8319846Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:07.8320510Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:07.8321150Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:53:07.8321865Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:53:07.8322619Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8323317Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8323999Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8324696Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8325456Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8326157Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8326838Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8327525Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8328207Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8328898Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8329594Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8330305Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8331031Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8331781Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8332511Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8333270Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:53:07.8333950Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_3.cpp:14484 [kernel] 2022-09-27T15:53:07.8334664Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:53:07.8335377Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:53:07.8336130Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:53:07.8336948Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:53:07.8337699Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:53:07.8338391Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:53:07.8339138Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:53:07.8339894Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:53:07.8340684Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:53:07.8341444Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:53:07.8341839Z 2022-09-27T15:53:07.8341847Z 2022-09-27T15:53:07.8342079Z During handling of the above exception, another exception occurred: 2022-09-27T15:53:07.8342357Z 2022-09-27T15:53:07.8342509Z Traceback (most recent call last): 2022-09-27T15:53:07.8343163Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:07.8343599Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:07.8344014Z RuntimeError: Dimension 10 out of range. Expecting 0 <= dim < 4. 2022-09-27T15:53:07.8344273Z 2022-09-27T15:53:07.8344504Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:07.8344787Z 2022-09-27T15:53:07.8344926Z Traceback (most recent call last): 2022-09-27T15:53:07.8345387Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:07.8345846Z raise TorchRuntimeError() from e 2022-09-27T15:53:07.8346244Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:07.8346469Z 2022-09-27T15:53:07.8346585Z from user code: 2022-09-27T15:53:07.8346916Z File "test_sparse.py", line 2165, in 2022-09-27T15:53:07.8347425Z self.assertRaises(RuntimeError, lambda: with_dense.narrow_copy(10, 0, 3)) # dim > sparseDim + denseDim 2022-09-27T15:53:07.8347752Z 2022-09-27T15:53:07.8347958Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:07.8348333Z ========== 2022-09-27T15:53:07.8631228Z ok (0.387s) 2022-09-27T15:53:07.9221188Z test_narrow_cpu_float64 (__main__.TestSparseCPU) ... ok (0.058s) 2022-09-27T15:53:07.9348165Z test_neg_negative_cpu_complex128 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_neg_negative test_sparse.py line 2263 2022-09-27T15:53:07.9348752Z due to: 2022-09-27T15:53:07.9349064Z Traceback (most recent call last): 2022-09-27T15:53:07.9349550Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:07.9350037Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:07.9351014Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:53:07.9351513Z 2022-09-27T15:53:07.9351747Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:07.9352286Z 2022-09-27T15:53:07.9352436Z Traceback (most recent call last): 2022-09-27T15:53:07.9353050Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:07.9353513Z raise TorchRuntimeError() from e 2022-09-27T15:53:07.9353909Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:07.9354241Z 2022-09-27T15:53:07.9354358Z from user code: 2022-09-27T15:53:07.9354717Z File "test_sparse.py", line 2273, in test_neg_negative 2022-09-27T15:53:07.9355066Z device=device 2022-09-27T15:53:07.9355228Z 2022-09-27T15:53:07.9355452Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:07.9355822Z ========== 2022-09-27T15:53:08.0419884Z ok (0.119s) 2022-09-27T15:53:08.1520196Z test_neg_negative_cpu_float64 (__main__.TestSparseCPU) ... ok (0.109s) 2022-09-27T15:53:08.1658426Z test_new_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.013s) 2022-09-27T15:53:08.1704639Z test_new_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:53:08.1716328Z test_new_device_multi_gpu_cpu (__main__.TestSparseCPU) ... skip: only one GPU detected (0.001s) 2022-09-27T15:53:08.1731270Z test_new_device_single_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:08.2829902Z test_norm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.109s) 2022-09-27T15:53:08.3689524Z test_norm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.085s) 2022-09-27T15:53:08.9373893Z test_permute_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.568s) 2022-09-27T15:53:09.2293907Z test_permute_cpu_float64 (__main__.TestSparseCPU) ... ok (0.291s) 2022-09-27T15:53:09.2719257Z test_pickle_cpu_float64 (__main__.TestSparseCPU) ... ok (0.042s) 2022-09-27T15:53:09.3455171Z test_print_coalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.073s) 2022-09-27T15:53:09.3629916Z test_print_uncoalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.017s) 2022-09-27T15:53:09.4488142Z test_resize_as_cpu (__main__.TestSparseCPU) ... ok (0.085s) 2022-09-27T15:53:09.4718810Z test_resize_cpu_complex128 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_resize_shape test_sparse.py line 2872 2022-09-27T15:53:09.4719316Z due to: 2022-09-27T15:53:09.4719631Z Traceback (most recent call last): 2022-09-27T15:53:09.4720160Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:09.4720681Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:09.4721731Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:53:09.4722273Z 2022-09-27T15:53:09.4722499Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:09.4722655Z 2022-09-27T15:53:09.4722747Z Traceback (most recent call last): 2022-09-27T15:53:09.4723032Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:09.4723308Z raise TorchRuntimeError() from e 2022-09-27T15:53:09.4723528Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:09.4723669Z 2022-09-27T15:53:09.4723739Z from user code: 2022-09-27T15:53:09.4723956Z File "test_sparse.py", line 2877, in _test_resize_shape 2022-09-27T15:53:09.4724194Z torch.Size(x_size), dtype=dtype, device=device) 2022-09-27T15:53:09.4724337Z 2022-09-27T15:53:09.4724470Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:09.4724691Z ========== 2022-09-27T15:53:09.4955875Z ok (0.046s) 2022-09-27T15:53:09.5228041Z test_resize_cpu_float64 (__main__.TestSparseCPU) ... ok (0.026s) 2022-09-27T15:53:09.6802746Z test_saddmm_cpu_complex128 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 1376 2022-09-27T15:53:09.6803475Z due to: 2022-09-27T15:53:09.6805122Z Traceback (most recent call last): 2022-09-27T15:53:09.6806094Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:09.6806662Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:09.6810347Z NotImplementedError: Could not run 'aten::sspaddmm.out' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::sspaddmm.out' is only available for these backends: [CPU, SparseCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:53:09.6812486Z 2022-09-27T15:53:09.6812771Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:53:09.6813412Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T15:53:09.6814158Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:53:09.6814896Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:53:09.6815641Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:53:09.6816396Z Functionalize: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_1.cpp:22019 [kernel] 2022-09-27T15:53:09.6817087Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:53:09.6817732Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:09.6818389Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:09.6819071Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:53:09.6819772Z ADInplaceOrView: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp:5108 [kernel] 2022-09-27T15:53:09.6820472Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:53:09.6821188Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:53:09.6821886Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:53:09.6822588Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:53:09.6823268Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:53:09.6823957Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:53:09.6824650Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:53:09.6825342Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:53:09.6826065Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:53:09.6826750Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:53:09.6827485Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:53:09.6828186Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:53:09.6874071Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:53:09.6874827Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:53:09.6875565Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:53:09.6876337Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:53:09.6877014Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T15:53:09.6877675Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:53:09.6878362Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:53:09.6879211Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:53:09.6882467Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:53:09.6883220Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:53:09.6883926Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:53:09.6884675Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:53:09.6885477Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:53:09.6886255Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:53:09.6887021Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:53:09.6887413Z 2022-09-27T15:53:09.6887423Z 2022-09-27T15:53:09.6887652Z During handling of the above exception, another exception occurred: 2022-09-27T15:53:09.6887928Z 2022-09-27T15:53:09.6888083Z Traceback (most recent call last): 2022-09-27T15:53:09.6888682Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:09.6889132Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:09.6889561Z RuntimeError: sspaddmm: Argument #1: Expected dim 0 size 7, got 0 2022-09-27T15:53:09.6889809Z 2022-09-27T15:53:09.6890037Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:09.6890314Z 2022-09-27T15:53:09.6890467Z Traceback (most recent call last): 2022-09-27T15:53:09.6890932Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:09.6891372Z raise TorchRuntimeError() from e 2022-09-27T15:53:09.6891764Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:09.6892003Z 2022-09-27T15:53:09.6892247Z from user code: 2022-09-27T15:53:09.6892626Z File "test_sparse.py", line 1378, in 2022-09-27T15:53:09.6892987Z res = torch.smm(x, y) 2022-09-27T15:53:09.6893177Z 2022-09-27T15:53:09.6893398Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:09.6893764Z ========== 2022-09-27T15:53:10.2903915Z ok (0.767s) 2022-09-27T15:53:10.3511783Z test_saddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.060s) 2022-09-27T15:53:10.3538900Z test_same_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:53:10.4027720Z test_scalar_cpu_complex128 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 427 2022-09-27T15:53:10.4030173Z due to: 2022-09-27T15:53:10.4030482Z Traceback (most recent call last): 2022-09-27T15:53:10.4030941Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:53:10.4031694Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:53:10.4032389Z AssertionError: torch.* op returned non-Tensor bool call_method is_coalesced 2022-09-27T15:53:10.4032687Z 2022-09-27T15:53:10.4032876Z from user code: 2022-09-27T15:53:10.4033237Z File "test_sparse.py", line 429, in 2022-09-27T15:53:10.4033686Z self.assertTrue(a_coalesced.is_coalesced()) 2022-09-27T15:53:10.4033927Z 2022-09-27T15:53:10.4034149Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:10.4034504Z ========== 2022-09-27T15:53:10.4099045Z ok (0.055s) 2022-09-27T15:53:10.4422852Z test_scalar_cpu_float64 (__main__.TestSparseCPU) ... ok (0.032s) 2022-09-27T15:53:10.9302838Z test_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.487s) 2022-09-27T15:53:11.1140147Z test_select_cpu_float64 (__main__.TestSparseCPU) ... ok (0.183s) 2022-09-27T15:53:11.1246049Z test_select_no_type_promotion_cpu_int16 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_select_no_type_promotion test_sparse.py line 1055 2022-09-27T15:53:11.1246661Z due to: 2022-09-27T15:53:11.1246952Z Traceback (most recent call last): 2022-09-27T15:53:11.1247431Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:11.1247966Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:11.1248958Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:53:11.1249498Z 2022-09-27T15:53:11.1249732Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:11.1250015Z 2022-09-27T15:53:11.1250156Z Traceback (most recent call last): 2022-09-27T15:53:11.1250662Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:11.1251137Z raise TorchRuntimeError() from e 2022-09-27T15:53:11.1251556Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:11.1251802Z 2022-09-27T15:53:11.1251923Z from user code: 2022-09-27T15:53:11.1252319Z File "test_sparse.py", line 1060, in test_select_no_type_promotion 2022-09-27T15:53:11.1252775Z s = torch.sparse_coo_tensor(idx, val, size=(3, 3)) 2022-09-27T15:53:11.1253018Z 2022-09-27T15:53:11.1253254Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:11.1253622Z ========== 2022-09-27T15:53:11.1258952Z ok (0.011s) 2022-09-27T15:53:11.1286574Z test_select_no_type_promotion_cpu_int32 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:53:11.1311595Z test_select_no_type_promotion_cpu_int64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:53:11.1336014Z test_select_no_type_promotion_cpu_int8 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:53:11.1360429Z test_select_no_type_promotion_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:53:11.1546851Z test_shared_cpu_complex128 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 454 2022-09-27T15:53:11.1547420Z due to: 2022-09-27T15:53:11.1547733Z Traceback (most recent call last): 2022-09-27T15:53:11.1548459Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:11.1548927Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:11.1549904Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:53:11.1550406Z 2022-09-27T15:53:11.1550639Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:11.1550920Z 2022-09-27T15:53:11.1551077Z Traceback (most recent call last): 2022-09-27T15:53:11.1551523Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:11.1551996Z raise TorchRuntimeError() from e 2022-09-27T15:53:11.1552394Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:11.1552634Z 2022-09-27T15:53:11.1552911Z from user code: 2022-09-27T15:53:11.1553280Z File "test_sparse.py", line 456, in 2022-09-27T15:53:11.1553719Z x = self.sparse_tensor(i, v, torch.Size([3])) 2022-09-27T15:53:11.1553954Z 2022-09-27T15:53:11.1554172Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:11.1554528Z ========== 2022-09-27T15:53:11.1555985Z ok (0.019s) 2022-09-27T15:53:11.1629870Z test_shared_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:53:11.1739333Z test_small_nnz_coalesced_cpu (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_small_nnz_coalesced test_sparse.py line 3753 2022-09-27T15:53:11.1739877Z due to: 2022-09-27T15:53:11.1740186Z Traceback (most recent call last): 2022-09-27T15:53:11.1742160Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T15:53:11.1742788Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T15:53:11.1743308Z NotImplementedError: Cannot access storage of SparseTensorImpl 2022-09-27T15:53:11.1743594Z 2022-09-27T15:53:11.1743828Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:11.1744107Z 2022-09-27T15:53:11.1744262Z Traceback (most recent call last): 2022-09-27T15:53:11.1744716Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:11.1745181Z raise TorchRuntimeError() from e 2022-09-27T15:53:11.1745571Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:11.1745811Z 2022-09-27T15:53:11.1745908Z from user code: 2022-09-27T15:53:11.1746277Z File "test_sparse.py", line 3755, in test_small_nnz_coalesced 2022-09-27T15:53:11.1746747Z self.assertTrue(torch.sparse_coo_tensor([[], []], [], (2, 2)).is_coalesced()) 2022-09-27T15:53:11.1747025Z 2022-09-27T15:53:11.1747245Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:11.1747593Z ========== 2022-09-27T15:53:11.1747862Z ok (0.011s) 2022-09-27T15:53:11.1894620Z test_softmax_cpu_float64 (__main__.TestSparseCPU) ... skip: https://github.com/pytorch/torchdynamo/issues/1166 (0.015s) 2022-09-27T15:53:11.2003086Z test_softmax_zero_nnz_cpu_float64 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_softmax_zero_nnz test_sparse.py line 3402 2022-09-27T15:53:11.2003657Z due to: 2022-09-27T15:53:11.2003912Z Traceback (most recent call last): 2022-09-27T15:53:11.2004488Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T15:53:11.2005086Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T15:53:11.2005567Z NotImplementedError: Cannot access storage of SparseTensorImpl 2022-09-27T15:53:11.2005822Z 2022-09-27T15:53:11.2006319Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:11.2006585Z 2022-09-27T15:53:11.2006730Z Traceback (most recent call last): 2022-09-27T15:53:11.2007163Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:11.2007631Z raise TorchRuntimeError() from e 2022-09-27T15:53:11.2008116Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:11.2008354Z 2022-09-27T15:53:11.2008461Z from user code: 2022-09-27T15:53:11.2008803Z File "test_sparse.py", line 3404, in test_softmax_zero_nnz 2022-09-27T15:53:11.2009256Z t = torch.sparse_coo_tensor([[]], [], (3,), device=device, dtype=dtype) 2022-09-27T15:53:11.2009546Z 2022-09-27T15:53:11.2009777Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:11.2010166Z ========== 2022-09-27T15:53:11.2010463Z ok (0.011s) 2022-09-27T15:53:11.3600819Z test_spadd_cpu_float64 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 1581 2022-09-27T15:53:11.3601421Z due to: 2022-09-27T15:53:11.3601690Z Traceback (most recent call last): 2022-09-27T15:53:11.3602162Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:11.3602599Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:11.3603571Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:53:11.3604035Z 2022-09-27T15:53:11.3604265Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:11.3604544Z 2022-09-27T15:53:11.3604694Z Traceback (most recent call last): 2022-09-27T15:53:11.3605248Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:11.3605665Z raise TorchRuntimeError() from e 2022-09-27T15:53:11.3606045Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:11.3606269Z 2022-09-27T15:53:11.3606376Z from user code: 2022-09-27T15:53:11.3606728Z File "test_sparse.py", line 1585, in 2022-09-27T15:53:11.3607258Z x_ = self.sparse_tensor(i[:, ::2], v[:(nnz + 1) // 2], x.shape, dtype=dtype, device=device) 2022-09-27T15:53:11.3607544Z 2022-09-27T15:53:11.3607761Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:11.3608123Z ========== 2022-09-27T15:53:12.0376218Z ok (0.836s) 2022-09-27T15:53:12.0577400Z test_sparse_add_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 2419 2022-09-27T15:53:12.0577957Z due to: 2022-09-27T15:53:12.0578238Z Traceback (most recent call last): 2022-09-27T15:53:12.0578669Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:12.0579141Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:12.0580028Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:53:12.0580472Z 2022-09-27T15:53:12.0580702Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:12.0580969Z 2022-09-27T15:53:12.0581118Z Traceback (most recent call last): 2022-09-27T15:53:12.0581582Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:12.0581987Z raise TorchRuntimeError() from e 2022-09-27T15:53:12.0582361Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:12.0582595Z 2022-09-27T15:53:12.0582700Z from user code: 2022-09-27T15:53:12.0583043Z File "test_sparse.py", line 2421, in 2022-09-27T15:53:12.0583531Z x = self.sparse_tensor(i, v, torch.Size([3])) 2022-09-27T15:53:12.0584098Z 2022-09-27T15:53:12.0584347Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:12.0584753Z ========== 2022-09-27T15:53:12.0585033Z ok (0.020s) 2022-09-27T15:53:12.0661014Z test_sparse_add_coalesce_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:53:12.0739655Z test_sparse_add_coalesce_cpu_float32 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:53:12.0814345Z test_sparse_add_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:53:12.0834264Z test_sparse_add_out_bfloat16_cpu_complex128 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:12.0852948Z test_sparse_add_out_bfloat16_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:12.0876196Z test_sparse_addmm_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-09-27T15:53:12.0899664Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-09-27T15:53:12.0922756Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-09-27T15:53:12.1171997Z test_sparse_bool_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.024s) 2022-09-27T15:53:12.1405905Z test_sparse_bool_cpu_float64 (__main__.TestSparseCPU) ... ok (0.023s) 2022-09-27T15:53:12.2860224Z test_sparse_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.145s) 2022-09-27T15:53:12.3738644Z test_sparse_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.087s) 2022-09-27T15:53:13.2983051Z test_sparse_dense_mul_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.bfloat16, device=cpu runs only with coalesced inputs (0.924s) 2022-09-27T15:53:13.3081495Z test_sparse_dense_mul_cpu_bool (__main__.TestSparseCPU) ... ok (0.009s) 2022-09-27T15:53:13.4463269Z test_sparse_dense_mul_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.137s) 2022-09-27T15:53:13.5851473Z test_sparse_dense_mul_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.138s) 2022-09-27T15:53:13.6446108Z test_sparse_dense_mul_cpu_float16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.float16, device=cpu runs only with coalesced inputs (0.059s) 2022-09-27T15:53:13.7683382Z test_sparse_dense_mul_cpu_float32 (__main__.TestSparseCPU) ... ok (0.123s) 2022-09-27T15:53:13.8884774Z test_sparse_dense_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.119s) 2022-09-27T15:53:13.9803603Z test_sparse_dense_mul_cpu_int16 (__main__.TestSparseCPU) ... ok (0.091s) 2022-09-27T15:53:14.0748656Z test_sparse_dense_mul_cpu_int32 (__main__.TestSparseCPU) ... ok (0.094s) 2022-09-27T15:53:14.1683693Z test_sparse_dense_mul_cpu_int64 (__main__.TestSparseCPU) ... ok (0.093s) 2022-09-27T15:53:14.2597018Z test_sparse_dense_mul_cpu_int8 (__main__.TestSparseCPU) ... ok (0.091s) 2022-09-27T15:53:14.3509512Z test_sparse_dense_mul_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.091s) 2022-09-27T15:53:14.3816265Z test_sparse_mask_cpu_complex128 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 1894 2022-09-27T15:53:14.3816869Z due to: 2022-09-27T15:53:14.3817164Z Traceback (most recent call last): 2022-09-27T15:53:14.3817659Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:14.3818146Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:14.3819098Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:53:14.3819593Z 2022-09-27T15:53:14.3819824Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:14.3820103Z 2022-09-27T15:53:14.3820254Z Traceback (most recent call last): 2022-09-27T15:53:14.3820998Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:14.3821450Z raise TorchRuntimeError() from e 2022-09-27T15:53:14.3821846Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:14.3822088Z 2022-09-27T15:53:14.3822203Z from user code: 2022-09-27T15:53:14.3822662Z File "test_sparse.py", line 1896, in 2022-09-27T15:53:14.3823192Z x = self.sparse_tensor(i, v, torch.Size([5, 4]), dtype=dtype, device=device).coalesce() 2022-09-27T15:53:14.3823486Z 2022-09-27T15:53:14.3823704Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:14.3824072Z ========== 2022-09-27T15:53:14.4110307Z ok (0.059s) 2022-09-27T15:53:14.4413781Z test_sparse_mask_cpu_float64 (__main__.TestSparseCPU) ... ok (0.030s) 2022-09-27T15:53:14.4722413Z test_sparse_mask_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 1938 2022-09-27T15:53:14.4723070Z due to: 2022-09-27T15:53:14.4723359Z Traceback (most recent call last): 2022-09-27T15:53:14.4723840Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:14.4724324Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:14.4725362Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:53:14.4725868Z 2022-09-27T15:53:14.4726098Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:14.4726373Z 2022-09-27T15:53:14.4726523Z Traceback (most recent call last): 2022-09-27T15:53:14.4726989Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:14.4727438Z raise TorchRuntimeError() from e 2022-09-27T15:53:14.4727831Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:14.4728067Z 2022-09-27T15:53:14.4728186Z from user code: 2022-09-27T15:53:14.4728588Z File "test_sparse.py", line 1944, in 2022-09-27T15:53:14.4729079Z x = self.sparse_tensor(i, v, torch.Size([5, 4, 2])).coalesce() 2022-09-27T15:53:14.4729331Z 2022-09-27T15:53:14.4729557Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:14.4729935Z ========== 2022-09-27T15:53:14.5059573Z ok (0.064s) 2022-09-27T15:53:14.5451859Z test_sparse_mask_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.038s) 2022-09-27T15:53:14.5496893Z test_sparse_matmul_cpu_complex128 (__main__.TestSparseCPU) 2022-09-27T15:53:17.5287357Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 3486 2022-09-27T15:53:17.5288016Z due to: 2022-09-27T15:53:17.5288412Z Traceback (most recent call last): 2022-09-27T15:53:17.5289069Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:17.5289562Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:17.5293561Z NotImplementedError: Could not run 'aten::_sparse_sparse_matmul' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_sparse_sparse_matmul' is only available for these backends: [SparseCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:53:17.5296124Z 2022-09-27T15:53:17.5296587Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T15:53:17.5297413Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:53:17.5298234Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:53:17.5299033Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:53:17.5299873Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:53:17.5300645Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:53:17.5301361Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:17.5302077Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:17.5302811Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:53:17.5303607Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:53:17.5304413Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5305157Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5305919Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5306675Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5307442Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5308185Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5308942Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5309696Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5310446Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5311189Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5311953Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5312707Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5313752Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5314544Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5315349Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5316300Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5317045Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T15:53:17.5317826Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:53:17.5318570Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:53:17.5319381Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:53:17.5320260Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:53:17.5321041Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:53:17.5321811Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:53:17.5322619Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:53:17.5323431Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:53:17.5324256Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:53:17.5325175Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:53:17.5325604Z 2022-09-27T15:53:17.5325612Z 2022-09-27T15:53:17.5325864Z During handling of the above exception, another exception occurred: 2022-09-27T15:53:17.5326170Z 2022-09-27T15:53:17.5326331Z Traceback (most recent call last): 2022-09-27T15:53:17.5326963Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:17.5327442Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:17.5328073Z RuntimeError: Expected mat1_.dim() == 2 to be true, but got false. (Could this error message be improved? If so, please report an enhancement request to PyTorch.) 2022-09-27T15:53:17.5328528Z 2022-09-27T15:53:17.5328774Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:17.5329056Z 2022-09-27T15:53:17.5329222Z Traceback (most recent call last): 2022-09-27T15:53:17.5329721Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:17.5330218Z raise TorchRuntimeError() from e 2022-09-27T15:53:17.5330622Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:17.5330882Z 2022-09-27T15:53:17.5331006Z from user code: 2022-09-27T15:53:17.5331398Z File "test_sparse.py", line 3487, in 2022-09-27T15:53:17.5331796Z r2 = torch.sparse.mm(a, b) 2022-09-27T15:53:17.5331998Z 2022-09-27T15:53:17.5332229Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:17.5332623Z ========== 2022-09-27T15:53:17.5850746Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 3499 2022-09-27T15:53:17.5851263Z due to: 2022-09-27T15:53:17.5851597Z Traceback (most recent call last): 2022-09-27T15:53:17.5852677Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:17.5853164Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:17.5856929Z NotImplementedError: Could not run 'aten::_sparse_sparse_matmul' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_sparse_sparse_matmul' is only available for these backends: [SparseCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:53:17.5859094Z 2022-09-27T15:53:17.5859439Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T15:53:17.5860180Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:53:17.5860949Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:53:17.5861704Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:53:17.5862491Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:53:17.5863195Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:53:17.5863868Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:17.5864537Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:17.5865193Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:53:17.5865930Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:53:17.5866729Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5867445Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5868164Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5868856Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5869553Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5870258Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5870956Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5871646Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5872343Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5873198Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5874270Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5874969Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5875765Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5876572Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5877320Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5878060Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:17.5878749Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T15:53:17.5879420Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:53:17.5880114Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:53:17.5880851Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:53:17.5881679Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:53:17.5882427Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:53:17.5883139Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:53:17.5883883Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:53:17.5884638Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:53:17.5885471Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:53:17.5886246Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:53:17.5886644Z 2022-09-27T15:53:17.5886651Z 2022-09-27T15:53:17.5886866Z During handling of the above exception, another exception occurred: 2022-09-27T15:53:17.5887152Z 2022-09-27T15:53:17.5887314Z Traceback (most recent call last): 2022-09-27T15:53:17.5887930Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:17.5888390Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:17.5888802Z RuntimeError: mat1 dtype Double does not match mat2 dtype Float 2022-09-27T15:53:17.5889065Z 2022-09-27T15:53:17.5889296Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:17.5889576Z 2022-09-27T15:53:17.5889729Z Traceback (most recent call last): 2022-09-27T15:53:17.5890185Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:17.5890653Z raise TorchRuntimeError() from e 2022-09-27T15:53:17.5891049Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:17.5891295Z 2022-09-27T15:53:17.5891414Z from user code: 2022-09-27T15:53:17.5891788Z File "test_sparse.py", line 3500, in 2022-09-27T15:53:17.5892272Z r2 = torch.sparse.mm(a.to(torch.float64), a.to(torch.float32)) 2022-09-27T15:53:17.5892541Z 2022-09-27T15:53:17.5892761Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:17.5893116Z ========== 2022-09-27T15:53:18.6466111Z ok (4.101s) 2022-09-27T15:53:18.6510351Z test_sparse_matmul_cpu_complex64 (__main__.TestSparseCPU) 2022-09-27T15:53:19.1210879Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.474s) 2022-09-27T15:53:19.1258291Z test_sparse_matmul_cpu_float32 (__main__.TestSparseCPU) 2022-09-27T15:53:19.3750342Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.253s) 2022-09-27T15:53:19.3794521Z test_sparse_matmul_cpu_float64 (__main__.TestSparseCPU) 2022-09-27T15:53:20.4284319Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (1.053s) 2022-09-27T15:53:20.6497980Z test_sparse_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.221s) 2022-09-27T15:53:20.6947999Z test_sparse_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.044s) 2022-09-27T15:53:20.7304963Z test_sparse_spdiags_cpu_bool (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT check_valid test_sparse.py line 3691 2022-09-27T15:53:20.7305477Z due to: 2022-09-27T15:53:20.7305777Z Traceback (most recent call last): 2022-09-27T15:53:20.7306284Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T15:53:20.7306748Z return super().call_method(tx, args, kwargs) 2022-09-27T15:53:20.7307327Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T15:53:20.7307604Z 2022-09-27T15:53:20.7307714Z from user code: 2022-09-27T15:53:20.7308042Z File "test_sparse.py", line 3692, in check_valid 2022-09-27T15:53:20.7308377Z ref_out = reference(diags, offsets, shape) 2022-09-27T15:53:20.7308573Z 2022-09-27T15:53:20.7308781Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:20.7309096Z ========== 2022-09-27T15:53:20.7362556Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT reference test_sparse.py line 3675 2022-09-27T15:53:20.7363043Z due to: 2022-09-27T15:53:20.7363357Z Traceback (most recent call last): 2022-09-27T15:53:20.7363875Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T15:53:20.7364340Z return super().call_method(tx, args, kwargs) 2022-09-27T15:53:20.7365045Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T15:53:20.7365343Z 2022-09-27T15:53:20.7365455Z from user code: 2022-09-27T15:53:20.7365737Z File "test_sparse.py", line 3676, in reference 2022-09-27T15:53:20.7366121Z return scipy.sparse.spdiags(diags, offsets, *shape).toarray() 2022-09-27T15:53:20.7366370Z 2022-09-27T15:53:20.7366528Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:20.7366750Z ========== 2022-09-27T15:53:20.7454804Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT spdiags /opt/conda/lib/python3.7/site-packages/scipy/sparse/construct.py line 25 2022-09-27T15:53:20.7455371Z due to: 2022-09-27T15:53:20.7455696Z Traceback (most recent call last): 2022-09-27T15:53:20.7456250Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T15:53:20.7456793Z return super().call_method(tx, args, kwargs) 2022-09-27T15:53:20.7457409Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T15:53:20.7457749Z 2022-09-27T15:53:20.7457857Z from user code: 2022-09-27T15:53:20.7458247Z File "/opt/conda/lib/python3.7/site-packages/scipy/sparse/construct.py", line 60, in spdiags 2022-09-27T15:53:20.7458562Z return dia_matrix((data, diags), shape=(m,n)).asformat(format) 2022-09-27T15:53:20.7458726Z 2022-09-27T15:53:20.7458856Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:20.7459062Z ========== 2022-09-27T15:53:20.7513636Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /opt/conda/lib/python3.7/site-packages/scipy/sparse/dia.py line 89 2022-09-27T15:53:20.7514172Z due to: 2022-09-27T15:53:20.7514508Z Traceback (most recent call last): 2022-09-27T15:53:20.7515056Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T15:53:20.7515600Z return super().call_method(tx, args, kwargs) 2022-09-27T15:53:20.7516148Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T15:53:20.7516812Z 2022-09-27T15:53:20.7516926Z from user code: 2022-09-27T15:53:20.7517334Z File "/opt/conda/lib/python3.7/site-packages/scipy/sparse/dia.py", line 90, in __init__ 2022-09-27T15:53:20.7517600Z _data_matrix.__init__(self) 2022-09-27T15:53:20.7517706Z 2022-09-27T15:53:20.7517908Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:20.7518132Z ========== 2022-09-27T15:53:20.7838993Z test_sparse.py:3693: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T15:53:20.7839616Z out = torch.sparse.spdiags(diags, offsets, shape, layout=layout) 2022-09-27T15:53:20.8858975Z ok (0.190s) 2022-09-27T15:53:20.9433787Z test_sparse_spdiags_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.057s) 2022-09-27T15:53:21.0002487Z test_sparse_spdiags_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.056s) 2022-09-27T15:53:21.0514657Z test_sparse_spdiags_cpu_float32 (__main__.TestSparseCPU) ... ok (0.050s) 2022-09-27T15:53:21.1028992Z test_sparse_spdiags_cpu_float64 (__main__.TestSparseCPU) ... ok (0.051s) 2022-09-27T15:53:21.1484805Z test_sparse_spdiags_cpu_int16 (__main__.TestSparseCPU) ... ok (0.045s) 2022-09-27T15:53:21.1941290Z test_sparse_spdiags_cpu_int32 (__main__.TestSparseCPU) ... ok (0.045s) 2022-09-27T15:53:21.2402389Z test_sparse_spdiags_cpu_int64 (__main__.TestSparseCPU) ... ok (0.045s) 2022-09-27T15:53:21.2820251Z test_sparse_spdiags_cpu_int8 (__main__.TestSparseCPU) ... ok (0.041s) 2022-09-27T15:53:21.3238080Z test_sparse_spdiags_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.041s) 2022-09-27T15:53:21.3580222Z test_sparse_sum_cpu_float64 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 1718 2022-09-27T15:53:21.3580798Z due to: 2022-09-27T15:53:21.3581089Z Traceback (most recent call last): 2022-09-27T15:53:21.3581680Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:21.3582133Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:21.3589862Z NotImplementedError: Could not run 'aten::sum.dim_IntList' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::sum.dim_IntList' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCsrCPU, SparseCsrCUDA, NestedTensorCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:53:21.3592941Z 2022-09-27T15:53:21.3593415Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3594169Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:53:21.3595190Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3596124Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3597133Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3598051Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3598975Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3599905Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3600829Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3601682Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMeta.cpp:26806 [kernel] 2022-09-27T15:53:21.3602473Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3603424Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3604374Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3605404Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3606332Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3607260Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3608206Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3609165Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3610141Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3611109Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3612065Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3613035Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3614001Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3614953Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3615882Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3616889Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3617908Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3618910Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3619920Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3620895Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3621853Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3622813Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3623771Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3624602Z NestedTensorCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterNestedTensorCPU.cpp:449 [kernel] 2022-09-27T15:53:21.3625390Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:53:21.3626147Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:53:21.3626896Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:53:21.3627660Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:53:21.3628376Z Named: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:11 [kernel] 2022-09-27T15:53:21.3629046Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:21.3629712Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:21.3630373Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:53:21.3631107Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:53:21.3631854Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3632578Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3633378Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3634084Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3634785Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3635484Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3636162Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3636938Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3637628Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3638377Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3639071Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3639775Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3640504Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3641253Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3641985Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3642726Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:18730 [kernel] 2022-09-27T15:53:21.3643401Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T15:53:21.3644068Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:53:21.3644699Z AutocastCUDA: registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:328 [kernel] 2022-09-27T15:53:21.3645420Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesReduceOps.cpp:371 [kernel] 2022-09-27T15:53:21.3646187Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:53:21.3646904Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1067 [kernel] 2022-09-27T15:53:21.3647601Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:53:21.3648342Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:53:21.3649091Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:53:21.3649854Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:53:21.3650625Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:53:21.3651021Z 2022-09-27T15:53:21.3651027Z 2022-09-27T15:53:21.3651259Z During handling of the above exception, another exception occurred: 2022-09-27T15:53:21.3651539Z 2022-09-27T15:53:21.3651690Z Traceback (most recent call last): 2022-09-27T15:53:21.3652326Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:21.3652782Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:21.3657462Z NotImplementedError: Could not run 'aten::sum.dim_IntList' with arguments from the 'SparseCPU' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::sum.dim_IntList' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCsrCPU, SparseCsrCUDA, NestedTensorCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:53:21.3660434Z 2022-09-27T15:53:21.3660904Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3661678Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:53:21.3662435Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3663365Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3664293Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3665218Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3666131Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3667058Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3667991Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3668746Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMeta.cpp:26806 [kernel] 2022-09-27T15:53:21.3669519Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3670482Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3671437Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3672378Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3673402Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3674312Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3675253Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3676205Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3677167Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3678210Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3679227Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3680182Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3681147Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3682084Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3683045Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3684009Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3685063Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3686061Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3687051Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3688043Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3689006Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3689965Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3690911Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T15:53:21.3691755Z NestedTensorCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterNestedTensorCPU.cpp:449 [kernel] 2022-09-27T15:53:21.3692532Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:53:21.3693294Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:53:21.3694024Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:53:21.3694800Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:53:21.3695517Z Named: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:11 [kernel] 2022-09-27T15:53:21.3696182Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:21.3696837Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:21.3697512Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:53:21.3698308Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:53:21.3699057Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3699819Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3700528Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3701234Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3701933Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3702619Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3703310Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3704008Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3704711Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3705386Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3706080Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3706783Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3707545Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3708277Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3709017Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:21.3709745Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:18730 [kernel] 2022-09-27T15:53:21.3710414Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T15:53:21.3711064Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:53:21.3711704Z AutocastCUDA: registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:328 [kernel] 2022-09-27T15:53:21.3712372Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesReduceOps.cpp:371 [kernel] 2022-09-27T15:53:21.3713233Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:53:21.3713954Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1067 [kernel] 2022-09-27T15:53:21.3714646Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:53:21.3715386Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:53:21.3716116Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:53:21.3716892Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:53:21.3717739Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:53:21.3718128Z 2022-09-27T15:53:21.3718135Z 2022-09-27T15:53:21.3718451Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:21.3718738Z 2022-09-27T15:53:21.3718888Z Traceback (most recent call last): 2022-09-27T15:53:21.3719348Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:21.3719810Z raise TorchRuntimeError() from e 2022-09-27T15:53:21.3720198Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:21.3720438Z 2022-09-27T15:53:21.3720540Z from user code: 2022-09-27T15:53:21.3720880Z File "test_sparse.py", line 1718, in 2022-09-27T15:53:21.3721294Z self.assertRaises(RuntimeError, lambda: S.sum()) 2022-09-27T15:53:21.3721544Z 2022-09-27T15:53:21.3721751Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:21.3722126Z ========== 2022-09-27T15:53:21.3722739Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 1721 2022-09-27T15:53:21.3723146Z due to: 2022-09-27T15:53:21.3723434Z Traceback (most recent call last): 2022-09-27T15:53:21.3724021Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:21.3724471Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:21.3725083Z IndexError: Dimension out of range (expected to be in range of [-4, 3], but got 5) 2022-09-27T15:53:21.3725372Z 2022-09-27T15:53:21.3725485Z from user code: 2022-09-27T15:53:21.3725823Z File "test_sparse.py", line 1721, in 2022-09-27T15:53:21.3726255Z self.assertRaises(IndexError, lambda: torch.sparse.sum(S, 5)) 2022-09-27T15:53:21.3726531Z 2022-09-27T15:53:21.3726749Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:21.3727115Z ========== 2022-09-27T15:53:21.3820625Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 1724 2022-09-27T15:53:21.3821038Z due to: 2022-09-27T15:53:21.3821344Z Traceback (most recent call last): 2022-09-27T15:53:21.3821936Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:21.3822379Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:21.3822801Z RuntimeError: dim 0 appears multiple times in the list of dims 2022-09-27T15:53:21.3823065Z 2022-09-27T15:53:21.3823293Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:21.3823570Z 2022-09-27T15:53:21.3823724Z Traceback (most recent call last): 2022-09-27T15:53:21.3824174Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:21.3824629Z raise TorchRuntimeError() from e 2022-09-27T15:53:21.3825017Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:21.3825255Z 2022-09-27T15:53:21.3825358Z from user code: 2022-09-27T15:53:21.3825697Z File "test_sparse.py", line 1724, in 2022-09-27T15:53:21.3826147Z self.assertRaises(RuntimeError, lambda: torch.sparse.sum(S, [0, 0])) 2022-09-27T15:53:21.3826435Z 2022-09-27T15:53:21.3826652Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:21.3826998Z ========== 2022-09-27T15:53:21.8101507Z ok (0.486s) 2022-09-27T15:53:21.8196974Z test_sparse_to_numpy_cpu (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_to_numpy test_sparse.py line 3101 2022-09-27T15:53:21.8197499Z due to: 2022-09-27T15:53:21.8197810Z Traceback (most recent call last): 2022-09-27T15:53:21.8198293Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:21.8198780Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:21.8199741Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:53:21.8200499Z 2022-09-27T15:53:21.8200718Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:21.8200995Z 2022-09-27T15:53:21.8201158Z Traceback (most recent call last): 2022-09-27T15:53:21.8201704Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:21.8202161Z raise TorchRuntimeError() from e 2022-09-27T15:53:21.8202535Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:21.8202770Z 2022-09-27T15:53:21.8202885Z from user code: 2022-09-27T15:53:21.8203247Z File "test_sparse.py", line 3104, in test_sparse_to_numpy 2022-09-27T15:53:21.8203705Z t = torch.sparse_coo_tensor(torch.tensor(([0, 0], [2, 0])), torch.tensor([1, 4])) 2022-09-27T15:53:21.8203979Z 2022-09-27T15:53:21.8204200Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:21.8204567Z ========== 2022-09-27T15:53:21.8236464Z ok (0.013s) 2022-09-27T15:53:22.5216976Z test_sspaddmm_cpu_complex128 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 1414 2022-09-27T15:53:22.5217528Z due to: 2022-09-27T15:53:22.5217794Z Traceback (most recent call last): 2022-09-27T15:53:22.5218258Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:53:22.5218943Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:53:22.5219518Z AssertionError: torch.* op returned non-Tensor bool call_method is_coalesced 2022-09-27T15:53:22.5219873Z 2022-09-27T15:53:22.5220083Z from user code: 2022-09-27T15:53:22.5220505Z File "test_sparse.py", line 1421, in 2022-09-27T15:53:22.5220948Z self.assertTrue(weight.is_coalesced()) 2022-09-27T15:53:22.5221207Z 2022-09-27T15:53:22.5221446Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:22.5221830Z ========== 2022-09-27T15:53:22.6647424Z ok (0.840s) 2022-09-27T15:53:22.7821241Z test_sspaddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.117s) 2022-09-27T15:53:22.7835980Z test_storage_not_null_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:22.7858893Z test_t_empty_cpu_complex128 (__main__.TestSparseCPU) ... skip: https://github.com/pytorch/torchdynamo/issues/1166 (0.002s) 2022-09-27T15:53:22.7880982Z test_t_empty_cpu_float64 (__main__.TestSparseCPU) ... skip: https://github.com/pytorch/torchdynamo/issues/1166 (0.002s) 2022-09-27T15:53:23.0725298Z test_to_dense_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.284s) 2022-09-27T15:53:23.2000595Z test_to_dense_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.127s) 2022-09-27T15:53:23.2085322Z test_to_dense_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:53:23.2164705Z test_to_dense_cpu_float16 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:53:23.2243875Z test_to_dense_cpu_float32 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:53:23.2373785Z test_to_dense_cpu_float64 (__main__.TestSparseCPU) ... ok (0.012s) 2022-09-27T15:53:23.2622942Z test_to_dense_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 485 2022-09-27T15:53:23.2623516Z due to: 2022-09-27T15:53:23.2623821Z Traceback (most recent call last): 2022-09-27T15:53:23.2624300Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:53:23.2624782Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:53:23.2625728Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:53:23.2626222Z 2022-09-27T15:53:23.2626453Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:23.2626996Z 2022-09-27T15:53:23.2627148Z Traceback (most recent call last): 2022-09-27T15:53:23.2627598Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:23.2628056Z raise TorchRuntimeError() from e 2022-09-27T15:53:23.2628517Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:23.2628762Z 2022-09-27T15:53:23.2628875Z from user code: 2022-09-27T15:53:23.2629251Z File "test_sparse.py", line 487, in 2022-09-27T15:53:23.2629703Z x = self.sparse_tensor(i, v, torch.Size([3, 4, 2])) 2022-09-27T15:53:23.2629938Z 2022-09-27T15:53:23.2630153Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:23.2630505Z ========== 2022-09-27T15:53:23.4118711Z ok (0.174s) 2022-09-27T15:53:23.5600753Z test_to_dense_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.147s) 2022-09-27T15:53:23.6100490Z test_to_sparse_cpu_bfloat16 (__main__.TestSparseCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 414 2022-09-27T15:53:23.6101053Z due to: 2022-09-27T15:53:23.6101359Z Traceback (most recent call last): 2022-09-27T15:53:23.6101936Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:23.6102402Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:23.6105808Z NotImplementedError: Could not run 'aten::to_sparse' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_sparse' is only available for these backends: [CPU, SparseCsrCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:53:23.6107947Z 2022-09-27T15:53:23.6108234Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:53:23.6108866Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-09-27T15:53:23.6109633Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:53:23.6110389Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:53:23.6111139Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:53:23.6111900Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:53:23.6112606Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:53:23.6113406Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:23.6114066Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:23.6114723Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:53:23.6115457Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:53:23.6116466Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6117172Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6117937Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6118638Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6119334Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6120025Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6120692Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6121382Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6122085Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6122778Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6123467Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6124172Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6124954Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6125707Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6126431Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6127187Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6127884Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T15:53:23.6128549Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:53:23.6129220Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:53:23.6129969Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:53:23.6130785Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:53:23.6131543Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:53:23.6132235Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:53:23.6132967Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:53:23.6133706Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:53:23.6134485Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:53:23.6135280Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:53:23.6135671Z 2022-09-27T15:53:23.6135678Z 2022-09-27T15:53:23.6135907Z During handling of the above exception, another exception occurred: 2022-09-27T15:53:23.6136185Z 2022-09-27T15:53:23.6136377Z Traceback (most recent call last): 2022-09-27T15:53:23.6136976Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:23.6137411Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:23.6140762Z NotImplementedError: Could not run 'aten::to_sparse' with arguments from the 'SparseCPU' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_sparse' is only available for these backends: [CPU, SparseCsrCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:53:23.6142777Z 2022-09-27T15:53:23.6143044Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:53:23.6143689Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-09-27T15:53:23.6144453Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:53:23.6145206Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:53:23.6145935Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:53:23.6146712Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:53:23.6147420Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:53:23.6148080Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:23.6148728Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:23.6149389Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:53:23.6150126Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:53:23.6196355Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6197363Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6198327Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6199083Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6199880Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6200897Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6201639Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6202461Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6203210Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6203908Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6204556Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6205265Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6205937Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6206594Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6207262Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6207998Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:53:23.6208746Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T15:53:23.6209457Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:53:23.6210211Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:53:23.6211011Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:53:23.6211731Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:53:23.6212376Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:53:23.6213070Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:53:23.6213786Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:53:23.6214486Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:53:23.6215428Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:53:23.6216367Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:53:23.6216876Z 2022-09-27T15:53:23.6216886Z 2022-09-27T15:53:23.6217172Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:23.6217523Z 2022-09-27T15:53:23.6217713Z Traceback (most recent call last): 2022-09-27T15:53:23.6218275Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:23.6218771Z raise TorchRuntimeError() from e 2022-09-27T15:53:23.6219204Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:23.6219461Z 2022-09-27T15:53:23.6219576Z from user code: 2022-09-27T15:53:23.6219960Z File "test_sparse.py", line 414, in 2022-09-27T15:53:23.6220611Z self.assertRaises(RuntimeError, lambda: sp.to_sparse()) 2022-09-27T15:53:23.6220900Z 2022-09-27T15:53:23.6221128Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:23.6221610Z ========== 2022-09-27T15:53:23.6860673Z ok (0.125s) 2022-09-27T15:53:23.7670383Z test_to_sparse_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.080s) 2022-09-27T15:53:23.8503292Z test_to_sparse_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.083s) 2022-09-27T15:53:23.9317495Z test_to_sparse_cpu_float16 (__main__.TestSparseCPU) ... ok (0.081s) 2022-09-27T15:53:24.0116644Z test_to_sparse_cpu_float64 (__main__.TestSparseCPU) ... ok (0.079s) 2022-09-27T15:53:24.0796736Z test_to_sparse_cpu_int32 (__main__.TestSparseCPU) ... ok (0.067s) 2022-09-27T15:53:24.1075227Z test_transpose_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.027s) 2022-09-27T15:53:24.1224579Z test_transpose_cpu_float64 (__main__.TestSparseCPU) ... ok (0.014s) 2022-09-27T15:53:24.4369160Z test_unsqueeze_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.314s) 2022-09-27T15:53:24.4977601Z test_unsqueeze_cpu_float64 (__main__.TestSparseCPU) ... ok (0.060s) 2022-09-27T15:53:24.8474161Z test_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.349s) 2022-09-27T15:53:24.9949493Z test_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.147s) 2022-09-27T15:53:25.6068657Z test_zeros_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.611s) 2022-09-27T15:53:25.9554186Z test_zeros_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.348s) 2022-09-27T15:53:25.9569330Z test_future_empty_dim__masked_amax_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:25.9837307Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.028s) 2022-09-27T15:53:25.9852555Z test_future_empty_dim__masked_amax_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.0040065Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.020s) 2022-09-27T15:53:26.0057402Z test_future_empty_dim__masked_amax_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.0243742Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.020s) 2022-09-27T15:53:26.0259164Z test_future_empty_dim__masked_amax_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.0443091Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.019s) 2022-09-27T15:53:26.0458061Z test_future_empty_dim__masked_amax_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.0612582Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T15:53:26.0627551Z test_future_empty_dim__masked_amax_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.0781891Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T15:53:26.0796670Z test_future_empty_dim__masked_amax_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.0948039Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T15:53:26.0963141Z test_future_empty_dim__masked_amax_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.1114684Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T15:53:26.1129527Z test_future_empty_dim__masked_amax_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.1230877Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:53:26.1245948Z test_future_empty_dim__masked_amin_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.1383778Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.015s) 2022-09-27T15:53:26.1398758Z test_future_empty_dim__masked_amin_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.1530336Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-09-27T15:53:26.1545624Z test_future_empty_dim__masked_amin_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.1681055Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-09-27T15:53:26.1696483Z test_future_empty_dim__masked_amin_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.1827999Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-09-27T15:53:26.1843574Z test_future_empty_dim__masked_amin_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.1949446Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:53:26.1964501Z test_future_empty_dim__masked_amin_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.2064021Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:53:26.2080552Z test_future_empty_dim__masked_amin_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.2179140Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:53:26.2194529Z test_future_empty_dim__masked_amin_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.2298090Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:53:26.2313376Z test_future_empty_dim__masked_amin_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.2411415Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:53:26.2426475Z test_future_empty_dim__masked_prod_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.2526295Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:53:26.2541116Z test_future_empty_dim__masked_prod_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.2647300Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:53:26.2662050Z test_future_empty_dim__masked_prod_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.2768623Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.012s) 2022-09-27T15:53:26.2784258Z test_future_empty_dim__masked_prod_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.2922404Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.015s) 2022-09-27T15:53:26.2937386Z test_future_empty_dim__masked_prod_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.3070856Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-09-27T15:53:26.3085775Z test_future_empty_dim__masked_prod_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.3187259Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:53:26.3203416Z test_future_empty_dim__masked_prod_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.3303696Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:53:26.3319598Z test_future_empty_dim__masked_prod_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.3419153Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:53:26.3434438Z test_future_empty_dim__masked_prod_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.3532664Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:53:26.3547733Z test_future_empty_dim__masked_prod_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.3646805Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:53:26.3661737Z test_future_empty_dim__masked_sum_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.3817173Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T15:53:26.3832296Z test_future_empty_dim__masked_sum_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.3953416Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-09-27T15:53:26.3968584Z test_future_empty_dim__masked_sum_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.4093425Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-09-27T15:53:26.4108083Z test_future_empty_dim__masked_sum_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.4235013Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-09-27T15:53:26.4250667Z test_future_empty_dim__masked_sum_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.4403614Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T15:53:26.4419244Z test_future_empty_dim__masked_sum_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.4575133Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T15:53:26.4590406Z test_future_empty_dim__masked_sum_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.4747579Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-09-27T15:53:26.4763293Z test_future_empty_dim__masked_sum_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.4882320Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-09-27T15:53:26.4898139Z test_future_empty_dim__masked_sum_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.5019056Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-09-27T15:53:26.5033552Z test_future_empty_dim__masked_sum_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.5149109Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.012s) 2022-09-27T15:53:26.5164511Z test_future_empty_dim__masked_sum_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.5285033Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-09-27T15:53:26.5300513Z test_future_empty_dim__masked_sum_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:53:26.5419554Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-09-27T15:53:26.5474512Z test_basic (__main__.TestSparseMeta) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_basic test_sparse.py line 3962 2022-09-27T15:53:26.5475979Z due to: 2022-09-27T15:53:26.5476285Z Traceback (most recent call last): 2022-09-27T15:53:26.5477013Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 477, in __init__ 2022-09-27T15:53:26.5477428Z assert device.type != "meta" 2022-09-27T15:53:26.5477749Z AssertionError 2022-09-27T15:53:26.5477925Z 2022-09-27T15:53:26.5478040Z from user code: 2022-09-27T15:53:26.5478390Z File "test_sparse.py", line 3963, in test_basic 2022-09-27T15:53:26.5478984Z r = torch.empty(4, 4, layout=torch.sparse_coo, device='meta') 2022-09-27T15:53:26.5479250Z 2022-09-27T15:53:26.5479486Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:26.5479878Z ========== 2022-09-27T15:53:26.5486236Z ok (0.006s) 2022-09-27T15:53:26.5501694Z test_cuda_from_cpu (__main__.TestSparseOneOff) ... skip: CUDA not available (0.001s) 2022-09-27T15:53:26.5518925Z test_cuda_sparse_cpu_dense_add (__main__.TestSparseOneOff) ... skip: CUDA not available (0.001s) 2022-09-27T15:53:26.5709970Z test_inplace_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 3857 2022-09-27T15:53:26.5710577Z due to: 2022-09-27T15:53:26.5710872Z Traceback (most recent call last): 2022-09-27T15:53:26.5711378Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-09-27T15:53:26.5712145Z if isinstance(subobj, property): 2022-09-27T15:53:26.5712700Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-09-27T15:53:26.5713271Z 2022-09-27T15:53:26.5713389Z from user code: 2022-09-27T15:53:26.5713776Z File "test_sparse.py", line 3858, in 2022-09-27T15:53:26.5714323Z sample.input = sample.input.to_sparse().coalesce() 2022-09-27T15:53:26.5714579Z 2022-09-27T15:53:26.5714782Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:26.5715142Z ========== 2022-09-27T15:53:26.5717566Z ok (0.019s) 2022-09-27T15:53:26.5795380Z test_inplace_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T15:53:26.5872477Z test_inplace_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T15:53:26.5949260Z test_inplace_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T15:53:26.6070993Z test_inplace_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T15:53:26.6192178Z test_inplace_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T15:53:26.6314475Z test_inplace_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T15:53:26.6435970Z test_inplace_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T15:53:26.6507660Z test_inplace_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T15:53:26.6536770Z test_inplace_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.6563877Z test_inplace_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.6587715Z test_inplace_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.6611427Z test_inplace_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.6677020Z test_inplace_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.6744826Z test_inplace_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.6811588Z test_inplace_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.6877015Z test_inplace_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.6943643Z test_inplace_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.6971491Z test_inplace_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.6996748Z test_inplace_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.7022229Z test_inplace_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.7045785Z test_inplace_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.7111133Z test_inplace_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.7177104Z test_inplace_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.7253265Z test_inplace_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T15:53:26.7322007Z test_inplace_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.7388966Z test_inplace_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.7416708Z test_inplace_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.7442148Z test_inplace_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.7465862Z test_inplace_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.7489134Z test_inplace_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.7557342Z test_inplace_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.7623126Z test_inplace_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.7688121Z test_inplace_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.7753331Z test_inplace_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.7819646Z test_inplace_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.7843694Z test_inplace_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.7867159Z test_inplace_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.7888828Z test_inplace_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.7909170Z test_inplace_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.7929590Z test_inplace_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.7949218Z test_inplace_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.7969316Z test_inplace_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.7986583Z test_inplace_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.8003201Z test_inplace_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.8019945Z test_inplace_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.8036075Z test_inplace_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.8052100Z test_inplace_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.8068194Z test_inplace_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.8084598Z test_inplace_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.8125296Z test_inplace_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-09-27T15:53:26.8126821Z test_inplace_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.8139350Z test_inplace_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:53:26.8152160Z test_inplace_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:53:26.8165108Z test_inplace_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:53:26.8178142Z test_inplace_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:53:26.8191035Z test_inplace_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:53:26.8204507Z test_inplace_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:53:26.8217269Z test_inplace_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:53:26.8229668Z test_inplace_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:53:26.8244339Z test_inplace_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:53:26.8295658Z test_inplace_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.8320375Z test_inplace_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.8386950Z test_inplace_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.8455611Z test_inplace_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.8522325Z test_inplace_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.8588900Z test_inplace_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.8656858Z test_inplace_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.8681891Z test_inplace_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.8706899Z test_inplace_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.8772401Z test_inplace_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.8836554Z test_inplace_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.8901247Z test_inplace_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.8966346Z test_inplace_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.9033251Z test_inplace_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.9057792Z test_inplace_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.9081110Z test_inplace_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.9101597Z test_inplace_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.9121081Z test_inplace_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.9140324Z test_inplace_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:26.9159770Z test_inplace_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:26.9178846Z test_inplace_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:26.9195570Z test_inplace_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9220125Z test_inplace_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-09-27T15:53:26.9244989Z test_inplace_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-09-27T15:53:26.9261591Z test_inplace_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9277835Z test_inplace_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9293780Z test_inplace_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9312171Z test_inplace_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9328647Z test_inplace_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9344799Z test_inplace_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9361354Z test_inplace_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9377905Z test_inplace_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9394779Z test_inplace_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9411782Z test_inplace_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9428518Z test_inplace_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9445580Z test_inplace_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9462329Z test_inplace_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9478984Z test_inplace_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9495951Z test_inplace_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9513139Z test_inplace_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9530334Z test_inplace_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9546250Z test_inplace_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9562655Z test_inplace_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9578869Z test_inplace_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9595176Z test_inplace_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9611549Z test_inplace_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9627947Z test_inplace_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9652677Z test_inplace_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-09-27T15:53:26.9677645Z test_inplace_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-09-27T15:53:26.9704066Z test_inplace_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-09-27T15:53:26.9730200Z test_inplace_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-09-27T15:53:26.9756599Z test_inplace_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-09-27T15:53:26.9773647Z test_inplace_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:26.9799136Z test_inplace_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.9821440Z test_inplace_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:26.9889110Z test_inplace_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:26.9956507Z test_inplace_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.0023040Z test_inplace_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.0090694Z test_inplace_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.0157583Z test_inplace_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.0182175Z test_inplace_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0205517Z test_inplace_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0226043Z test_inplace_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0246481Z test_inplace_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0265749Z test_inplace_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.0285558Z test_inplace_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0305536Z test_inplace_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0327965Z test_inplace_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0350675Z test_inplace_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0373319Z test_inplace_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0395470Z test_inplace_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0416352Z test_inplace_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0436168Z test_inplace_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.0456070Z test_inplace_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.0476163Z test_inplace_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0496474Z test_inplace_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0517923Z test_inplace_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0539918Z test_inplace_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0560911Z test_inplace_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0580430Z test_inplace_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0615692Z test_inplace_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:53:27.0643622Z test_inplace_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0671999Z test_inplace_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0710945Z test_inplace_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:53:27.0734369Z test_inplace_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0756093Z test_inplace_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0777828Z test_inplace_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0798159Z test_inplace_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0817672Z test_inplace_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0837202Z test_inplace_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.0856633Z test_inplace_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0876276Z test_inplace_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0897772Z test_inplace_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0919806Z test_inplace_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0940129Z test_inplace_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0959797Z test_inplace_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.0979147Z test_inplace_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.0998515Z test_inplace_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.1017912Z test_inplace_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.1034732Z test_inplace_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.1051128Z test_inplace_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.1068086Z test_inplace_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.1084412Z test_inplace_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.1100605Z test_inplace_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.1116803Z test_inplace_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.1133838Z test_inplace_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.1159688Z test_inplace_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.1183372Z test_inplace_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.1222903Z test_inplace_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:53:27.1254118Z test_inplace_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:53:27.1327939Z test_inplace_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T15:53:27.1412362Z test_inplace_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T15:53:27.1479204Z test_inplace_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.1546014Z test_inplace_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.1613780Z test_inplace_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.1642059Z test_inplace_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.1667844Z test_inplace_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.1692303Z test_inplace_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.1716096Z test_inplace_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.1782580Z test_inplace_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.1849502Z test_inplace_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.1917369Z test_inplace_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.1984432Z test_inplace_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.2051968Z test_inplace_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.2078274Z test_inplace_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.2103136Z test_inplace_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.2126620Z test_inplace_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.2148363Z test_inplace_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.2214118Z test_inplace_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.2279512Z test_inplace_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.2345679Z test_inplace_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.2413174Z test_inplace_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.2480852Z test_inplace_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.2508082Z test_inplace_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.2533880Z test_inplace_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.2556843Z test_inplace_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.2579832Z test_inplace_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.2645694Z test_inplace_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.2712640Z test_inplace_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.2781159Z test_inplace_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.2848576Z test_inplace_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.2915502Z test_inplace_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.2942367Z test_inplace_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.2968183Z test_inplace_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.2992925Z test_inplace_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.3016584Z test_inplace_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.3082097Z test_inplace_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.3147638Z test_inplace_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.3213443Z test_inplace_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.3279811Z test_inplace_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.3346572Z test_inplace_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.3371948Z test_inplace_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.3396236Z test_inplace_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.3417441Z test_inplace_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.3437720Z test_inplace_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.3457304Z test_inplace_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.3476828Z test_inplace_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.3496292Z test_inplace_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.3662430Z test_out_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse.py line 3843 2022-09-27T15:53:27.3663005Z due to: 2022-09-27T15:53:27.3664542Z Traceback (most recent call last): 2022-09-27T15:53:27.3667259Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-09-27T15:53:27.3667751Z if isinstance(subobj, property): 2022-09-27T15:53:27.3668377Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-09-27T15:53:27.3668679Z 2022-09-27T15:53:27.3668799Z from user code: 2022-09-27T15:53:27.3669177Z File "test_sparse.py", line 3844, in 2022-09-27T15:53:27.3669608Z sample.input = sample.input.to_sparse() 2022-09-27T15:53:27.3669834Z 2022-09-27T15:53:27.3670059Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:27.3670436Z ========== 2022-09-27T15:53:27.3670707Z ok (0.017s) 2022-09-27T15:53:27.3741909Z test_out_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.3810500Z test_out_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.3881121Z test_out_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.3950150Z test_out_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.4020937Z test_out_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T15:53:27.4099869Z test_out_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T15:53:27.4169269Z test_out_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.4192669Z test_out_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.4216561Z test_out_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.4239515Z test_out_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.4261024Z test_out_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.4282482Z test_out_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.4303337Z test_out_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.4324333Z test_out_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.4344180Z test_out_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.4364536Z test_out_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.4384954Z test_out_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.4408064Z test_out_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.4429264Z test_out_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.4450027Z test_out_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.4470374Z test_out_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.4491526Z test_out_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.4511576Z test_out_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.4531612Z test_out_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.4550806Z test_out_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.4570693Z test_out_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.4593292Z test_out_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.4614869Z test_out_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.4635617Z test_out_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.4656235Z test_out_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.4678991Z test_out_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.4699019Z test_out_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.4719076Z test_out_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.4739383Z test_out_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.4757831Z test_out_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.4777624Z test_out_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.4798242Z test_out_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.4817509Z test_out_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.4835760Z test_out_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.4853780Z test_out_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.4871723Z test_out_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.4890133Z test_out_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.4905016Z test_out_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.4920110Z test_out_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.4936007Z test_out_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.4950735Z test_out_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.4965653Z test_out_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.4980878Z test_out_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.4995271Z test_out_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.5009896Z test_out_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.5024783Z test_out_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.5048228Z test_out_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.5069948Z test_out_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.5091039Z test_out_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.5111383Z test_out_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.5130806Z test_out_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.5149287Z test_out_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.5167822Z test_out_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.5188533Z test_out_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.5206822Z test_out_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.5227085Z test_out_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.5249232Z test_out_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.5269502Z test_out_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.5289638Z test_out_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.5309517Z test_out_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.5330094Z test_out_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.5350561Z test_out_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.5371473Z test_out_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.5391692Z test_out_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.5411928Z test_out_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.5431947Z test_out_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.5452597Z test_out_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.5474009Z test_out_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.5493985Z test_out_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.5514914Z test_out_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.5534957Z test_out_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.5554162Z test_out_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.5572340Z test_out_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.5590081Z test_out_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.5608541Z test_out_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.5626411Z test_out_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.5641585Z test_out_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.5656807Z test_out_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.5671938Z test_out_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.5687266Z test_out_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.5701919Z test_out_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.5719699Z test_out_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.5735010Z test_out_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.5749860Z test_out_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.5765179Z test_out_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.5779901Z test_out_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.5794953Z test_out_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.5809779Z test_out_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.5824571Z test_out_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.5839497Z test_out_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.5854349Z test_out_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.5869137Z test_out_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.5884205Z test_out_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.5899184Z test_out_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:27.5921500Z test_out_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.5942032Z test_out_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.5961267Z test_out_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.5980251Z test_out_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.5999474Z test_out_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6017327Z test_out_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6035608Z test_out_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6055027Z test_out_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6074842Z test_out_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6093038Z test_out_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6111199Z test_out_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6129455Z test_out_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6147747Z test_out_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6166107Z test_out_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6186265Z test_out_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.6209111Z test_out_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.6229960Z test_out_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.6250759Z test_out_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.6271434Z test_out_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.6294020Z test_out_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.6314371Z test_out_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.6334163Z test_out_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6352593Z test_out_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6370574Z test_out_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6388231Z test_out_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6406241Z test_out_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6423972Z test_out_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6442001Z test_out_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6462853Z test_out_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.6484089Z test_out_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.6505310Z test_out_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.6526056Z test_out_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.6544461Z test_out_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6562991Z test_out_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6581349Z test_out_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6599289Z test_out_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6617274Z test_out_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6637378Z test_out_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.6657846Z test_out_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.6676793Z test_out_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6694767Z test_out_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6712646Z test_out_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6730689Z test_out_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6750671Z test_out_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.6771248Z test_out_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.6792304Z test_out_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.6813515Z test_out_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.6834244Z test_out_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.6853050Z test_out_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6871481Z test_out_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6890002Z test_out_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6908110Z test_out_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6926718Z test_out_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.6946735Z test_out_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.6967693Z test_out_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.6986546Z test_out_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.7005075Z test_out_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.7023920Z test_out_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.7042059Z test_out_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.7061216Z test_out_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.7080800Z test_out_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7100044Z test_out_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.7118934Z test_out_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.7136878Z test_out_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.7155349Z test_out_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.7173530Z test_out_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.7191589Z test_out_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.7213774Z test_out_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7235555Z test_out_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7256639Z test_out_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7277491Z test_out_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7300168Z test_out_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7320898Z test_out_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.7343256Z test_out_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7363736Z test_out_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.7384652Z test_out_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7406690Z test_out_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7428102Z test_out_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7448911Z test_out_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7469302Z test_out_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7489210Z test_out_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7508973Z test_out_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.7529617Z test_out_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7549496Z test_out_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.7569453Z test_out_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7591198Z test_out_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7612071Z test_out_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7632679Z test_out_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7654496Z test_out_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7674291Z test_out_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.7694310Z test_out_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7714516Z test_out_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.7734704Z test_out_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7755207Z test_out_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.7777234Z test_out_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7799890Z test_out_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7821991Z test_out_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7845696Z test_out_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7865613Z test_out_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.7890834Z test_out_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7910879Z test_out_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.7931129Z test_out_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.7951314Z test_out_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7973933Z test_out_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.7995671Z test_out_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.8016162Z test_out_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.8036260Z test_out_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.8056435Z test_out_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.8076889Z test_out_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.8096674Z test_out_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.8116175Z test_out_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.8135586Z test_out_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.8155826Z test_out_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.8176748Z test_out_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.8195573Z test_out_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.8213482Z test_out_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.8231481Z test_out_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.8249849Z test_out_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.8267771Z test_out_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.8649631Z test_sparse_consistency_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T15:53:27.8845620Z test_sparse_consistency_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T15:53:27.9043169Z test_sparse_consistency_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T15:53:27.9241126Z test_sparse_consistency_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T15:53:27.9315245Z test_sparse_consistency_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T15:53:27.9381332Z test_sparse_consistency_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.9447437Z test_sparse_consistency_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.9513822Z test_sparse_consistency_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:27.9540368Z test_sparse_consistency_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.9563850Z test_sparse_consistency_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.9586548Z test_sparse_consistency_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.9607397Z test_sparse_consistency_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.9627578Z test_sparse_consistency_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.9647196Z test_sparse_consistency_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.9666863Z test_sparse_consistency_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.9685873Z test_sparse_consistency_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.9704949Z test_sparse_consistency_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.9724046Z test_sparse_consistency_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.9745312Z test_sparse_consistency_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.9765888Z test_sparse_consistency_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.9787370Z test_sparse_consistency_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.9806908Z test_sparse_consistency_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.9826513Z test_sparse_consistency_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.9846042Z test_sparse_consistency_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.9865504Z test_sparse_consistency_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.9884851Z test_sparse_consistency_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.9904162Z test_sparse_consistency_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.9926256Z test_sparse_consistency_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.9946610Z test_sparse_consistency_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:27.9966515Z test_sparse_consistency_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:27.9985856Z test_sparse_consistency_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.0004926Z test_sparse_consistency_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.0024233Z test_sparse_consistency_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.0043280Z test_sparse_consistency_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.0063111Z test_sparse_consistency_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.0083379Z test_sparse_consistency_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.0103146Z test_sparse_consistency_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.0122310Z test_sparse_consistency_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.0268544Z test_sparse_consistency_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T15:53:28.0416694Z test_sparse_consistency_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T15:53:28.0562118Z test_sparse_consistency_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T15:53:28.0711463Z test_sparse_consistency_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T15:53:28.0735083Z test_sparse_consistency_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.0756794Z test_sparse_consistency_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.0776880Z test_sparse_consistency_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.0795026Z test_sparse_consistency_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.0813619Z test_sparse_consistency_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.0831177Z test_sparse_consistency_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.0848781Z test_sparse_consistency_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.0865348Z test_sparse_consistency_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.0882112Z test_sparse_consistency_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.0898963Z test_sparse_consistency_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.0918745Z test_sparse_consistency_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.0938816Z test_sparse_consistency_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.0958621Z test_sparse_consistency_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.0976975Z test_sparse_consistency_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.0995027Z test_sparse_consistency_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1012720Z test_sparse_consistency_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1029942Z test_sparse_consistency_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1047191Z test_sparse_consistency_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1064007Z test_sparse_consistency_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1083654Z test_sparse_consistency_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.1103528Z test_sparse_consistency_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1123037Z test_sparse_consistency_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1142530Z test_sparse_consistency_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1161838Z test_sparse_consistency_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1181388Z test_sparse_consistency_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1201167Z test_sparse_consistency_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1220212Z test_sparse_consistency_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1241773Z test_sparse_consistency_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.1260724Z test_sparse_consistency_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1279424Z test_sparse_consistency_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1298474Z test_sparse_consistency_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1317390Z test_sparse_consistency_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1335995Z test_sparse_consistency_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1355154Z test_sparse_consistency_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1374333Z test_sparse_consistency_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1392238Z test_sparse_consistency_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1410323Z test_sparse_consistency_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1427673Z test_sparse_consistency_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1445722Z test_sparse_consistency_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1463346Z test_sparse_consistency_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1483950Z test_sparse_consistency_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.1504185Z test_sparse_consistency_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1523498Z test_sparse_consistency_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1542169Z test_sparse_consistency_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1560050Z test_sparse_consistency_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1577623Z test_sparse_consistency_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1595049Z test_sparse_consistency_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1612309Z test_sparse_consistency_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1629973Z test_sparse_consistency_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1649165Z test_sparse_consistency_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1668544Z test_sparse_consistency_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1687082Z test_sparse_consistency_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1705538Z test_sparse_consistency_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1723433Z test_sparse_consistency_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1741037Z test_sparse_consistency_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1766022Z test_sparse_consistency_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.1783898Z test_sparse_consistency_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1801997Z test_sparse_consistency_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1820326Z test_sparse_consistency_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1839148Z test_sparse_consistency_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1857045Z test_sparse_consistency_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1874534Z test_sparse_consistency_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1891716Z test_sparse_consistency_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1909628Z test_sparse_consistency_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1926780Z test_sparse_consistency_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1945221Z test_sparse_consistency_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1963904Z test_sparse_consistency_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1981721Z test_sparse_consistency_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.1999025Z test_sparse_consistency_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2016299Z test_sparse_consistency_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2033743Z test_sparse_consistency_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2051339Z test_sparse_consistency_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2070874Z test_sparse_consistency_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2090640Z test_sparse_consistency_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2109960Z test_sparse_consistency_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2129803Z test_sparse_consistency_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2148963Z test_sparse_consistency_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2168163Z test_sparse_consistency_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2187504Z test_sparse_consistency_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2206600Z test_sparse_consistency_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2224076Z test_sparse_consistency_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2241558Z test_sparse_consistency_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2258989Z test_sparse_consistency_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2278432Z test_sparse_consistency_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2296578Z test_sparse_consistency_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2314376Z test_sparse_consistency_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2334376Z test_sparse_consistency_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.2355048Z test_sparse_consistency_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2375002Z test_sparse_consistency_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2394904Z test_sparse_consistency_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2413350Z test_sparse_consistency_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2430838Z test_sparse_consistency_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2447770Z test_sparse_consistency_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2464519Z test_sparse_consistency_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2481903Z test_sparse_consistency_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2500687Z test_sparse_consistency_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2520211Z test_sparse_consistency_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2537887Z test_sparse_consistency_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2556278Z test_sparse_consistency_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2574060Z test_sparse_consistency_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2591516Z test_sparse_consistency_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2608234Z test_sparse_consistency_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2627390Z test_sparse_consistency_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2647418Z test_sparse_consistency_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2667695Z test_sparse_consistency_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.2687137Z test_sparse_consistency_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2704645Z test_sparse_consistency_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2721621Z test_sparse_consistency_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2738685Z test_sparse_consistency_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2755519Z test_sparse_consistency_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2772419Z test_sparse_consistency_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2793528Z test_sparse_consistency_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.2813635Z test_sparse_consistency_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.2831539Z test_sparse_consistency_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2848395Z test_sparse_consistency_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2865262Z test_sparse_consistency_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2882080Z test_sparse_consistency_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2899328Z test_sparse_consistency_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2917311Z test_sparse_consistency_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2935825Z test_sparse_consistency_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2953884Z test_sparse_consistency_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2970849Z test_sparse_consistency_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.2987673Z test_sparse_consistency_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3004680Z test_sparse_consistency_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3021757Z test_sparse_consistency_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3042102Z test_sparse_consistency_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.3062902Z test_sparse_consistency_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.3083676Z test_sparse_consistency_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3103564Z test_sparse_consistency_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3123354Z test_sparse_consistency_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3142182Z test_sparse_consistency_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3161758Z test_sparse_consistency_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3181083Z test_sparse_consistency_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3200687Z test_sparse_consistency_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3222258Z test_sparse_consistency_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.3243290Z test_sparse_consistency_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.3262718Z test_sparse_consistency_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3281733Z test_sparse_consistency_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3300810Z test_sparse_consistency_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3322046Z test_sparse_consistency_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.3341536Z test_sparse_consistency_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3360847Z test_sparse_consistency_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3380016Z test_sparse_consistency_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3400247Z test_sparse_consistency_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.3420019Z test_sparse_consistency_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3439288Z test_sparse_consistency_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3458605Z test_sparse_consistency_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3477764Z test_sparse_consistency_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3496554Z test_sparse_consistency_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3515012Z test_sparse_consistency_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3533510Z test_sparse_consistency_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3552469Z test_sparse_consistency_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3573957Z test_sparse_consistency_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.3594799Z test_sparse_consistency_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.3614070Z test_sparse_consistency_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3633762Z test_sparse_consistency_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3652718Z test_sparse_consistency_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3672078Z test_sparse_consistency_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3691343Z test_sparse_consistency_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3710423Z test_sparse_consistency_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3730034Z test_sparse_consistency_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3750906Z test_sparse_consistency_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.3771911Z test_sparse_consistency_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.3791069Z test_sparse_consistency_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3811075Z test_sparse_consistency_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3830780Z test_sparse_consistency_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3849564Z test_sparse_consistency_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3870351Z test_sparse_consistency_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.3889506Z test_sparse_consistency_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3907915Z test_sparse_consistency_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3927158Z test_sparse_consistency_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3946609Z test_sparse_consistency_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3964466Z test_sparse_consistency_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3981269Z test_sparse_consistency_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.3999095Z test_sparse_consistency_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.4016601Z test_sparse_consistency_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.4033452Z test_sparse_consistency_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.4045228Z test_sparse_fn_grad_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.4057000Z test_sparse_fn_grad_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.4068833Z test_sparse_fn_grad_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.4081487Z test_sparse_fn_grad_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.4093071Z test_sparse_fn_grad_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.4104545Z test_sparse_fn_grad_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.4116414Z test_sparse_fn_grad_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.4128274Z test_sparse_fn_grad_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.4461066Z test_sparse_fn_grad_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T15:53:28.4683345Z test_sparse_fn_grad_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T15:53:28.4855794Z test_sparse_fn_grad_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:53:28.4955041Z test_sparse_fn_grad_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T15:53:28.4990314Z test_sparse_fn_grad_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:53:28.5004614Z test_sparse_fn_grad_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.5017374Z test_sparse_fn_grad_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.5054697Z test_sparse_fn_grad_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:53:28.5072148Z test_sparse_fn_grad_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:53:28.5089040Z test_sparse_fn_grad_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:53:28.5105120Z test_sparse_fn_grad_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:53:28.5120813Z test_sparse_fn_grad_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:53:28.5136595Z test_sparse_fn_grad_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:53:28.5152973Z test_sparse_fn_grad_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:53:28.5164454Z test_sparse_fn_grad_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.5176542Z test_sparse_fn_grad_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.5239173Z test_sparse_fn_grad_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:53:28.5275575Z test_sparse_fn_grad_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:53:28.5311157Z test_sparse_fn_grad_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:53:28.5324160Z test_sparse_fn_grad_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.5336858Z test_sparse_fn_grad_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.5372411Z test_sparse_fn_grad_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:53:28.5389778Z test_sparse_fn_grad_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:53:28.5401670Z test_sparse_fn_grad_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.5414014Z test_sparse_fn_grad_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.5425687Z test_sparse_fn_grad_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.5437762Z test_sparse_fn_grad_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.5449834Z test_sparse_fn_grad_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.5461084Z test_sparse_fn_grad_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.5473405Z test_sparse_fn_grad_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.5485757Z test_sparse_fn_grad_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.5498484Z test_sparse_fn_grad_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.5511112Z test_sparse_fn_grad_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:53:28.5551623Z test_sparse_fn_grad_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:53:28.5814421Z test_sparse_zero_dims_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T15:53:28.6026914Z test_sparse_zero_dims_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T15:53:28.6240562Z test_sparse_zero_dims_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T15:53:28.6452252Z test_sparse_zero_dims_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T15:53:28.6627874Z test_sparse_zero_dims_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:53:28.6798659Z test_sparse_zero_dims_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:53:28.6975006Z test_sparse_zero_dims_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:53:28.7151176Z test_sparse_zero_dims_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:53:28.7172759Z test_sparse_zero_dims_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:28.7190790Z test_sparse_zero_dims_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7208360Z test_sparse_zero_dims_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7224510Z test_sparse_zero_dims_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7240604Z test_sparse_zero_dims_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7256597Z test_sparse_zero_dims_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7272308Z test_sparse_zero_dims_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7288479Z test_sparse_zero_dims_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7304133Z test_sparse_zero_dims_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7320204Z test_sparse_zero_dims_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7336303Z test_sparse_zero_dims_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7352321Z test_sparse_zero_dims_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7368359Z test_sparse_zero_dims_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7384397Z test_sparse_zero_dims_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7400895Z test_sparse_zero_dims_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7416539Z test_sparse_zero_dims_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7431945Z test_sparse_zero_dims_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7448148Z test_sparse_zero_dims_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7464442Z test_sparse_zero_dims_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7480170Z test_sparse_zero_dims_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7495801Z test_sparse_zero_dims_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7510608Z test_sparse_zero_dims_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7526038Z test_sparse_zero_dims_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7541189Z test_sparse_zero_dims_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7556723Z test_sparse_zero_dims_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7572398Z test_sparse_zero_dims_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7587702Z test_sparse_zero_dims_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7606171Z test_sparse_zero_dims_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7621616Z test_sparse_zero_dims_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7637102Z test_sparse_zero_dims_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7652344Z test_sparse_zero_dims_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7667257Z test_sparse_zero_dims_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7682105Z test_sparse_zero_dims_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7697265Z test_sparse_zero_dims_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7712270Z test_sparse_zero_dims_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7728685Z test_sparse_zero_dims_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7744439Z test_sparse_zero_dims_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7759769Z test_sparse_zero_dims_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7774991Z test_sparse_zero_dims_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7789688Z test_sparse_zero_dims_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7805189Z test_sparse_zero_dims_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7819549Z test_sparse_zero_dims_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7834472Z test_sparse_zero_dims_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7849380Z test_sparse_zero_dims_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7865155Z test_sparse_zero_dims_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7881331Z test_sparse_zero_dims_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7896381Z test_sparse_zero_dims_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7911738Z test_sparse_zero_dims_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7926726Z test_sparse_zero_dims_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7941191Z test_sparse_zero_dims_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7955811Z test_sparse_zero_dims_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7970455Z test_sparse_zero_dims_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.7985209Z test_sparse_zero_dims_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8001002Z test_sparse_zero_dims_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8016356Z test_sparse_zero_dims_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8033819Z test_sparse_zero_dims_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8049345Z test_sparse_zero_dims_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8064545Z test_sparse_zero_dims_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8080106Z test_sparse_zero_dims_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8095570Z test_sparse_zero_dims_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8110582Z test_sparse_zero_dims_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8125892Z test_sparse_zero_dims_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8141129Z test_sparse_zero_dims_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8156606Z test_sparse_zero_dims_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8171781Z test_sparse_zero_dims_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8187036Z test_sparse_zero_dims_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8202559Z test_sparse_zero_dims_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8217991Z test_sparse_zero_dims_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8233248Z test_sparse_zero_dims_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8248571Z test_sparse_zero_dims_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8263375Z test_sparse_zero_dims_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8278512Z test_sparse_zero_dims_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8293493Z test_sparse_zero_dims_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8308640Z test_sparse_zero_dims_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8324037Z test_sparse_zero_dims_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8339548Z test_sparse_zero_dims_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8354895Z test_sparse_zero_dims_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8370158Z test_sparse_zero_dims_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8385196Z test_sparse_zero_dims_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8400339Z test_sparse_zero_dims_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8415647Z test_sparse_zero_dims_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8431604Z test_sparse_zero_dims_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8447012Z test_sparse_zero_dims_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8464074Z test_sparse_zero_dims_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8479441Z test_sparse_zero_dims_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8494585Z test_sparse_zero_dims_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8509775Z test_sparse_zero_dims_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8524895Z test_sparse_zero_dims_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8540050Z test_sparse_zero_dims_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8555317Z test_sparse_zero_dims_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8570345Z test_sparse_zero_dims_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8585312Z test_sparse_zero_dims_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8600695Z test_sparse_zero_dims_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8615775Z test_sparse_zero_dims_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8630751Z test_sparse_zero_dims_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8645997Z test_sparse_zero_dims_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8660981Z test_sparse_zero_dims_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8676380Z test_sparse_zero_dims_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8691920Z test_sparse_zero_dims_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8707177Z test_sparse_zero_dims_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8722358Z test_sparse_zero_dims_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8737849Z test_sparse_zero_dims_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8753056Z test_sparse_zero_dims_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8768328Z test_sparse_zero_dims_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8783264Z test_sparse_zero_dims_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8798409Z test_sparse_zero_dims_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8814168Z test_sparse_zero_dims_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8829705Z test_sparse_zero_dims_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8845307Z test_sparse_zero_dims_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8860837Z test_sparse_zero_dims_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8876703Z test_sparse_zero_dims_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8893962Z test_sparse_zero_dims_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8909539Z test_sparse_zero_dims_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8925377Z test_sparse_zero_dims_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8940563Z test_sparse_zero_dims_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8955552Z test_sparse_zero_dims_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8970361Z test_sparse_zero_dims_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.8985054Z test_sparse_zero_dims_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9000005Z test_sparse_zero_dims_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9015336Z test_sparse_zero_dims_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9030720Z test_sparse_zero_dims_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9046322Z test_sparse_zero_dims_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9061445Z test_sparse_zero_dims_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9076529Z test_sparse_zero_dims_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9091291Z test_sparse_zero_dims_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9106076Z test_sparse_zero_dims_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9120779Z test_sparse_zero_dims_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9135549Z test_sparse_zero_dims_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9150218Z test_sparse_zero_dims_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9165523Z test_sparse_zero_dims_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9180715Z test_sparse_zero_dims_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9195719Z test_sparse_zero_dims_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9210125Z test_sparse_zero_dims_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9225269Z test_sparse_zero_dims_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9239624Z test_sparse_zero_dims_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9254347Z test_sparse_zero_dims_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9269832Z test_sparse_zero_dims_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9285466Z test_sparse_zero_dims_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9300793Z test_sparse_zero_dims_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9317608Z test_sparse_zero_dims_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9332645Z test_sparse_zero_dims_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9347654Z test_sparse_zero_dims_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9362602Z test_sparse_zero_dims_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9377154Z test_sparse_zero_dims_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9391696Z test_sparse_zero_dims_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9406978Z test_sparse_zero_dims_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9421948Z test_sparse_zero_dims_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9436835Z test_sparse_zero_dims_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9451673Z test_sparse_zero_dims_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9466204Z test_sparse_zero_dims_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9480843Z test_sparse_zero_dims_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9495534Z test_sparse_zero_dims_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9510036Z test_sparse_zero_dims_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9524697Z test_sparse_zero_dims_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9539306Z test_sparse_zero_dims_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9554034Z test_sparse_zero_dims_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9568848Z test_sparse_zero_dims_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9583430Z test_sparse_zero_dims_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9598178Z test_sparse_zero_dims_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9613622Z test_sparse_zero_dims_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9628619Z test_sparse_zero_dims_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9643850Z test_sparse_zero_dims_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9658873Z test_sparse_zero_dims_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9673911Z test_sparse_zero_dims_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9689124Z test_sparse_zero_dims_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9704365Z test_sparse_zero_dims_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9719303Z test_sparse_zero_dims_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9736079Z test_sparse_zero_dims_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9751331Z test_sparse_zero_dims_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9766570Z test_sparse_zero_dims_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9781557Z test_sparse_zero_dims_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9796743Z test_sparse_zero_dims_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9812365Z test_sparse_zero_dims_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9827120Z test_sparse_zero_dims_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9842313Z test_sparse_zero_dims_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9857479Z test_sparse_zero_dims_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9872385Z test_sparse_zero_dims_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9887651Z test_sparse_zero_dims_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9902728Z test_sparse_zero_dims_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9917922Z test_sparse_zero_dims_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9932800Z test_sparse_zero_dims_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9947924Z test_sparse_zero_dims_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9963347Z test_sparse_zero_dims_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9978161Z test_sparse_zero_dims_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:28.9993515Z test_sparse_zero_dims_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0008700Z test_sparse_zero_dims_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0024000Z test_sparse_zero_dims_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0040016Z test_sparse_zero_dims_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0054699Z test_sparse_zero_dims_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0069627Z test_sparse_zero_dims_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0084875Z test_sparse_zero_dims_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0099875Z test_sparse_zero_dims_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0114960Z test_sparse_zero_dims_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0130113Z test_sparse_zero_dims_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0144995Z test_sparse_zero_dims_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0166010Z test_sparse_zero_dims_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:29.0181152Z test_sparse_zero_dims_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0196338Z test_sparse_zero_dims_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0211839Z test_sparse_zero_dims_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0226844Z test_sparse_zero_dims_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0242106Z test_sparse_zero_dims_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0257360Z test_sparse_zero_dims_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0272478Z test_sparse_zero_dims_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0287968Z test_sparse_zero_dims_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0303403Z test_sparse_zero_dims_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0318744Z test_sparse_zero_dims_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0333541Z test_sparse_zero_dims_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0348390Z test_sparse_zero_dims_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0363167Z test_sparse_zero_dims_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0378056Z test_sparse_zero_dims_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0392921Z test_sparse_zero_dims_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.0749502Z test_sparse_zeros_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T15:53:29.1045563Z test_sparse_zeros_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T15:53:29.1350339Z test_sparse_zeros_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T15:53:29.1649075Z test_sparse_zeros_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T15:53:29.1816315Z test_sparse_zeros_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:53:29.1977077Z test_sparse_zeros_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:53:29.2137041Z test_sparse_zeros_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T15:53:29.2296010Z test_sparse_zeros_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T15:53:29.2315709Z test_sparse_zeros_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:29.2332740Z test_sparse_zeros_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2348092Z test_sparse_zeros_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2363137Z test_sparse_zeros_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2378024Z test_sparse_zeros_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2393087Z test_sparse_zeros_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2408263Z test_sparse_zeros_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2423078Z test_sparse_zeros_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2438352Z test_sparse_zeros_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2453499Z test_sparse_zeros_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2468635Z test_sparse_zeros_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2483869Z test_sparse_zeros_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2499383Z test_sparse_zeros_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2515463Z test_sparse_zeros_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2531469Z test_sparse_zeros_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2547535Z test_sparse_zeros_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2563627Z test_sparse_zeros_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2579992Z test_sparse_zeros_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2596109Z test_sparse_zeros_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2611961Z test_sparse_zeros_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2627217Z test_sparse_zeros_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2642578Z test_sparse_zeros_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2657791Z test_sparse_zeros_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2672958Z test_sparse_zeros_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2688173Z test_sparse_zeros_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2703262Z test_sparse_zeros_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2718582Z test_sparse_zeros_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2740451Z test_sparse_zeros_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:53:29.2755663Z test_sparse_zeros_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2770779Z test_sparse_zeros_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2785405Z test_sparse_zeros_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2800272Z test_sparse_zeros_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2814977Z test_sparse_zeros_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2829397Z test_sparse_zeros_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2843992Z test_sparse_zeros_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2859474Z test_sparse_zeros_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2874910Z test_sparse_zeros_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2889824Z test_sparse_zeros_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2904559Z test_sparse_zeros_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2919302Z test_sparse_zeros_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2933753Z test_sparse_zeros_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2948175Z test_sparse_zeros_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2962696Z test_sparse_zeros_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2977547Z test_sparse_zeros_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.2992933Z test_sparse_zeros_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3008396Z test_sparse_zeros_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3023462Z test_sparse_zeros_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3038699Z test_sparse_zeros_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3053194Z test_sparse_zeros_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3067592Z test_sparse_zeros_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3082096Z test_sparse_zeros_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3096703Z test_sparse_zeros_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3111205Z test_sparse_zeros_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3128241Z test_sparse_zeros_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3144202Z test_sparse_zeros_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3162213Z test_sparse_zeros_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3178489Z test_sparse_zeros_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3194651Z test_sparse_zeros_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3210705Z test_sparse_zeros_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3226805Z test_sparse_zeros_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3242563Z test_sparse_zeros_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3257616Z test_sparse_zeros_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3272602Z test_sparse_zeros_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3288770Z test_sparse_zeros_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3304962Z test_sparse_zeros_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3320799Z test_sparse_zeros_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3336218Z test_sparse_zeros_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3351357Z test_sparse_zeros_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3366563Z test_sparse_zeros_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3381320Z test_sparse_zeros_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3396240Z test_sparse_zeros_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3411036Z test_sparse_zeros_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3425871Z test_sparse_zeros_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3440858Z test_sparse_zeros_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3456352Z test_sparse_zeros_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3471724Z test_sparse_zeros_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3487077Z test_sparse_zeros_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3502196Z test_sparse_zeros_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3517070Z test_sparse_zeros_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3532106Z test_sparse_zeros_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3546926Z test_sparse_zeros_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3562218Z test_sparse_zeros_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3577250Z test_sparse_zeros_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3593916Z test_sparse_zeros_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3609193Z test_sparse_zeros_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3624177Z test_sparse_zeros_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3639271Z test_sparse_zeros_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3654417Z test_sparse_zeros_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3669327Z test_sparse_zeros_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3684406Z test_sparse_zeros_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3699364Z test_sparse_zeros_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3714393Z test_sparse_zeros_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3729384Z test_sparse_zeros_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3744408Z test_sparse_zeros_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3759660Z test_sparse_zeros_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3774739Z test_sparse_zeros_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3789758Z test_sparse_zeros_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3804848Z test_sparse_zeros_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3819960Z test_sparse_zeros_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3834618Z test_sparse_zeros_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3849360Z test_sparse_zeros_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3864160Z test_sparse_zeros_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3878929Z test_sparse_zeros_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3893839Z test_sparse_zeros_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3908602Z test_sparse_zeros_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3923479Z test_sparse_zeros_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3939391Z test_sparse_zeros_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3955672Z test_sparse_zeros_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3971887Z test_sparse_zeros_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.3988023Z test_sparse_zeros_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4004329Z test_sparse_zeros_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4022251Z test_sparse_zeros_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4039035Z test_sparse_zeros_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4055050Z test_sparse_zeros_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4070319Z test_sparse_zeros_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4085783Z test_sparse_zeros_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4100383Z test_sparse_zeros_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4115149Z test_sparse_zeros_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4129941Z test_sparse_zeros_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4144736Z test_sparse_zeros_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4160185Z test_sparse_zeros_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4175752Z test_sparse_zeros_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4190956Z test_sparse_zeros_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4206263Z test_sparse_zeros_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4221069Z test_sparse_zeros_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4236042Z test_sparse_zeros_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4250942Z test_sparse_zeros_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4265607Z test_sparse_zeros_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4280620Z test_sparse_zeros_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4296256Z test_sparse_zeros_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4311490Z test_sparse_zeros_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4326400Z test_sparse_zeros_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4341101Z test_sparse_zeros_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4355940Z test_sparse_zeros_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4370800Z test_sparse_zeros_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4385390Z test_sparse_zeros_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4400801Z test_sparse_zeros_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4416176Z test_sparse_zeros_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4431227Z test_sparse_zeros_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4448214Z test_sparse_zeros_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4463201Z test_sparse_zeros_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4477931Z test_sparse_zeros_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4492701Z test_sparse_zeros_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4507542Z test_sparse_zeros_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4522341Z test_sparse_zeros_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4537727Z test_sparse_zeros_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4553036Z test_sparse_zeros_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4568132Z test_sparse_zeros_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4582745Z test_sparse_zeros_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4598251Z test_sparse_zeros_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4612881Z test_sparse_zeros_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4627622Z test_sparse_zeros_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4642834Z test_sparse_zeros_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4657962Z test_sparse_zeros_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4673114Z test_sparse_zeros_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4688260Z test_sparse_zeros_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4703153Z test_sparse_zeros_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4718255Z test_sparse_zeros_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4733244Z test_sparse_zeros_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4749030Z test_sparse_zeros_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4764840Z test_sparse_zeros_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4780578Z test_sparse_zeros_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4797051Z test_sparse_zeros_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4813723Z test_sparse_zeros_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4830017Z test_sparse_zeros_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4846502Z test_sparse_zeros_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4863940Z test_sparse_zeros_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4882117Z test_sparse_zeros_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4898157Z test_sparse_zeros_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4913946Z test_sparse_zeros_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4929373Z test_sparse_zeros_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4944647Z test_sparse_zeros_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4960121Z test_sparse_zeros_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4975686Z test_sparse_zeros_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.4991083Z test_sparse_zeros_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5007024Z test_sparse_zeros_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5022976Z test_sparse_zeros_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5039032Z test_sparse_zeros_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5056094Z test_sparse_zeros_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5072609Z test_sparse_zeros_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5089559Z test_sparse_zeros_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5105963Z test_sparse_zeros_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5123002Z test_sparse_zeros_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5139731Z test_sparse_zeros_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5156306Z test_sparse_zeros_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5173345Z test_sparse_zeros_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5189529Z test_sparse_zeros_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5205551Z test_sparse_zeros_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5221636Z test_sparse_zeros_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5238238Z test_sparse_zeros_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5255100Z test_sparse_zeros_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5271699Z test_sparse_zeros_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5288786Z test_sparse_zeros_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5305437Z test_sparse_zeros_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5322200Z test_sparse_zeros_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5340233Z test_sparse_zeros_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5356828Z test_sparse_zeros_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5371763Z test_sparse_zeros_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5387727Z test_sparse_zeros_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5403746Z test_sparse_zeros_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5419710Z test_sparse_zeros_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5435847Z test_sparse_zeros_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5451821Z test_sparse_zeros_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5467835Z test_sparse_zeros_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5483815Z test_sparse_zeros_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5499831Z test_sparse_zeros_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5515103Z test_sparse_zeros_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5530077Z test_sparse_zeros_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5544065Z test_sparse_zeros_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5558631Z test_sparse_zeros_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5573537Z test_sparse_zeros_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:53:29.5573764Z 2022-09-27T15:53:29.5574255Z ---------------------------------------------------------------------- 2022-09-27T15:53:29.5574694Z Ran 1399 tests in 38.836s 2022-09-27T15:53:29.5574917Z 2022-09-27T15:53:29.5575051Z OK (skipped=138) 2022-09-27T15:53:29.5575197Z 2022-09-27T15:53:29.5575504Z Generating XML reports... 2022-09-27T15:53:29.5779423Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseCPU-20220927155250.xml 2022-09-27T15:53:29.5820721Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCPU-20220927155250.xml 2022-09-27T15:53:29.5823362Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMeta-20220927155250.xml 2022-09-27T15:53:29.6653548Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCPU-20220927155250.xml 2022-09-27T15:53:29.6656754Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20220927155250.xml 2022-09-27T15:53:30.4319808Z Running test_dispatch ... [2022-09-27 15:53:30.431603] 2022-09-27T15:53:30.4320639Z Executing ['/opt/conda/bin/python', '-bb', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:53:30.431684] 2022-09-27T15:53:32.0168337Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:53:32.0907271Z Test results will be stored in test-reports/python-unittest/test_dispatch 2022-09-27T15:53:32.0921019Z 2022-09-27T15:53:32.0921153Z Running tests... 2022-09-27T15:53:32.0921617Z ---------------------------------------------------------------------- 2022-09-27T15:53:34.4041821Z test_all_invariants (__main__.TestDispatch) ... ok (2.248s) 2022-09-27T15:53:34.6251074Z test_computed_table (__main__.TestDispatch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT check_invariants test_dispatch.py line 106 2022-09-27T15:53:34.6251675Z due to: 2022-09-27T15:53:34.6251997Z Traceback (most recent call last): 2022-09-27T15:53:34.6252285Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:53:34.6252721Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:53:34.6253219Z AssertionError: torch.* op returned non-Tensor str call_function 2022-09-27T15:53:34.6253461Z 2022-09-27T15:53:34.6253531Z from user code: 2022-09-27T15:53:34.6253746Z File "test_dispatch.py", line 110, in check_invariants 2022-09-27T15:53:34.6254039Z "{}::{}".format(test_namespace, name)).replace(test_namespace, "test") 2022-09-27T15:53:34.6254187Z 2022-09-27T15:53:34.6254324Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:34.6254547Z ========== 2022-09-27T15:53:34.6811680Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_ops test_dispatch.py line 63 2022-09-27T15:53:34.6812083Z due to: 2022-09-27T15:53:34.6812406Z Traceback (most recent call last): 2022-09-27T15:53:34.6812943Z File "/var/lib/jenkins/torchdynamo/torchdynamo/guards.py", line 577, in compile_check_fn 2022-09-27T15:53:34.6813237Z exec(py_code, global_builder.scope, out) 2022-09-27T15:53:34.6813434Z File "", line 3 2022-09-27T15:53:34.6814922Z return lambda ops,results,{0},{4},{0,{3,{2,{1,**___kwargs_ignored: ___guarded_code.valid and ___check_type_id(ops, 93899291250592) and len(ops) == 5 and ___check_type_id(results, 93899291246752) and set(results.keys()) == {frozenset({3, 4}), frozenset({2, 3, 4}), frozenset({0, 1, 2}), frozenset({0, 1, 2, 3, 4}), frozenset({0, 1}), frozenset({0, 1, 2, 3}), frozenset({1, 2, 3, 4}), frozenset(), frozenset({4}), frozenset({0})} and ___check_type_id(results[frozenset()], 93899361970896) and len(results[frozenset()]) == 3 and ___check_type_id(results[frozenset({0})], 93899361970896) and len(results[frozenset({0})]) == 3 and ___check_type_id(results[frozenset({4})], 93899361970896) and len(results[frozenset({4})]) == 3 and ___check_type_id(results[frozenset({0, 1})], 93899361970896) and len(results[frozenset({0, 1})]) == 3 and ___check_type_id(results[frozenset({3, 4})], 93899361970896) and len(results[frozenset({3, 4})]) == 3 and ___check_type_id(results[frozenset({0, 1, 2})], 93899361970896) and len(results[frozenset({0, 1, 2})]) == 3 and ___check_type_id(results[frozenset({2, 3, 4})], 93899361970896) and len(results[frozenset({2, 3, 4})]) == 3 and ___check_type_id(results[frozenset({0, 1, 2, 3})], 93899361970896) and len(results[frozenset({0, 1, 2, 3})]) == 3 and ___check_type_id(results[frozenset({1, 2, 3, 4})], 93899361970896) and len(results[frozenset({1, 2, 3, 4})]) == 3 and ___check_type_id(results[frozenset({0, 1, 2, 3, 4})], 93899361970896) and len(results[frozenset({0, 1, 2, 3, 4})]) == 3 2022-09-27T15:53:34.6816396Z ^ 2022-09-27T15:53:34.6816574Z SyntaxError: invalid syntax 2022-09-27T15:53:34.6816702Z 2022-09-27T15:53:34.6816833Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:34.6817052Z ========== 2022-09-27T15:53:41.8810683Z ok (7.476s) 2022-09-27T15:53:41.8934425Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... ok (0.012s) 2022-09-27T15:53:41.8967965Z test_computed_table_with_autograd (__main__.TestDispatch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_computed_table_with_autograd test_dispatch.py line 464 2022-09-27T15:53:41.8968608Z due to: 2022-09-27T15:53:41.8968974Z Traceback (most recent call last): 2022-09-27T15:53:41.8969506Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:53:41.8970194Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:53:41.8970733Z AssertionError: torch.* op returned non-Tensor _DispatchModule call_function 2022-09-27T15:53:41.8970985Z 2022-09-27T15:53:41.8971055Z from user code: 2022-09-27T15:53:41.8971277Z File "test_dispatch.py", line 465, in test_computed_table_with_autograd 2022-09-27T15:53:41.8971565Z global_m = C._dispatch_library("IMPL", "_", "AutogradCPU") 2022-09-27T15:53:41.8971713Z 2022-09-27T15:53:41.8971847Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:41.8972067Z ========== 2022-09-27T15:53:41.8977881Z ok (0.004s) 2022-09-27T15:53:42.1009014Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... ok (0.202s) 2022-09-27T15:53:42.3178752Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... ok (0.216s) 2022-09-27T15:53:49.1890800Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... ok (6.871s) 2022-09-27T15:53:49.2013520Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... ok (0.012s) 2022-09-27T15:53:49.2050272Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_computed_table_with_cpu_math test_dispatch.py line 430 2022-09-27T15:53:49.2050800Z due to: 2022-09-27T15:53:49.2050995Z Traceback (most recent call last): 2022-09-27T15:53:49.2051286Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:53:49.2051732Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:53:49.2052279Z AssertionError: torch.* op returned non-Tensor _DispatchModule call_function 2022-09-27T15:53:49.2052532Z 2022-09-27T15:53:49.2052606Z from user code: 2022-09-27T15:53:49.2052856Z File "test_dispatch.py", line 431, in test_computed_table_with_cpu_math 2022-09-27T15:53:49.2053145Z global_m = C._dispatch_library("IMPL", "_", "AutogradCPU") 2022-09-27T15:53:49.2053298Z 2022-09-27T15:53:49.2053420Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:49.2053647Z ========== 2022-09-27T15:53:49.2156092Z ok (0.014s) 2022-09-27T15:53:49.2188942Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_computed_table_with_cpu_math_autogradcpu_fallthrough test_dispatch.py line 367 2022-09-27T15:53:49.2189530Z due to: 2022-09-27T15:53:49.2189979Z Traceback (most recent call last): 2022-09-27T15:53:49.2190265Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:53:49.2190697Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:53:49.2191298Z AssertionError: torch.* op returned non-Tensor _DispatchModule call_function 2022-09-27T15:53:49.2191552Z 2022-09-27T15:53:49.2191625Z from user code: 2022-09-27T15:53:49.2191906Z File "test_dispatch.py", line 368, in test_computed_table_with_cpu_math_autogradcpu_fallthrough 2022-09-27T15:53:49.2192210Z global_m = C._dispatch_library("IMPL", "_", "AutogradCPU") 2022-09-27T15:53:49.2192363Z 2022-09-27T15:53:49.2192496Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:49.2192718Z ========== 2022-09-27T15:53:49.2202930Z ok (0.004s) 2022-09-27T15:53:49.2233476Z test_computed_table_with_math (__main__.TestDispatch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_computed_table_with_math test_dispatch.py line 399 2022-09-27T15:53:49.2234154Z due to: 2022-09-27T15:53:49.2234473Z Traceback (most recent call last): 2022-09-27T15:53:49.2234758Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:53:49.2235212Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:53:49.2235756Z AssertionError: torch.* op returned non-Tensor _DispatchModule call_function 2022-09-27T15:53:49.2236015Z 2022-09-27T15:53:49.2236089Z from user code: 2022-09-27T15:53:49.2236312Z File "test_dispatch.py", line 400, in test_computed_table_with_math 2022-09-27T15:53:49.2236596Z global_m = C._dispatch_library("IMPL", "_", "AutogradCPU") 2022-09-27T15:53:49.2236749Z 2022-09-27T15:53:49.2236884Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:49.2237096Z ========== 2022-09-27T15:53:49.2245678Z ok (0.004s) 2022-09-27T15:53:56.1244719Z test_def (__main__.TestDispatch) ... ok (6.899s) 2022-09-27T15:53:56.1373720Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... ok (0.012s) 2022-09-27T15:53:56.1395427Z test_def_only (__main__.TestDispatch) ... ok (0.002s) 2022-09-27T15:53:56.1415457Z test_def_with_explicit_alias (__main__.TestDispatch) ... ok (0.002s) 2022-09-27T15:53:56.3701640Z test_def_with_inference (__main__.TestDispatch) ... ok (0.228s) 2022-09-27T15:53:56.3774160Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... ok (0.007s) 2022-09-27T15:53:56.3793174Z test_find_dangling_impls (__main__.TestDispatch) ... skip: Installing functorch reveals a dangling impl - aten::postive_ (0.001s) 2022-09-27T15:53:56.3807449Z test_find_dangling_impls_ext (__main__.TestDispatch) ... skip: Installing functorch reveals a dangling impl - aten::positive_ (0.001s) 2022-09-27T15:53:56.5982311Z test_impl_only (__main__.TestDispatch) ... ok (0.217s) 2022-09-27T15:53:56.6085844Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... ok (0.010s) 2022-09-27T15:53:56.6186599Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... ok (0.010s) 2022-09-27T15:53:56.6286615Z test_multiple_def_error (__main__.TestDispatch) ... ok (0.009s) 2022-09-27T15:53:56.6319112Z test_multiple_fallback (__main__.TestDispatch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_multiple_fallback test_dispatch.py line 732 2022-09-27T15:53:56.6319702Z due to: 2022-09-27T15:53:56.6320056Z Traceback (most recent call last): 2022-09-27T15:53:56.6320583Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:53:56.6321049Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:53:56.6321595Z AssertionError: torch.* op returned non-Tensor _DispatchModule call_function 2022-09-27T15:53:56.6322083Z 2022-09-27T15:53:56.6322158Z from user code: 2022-09-27T15:53:56.6322390Z File "test_dispatch.py", line 733, in test_multiple_fallback 2022-09-27T15:53:56.6322641Z global_m = C._dispatch_library("IMPL", "_", "XLA") 2022-09-27T15:53:56.6322784Z 2022-09-27T15:53:56.6322987Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:56.6323208Z ========== 2022-09-27T15:53:56.6423799Z ok (0.013s) 2022-09-27T15:53:56.6448076Z test_overwrite_math (__main__.TestDispatch) ... [W OperatorEntry.cpp:156] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-09-27T15:53:56.6448793Z operator: __test45643__::foo 2022-09-27T15:53:56.6449069Z no debug info 2022-09-27T15:53:56.6449242Z dispatch key: (catch all) 2022-09-27T15:53:56.6449435Z previous kernel: fn1 2022-09-27T15:53:56.6449660Z new kernel: fn2 (function registerKernel) 2022-09-27T15:53:56.6451368Z [W OperatorEntry.cpp:156] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-09-27T15:53:56.6451687Z operator: __test45644__::foo 2022-09-27T15:53:56.6451892Z no debug info 2022-09-27T15:53:56.6452117Z dispatch key: (catch all) 2022-09-27T15:53:56.6452299Z previous kernel: fn1 2022-09-27T15:53:56.6452524Z new kernel: fn2 (function registerKernel) 2022-09-27T15:53:56.6454171Z ok (0.003s) 2022-09-27T15:53:56.6481306Z test_autogradother (__main__.TestPythonDispatcher) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_autogradother test_dispatch.py line 896 2022-09-27T15:53:56.6481944Z due to: 2022-09-27T15:53:56.6482176Z Traceback (most recent call last): 2022-09-27T15:53:56.6482459Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:53:56.6482884Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:53:56.6483414Z AssertionError: torch.* op returned non-Tensor PythonDispatcher call_function 2022-09-27T15:53:56.6483667Z 2022-09-27T15:53:56.6483739Z from user code: 2022-09-27T15:53:56.6483948Z File "test_dispatch.py", line 897, in test_autogradother 2022-09-27T15:53:56.6484194Z dispatcher = PythonDispatcher() 2022-09-27T15:53:56.6484328Z 2022-09-27T15:53:56.6484464Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:56.6484867Z ========== 2022-09-27T15:53:56.6485687Z ok (0.003s) 2022-09-27T15:53:56.6508170Z test_basic (__main__.TestPythonDispatcher) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_basic test_dispatch.py line 804 2022-09-27T15:53:56.6508500Z due to: 2022-09-27T15:53:56.6508672Z Traceback (most recent call last): 2022-09-27T15:53:56.6508954Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:53:56.6509386Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:53:56.6509907Z AssertionError: torch.* op returned non-Tensor PythonDispatcher call_function 2022-09-27T15:53:56.6510155Z 2022-09-27T15:53:56.6510213Z from user code: 2022-09-27T15:53:56.6510449Z File "test_dispatch.py", line 805, in test_basic 2022-09-27T15:53:56.6510823Z dispatcher = PythonDispatcher() 2022-09-27T15:53:56.6510968Z 2022-09-27T15:53:56.6511119Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:56.6511340Z ========== 2022-09-27T15:53:56.6511506Z ok (0.002s) 2022-09-27T15:53:56.6534133Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_defaultbackend_autogradcpu test_dispatch.py line 860 2022-09-27T15:53:56.6534750Z due to: 2022-09-27T15:53:56.6535067Z Traceback (most recent call last): 2022-09-27T15:53:56.6535354Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:53:56.6535989Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:53:56.6536509Z AssertionError: torch.* op returned non-Tensor PythonDispatcher call_function 2022-09-27T15:53:56.6536790Z 2022-09-27T15:53:56.6536976Z from user code: 2022-09-27T15:53:56.6537326Z File "test_dispatch.py", line 861, in test_defaultbackend_autogradcpu 2022-09-27T15:53:56.6537576Z dispatcher = PythonDispatcher() 2022-09-27T15:53:56.6537709Z 2022-09-27T15:53:56.6537841Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:56.6538062Z ========== 2022-09-27T15:53:56.6538213Z ok (0.002s) 2022-09-27T15:53:56.6558340Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_defaultbackend_math test_dispatch.py line 936 2022-09-27T15:53:56.6558888Z due to: 2022-09-27T15:53:56.6559091Z Traceback (most recent call last): 2022-09-27T15:53:56.6559360Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:53:56.6559795Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:53:56.6560317Z AssertionError: torch.* op returned non-Tensor PythonDispatcher call_function 2022-09-27T15:53:56.6560563Z 2022-09-27T15:53:56.6560636Z from user code: 2022-09-27T15:53:56.6560852Z File "test_dispatch.py", line 937, in test_defaultbackend_math 2022-09-27T15:53:56.6561104Z dispatcher = PythonDispatcher() 2022-09-27T15:53:56.6561237Z 2022-09-27T15:53:56.6561420Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:56.6561639Z ========== 2022-09-27T15:53:56.6562154Z ok (0.002s) 2022-09-27T15:53:56.6582018Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_duplicate_registrations test_dispatch.py line 930 2022-09-27T15:53:56.6582636Z due to: 2022-09-27T15:53:56.6582822Z Traceback (most recent call last): 2022-09-27T15:53:56.6583104Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:53:56.6583539Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:53:56.6584172Z AssertionError: torch.* op returned non-Tensor PythonDispatcher call_function 2022-09-27T15:53:56.6584418Z 2022-09-27T15:53:56.6584489Z from user code: 2022-09-27T15:53:56.6584799Z File "test_dispatch.py", line 931, in test_duplicate_registrations 2022-09-27T15:53:56.6585284Z dispatcher = PythonDispatcher() 2022-09-27T15:53:56.6585506Z 2022-09-27T15:53:56.6585647Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:56.6585866Z ========== 2022-09-27T15:53:56.6586026Z ok (0.002s) 2022-09-27T15:53:56.6606710Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_math_autogradcpu test_dispatch.py line 825 2022-09-27T15:53:56.6607257Z due to: 2022-09-27T15:53:56.6607453Z Traceback (most recent call last): 2022-09-27T15:53:56.6607735Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:53:56.6608155Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:53:56.6608665Z AssertionError: torch.* op returned non-Tensor PythonDispatcher call_function 2022-09-27T15:53:56.6608910Z 2022-09-27T15:53:56.6608981Z from user code: 2022-09-27T15:53:56.6609193Z File "test_dispatch.py", line 826, in test_math_autogradcpu 2022-09-27T15:53:56.6609438Z dispatcher = PythonDispatcher() 2022-09-27T15:53:56.6609570Z 2022-09-27T15:53:56.6609702Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:56.6610103Z ========== 2022-09-27T15:53:56.6611192Z ok (0.002s) 2022-09-27T15:53:56.6729118Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_quantized_structured_not_implemented test_dispatch.py line 944 2022-09-27T15:53:56.6729826Z due to: 2022-09-27T15:53:56.6730331Z Traceback (most recent call last): 2022-09-27T15:53:56.6730927Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:53:56.6731388Z return self._op(*args, **kwargs or {}) 2022-09-27T15:53:56.6734725Z NotImplementedError: Could not run 'aten::quantize_per_tensor' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::quantize_per_tensor' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:53:56.6736663Z 2022-09-27T15:53:56.6736968Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:53:56.6737672Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:53:56.6738374Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:53:56.6739068Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:53:56.6739840Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:53:56.6740558Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:53:56.6741267Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:56.6741976Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:53:56.6742700Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:53:56.6743496Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:53:56.6744318Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:56.6745075Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:56.6745837Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:56.6746590Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:56.6747355Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:56.6748097Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:56.6749034Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:56.6749786Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:56.6750608Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:56.6751356Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:56.6752119Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:56.6753106Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:56.6753900Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:56.6754699Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:56.6755506Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:56.6756315Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:53:56.6757058Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T15:53:56.6757754Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:53:56.6758490Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:53:56.6759300Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:53:56.6760177Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:53:56.6760965Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:53:56.6761737Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:53:56.6762534Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:53:56.6763344Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:53:56.6764162Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:53:56.6765076Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:53:56.6765510Z 2022-09-27T15:53:56.6765517Z 2022-09-27T15:53:56.6765774Z During handling of the above exception, another exception occurred: 2022-09-27T15:53:56.6766076Z 2022-09-27T15:53:56.6766240Z Traceback (most recent call last): 2022-09-27T15:53:56.6767004Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 203, in from_real_tensor 2022-09-27T15:53:56.6767656Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-09-27T15:53:56.6768331Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-09-27T15:53:56.6768720Z 2022-09-27T15:53:56.6768968Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:56.6769386Z 2022-09-27T15:53:56.6769547Z Traceback (most recent call last): 2022-09-27T15:53:56.6770057Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:53:56.6770495Z ) from e 2022-09-27T15:53:56.6771179Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:53:56.6771670Z 2022-09-27T15:53:56.6771908Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:56.6772208Z 2022-09-27T15:53:56.6772369Z Traceback (most recent call last): 2022-09-27T15:53:56.6772870Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:53:56.6773343Z raise TorchRuntimeError() from e 2022-09-27T15:53:56.6773762Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:53:56.6774021Z 2022-09-27T15:53:56.6774140Z from user code: 2022-09-27T15:53:56.6774569Z File "test_dispatch.py", line 949, in test_quantized_structured_not_implemented 2022-09-27T15:53:56.6775108Z qx = torch.quantize_per_tensor(x, scale, zero_point, dtype) 2022-09-27T15:53:56.6775384Z 2022-09-27T15:53:56.6775622Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:56.6776023Z ========== 2022-09-27T15:53:56.6776641Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dispatch.py line 956 2022-09-27T15:53:56.6777081Z due to: 2022-09-27T15:53:56.6777404Z Traceback (most recent call last): 2022-09-27T15:53:56.6778102Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 203, in from_real_tensor 2022-09-27T15:53:56.6778746Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-09-27T15:53:56.6779423Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-09-27T15:53:56.6779817Z 2022-09-27T15:53:56.6780062Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:56.6780351Z 2022-09-27T15:53:56.6780514Z Traceback (most recent call last): 2022-09-27T15:53:56.6781018Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:53:56.6781451Z ) from e 2022-09-27T15:53:56.6782058Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:53:56.6782537Z 2022-09-27T15:53:56.6782766Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:56.6783158Z ========== 2022-09-27T15:53:56.6796070Z ok (0.018s) 2022-09-27T15:53:56.6796263Z 2022-09-27T15:53:56.6796615Z ---------------------------------------------------------------------- 2022-09-27T15:53:56.6797006Z Ran 32 tests in 24.587s 2022-09-27T15:53:56.6797191Z 2022-09-27T15:53:56.6797307Z OK (skipped=2) 2022-09-27T15:53:56.6797467Z 2022-09-27T15:53:56.6797582Z Generating XML reports... 2022-09-27T15:53:56.6841285Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20220927155332.xml 2022-09-27T15:53:56.6848756Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20220927155332.xml 2022-09-27T15:53:57.1270693Z Running lazy/test_ts_opinfo ... [2022-09-27 15:53:57.126661] 2022-09-27T15:53:57.1271230Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_ts_opinfo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:53:57.126743] 2022-09-27T15:53:59.4589860Z Test results will be stored in test-reports/python-unittest/lazy.test_ts_opinfo 2022-09-27T15:53:59.4613998Z 2022-09-27T15:53:59.4614173Z Running tests... 2022-09-27T15:53:59.4614618Z ---------------------------------------------------------------------- 2022-09-27T15:53:59.8287099Z test_nonzero_dynamic (__main__.TestLazyDynamicOps) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT lazy/test_ts_opinfo.py line 287 2022-09-27T15:53:59.8287510Z due to: 2022-09-27T15:53:59.8287929Z Traceback (most recent call last): 2022-09-27T15:53:59.8288390Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:53:59.8288726Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:53:59.8289203Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:53:59.8289431Z 2022-09-27T15:53:59.8289567Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:59.8289791Z 2022-09-27T15:53:59.8289884Z Traceback (most recent call last): 2022-09-27T15:53:59.8290151Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:53:59.8290418Z ) from e 2022-09-27T15:53:59.8290778Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:53:59.8291031Z 2022-09-27T15:53:59.8291185Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:59.8291416Z ========== 2022-09-27T15:53:59.9609443Z ok (0.439s) 2022-09-27T15:53:59.9681535Z test_correctness_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT clone_to_device lazy/test_ts_opinfo.py line 199 2022-09-27T15:53:59.9682025Z due to: 2022-09-27T15:53:59.9682269Z Traceback (most recent call last): 2022-09-27T15:53:59.9682711Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:53:59.9683336Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:53:59.9683966Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:53:59.9684300Z 2022-09-27T15:53:59.9684479Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:59.9684814Z 2022-09-27T15:53:59.9684990Z Traceback (most recent call last): 2022-09-27T15:53:59.9685503Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:53:59.9685771Z ) from e 2022-09-27T15:53:59.9686101Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:53:59.9686354Z 2022-09-27T15:53:59.9686487Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:59.9686694Z ========== 2022-09-27T15:53:59.9699172Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT assert_allclose_rec lazy/test_ts_opinfo.py line 206 2022-09-27T15:53:59.9699634Z due to: 2022-09-27T15:53:59.9699996Z Traceback (most recent call last): 2022-09-27T15:53:59.9700626Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:53:59.9700976Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:53:59.9701320Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:53:59.9701529Z 2022-09-27T15:53:59.9701652Z The above exception was the direct cause of the following exception: 2022-09-27T15:53:59.9701815Z 2022-09-27T15:53:59.9701906Z Traceback (most recent call last): 2022-09-27T15:53:59.9702182Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:53:59.9702421Z ) from e 2022-09-27T15:53:59.9702742Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:53:59.9702994Z 2022-09-27T15:53:59.9703123Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:53:59.9703337Z ========== 2022-09-27T15:53:59.9713432Z ok (0.010s) 2022-09-27T15:54:00.2326024Z test_correctness_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.260s) 2022-09-27T15:54:00.6160490Z test_correctness_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.383s) 2022-09-27T15:54:00.6858026Z test_correctness_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.069s) 2022-09-27T15:54:00.7183535Z test_correctness_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-09-27T15:54:00.7228878Z test_correctness_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.004s) 2022-09-27T15:54:00.7987495Z test_correctness_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.075s) 2022-09-27T15:54:00.9265942Z test_correctness_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.127s) 2022-09-27T15:54:00.9999354Z test_correctness_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.073s) 2022-09-27T15:54:01.0051483Z test_correctness_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:01.0702761Z test_correctness_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.064s) 2022-09-27T15:54:01.1926811Z test_correctness_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.122s) 2022-09-27T15:54:01.3814403Z test_correctness_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.188s) 2022-09-27T15:54:02.9368950Z test_correctness_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (1.555s) 2022-09-27T15:54:02.9434148Z test_correctness_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:02.9493922Z test_correctness_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:03.2968296Z test_correctness_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.347s) 2022-09-27T15:54:03.6006957Z test_correctness_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.303s) 2022-09-27T15:54:03.7052979Z test_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.104s) 2022-09-27T15:54:03.7183277Z test_correctness_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:03.7202207Z test_correctness_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.001s) 2022-09-27T15:54:03.7344976Z test_correctness_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:03.7907337Z test_correctness_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.056s) 2022-09-27T15:54:03.8237873Z test_correctness_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-09-27T15:54:03.8733428Z test_correctness_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.049s) 2022-09-27T15:54:03.8786304Z test_correctness_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:03.8924221Z test_correctness_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:03.9060640Z test_correctness_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:03.9196358Z test_correctness_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:03.9334709Z test_correctness_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:03.9397890Z test_correctness_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:04.0197047Z test_correctness_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.079s) 2022-09-27T15:54:04.5800974Z test_correctness_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.560s) 2022-09-27T15:54:04.5936836Z test_correctness_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:04.6063999Z test_correctness_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:04.6197806Z test_correctness_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:04.6238223Z test_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:04.6276189Z test_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:05.1997217Z test_correctness_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.571s) 2022-09-27T15:54:05.3367839Z test_correctness_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.137s) 2022-09-27T15:54:05.3506471Z test_correctness_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:05.3547833Z test_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:05.4103617Z test_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.055s) 2022-09-27T15:54:05.9890545Z test_correctness_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.578s) 2022-09-27T15:54:05.9939563Z test_correctness_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:06.0071785Z test_correctness_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:06.0777645Z test_correctness_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.070s) 2022-09-27T15:54:06.0851817Z test_correctness_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:06.1825563Z test_correctness_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.097s) 2022-09-27T15:54:06.1964015Z test_correctness_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:06.2000810Z test_correctness_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:06.2020879Z test_correctness_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:06.6794113Z test_correctness_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.477s) 2022-09-27T15:54:06.7189306Z test_correctness_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.039s) 2022-09-27T15:54:06.7247128Z test_correctness_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:06.7306372Z test_correctness_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:06.7357294Z test_correctness_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:06.7490317Z test_correctness_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:06.8591162Z test_correctness_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.109s) 2022-09-27T15:54:06.8647794Z test_correctness_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:06.9265413Z test_correctness_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.061s) 2022-09-27T15:54:06.9473947Z test_correctness_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:06.9510746Z test_correctness_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:06.9562484Z test_correctness_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:07.0192299Z test_correctness_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.062s) 2022-09-27T15:54:07.0303386Z test_correctness_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:07.0344838Z test_correctness_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:07.1286051Z test_correctness_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.093s) 2022-09-27T15:54:07.1906495Z test_correctness_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.061s) 2022-09-27T15:54:07.2068167Z test_correctness_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:07.2259714Z test_correctness_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:07.2302762Z test_correctness_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:07.2370420Z test_correctness_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:07.2405428Z test_correctness_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:07.2997079Z test_correctness_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.058s) 2022-09-27T15:54:07.3585235Z test_correctness_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.058s) 2022-09-27T15:54:07.3623344Z test_correctness_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:07.3857791Z test_correctness_with_reusing_ir_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT clone_to_device lazy/test_ts_opinfo.py line 231 2022-09-27T15:54:07.3858353Z due to: 2022-09-27T15:54:07.3859157Z Traceback (most recent call last): 2022-09-27T15:54:07.3859865Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:54:07.3860439Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:54:07.3861033Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:54:07.3861383Z 2022-09-27T15:54:07.3861611Z The above exception was the direct cause of the following exception: 2022-09-27T15:54:07.3861895Z 2022-09-27T15:54:07.3862048Z Traceback (most recent call last): 2022-09-27T15:54:07.3862506Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:54:07.3864619Z ) from e 2022-09-27T15:54:07.3865197Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:54:07.3865639Z 2022-09-27T15:54:07.3865861Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:54:07.3866218Z ========== 2022-09-27T15:54:07.3876597Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT assert_allclose_rec lazy/test_ts_opinfo.py line 238 2022-09-27T15:54:07.3876996Z due to: 2022-09-27T15:54:07.3877283Z Traceback (most recent call last): 2022-09-27T15:54:07.3877951Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:54:07.3878484Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:54:07.3879032Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:54:07.3879330Z 2022-09-27T15:54:07.3879538Z The above exception was the direct cause of the following exception: 2022-09-27T15:54:07.3879901Z 2022-09-27T15:54:07.3880069Z Traceback (most recent call last): 2022-09-27T15:54:07.3880520Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:54:07.3880933Z ) from e 2022-09-27T15:54:07.3881514Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:54:07.3881973Z 2022-09-27T15:54:07.3882186Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:54:07.3882581Z ========== 2022-09-27T15:54:07.3885342Z ok (0.026s) 2022-09-27T15:54:07.4115220Z test_correctness_with_reusing_ir_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:07.4538700Z test_correctness_with_reusing_ir_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.041s) 2022-09-27T15:54:07.4689390Z test_correctness_with_reusing_ir_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:07.4771245Z test_correctness_with_reusing_ir_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:07.4792007Z test_correctness_with_reusing_ir_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.002s) 2022-09-27T15:54:07.4969055Z test_correctness_with_reusing_ir_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:07.5172743Z test_correctness_with_reusing_ir_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:07.5654688Z test_correctness_with_reusing_ir_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.047s) 2022-09-27T15:54:07.7172362Z test_correctness_with_reusing_ir_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.151s) 2022-09-27T15:54:07.7516324Z test_correctness_with_reusing_ir_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.034s) 2022-09-27T15:54:07.8280574Z test_correctness_with_reusing_ir_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.076s) 2022-09-27T15:54:07.8382268Z test_correctness_with_reusing_ir_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:09.0842350Z test_correctness_with_reusing_ir_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (1.245s) 2022-09-27T15:54:09.0909136Z test_correctness_with_reusing_ir_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:09.0972407Z test_correctness_with_reusing_ir_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:09.1902947Z test_correctness_with_reusing_ir_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.092s) 2022-09-27T15:54:09.2048312Z test_correctness_with_reusing_ir_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:09.2189382Z test_correctness_with_reusing_ir_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:09.2330155Z test_correctness_with_reusing_ir_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:09.2352145Z test_correctness_with_reusing_ir_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.002s) 2022-09-27T15:54:09.2520735Z test_correctness_with_reusing_ir_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:09.2580413Z test_correctness_with_reusing_ir_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:09.2704089Z test_correctness_with_reusing_ir_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:09.2744285Z test_correctness_with_reusing_ir_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:09.2797677Z test_correctness_with_reusing_ir_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:09.2993768Z test_correctness_with_reusing_ir_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:09.3145820Z test_correctness_with_reusing_ir_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:09.3290556Z test_correctness_with_reusing_ir_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:09.3435004Z test_correctness_with_reusing_ir_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:09.3492207Z test_correctness_with_reusing_ir_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:09.3548217Z test_correctness_with_reusing_ir_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:09.3704889Z test_correctness_with_reusing_ir_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:09.3849631Z test_correctness_with_reusing_ir_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:09.3973450Z test_correctness_with_reusing_ir_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:09.4116406Z test_correctness_with_reusing_ir_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:09.4158740Z test_correctness_with_reusing_ir_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:09.4215398Z test_correctness_with_reusing_ir_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:09.9927233Z test_correctness_with_reusing_ir_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.571s) 2022-09-27T15:54:10.0169761Z test_correctness_with_reusing_ir_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:10.0308673Z test_correctness_with_reusing_ir_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:10.0351642Z test_correctness_with_reusing_ir_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:10.0399104Z test_correctness_with_reusing_ir_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:10.6120736Z test_correctness_with_reusing_ir_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.571s) 2022-09-27T15:54:10.6165791Z test_correctness_with_reusing_ir_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:10.6306986Z test_correctness_with_reusing_ir_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:10.6348896Z test_correctness_with_reusing_ir_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:10.6430446Z test_correctness_with_reusing_ir_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:10.8034058Z test_correctness_with_reusing_ir_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.160s) 2022-09-27T15:54:10.8181392Z test_correctness_with_reusing_ir_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:10.8219696Z test_correctness_with_reusing_ir_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:10.8240626Z test_correctness_with_reusing_ir_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.002s) 2022-09-27T15:54:11.2549642Z test_correctness_with_reusing_ir_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.430s) 2022-09-27T15:54:11.2954860Z test_correctness_with_reusing_ir_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:11.3018263Z test_correctness_with_reusing_ir_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:11.3931305Z test_correctness_with_reusing_ir_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.091s) 2022-09-27T15:54:11.3995627Z test_correctness_with_reusing_ir_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:11.4148220Z test_correctness_with_reusing_ir_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:11.4777687Z test_correctness_with_reusing_ir_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.062s) 2022-09-27T15:54:11.4841668Z test_correctness_with_reusing_ir_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:11.5088123Z test_correctness_with_reusing_ir_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:11.5187203Z test_correctness_with_reusing_ir_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:11.5225916Z test_correctness_with_reusing_ir_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:11.5281842Z test_correctness_with_reusing_ir_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:11.8857804Z test_correctness_with_reusing_ir_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.357s) 2022-09-27T15:54:11.9108364Z test_correctness_with_reusing_ir_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:11.9525001Z test_correctness_with_reusing_ir_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.041s) 2022-09-27T15:54:11.9662965Z test_correctness_with_reusing_ir_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:11.9782920Z test_correctness_with_reusing_ir_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:11.9981985Z test_correctness_with_reusing_ir_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:12.0177086Z test_correctness_with_reusing_ir_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:12.0224904Z test_correctness_with_reusing_ir_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:12.0391764Z test_correctness_with_reusing_ir_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:12.0437803Z test_correctness_with_reusing_ir_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:12.1056753Z test_correctness_with_reusing_ir_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.061s) 2022-09-27T15:54:12.1670428Z test_correctness_with_reusing_ir_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.061s) 2022-09-27T15:54:12.1710664Z test_correctness_with_reusing_ir_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:12.1997833Z test_dispatched_to_lazy_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT lazy/test_ts_opinfo.py line 168 2022-09-27T15:54:12.1998455Z due to: 2022-09-27T15:54:12.1998746Z Traceback (most recent call last): 2022-09-27T15:54:12.1999443Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:54:12.2000057Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:54:12.2000648Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:54:12.2000987Z 2022-09-27T15:54:12.2001217Z The above exception was the direct cause of the following exception: 2022-09-27T15:54:12.2001494Z 2022-09-27T15:54:12.2001654Z Traceback (most recent call last): 2022-09-27T15:54:12.2002128Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:54:12.2002521Z ) from e 2022-09-27T15:54:12.2003085Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:54:12.2003521Z 2022-09-27T15:54:12.2003742Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:54:12.2004111Z ========== 2022-09-27T15:54:12.2012520Z ok (0.030s) 2022-09-27T15:54:12.2243614Z test_dispatched_to_lazy_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:12.2584004Z test_dispatched_to_lazy_addcdiv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.033s) 2022-09-27T15:54:12.9481236Z test_dispatched_to_lazy_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.689s) 2022-09-27T15:54:12.9625757Z test_dispatched_to_lazy_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:13.0810211Z test_dispatched_to_lazy_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.118s) 2022-09-27T15:54:13.1089106Z test_dispatched_to_lazy_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.027s) 2022-09-27T15:54:13.1245814Z test_dispatched_to_lazy_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:13.1427769Z test_dispatched_to_lazy_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:13.1588507Z test_dispatched_to_lazy_bernoulli_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:13.1689232Z test_dispatched_to_lazy_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:13.1849688Z test_dispatched_to_lazy_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:13.1990477Z test_dispatched_to_lazy_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:13.2162545Z test_dispatched_to_lazy_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.016s) 2022-09-27T15:54:13.2559596Z test_dispatched_to_lazy_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.039s) 2022-09-27T15:54:13.2668740Z test_dispatched_to_lazy_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:13.2785906Z test_dispatched_to_lazy_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:13.2914106Z test_dispatched_to_lazy_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:13.7267291Z test_dispatched_to_lazy_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.435s) 2022-09-27T15:54:13.7358444Z test_dispatched_to_lazy_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:13.7442805Z test_dispatched_to_lazy_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:13.7462092Z test_dispatched_to_lazy_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.001s) 2022-09-27T15:54:13.7554614Z test_dispatched_to_lazy_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:13.7931664Z test_dispatched_to_lazy_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.037s) 2022-09-27T15:54:13.7998351Z test_dispatched_to_lazy_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:13.8393487Z test_dispatched_to_lazy_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.039s) 2022-09-27T15:54:13.8430337Z test_dispatched_to_lazy_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:13.8517202Z test_dispatched_to_lazy_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:13.8585564Z test_dispatched_to_lazy_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:13.8911419Z test_dispatched_to_lazy_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-09-27T15:54:13.8974005Z test_dispatched_to_lazy_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:13.9022896Z test_dispatched_to_lazy_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:13.9364727Z test_dispatched_to_lazy_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.033s) 2022-09-27T15:54:13.9427227Z test_dispatched_to_lazy_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:13.9488473Z test_dispatched_to_lazy_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:13.9541337Z test_dispatched_to_lazy_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:13.9578004Z test_dispatched_to_lazy_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:13.9626925Z test_dispatched_to_lazy_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:13.9678575Z test_dispatched_to_lazy_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:13.9770225Z test_dispatched_to_lazy_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:13.9822813Z test_dispatched_to_lazy_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.0405781Z test_dispatched_to_lazy_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.058s) 2022-09-27T15:54:14.1335692Z test_dispatched_to_lazy_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.092s) 2022-09-27T15:54:14.1393203Z test_dispatched_to_lazy_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.1432730Z test_dispatched_to_lazy_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:14.1486623Z test_dispatched_to_lazy_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.1523942Z test_dispatched_to_lazy_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:14.1596139Z test_dispatched_to_lazy_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:14.1652218Z test_dispatched_to_lazy_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.1682838Z test_dispatched_to_lazy_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:14.1773575Z test_dispatched_to_lazy_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:14.1806810Z test_dispatched_to_lazy_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:14.1841168Z test_dispatched_to_lazy_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:14.1876125Z test_dispatched_to_lazy_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:14.1928156Z test_dispatched_to_lazy_pow_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.1962478Z test_dispatched_to_lazy_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:14.2042670Z test_dispatched_to_lazy_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:14.2228903Z test_dispatched_to_lazy_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:14.2264487Z test_dispatched_to_lazy_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:14.2418917Z test_dispatched_to_lazy_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:14.2468494Z test_dispatched_to_lazy_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:14.2499921Z test_dispatched_to_lazy_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:14.2827528Z test_dispatched_to_lazy_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-09-27T15:54:14.2898161Z test_dispatched_to_lazy_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.2996451Z test_dispatched_to_lazy_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:14.3032997Z test_dispatched_to_lazy_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:14.3074326Z test_dispatched_to_lazy_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:14.3133983Z test_dispatched_to_lazy_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.3189400Z test_dispatched_to_lazy_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.3465026Z test_dispatched_to_lazy_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.027s) 2022-09-27T15:54:14.3499617Z test_dispatched_to_lazy_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:14.3575077Z test_dispatched_to_lazy_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:14.3605010Z test_dispatched_to_lazy_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:14.3647199Z test_dispatched_to_lazy_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:14.4170708Z test_dispatched_to_lazy_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.052s) 2022-09-27T15:54:14.4208253Z test_dispatched_to_lazy_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:14.4228393Z testConvolutionBackward (__main__.TestLazyTensor) ... skip: Disable until autograd supports symints (0.001s) 2022-09-27T15:54:14.4325554Z test_tensor_ctr (__main__.TestLazyTensor) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT lazy/test_ts_opinfo.py line 138 2022-09-27T15:54:14.4326129Z due to: 2022-09-27T15:54:14.4326428Z Traceback (most recent call last): 2022-09-27T15:54:14.4327122Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:54:14.4327728Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:54:14.4328314Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:54:14.4328648Z 2022-09-27T15:54:14.4328873Z The above exception was the direct cause of the following exception: 2022-09-27T15:54:14.4329149Z 2022-09-27T15:54:14.4329303Z Traceback (most recent call last): 2022-09-27T15:54:14.4329767Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:54:14.4330157Z ) from e 2022-09-27T15:54:14.4330716Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:54:14.4331426Z 2022-09-27T15:54:14.4331658Z The above exception was the direct cause of the following exception: 2022-09-27T15:54:14.4331938Z 2022-09-27T15:54:14.4332094Z Traceback (most recent call last): 2022-09-27T15:54:14.4332620Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:54:14.4333083Z raise TorchRuntimeError() from e 2022-09-27T15:54:14.4333470Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:54:14.4333705Z 2022-09-27T15:54:14.4333808Z from user code: 2022-09-27T15:54:14.4334206Z File "lazy/test_ts_opinfo.py", line 140, in 2022-09-27T15:54:14.4334761Z inp_lazy = torch.tensor([[1, 2, 3, 4, 5]], device='lazy') 2022-09-27T15:54:14.4335000Z 2022-09-27T15:54:14.4335222Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:54:14.4335578Z ========== 2022-09-27T15:54:14.4360819Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT foo lazy/test_ts_opinfo.py line 142 2022-09-27T15:54:14.4361263Z due to: 2022-09-27T15:54:14.4361577Z Traceback (most recent call last): 2022-09-27T15:54:14.4362247Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:54:14.4362847Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:54:14.4363438Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:54:14.4363774Z 2022-09-27T15:54:14.4364006Z The above exception was the direct cause of the following exception: 2022-09-27T15:54:14.4364287Z 2022-09-27T15:54:14.4364445Z Traceback (most recent call last): 2022-09-27T15:54:14.4364973Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:54:14.4365372Z ) from e 2022-09-27T15:54:14.4365936Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:54:14.4366381Z 2022-09-27T15:54:14.4366601Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:54:14.4366974Z ========== 2022-09-27T15:54:14.4371214Z ok (0.014s) 2022-09-27T15:54:14.4626567Z test_view_mark_step_preserved (__main__.TestLazyTensor) ... ok (0.025s) 2022-09-27T15:54:14.4626880Z 2022-09-27T15:54:14.4627872Z ---------------------------------------------------------------------- 2022-09-27T15:54:14.4628334Z Ran 234 tests in 15.001s 2022-09-27T15:54:14.4628523Z 2022-09-27T15:54:14.4628688Z OK (skipped=8, expected failures=2) 2022-09-27T15:54:14.4628889Z 2022-09-27T15:54:14.4629030Z Generating XML reports... 2022-09-27T15:54:14.4667597Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20220927155359.xml 2022-09-27T15:54:14.4834213Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyOpInfoCPU-20220927155359.xml 2022-09-27T15:54:14.4838006Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20220927155359.xml 2022-09-27T15:54:15.0058038Z Running test_masked ... [2022-09-27 15:54:15.005444] 2022-09-27T15:54:15.0058564Z Executing ['/opt/conda/bin/python', '-bb', 'test_masked.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:54:15.005525] 2022-09-27T15:54:17.2497440Z Test results will be stored in test-reports/python-unittest/test_masked 2022-09-27T15:54:17.2523992Z 2022-09-27T15:54:17.2524211Z Running tests... 2022-09-27T15:54:17.2524636Z ---------------------------------------------------------------------- 2022-09-27T15:54:18.7316539Z test_mask_layout_sparse_coo__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (1.415s) 2022-09-27T15:54:18.8951918Z test_mask_layout_sparse_coo__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.163s) 2022-09-27T15:54:19.0568196Z test_mask_layout_sparse_coo__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.161s) 2022-09-27T15:54:19.2161225Z test_mask_layout_sparse_coo__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.159s) 2022-09-27T15:54:19.2200578Z test_mask_layout_sparse_coo__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:54:19.2215472Z test_mask_layout_sparse_coo__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:19.2228140Z test_mask_layout_sparse_coo__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:19.2241088Z test_mask_layout_sparse_coo__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:19.2254004Z test_mask_layout_sparse_coo__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:19.3867652Z test_mask_layout_sparse_coo__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.161s) 2022-09-27T15:54:19.5478712Z test_mask_layout_sparse_coo__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.160s) 2022-09-27T15:54:19.7073274Z test_mask_layout_sparse_coo__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.159s) 2022-09-27T15:54:19.8670494Z test_mask_layout_sparse_coo__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.159s) 2022-09-27T15:54:19.8686246Z test_mask_layout_sparse_coo__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:19.8701097Z test_mask_layout_sparse_coo__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:19.8714857Z test_mask_layout_sparse_coo__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:19.8727800Z test_mask_layout_sparse_coo__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:19.8740407Z test_mask_layout_sparse_coo__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:19.8761819Z test_mask_layout_sparse_coo__masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.002s) 2022-09-27T15:54:19.8775295Z test_mask_layout_sparse_coo__masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:19.8787973Z test_mask_layout_sparse_coo__masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:19.8801358Z test_mask_layout_sparse_coo__masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:19.8819688Z test_mask_layout_sparse_coo__masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-09-27T15:54:19.8837501Z test_mask_layout_sparse_coo__masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-09-27T15:54:19.8855029Z test_mask_layout_sparse_coo__masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-09-27T15:54:19.8867964Z test_mask_layout_sparse_coo__masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:19.8880978Z test_mask_layout_sparse_coo__masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:19.8895623Z test_mask_layout_sparse_coo__masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:19.8908421Z test_mask_layout_sparse_coo__masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:19.8922245Z test_mask_layout_sparse_coo__masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:20.0027723Z test_mask_layout_sparse_coo__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.110s) 2022-09-27T15:54:20.1147449Z test_mask_layout_sparse_coo__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.111s) 2022-09-27T15:54:20.2270385Z test_mask_layout_sparse_coo__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.112s) 2022-09-27T15:54:20.3765369Z test_mask_layout_sparse_coo__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.149s) 2022-09-27T15:54:20.5242902Z test_mask_layout_sparse_coo__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.147s) 2022-09-27T15:54:20.6328658Z test_mask_layout_sparse_coo__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.108s) 2022-09-27T15:54:20.7415779Z test_mask_layout_sparse_coo__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.108s) 2022-09-27T15:54:20.8486800Z test_mask_layout_sparse_coo__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.106s) 2022-09-27T15:54:20.9577421Z test_mask_layout_sparse_coo__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.108s) 2022-09-27T15:54:21.0645756Z test_mask_layout_sparse_coo__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.106s) 2022-09-27T15:54:21.2232305Z test_mask_layout_sparse_coo__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.158s) 2022-09-27T15:54:21.3401055Z test_mask_layout_sparse_coo__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.116s) 2022-09-27T15:54:21.4631337Z test_mask_layout_sparse_coo__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.122s) 2022-09-27T15:54:21.5844973Z test_mask_layout_sparse_coo__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.121s) 2022-09-27T15:54:21.7431301Z test_mask_layout_sparse_coo__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.158s) 2022-09-27T15:54:21.9011905Z test_mask_layout_sparse_coo__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.157s) 2022-09-27T15:54:22.0567334Z test_mask_layout_sparse_coo__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.155s) 2022-09-27T15:54:22.1726736Z test_mask_layout_sparse_coo__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.115s) 2022-09-27T15:54:22.2892381Z test_mask_layout_sparse_coo__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.116s) 2022-09-27T15:54:22.4044322Z test_mask_layout_sparse_coo__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.115s) 2022-09-27T15:54:22.5205738Z test_mask_layout_sparse_coo__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.115s) 2022-09-27T15:54:22.6349110Z test_mask_layout_sparse_coo__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.114s) 2022-09-27T15:54:22.6698993Z test_mask_layout_sparse_csr__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-09-27T15:54:22.7044035Z test_mask_layout_sparse_csr__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-09-27T15:54:22.7391170Z test_mask_layout_sparse_csr__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-09-27T15:54:22.7732136Z test_mask_layout_sparse_csr__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-09-27T15:54:22.7746842Z test_mask_layout_sparse_csr__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:22.7761356Z test_mask_layout_sparse_csr__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:22.7774689Z test_mask_layout_sparse_csr__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:22.7787707Z test_mask_layout_sparse_csr__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:22.7800895Z test_mask_layout_sparse_csr__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:22.8148229Z test_mask_layout_sparse_csr__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-09-27T15:54:22.8495577Z test_mask_layout_sparse_csr__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-09-27T15:54:22.8842671Z test_mask_layout_sparse_csr__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-09-27T15:54:22.9182402Z test_mask_layout_sparse_csr__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-09-27T15:54:22.9197752Z test_mask_layout_sparse_csr__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:22.9211848Z test_mask_layout_sparse_csr__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:22.9225817Z test_mask_layout_sparse_csr__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:22.9239100Z test_mask_layout_sparse_csr__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:22.9252804Z test_mask_layout_sparse_csr__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:22.9520676Z test_mask_layout_sparse_csr__masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.026s) 2022-09-27T15:54:22.9535041Z test_mask_layout_sparse_csr__masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:22.9548683Z test_mask_layout_sparse_csr__masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:22.9562157Z test_mask_layout_sparse_csr__masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:22.9825556Z test_mask_layout_sparse_csr__masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.026s) 2022-09-27T15:54:23.0087716Z test_mask_layout_sparse_csr__masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.026s) 2022-09-27T15:54:23.0351788Z test_mask_layout_sparse_csr__masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.026s) 2022-09-27T15:54:23.0367740Z test_mask_layout_sparse_csr__masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:23.0382098Z test_mask_layout_sparse_csr__masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:23.0395390Z test_mask_layout_sparse_csr__masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:23.0408957Z test_mask_layout_sparse_csr__masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:23.0421427Z test_mask_layout_sparse_csr__masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:23.0530539Z test_mask_layout_sparse_csr__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.010s) 2022-09-27T15:54:23.0642876Z test_mask_layout_sparse_csr__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-09-27T15:54:23.0754742Z test_mask_layout_sparse_csr__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-09-27T15:54:23.1086328Z test_mask_layout_sparse_csr__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-09-27T15:54:23.1418330Z test_mask_layout_sparse_csr__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-09-27T15:54:23.1528192Z test_mask_layout_sparse_csr__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-09-27T15:54:23.1639270Z test_mask_layout_sparse_csr__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-09-27T15:54:23.1744204Z test_mask_layout_sparse_csr__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-09-27T15:54:23.1854704Z test_mask_layout_sparse_csr__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-09-27T15:54:23.1959910Z test_mask_layout_sparse_csr__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-09-27T15:54:23.2304600Z test_mask_layout_sparse_csr__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-09-27T15:54:23.2421439Z test_mask_layout_sparse_csr__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T15:54:23.2543943Z test_mask_layout_sparse_csr__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T15:54:23.2667221Z test_mask_layout_sparse_csr__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-09-27T15:54:23.3007979Z test_mask_layout_sparse_csr__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-09-27T15:54:23.3346677Z test_mask_layout_sparse_csr__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-09-27T15:54:23.3686947Z test_mask_layout_sparse_csr__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-09-27T15:54:23.3807760Z test_mask_layout_sparse_csr__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T15:54:23.3928279Z test_mask_layout_sparse_csr__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T15:54:23.4042009Z test_mask_layout_sparse_csr__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T15:54:23.4165093Z test_mask_layout_sparse_csr__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T15:54:23.4281600Z test_mask_layout_sparse_csr__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T15:54:23.5115332Z test_mask_layout_strided__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.082s) 2022-09-27T15:54:23.5946621Z test_mask_layout_strided__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.082s) 2022-09-27T15:54:23.6776609Z test_mask_layout_strided__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.082s) 2022-09-27T15:54:23.7597671Z test_mask_layout_strided__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.081s) 2022-09-27T15:54:23.7612380Z test_mask_layout_strided__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:23.7625814Z test_mask_layout_strided__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:23.7639268Z test_mask_layout_strided__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:23.7652635Z test_mask_layout_strided__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:23.7665512Z test_mask_layout_strided__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:23.8498425Z test_mask_layout_strided__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.083s) 2022-09-27T15:54:23.9327393Z test_mask_layout_strided__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.082s) 2022-09-27T15:54:24.0151504Z test_mask_layout_strided__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.082s) 2022-09-27T15:54:24.0966151Z test_mask_layout_strided__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.081s) 2022-09-27T15:54:24.0981809Z test_mask_layout_strided__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:24.0995645Z test_mask_layout_strided__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:24.1009249Z test_mask_layout_strided__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:24.1022524Z test_mask_layout_strided__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:24.1035893Z test_mask_layout_strided__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:24.1644421Z test_mask_layout_strided__masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.060s) 2022-09-27T15:54:24.1660578Z test_mask_layout_strided__masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:24.1674593Z test_mask_layout_strided__masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:24.1688488Z test_mask_layout_strided__masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:24.2289684Z test_mask_layout_strided__masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.059s) 2022-09-27T15:54:24.2889142Z test_mask_layout_strided__masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.059s) 2022-09-27T15:54:24.3476887Z test_mask_layout_strided__masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.058s) 2022-09-27T15:54:24.3492470Z test_mask_layout_strided__masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:24.3505661Z test_mask_layout_strided__masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:24.3518935Z test_mask_layout_strided__masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:24.3531339Z test_mask_layout_strided__masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:24.3544194Z test_mask_layout_strided__masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:24.4118318Z test_mask_layout_strided__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.057s) 2022-09-27T15:54:24.4772720Z test_mask_layout_strided__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.065s) 2022-09-27T15:54:24.5435394Z test_mask_layout_strided__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.065s) 2022-09-27T15:54:24.6265673Z test_mask_layout_strided__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.082s) 2022-09-27T15:54:24.7076768Z test_mask_layout_strided__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.080s) 2022-09-27T15:54:24.7657521Z test_mask_layout_strided__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.057s) 2022-09-27T15:54:24.8240256Z test_mask_layout_strided__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.058s) 2022-09-27T15:54:24.8806265Z test_mask_layout_strided__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.056s) 2022-09-27T15:54:24.9381088Z test_mask_layout_strided__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.057s) 2022-09-27T15:54:24.9955720Z test_mask_layout_strided__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.057s) 2022-09-27T15:54:25.0780461Z test_mask_layout_strided__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.082s) 2022-09-27T15:54:25.1344910Z test_mask_layout_strided__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.056s) 2022-09-27T15:54:25.2004130Z test_mask_layout_strided__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.065s) 2022-09-27T15:54:25.2658513Z test_mask_layout_strided__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.065s) 2022-09-27T15:54:25.3479752Z test_mask_layout_strided__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.081s) 2022-09-27T15:54:25.4296848Z test_mask_layout_strided__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.081s) 2022-09-27T15:54:25.5103822Z test_mask_layout_strided__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.080s) 2022-09-27T15:54:25.5665194Z test_mask_layout_strided__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.055s) 2022-09-27T15:54:25.6227652Z test_mask_layout_strided__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.056s) 2022-09-27T15:54:25.6777852Z test_mask_layout_strided__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.054s) 2022-09-27T15:54:25.7346352Z test_mask_layout_strided__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.056s) 2022-09-27T15:54:25.7906807Z test_mask_layout_strided__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.055s) 2022-09-27T15:54:25.9415410Z test_reference_masked__masked_log_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.150s) 2022-09-27T15:54:25.9723134Z test_reference_masked__masked_log_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.030s) 2022-09-27T15:54:25.9943629Z test_reference_masked__masked_log_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.021s) 2022-09-27T15:54:26.3177735Z test_reference_masked__masked_norm_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.323s) 2022-09-27T15:54:26.5142032Z test_reference_masked__masked_norm_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.195s) 2022-09-27T15:54:26.7095404Z test_reference_masked__masked_norm_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.194s) 2022-09-27T15:54:26.9037380Z test_reference_masked__masked_norm_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.193s) 2022-09-27T15:54:26.9918264Z test_reference_masked__masked_normalize_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.087s) 2022-09-27T15:54:27.0217140Z test_reference_masked__masked_normalize_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.029s) 2022-09-27T15:54:27.0509065Z test_reference_masked__masked_normalize_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.029s) 2022-09-27T15:54:27.0683998Z test_reference_masked__masked_normalize_cpu_float16 (__main__.TestMaskedCPU) ... expected failure (0.017s) 2022-09-27T15:54:27.0939584Z test_reference_masked__masked_normalize_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.025s) 2022-09-27T15:54:27.1188528Z test_reference_masked__masked_normalize_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.024s) 2022-09-27T15:54:27.1622961Z test_reference_masked__masked_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.043s) 2022-09-27T15:54:27.1873278Z test_reference_masked__masked_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.024s) 2022-09-27T15:54:27.2034940Z test_reference_masked__masked_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.015s) 2022-09-27T15:54:27.2485945Z test_reference_masked__masked_softmin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.044s) 2022-09-27T15:54:27.2752720Z test_reference_masked__masked_softmin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.026s) 2022-09-27T15:54:27.2926131Z test_reference_masked__masked_softmin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.017s) 2022-09-27T15:54:27.4647576Z test_reference_masked__masked_std_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.171s) 2022-09-27T15:54:27.5836432Z test_reference_masked__masked_std_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.118s) 2022-09-27T15:54:27.7004468Z test_reference_masked__masked_std_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.116s) 2022-09-27T15:54:27.8259634Z test_reference_masked__masked_std_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.124s) 2022-09-27T15:54:27.9498040Z test_reference_masked__masked_std_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.123s) 2022-09-27T15:54:27.9550494Z test_reference_masked__masked_std_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T15:54:27.9599139Z test_reference_masked__masked_std_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T15:54:27.9646975Z test_reference_masked__masked_std_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T15:54:27.9694375Z test_reference_masked__masked_std_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T15:54:27.9744559Z test_reference_masked__masked_std_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.005s) 2022-09-27T15:54:28.1462895Z test_reference_masked__masked_var_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.171s) 2022-09-27T15:54:28.2494674Z test_reference_masked__masked_var_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.103s) 2022-09-27T15:54:28.3513198Z test_reference_masked__masked_var_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.101s) 2022-09-27T15:54:28.4564941Z test_reference_masked__masked_var_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.104s) 2022-09-27T15:54:28.5672383Z test_reference_masked__masked_var_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.110s) 2022-09-27T15:54:28.6762043Z test_reference_masked__masked_var_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.108s) 2022-09-27T15:54:28.6814096Z test_reference_masked__masked_var_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T15:54:28.6862082Z test_reference_masked__masked_var_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T15:54:28.6913087Z test_reference_masked__masked_var_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.005s) 2022-09-27T15:54:28.6961022Z test_reference_masked__masked_var_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T15:54:28.7008416Z test_reference_masked__masked_var_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T15:54:28.7902537Z test_where_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.089s) 2022-09-27T15:54:28.8359350Z test_where_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.045s) 2022-09-27T15:54:28.8609312Z test_where_csr_fill_value_0_cpu (__main__.TestMaskedCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_masked.py line 356 2022-09-27T15:54:28.8609879Z due to: 2022-09-27T15:54:28.8610222Z Traceback (most recent call last): 2022-09-27T15:54:28.8610794Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:54:28.8611251Z return self._op(*args, **kwargs or {}) 2022-09-27T15:54:28.8614673Z NotImplementedError: Could not run 'aten::to_sparse_csr' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_sparse_csr' is only available for these backends: [CPU, SparseCPU, SparseCsrCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:54:28.8616748Z 2022-09-27T15:54:28.8617019Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:54:28.8617656Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T15:54:28.8618338Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-09-27T15:54:28.8619089Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:54:28.8619833Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:54:28.8620583Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:54:28.8621353Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:54:28.8622062Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:54:28.8622710Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:54:28.8623370Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:54:28.8624043Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:54:28.8624778Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:54:28.8625513Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8626217Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8626918Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8627618Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8628418Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8629113Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8629867Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8630564Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8631292Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8631984Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8632691Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8633569Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8634294Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8635035Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8635771Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8636522Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8637213Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp:12947 [kernel] 2022-09-27T15:54:28.8637871Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:54:28.8638552Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:54:28.8639303Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:54:28.8640100Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:54:28.8640846Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:54:28.8641558Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:54:28.8642311Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:54:28.8643041Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:54:28.8643822Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:54:28.8644599Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:54:28.8645047Z 2022-09-27T15:54:28.8645054Z 2022-09-27T15:54:28.8645284Z During handling of the above exception, another exception occurred: 2022-09-27T15:54:28.8645568Z 2022-09-27T15:54:28.8645723Z Traceback (most recent call last): 2022-09-27T15:54:28.8646316Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T15:54:28.8646858Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T15:54:28.8647476Z NotImplementedError: Cannot access storage of SparseCsrTensorImpl 2022-09-27T15:54:28.8647773Z 2022-09-27T15:54:28.8647985Z The above exception was the direct cause of the following exception: 2022-09-27T15:54:28.8648260Z 2022-09-27T15:54:28.8648411Z Traceback (most recent call last): 2022-09-27T15:54:28.8648931Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:54:28.8649389Z raise TorchRuntimeError() from e 2022-09-27T15:54:28.8649765Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:54:28.8650002Z 2022-09-27T15:54:28.8650116Z from user code: 2022-09-27T15:54:28.8650488Z File "test_masked.py", line 357, in 2022-09-27T15:54:28.8650850Z mask = to_sparse(mask) 2022-09-27T15:54:28.8651039Z 2022-09-27T15:54:28.8651260Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:54:28.8651630Z ========== 2022-09-27T15:54:28.8707182Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT to_sparse test_masked.py line 342 2022-09-27T15:54:28.8707629Z due to: 2022-09-27T15:54:28.8707928Z Traceback (most recent call last): 2022-09-27T15:54:28.8708509Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:54:28.8708945Z return self._op(*args, **kwargs or {}) 2022-09-27T15:54:28.8712385Z NotImplementedError: Could not run 'aten::to_sparse_csr' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_sparse_csr' is only available for these backends: [CPU, SparseCPU, SparseCsrCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:54:28.8714606Z 2022-09-27T15:54:28.8714877Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:54:28.8715511Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T15:54:28.8716196Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-09-27T15:54:28.8716959Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:54:28.8717707Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:54:28.8718449Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:54:28.8719222Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:54:28.8719928Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:54:28.8720576Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:54:28.8721233Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:54:28.8721939Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:54:28.8722838Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:54:28.8723585Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8724330Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8725080Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8725775Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8726470Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8727151Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8727839Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8728524Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8729205Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8729876Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8730576Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8731267Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8731987Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8732724Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8733469Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8734207Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:54:28.8734899Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp:12947 [kernel] 2022-09-27T15:54:28.8735549Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:54:28.8736238Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:54:28.8736989Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:54:28.8737788Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:54:28.8738541Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:54:28.8739246Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:54:28.8739984Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:54:28.8740720Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:54:28.8741539Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:54:28.8742308Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:54:28.8742699Z 2022-09-27T15:54:28.8742706Z 2022-09-27T15:54:28.8742974Z During handling of the above exception, another exception occurred: 2022-09-27T15:54:28.8743254Z 2022-09-27T15:54:28.8743405Z Traceback (most recent call last): 2022-09-27T15:54:28.8743983Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T15:54:28.8744524Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T15:54:28.8745043Z NotImplementedError: Cannot access storage of SparseCsrTensorImpl 2022-09-27T15:54:28.8745332Z 2022-09-27T15:54:28.8745547Z The above exception was the direct cause of the following exception: 2022-09-27T15:54:28.8745823Z 2022-09-27T15:54:28.8745974Z Traceback (most recent call last): 2022-09-27T15:54:28.8746435Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:54:28.8746942Z raise TorchRuntimeError() from e 2022-09-27T15:54:28.8747314Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:54:28.8747552Z 2022-09-27T15:54:28.8747671Z from user code: 2022-09-27T15:54:28.8748010Z File "test_masked.py", line 343, in to_sparse 2022-09-27T15:54:28.8748353Z return dense.to_sparse_csr() 2022-09-27T15:54:28.8748556Z 2022-09-27T15:54:28.8748771Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:54:28.8749132Z ========== 2022-09-27T15:54:28.8749672Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT set_values test_masked.py line 345 2022-09-27T15:54:28.8750076Z due to: 2022-09-27T15:54:28.8750377Z Traceback (most recent call last): 2022-09-27T15:54:28.8751025Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:54:28.8751587Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:54:28.8752171Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:54:28.8752520Z 2022-09-27T15:54:28.8752747Z The above exception was the direct cause of the following exception: 2022-09-27T15:54:28.8753178Z 2022-09-27T15:54:28.8753316Z Traceback (most recent call last): 2022-09-27T15:54:28.8753778Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:54:28.8754183Z ) from e 2022-09-27T15:54:28.8754737Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:54:28.8755159Z 2022-09-27T15:54:28.8755377Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:54:28.8755740Z ========== 2022-09-27T15:54:28.8756000Z ok (0.037s) 2022-09-27T15:54:28.8764955Z test_where_csr_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-09-27T15:54:28.9226120Z test_where_hybrid_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.045s) 2022-09-27T15:54:28.9254375Z test_where_hybrid_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-09-27T15:54:28.9254993Z 2022-09-27T15:54:28.9255693Z ---------------------------------------------------------------------- 2022-09-27T15:54:28.9256070Z Ran 202 tests in 11.673s 2022-09-27T15:54:28.9256248Z 2022-09-27T15:54:28.9256401Z OK (skipped=58, expected failures=1) 2022-09-27T15:54:28.9256598Z 2022-09-27T15:54:28.9256724Z Generating XML reports... 2022-09-27T15:54:28.9445552Z Generated XML report: test-reports/python-unittest/test_masked/TEST-TestMaskedCPU-20220927155417.xml 2022-09-27T15:54:29.4466983Z Running test_meta ... [2022-09-27 15:54:29.446309] 2022-09-27T15:54:29.4467498Z Executing ['/opt/conda/bin/python', '-bb', 'test_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:54:29.446393] 2022-09-27T15:54:32.1875151Z Test results will be stored in test-reports/python-unittest/test_meta 2022-09-27T15:54:32.2352660Z 2022-09-27T15:54:32.2352998Z Running tests... 2022-09-27T15:54:32.2354114Z ---------------------------------------------------------------------- 2022-09-27T15:54:33.3451942Z test_dispatch_meta_H_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.767s) 2022-09-27T15:54:33.3469964Z test_dispatch_meta_H_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3487234Z test_dispatch_meta_H_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3502285Z test_dispatch_meta_H_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3548024Z test_dispatch_meta_H_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:54:33.3563403Z test_dispatch_meta_H_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3578647Z test_dispatch_meta_H_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3593930Z test_dispatch_meta_H_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3609160Z test_dispatch_meta_H_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3624305Z test_dispatch_meta_H_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3639438Z test_dispatch_meta_H_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3654963Z test_dispatch_meta_H_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3669888Z test_dispatch_meta_H_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3685233Z test_dispatch_meta_T_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3700655Z test_dispatch_meta_T_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3715507Z test_dispatch_meta_T_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3730771Z test_dispatch_meta_T_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3745758Z test_dispatch_meta_T_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3760836Z test_dispatch_meta_T_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3776014Z test_dispatch_meta_T_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3790999Z test_dispatch_meta_T_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3806323Z test_dispatch_meta_T_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3821369Z test_dispatch_meta_T_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3836588Z test_dispatch_meta_T_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3851774Z test_dispatch_meta_T_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3866944Z test_dispatch_meta_T_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3882284Z test_dispatch_meta___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3897505Z test_dispatch_meta___getitem___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3912620Z test_dispatch_meta___getitem___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3927979Z test_dispatch_meta___getitem___cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3943143Z test_dispatch_meta___getitem___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3958395Z test_dispatch_meta___getitem___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3975062Z test_dispatch_meta___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.3990438Z test_dispatch_meta___getitem___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4005585Z test_dispatch_meta___getitem___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4020670Z test_dispatch_meta___getitem___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4036011Z test_dispatch_meta___getitem___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4051105Z test_dispatch_meta___getitem___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4066133Z test_dispatch_meta___getitem___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4081276Z test_dispatch_meta___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4096415Z test_dispatch_meta___radd___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4111470Z test_dispatch_meta___radd___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4126750Z test_dispatch_meta___radd___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4141745Z test_dispatch_meta___radd___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4157037Z test_dispatch_meta___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4172158Z test_dispatch_meta___radd___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4187228Z test_dispatch_meta___radd___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4202441Z test_dispatch_meta___radd___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4217530Z test_dispatch_meta___radd___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4232687Z test_dispatch_meta___radd___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4248019Z test_dispatch_meta___radd___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4263092Z test_dispatch_meta___rand___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4278163Z test_dispatch_meta___rand___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4293920Z test_dispatch_meta___rand___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4309933Z test_dispatch_meta___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4324349Z test_dispatch_meta___rand___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4339075Z test_dispatch_meta___rand___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4353854Z test_dispatch_meta___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4368481Z test_dispatch_meta___rdiv___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4383215Z test_dispatch_meta___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4399344Z test_dispatch_meta___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4414193Z test_dispatch_meta___rdiv___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4428826Z test_dispatch_meta___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4443659Z test_dispatch_meta___rdiv___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4458540Z test_dispatch_meta___rdiv___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4473353Z test_dispatch_meta___rdiv___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4488525Z test_dispatch_meta___rdiv___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4503455Z test_dispatch_meta___rdiv___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4518657Z test_dispatch_meta___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4533905Z test_dispatch_meta___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4548945Z test_dispatch_meta___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4564449Z test_dispatch_meta___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4579712Z test_dispatch_meta___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4594451Z test_dispatch_meta___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4610025Z test_dispatch_meta___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4624822Z test_dispatch_meta___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4639861Z test_dispatch_meta___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4655246Z test_dispatch_meta___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4670321Z test_dispatch_meta___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4685580Z test_dispatch_meta___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4700579Z test_dispatch_meta___rmod___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4716016Z test_dispatch_meta___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4730870Z test_dispatch_meta___rmod___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4746030Z test_dispatch_meta___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4760903Z test_dispatch_meta___rmul___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4775942Z test_dispatch_meta___rmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4791062Z test_dispatch_meta___rmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4806002Z test_dispatch_meta___rmul___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4822554Z test_dispatch_meta___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4837745Z test_dispatch_meta___rmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4852790Z test_dispatch_meta___rmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4867723Z test_dispatch_meta___rmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4882664Z test_dispatch_meta___rmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4897804Z test_dispatch_meta___rmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4912655Z test_dispatch_meta___rmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4927903Z test_dispatch_meta___ror___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4942644Z test_dispatch_meta___ror___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4957751Z test_dispatch_meta___ror___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4972627Z test_dispatch_meta___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.4988550Z test_dispatch_meta___ror___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5004579Z test_dispatch_meta___ror___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5019703Z test_dispatch_meta___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5035154Z test_dispatch_meta___rpow___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5050603Z test_dispatch_meta___rpow___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5065367Z test_dispatch_meta___rpow___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5080569Z test_dispatch_meta___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5095675Z test_dispatch_meta___rpow___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5110533Z test_dispatch_meta___rpow___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5125834Z test_dispatch_meta___rpow___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5141274Z test_dispatch_meta___rpow___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5156400Z test_dispatch_meta___rpow___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5171378Z test_dispatch_meta___rpow___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5186331Z test_dispatch_meta___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5201394Z test_dispatch_meta___rsub___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5216831Z test_dispatch_meta___rsub___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5231558Z test_dispatch_meta___rsub___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5248227Z test_dispatch_meta___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5263226Z test_dispatch_meta___rsub___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5278265Z test_dispatch_meta___rsub___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5293330Z test_dispatch_meta___rsub___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5308956Z test_dispatch_meta___rsub___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5324063Z test_dispatch_meta___rsub___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5339284Z test_dispatch_meta___rsub___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5354348Z test_dispatch_meta___rxor___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5369362Z test_dispatch_meta___rxor___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5384231Z test_dispatch_meta___rxor___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5399361Z test_dispatch_meta___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5414503Z test_dispatch_meta___rxor___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5429495Z test_dispatch_meta___rxor___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5444327Z test_dispatch_meta__masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5459347Z test_dispatch_meta__masked_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5474378Z test_dispatch_meta__masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5489222Z test_dispatch_meta__masked_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5504259Z test_dispatch_meta__masked_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5519248Z test_dispatch_meta__masked_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5534244Z test_dispatch_meta__masked_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5549105Z test_dispatch_meta__masked_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5564353Z test_dispatch_meta__masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5579371Z test_dispatch_meta__masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5594578Z test_dispatch_meta__masked_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5609547Z test_dispatch_meta__masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5624612Z test_dispatch_meta__masked_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5639666Z test_dispatch_meta__masked_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5654598Z test_dispatch_meta__masked_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5671142Z test_dispatch_meta__masked_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5686304Z test_dispatch_meta__masked_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5701277Z test_dispatch_meta__masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5716414Z test_dispatch_meta__masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5731522Z test_dispatch_meta__masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5746586Z test_dispatch_meta__masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5761476Z test_dispatch_meta__masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5776284Z test_dispatch_meta__masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5791353Z test_dispatch_meta__masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5806399Z test_dispatch_meta__masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5821206Z test_dispatch_meta__masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5836234Z test_dispatch_meta__masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5851181Z test_dispatch_meta__masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5866474Z test_dispatch_meta__masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5881391Z test_dispatch_meta__masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5896371Z test_dispatch_meta__masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5911302Z test_dispatch_meta__masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5926422Z test_dispatch_meta__masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5941251Z test_dispatch_meta__masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5956288Z test_dispatch_meta__masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5971407Z test_dispatch_meta__masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.5986528Z test_dispatch_meta__masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6001596Z test_dispatch_meta__masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6016567Z test_dispatch_meta__masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6031442Z test_dispatch_meta__masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6046546Z test_dispatch_meta__masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6061541Z test_dispatch_meta__masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6076465Z test_dispatch_meta__masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6092995Z test_dispatch_meta__masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6108041Z test_dispatch_meta__masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6123064Z test_dispatch_meta__masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6138187Z test_dispatch_meta__masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6153460Z test_dispatch_meta__masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6168389Z test_dispatch_meta__masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6183321Z test_dispatch_meta__masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6198279Z test_dispatch_meta__masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6213316Z test_dispatch_meta__masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6228234Z test_dispatch_meta__masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6243467Z test_dispatch_meta__masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6258484Z test_dispatch_meta__masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6273369Z test_dispatch_meta__masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6288861Z test_dispatch_meta__masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6303764Z test_dispatch_meta__masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6319061Z test_dispatch_meta__masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6334145Z test_dispatch_meta__masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6349620Z test_dispatch_meta__masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6364225Z test_dispatch_meta__masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6379203Z test_dispatch_meta__masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6394359Z test_dispatch_meta__masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6409274Z test_dispatch_meta__masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6424112Z test_dispatch_meta__masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6439193Z test_dispatch_meta__masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6454180Z test_dispatch_meta__masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6469660Z test_dispatch_meta__masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6484259Z test_dispatch_meta__masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6499979Z test_dispatch_meta__masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6516028Z test_dispatch_meta__masked_mean_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6531481Z test_dispatch_meta__masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6547208Z test_dispatch_meta__masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6562953Z test_dispatch_meta__masked_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6578660Z test_dispatch_meta__masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6594445Z test_dispatch_meta__masked_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6610095Z test_dispatch_meta__masked_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6625720Z test_dispatch_meta__masked_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6641572Z test_dispatch_meta__masked_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6657402Z test_dispatch_meta__masked_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6673161Z test_dispatch_meta__masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6688944Z test_dispatch_meta__masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6704506Z test_dispatch_meta__masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6720284Z test_dispatch_meta__masked_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6735992Z test_dispatch_meta__masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6751863Z test_dispatch_meta__masked_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6767727Z test_dispatch_meta__masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6783719Z test_dispatch_meta__masked_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6799513Z test_dispatch_meta__masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6815132Z test_dispatch_meta__masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6830889Z test_dispatch_meta__masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6846782Z test_dispatch_meta__masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6862433Z test_dispatch_meta__masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6878259Z test_dispatch_meta__masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6894030Z test_dispatch_meta__masked_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6909810Z test_dispatch_meta__masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6925703Z test_dispatch_meta__masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6941375Z test_dispatch_meta__masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6958547Z test_dispatch_meta__masked_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6974355Z test_dispatch_meta__masked_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6990050Z test_dispatch_meta__masked_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7006160Z test_dispatch_meta__masked_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7021928Z test_dispatch_meta__masked_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7037901Z test_dispatch_meta__masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7053704Z test_dispatch_meta__masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7069305Z test_dispatch_meta__masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7085055Z test_dispatch_meta__masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7100684Z test_dispatch_meta__masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7116389Z test_dispatch_meta__masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7132226Z test_dispatch_meta__masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7147960Z test_dispatch_meta__masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7163792Z test_dispatch_meta__masked_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7179443Z test_dispatch_meta__masked_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7195237Z test_dispatch_meta__masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7210979Z test_dispatch_meta__masked_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7226771Z test_dispatch_meta__masked_std_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7242524Z test_dispatch_meta__masked_std_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7258499Z test_dispatch_meta__masked_std_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7274195Z test_dispatch_meta__masked_std_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7290056Z test_dispatch_meta__masked_std_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7305413Z test_dispatch_meta__masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7321212Z test_dispatch_meta__masked_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7336084Z test_dispatch_meta__masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7350957Z test_dispatch_meta__masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7366123Z test_dispatch_meta__masked_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7381157Z test_dispatch_meta__masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7403095Z test_dispatch_meta__masked_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:33.7418088Z test_dispatch_meta__masked_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7433172Z test_dispatch_meta__masked_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7448201Z test_dispatch_meta__masked_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7463110Z test_dispatch_meta__masked_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7478255Z test_dispatch_meta__masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7493244Z test_dispatch_meta__masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7508520Z test_dispatch_meta__masked_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7523335Z test_dispatch_meta__masked_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7538416Z test_dispatch_meta__masked_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7553593Z test_dispatch_meta__masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7568843Z test_dispatch_meta__masked_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7583602Z test_dispatch_meta__masked_var_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7598702Z test_dispatch_meta__masked_var_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7613654Z test_dispatch_meta__masked_var_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7628688Z test_dispatch_meta__masked_var_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7643900Z test_dispatch_meta__masked_var_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7659048Z test_dispatch_meta_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7674157Z test_dispatch_meta_abs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7689083Z test_dispatch_meta_abs_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7703769Z test_dispatch_meta_abs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7718833Z test_dispatch_meta_abs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7733948Z test_dispatch_meta_abs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7749009Z test_dispatch_meta_abs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7763898Z test_dispatch_meta_abs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7778856Z test_dispatch_meta_abs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7794511Z test_dispatch_meta_abs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7809038Z test_dispatch_meta_abs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7825494Z test_dispatch_meta_abs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7840592Z test_dispatch_meta_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7855743Z test_dispatch_meta_acos_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7870606Z test_dispatch_meta_acos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7885656Z test_dispatch_meta_acos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7900573Z test_dispatch_meta_acos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7915638Z test_dispatch_meta_acos_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7930606Z test_dispatch_meta_acos_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7945548Z test_dispatch_meta_acos_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7960586Z test_dispatch_meta_acos_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7975596Z test_dispatch_meta_acos_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.7990484Z test_dispatch_meta_acos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8005553Z test_dispatch_meta_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8020614Z test_dispatch_meta_acosh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8035644Z test_dispatch_meta_acosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8050506Z test_dispatch_meta_acosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8065213Z test_dispatch_meta_acosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8080168Z test_dispatch_meta_acosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8095094Z test_dispatch_meta_acosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8109965Z test_dispatch_meta_acosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8125020Z test_dispatch_meta_acosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8140036Z test_dispatch_meta_acosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8155056Z test_dispatch_meta_acosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8169989Z test_dispatch_meta_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8184884Z test_dispatch_meta_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8199872Z test_dispatch_meta_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8214773Z test_dispatch_meta_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8229845Z test_dispatch_meta_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8246151Z test_dispatch_meta_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8260959Z test_dispatch_meta_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8276605Z test_dispatch_meta_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8291164Z test_dispatch_meta_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8306280Z test_dispatch_meta_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8321433Z test_dispatch_meta_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8336361Z test_dispatch_meta_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8351220Z test_dispatch_meta_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8366331Z test_dispatch_meta_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8381384Z test_dispatch_meta_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8396296Z test_dispatch_meta_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8411155Z test_dispatch_meta_addbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8426046Z test_dispatch_meta_addbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8440977Z test_dispatch_meta_addbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8455847Z test_dispatch_meta_addbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8470739Z test_dispatch_meta_addbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8485828Z test_dispatch_meta_addbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8500665Z test_dispatch_meta_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8515720Z test_dispatch_meta_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8530873Z test_dispatch_meta_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8545699Z test_dispatch_meta_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8561899Z test_dispatch_meta_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8576857Z test_dispatch_meta_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8591893Z test_dispatch_meta_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8607134Z test_dispatch_meta_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8622085Z test_dispatch_meta_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8637233Z test_dispatch_meta_addcmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8652342Z test_dispatch_meta_addcmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8668905Z test_dispatch_meta_addcmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8684042Z test_dispatch_meta_addcmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8699124Z test_dispatch_meta_addcmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8714400Z test_dispatch_meta_addcmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8729312Z test_dispatch_meta_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8744201Z test_dispatch_meta_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8759181Z test_dispatch_meta_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8774233Z test_dispatch_meta_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8789251Z test_dispatch_meta_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8804354Z test_dispatch_meta_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8819416Z test_dispatch_meta_addmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8834451Z test_dispatch_meta_addmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8849428Z test_dispatch_meta_addmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8864393Z test_dispatch_meta_addmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8879495Z test_dispatch_meta_addmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8894515Z test_dispatch_meta_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8909538Z test_dispatch_meta_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8924554Z test_dispatch_meta_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8939637Z test_dispatch_meta_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8954710Z test_dispatch_meta_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8969726Z test_dispatch_meta_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8984770Z test_dispatch_meta_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.8999861Z test_dispatch_meta_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9014927Z test_dispatch_meta_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9029934Z test_dispatch_meta_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9045126Z test_dispatch_meta_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9060346Z test_dispatch_meta_addmv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9075510Z test_dispatch_meta_addmv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9092010Z test_dispatch_meta_addmv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9107223Z test_dispatch_meta_addmv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9122355Z test_dispatch_meta_addmv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9137472Z test_dispatch_meta_addmv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9152706Z test_dispatch_meta_addmv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9168123Z test_dispatch_meta_addmv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9183468Z test_dispatch_meta_addmv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9198671Z test_dispatch_meta_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9213938Z test_dispatch_meta_addr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9229268Z test_dispatch_meta_addr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9244629Z test_dispatch_meta_addr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9259975Z test_dispatch_meta_addr_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9275377Z test_dispatch_meta_addr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9290631Z test_dispatch_meta_addr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9306111Z test_dispatch_meta_addr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9321351Z test_dispatch_meta_addr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9336734Z test_dispatch_meta_addr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9352042Z test_dispatch_meta_addr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9367419Z test_dispatch_meta_addr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9382684Z test_dispatch_meta_all_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9398168Z test_dispatch_meta_all_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9413509Z test_dispatch_meta_all_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9428787Z test_dispatch_meta_all_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9444176Z test_dispatch_meta_all_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9467127Z test_dispatch_meta_all_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:33.9492138Z test_dispatch_meta_all_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:33.9517641Z test_dispatch_meta_all_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:33.9542063Z test_dispatch_meta_all_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:33.9563940Z test_dispatch_meta_all_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:33.9579456Z test_dispatch_meta_all_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9593903Z test_dispatch_meta_all_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9608926Z test_dispatch_meta_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9623644Z test_dispatch_meta_allclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9638398Z test_dispatch_meta_allclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9653290Z test_dispatch_meta_allclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9667880Z test_dispatch_meta_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9682706Z test_dispatch_meta_allclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9697510Z test_dispatch_meta_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9712486Z test_dispatch_meta_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9727348Z test_dispatch_meta_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9741936Z test_dispatch_meta_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9756750Z test_dispatch_meta_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9771439Z test_dispatch_meta_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9786102Z test_dispatch_meta_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9800956Z test_dispatch_meta_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9816233Z test_dispatch_meta_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9832015Z test_dispatch_meta_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9848070Z test_dispatch_meta_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9863441Z test_dispatch_meta_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9878420Z test_dispatch_meta_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9893309Z test_dispatch_meta_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9907871Z test_dispatch_meta_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9922805Z test_dispatch_meta_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9937608Z test_dispatch_meta_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9952201Z test_dispatch_meta_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9967302Z test_dispatch_meta_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9983450Z test_dispatch_meta_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.9998652Z test_dispatch_meta_aminmax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0013472Z test_dispatch_meta_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0028256Z test_dispatch_meta_aminmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0043055Z test_dispatch_meta_aminmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0058092Z test_dispatch_meta_aminmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0073274Z test_dispatch_meta_aminmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0089464Z test_dispatch_meta_aminmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0105351Z test_dispatch_meta_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0121144Z test_dispatch_meta_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0136119Z test_dispatch_meta_angle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0151094Z test_dispatch_meta_angle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0166195Z test_dispatch_meta_angle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0181244Z test_dispatch_meta_angle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0196267Z test_dispatch_meta_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0211377Z test_dispatch_meta_angle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0226375Z test_dispatch_meta_angle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0241450Z test_dispatch_meta_angle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0256541Z test_dispatch_meta_angle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0271398Z test_dispatch_meta_angle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0286633Z test_dispatch_meta_angle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0301726Z test_dispatch_meta_any_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0316763Z test_dispatch_meta_any_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0332131Z test_dispatch_meta_any_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0347095Z test_dispatch_meta_any_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0362018Z test_dispatch_meta_any_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0377011Z test_dispatch_meta_any_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0392276Z test_dispatch_meta_any_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0409149Z test_dispatch_meta_any_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0424136Z test_dispatch_meta_any_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0439310Z test_dispatch_meta_any_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0454434Z test_dispatch_meta_any_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0469292Z test_dispatch_meta_any_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0484478Z test_dispatch_meta_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0499506Z test_dispatch_meta_arange_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0514510Z test_dispatch_meta_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0529714Z test_dispatch_meta_arange_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0544701Z test_dispatch_meta_arange_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0559833Z test_dispatch_meta_arange_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0574831Z test_dispatch_meta_arange_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0589910Z test_dispatch_meta_arange_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0604941Z test_dispatch_meta_arange_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0619961Z test_dispatch_meta_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0635210Z test_dispatch_meta_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0650262Z test_dispatch_meta_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0665321Z test_dispatch_meta_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0680430Z test_dispatch_meta_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0695613Z test_dispatch_meta_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0710313Z test_dispatch_meta_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0725560Z test_dispatch_meta_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0740479Z test_dispatch_meta_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0755717Z test_dispatch_meta_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0770768Z test_dispatch_meta_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0785905Z test_dispatch_meta_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0801060Z test_dispatch_meta_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0816079Z test_dispatch_meta_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0832689Z test_dispatch_meta_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0848061Z test_dispatch_meta_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0863136Z test_dispatch_meta_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0878141Z test_dispatch_meta_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0893189Z test_dispatch_meta_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0908149Z test_dispatch_meta_argsort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0923358Z test_dispatch_meta_argsort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0938421Z test_dispatch_meta_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0953549Z test_dispatch_meta_argsort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0968541Z test_dispatch_meta_argsort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0983512Z test_dispatch_meta_argsort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.0998654Z test_dispatch_meta_argsort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1013745Z test_dispatch_meta_argsort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1028720Z test_dispatch_meta_argsort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1043889Z test_dispatch_meta_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1058966Z test_dispatch_meta_argwhere_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1073841Z test_dispatch_meta_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1089296Z test_dispatch_meta_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1104129Z test_dispatch_meta_argwhere_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1119121Z test_dispatch_meta_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1134221Z test_dispatch_meta_argwhere_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1149184Z test_dispatch_meta_argwhere_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1164282Z test_dispatch_meta_argwhere_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1179682Z test_dispatch_meta_argwhere_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1194602Z test_dispatch_meta_argwhere_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1209832Z test_dispatch_meta_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1224910Z test_dispatch_meta_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1239988Z test_dispatch_meta_as_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1256902Z test_dispatch_meta_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1271806Z test_dispatch_meta_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1286936Z test_dispatch_meta_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1302036Z test_dispatch_meta_as_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1316938Z test_dispatch_meta_as_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1331889Z test_dispatch_meta_as_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1346814Z test_dispatch_meta_as_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1361953Z test_dispatch_meta_as_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1376978Z test_dispatch_meta_as_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1392028Z test_dispatch_meta_as_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1407293Z test_dispatch_meta_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1422255Z test_dispatch_meta_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1437297Z test_dispatch_meta_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1452262Z test_dispatch_meta_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1467170Z test_dispatch_meta_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1482187Z test_dispatch_meta_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1497295Z test_dispatch_meta_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1512248Z test_dispatch_meta_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1527428Z test_dispatch_meta_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1542386Z test_dispatch_meta_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1558010Z test_dispatch_meta_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1573106Z test_dispatch_meta_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1588187Z test_dispatch_meta_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1603273Z test_dispatch_meta_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1618225Z test_dispatch_meta_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1633476Z test_dispatch_meta_asin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1648584Z test_dispatch_meta_asin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1663466Z test_dispatch_meta_asin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1680235Z test_dispatch_meta_asin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1695329Z test_dispatch_meta_asin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1710271Z test_dispatch_meta_asin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1725344Z test_dispatch_meta_asin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1740491Z test_dispatch_meta_asin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1755805Z test_dispatch_meta_asin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1771086Z test_dispatch_meta_asin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1785988Z test_dispatch_meta_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1801163Z test_dispatch_meta_asinh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1816441Z test_dispatch_meta_asinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1831362Z test_dispatch_meta_asinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1846514Z test_dispatch_meta_asinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1861503Z test_dispatch_meta_asinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1876517Z test_dispatch_meta_asinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1891518Z test_dispatch_meta_asinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1906560Z test_dispatch_meta_asinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1921622Z test_dispatch_meta_asinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1936701Z test_dispatch_meta_asinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1951666Z test_dispatch_meta_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1966964Z test_dispatch_meta_atan2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1981994Z test_dispatch_meta_atan2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.1997161Z test_dispatch_meta_atan2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2012223Z test_dispatch_meta_atan2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2027182Z test_dispatch_meta_atan2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2042257Z test_dispatch_meta_atan2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2057353Z test_dispatch_meta_atan2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2072309Z test_dispatch_meta_atan2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2087666Z test_dispatch_meta_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2104291Z test_dispatch_meta_atan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2119809Z test_dispatch_meta_atan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2134605Z test_dispatch_meta_atan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2149469Z test_dispatch_meta_atan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2164638Z test_dispatch_meta_atan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2180006Z test_dispatch_meta_atan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2195296Z test_dispatch_meta_atan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2209995Z test_dispatch_meta_atan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2225021Z test_dispatch_meta_atan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2240462Z test_dispatch_meta_atan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2255402Z test_dispatch_meta_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2270282Z test_dispatch_meta_atanh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2285431Z test_dispatch_meta_atanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2300477Z test_dispatch_meta_atanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2315735Z test_dispatch_meta_atanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2330697Z test_dispatch_meta_atanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2346702Z test_dispatch_meta_atanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2362697Z test_dispatch_meta_atanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2378141Z test_dispatch_meta_atanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2393081Z test_dispatch_meta_atanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2408101Z test_dispatch_meta_atanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2423350Z test_dispatch_meta_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2438420Z test_dispatch_meta_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2453438Z test_dispatch_meta_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2468447Z test_dispatch_meta_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2483560Z test_dispatch_meta_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2498675Z test_dispatch_meta_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2513909Z test_dispatch_meta_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2531869Z test_dispatch_meta_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2546975Z test_dispatch_meta_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2562039Z test_dispatch_meta_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2577710Z test_dispatch_meta_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2593648Z test_dispatch_meta_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2608959Z test_dispatch_meta_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2623784Z test_dispatch_meta_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2638862Z test_dispatch_meta_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2653850Z test_dispatch_meta_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2668785Z test_dispatch_meta_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2684093Z test_dispatch_meta_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2698987Z test_dispatch_meta_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2714166Z test_dispatch_meta_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2729227Z test_dispatch_meta_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2744230Z test_dispatch_meta_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2759249Z test_dispatch_meta_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2774484Z test_dispatch_meta_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2789338Z test_dispatch_meta_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2804437Z test_dispatch_meta_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2819514Z test_dispatch_meta_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2834857Z test_dispatch_meta_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2849800Z test_dispatch_meta_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2864582Z test_dispatch_meta_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2879551Z test_dispatch_meta_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2894587Z test_dispatch_meta_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2909626Z test_dispatch_meta_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2924861Z test_dispatch_meta_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2939873Z test_dispatch_meta_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2956745Z test_dispatch_meta_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2971840Z test_dispatch_meta_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.2986880Z test_dispatch_meta_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3001982Z test_dispatch_meta_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3016946Z test_dispatch_meta_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3031944Z test_dispatch_meta_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3047160Z test_dispatch_meta_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3062068Z test_dispatch_meta_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3077780Z test_dispatch_meta_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3092469Z test_dispatch_meta_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3107409Z test_dispatch_meta_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3122527Z test_dispatch_meta_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3137437Z test_dispatch_meta_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3152256Z test_dispatch_meta_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3167579Z test_dispatch_meta_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3182572Z test_dispatch_meta_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3197641Z test_dispatch_meta_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3212783Z test_dispatch_meta_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3227740Z test_dispatch_meta_bfloat16_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3242553Z test_dispatch_meta_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3257555Z test_dispatch_meta_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3272552Z test_dispatch_meta_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3287646Z test_dispatch_meta_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3302599Z test_dispatch_meta_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3317551Z test_dispatch_meta_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3332801Z test_dispatch_meta_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3347595Z test_dispatch_meta_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3362749Z test_dispatch_meta_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3379717Z test_dispatch_meta_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3394726Z test_dispatch_meta_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3409534Z test_dispatch_meta_bincount_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3424411Z test_dispatch_meta_bincount_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3438999Z test_dispatch_meta_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3453822Z test_dispatch_meta_bincount_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3468427Z test_dispatch_meta_bincount_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3483389Z test_dispatch_meta_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3498323Z test_dispatch_meta_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3513094Z test_dispatch_meta_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3527942Z test_dispatch_meta_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3542733Z test_dispatch_meta_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3557384Z test_dispatch_meta_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3572120Z test_dispatch_meta_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3586699Z test_dispatch_meta_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3601425Z test_dispatch_meta_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3616135Z test_dispatch_meta_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3631309Z test_dispatch_meta_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3646352Z test_dispatch_meta_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3661349Z test_dispatch_meta_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3676393Z test_dispatch_meta_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3691399Z test_dispatch_meta_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3706843Z test_dispatch_meta_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3721628Z test_dispatch_meta_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3736643Z test_dispatch_meta_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3751530Z test_dispatch_meta_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3766702Z test_dispatch_meta_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3781604Z test_dispatch_meta_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3798400Z test_dispatch_meta_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3813496Z test_dispatch_meta_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3828592Z test_dispatch_meta_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3843544Z test_dispatch_meta_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3858713Z test_dispatch_meta_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3873737Z test_dispatch_meta_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3889056Z test_dispatch_meta_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3903854Z test_dispatch_meta_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3919006Z test_dispatch_meta_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3934019Z test_dispatch_meta_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3948903Z test_dispatch_meta_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3963932Z test_dispatch_meta_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3978945Z test_dispatch_meta_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3994024Z test_dispatch_meta_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4009198Z test_dispatch_meta_block_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4023879Z test_dispatch_meta_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4038990Z test_dispatch_meta_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4054243Z test_dispatch_meta_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4069074Z test_dispatch_meta_block_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4084080Z test_dispatch_meta_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4099179Z test_dispatch_meta_block_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4114233Z test_dispatch_meta_block_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4129182Z test_dispatch_meta_block_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4144217Z test_dispatch_meta_block_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4159266Z test_dispatch_meta_block_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4174301Z test_dispatch_meta_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4189178Z test_dispatch_meta_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4204259Z test_dispatch_meta_bmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4220996Z test_dispatch_meta_bmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4236042Z test_dispatch_meta_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4251020Z test_dispatch_meta_bmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4265875Z test_dispatch_meta_bmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4280927Z test_dispatch_meta_bmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4296051Z test_dispatch_meta_bmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4310997Z test_dispatch_meta_bmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4326283Z test_dispatch_meta_bmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4341865Z test_dispatch_meta_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4356371Z test_dispatch_meta_bool_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4371476Z test_dispatch_meta_bool_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4386320Z test_dispatch_meta_bool_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4401343Z test_dispatch_meta_bool_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4416622Z test_dispatch_meta_bool_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4431593Z test_dispatch_meta_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4446678Z test_dispatch_meta_bool_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4461557Z test_dispatch_meta_bool_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4476717Z test_dispatch_meta_bool_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4491869Z test_dispatch_meta_bool_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4506649Z test_dispatch_meta_bool_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4521579Z test_dispatch_meta_bool_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4536709Z test_dispatch_meta_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4551738Z test_dispatch_meta_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4567004Z test_dispatch_meta_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4582266Z test_dispatch_meta_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4597093Z test_dispatch_meta_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4612066Z test_dispatch_meta_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4626983Z test_dispatch_meta_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4643736Z test_dispatch_meta_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4658866Z test_dispatch_meta_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4673987Z test_dispatch_meta_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4688979Z test_dispatch_meta_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4704044Z test_dispatch_meta_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4719118Z test_dispatch_meta_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4734130Z test_dispatch_meta_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4748968Z test_dispatch_meta_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4764053Z test_dispatch_meta_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4779112Z test_dispatch_meta_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4794434Z test_dispatch_meta_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4809768Z test_dispatch_meta_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4824530Z test_dispatch_meta_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4840055Z test_dispatch_meta_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4854783Z test_dispatch_meta_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4869827Z test_dispatch_meta_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4885082Z test_dispatch_meta_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4900133Z test_dispatch_meta_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4915219Z test_dispatch_meta_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4930199Z test_dispatch_meta_bucketize_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4945303Z test_dispatch_meta_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4960201Z test_dispatch_meta_bucketize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4975303Z test_dispatch_meta_bucketize_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.4990282Z test_dispatch_meta_bucketize_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5005470Z test_dispatch_meta_bucketize_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5020593Z test_dispatch_meta_bucketize_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5035789Z test_dispatch_meta_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5050922Z test_dispatch_meta_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5067980Z test_dispatch_meta_byte_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5083005Z test_dispatch_meta_byte_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5098215Z test_dispatch_meta_byte_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5113405Z test_dispatch_meta_byte_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5128345Z test_dispatch_meta_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5143294Z test_dispatch_meta_byte_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5158722Z test_dispatch_meta_byte_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5173660Z test_dispatch_meta_byte_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5188755Z test_dispatch_meta_byte_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5204078Z test_dispatch_meta_byte_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5219155Z test_dispatch_meta_byte_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5234387Z test_dispatch_meta_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5249549Z test_dispatch_meta_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5264531Z test_dispatch_meta_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5279500Z test_dispatch_meta_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5294577Z test_dispatch_meta_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5309701Z test_dispatch_meta_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5324731Z test_dispatch_meta_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5339763Z test_dispatch_meta_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5354802Z test_dispatch_meta_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5369744Z test_dispatch_meta_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5384999Z test_dispatch_meta_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5400364Z test_dispatch_meta_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5415615Z test_dispatch_meta_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5430316Z test_dispatch_meta_cat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5445467Z test_dispatch_meta_cat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5460489Z test_dispatch_meta_cat_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5475611Z test_dispatch_meta_cat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5492309Z test_dispatch_meta_cat_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5507482Z test_dispatch_meta_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5522541Z test_dispatch_meta_cat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5537544Z test_dispatch_meta_cat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5552540Z test_dispatch_meta_cat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5568044Z test_dispatch_meta_cat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5582932Z test_dispatch_meta_cat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5598079Z test_dispatch_meta_cat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5613342Z test_dispatch_meta_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5628384Z test_dispatch_meta_cdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5643576Z test_dispatch_meta_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5658800Z test_dispatch_meta_ceil_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5673938Z test_dispatch_meta_ceil_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5688972Z test_dispatch_meta_ceil_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5703844Z test_dispatch_meta_ceil_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5718951Z test_dispatch_meta_ceil_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5733948Z test_dispatch_meta_ceil_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5748917Z test_dispatch_meta_ceil_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5764037Z test_dispatch_meta_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5779170Z test_dispatch_meta_chalf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5794435Z test_dispatch_meta_chalf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5809526Z test_dispatch_meta_chalf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5824585Z test_dispatch_meta_chalf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5839607Z test_dispatch_meta_chalf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5854556Z test_dispatch_meta_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5869493Z test_dispatch_meta_chalf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5884634Z test_dispatch_meta_chalf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5899588Z test_dispatch_meta_chalf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5916627Z test_dispatch_meta_chalf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5931709Z test_dispatch_meta_chalf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5946899Z test_dispatch_meta_chalf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5961819Z test_dispatch_meta_char_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5976968Z test_dispatch_meta_char_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.5991914Z test_dispatch_meta_char_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6007082Z test_dispatch_meta_char_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6022060Z test_dispatch_meta_char_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6037053Z test_dispatch_meta_char_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6052018Z test_dispatch_meta_char_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6067125Z test_dispatch_meta_char_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6082049Z test_dispatch_meta_char_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6097138Z test_dispatch_meta_char_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6111939Z test_dispatch_meta_char_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6127039Z test_dispatch_meta_char_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6141959Z test_dispatch_meta_char_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6157370Z test_dispatch_meta_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6172583Z test_dispatch_meta_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6187600Z test_dispatch_meta_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6202723Z test_dispatch_meta_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6218024Z test_dispatch_meta_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6233175Z test_dispatch_meta_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6248273Z test_dispatch_meta_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6263278Z test_dispatch_meta_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6278304Z test_dispatch_meta_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6293527Z test_dispatch_meta_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6308501Z test_dispatch_meta_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6324098Z test_dispatch_meta_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6340888Z test_dispatch_meta_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6356177Z test_dispatch_meta_chunk_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6371141Z test_dispatch_meta_chunk_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6386142Z test_dispatch_meta_chunk_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6401043Z test_dispatch_meta_chunk_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6416056Z test_dispatch_meta_chunk_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6431128Z test_dispatch_meta_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6446065Z test_dispatch_meta_chunk_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6460951Z test_dispatch_meta_chunk_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6476039Z test_dispatch_meta_chunk_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6491101Z test_dispatch_meta_chunk_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6506121Z test_dispatch_meta_chunk_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6521235Z test_dispatch_meta_chunk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6536239Z test_dispatch_meta_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6551269Z test_dispatch_meta_clamp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6566489Z test_dispatch_meta_clamp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6581537Z test_dispatch_meta_clamp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6596631Z test_dispatch_meta_clamp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6611826Z test_dispatch_meta_clamp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6626628Z test_dispatch_meta_clamp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6641552Z test_dispatch_meta_clamp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6656633Z test_dispatch_meta_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6671535Z test_dispatch_meta_clamp_max_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6686679Z test_dispatch_meta_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6701636Z test_dispatch_meta_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6716832Z test_dispatch_meta_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6731935Z test_dispatch_meta_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6746929Z test_dispatch_meta_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6763739Z test_dispatch_meta_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6778970Z test_dispatch_meta_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6794016Z test_dispatch_meta_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6809023Z test_dispatch_meta_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6823988Z test_dispatch_meta_clamp_min_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6839504Z test_dispatch_meta_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6854169Z test_dispatch_meta_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6869399Z test_dispatch_meta_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6884183Z test_dispatch_meta_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6899108Z test_dispatch_meta_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6914261Z test_dispatch_meta_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6929292Z test_dispatch_meta_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6944217Z test_dispatch_meta_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6959220Z test_dispatch_meta_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6974235Z test_dispatch_meta_clone_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.6989145Z test_dispatch_meta_clone_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7004235Z test_dispatch_meta_clone_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7019247Z test_dispatch_meta_clone_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7034320Z test_dispatch_meta_clone_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7049226Z test_dispatch_meta_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7064188Z test_dispatch_meta_clone_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7079391Z test_dispatch_meta_clone_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7094570Z test_dispatch_meta_clone_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7109697Z test_dispatch_meta_clone_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7124657Z test_dispatch_meta_clone_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7140139Z test_dispatch_meta_clone_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7154898Z test_dispatch_meta_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7169960Z test_dispatch_meta_column_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7186711Z test_dispatch_meta_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7201813Z test_dispatch_meta_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7216917Z test_dispatch_meta_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7231721Z test_dispatch_meta_column_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7246914Z test_dispatch_meta_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7261870Z test_dispatch_meta_column_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7276910Z test_dispatch_meta_column_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7292004Z test_dispatch_meta_column_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7307265Z test_dispatch_meta_column_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7322280Z test_dispatch_meta_column_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7337652Z test_dispatch_meta_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7352163Z test_dispatch_meta_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7367536Z test_dispatch_meta_combinations_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7382246Z test_dispatch_meta_combinations_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7397264Z test_dispatch_meta_combinations_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7412317Z test_dispatch_meta_combinations_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7427178Z test_dispatch_meta_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7442310Z test_dispatch_meta_combinations_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7457426Z test_dispatch_meta_combinations_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7472389Z test_dispatch_meta_combinations_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7487657Z test_dispatch_meta_combinations_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7502630Z test_dispatch_meta_combinations_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7517818Z test_dispatch_meta_combinations_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7532769Z test_dispatch_meta_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7547804Z test_dispatch_meta_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7563271Z test_dispatch_meta_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7577911Z test_dispatch_meta_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7593056Z test_dispatch_meta_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7611026Z test_dispatch_meta_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7625954Z test_dispatch_meta_conj_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7641047Z test_dispatch_meta_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7656324Z test_dispatch_meta_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7671453Z test_dispatch_meta_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7686575Z test_dispatch_meta_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7701518Z test_dispatch_meta_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7716565Z test_dispatch_meta_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7731491Z test_dispatch_meta_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7746430Z test_dispatch_meta_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7761752Z test_dispatch_meta_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7776800Z test_dispatch_meta_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7791736Z test_dispatch_meta_conj_physical_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7807009Z test_dispatch_meta_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7821881Z test_dispatch_meta_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7837113Z test_dispatch_meta_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7852219Z test_dispatch_meta_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7867706Z test_dispatch_meta_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7882480Z test_dispatch_meta_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7897527Z test_dispatch_meta_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7912523Z test_dispatch_meta_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7927759Z test_dispatch_meta_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7942848Z test_dispatch_meta_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7958231Z test_dispatch_meta_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7973105Z test_dispatch_meta_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.7988053Z test_dispatch_meta_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8003309Z test_dispatch_meta_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8018244Z test_dispatch_meta_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8035281Z test_dispatch_meta_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8050436Z test_dispatch_meta_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8065426Z test_dispatch_meta_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8080531Z test_dispatch_meta_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8095731Z test_dispatch_meta_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8110804Z test_dispatch_meta_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8126259Z test_dispatch_meta_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8141739Z test_dispatch_meta_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8157018Z test_dispatch_meta_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8171871Z test_dispatch_meta_contiguous_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8186803Z test_dispatch_meta_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8201937Z test_dispatch_meta_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8217280Z test_dispatch_meta_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8232333Z test_dispatch_meta_contiguous_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8247678Z test_dispatch_meta_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8262561Z test_dispatch_meta_contiguous_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8277999Z test_dispatch_meta_contiguous_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8292842Z test_dispatch_meta_contiguous_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8308058Z test_dispatch_meta_contiguous_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8322879Z test_dispatch_meta_contiguous_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8337994Z test_dispatch_meta_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8353323Z test_dispatch_meta_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8368305Z test_dispatch_meta_copysign_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8383216Z test_dispatch_meta_copysign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8398277Z test_dispatch_meta_copysign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8413431Z test_dispatch_meta_copysign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8428441Z test_dispatch_meta_copysign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8443626Z test_dispatch_meta_copysign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8460416Z test_dispatch_meta_copysign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8475715Z test_dispatch_meta_copysign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8490815Z test_dispatch_meta_copysign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8505827Z test_dispatch_meta_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8520929Z test_dispatch_meta_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8536084Z test_dispatch_meta_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8551015Z test_dispatch_meta_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8566152Z test_dispatch_meta_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8581238Z test_dispatch_meta_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8596491Z test_dispatch_meta_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8611666Z test_dispatch_meta_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8626709Z test_dispatch_meta_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8641808Z test_dispatch_meta_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8656824Z test_dispatch_meta_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8671801Z test_dispatch_meta_cos_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8686919Z test_dispatch_meta_cos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8701850Z test_dispatch_meta_cos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8717174Z test_dispatch_meta_cos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8732158Z test_dispatch_meta_cos_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8747255Z test_dispatch_meta_cos_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8762129Z test_dispatch_meta_cos_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8777386Z test_dispatch_meta_cos_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8792261Z test_dispatch_meta_cos_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8807525Z test_dispatch_meta_cos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8822576Z test_dispatch_meta_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8837693Z test_dispatch_meta_cosh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8852833Z test_dispatch_meta_cosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8867681Z test_dispatch_meta_cosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8884528Z test_dispatch_meta_cosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8899714Z test_dispatch_meta_cosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8915064Z test_dispatch_meta_cosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8930034Z test_dispatch_meta_cosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8945136Z test_dispatch_meta_cosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8959934Z test_dispatch_meta_cosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8975040Z test_dispatch_meta_cosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.8990036Z test_dispatch_meta_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9005351Z test_dispatch_meta_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9020295Z test_dispatch_meta_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9035301Z test_dispatch_meta_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9050053Z test_dispatch_meta_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9064816Z test_dispatch_meta_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9079905Z test_dispatch_meta_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9094858Z test_dispatch_meta_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9110007Z test_dispatch_meta_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9126090Z test_dispatch_meta_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9142131Z test_dispatch_meta_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9157438Z test_dispatch_meta_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9172419Z test_dispatch_meta_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9187211Z test_dispatch_meta_cov_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9202165Z test_dispatch_meta_cov_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9216951Z test_dispatch_meta_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9231639Z test_dispatch_meta_cov_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9246342Z test_dispatch_meta_cov_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9261187Z test_dispatch_meta_cov_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9276070Z test_dispatch_meta_cov_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9291541Z test_dispatch_meta_cov_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9307971Z test_dispatch_meta_cov_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9323202Z test_dispatch_meta_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9338250Z test_dispatch_meta_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9353473Z test_dispatch_meta_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9368715Z test_dispatch_meta_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9384461Z test_dispatch_meta_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9400505Z test_dispatch_meta_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9415600Z test_dispatch_meta_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9430389Z test_dispatch_meta_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9445456Z test_dispatch_meta_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9460181Z test_dispatch_meta_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9475027Z test_dispatch_meta_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9489779Z test_dispatch_meta_cummax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9504485Z test_dispatch_meta_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9519553Z test_dispatch_meta_cummax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9534267Z test_dispatch_meta_cummax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9548915Z test_dispatch_meta_cummax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9564070Z test_dispatch_meta_cummax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9578594Z test_dispatch_meta_cummax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9593652Z test_dispatch_meta_cummax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9608125Z test_dispatch_meta_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9623073Z test_dispatch_meta_cummin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9639139Z test_dispatch_meta_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9655038Z test_dispatch_meta_cummin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9670496Z test_dispatch_meta_cummin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9685524Z test_dispatch_meta_cummin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9700486Z test_dispatch_meta_cummin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9715423Z test_dispatch_meta_cummin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9731945Z test_dispatch_meta_cummin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9746532Z test_dispatch_meta_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9761204Z test_dispatch_meta_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9776205Z test_dispatch_meta_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9791087Z test_dispatch_meta_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9806234Z test_dispatch_meta_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9820971Z test_dispatch_meta_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9836075Z test_dispatch_meta_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9851034Z test_dispatch_meta_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9865829Z test_dispatch_meta_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9881387Z test_dispatch_meta_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9897713Z test_dispatch_meta_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9912499Z test_dispatch_meta_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9928492Z test_dispatch_meta_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9943354Z test_dispatch_meta_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9958614Z test_dispatch_meta_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9973764Z test_dispatch_meta_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.9989043Z test_dispatch_meta_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0004407Z test_dispatch_meta_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0019599Z test_dispatch_meta_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0034902Z test_dispatch_meta_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0050259Z test_dispatch_meta_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0065292Z test_dispatch_meta_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0080554Z test_dispatch_meta_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0095857Z test_dispatch_meta_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0111234Z test_dispatch_meta_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0126642Z test_dispatch_meta_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0141890Z test_dispatch_meta_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0159019Z test_dispatch_meta_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0174372Z test_dispatch_meta_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0189781Z test_dispatch_meta_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0205161Z test_dispatch_meta_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0220435Z test_dispatch_meta_deg2rad_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0235903Z test_dispatch_meta_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0251384Z test_dispatch_meta_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0266639Z test_dispatch_meta_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0283084Z test_dispatch_meta_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0298918Z test_dispatch_meta_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0314971Z test_dispatch_meta_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0330801Z test_dispatch_meta_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0346612Z test_dispatch_meta_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0362386Z test_dispatch_meta_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0378529Z test_dispatch_meta_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0394422Z test_dispatch_meta_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0410149Z test_dispatch_meta_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0425889Z test_dispatch_meta_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0441465Z test_dispatch_meta_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0457228Z test_dispatch_meta_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0472626Z test_dispatch_meta_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0488363Z test_dispatch_meta_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0504046Z test_dispatch_meta_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0519724Z test_dispatch_meta_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0535478Z test_dispatch_meta_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0551199Z test_dispatch_meta_diag_embed_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0567191Z test_dispatch_meta_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0582846Z test_dispatch_meta_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0600431Z test_dispatch_meta_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0616201Z test_dispatch_meta_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0631887Z test_dispatch_meta_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0647891Z test_dispatch_meta_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0663734Z test_dispatch_meta_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0679652Z test_dispatch_meta_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0695741Z test_dispatch_meta_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0711337Z test_dispatch_meta_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0727258Z test_dispatch_meta_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0743229Z test_dispatch_meta_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0759419Z test_dispatch_meta_diagflat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0775473Z test_dispatch_meta_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0791499Z test_dispatch_meta_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0807564Z test_dispatch_meta_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0823474Z test_dispatch_meta_diagflat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0839615Z test_dispatch_meta_diagflat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0855570Z test_dispatch_meta_diagflat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0871493Z test_dispatch_meta_diagflat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0887734Z test_dispatch_meta_diagflat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0903628Z test_dispatch_meta_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0919749Z test_dispatch_meta_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0935678Z test_dispatch_meta_diagonal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0951688Z test_dispatch_meta_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0967983Z test_dispatch_meta_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0983811Z test_dispatch_meta_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.0999751Z test_dispatch_meta_diagonal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1015680Z test_dispatch_meta_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1031432Z test_dispatch_meta_diagonal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1049554Z test_dispatch_meta_diagonal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1065543Z test_dispatch_meta_diagonal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1081597Z test_dispatch_meta_diagonal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1097733Z test_dispatch_meta_diagonal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1114034Z test_dispatch_meta_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1130079Z test_dispatch_meta_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1145985Z test_dispatch_meta_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1162218Z test_dispatch_meta_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1178369Z test_dispatch_meta_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1194826Z test_dispatch_meta_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1210605Z test_dispatch_meta_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1226416Z test_dispatch_meta_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1242383Z test_dispatch_meta_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1258366Z test_dispatch_meta_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1274373Z test_dispatch_meta_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1290749Z test_dispatch_meta_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1306785Z test_dispatch_meta_diff_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1322707Z test_dispatch_meta_diff_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1338741Z test_dispatch_meta_diff_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1354770Z test_dispatch_meta_diff_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1370760Z test_dispatch_meta_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1386553Z test_dispatch_meta_diff_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1402651Z test_dispatch_meta_diff_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1418619Z test_dispatch_meta_diff_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1434599Z test_dispatch_meta_diff_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1449765Z test_dispatch_meta_diff_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1465159Z test_dispatch_meta_diff_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1480569Z test_dispatch_meta_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1497770Z test_dispatch_meta_digamma_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1513137Z test_dispatch_meta_digamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1528573Z test_dispatch_meta_digamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1543875Z test_dispatch_meta_digamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1559299Z test_dispatch_meta_digamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1574832Z test_dispatch_meta_digamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1590105Z test_dispatch_meta_digamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1605767Z test_dispatch_meta_digamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1621157Z test_dispatch_meta_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1636656Z test_dispatch_meta_dist_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1652057Z test_dispatch_meta_dist_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1667323Z test_dispatch_meta_dist_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1683060Z test_dispatch_meta_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1698335Z test_dispatch_meta_dist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1713880Z test_dispatch_meta_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1729315Z test_dispatch_meta_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1744635Z test_dispatch_meta_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1760236Z test_dispatch_meta_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1775620Z test_dispatch_meta_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1790932Z test_dispatch_meta_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1806511Z test_dispatch_meta_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1821790Z test_dispatch_meta_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1837318Z test_dispatch_meta_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1852827Z test_dispatch_meta_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1869491Z test_dispatch_meta_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1884998Z test_dispatch_meta_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1900334Z test_dispatch_meta_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1915216Z test_dispatch_meta_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1931802Z test_dispatch_meta_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1946605Z test_dispatch_meta_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1961651Z test_dispatch_meta_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1976412Z test_dispatch_meta_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.1991294Z test_dispatch_meta_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2006337Z test_dispatch_meta_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2021104Z test_dispatch_meta_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2035902Z test_dispatch_meta_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2050702Z test_dispatch_meta_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2065455Z test_dispatch_meta_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2080867Z test_dispatch_meta_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2095889Z test_dispatch_meta_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2111604Z test_dispatch_meta_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2127850Z test_dispatch_meta_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2143153Z test_dispatch_meta_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2158235Z test_dispatch_meta_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2172871Z test_dispatch_meta_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2187936Z test_dispatch_meta_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2202679Z test_dispatch_meta_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2217634Z test_dispatch_meta_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2232278Z test_dispatch_meta_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2247383Z test_dispatch_meta_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2262295Z test_dispatch_meta_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2277473Z test_dispatch_meta_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2292411Z test_dispatch_meta_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2307321Z test_dispatch_meta_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2322585Z test_dispatch_meta_double_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2337675Z test_dispatch_meta_double_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2354436Z test_dispatch_meta_double_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2369666Z test_dispatch_meta_double_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2384611Z test_dispatch_meta_double_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2399681Z test_dispatch_meta_double_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2414822Z test_dispatch_meta_double_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2429882Z test_dispatch_meta_double_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2445470Z test_dispatch_meta_double_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2460600Z test_dispatch_meta_double_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2475788Z test_dispatch_meta_double_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2490689Z test_dispatch_meta_double_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2505617Z test_dispatch_meta_double_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2520782Z test_dispatch_meta_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2535974Z test_dispatch_meta_dsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2550979Z test_dispatch_meta_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2566137Z test_dispatch_meta_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2581213Z test_dispatch_meta_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2596775Z test_dispatch_meta_dsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2612469Z test_dispatch_meta_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2626976Z test_dispatch_meta_dsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2641922Z test_dispatch_meta_dsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2656805Z test_dispatch_meta_dsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2671920Z test_dispatch_meta_dsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2687204Z test_dispatch_meta_dsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2702225Z test_dispatch_meta_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2717261Z test_dispatch_meta_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2732388Z test_dispatch_meta_dstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2747510Z test_dispatch_meta_dstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2762650Z test_dispatch_meta_dstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2780964Z test_dispatch_meta_dstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2795952Z test_dispatch_meta_dstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2811074Z test_dispatch_meta_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2826163Z test_dispatch_meta_dstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2841201Z test_dispatch_meta_dstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2856651Z test_dispatch_meta_dstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2871481Z test_dispatch_meta_dstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2886764Z test_dispatch_meta_dstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2901630Z test_dispatch_meta_dstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2916896Z test_dispatch_meta_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2932120Z test_dispatch_meta_einsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2947301Z test_dispatch_meta_einsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2962259Z test_dispatch_meta_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2977398Z test_dispatch_meta_einsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.2992435Z test_dispatch_meta_einsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3007791Z test_dispatch_meta_einsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3022654Z test_dispatch_meta_einsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3037931Z test_dispatch_meta_einsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3053030Z test_dispatch_meta_einsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3068053Z test_dispatch_meta_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3083209Z test_dispatch_meta_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3098458Z test_dispatch_meta_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3114041Z test_dispatch_meta_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3128556Z test_dispatch_meta_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3143614Z test_dispatch_meta_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3158559Z test_dispatch_meta_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3173774Z test_dispatch_meta_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3188736Z test_dispatch_meta_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3205570Z test_dispatch_meta_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3220820Z test_dispatch_meta_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3235912Z test_dispatch_meta_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3250878Z test_dispatch_meta_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3265991Z test_dispatch_meta_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3281267Z test_dispatch_meta_empty_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3296876Z test_dispatch_meta_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3311566Z test_dispatch_meta_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3326785Z test_dispatch_meta_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3341793Z test_dispatch_meta_empty_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3357230Z test_dispatch_meta_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3372255Z test_dispatch_meta_empty_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3387325Z test_dispatch_meta_empty_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3402635Z test_dispatch_meta_empty_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3417519Z test_dispatch_meta_empty_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3432587Z test_dispatch_meta_empty_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3448052Z test_dispatch_meta_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3463118Z test_dispatch_meta_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3478392Z test_dispatch_meta_eq_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3493295Z test_dispatch_meta_eq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3508299Z test_dispatch_meta_eq_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3523415Z test_dispatch_meta_eq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3538542Z test_dispatch_meta_eq_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3553637Z test_dispatch_meta_eq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3568351Z test_dispatch_meta_eq_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3583484Z test_dispatch_meta_eq_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3598590Z test_dispatch_meta_eq_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3613731Z test_dispatch_meta_eq_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3630462Z test_dispatch_meta_eq_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3645923Z test_dispatch_meta_eq_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3660541Z test_dispatch_meta_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3675845Z test_dispatch_meta_equal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3690958Z test_dispatch_meta_equal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3705837Z test_dispatch_meta_equal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3720938Z test_dispatch_meta_equal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3735991Z test_dispatch_meta_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3750951Z test_dispatch_meta_equal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3766199Z test_dispatch_meta_equal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3781186Z test_dispatch_meta_equal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3796331Z test_dispatch_meta_equal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3811350Z test_dispatch_meta_equal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3826361Z test_dispatch_meta_equal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3841397Z test_dispatch_meta_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3856582Z test_dispatch_meta_erf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3871396Z test_dispatch_meta_erf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3886683Z test_dispatch_meta_erf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3901819Z test_dispatch_meta_erf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3917159Z test_dispatch_meta_erf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3932239Z test_dispatch_meta_erf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3947152Z test_dispatch_meta_erf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3962345Z test_dispatch_meta_erf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3977416Z test_dispatch_meta_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.3992280Z test_dispatch_meta_erfc_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4007506Z test_dispatch_meta_erfc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4022366Z test_dispatch_meta_erfc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4037612Z test_dispatch_meta_erfc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4054356Z test_dispatch_meta_erfc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4069313Z test_dispatch_meta_erfc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4084426Z test_dispatch_meta_erfc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4099359Z test_dispatch_meta_erfc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4114525Z test_dispatch_meta_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4129616Z test_dispatch_meta_erfinv_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4144502Z test_dispatch_meta_erfinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4160256Z test_dispatch_meta_erfinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4175198Z test_dispatch_meta_erfinv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4190168Z test_dispatch_meta_erfinv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4205447Z test_dispatch_meta_erfinv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4220422Z test_dispatch_meta_erfinv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4235534Z test_dispatch_meta_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4250469Z test_dispatch_meta_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4265392Z test_dispatch_meta_exp2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4280524Z test_dispatch_meta_exp2_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4295794Z test_dispatch_meta_exp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4310516Z test_dispatch_meta_exp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4335878Z test_dispatch_meta_exp2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4340387Z test_dispatch_meta_exp2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4355053Z test_dispatch_meta_exp2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4369867Z test_dispatch_meta_exp2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4384944Z test_dispatch_meta_exp2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4401105Z test_dispatch_meta_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4417009Z test_dispatch_meta_exp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4432631Z test_dispatch_meta_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4447757Z test_dispatch_meta_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4462494Z test_dispatch_meta_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4479130Z test_dispatch_meta_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4494046Z test_dispatch_meta_exp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4508796Z test_dispatch_meta_exp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4523812Z test_dispatch_meta_exp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4538724Z test_dispatch_meta_exp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4553579Z test_dispatch_meta_exp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4568506Z test_dispatch_meta_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4583050Z test_dispatch_meta_expand_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4597878Z test_dispatch_meta_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4612615Z test_dispatch_meta_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4627467Z test_dispatch_meta_expand_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4642541Z test_dispatch_meta_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4658703Z test_dispatch_meta_expand_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4674702Z test_dispatch_meta_expand_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4690251Z test_dispatch_meta_expand_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4705275Z test_dispatch_meta_expand_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4720154Z test_dispatch_meta_expand_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4735005Z test_dispatch_meta_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4749871Z test_dispatch_meta_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4764635Z test_dispatch_meta_expand_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4779504Z test_dispatch_meta_expand_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4794363Z test_dispatch_meta_expand_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4809188Z test_dispatch_meta_expand_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4823853Z test_dispatch_meta_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4838645Z test_dispatch_meta_expand_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4853404Z test_dispatch_meta_expand_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4867967Z test_dispatch_meta_expand_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4882831Z test_dispatch_meta_expand_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4899530Z test_dispatch_meta_expand_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4916098Z test_dispatch_meta_expand_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4932037Z test_dispatch_meta_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4947453Z test_dispatch_meta_expm1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4962683Z test_dispatch_meta_expm1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4977646Z test_dispatch_meta_expm1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.4992415Z test_dispatch_meta_expm1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5007636Z test_dispatch_meta_expm1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5022352Z test_dispatch_meta_expm1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5037258Z test_dispatch_meta_expm1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5052485Z test_dispatch_meta_expm1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5067287Z test_dispatch_meta_eye_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5082073Z test_dispatch_meta_eye_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5096794Z test_dispatch_meta_eye_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5111591Z test_dispatch_meta_eye_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5126339Z test_dispatch_meta_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5141032Z test_dispatch_meta_eye_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5156257Z test_dispatch_meta_eye_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5172184Z test_dispatch_meta_eye_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5188157Z test_dispatch_meta_eye_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5203897Z test_dispatch_meta_eye_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5218956Z test_dispatch_meta_eye_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5234208Z test_dispatch_meta_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5248937Z test_dispatch_meta_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5263662Z test_dispatch_meta_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5278564Z test_dispatch_meta_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5293464Z test_dispatch_meta_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5308309Z test_dispatch_meta_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5325065Z test_dispatch_meta_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5339822Z test_dispatch_meta_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5354788Z test_dispatch_meta_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5369828Z test_dispatch_meta_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5384484Z test_dispatch_meta_fft_fft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5399323Z test_dispatch_meta_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5414588Z test_dispatch_meta_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5430396Z test_dispatch_meta_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5446800Z test_dispatch_meta_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5462112Z test_dispatch_meta_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5477155Z test_dispatch_meta_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5492035Z test_dispatch_meta_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5506870Z test_dispatch_meta_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5521982Z test_dispatch_meta_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5537064Z test_dispatch_meta_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5551629Z test_dispatch_meta_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5566712Z test_dispatch_meta_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5581501Z test_dispatch_meta_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5596404Z test_dispatch_meta_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5611248Z test_dispatch_meta_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5625790Z test_dispatch_meta_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5640692Z test_dispatch_meta_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5655827Z test_dispatch_meta_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5670822Z test_dispatch_meta_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5686867Z test_dispatch_meta_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5702637Z test_dispatch_meta_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5718414Z test_dispatch_meta_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5733442Z test_dispatch_meta_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5749974Z test_dispatch_meta_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5764989Z test_dispatch_meta_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5779829Z test_dispatch_meta_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5794917Z test_dispatch_meta_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5809667Z test_dispatch_meta_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5824455Z test_dispatch_meta_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5839353Z test_dispatch_meta_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5854149Z test_dispatch_meta_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5868970Z test_dispatch_meta_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5883949Z test_dispatch_meta_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5898976Z test_dispatch_meta_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5913859Z test_dispatch_meta_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5929040Z test_dispatch_meta_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5945164Z test_dispatch_meta_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5960296Z test_dispatch_meta_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5975023Z test_dispatch_meta_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.5990203Z test_dispatch_meta_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6005138Z test_dispatch_meta_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6019889Z test_dispatch_meta_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6035003Z test_dispatch_meta_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6049623Z test_dispatch_meta_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6064285Z test_dispatch_meta_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6079542Z test_dispatch_meta_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6094757Z test_dispatch_meta_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6109900Z test_dispatch_meta_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6125206Z test_dispatch_meta_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6140288Z test_dispatch_meta_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6155636Z test_dispatch_meta_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6173505Z test_dispatch_meta_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6188151Z test_dispatch_meta_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6203366Z test_dispatch_meta_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6218329Z test_dispatch_meta_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6234405Z test_dispatch_meta_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6249511Z test_dispatch_meta_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6264586Z test_dispatch_meta_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6279558Z test_dispatch_meta_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6294741Z test_dispatch_meta_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6309621Z test_dispatch_meta_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6324508Z test_dispatch_meta_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6339329Z test_dispatch_meta_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6354507Z test_dispatch_meta_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6369205Z test_dispatch_meta_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6384029Z test_dispatch_meta_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6398895Z test_dispatch_meta_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6413826Z test_dispatch_meta_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6428613Z test_dispatch_meta_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6443476Z test_dispatch_meta_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6458523Z test_dispatch_meta_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6473520Z test_dispatch_meta_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6488367Z test_dispatch_meta_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6503053Z test_dispatch_meta_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6517986Z test_dispatch_meta_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6532812Z test_dispatch_meta_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6547754Z test_dispatch_meta_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6562782Z test_dispatch_meta_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6577715Z test_dispatch_meta_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6594348Z test_dispatch_meta_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6609222Z test_dispatch_meta_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6623847Z test_dispatch_meta_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6638908Z test_dispatch_meta_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6653835Z test_dispatch_meta_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6668466Z test_dispatch_meta_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6683261Z test_dispatch_meta_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6698145Z test_dispatch_meta_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6712635Z test_dispatch_meta_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6727737Z test_dispatch_meta_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6742395Z test_dispatch_meta_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6757384Z test_dispatch_meta_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6772222Z test_dispatch_meta_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6786859Z test_dispatch_meta_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6801777Z test_dispatch_meta_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6816740Z test_dispatch_meta_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6831764Z test_dispatch_meta_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6847026Z test_dispatch_meta_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6862188Z test_dispatch_meta_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6877576Z test_dispatch_meta_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6892576Z test_dispatch_meta_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6907608Z test_dispatch_meta_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6922817Z test_dispatch_meta_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6938031Z test_dispatch_meta_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6953165Z test_dispatch_meta_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6968329Z test_dispatch_meta_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6983621Z test_dispatch_meta_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.6998399Z test_dispatch_meta_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7015342Z test_dispatch_meta_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7030169Z test_dispatch_meta_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7045118Z test_dispatch_meta_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7059935Z test_dispatch_meta_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7075042Z test_dispatch_meta_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7090096Z test_dispatch_meta_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7105148Z test_dispatch_meta_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7120379Z test_dispatch_meta_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7135464Z test_dispatch_meta_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7150426Z test_dispatch_meta_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7165564Z test_dispatch_meta_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7180540Z test_dispatch_meta_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7195941Z test_dispatch_meta_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7211577Z test_dispatch_meta_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7226787Z test_dispatch_meta_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7241545Z test_dispatch_meta_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7257339Z test_dispatch_meta_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7272386Z test_dispatch_meta_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7287822Z test_dispatch_meta_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7303199Z test_dispatch_meta_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7318546Z test_dispatch_meta_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7333811Z test_dispatch_meta_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7348864Z test_dispatch_meta_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7364309Z test_dispatch_meta_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7379771Z test_dispatch_meta_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7394901Z test_dispatch_meta_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7410396Z test_dispatch_meta_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7425413Z test_dispatch_meta_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7442424Z test_dispatch_meta_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7458509Z test_dispatch_meta_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7473712Z test_dispatch_meta_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7488924Z test_dispatch_meta_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7504015Z test_dispatch_meta_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7519363Z test_dispatch_meta_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7534903Z test_dispatch_meta_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7549732Z test_dispatch_meta_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7565075Z test_dispatch_meta_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7580298Z test_dispatch_meta_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7595755Z test_dispatch_meta_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7611158Z test_dispatch_meta_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7626326Z test_dispatch_meta_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7641588Z test_dispatch_meta_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7656882Z test_dispatch_meta_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7672070Z test_dispatch_meta_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7687621Z test_dispatch_meta_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7702942Z test_dispatch_meta_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7718511Z test_dispatch_meta_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7733437Z test_dispatch_meta_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7749027Z test_dispatch_meta_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7764097Z test_dispatch_meta_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7779389Z test_dispatch_meta_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7794694Z test_dispatch_meta_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7809956Z test_dispatch_meta_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7825299Z test_dispatch_meta_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7840400Z test_dispatch_meta_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7855775Z test_dispatch_meta_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7874159Z test_dispatch_meta_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7889387Z test_dispatch_meta_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7904810Z test_dispatch_meta_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7920048Z test_dispatch_meta_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7935368Z test_dispatch_meta_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7950640Z test_dispatch_meta_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7965985Z test_dispatch_meta_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7981208Z test_dispatch_meta_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.7996804Z test_dispatch_meta_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8012082Z test_dispatch_meta_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8027286Z test_dispatch_meta_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8042518Z test_dispatch_meta_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8058023Z test_dispatch_meta_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8073588Z test_dispatch_meta_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8088733Z test_dispatch_meta_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8103851Z test_dispatch_meta_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8119281Z test_dispatch_meta_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8134691Z test_dispatch_meta_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8149952Z test_dispatch_meta_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8165321Z test_dispatch_meta_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8180497Z test_dispatch_meta_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8195863Z test_dispatch_meta_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8211393Z test_dispatch_meta_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8226371Z test_dispatch_meta_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8241774Z test_dispatch_meta_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8257030Z test_dispatch_meta_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8272415Z test_dispatch_meta_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8287447Z test_dispatch_meta_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8304711Z test_dispatch_meta_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8320037Z test_dispatch_meta_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8335254Z test_dispatch_meta_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8350448Z test_dispatch_meta_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8365731Z test_dispatch_meta_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8381024Z test_dispatch_meta_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8396186Z test_dispatch_meta_flatten_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8411544Z test_dispatch_meta_flatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8426651Z test_dispatch_meta_flatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8441885Z test_dispatch_meta_flatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8457181Z test_dispatch_meta_flatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8472420Z test_dispatch_meta_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8487729Z test_dispatch_meta_flatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8502874Z test_dispatch_meta_flatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8518233Z test_dispatch_meta_flatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8533477Z test_dispatch_meta_flatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8548629Z test_dispatch_meta_flatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8564085Z test_dispatch_meta_flatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8579470Z test_dispatch_meta_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8594729Z test_dispatch_meta_flip_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8610088Z test_dispatch_meta_flip_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8625373Z test_dispatch_meta_flip_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8640679Z test_dispatch_meta_flip_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8656038Z test_dispatch_meta_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8671249Z test_dispatch_meta_flip_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8686664Z test_dispatch_meta_flip_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8701813Z test_dispatch_meta_flip_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8718225Z test_dispatch_meta_flip_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8734566Z test_dispatch_meta_flip_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8749403Z test_dispatch_meta_flip_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8764949Z test_dispatch_meta_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8779578Z test_dispatch_meta_fliplr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8794492Z test_dispatch_meta_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8809512Z test_dispatch_meta_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8824535Z test_dispatch_meta_fliplr_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8839799Z test_dispatch_meta_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8854854Z test_dispatch_meta_fliplr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8870098Z test_dispatch_meta_fliplr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8885310Z test_dispatch_meta_fliplr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8900282Z test_dispatch_meta_fliplr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8915516Z test_dispatch_meta_fliplr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8930621Z test_dispatch_meta_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8945666Z test_dispatch_meta_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8960924Z test_dispatch_meta_flipud_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8976320Z test_dispatch_meta_flipud_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.8991415Z test_dispatch_meta_flipud_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9006751Z test_dispatch_meta_flipud_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9021971Z test_dispatch_meta_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9037148Z test_dispatch_meta_flipud_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9052460Z test_dispatch_meta_flipud_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9067443Z test_dispatch_meta_flipud_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9082723Z test_dispatch_meta_flipud_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9097911Z test_dispatch_meta_flipud_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9113027Z test_dispatch_meta_flipud_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9128176Z test_dispatch_meta_float_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9143125Z test_dispatch_meta_float_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9160143Z test_dispatch_meta_float_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9175316Z test_dispatch_meta_float_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9190328Z test_dispatch_meta_float_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9205550Z test_dispatch_meta_float_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9220599Z test_dispatch_meta_float_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9235752Z test_dispatch_meta_float_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9250691Z test_dispatch_meta_float_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9265439Z test_dispatch_meta_float_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9280726Z test_dispatch_meta_float_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9296004Z test_dispatch_meta_float_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9310933Z test_dispatch_meta_float_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9326258Z test_dispatch_meta_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9341492Z test_dispatch_meta_float_power_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9356846Z test_dispatch_meta_float_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9371561Z test_dispatch_meta_float_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9386482Z test_dispatch_meta_float_power_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9401484Z test_dispatch_meta_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9416710Z test_dispatch_meta_float_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9431863Z test_dispatch_meta_float_power_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9446957Z test_dispatch_meta_float_power_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9461905Z test_dispatch_meta_float_power_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9477189Z test_dispatch_meta_float_power_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9492506Z test_dispatch_meta_float_power_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9507890Z test_dispatch_meta_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9522636Z test_dispatch_meta_floor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9537539Z test_dispatch_meta_floor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9552504Z test_dispatch_meta_floor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9567711Z test_dispatch_meta_floor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9584349Z test_dispatch_meta_floor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9599471Z test_dispatch_meta_floor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9614494Z test_dispatch_meta_floor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9629538Z test_dispatch_meta_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9644685Z test_dispatch_meta_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9659689Z test_dispatch_meta_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9674936Z test_dispatch_meta_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9689932Z test_dispatch_meta_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9704796Z test_dispatch_meta_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9719961Z test_dispatch_meta_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9735452Z test_dispatch_meta_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9750439Z test_dispatch_meta_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9765660Z test_dispatch_meta_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9781039Z test_dispatch_meta_fmax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9796417Z test_dispatch_meta_fmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9811792Z test_dispatch_meta_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9827059Z test_dispatch_meta_fmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9842589Z test_dispatch_meta_fmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9857700Z test_dispatch_meta_fmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9873160Z test_dispatch_meta_fmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9888493Z test_dispatch_meta_fmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9903873Z test_dispatch_meta_fmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9919160Z test_dispatch_meta_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9934403Z test_dispatch_meta_fmin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9949589Z test_dispatch_meta_fmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9964986Z test_dispatch_meta_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9980235Z test_dispatch_meta_fmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:35.9995582Z test_dispatch_meta_fmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0012558Z test_dispatch_meta_fmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0028741Z test_dispatch_meta_fmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0043914Z test_dispatch_meta_fmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0059714Z test_dispatch_meta_fmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0075325Z test_dispatch_meta_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0090484Z test_dispatch_meta_fmod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0105598Z test_dispatch_meta_fmod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0121080Z test_dispatch_meta_fmod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0136200Z test_dispatch_meta_fmod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0151352Z test_dispatch_meta_fmod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0167144Z test_dispatch_meta_fmod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0182288Z test_dispatch_meta_fmod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0197556Z test_dispatch_meta_fmod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0212951Z test_dispatch_meta_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0228099Z test_dispatch_meta_frac_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0243812Z test_dispatch_meta_frac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0259215Z test_dispatch_meta_frac_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0274828Z test_dispatch_meta_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0290196Z test_dispatch_meta_frexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0305670Z test_dispatch_meta_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0321246Z test_dispatch_meta_frexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0336570Z test_dispatch_meta_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0351380Z test_dispatch_meta_full_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0366759Z test_dispatch_meta_full_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0381882Z test_dispatch_meta_full_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0397246Z test_dispatch_meta_full_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0412402Z test_dispatch_meta_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0427536Z test_dispatch_meta_full_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0444597Z test_dispatch_meta_full_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0459886Z test_dispatch_meta_full_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0475320Z test_dispatch_meta_full_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0490814Z test_dispatch_meta_full_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0505828Z test_dispatch_meta_full_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0521202Z test_dispatch_meta_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0536487Z test_dispatch_meta_gather_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0551761Z test_dispatch_meta_gather_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0567420Z test_dispatch_meta_gather_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0582688Z test_dispatch_meta_gather_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0598062Z test_dispatch_meta_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0613303Z test_dispatch_meta_gather_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0628570Z test_dispatch_meta_gather_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0643971Z test_dispatch_meta_gather_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0659207Z test_dispatch_meta_gather_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0674468Z test_dispatch_meta_gather_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0689332Z test_dispatch_meta_gather_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0704107Z test_dispatch_meta_gcd_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0719022Z test_dispatch_meta_gcd_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0733915Z test_dispatch_meta_gcd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0748707Z test_dispatch_meta_gcd_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0764640Z test_dispatch_meta_gcd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0781061Z test_dispatch_meta_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0796590Z test_dispatch_meta_ge_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0811218Z test_dispatch_meta_ge_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0826382Z test_dispatch_meta_ge_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0841079Z test_dispatch_meta_ge_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0855953Z test_dispatch_meta_ge_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0872496Z test_dispatch_meta_ge_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0887366Z test_dispatch_meta_ge_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0902259Z test_dispatch_meta_ge_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0917057Z test_dispatch_meta_ge_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0932006Z test_dispatch_meta_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0946820Z test_dispatch_meta_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0961675Z test_dispatch_meta_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0976553Z test_dispatch_meta_geqrf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.0991177Z test_dispatch_meta_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1006449Z test_dispatch_meta_gradient_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1022343Z test_dispatch_meta_gradient_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1038352Z test_dispatch_meta_gradient_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1053973Z test_dispatch_meta_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1068910Z test_dispatch_meta_gradient_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1083840Z test_dispatch_meta_gradient_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1098694Z test_dispatch_meta_gradient_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1113707Z test_dispatch_meta_gradient_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1128778Z test_dispatch_meta_gradient_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1143241Z test_dispatch_meta_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1158401Z test_dispatch_meta_gt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1173116Z test_dispatch_meta_gt_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1187896Z test_dispatch_meta_gt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1202893Z test_dispatch_meta_gt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1217588Z test_dispatch_meta_gt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1232223Z test_dispatch_meta_gt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1247235Z test_dispatch_meta_gt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1262363Z test_dispatch_meta_gt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1278450Z test_dispatch_meta_gt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1295963Z test_dispatch_meta_half_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1311258Z test_dispatch_meta_half_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1326448Z test_dispatch_meta_half_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1341159Z test_dispatch_meta_half_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1356023Z test_dispatch_meta_half_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1370818Z test_dispatch_meta_half_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1385454Z test_dispatch_meta_half_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1400298Z test_dispatch_meta_half_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1415107Z test_dispatch_meta_half_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1429757Z test_dispatch_meta_half_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1444698Z test_dispatch_meta_half_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1459475Z test_dispatch_meta_half_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1474120Z test_dispatch_meta_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1489190Z test_dispatch_meta_heaviside_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1503785Z test_dispatch_meta_heaviside_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1518588Z test_dispatch_meta_heaviside_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1533504Z test_dispatch_meta_heaviside_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1548022Z test_dispatch_meta_heaviside_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1563230Z test_dispatch_meta_heaviside_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1578260Z test_dispatch_meta_heaviside_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1593528Z test_dispatch_meta_heaviside_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1608799Z test_dispatch_meta_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1624401Z test_dispatch_meta_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1639247Z test_dispatch_meta_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1654074Z test_dispatch_meta_histc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1668930Z test_dispatch_meta_histogram_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1684022Z test_dispatch_meta_histogram_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1699130Z test_dispatch_meta_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1716044Z test_dispatch_meta_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1731279Z test_dispatch_meta_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1746308Z test_dispatch_meta_hsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1761451Z test_dispatch_meta_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1776649Z test_dispatch_meta_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1792439Z test_dispatch_meta_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1808663Z test_dispatch_meta_hsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1823295Z test_dispatch_meta_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1838486Z test_dispatch_meta_hsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1853556Z test_dispatch_meta_hsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1868460Z test_dispatch_meta_hsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1883512Z test_dispatch_meta_hsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1898501Z test_dispatch_meta_hsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1913673Z test_dispatch_meta_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1928962Z test_dispatch_meta_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1943936Z test_dispatch_meta_hstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1959193Z test_dispatch_meta_hstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1974166Z test_dispatch_meta_hstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.1989038Z test_dispatch_meta_hstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2004175Z test_dispatch_meta_hstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2019417Z test_dispatch_meta_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2034573Z test_dispatch_meta_hstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2049767Z test_dispatch_meta_hstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2064522Z test_dispatch_meta_hstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2079481Z test_dispatch_meta_hstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2094546Z test_dispatch_meta_hstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2109484Z test_dispatch_meta_hstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2124598Z test_dispatch_meta_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2141497Z test_dispatch_meta_hypot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2156583Z test_dispatch_meta_hypot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2171467Z test_dispatch_meta_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2186939Z test_dispatch_meta_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2201895Z test_dispatch_meta_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2217858Z test_dispatch_meta_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2232395Z test_dispatch_meta_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2247565Z test_dispatch_meta_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2262625Z test_dispatch_meta_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2278029Z test_dispatch_meta_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2292864Z test_dispatch_meta_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2308061Z test_dispatch_meta_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2323203Z test_dispatch_meta_igamma_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2338470Z test_dispatch_meta_igamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2353708Z test_dispatch_meta_igamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2368664Z test_dispatch_meta_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2383760Z test_dispatch_meta_igammac_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2399044Z test_dispatch_meta_igammac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2414215Z test_dispatch_meta_igammac_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2429522Z test_dispatch_meta_imag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2444511Z test_dispatch_meta_imag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2459717Z test_dispatch_meta_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2474986Z test_dispatch_meta_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2490080Z test_dispatch_meta_index_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2505279Z test_dispatch_meta_index_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2520523Z test_dispatch_meta_index_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2535689Z test_dispatch_meta_index_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2550799Z test_dispatch_meta_index_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2568278Z test_dispatch_meta_index_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2583524Z test_dispatch_meta_index_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2598954Z test_dispatch_meta_index_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2614418Z test_dispatch_meta_index_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2629599Z test_dispatch_meta_index_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2645117Z test_dispatch_meta_index_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2660464Z test_dispatch_meta_index_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2675538Z test_dispatch_meta_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2690783Z test_dispatch_meta_index_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2705861Z test_dispatch_meta_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2721009Z test_dispatch_meta_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2736081Z test_dispatch_meta_index_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2751206Z test_dispatch_meta_index_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2767111Z test_dispatch_meta_index_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2781805Z test_dispatch_meta_index_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2797167Z test_dispatch_meta_index_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2812386Z test_dispatch_meta_index_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2827417Z test_dispatch_meta_index_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2842684Z test_dispatch_meta_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2857886Z test_dispatch_meta_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2873116Z test_dispatch_meta_index_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2888319Z test_dispatch_meta_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2903323Z test_dispatch_meta_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2918440Z test_dispatch_meta_index_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2933550Z test_dispatch_meta_index_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2948570Z test_dispatch_meta_index_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2963894Z test_dispatch_meta_index_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2978962Z test_dispatch_meta_index_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.2997089Z test_dispatch_meta_index_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3012599Z test_dispatch_meta_index_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3027937Z test_dispatch_meta_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3042761Z test_dispatch_meta_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3058070Z test_dispatch_meta_index_put_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3073343Z test_dispatch_meta_index_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3088425Z test_dispatch_meta_index_put_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3103489Z test_dispatch_meta_index_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3118624Z test_dispatch_meta_index_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3133746Z test_dispatch_meta_index_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3148895Z test_dispatch_meta_index_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3164101Z test_dispatch_meta_index_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3179368Z test_dispatch_meta_index_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3194539Z test_dispatch_meta_index_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3209679Z test_dispatch_meta_index_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3224820Z test_dispatch_meta_index_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3240001Z test_dispatch_meta_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3255150Z test_dispatch_meta_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3270255Z test_dispatch_meta_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3285543Z test_dispatch_meta_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3300638Z test_dispatch_meta_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3315954Z test_dispatch_meta_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3331037Z test_dispatch_meta_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3345907Z test_dispatch_meta_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3361014Z test_dispatch_meta_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3376338Z test_dispatch_meta_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3391745Z test_dispatch_meta_index_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3407000Z test_dispatch_meta_index_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3423356Z test_dispatch_meta_index_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3438473Z test_dispatch_meta_index_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3453595Z test_dispatch_meta_index_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3468544Z test_dispatch_meta_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3483702Z test_dispatch_meta_index_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3498775Z test_dispatch_meta_index_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3513879Z test_dispatch_meta_index_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3529594Z test_dispatch_meta_index_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3544396Z test_dispatch_meta_index_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3559982Z test_dispatch_meta_index_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3575316Z test_dispatch_meta_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3590767Z test_dispatch_meta_inner_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3606127Z test_dispatch_meta_inner_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3621481Z test_dispatch_meta_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3636884Z test_dispatch_meta_inner_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3652285Z test_dispatch_meta_inner_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3667610Z test_dispatch_meta_inner_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3682975Z test_dispatch_meta_inner_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3698377Z test_dispatch_meta_inner_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3714511Z test_dispatch_meta_inner_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3729379Z test_dispatch_meta_int_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3744661Z test_dispatch_meta_int_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3760077Z test_dispatch_meta_int_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3776139Z test_dispatch_meta_int_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3791212Z test_dispatch_meta_int_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3806525Z test_dispatch_meta_int_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3821875Z test_dispatch_meta_int_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3839073Z test_dispatch_meta_int_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3854683Z test_dispatch_meta_int_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3870182Z test_dispatch_meta_int_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3885680Z test_dispatch_meta_int_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3901145Z test_dispatch_meta_int_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3916833Z test_dispatch_meta_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3932122Z test_dispatch_meta_isclose_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3947697Z test_dispatch_meta_isclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3963055Z test_dispatch_meta_isclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3978720Z test_dispatch_meta_isclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.3994176Z test_dispatch_meta_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4009976Z test_dispatch_meta_isclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4025281Z test_dispatch_meta_isclose_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4040733Z test_dispatch_meta_isclose_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4056062Z test_dispatch_meta_isclose_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4071496Z test_dispatch_meta_isclose_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4086928Z test_dispatch_meta_isclose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4102306Z test_dispatch_meta_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4117879Z test_dispatch_meta_isfinite_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4133361Z test_dispatch_meta_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4148704Z test_dispatch_meta_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4164470Z test_dispatch_meta_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4179452Z test_dispatch_meta_isfinite_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4194747Z test_dispatch_meta_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4210341Z test_dispatch_meta_isfinite_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4224917Z test_dispatch_meta_isfinite_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4240201Z test_dispatch_meta_isfinite_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4257227Z test_dispatch_meta_isfinite_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4272697Z test_dispatch_meta_isfinite_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4287800Z test_dispatch_meta_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4303681Z test_dispatch_meta_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4319199Z test_dispatch_meta_isin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4334471Z test_dispatch_meta_isin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4349518Z test_dispatch_meta_isin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4364626Z test_dispatch_meta_isin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4379778Z test_dispatch_meta_isin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4395158Z test_dispatch_meta_isin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4410799Z test_dispatch_meta_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4425576Z test_dispatch_meta_isinf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4440814Z test_dispatch_meta_isinf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4456025Z test_dispatch_meta_isinf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4471129Z test_dispatch_meta_isinf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4486454Z test_dispatch_meta_isinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4501537Z test_dispatch_meta_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4517080Z test_dispatch_meta_isinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4532700Z test_dispatch_meta_isinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4547622Z test_dispatch_meta_isinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4562818Z test_dispatch_meta_isinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4577952Z test_dispatch_meta_isinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4593272Z test_dispatch_meta_isinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4608411Z test_dispatch_meta_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4623393Z test_dispatch_meta_isnan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4638621Z test_dispatch_meta_isnan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4653769Z test_dispatch_meta_isnan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4670474Z test_dispatch_meta_isnan_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4685833Z test_dispatch_meta_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4701070Z test_dispatch_meta_isnan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4716184Z test_dispatch_meta_isnan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4731547Z test_dispatch_meta_isnan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4746639Z test_dispatch_meta_isnan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4761881Z test_dispatch_meta_isnan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4777072Z test_dispatch_meta_isnan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4792355Z test_dispatch_meta_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4807699Z test_dispatch_meta_isneginf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4822883Z test_dispatch_meta_isneginf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4837862Z test_dispatch_meta_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4853019Z test_dispatch_meta_isneginf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4868068Z test_dispatch_meta_isneginf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4883305Z test_dispatch_meta_isneginf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4898578Z test_dispatch_meta_isneginf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4913807Z test_dispatch_meta_isneginf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4929078Z test_dispatch_meta_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4944373Z test_dispatch_meta_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4959519Z test_dispatch_meta_isposinf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4974835Z test_dispatch_meta_isposinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.4989868Z test_dispatch_meta_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5005073Z test_dispatch_meta_isposinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5020209Z test_dispatch_meta_isposinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5035321Z test_dispatch_meta_isposinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5050438Z test_dispatch_meta_isposinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5065954Z test_dispatch_meta_isposinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5082407Z test_dispatch_meta_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5097650Z test_dispatch_meta_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5112725Z test_dispatch_meta_isreal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5127835Z test_dispatch_meta_isreal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5142989Z test_dispatch_meta_isreal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5158161Z test_dispatch_meta_isreal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5173472Z test_dispatch_meta_isreal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5188462Z test_dispatch_meta_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5203573Z test_dispatch_meta_isreal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5218650Z test_dispatch_meta_isreal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5233941Z test_dispatch_meta_isreal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5249037Z test_dispatch_meta_isreal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5263949Z test_dispatch_meta_isreal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5279039Z test_dispatch_meta_isreal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5295115Z test_dispatch_meta_istft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5310102Z test_dispatch_meta_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5325434Z test_dispatch_meta_istft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5340529Z test_dispatch_meta_istft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5355633Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5370784Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5385991Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5401297Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5416443Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5431588Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5446883Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5462009Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5477195Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5494212Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5509408Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5524487Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5539828Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5555178Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5570417Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5585329Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5600450Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5615788Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5630670Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5645870Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5660864Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5676203Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5691335Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5706352Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5721522Z test_dispatch_meta_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5736540Z test_dispatch_meta_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5751660Z test_dispatch_meta_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5767032Z test_dispatch_meta_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5782148Z test_dispatch_meta_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5797508Z test_dispatch_meta_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5812630Z test_dispatch_meta_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5827872Z test_dispatch_meta_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5843154Z test_dispatch_meta_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5858374Z test_dispatch_meta_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5873519Z test_dispatch_meta_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5888703Z test_dispatch_meta_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5905501Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5920670Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5935834Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5951059Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5966306Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5981490Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.5996791Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6012317Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6027081Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6042396Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6057087Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6072086Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6087274Z test_dispatch_meta_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6102304Z test_dispatch_meta_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6117455Z test_dispatch_meta_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6132691Z test_dispatch_meta_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6147662Z test_dispatch_meta_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6162890Z test_dispatch_meta_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6178085Z test_dispatch_meta_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6193442Z test_dispatch_meta_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6208515Z test_dispatch_meta_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6223633Z test_dispatch_meta_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6238693Z test_dispatch_meta_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6254009Z test_dispatch_meta_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6269102Z test_dispatch_meta_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6284254Z test_dispatch_meta_kron_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6299765Z test_dispatch_meta_kron_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6316447Z test_dispatch_meta_kron_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6331630Z test_dispatch_meta_kron_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6346608Z test_dispatch_meta_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6361745Z test_dispatch_meta_kron_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6376920Z test_dispatch_meta_kron_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6391923Z test_dispatch_meta_kron_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6407329Z test_dispatch_meta_kron_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6422284Z test_dispatch_meta_kron_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6437398Z test_dispatch_meta_kron_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6452567Z test_dispatch_meta_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6467576Z test_dispatch_meta_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6482723Z test_dispatch_meta_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6497791Z test_dispatch_meta_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6513412Z test_dispatch_meta_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6528322Z test_dispatch_meta_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6543090Z test_dispatch_meta_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6558072Z test_dispatch_meta_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6572978Z test_dispatch_meta_lcm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6588055Z test_dispatch_meta_lcm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6602950Z test_dispatch_meta_lcm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6617961Z test_dispatch_meta_lcm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6633074Z test_dispatch_meta_lcm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6647949Z test_dispatch_meta_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6662807Z test_dispatch_meta_ldexp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6678262Z test_dispatch_meta_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6693141Z test_dispatch_meta_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6708074Z test_dispatch_meta_ldexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6724895Z test_dispatch_meta_ldexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6739744Z test_dispatch_meta_ldexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6754797Z test_dispatch_meta_ldexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6769803Z test_dispatch_meta_ldexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6784766Z test_dispatch_meta_ldexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6799851Z test_dispatch_meta_ldexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6814900Z test_dispatch_meta_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6830016Z test_dispatch_meta_le_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6845563Z test_dispatch_meta_le_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6860367Z test_dispatch_meta_le_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6875767Z test_dispatch_meta_le_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6891086Z test_dispatch_meta_le_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6906034Z test_dispatch_meta_le_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6920881Z test_dispatch_meta_le_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6936154Z test_dispatch_meta_le_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6950991Z test_dispatch_meta_le_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6966193Z test_dispatch_meta_le_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6981176Z test_dispatch_meta_lerp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.6996428Z test_dispatch_meta_lerp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7011316Z test_dispatch_meta_lerp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7026278Z test_dispatch_meta_lerp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7041323Z test_dispatch_meta_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7056295Z test_dispatch_meta_lgamma_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7071987Z test_dispatch_meta_lgamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7087156Z test_dispatch_meta_lgamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7102333Z test_dispatch_meta_lgamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7117632Z test_dispatch_meta_lgamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7134522Z test_dispatch_meta_lgamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7149857Z test_dispatch_meta_lgamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7165268Z test_dispatch_meta_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7180683Z test_dispatch_meta_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7196202Z test_dispatch_meta_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7211615Z test_dispatch_meta_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7226936Z test_dispatch_meta_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7242385Z test_dispatch_meta_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7257851Z test_dispatch_meta_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7273219Z test_dispatch_meta_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7288587Z test_dispatch_meta_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7304744Z test_dispatch_meta_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7320684Z test_dispatch_meta_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7336516Z test_dispatch_meta_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7352185Z test_dispatch_meta_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7367780Z test_dispatch_meta_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7383190Z test_dispatch_meta_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7398583Z test_dispatch_meta_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7413947Z test_dispatch_meta_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7429214Z test_dispatch_meta_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7444576Z test_dispatch_meta_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7459994Z test_dispatch_meta_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7475540Z test_dispatch_meta_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7490779Z test_dispatch_meta_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7506010Z test_dispatch_meta_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7521456Z test_dispatch_meta_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7538654Z test_dispatch_meta_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7554196Z test_dispatch_meta_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7569619Z test_dispatch_meta_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7585017Z test_dispatch_meta_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7600570Z test_dispatch_meta_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7615964Z test_dispatch_meta_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7631246Z test_dispatch_meta_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7647290Z test_dispatch_meta_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7663066Z test_dispatch_meta_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7679277Z test_dispatch_meta_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7695433Z test_dispatch_meta_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7711425Z test_dispatch_meta_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7727610Z test_dispatch_meta_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7744521Z test_dispatch_meta_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7760641Z test_dispatch_meta_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7776493Z test_dispatch_meta_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7792063Z test_dispatch_meta_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7807912Z test_dispatch_meta_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7823440Z test_dispatch_meta_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7839178Z test_dispatch_meta_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7854733Z test_dispatch_meta_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7870548Z test_dispatch_meta_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7886424Z test_dispatch_meta_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7901718Z test_dispatch_meta_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7917243Z test_dispatch_meta_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7932807Z test_dispatch_meta_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7948398Z test_dispatch_meta_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7966881Z test_dispatch_meta_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7982369Z test_dispatch_meta_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.7997896Z test_dispatch_meta_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8013464Z test_dispatch_meta_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8028849Z test_dispatch_meta_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8044379Z test_dispatch_meta_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8059903Z test_dispatch_meta_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8075484Z test_dispatch_meta_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8091591Z test_dispatch_meta_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8106722Z test_dispatch_meta_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8122413Z test_dispatch_meta_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8137958Z test_dispatch_meta_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8153731Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8169137Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8184667Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8200237Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8215956Z test_dispatch_meta_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8231459Z test_dispatch_meta_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8247411Z test_dispatch_meta_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8262910Z test_dispatch_meta_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8278441Z test_dispatch_meta_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8293960Z test_dispatch_meta_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8309307Z test_dispatch_meta_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8325572Z test_dispatch_meta_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8341508Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8357405Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8373725Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8391219Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8407591Z test_dispatch_meta_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8423766Z test_dispatch_meta_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8439677Z test_dispatch_meta_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8455524Z test_dispatch_meta_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8471465Z test_dispatch_meta_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8487586Z test_dispatch_meta_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8503392Z test_dispatch_meta_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8519470Z test_dispatch_meta_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8535436Z test_dispatch_meta_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8551235Z test_dispatch_meta_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8567199Z test_dispatch_meta_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8582957Z test_dispatch_meta_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8599116Z test_dispatch_meta_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8614956Z test_dispatch_meta_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8630713Z test_dispatch_meta_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8646142Z test_dispatch_meta_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8661952Z test_dispatch_meta_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8677914Z test_dispatch_meta_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8693730Z test_dispatch_meta_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8709366Z test_dispatch_meta_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8725156Z test_dispatch_meta_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8740783Z test_dispatch_meta_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8756530Z test_dispatch_meta_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8772144Z test_dispatch_meta_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8787638Z test_dispatch_meta_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8803302Z test_dispatch_meta_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8820286Z test_dispatch_meta_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8835704Z test_dispatch_meta_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8851125Z test_dispatch_meta_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8866467Z test_dispatch_meta_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8881587Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8896914Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8912071Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8927623Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8942690Z test_dispatch_meta_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8957941Z test_dispatch_meta_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8973203Z test_dispatch_meta_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.8988521Z test_dispatch_meta_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9003712Z test_dispatch_meta_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9019048Z test_dispatch_meta_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9034346Z test_dispatch_meta_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9049644Z test_dispatch_meta_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9064799Z test_dispatch_meta_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9080022Z test_dispatch_meta_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9095752Z test_dispatch_meta_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9111430Z test_dispatch_meta_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9127169Z test_dispatch_meta_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9142877Z test_dispatch_meta_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9158452Z test_dispatch_meta_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9174050Z test_dispatch_meta_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9189574Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9205209Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9220713Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9237777Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9253350Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9268732Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9284014Z test_dispatch_meta_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9299484Z test_dispatch_meta_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9314671Z test_dispatch_meta_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9329865Z test_dispatch_meta_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9345069Z test_dispatch_meta_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9360586Z test_dispatch_meta_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9375685Z test_dispatch_meta_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9391009Z test_dispatch_meta_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9406728Z test_dispatch_meta_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:54:36.9421880Z test_dispatch_meta_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:54:36.9437319Z test_dispatch_meta_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:54:36.9452623Z test_dispatch_meta_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:54:36.9467844Z test_dispatch_meta_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9483128Z test_dispatch_meta_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9498494Z test_dispatch_meta_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9513944Z test_dispatch_meta_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9529373Z test_dispatch_meta_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9544558Z test_dispatch_meta_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9560060Z test_dispatch_meta_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9575478Z test_dispatch_meta_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9590799Z test_dispatch_meta_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9606161Z test_dispatch_meta_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9621343Z test_dispatch_meta_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9636561Z test_dispatch_meta_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9653014Z test_dispatch_meta_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9668140Z test_dispatch_meta_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9683223Z test_dispatch_meta_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9698520Z test_dispatch_meta_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9713749Z test_dispatch_meta_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9728999Z test_dispatch_meta_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9744196Z test_dispatch_meta_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9759315Z test_dispatch_meta_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9775110Z test_dispatch_meta_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9790804Z test_dispatch_meta_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9806634Z test_dispatch_meta_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9822161Z test_dispatch_meta_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9837953Z test_dispatch_meta_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9853652Z test_dispatch_meta_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9869225Z test_dispatch_meta_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9884894Z test_dispatch_meta_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9900198Z test_dispatch_meta_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9915648Z test_dispatch_meta_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9930895Z test_dispatch_meta_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9946062Z test_dispatch_meta_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9961425Z test_dispatch_meta_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9976771Z test_dispatch_meta_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:36.9992038Z test_dispatch_meta_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0007464Z test_dispatch_meta_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0022603Z test_dispatch_meta_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0037876Z test_dispatch_meta_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0053156Z test_dispatch_meta_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0069825Z test_dispatch_meta_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0085192Z test_dispatch_meta_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0100309Z test_dispatch_meta_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0115604Z test_dispatch_meta_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0130877Z test_dispatch_meta_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0145901Z test_dispatch_meta_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0161115Z test_dispatch_meta_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0176345Z test_dispatch_meta_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0191673Z test_dispatch_meta_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0206898Z test_dispatch_meta_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0221968Z test_dispatch_meta_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0237126Z test_dispatch_meta_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0252318Z test_dispatch_meta_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0267453Z test_dispatch_meta_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0282779Z test_dispatch_meta_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0298092Z test_dispatch_meta_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0313429Z test_dispatch_meta_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0328650Z test_dispatch_meta_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0343728Z test_dispatch_meta_linspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0358992Z test_dispatch_meta_linspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0374181Z test_dispatch_meta_linspace_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0389407Z test_dispatch_meta_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0404914Z test_dispatch_meta_linspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0420084Z test_dispatch_meta_linspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0435396Z test_dispatch_meta_linspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0450881Z test_dispatch_meta_linspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0466000Z test_dispatch_meta_linspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0483044Z test_dispatch_meta_linspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0498336Z test_dispatch_meta_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0513820Z test_dispatch_meta_log10_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0529068Z test_dispatch_meta_log10_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0544252Z test_dispatch_meta_log10_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0559563Z test_dispatch_meta_log10_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0574946Z test_dispatch_meta_log10_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0590201Z test_dispatch_meta_log10_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0605609Z test_dispatch_meta_log10_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0620909Z test_dispatch_meta_log10_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0636469Z test_dispatch_meta_log10_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0651929Z test_dispatch_meta_log10_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0667000Z test_dispatch_meta_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0682329Z test_dispatch_meta_log1p_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0697723Z test_dispatch_meta_log1p_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0713053Z test_dispatch_meta_log1p_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0728240Z test_dispatch_meta_log1p_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0743629Z test_dispatch_meta_log1p_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0759043Z test_dispatch_meta_log1p_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0774377Z test_dispatch_meta_log1p_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0789697Z test_dispatch_meta_log1p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0805212Z test_dispatch_meta_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0820458Z test_dispatch_meta_log2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0835796Z test_dispatch_meta_log2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0851135Z test_dispatch_meta_log2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0866574Z test_dispatch_meta_log2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0881885Z test_dispatch_meta_log2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0898825Z test_dispatch_meta_log2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0914154Z test_dispatch_meta_log2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0929504Z test_dispatch_meta_log2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0944432Z test_dispatch_meta_log2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0959470Z test_dispatch_meta_log2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0974528Z test_dispatch_meta_log_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.0989416Z test_dispatch_meta_log_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1004420Z test_dispatch_meta_log_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1019506Z test_dispatch_meta_log_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1034534Z test_dispatch_meta_log_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1049603Z test_dispatch_meta_log_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1064481Z test_dispatch_meta_log_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1079435Z test_dispatch_meta_log_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1094471Z test_dispatch_meta_log_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1109512Z test_dispatch_meta_log_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1124884Z test_dispatch_meta_log_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1140011Z test_dispatch_meta_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1155256Z test_dispatch_meta_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1170675Z test_dispatch_meta_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1185699Z test_dispatch_meta_log_softmax_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1200896Z test_dispatch_meta_log_softmax_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1216172Z test_dispatch_meta_log_softmax_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1231334Z test_dispatch_meta_log_softmax_dtype_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1246636Z test_dispatch_meta_log_softmax_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1261685Z test_dispatch_meta_log_softmax_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1276928Z test_dispatch_meta_log_softmax_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1292282Z test_dispatch_meta_log_softmax_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1308822Z test_dispatch_meta_log_softmax_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1324175Z test_dispatch_meta_log_softmax_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1339371Z test_dispatch_meta_log_softmax_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1354664Z test_dispatch_meta_log_softmax_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1369809Z test_dispatch_meta_log_softmax_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1385298Z test_dispatch_meta_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1400275Z test_dispatch_meta_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1415464Z test_dispatch_meta_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1430523Z test_dispatch_meta_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1445858Z test_dispatch_meta_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1460925Z test_dispatch_meta_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1476205Z test_dispatch_meta_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1491386Z test_dispatch_meta_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1506387Z test_dispatch_meta_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1521519Z test_dispatch_meta_logdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1536642Z test_dispatch_meta_logdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1551676Z test_dispatch_meta_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1566899Z test_dispatch_meta_logdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1581752Z test_dispatch_meta_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1596812Z test_dispatch_meta_logical_and_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1611726Z test_dispatch_meta_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1626804Z test_dispatch_meta_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1641688Z test_dispatch_meta_logical_and_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1656805Z test_dispatch_meta_logical_and_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1671684Z test_dispatch_meta_logical_and_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1687286Z test_dispatch_meta_logical_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1701856Z test_dispatch_meta_logical_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1718450Z test_dispatch_meta_logical_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1733439Z test_dispatch_meta_logical_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1748341Z test_dispatch_meta_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1763395Z test_dispatch_meta_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1778541Z test_dispatch_meta_logical_not_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1793606Z test_dispatch_meta_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1808632Z test_dispatch_meta_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1823468Z test_dispatch_meta_logical_not_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1838335Z test_dispatch_meta_logical_not_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1853459Z test_dispatch_meta_logical_not_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1868481Z test_dispatch_meta_logical_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1883516Z test_dispatch_meta_logical_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1898508Z test_dispatch_meta_logical_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1913628Z test_dispatch_meta_logical_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1928660Z test_dispatch_meta_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1943536Z test_dispatch_meta_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1958448Z test_dispatch_meta_logical_or_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1973555Z test_dispatch_meta_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.1988404Z test_dispatch_meta_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2003482Z test_dispatch_meta_logical_or_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2018453Z test_dispatch_meta_logical_or_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2033535Z test_dispatch_meta_logical_or_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2048566Z test_dispatch_meta_logical_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2063477Z test_dispatch_meta_logical_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2079220Z test_dispatch_meta_logical_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2094104Z test_dispatch_meta_logical_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2108923Z test_dispatch_meta_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2125680Z test_dispatch_meta_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2140556Z test_dispatch_meta_logical_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2156890Z test_dispatch_meta_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2173149Z test_dispatch_meta_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2187842Z test_dispatch_meta_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2202851Z test_dispatch_meta_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2218075Z test_dispatch_meta_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2233311Z test_dispatch_meta_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2248441Z test_dispatch_meta_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2263271Z test_dispatch_meta_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2278223Z test_dispatch_meta_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2293415Z test_dispatch_meta_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2308723Z test_dispatch_meta_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2323653Z test_dispatch_meta_logit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2338627Z test_dispatch_meta_logit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2353707Z test_dispatch_meta_logit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2368779Z test_dispatch_meta_logit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2383933Z test_dispatch_meta_logit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2399437Z test_dispatch_meta_logit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2415014Z test_dispatch_meta_logit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2431017Z test_dispatch_meta_logit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2446382Z test_dispatch_meta_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2461403Z test_dispatch_meta_logspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2476905Z test_dispatch_meta_logspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2492174Z test_dispatch_meta_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2507337Z test_dispatch_meta_logspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2522603Z test_dispatch_meta_logspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2539515Z test_dispatch_meta_logspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2555110Z test_dispatch_meta_logspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2570472Z test_dispatch_meta_logspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2585576Z test_dispatch_meta_logspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2600949Z test_dispatch_meta_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2616371Z test_dispatch_meta_logsumexp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2631619Z test_dispatch_meta_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2647251Z test_dispatch_meta_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2662297Z test_dispatch_meta_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2677708Z test_dispatch_meta_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2693157Z test_dispatch_meta_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2708359Z test_dispatch_meta_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2723758Z test_dispatch_meta_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2739213Z test_dispatch_meta_long_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2754575Z test_dispatch_meta_long_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2770062Z test_dispatch_meta_long_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2785278Z test_dispatch_meta_long_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2800670Z test_dispatch_meta_long_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2816018Z test_dispatch_meta_long_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2831218Z test_dispatch_meta_long_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2846591Z test_dispatch_meta_long_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2861807Z test_dispatch_meta_long_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2877259Z test_dispatch_meta_long_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2892585Z test_dispatch_meta_long_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2907894Z test_dispatch_meta_long_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2923071Z test_dispatch_meta_long_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2938385Z test_dispatch_meta_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2956579Z test_dispatch_meta_lt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2971915Z test_dispatch_meta_lt_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.2987118Z test_dispatch_meta_lt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3002488Z test_dispatch_meta_lt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3017739Z test_dispatch_meta_lt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3033221Z test_dispatch_meta_lt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3048305Z test_dispatch_meta_lt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3063565Z test_dispatch_meta_lt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3078848Z test_dispatch_meta_lt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3094317Z test_dispatch_meta_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3109726Z test_dispatch_meta_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3125053Z test_dispatch_meta_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3140307Z test_dispatch_meta_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3156047Z test_dispatch_meta_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3171264Z test_dispatch_meta_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3186405Z test_dispatch_meta_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3201805Z test_dispatch_meta_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3217206Z test_dispatch_meta_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3232490Z test_dispatch_meta_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3247919Z test_dispatch_meta_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3263032Z test_dispatch_meta_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3278452Z test_dispatch_meta_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3293957Z test_dispatch_meta_mH_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3309259Z test_dispatch_meta_mH_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3324870Z test_dispatch_meta_mH_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3340139Z test_dispatch_meta_mH_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3355538Z test_dispatch_meta_mH_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3372329Z test_dispatch_meta_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3387595Z test_dispatch_meta_mH_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3402975Z test_dispatch_meta_mH_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3418295Z test_dispatch_meta_mH_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3433994Z test_dispatch_meta_mH_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3449201Z test_dispatch_meta_mH_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3464501Z test_dispatch_meta_mH_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3479186Z test_dispatch_meta_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3494302Z test_dispatch_meta_mT_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3509353Z test_dispatch_meta_mT_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3524753Z test_dispatch_meta_mT_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3539808Z test_dispatch_meta_mT_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3555184Z test_dispatch_meta_mT_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3570338Z test_dispatch_meta_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3585637Z test_dispatch_meta_mT_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3601025Z test_dispatch_meta_mT_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3616350Z test_dispatch_meta_mT_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3631579Z test_dispatch_meta_mT_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3646996Z test_dispatch_meta_mT_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3662109Z test_dispatch_meta_mT_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3677323Z test_dispatch_meta_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3692557Z test_dispatch_meta_masked_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3707926Z test_dispatch_meta_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3722944Z test_dispatch_meta_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3738199Z test_dispatch_meta_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3753741Z test_dispatch_meta_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3768821Z test_dispatch_meta_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3785478Z test_dispatch_meta_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3800801Z test_dispatch_meta_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3816092Z test_dispatch_meta_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3831243Z test_dispatch_meta_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3846636Z test_dispatch_meta_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3861848Z test_dispatch_meta_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3876999Z test_dispatch_meta_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3892162Z test_dispatch_meta_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3907514Z test_dispatch_meta_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3922787Z test_dispatch_meta_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3937992Z test_dispatch_meta_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3953264Z test_dispatch_meta_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3968575Z test_dispatch_meta_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3983836Z test_dispatch_meta_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.3999171Z test_dispatch_meta_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4014451Z test_dispatch_meta_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4029882Z test_dispatch_meta_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4045226Z test_dispatch_meta_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4060634Z test_dispatch_meta_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4076015Z test_dispatch_meta_masked_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4091357Z test_dispatch_meta_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4106562Z test_dispatch_meta_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4121879Z test_dispatch_meta_masked_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4137166Z test_dispatch_meta_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4152359Z test_dispatch_meta_masked_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4168242Z test_dispatch_meta_masked_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4183064Z test_dispatch_meta_masked_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4200201Z test_dispatch_meta_masked_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4215227Z test_dispatch_meta_masked_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4230453Z test_dispatch_meta_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4245762Z test_dispatch_meta_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4261083Z test_dispatch_meta_matmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4276395Z test_dispatch_meta_matmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4291550Z test_dispatch_meta_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4306861Z test_dispatch_meta_matmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4322261Z test_dispatch_meta_matmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4337621Z test_dispatch_meta_matmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4352957Z test_dispatch_meta_matmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4368166Z test_dispatch_meta_matmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4383343Z test_dispatch_meta_matmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4398611Z test_dispatch_meta_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4414286Z test_dispatch_meta_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4429591Z test_dispatch_meta_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4444844Z test_dispatch_meta_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4460164Z test_dispatch_meta_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4475474Z test_dispatch_meta_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4490722Z test_dispatch_meta_max_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4506051Z test_dispatch_meta_max_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4521362Z test_dispatch_meta_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4536711Z test_dispatch_meta_max_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4551940Z test_dispatch_meta_max_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4567406Z test_dispatch_meta_max_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4582575Z test_dispatch_meta_max_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4598189Z test_dispatch_meta_max_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4614886Z test_dispatch_meta_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4630210Z test_dispatch_meta_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4645597Z test_dispatch_meta_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4661103Z test_dispatch_meta_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4676515Z test_dispatch_meta_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4691839Z test_dispatch_meta_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4707086Z test_dispatch_meta_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4722425Z test_dispatch_meta_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4737774Z test_dispatch_meta_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4753152Z test_dispatch_meta_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4768581Z test_dispatch_meta_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4783787Z test_dispatch_meta_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4799147Z test_dispatch_meta_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4814476Z test_dispatch_meta_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4829678Z test_dispatch_meta_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4845104Z test_dispatch_meta_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4860455Z test_dispatch_meta_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4875886Z test_dispatch_meta_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4891144Z test_dispatch_meta_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4906407Z test_dispatch_meta_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4921651Z test_dispatch_meta_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4937171Z test_dispatch_meta_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4952161Z test_dispatch_meta_maximum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4967849Z test_dispatch_meta_maximum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4982813Z test_dispatch_meta_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.4998217Z test_dispatch_meta_maximum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5013616Z test_dispatch_meta_maximum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5030161Z test_dispatch_meta_maximum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5045778Z test_dispatch_meta_maximum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5061145Z test_dispatch_meta_maximum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5076321Z test_dispatch_meta_maximum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5091597Z test_dispatch_meta_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5106855Z test_dispatch_meta_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5122165Z test_dispatch_meta_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5137504Z test_dispatch_meta_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5152731Z test_dispatch_meta_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5168462Z test_dispatch_meta_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5183124Z test_dispatch_meta_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5198473Z test_dispatch_meta_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5214487Z test_dispatch_meta_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5229575Z test_dispatch_meta_median_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5244928Z test_dispatch_meta_median_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5260242Z test_dispatch_meta_median_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5275581Z test_dispatch_meta_median_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5290872Z test_dispatch_meta_median_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5306128Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5321502Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5336941Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5352264Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5367797Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5383018Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5398306Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5413676Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5429040Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5445807Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5461123Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5476488Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5491885Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5507098Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5522513Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5537840Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5553220Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5568600Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5583907Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5599234Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5614581Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5629829Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5645249Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5660627Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5675864Z test_dispatch_meta_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5691075Z test_dispatch_meta_min_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5706317Z test_dispatch_meta_min_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5721689Z test_dispatch_meta_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5736988Z test_dispatch_meta_min_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5752109Z test_dispatch_meta_min_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5767625Z test_dispatch_meta_min_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5782840Z test_dispatch_meta_min_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5798097Z test_dispatch_meta_min_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5813427Z test_dispatch_meta_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5828682Z test_dispatch_meta_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5844081Z test_dispatch_meta_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5861010Z test_dispatch_meta_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5876533Z test_dispatch_meta_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5891736Z test_dispatch_meta_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5906876Z test_dispatch_meta_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5922136Z test_dispatch_meta_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5937384Z test_dispatch_meta_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5952165Z test_dispatch_meta_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5967375Z test_dispatch_meta_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5982284Z test_dispatch_meta_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.5997390Z test_dispatch_meta_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6012501Z test_dispatch_meta_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6027737Z test_dispatch_meta_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6042328Z test_dispatch_meta_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6057297Z test_dispatch_meta_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6072278Z test_dispatch_meta_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6087521Z test_dispatch_meta_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6102415Z test_dispatch_meta_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6117356Z test_dispatch_meta_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6132422Z test_dispatch_meta_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6147294Z test_dispatch_meta_minimum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6162272Z test_dispatch_meta_minimum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6177437Z test_dispatch_meta_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6192619Z test_dispatch_meta_minimum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6207457Z test_dispatch_meta_minimum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6222128Z test_dispatch_meta_minimum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6237145Z test_dispatch_meta_minimum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6252214Z test_dispatch_meta_minimum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6268653Z test_dispatch_meta_minimum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6283603Z test_dispatch_meta_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6298936Z test_dispatch_meta_mm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6314598Z test_dispatch_meta_mm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6329159Z test_dispatch_meta_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6344408Z test_dispatch_meta_mm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6359528Z test_dispatch_meta_mm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6374748Z test_dispatch_meta_mm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6389843Z test_dispatch_meta_mm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6405245Z test_dispatch_meta_mm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6420441Z test_dispatch_meta_mm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6435716Z test_dispatch_meta_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6451005Z test_dispatch_meta_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6466121Z test_dispatch_meta_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6481461Z test_dispatch_meta_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6496736Z test_dispatch_meta_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6511898Z test_dispatch_meta_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6527266Z test_dispatch_meta_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6542432Z test_dispatch_meta_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6557740Z test_dispatch_meta_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6572941Z test_dispatch_meta_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6588070Z test_dispatch_meta_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6603355Z test_dispatch_meta_movedim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6618604Z test_dispatch_meta_movedim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6633868Z test_dispatch_meta_movedim_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6649170Z test_dispatch_meta_movedim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6664318Z test_dispatch_meta_movedim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6680950Z test_dispatch_meta_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6696194Z test_dispatch_meta_movedim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6711383Z test_dispatch_meta_movedim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6726839Z test_dispatch_meta_movedim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6742015Z test_dispatch_meta_movedim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6757284Z test_dispatch_meta_movedim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6772467Z test_dispatch_meta_movedim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6787577Z test_dispatch_meta_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6802821Z test_dispatch_meta_msort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6818027Z test_dispatch_meta_msort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6833414Z test_dispatch_meta_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6848452Z test_dispatch_meta_msort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6863507Z test_dispatch_meta_msort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6878722Z test_dispatch_meta_msort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6894022Z test_dispatch_meta_msort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6909219Z test_dispatch_meta_msort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6924639Z test_dispatch_meta_msort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6939863Z test_dispatch_meta_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6955177Z test_dispatch_meta_mul_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6970505Z test_dispatch_meta_mul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.6985393Z test_dispatch_meta_mul_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7000717Z test_dispatch_meta_mul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7016157Z test_dispatch_meta_mul_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7031400Z test_dispatch_meta_mul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7046674Z test_dispatch_meta_mul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7061916Z test_dispatch_meta_mul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7077231Z test_dispatch_meta_mul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7094035Z test_dispatch_meta_mul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7109187Z test_dispatch_meta_mul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7124517Z test_dispatch_meta_mul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7139721Z test_dispatch_meta_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7154832Z test_dispatch_meta_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7170084Z test_dispatch_meta_multinomial_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7185142Z test_dispatch_meta_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7200321Z test_dispatch_meta_mv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7215504Z test_dispatch_meta_mv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7230565Z test_dispatch_meta_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7246068Z test_dispatch_meta_mv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7261212Z test_dispatch_meta_mv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7276611Z test_dispatch_meta_mv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7291899Z test_dispatch_meta_mv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7308144Z test_dispatch_meta_mv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7323807Z test_dispatch_meta_mv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7339122Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7354566Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7369948Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7385216Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7400568Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7415946Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7431188Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7446799Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7462020Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7477509Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7492872Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7509957Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7525409Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7540744Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7556221Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7571634Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7586913Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7602207Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7617805Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7633319Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7650183Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7665493Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7681636Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7697177Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7713171Z test_dispatch_meta_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7728558Z test_dispatch_meta_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7743865Z test_dispatch_meta_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7759145Z test_dispatch_meta_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7774696Z test_dispatch_meta_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7789786Z test_dispatch_meta_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7805093Z test_dispatch_meta_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7820420Z test_dispatch_meta_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7835826Z test_dispatch_meta_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7851269Z test_dispatch_meta_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7866616Z test_dispatch_meta_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7882060Z test_dispatch_meta_nanmean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7897550Z test_dispatch_meta_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7913081Z test_dispatch_meta_nanmean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7931410Z test_dispatch_meta_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7946706Z test_dispatch_meta_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7962162Z test_dispatch_meta_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7977746Z test_dispatch_meta_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.7993088Z test_dispatch_meta_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8008645Z test_dispatch_meta_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8023853Z test_dispatch_meta_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8039304Z test_dispatch_meta_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8054720Z test_dispatch_meta_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8070101Z test_dispatch_meta_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8085631Z test_dispatch_meta_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8101529Z test_dispatch_meta_nansum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8116826Z test_dispatch_meta_nansum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8132408Z test_dispatch_meta_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8147705Z test_dispatch_meta_nansum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8163273Z test_dispatch_meta_nansum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8178870Z test_dispatch_meta_nansum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8194873Z test_dispatch_meta_nansum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8209976Z test_dispatch_meta_nansum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8225315Z test_dispatch_meta_nansum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8240573Z test_dispatch_meta_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8255594Z test_dispatch_meta_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8270960Z test_dispatch_meta_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8286093Z test_dispatch_meta_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8301000Z test_dispatch_meta_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8316009Z test_dispatch_meta_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8330957Z test_dispatch_meta_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8347721Z test_dispatch_meta_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8362764Z test_dispatch_meta_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8377833Z test_dispatch_meta_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8392999Z test_dispatch_meta_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8407949Z test_dispatch_meta_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8422816Z test_dispatch_meta_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8438029Z test_dispatch_meta_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8453001Z test_dispatch_meta_narrow_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8467947Z test_dispatch_meta_narrow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8483500Z test_dispatch_meta_narrow_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8498202Z test_dispatch_meta_narrow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8513274Z test_dispatch_meta_narrow_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8528175Z test_dispatch_meta_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8542996Z test_dispatch_meta_narrow_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8558269Z test_dispatch_meta_narrow_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8573359Z test_dispatch_meta_narrow_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8588401Z test_dispatch_meta_narrow_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8603532Z test_dispatch_meta_narrow_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8618528Z test_dispatch_meta_narrow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8633812Z test_dispatch_meta_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8648646Z test_dispatch_meta_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8663594Z test_dispatch_meta_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8678619Z test_dispatch_meta_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8693743Z test_dispatch_meta_ne_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8708761Z test_dispatch_meta_ne_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8723736Z test_dispatch_meta_ne_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8739130Z test_dispatch_meta_ne_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8755489Z test_dispatch_meta_ne_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8770950Z test_dispatch_meta_ne_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8785836Z test_dispatch_meta_ne_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8800838Z test_dispatch_meta_ne_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8816160Z test_dispatch_meta_ne_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8831184Z test_dispatch_meta_ne_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8846283Z test_dispatch_meta_ne_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8861334Z test_dispatch_meta_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8876393Z test_dispatch_meta_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8891438Z test_dispatch_meta_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8906236Z test_dispatch_meta_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8921299Z test_dispatch_meta_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8936298Z test_dispatch_meta_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8951175Z test_dispatch_meta_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8966295Z test_dispatch_meta_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8981343Z test_dispatch_meta_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.8996482Z test_dispatch_meta_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9012128Z test_dispatch_meta_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9027582Z test_dispatch_meta_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9043029Z test_dispatch_meta_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9058313Z test_dispatch_meta_new_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9073958Z test_dispatch_meta_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9089282Z test_dispatch_meta_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9104622Z test_dispatch_meta_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9120049Z test_dispatch_meta_new_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9135519Z test_dispatch_meta_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9150825Z test_dispatch_meta_new_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9167983Z test_dispatch_meta_new_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9183394Z test_dispatch_meta_new_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9198941Z test_dispatch_meta_new_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9214293Z test_dispatch_meta_new_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9229821Z test_dispatch_meta_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9245168Z test_dispatch_meta_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9260553Z test_dispatch_meta_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9275903Z test_dispatch_meta_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9291419Z test_dispatch_meta_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9306958Z test_dispatch_meta_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9322513Z test_dispatch_meta_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9337861Z test_dispatch_meta_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9353387Z test_dispatch_meta_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9368749Z test_dispatch_meta_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9384042Z test_dispatch_meta_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9399572Z test_dispatch_meta_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9415101Z test_dispatch_meta_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9430458Z test_dispatch_meta_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9446014Z test_dispatch_meta_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9461342Z test_dispatch_meta_new_full_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9476814Z test_dispatch_meta_new_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9493055Z test_dispatch_meta_new_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9508093Z test_dispatch_meta_new_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9523132Z test_dispatch_meta_new_full_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9538046Z test_dispatch_meta_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9553067Z test_dispatch_meta_new_full_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9568051Z test_dispatch_meta_new_full_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9584465Z test_dispatch_meta_new_full_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9599477Z test_dispatch_meta_new_full_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9614422Z test_dispatch_meta_new_full_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9629397Z test_dispatch_meta_new_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9644660Z test_dispatch_meta_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9659651Z test_dispatch_meta_new_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9674657Z test_dispatch_meta_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9689603Z test_dispatch_meta_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9704741Z test_dispatch_meta_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9719568Z test_dispatch_meta_new_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9734514Z test_dispatch_meta_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9749842Z test_dispatch_meta_new_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9765021Z test_dispatch_meta_new_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9779997Z test_dispatch_meta_new_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9795066Z test_dispatch_meta_new_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9809886Z test_dispatch_meta_new_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9824801Z test_dispatch_meta_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9839910Z test_dispatch_meta_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9854995Z test_dispatch_meta_new_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9870048Z test_dispatch_meta_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9885059Z test_dispatch_meta_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9899984Z test_dispatch_meta_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9915010Z test_dispatch_meta_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9929942Z test_dispatch_meta_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9944750Z test_dispatch_meta_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9959727Z test_dispatch_meta_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9974625Z test_dispatch_meta_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:37.9991691Z test_dispatch_meta_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0007705Z test_dispatch_meta_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0023440Z test_dispatch_meta_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0039209Z test_dispatch_meta_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0054923Z test_dispatch_meta_nextafter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0074699Z test_dispatch_meta_nextafter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0090536Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0106289Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0122274Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0137925Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0153858Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0170093Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0184792Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0199980Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0215292Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0230414Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0245819Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0260877Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0276233Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0291458Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0306755Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0322253Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0337614Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0352955Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0368156Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0383456Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0398751Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0415640Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0430846Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0446233Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0461563Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0476903Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0492070Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0507427Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0522945Z test_dispatch_meta_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0538373Z test_dispatch_meta_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0554067Z test_dispatch_meta_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0569205Z test_dispatch_meta_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0584740Z test_dispatch_meta_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0600034Z test_dispatch_meta_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0615481Z test_dispatch_meta_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0630654Z test_dispatch_meta_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0646163Z test_dispatch_meta_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0661376Z test_dispatch_meta_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0676827Z test_dispatch_meta_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0692133Z test_dispatch_meta_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0707647Z test_dispatch_meta_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0722863Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0738428Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0753705Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0769123Z test_dispatch_meta_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0784691Z test_dispatch_meta_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0799778Z test_dispatch_meta_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0814987Z test_dispatch_meta_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0831944Z test_dispatch_meta_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0847525Z test_dispatch_meta_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0862697Z test_dispatch_meta_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0878022Z test_dispatch_meta_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0893355Z test_dispatch_meta_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0908630Z test_dispatch_meta_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0923994Z test_dispatch_meta_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0939376Z test_dispatch_meta_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0955005Z test_dispatch_meta_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0970361Z test_dispatch_meta_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.0985703Z test_dispatch_meta_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1001204Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1016945Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1031872Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1047473Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1062788Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1078096Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1093538Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1108792Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1124242Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1139490Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1154890Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1170275Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1185603Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1200965Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1216302Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1231567Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1248701Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1264002Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1279281Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1294490Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1309544Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1324938Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1339947Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1355046Z test_dispatch_meta_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1370123Z test_dispatch_meta_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1385136Z test_dispatch_meta_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1400442Z test_dispatch_meta_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1415499Z test_dispatch_meta_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1430746Z test_dispatch_meta_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1445998Z test_dispatch_meta_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1461063Z test_dispatch_meta_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1476304Z test_dispatch_meta_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1491426Z test_dispatch_meta_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1506434Z test_dispatch_meta_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1521581Z test_dispatch_meta_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1536761Z test_dispatch_meta_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1551774Z test_dispatch_meta_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1567048Z test_dispatch_meta_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1581875Z test_dispatch_meta_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1597030Z test_dispatch_meta_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1612074Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1627198Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1642550Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1659336Z test_dispatch_meta_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1674548Z test_dispatch_meta_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1689601Z test_dispatch_meta_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1704590Z test_dispatch_meta_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1719856Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1734994Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1749999Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1765461Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1780664Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1796425Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1811364Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1826773Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1842090Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1857558Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1873087Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1888519Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1903811Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1919319Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1934697Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1949956Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1965364Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1980675Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.1996130Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2011615Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2026808Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2041944Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2057210Z test_dispatch_meta_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2074361Z test_dispatch_meta_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2089381Z test_dispatch_meta_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2104912Z test_dispatch_meta_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2120074Z test_dispatch_meta_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2135495Z test_dispatch_meta_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2150638Z test_dispatch_meta_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2165924Z test_dispatch_meta_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2181105Z test_dispatch_meta_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2196281Z test_dispatch_meta_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2211611Z test_dispatch_meta_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2226771Z test_dispatch_meta_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2242141Z test_dispatch_meta_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2257667Z test_dispatch_meta_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2273137Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2288512Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2303887Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2319957Z test_dispatch_meta_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2335599Z test_dispatch_meta_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2350373Z test_dispatch_meta_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2365393Z test_dispatch_meta_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2380202Z test_dispatch_meta_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2395449Z test_dispatch_meta_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2410569Z test_dispatch_meta_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2425795Z test_dispatch_meta_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2440870Z test_dispatch_meta_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2456004Z test_dispatch_meta_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2471182Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2488109Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2503171Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2518422Z test_dispatch_meta_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2533700Z test_dispatch_meta_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2549287Z test_dispatch_meta_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2564739Z test_dispatch_meta_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2579471Z test_dispatch_meta_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2594576Z test_dispatch_meta_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2609672Z test_dispatch_meta_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2624665Z test_dispatch_meta_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2639940Z test_dispatch_meta_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2655187Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2670115Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2685286Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2700433Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2715688Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2730748Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2745975Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2761283Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2776233Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2791305Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2806536Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2821530Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2836820Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2851819Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2866757Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2881895Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2899737Z test_dispatch_meta_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2914939Z test_dispatch_meta_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2930120Z test_dispatch_meta_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2945119Z test_dispatch_meta_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2960487Z test_dispatch_meta_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2975588Z test_dispatch_meta_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.2990506Z test_dispatch_meta_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3005772Z test_dispatch_meta_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3020700Z test_dispatch_meta_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3035985Z test_dispatch_meta_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3050816Z test_dispatch_meta_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3065689Z test_dispatch_meta_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3080520Z test_dispatch_meta_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3095485Z test_dispatch_meta_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3110375Z test_dispatch_meta_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3125401Z test_dispatch_meta_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3140361Z test_dispatch_meta_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3155440Z test_dispatch_meta_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3170379Z test_dispatch_meta_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3185506Z test_dispatch_meta_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3200548Z test_dispatch_meta_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3215846Z test_dispatch_meta_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3230569Z test_dispatch_meta_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3245792Z test_dispatch_meta_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3260562Z test_dispatch_meta_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3275527Z test_dispatch_meta_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3290467Z test_dispatch_meta_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3306966Z test_dispatch_meta_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3322329Z test_dispatch_meta_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3337160Z test_dispatch_meta_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3352041Z test_dispatch_meta_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3367167Z test_dispatch_meta_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3382096Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3397205Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3412517Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3427479Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3442586Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3457787Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3472724Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3488071Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3502690Z test_dispatch_meta_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3517795Z test_dispatch_meta_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3532741Z test_dispatch_meta_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3547571Z test_dispatch_meta_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3562587Z test_dispatch_meta_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3577915Z test_dispatch_meta_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3592937Z test_dispatch_meta_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3608113Z test_dispatch_meta_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3623009Z test_dispatch_meta_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3638029Z test_dispatch_meta_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3652869Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3667818Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3682857Z test_dispatch_meta_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3697884Z test_dispatch_meta_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3714641Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3729608Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3744508Z test_dispatch_meta_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3759580Z test_dispatch_meta_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3774575Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3789446Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3804487Z test_dispatch_meta_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3819615Z test_dispatch_meta_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3834723Z test_dispatch_meta_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3849981Z test_dispatch_meta_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3865118Z test_dispatch_meta_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3880420Z test_dispatch_meta_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3895790Z test_dispatch_meta_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3910888Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3926393Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3941818Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3957183Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3972648Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.3987757Z test_dispatch_meta_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4003129Z test_dispatch_meta_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4018287Z test_dispatch_meta_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4033725Z test_dispatch_meta_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4048935Z test_dispatch_meta_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4064072Z test_dispatch_meta_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4079291Z test_dispatch_meta_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4094521Z test_dispatch_meta_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4110002Z test_dispatch_meta_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4127119Z test_dispatch_meta_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4142210Z test_dispatch_meta_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4157609Z test_dispatch_meta_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4172814Z test_dispatch_meta_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4187972Z test_dispatch_meta_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4203217Z test_dispatch_meta_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4218643Z test_dispatch_meta_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4233954Z test_dispatch_meta_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4249127Z test_dispatch_meta_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4264313Z test_dispatch_meta_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4279575Z test_dispatch_meta_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4294769Z test_dispatch_meta_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4309835Z test_dispatch_meta_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4325765Z test_dispatch_meta_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4340765Z test_dispatch_meta_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4356228Z test_dispatch_meta_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4371495Z test_dispatch_meta_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4386718Z test_dispatch_meta_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4402148Z test_dispatch_meta_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4417436Z test_dispatch_meta_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4432615Z test_dispatch_meta_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4448161Z test_dispatch_meta_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4463348Z test_dispatch_meta_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4478663Z test_dispatch_meta_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4493964Z test_dispatch_meta_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4509171Z test_dispatch_meta_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4524696Z test_dispatch_meta_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4541510Z test_dispatch_meta_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4557043Z test_dispatch_meta_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4572391Z test_dispatch_meta_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4587702Z test_dispatch_meta_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4602934Z test_dispatch_meta_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4618323Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4633604Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4648893Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4664144Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4679476Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4694837Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4710007Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4725478Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4740908Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4756211Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4771583Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4787040Z test_dispatch_meta_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4802425Z test_dispatch_meta_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4817815Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4833164Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4848517Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4863744Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4879239Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4894705Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4909836Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4925257Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4940706Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4957666Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4973094Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.4988465Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5004029Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5019399Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5034877Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5050386Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5065673Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5080761Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5095984Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5111280Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5126738Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5141513Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5156974Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5172079Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5187408Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5202498Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5217754Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5233484Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5248391Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5263504Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5278676Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5293961Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5309191Z test_dispatch_meta_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5324207Z test_dispatch_meta_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5339493Z test_dispatch_meta_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5354846Z test_dispatch_meta_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5371725Z test_dispatch_meta_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5386798Z test_dispatch_meta_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5402054Z test_dispatch_meta_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5417332Z test_dispatch_meta_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5432403Z test_dispatch_meta_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5448083Z test_dispatch_meta_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5463269Z test_dispatch_meta_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5478559Z test_dispatch_meta_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5493757Z test_dispatch_meta_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5509014Z test_dispatch_meta_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5524239Z test_dispatch_meta_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5539446Z test_dispatch_meta_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5554565Z test_dispatch_meta_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5569814Z test_dispatch_meta_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5584953Z test_dispatch_meta_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5600654Z test_dispatch_meta_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5615689Z test_dispatch_meta_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5630762Z test_dispatch_meta_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5646160Z test_dispatch_meta_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5661199Z test_dispatch_meta_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5676725Z test_dispatch_meta_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5692121Z test_dispatch_meta_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5707113Z test_dispatch_meta_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5722287Z test_dispatch_meta_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5737314Z test_dispatch_meta_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5752467Z test_dispatch_meta_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5767901Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5784489Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5799851Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5815035Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5830219Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5845534Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5860842Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5875988Z test_dispatch_meta_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5891298Z test_dispatch_meta_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5906382Z test_dispatch_meta_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5921799Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5936921Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5952023Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5967412Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5982533Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.5997736Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6013160Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6028129Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6043597Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6058872Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6074113Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6089466Z test_dispatch_meta_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6104639Z test_dispatch_meta_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6120244Z test_dispatch_meta_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6135437Z test_dispatch_meta_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6150337Z test_dispatch_meta_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6165832Z test_dispatch_meta_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6180881Z test_dispatch_meta_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6197720Z test_dispatch_meta_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6212974Z test_dispatch_meta_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6228024Z test_dispatch_meta_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6243179Z test_dispatch_meta_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6258385Z test_dispatch_meta_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6273630Z test_dispatch_meta_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6288769Z test_dispatch_meta_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6303963Z test_dispatch_meta_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6319114Z test_dispatch_meta_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6334496Z test_dispatch_meta_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6349603Z test_dispatch_meta_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6364767Z test_dispatch_meta_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6380000Z test_dispatch_meta_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6395228Z test_dispatch_meta_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6410447Z test_dispatch_meta_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6425429Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6440809Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6455980Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6471083Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6486391Z test_dispatch_meta_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6501526Z test_dispatch_meta_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6516790Z test_dispatch_meta_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6531887Z test_dispatch_meta_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6546951Z test_dispatch_meta_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6562252Z test_dispatch_meta_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6577375Z test_dispatch_meta_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6592618Z test_dispatch_meta_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6609536Z test_dispatch_meta_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6624742Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6640074Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6655154Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6670361Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6685701Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6700788Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6716014Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6731184Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6746375Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6761641Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6776977Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6792113Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6807503Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6822693Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6837972Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6853266Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6868375Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6883630Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6898872Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6914007Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6929066Z test_dispatch_meta_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6944107Z test_dispatch_meta_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6959395Z test_dispatch_meta_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6974587Z test_dispatch_meta_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.6989702Z test_dispatch_meta_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7005321Z test_dispatch_meta_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7022109Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7037593Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7052737Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7067857Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7083141Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7098305Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7113704Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7128760Z test_dispatch_meta_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7143897Z test_dispatch_meta_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7159181Z test_dispatch_meta_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7174403Z test_dispatch_meta_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7189514Z test_dispatch_meta_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7204733Z test_dispatch_meta_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7219967Z test_dispatch_meta_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7235133Z test_dispatch_meta_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7250457Z test_dispatch_meta_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7265616Z test_dispatch_meta_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7280884Z test_dispatch_meta_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7296060Z test_dispatch_meta_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7311225Z test_dispatch_meta_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7326502Z test_dispatch_meta_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7341646Z test_dispatch_meta_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7356877Z test_dispatch_meta_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7372106Z test_dispatch_meta_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7387156Z test_dispatch_meta_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7402584Z test_dispatch_meta_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7417679Z test_dispatch_meta_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7434612Z test_dispatch_meta_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7449826Z test_dispatch_meta_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7464979Z test_dispatch_meta_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7480219Z test_dispatch_meta_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7495501Z test_dispatch_meta_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7510561Z test_dispatch_meta_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7525835Z test_dispatch_meta_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7540901Z test_dispatch_meta_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7556228Z test_dispatch_meta_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7571480Z test_dispatch_meta_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7586714Z test_dispatch_meta_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7602051Z test_dispatch_meta_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7617213Z test_dispatch_meta_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7632311Z test_dispatch_meta_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7647890Z test_dispatch_meta_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7663075Z test_dispatch_meta_normal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7678107Z test_dispatch_meta_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7693356Z test_dispatch_meta_normal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7708426Z test_dispatch_meta_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7724383Z test_dispatch_meta_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7739897Z test_dispatch_meta_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7755923Z test_dispatch_meta_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7771520Z test_dispatch_meta_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7787173Z test_dispatch_meta_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7802837Z test_dispatch_meta_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7818547Z test_dispatch_meta_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7834368Z test_dispatch_meta_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7853002Z test_dispatch_meta_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7868698Z test_dispatch_meta_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7884434Z test_dispatch_meta_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7900224Z test_dispatch_meta_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7916024Z test_dispatch_meta_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7931843Z test_dispatch_meta_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7947497Z test_dispatch_meta_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7963258Z test_dispatch_meta_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7978892Z test_dispatch_meta_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.7994695Z test_dispatch_meta_ones_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8010384Z test_dispatch_meta_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8025938Z test_dispatch_meta_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8041572Z test_dispatch_meta_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8057286Z test_dispatch_meta_ones_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8073044Z test_dispatch_meta_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8088908Z test_dispatch_meta_ones_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8104554Z test_dispatch_meta_ones_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8120665Z test_dispatch_meta_ones_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8136362Z test_dispatch_meta_ones_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8152050Z test_dispatch_meta_ones_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8167580Z test_dispatch_meta_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8182645Z test_dispatch_meta_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8197872Z test_dispatch_meta_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8213139Z test_dispatch_meta_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8228511Z test_dispatch_meta_ormqr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8243690Z test_dispatch_meta_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8259202Z test_dispatch_meta_outer_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8275972Z test_dispatch_meta_outer_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8291312Z test_dispatch_meta_outer_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8306667Z test_dispatch_meta_outer_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8321974Z test_dispatch_meta_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8337316Z test_dispatch_meta_outer_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8352503Z test_dispatch_meta_outer_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8367885Z test_dispatch_meta_outer_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8383145Z test_dispatch_meta_outer_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8398381Z test_dispatch_meta_outer_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8414090Z test_dispatch_meta_outer_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8429970Z test_dispatch_meta_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8445717Z test_dispatch_meta_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8460982Z test_dispatch_meta_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8476246Z test_dispatch_meta_permute_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8491583Z test_dispatch_meta_permute_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8506848Z test_dispatch_meta_permute_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8522238Z test_dispatch_meta_permute_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8537641Z test_dispatch_meta_permute_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8552727Z test_dispatch_meta_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8568303Z test_dispatch_meta_permute_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8583330Z test_dispatch_meta_permute_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8598656Z test_dispatch_meta_permute_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8614041Z test_dispatch_meta_permute_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8629316Z test_dispatch_meta_permute_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8644568Z test_dispatch_meta_permute_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8660227Z test_dispatch_meta_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8675608Z test_dispatch_meta_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8692347Z test_dispatch_meta_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8707637Z test_dispatch_meta_pinverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8722919Z test_dispatch_meta_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8738360Z test_dispatch_meta_polar_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8753605Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8768979Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8784186Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8799490Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8814819Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8830039Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8845577Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8860811Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8876192Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8891379Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8906841Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8922116Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8937978Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8953595Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8969134Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8984436Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.8999829Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9015336Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9030711Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9046147Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9061398Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9076958Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9092266Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9109328Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9124729Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9140249Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9155593Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9171248Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9186585Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9201889Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9217378Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9232637Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9248338Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9263541Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9278929Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9294356Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9309613Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9325073Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9340351Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9355643Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9370895Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9386095Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9401473Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9416792Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9432216Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9447969Z test_dispatch_meta_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9463076Z test_dispatch_meta_positive_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9478315Z test_dispatch_meta_positive_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9493570Z test_dispatch_meta_positive_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9508763Z test_dispatch_meta_positive_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9525790Z test_dispatch_meta_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9541094Z test_dispatch_meta_positive_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9556471Z test_dispatch_meta_positive_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9571633Z test_dispatch_meta_positive_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9586830Z test_dispatch_meta_positive_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9602118Z test_dispatch_meta_positive_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9617412Z test_dispatch_meta_positive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9632976Z test_dispatch_meta_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9648123Z test_dispatch_meta_pow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9663529Z test_dispatch_meta_pow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9678738Z test_dispatch_meta_pow_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9694026Z test_dispatch_meta_pow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9709211Z test_dispatch_meta_pow_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9724625Z test_dispatch_meta_pow_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9739883Z test_dispatch_meta_pow_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9755365Z test_dispatch_meta_pow_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9770548Z test_dispatch_meta_pow_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9785858Z test_dispatch_meta_pow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9801115Z test_dispatch_meta_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9816449Z test_dispatch_meta_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9831744Z test_dispatch_meta_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9847348Z test_dispatch_meta_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9862542Z test_dispatch_meta_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9878023Z test_dispatch_meta_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9893359Z test_dispatch_meta_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9908585Z test_dispatch_meta_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9924125Z test_dispatch_meta_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9941218Z test_dispatch_meta_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9956863Z test_dispatch_meta_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9971920Z test_dispatch_meta_put_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:38.9987258Z test_dispatch_meta_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0002868Z test_dispatch_meta_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0018393Z test_dispatch_meta_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0033817Z test_dispatch_meta_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0049873Z test_dispatch_meta_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0064933Z test_dispatch_meta_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0080290Z test_dispatch_meta_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0095656Z test_dispatch_meta_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0110901Z test_dispatch_meta_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0126447Z test_dispatch_meta_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0141952Z test_dispatch_meta_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0157449Z test_dispatch_meta_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0172901Z test_dispatch_meta_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0188193Z test_dispatch_meta_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0203764Z test_dispatch_meta_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0219089Z test_dispatch_meta_quantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0234560Z test_dispatch_meta_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0249842Z test_dispatch_meta_rad2deg_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0265236Z test_dispatch_meta_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0280460Z test_dispatch_meta_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0295874Z test_dispatch_meta_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0311201Z test_dispatch_meta_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0326532Z test_dispatch_meta_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0341683Z test_dispatch_meta_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0359052Z test_dispatch_meta_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0374462Z test_dispatch_meta_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0389792Z test_dispatch_meta_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0405392Z test_dispatch_meta_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0420661Z test_dispatch_meta_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0436356Z test_dispatch_meta_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0451872Z test_dispatch_meta_rand_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0466735Z test_dispatch_meta_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0481769Z test_dispatch_meta_rand_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0497197Z test_dispatch_meta_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0512527Z test_dispatch_meta_randint_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0527958Z test_dispatch_meta_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0543004Z test_dispatch_meta_randint_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0558302Z test_dispatch_meta_randint_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0573580Z test_dispatch_meta_randint_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0588627Z test_dispatch_meta_randint_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0603784Z test_dispatch_meta_randint_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0619176Z test_dispatch_meta_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0634246Z test_dispatch_meta_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0649458Z test_dispatch_meta_randn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0664694Z test_dispatch_meta_randn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0679632Z test_dispatch_meta_randn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0695013Z test_dispatch_meta_randn_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0709751Z test_dispatch_meta_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0725064Z test_dispatch_meta_randn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0740067Z test_dispatch_meta_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0755211Z test_dispatch_meta_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0772048Z test_dispatch_meta_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0787095Z test_dispatch_meta_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0802134Z test_dispatch_meta_randn_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0817223Z test_dispatch_meta_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0832272Z test_dispatch_meta_randn_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0847598Z test_dispatch_meta_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0862529Z test_dispatch_meta_ravel_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0877706Z test_dispatch_meta_ravel_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0892645Z test_dispatch_meta_ravel_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0907493Z test_dispatch_meta_ravel_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0922736Z test_dispatch_meta_ravel_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.0945421Z test_dispatch_meta_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:39.0970715Z test_dispatch_meta_ravel_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:39.0995850Z test_dispatch_meta_ravel_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:39.1021412Z test_dispatch_meta_ravel_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:39.1046676Z test_dispatch_meta_ravel_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:39.1068261Z test_dispatch_meta_ravel_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:39.1087853Z test_dispatch_meta_ravel_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1107702Z test_dispatch_meta_real_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1128704Z test_dispatch_meta_real_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:39.1148012Z test_dispatch_meta_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1167646Z test_dispatch_meta_real_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1188455Z test_dispatch_meta_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:39.1205923Z test_dispatch_meta_real_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1221346Z test_dispatch_meta_real_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1236482Z test_dispatch_meta_real_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1251747Z test_dispatch_meta_real_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1268526Z test_dispatch_meta_real_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1284195Z test_dispatch_meta_real_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1299465Z test_dispatch_meta_real_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1314930Z test_dispatch_meta_real_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1330191Z test_dispatch_meta_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1345285Z test_dispatch_meta_reciprocal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1360899Z test_dispatch_meta_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1376013Z test_dispatch_meta_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1390925Z test_dispatch_meta_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1406361Z test_dispatch_meta_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1421469Z test_dispatch_meta_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1436731Z test_dispatch_meta_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1451761Z test_dispatch_meta_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1466691Z test_dispatch_meta_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1481855Z test_dispatch_meta_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1496979Z test_dispatch_meta_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1511936Z test_dispatch_meta_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1527253Z test_dispatch_meta_remainder_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1542322Z test_dispatch_meta_remainder_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1557503Z test_dispatch_meta_remainder_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1572640Z test_dispatch_meta_remainder_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1587605Z test_dispatch_meta_remainder_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1602726Z test_dispatch_meta_remainder_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1617799Z test_dispatch_meta_remainder_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1633009Z test_dispatch_meta_remainder_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1648089Z test_dispatch_meta_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1663194Z test_dispatch_meta_renorm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1680405Z test_dispatch_meta_renorm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1695160Z test_dispatch_meta_renorm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1710330Z test_dispatch_meta_renorm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1725401Z test_dispatch_meta_renorm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1740505Z test_dispatch_meta_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1755580Z test_dispatch_meta_repeat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1770582Z test_dispatch_meta_repeat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1785574Z test_dispatch_meta_repeat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1800720Z test_dispatch_meta_repeat_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1815933Z test_dispatch_meta_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1830842Z test_dispatch_meta_repeat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1846027Z test_dispatch_meta_repeat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1861009Z test_dispatch_meta_repeat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1876144Z test_dispatch_meta_repeat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1891325Z test_dispatch_meta_repeat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1906486Z test_dispatch_meta_repeat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1921524Z test_dispatch_meta_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1936892Z test_dispatch_meta_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1952162Z test_dispatch_meta_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1967245Z test_dispatch_meta_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1982178Z test_dispatch_meta_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.1997489Z test_dispatch_meta_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2012573Z test_dispatch_meta_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2027608Z test_dispatch_meta_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2042727Z test_dispatch_meta_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2057772Z test_dispatch_meta_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2072964Z test_dispatch_meta_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2089756Z test_dispatch_meta_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2104790Z test_dispatch_meta_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2119802Z test_dispatch_meta_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2135120Z test_dispatch_meta_reshape_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2150007Z test_dispatch_meta_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2165275Z test_dispatch_meta_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2180440Z test_dispatch_meta_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2195937Z test_dispatch_meta_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2211172Z test_dispatch_meta_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2226152Z test_dispatch_meta_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2241147Z test_dispatch_meta_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2256215Z test_dispatch_meta_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2271322Z test_dispatch_meta_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2286788Z test_dispatch_meta_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2301813Z test_dispatch_meta_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2316974Z test_dispatch_meta_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2331954Z test_dispatch_meta_reshape_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2347010Z test_dispatch_meta_reshape_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2362062Z test_dispatch_meta_reshape_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2377176Z test_dispatch_meta_reshape_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2392071Z test_dispatch_meta_reshape_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2407287Z test_dispatch_meta_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2422187Z test_dispatch_meta_reshape_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2437570Z test_dispatch_meta_reshape_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2452563Z test_dispatch_meta_reshape_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2467633Z test_dispatch_meta_reshape_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2483263Z test_dispatch_meta_reshape_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2499945Z test_dispatch_meta_reshape_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2515280Z test_dispatch_meta_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2530379Z test_dispatch_meta_resize__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2545444Z test_dispatch_meta_resize__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2560775Z test_dispatch_meta_resize__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2576072Z test_dispatch_meta_resize__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2590961Z test_dispatch_meta_resize__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2606479Z test_dispatch_meta_resize__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2621361Z test_dispatch_meta_resize__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2636916Z test_dispatch_meta_resize__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2652099Z test_dispatch_meta_resize__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2667435Z test_dispatch_meta_resize__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2682675Z test_dispatch_meta_resize__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2698318Z test_dispatch_meta_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2713751Z test_dispatch_meta_resize_as__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2729140Z test_dispatch_meta_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2744474Z test_dispatch_meta_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2759911Z test_dispatch_meta_resize_as__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2775294Z test_dispatch_meta_resize_as__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2790621Z test_dispatch_meta_resize_as__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2806280Z test_dispatch_meta_resize_as__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2821531Z test_dispatch_meta_resize_as__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2836899Z test_dispatch_meta_resize_as__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2852286Z test_dispatch_meta_resize_as__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2867344Z test_dispatch_meta_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2882600Z test_dispatch_meta_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2897931Z test_dispatch_meta_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2916248Z test_dispatch_meta_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2931464Z test_dispatch_meta_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2946818Z test_dispatch_meta_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2962374Z test_dispatch_meta_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2977608Z test_dispatch_meta_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.2992726Z test_dispatch_meta_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3008137Z test_dispatch_meta_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3023234Z test_dispatch_meta_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3038748Z test_dispatch_meta_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3054176Z test_dispatch_meta_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3069302Z test_dispatch_meta_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3084730Z test_dispatch_meta_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3099988Z test_dispatch_meta_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3115318Z test_dispatch_meta_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3130626Z test_dispatch_meta_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3145916Z test_dispatch_meta_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3161372Z test_dispatch_meta_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3176733Z test_dispatch_meta_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3192046Z test_dispatch_meta_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3207343Z test_dispatch_meta_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3222572Z test_dispatch_meta_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3237839Z test_dispatch_meta_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3253154Z test_dispatch_meta_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3268425Z test_dispatch_meta_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3283610Z test_dispatch_meta_roll_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3299077Z test_dispatch_meta_roll_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3314937Z test_dispatch_meta_roll_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3331988Z test_dispatch_meta_roll_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3347443Z test_dispatch_meta_roll_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3362841Z test_dispatch_meta_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3378213Z test_dispatch_meta_roll_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3393674Z test_dispatch_meta_roll_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3409159Z test_dispatch_meta_roll_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3424407Z test_dispatch_meta_roll_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3439742Z test_dispatch_meta_roll_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3455251Z test_dispatch_meta_roll_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3470700Z test_dispatch_meta_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3486048Z test_dispatch_meta_rot90_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3501576Z test_dispatch_meta_rot90_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3516320Z test_dispatch_meta_rot90_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3531256Z test_dispatch_meta_rot90_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3546287Z test_dispatch_meta_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3561500Z test_dispatch_meta_rot90_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3576913Z test_dispatch_meta_rot90_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3591846Z test_dispatch_meta_rot90_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3607056Z test_dispatch_meta_rot90_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3621963Z test_dispatch_meta_rot90_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3637575Z test_dispatch_meta_rot90_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3652508Z test_dispatch_meta_round_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3667618Z test_dispatch_meta_round_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3682811Z test_dispatch_meta_round_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3697927Z test_dispatch_meta_round_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3713651Z test_dispatch_meta_round_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3728124Z test_dispatch_meta_round_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3744671Z test_dispatch_meta_round_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3759966Z test_dispatch_meta_round_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3774593Z test_dispatch_meta_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3789848Z test_dispatch_meta_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3804858Z test_dispatch_meta_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3819968Z test_dispatch_meta_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3835054Z test_dispatch_meta_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3850255Z test_dispatch_meta_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3865445Z test_dispatch_meta_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3880994Z test_dispatch_meta_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3896316Z test_dispatch_meta_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3911725Z test_dispatch_meta_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3927165Z test_dispatch_meta_rsqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3942260Z test_dispatch_meta_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3958001Z test_dispatch_meta_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3973298Z test_dispatch_meta_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.3988513Z test_dispatch_meta_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4004030Z test_dispatch_meta_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4019275Z test_dispatch_meta_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4034690Z test_dispatch_meta_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4050233Z test_dispatch_meta_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4065418Z test_dispatch_meta_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4080751Z test_dispatch_meta_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4096167Z test_dispatch_meta_rsub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4111265Z test_dispatch_meta_rsub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4126760Z test_dispatch_meta_rsub_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4141944Z test_dispatch_meta_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4159033Z test_dispatch_meta_rsub_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4174366Z test_dispatch_meta_rsub_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4189514Z test_dispatch_meta_rsub_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4204742Z test_dispatch_meta_rsub_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4220257Z test_dispatch_meta_rsub_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4235752Z test_dispatch_meta_rsub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4250975Z test_dispatch_meta_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4266143Z test_dispatch_meta_scatter_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4281556Z test_dispatch_meta_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4296988Z test_dispatch_meta_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4312271Z test_dispatch_meta_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4327729Z test_dispatch_meta_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4342857Z test_dispatch_meta_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4358171Z test_dispatch_meta_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4373639Z test_dispatch_meta_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4388928Z test_dispatch_meta_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4404192Z test_dispatch_meta_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4419640Z test_dispatch_meta_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4434957Z test_dispatch_meta_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4450248Z test_dispatch_meta_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4465571Z test_dispatch_meta_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4481121Z test_dispatch_meta_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4496244Z test_dispatch_meta_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4511247Z test_dispatch_meta_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4526400Z test_dispatch_meta_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4541554Z test_dispatch_meta_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4556566Z test_dispatch_meta_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4573560Z test_dispatch_meta_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4588477Z test_dispatch_meta_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4603665Z test_dispatch_meta_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4618805Z test_dispatch_meta_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4633972Z test_dispatch_meta_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4649082Z test_dispatch_meta_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4664012Z test_dispatch_meta_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4679222Z test_dispatch_meta_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4694479Z test_dispatch_meta_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4709583Z test_dispatch_meta_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4724677Z test_dispatch_meta_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4739894Z test_dispatch_meta_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4755054Z test_dispatch_meta_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4770284Z test_dispatch_meta_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4785612Z test_dispatch_meta_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4800513Z test_dispatch_meta_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4815771Z test_dispatch_meta_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4830867Z test_dispatch_meta_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4846097Z test_dispatch_meta_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4861128Z test_dispatch_meta_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4876421Z test_dispatch_meta_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4891531Z test_dispatch_meta_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4906517Z test_dispatch_meta_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4921746Z test_dispatch_meta_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4936819Z test_dispatch_meta_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4951889Z test_dispatch_meta_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4967159Z test_dispatch_meta_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4984293Z test_dispatch_meta_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.4999315Z test_dispatch_meta_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5014257Z test_dispatch_meta_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5029227Z test_dispatch_meta_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5044456Z test_dispatch_meta_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5059626Z test_dispatch_meta_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5074700Z test_dispatch_meta_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5089827Z test_dispatch_meta_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5104799Z test_dispatch_meta_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5120112Z test_dispatch_meta_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5135187Z test_dispatch_meta_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5150179Z test_dispatch_meta_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5165364Z test_dispatch_meta_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5180492Z test_dispatch_meta_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5195546Z test_dispatch_meta_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5210652Z test_dispatch_meta_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5225614Z test_dispatch_meta_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5240845Z test_dispatch_meta_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5256040Z test_dispatch_meta_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5271074Z test_dispatch_meta_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5286177Z test_dispatch_meta_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5301595Z test_dispatch_meta_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5316705Z test_dispatch_meta_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5331948Z test_dispatch_meta_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5346928Z test_dispatch_meta_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5362071Z test_dispatch_meta_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5377266Z test_dispatch_meta_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5394076Z test_dispatch_meta_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5409171Z test_dispatch_meta_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5424089Z test_dispatch_meta_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5439334Z test_dispatch_meta_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5454235Z test_dispatch_meta_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5469291Z test_dispatch_meta_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5484457Z test_dispatch_meta_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5499492Z test_dispatch_meta_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5514747Z test_dispatch_meta_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5529982Z test_dispatch_meta_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5545038Z test_dispatch_meta_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5560105Z test_dispatch_meta_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5575236Z test_dispatch_meta_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5590217Z test_dispatch_meta_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5605462Z test_dispatch_meta_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5620541Z test_dispatch_meta_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5635603Z test_dispatch_meta_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5650695Z test_dispatch_meta_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5665655Z test_dispatch_meta_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5680747Z test_dispatch_meta_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5695835Z test_dispatch_meta_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5710948Z test_dispatch_meta_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5726268Z test_dispatch_meta_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5741241Z test_dispatch_meta_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5756585Z test_dispatch_meta_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5771653Z test_dispatch_meta_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5786546Z test_dispatch_meta_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5803391Z test_dispatch_meta_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5818548Z test_dispatch_meta_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5833827Z test_dispatch_meta_select_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5848813Z test_dispatch_meta_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5863723Z test_dispatch_meta_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5878978Z test_dispatch_meta_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5894088Z test_dispatch_meta_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5909073Z test_dispatch_meta_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5924117Z test_dispatch_meta_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5939203Z test_dispatch_meta_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5954245Z test_dispatch_meta_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5969302Z test_dispatch_meta_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5984568Z test_dispatch_meta_sgn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.5999693Z test_dispatch_meta_sgn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6014923Z test_dispatch_meta_sgn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6030246Z test_dispatch_meta_sgn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6045483Z test_dispatch_meta_sgn_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6060579Z test_dispatch_meta_sgn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6075406Z test_dispatch_meta_sgn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6090465Z test_dispatch_meta_sgn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6105472Z test_dispatch_meta_sgn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6120815Z test_dispatch_meta_sgn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6136007Z test_dispatch_meta_sgn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6150916Z test_dispatch_meta_sgn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6166085Z test_dispatch_meta_short_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6181135Z test_dispatch_meta_short_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6196388Z test_dispatch_meta_short_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6213159Z test_dispatch_meta_short_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6228311Z test_dispatch_meta_short_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6243400Z test_dispatch_meta_short_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6258544Z test_dispatch_meta_short_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6273884Z test_dispatch_meta_short_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6289063Z test_dispatch_meta_short_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6304290Z test_dispatch_meta_short_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6319365Z test_dispatch_meta_short_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6334545Z test_dispatch_meta_short_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6349681Z test_dispatch_meta_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6364883Z test_dispatch_meta_sigmoid_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6380050Z test_dispatch_meta_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6395147Z test_dispatch_meta_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6410262Z test_dispatch_meta_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6425371Z test_dispatch_meta_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6440542Z test_dispatch_meta_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6455634Z test_dispatch_meta_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6470740Z test_dispatch_meta_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6485958Z test_dispatch_meta_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6500959Z test_dispatch_meta_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6516103Z test_dispatch_meta_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6531376Z test_dispatch_meta_sign_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6546545Z test_dispatch_meta_sign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6561579Z test_dispatch_meta_sign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6576609Z test_dispatch_meta_sign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6591761Z test_dispatch_meta_sign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6606963Z test_dispatch_meta_sign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6623694Z test_dispatch_meta_sign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6638712Z test_dispatch_meta_sign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6653717Z test_dispatch_meta_sign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6668744Z test_dispatch_meta_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6683996Z test_dispatch_meta_signbit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6699119Z test_dispatch_meta_signbit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6714178Z test_dispatch_meta_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6729240Z test_dispatch_meta_signbit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6744282Z test_dispatch_meta_signbit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6759298Z test_dispatch_meta_signbit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6774363Z test_dispatch_meta_signbit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6789296Z test_dispatch_meta_signbit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6804468Z test_dispatch_meta_signbit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6819391Z test_dispatch_meta_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6834502Z test_dispatch_meta_sin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6849530Z test_dispatch_meta_sin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6864608Z test_dispatch_meta_sin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6879617Z test_dispatch_meta_sin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6894594Z test_dispatch_meta_sin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6909527Z test_dispatch_meta_sin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6924585Z test_dispatch_meta_sin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6939754Z test_dispatch_meta_sin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6954799Z test_dispatch_meta_sin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6969830Z test_dispatch_meta_sin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6984727Z test_dispatch_meta_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.6999812Z test_dispatch_meta_sinc_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7015051Z test_dispatch_meta_sinc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7031664Z test_dispatch_meta_sinc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7047109Z test_dispatch_meta_sinc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7062052Z test_dispatch_meta_sinc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7077303Z test_dispatch_meta_sinc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7092591Z test_dispatch_meta_sinc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7107783Z test_dispatch_meta_sinc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7123359Z test_dispatch_meta_sinc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7138157Z test_dispatch_meta_sinc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7153525Z test_dispatch_meta_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7168431Z test_dispatch_meta_sinh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7183390Z test_dispatch_meta_sinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7198422Z test_dispatch_meta_sinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7213751Z test_dispatch_meta_sinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7228541Z test_dispatch_meta_sinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7243581Z test_dispatch_meta_sinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7258543Z test_dispatch_meta_sinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7273695Z test_dispatch_meta_sinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7289317Z test_dispatch_meta_sinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7304596Z test_dispatch_meta_sinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7319766Z test_dispatch_meta_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7335304Z test_dispatch_meta_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7350210Z test_dispatch_meta_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7365339Z test_dispatch_meta_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7380384Z test_dispatch_meta_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7395626Z test_dispatch_meta_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7411002Z test_dispatch_meta_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7426041Z test_dispatch_meta_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7443070Z test_dispatch_meta_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7458488Z test_dispatch_meta_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7474589Z test_dispatch_meta_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7489521Z test_dispatch_meta_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7504874Z test_dispatch_meta_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7520252Z test_dispatch_meta_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7535589Z test_dispatch_meta_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7551038Z test_dispatch_meta_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7566748Z test_dispatch_meta_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7581907Z test_dispatch_meta_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7597391Z test_dispatch_meta_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7612756Z test_dispatch_meta_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7628069Z test_dispatch_meta_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7643626Z test_dispatch_meta_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7658885Z test_dispatch_meta_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7674444Z test_dispatch_meta_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7689849Z test_dispatch_meta_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7705204Z test_dispatch_meta_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7720590Z test_dispatch_meta_sort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7736176Z test_dispatch_meta_sort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7751405Z test_dispatch_meta_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7766885Z test_dispatch_meta_sort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7782154Z test_dispatch_meta_sort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7797967Z test_dispatch_meta_sort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7813429Z test_dispatch_meta_sort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7828921Z test_dispatch_meta_sort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7844184Z test_dispatch_meta_sort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7862878Z test_dispatch_meta_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7878358Z test_dispatch_meta_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7893903Z test_dispatch_meta_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7909327Z test_dispatch_meta_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7924861Z test_dispatch_meta_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7940200Z test_dispatch_meta_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7955612Z test_dispatch_meta_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7970910Z test_dispatch_meta_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.7986232Z test_dispatch_meta_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8001665Z test_dispatch_meta_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8017030Z test_dispatch_meta_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8032339Z test_dispatch_meta_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8047870Z test_dispatch_meta_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8063079Z test_dispatch_meta_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8078653Z test_dispatch_meta_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8093979Z test_dispatch_meta_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8109225Z test_dispatch_meta_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8124846Z test_dispatch_meta_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8140240Z test_dispatch_meta_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8155775Z test_dispatch_meta_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8171193Z test_dispatch_meta_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8186460Z test_dispatch_meta_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8201818Z test_dispatch_meta_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8217289Z test_dispatch_meta_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8232535Z test_dispatch_meta_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8248285Z test_dispatch_meta_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8263487Z test_dispatch_meta_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8280565Z test_dispatch_meta_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8296661Z test_dispatch_meta_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8311574Z test_dispatch_meta_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8327107Z test_dispatch_meta_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8342138Z test_dispatch_meta_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8357572Z test_dispatch_meta_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8372889Z test_dispatch_meta_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8388188Z test_dispatch_meta_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8404464Z test_dispatch_meta_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8420154Z test_dispatch_meta_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8436015Z test_dispatch_meta_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8451851Z test_dispatch_meta_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8467648Z test_dispatch_meta_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8483494Z test_dispatch_meta_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8499330Z test_dispatch_meta_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8515246Z test_dispatch_meta_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8531032Z test_dispatch_meta_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8546852Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8562768Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8578715Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8594558Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8610402Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8626196Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8642034Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8657944Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8673815Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8689522Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8707050Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8722928Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8739198Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8755012Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8770865Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8786716Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.8799216Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:39.8811880Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:39.8823627Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:39.8836214Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:39.8847540Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:39.8858589Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:39.8869868Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:39.8881185Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:39.8892444Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:39.8903844Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:39.8915431Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:39.8927269Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:39.8937912Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:39.8949033Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:39.8960311Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:39.8971468Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:39.8987583Z test_dispatch_meta_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9003829Z test_dispatch_meta_special_entr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9019599Z test_dispatch_meta_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9035165Z test_dispatch_meta_special_entr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9050233Z test_dispatch_meta_special_entr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9067062Z test_dispatch_meta_special_entr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9082819Z test_dispatch_meta_special_entr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9097546Z test_dispatch_meta_special_entr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9112962Z test_dispatch_meta_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9128005Z test_dispatch_meta_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9142949Z test_dispatch_meta_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9158261Z test_dispatch_meta_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9173217Z test_dispatch_meta_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9188425Z test_dispatch_meta_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9203497Z test_dispatch_meta_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9218639Z test_dispatch_meta_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9233863Z test_dispatch_meta_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9248972Z test_dispatch_meta_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9264017Z test_dispatch_meta_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9279043Z test_dispatch_meta_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9294123Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9309041Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9324301Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9339035Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9354709Z test_dispatch_meta_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9369293Z test_dispatch_meta_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9384210Z test_dispatch_meta_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9399293Z test_dispatch_meta_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9414319Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9429372Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9444486Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9459480Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9476494Z test_dispatch_meta_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9491430Z test_dispatch_meta_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9506524Z test_dispatch_meta_special_i0e_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9521696Z test_dispatch_meta_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9536693Z test_dispatch_meta_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9551633Z test_dispatch_meta_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9566907Z test_dispatch_meta_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9582015Z test_dispatch_meta_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9597215Z test_dispatch_meta_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9612375Z test_dispatch_meta_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9627493Z test_dispatch_meta_special_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9642710Z test_dispatch_meta_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9657680Z test_dispatch_meta_special_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9672464Z test_dispatch_meta_special_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9687645Z test_dispatch_meta_special_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9702410Z test_dispatch_meta_special_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9717464Z test_dispatch_meta_special_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9732560Z test_dispatch_meta_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9747142Z test_dispatch_meta_special_i1e_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9762218Z test_dispatch_meta_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9777078Z test_dispatch_meta_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9792080Z test_dispatch_meta_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9807105Z test_dispatch_meta_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9821884Z test_dispatch_meta_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9836801Z test_dispatch_meta_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9851835Z test_dispatch_meta_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9867040Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9883817Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9899100Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9914349Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9929580Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9944226Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9959153Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9974024Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:39.9985332Z test_dispatch_meta_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:39.9996383Z test_dispatch_meta_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.0007779Z test_dispatch_meta_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.0019065Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.0029958Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.0041645Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.0052790Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.0063994Z test_dispatch_meta_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.0080297Z test_dispatch_meta_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0096137Z test_dispatch_meta_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0111472Z test_dispatch_meta_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0127151Z test_dispatch_meta_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0142401Z test_dispatch_meta_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0157577Z test_dispatch_meta_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0172706Z test_dispatch_meta_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0187883Z test_dispatch_meta_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0202870Z test_dispatch_meta_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0218063Z test_dispatch_meta_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0233328Z test_dispatch_meta_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0248676Z test_dispatch_meta_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0265307Z test_dispatch_meta_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0280551Z test_dispatch_meta_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0295978Z test_dispatch_meta_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0310933Z test_dispatch_meta_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0326185Z test_dispatch_meta_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0341237Z test_dispatch_meta_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0356255Z test_dispatch_meta_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0371261Z test_dispatch_meta_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0386653Z test_dispatch_meta_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0401789Z test_dispatch_meta_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0417097Z test_dispatch_meta_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0432171Z test_dispatch_meta_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0447334Z test_dispatch_meta_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0462388Z test_dispatch_meta_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0477660Z test_dispatch_meta_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0492886Z test_dispatch_meta_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0507995Z test_dispatch_meta_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0523226Z test_dispatch_meta_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0538440Z test_dispatch_meta_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0553723Z test_dispatch_meta_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0568989Z test_dispatch_meta_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0584019Z test_dispatch_meta_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0599245Z test_dispatch_meta_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0614569Z test_dispatch_meta_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0629654Z test_dispatch_meta_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0644924Z test_dispatch_meta_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0660015Z test_dispatch_meta_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0676971Z test_dispatch_meta_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0692146Z test_dispatch_meta_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0707192Z test_dispatch_meta_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0722509Z test_dispatch_meta_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0737597Z test_dispatch_meta_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0752688Z test_dispatch_meta_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0768056Z test_dispatch_meta_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0783133Z test_dispatch_meta_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0798281Z test_dispatch_meta_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0813587Z test_dispatch_meta_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0829195Z test_dispatch_meta_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0844320Z test_dispatch_meta_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0859322Z test_dispatch_meta_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0874448Z test_dispatch_meta_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0889715Z test_dispatch_meta_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0904627Z test_dispatch_meta_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0919611Z test_dispatch_meta_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0934838Z test_dispatch_meta_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0949901Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0965183Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0980354Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.0995558Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1010601Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1025657Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1040817Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1056036Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1070896Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1088417Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1103845Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1119674Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1134850Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1149871Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1164511Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1179507Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1194649Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1209661Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1224483Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1239713Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1254841Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1269795Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1285067Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1300506Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1315615Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1327112Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1338597Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1349941Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1361314Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1372378Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1383812Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1395200Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1406626Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1417951Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1429018Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1441047Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1453012Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1465872Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1477334Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1488735Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1500360Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1512123Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1523365Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1534657Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1546538Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1557533Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1568728Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1579664Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1591530Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1603898Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1615189Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1626433Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1638004Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1649095Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1660692Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1671939Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1683184Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:40.1700102Z test_dispatch_meta_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1716334Z test_dispatch_meta_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1732184Z test_dispatch_meta_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1747824Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1763189Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1778569Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1793771Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1810586Z test_dispatch_meta_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1825810Z test_dispatch_meta_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1840938Z test_dispatch_meta_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1856083Z test_dispatch_meta_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1871156Z test_dispatch_meta_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1886533Z test_dispatch_meta_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1901505Z test_dispatch_meta_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1916776Z test_dispatch_meta_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1931846Z test_dispatch_meta_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1946963Z test_dispatch_meta_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1962173Z test_dispatch_meta_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1977171Z test_dispatch_meta_special_zeta_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.1992122Z test_dispatch_meta_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2007828Z test_dispatch_meta_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2022726Z test_dispatch_meta_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2037997Z test_dispatch_meta_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2053193Z test_dispatch_meta_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2067976Z test_dispatch_meta_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2082997Z test_dispatch_meta_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2098360Z test_dispatch_meta_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2113369Z test_dispatch_meta_split_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2128441Z test_dispatch_meta_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2143428Z test_dispatch_meta_split_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2158685Z test_dispatch_meta_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2173974Z test_dispatch_meta_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2189024Z test_dispatch_meta_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2203729Z test_dispatch_meta_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2220675Z test_dispatch_meta_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2235756Z test_dispatch_meta_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2250669Z test_dispatch_meta_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2265594Z test_dispatch_meta_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2281350Z test_dispatch_meta_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2295867Z test_dispatch_meta_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2310650Z test_dispatch_meta_split_list_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2325889Z test_dispatch_meta_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2340907Z test_dispatch_meta_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2356491Z test_dispatch_meta_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2371914Z test_dispatch_meta_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2386692Z test_dispatch_meta_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2402740Z test_dispatch_meta_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2418119Z test_dispatch_meta_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2433083Z test_dispatch_meta_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2448086Z test_dispatch_meta_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2463071Z test_dispatch_meta_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2478149Z test_dispatch_meta_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2493038Z test_dispatch_meta_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2507784Z test_dispatch_meta_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2522690Z test_dispatch_meta_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2537456Z test_dispatch_meta_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2552259Z test_dispatch_meta_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2567210Z test_dispatch_meta_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2581804Z test_dispatch_meta_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2596684Z test_dispatch_meta_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2611648Z test_dispatch_meta_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2630017Z test_dispatch_meta_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2645375Z test_dispatch_meta_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2660493Z test_dispatch_meta_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2675702Z test_dispatch_meta_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2691171Z test_dispatch_meta_sqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2706669Z test_dispatch_meta_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2721934Z test_dispatch_meta_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2737499Z test_dispatch_meta_sqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2752729Z test_dispatch_meta_sqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2768038Z test_dispatch_meta_sqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2783221Z test_dispatch_meta_sqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2798620Z test_dispatch_meta_sqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2813985Z test_dispatch_meta_sqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2829116Z test_dispatch_meta_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2844461Z test_dispatch_meta_square_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2859744Z test_dispatch_meta_square_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2875375Z test_dispatch_meta_square_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2890699Z test_dispatch_meta_square_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2905884Z test_dispatch_meta_square_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2921079Z test_dispatch_meta_square_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2936388Z test_dispatch_meta_square_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2951636Z test_dispatch_meta_square_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2966987Z test_dispatch_meta_square_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2982195Z test_dispatch_meta_square_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.2997454Z test_dispatch_meta_square_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3012641Z test_dispatch_meta_square_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3027801Z test_dispatch_meta_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3044940Z test_dispatch_meta_squeeze_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3060241Z test_dispatch_meta_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3075531Z test_dispatch_meta_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3090658Z test_dispatch_meta_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3106031Z test_dispatch_meta_squeeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3121128Z test_dispatch_meta_squeeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3136406Z test_dispatch_meta_squeeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3151465Z test_dispatch_meta_squeeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3166803Z test_dispatch_meta_squeeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3182717Z test_dispatch_meta_squeeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3198975Z test_dispatch_meta_squeeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3214257Z test_dispatch_meta_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3229293Z test_dispatch_meta_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3244915Z test_dispatch_meta_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3259295Z test_dispatch_meta_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3274436Z test_dispatch_meta_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3288977Z test_dispatch_meta_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3303831Z test_dispatch_meta_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3319021Z test_dispatch_meta_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3334119Z test_dispatch_meta_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3349157Z test_dispatch_meta_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3364387Z test_dispatch_meta_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3379482Z test_dispatch_meta_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3394630Z test_dispatch_meta_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3409887Z test_dispatch_meta_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3424959Z test_dispatch_meta_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3440347Z test_dispatch_meta_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3456862Z test_dispatch_meta_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3472014Z test_dispatch_meta_std_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3487276Z test_dispatch_meta_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3502534Z test_dispatch_meta_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3517693Z test_dispatch_meta_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3532460Z test_dispatch_meta_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3547256Z test_dispatch_meta_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3562230Z test_dispatch_meta_std_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3576922Z test_dispatch_meta_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3592089Z test_dispatch_meta_std_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3606903Z test_dispatch_meta_stft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3622109Z test_dispatch_meta_stft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3636633Z test_dispatch_meta_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3651680Z test_dispatch_meta_stft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3666397Z test_dispatch_meta_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3681465Z test_dispatch_meta_sub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3695980Z test_dispatch_meta_sub_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3711051Z test_dispatch_meta_sub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3725590Z test_dispatch_meta_sub_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3740360Z test_dispatch_meta_sub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3755826Z test_dispatch_meta_sub_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3770174Z test_dispatch_meta_sub_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3785270Z test_dispatch_meta_sub_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3800214Z test_dispatch_meta_sub_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3815631Z test_dispatch_meta_sub_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3830283Z test_dispatch_meta_sub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3845385Z test_dispatch_meta_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3862096Z test_dispatch_meta_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3877308Z test_dispatch_meta_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3892421Z test_dispatch_meta_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3907423Z test_dispatch_meta_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3922664Z test_dispatch_meta_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3938322Z test_dispatch_meta_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3953626Z test_dispatch_meta_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3968529Z test_dispatch_meta_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3983666Z test_dispatch_meta_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.3999004Z test_dispatch_meta_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4014365Z test_dispatch_meta_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4029764Z test_dispatch_meta_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4045188Z test_dispatch_meta_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4060393Z test_dispatch_meta_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4075980Z test_dispatch_meta_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4091259Z test_dispatch_meta_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4106486Z test_dispatch_meta_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4121949Z test_dispatch_meta_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4137315Z test_dispatch_meta_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4152539Z test_dispatch_meta_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4168147Z test_dispatch_meta_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4183451Z test_dispatch_meta_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4198716Z test_dispatch_meta_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4214866Z test_dispatch_meta_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4230292Z test_dispatch_meta_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4245706Z test_dispatch_meta_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4261083Z test_dispatch_meta_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4278104Z test_dispatch_meta_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4293631Z test_dispatch_meta_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4309019Z test_dispatch_meta_symeig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4324498Z test_dispatch_meta_symeig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4339973Z test_dispatch_meta_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4355449Z test_dispatch_meta_symeig_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4370512Z test_dispatch_meta_t_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4385470Z test_dispatch_meta_t_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4400688Z test_dispatch_meta_t_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4415645Z test_dispatch_meta_t_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4430584Z test_dispatch_meta_t_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4445928Z test_dispatch_meta_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4460825Z test_dispatch_meta_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4475837Z test_dispatch_meta_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4490806Z test_dispatch_meta_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4505652Z test_dispatch_meta_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4520670Z test_dispatch_meta_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4535664Z test_dispatch_meta_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4550709Z test_dispatch_meta_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4565756Z test_dispatch_meta_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4580516Z test_dispatch_meta_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4595626Z test_dispatch_meta_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4610545Z test_dispatch_meta_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4625460Z test_dispatch_meta_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4640395Z test_dispatch_meta_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4655398Z test_dispatch_meta_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4670305Z test_dispatch_meta_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4686954Z test_dispatch_meta_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4702336Z test_dispatch_meta_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4717131Z test_dispatch_meta_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4732464Z test_dispatch_meta_take_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4748312Z test_dispatch_meta_take_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4763183Z test_dispatch_meta_take_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4777933Z test_dispatch_meta_take_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4793000Z test_dispatch_meta_take_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4808184Z test_dispatch_meta_take_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4823137Z test_dispatch_meta_take_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4838205Z test_dispatch_meta_take_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4853171Z test_dispatch_meta_take_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4868111Z test_dispatch_meta_take_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4883089Z test_dispatch_meta_take_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4898071Z test_dispatch_meta_take_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4913100Z test_dispatch_meta_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4928101Z test_dispatch_meta_tan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4942938Z test_dispatch_meta_tan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4958339Z test_dispatch_meta_tan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4974580Z test_dispatch_meta_tan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.4990300Z test_dispatch_meta_tan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5006098Z test_dispatch_meta_tan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5021087Z test_dispatch_meta_tan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5036266Z test_dispatch_meta_tan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5052168Z test_dispatch_meta_tan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5066750Z test_dispatch_meta_tan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5081858Z test_dispatch_meta_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5098442Z test_dispatch_meta_tanh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5113617Z test_dispatch_meta_tanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5128733Z test_dispatch_meta_tanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5143896Z test_dispatch_meta_tanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5159222Z test_dispatch_meta_tanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5174546Z test_dispatch_meta_tanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5189722Z test_dispatch_meta_tanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5205184Z test_dispatch_meta_tanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5220163Z test_dispatch_meta_tanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5235150Z test_dispatch_meta_tanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5250995Z test_dispatch_meta_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5266089Z test_dispatch_meta_tensor_split_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5281339Z test_dispatch_meta_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5296301Z test_dispatch_meta_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5311302Z test_dispatch_meta_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5326513Z test_dispatch_meta_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5341649Z test_dispatch_meta_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5356854Z test_dispatch_meta_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5371902Z test_dispatch_meta_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5386958Z test_dispatch_meta_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5402000Z test_dispatch_meta_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5417352Z test_dispatch_meta_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5432240Z test_dispatch_meta_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5447589Z test_dispatch_meta_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5462299Z test_dispatch_meta_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5477590Z test_dispatch_meta_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5492175Z test_dispatch_meta_tensordot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5508311Z test_dispatch_meta_tensordot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5523199Z test_dispatch_meta_tensordot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5537873Z test_dispatch_meta_tensordot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5552596Z test_dispatch_meta_tensordot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5567571Z test_dispatch_meta_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5581983Z test_dispatch_meta_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5596812Z test_dispatch_meta_tile_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5611426Z test_dispatch_meta_tile_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5626032Z test_dispatch_meta_tile_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5640726Z test_dispatch_meta_tile_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5655480Z test_dispatch_meta_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5670386Z test_dispatch_meta_tile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5685299Z test_dispatch_meta_tile_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5699917Z test_dispatch_meta_tile_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5715254Z test_dispatch_meta_tile_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5730089Z test_dispatch_meta_tile_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5745062Z test_dispatch_meta_tile_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5760186Z test_dispatch_meta_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5775353Z test_dispatch_meta_to_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5790429Z test_dispatch_meta_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5805769Z test_dispatch_meta_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5820853Z test_dispatch_meta_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5836064Z test_dispatch_meta_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5851204Z test_dispatch_meta_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5866263Z test_dispatch_meta_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5881398Z test_dispatch_meta_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5896545Z test_dispatch_meta_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5913102Z test_dispatch_meta_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5928391Z test_dispatch_meta_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5943540Z test_dispatch_meta_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5958677Z test_dispatch_meta_to_sparse_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5973714Z test_dispatch_meta_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.5988767Z test_dispatch_meta_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6003882Z test_dispatch_meta_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6018784Z test_dispatch_meta_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6033811Z test_dispatch_meta_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6048797Z test_dispatch_meta_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6063773Z test_dispatch_meta_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6078813Z test_dispatch_meta_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6093864Z test_dispatch_meta_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6108831Z test_dispatch_meta_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6123856Z test_dispatch_meta_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6138883Z test_dispatch_meta_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6154162Z test_dispatch_meta_topk_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6169280Z test_dispatch_meta_topk_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6184114Z test_dispatch_meta_topk_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6199170Z test_dispatch_meta_topk_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6214143Z test_dispatch_meta_topk_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6229117Z test_dispatch_meta_topk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6244096Z test_dispatch_meta_trace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6259202Z test_dispatch_meta_trace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6274204Z test_dispatch_meta_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6289790Z test_dispatch_meta_trace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6304379Z test_dispatch_meta_trace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6320854Z test_dispatch_meta_trace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6335968Z test_dispatch_meta_trace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6350886Z test_dispatch_meta_trace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6366069Z test_dispatch_meta_trace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6381007Z test_dispatch_meta_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6396076Z test_dispatch_meta_transpose_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6411056Z test_dispatch_meta_transpose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6426065Z test_dispatch_meta_transpose_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6441038Z test_dispatch_meta_transpose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6456095Z test_dispatch_meta_transpose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6471039Z test_dispatch_meta_transpose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6486302Z test_dispatch_meta_transpose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6501081Z test_dispatch_meta_transpose_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6516210Z test_dispatch_meta_transpose_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6531201Z test_dispatch_meta_transpose_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6546094Z test_dispatch_meta_transpose_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6561153Z test_dispatch_meta_transpose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6576386Z test_dispatch_meta_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6591260Z test_dispatch_meta_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6606448Z test_dispatch_meta_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6621427Z test_dispatch_meta_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6636698Z test_dispatch_meta_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6651855Z test_dispatch_meta_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6666886Z test_dispatch_meta_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6682419Z test_dispatch_meta_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6697171Z test_dispatch_meta_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6712062Z test_dispatch_meta_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6729169Z test_dispatch_meta_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6744030Z test_dispatch_meta_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6759204Z test_dispatch_meta_trapz_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6774267Z test_dispatch_meta_trapz_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6789213Z test_dispatch_meta_trapz_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6804283Z test_dispatch_meta_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6819454Z test_dispatch_meta_trapz_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6834500Z test_dispatch_meta_trapz_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6849531Z test_dispatch_meta_trapz_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6864444Z test_dispatch_meta_trapz_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6879545Z test_dispatch_meta_trapz_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6894684Z test_dispatch_meta_trapz_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6909837Z test_dispatch_meta_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6925191Z test_dispatch_meta_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6940914Z test_dispatch_meta_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6956221Z test_dispatch_meta_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6972090Z test_dispatch_meta_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.6987102Z test_dispatch_meta_tril_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7002086Z test_dispatch_meta_tril_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7017166Z test_dispatch_meta_tril_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7032092Z test_dispatch_meta_tril_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7047413Z test_dispatch_meta_tril_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7062393Z test_dispatch_meta_tril_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7077397Z test_dispatch_meta_tril_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7092434Z test_dispatch_meta_tril_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7107348Z test_dispatch_meta_tril_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7122496Z test_dispatch_meta_tril_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7139070Z test_dispatch_meta_tril_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7154133Z test_dispatch_meta_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7169197Z test_dispatch_meta_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7184143Z test_dispatch_meta_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7199207Z test_dispatch_meta_triu_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7214311Z test_dispatch_meta_triu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7229305Z test_dispatch_meta_triu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7244352Z test_dispatch_meta_triu_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7259471Z test_dispatch_meta_triu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7274590Z test_dispatch_meta_triu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7289669Z test_dispatch_meta_triu_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7304651Z test_dispatch_meta_triu_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7319783Z test_dispatch_meta_triu_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7334872Z test_dispatch_meta_triu_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7349833Z test_dispatch_meta_triu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7364943Z test_dispatch_meta_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7379964Z test_dispatch_meta_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7395185Z test_dispatch_meta_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7410184Z test_dispatch_meta_true_divide_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7425146Z test_dispatch_meta_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7440309Z test_dispatch_meta_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7455257Z test_dispatch_meta_true_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7470369Z test_dispatch_meta_true_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7485366Z test_dispatch_meta_true_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7500448Z test_dispatch_meta_true_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7515399Z test_dispatch_meta_true_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7530537Z test_dispatch_meta_true_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7548386Z test_dispatch_meta_true_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7572450Z test_dispatch_meta_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7578713Z test_dispatch_meta_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7593854Z test_dispatch_meta_trunc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7608819Z test_dispatch_meta_trunc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7623650Z test_dispatch_meta_trunc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7638674Z test_dispatch_meta_trunc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7653783Z test_dispatch_meta_trunc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7668608Z test_dispatch_meta_trunc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7683782Z test_dispatch_meta_trunc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7698958Z test_dispatch_meta_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7714693Z test_dispatch_meta_unbind_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7728971Z test_dispatch_meta_unbind_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7744363Z test_dispatch_meta_unbind_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7759082Z test_dispatch_meta_unbind_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7774194Z test_dispatch_meta_unbind_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7789138Z test_dispatch_meta_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7804116Z test_dispatch_meta_unbind_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7819149Z test_dispatch_meta_unbind_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7834143Z test_dispatch_meta_unbind_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7849063Z test_dispatch_meta_unbind_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7864005Z test_dispatch_meta_unbind_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7878999Z test_dispatch_meta_unbind_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7894078Z test_dispatch_meta_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7908960Z test_dispatch_meta_unflatten_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7924160Z test_dispatch_meta_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7939131Z test_dispatch_meta_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7955515Z test_dispatch_meta_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7970901Z test_dispatch_meta_unflatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.7985698Z test_dispatch_meta_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8000749Z test_dispatch_meta_unflatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8015778Z test_dispatch_meta_unflatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8030677Z test_dispatch_meta_unflatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8045755Z test_dispatch_meta_unflatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8060700Z test_dispatch_meta_unflatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8075724Z test_dispatch_meta_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8090720Z test_dispatch_meta_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8105597Z test_dispatch_meta_unfold_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8120664Z test_dispatch_meta_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8135723Z test_dispatch_meta_unfold_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8150744Z test_dispatch_meta_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8165879Z test_dispatch_meta_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8180829Z test_dispatch_meta_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8195872Z test_dispatch_meta_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8210873Z test_dispatch_meta_unfold_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8225806Z test_dispatch_meta_unfold_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8240842Z test_dispatch_meta_unfold_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8255860Z test_dispatch_meta_unfold_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8270888Z test_dispatch_meta_unfold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8285926Z test_dispatch_meta_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8301052Z test_dispatch_meta_uniform_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8315988Z test_dispatch_meta_uniform_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8330921Z test_dispatch_meta_uniform_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8345835Z test_dispatch_meta_uniform_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8362335Z test_dispatch_meta_uniform_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8377322Z test_dispatch_meta_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8392272Z test_dispatch_meta_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8407370Z test_dispatch_meta_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8422267Z test_dispatch_meta_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8437364Z test_dispatch_meta_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8452411Z test_dispatch_meta_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8467344Z test_dispatch_meta_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8482578Z test_dispatch_meta_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8497425Z test_dispatch_meta_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8512444Z test_dispatch_meta_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8527426Z test_dispatch_meta_unique_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8542274Z test_dispatch_meta_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8557452Z test_dispatch_meta_unique_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8572510Z test_dispatch_meta_unique_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8587528Z test_dispatch_meta_unique_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8602543Z test_dispatch_meta_unique_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8617609Z test_dispatch_meta_unique_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8632669Z test_dispatch_meta_unique_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8647907Z test_dispatch_meta_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8662693Z test_dispatch_meta_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8677914Z test_dispatch_meta_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8693008Z test_dispatch_meta_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8707967Z test_dispatch_meta_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8723044Z test_dispatch_meta_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8738449Z test_dispatch_meta_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8754445Z test_dispatch_meta_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8770761Z test_dispatch_meta_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8786055Z test_dispatch_meta_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8801162Z test_dispatch_meta_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8816154Z test_dispatch_meta_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8831154Z test_dispatch_meta_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8846410Z test_dispatch_meta_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8861502Z test_dispatch_meta_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8876307Z test_dispatch_meta_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8891360Z test_dispatch_meta_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8906442Z test_dispatch_meta_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8921378Z test_dispatch_meta_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8936507Z test_dispatch_meta_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8951466Z test_dispatch_meta_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8966542Z test_dispatch_meta_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8981718Z test_dispatch_meta_var_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.8996723Z test_dispatch_meta_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9012290Z test_dispatch_meta_var_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9027216Z test_dispatch_meta_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9042171Z test_dispatch_meta_vdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9057260Z test_dispatch_meta_vdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9072746Z test_dispatch_meta_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9088039Z test_dispatch_meta_vdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9102970Z test_dispatch_meta_vdot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9118202Z test_dispatch_meta_vdot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9133386Z test_dispatch_meta_vdot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9148284Z test_dispatch_meta_vdot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9163555Z test_dispatch_meta_vdot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9180169Z test_dispatch_meta_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9195421Z test_dispatch_meta_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9210563Z test_dispatch_meta_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9225693Z test_dispatch_meta_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9241099Z test_dispatch_meta_view_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9256056Z test_dispatch_meta_view_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9271244Z test_dispatch_meta_view_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9286576Z test_dispatch_meta_view_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9301473Z test_dispatch_meta_view_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9316695Z test_dispatch_meta_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9331791Z test_dispatch_meta_view_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9346879Z test_dispatch_meta_view_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9361888Z test_dispatch_meta_view_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9377037Z test_dispatch_meta_view_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9392218Z test_dispatch_meta_view_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9407594Z test_dispatch_meta_view_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9422575Z test_dispatch_meta_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9437902Z test_dispatch_meta_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9452912Z test_dispatch_meta_view_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9467888Z test_dispatch_meta_view_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9482967Z test_dispatch_meta_view_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9498260Z test_dispatch_meta_view_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9513240Z test_dispatch_meta_view_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9528385Z test_dispatch_meta_view_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9543425Z test_dispatch_meta_view_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9558443Z test_dispatch_meta_view_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9573525Z test_dispatch_meta_view_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9589982Z test_dispatch_meta_view_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9605432Z test_dispatch_meta_view_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9620209Z test_dispatch_meta_view_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9635382Z test_dispatch_meta_view_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9650550Z test_dispatch_meta_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9665617Z test_dispatch_meta_vsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9680819Z test_dispatch_meta_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9695919Z test_dispatch_meta_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9710947Z test_dispatch_meta_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9726355Z test_dispatch_meta_vsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9741335Z test_dispatch_meta_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9757038Z test_dispatch_meta_vsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9771664Z test_dispatch_meta_vsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9786848Z test_dispatch_meta_vsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9802155Z test_dispatch_meta_vsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9817427Z test_dispatch_meta_vsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9832922Z test_dispatch_meta_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9848156Z test_dispatch_meta_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9863387Z test_dispatch_meta_vstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9878722Z test_dispatch_meta_vstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9893963Z test_dispatch_meta_vstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9909193Z test_dispatch_meta_vstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9924947Z test_dispatch_meta_vstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9940162Z test_dispatch_meta_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9955764Z test_dispatch_meta_vstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9970964Z test_dispatch_meta_vstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:40.9986134Z test_dispatch_meta_vstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0002829Z test_dispatch_meta_vstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0018115Z test_dispatch_meta_vstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0033524Z test_dispatch_meta_vstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0048682Z test_dispatch_meta_where_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0065215Z test_dispatch_meta_where_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0080645Z test_dispatch_meta_where_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0096045Z test_dispatch_meta_where_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0110902Z test_dispatch_meta_where_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0126152Z test_dispatch_meta_where_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0140980Z test_dispatch_meta_where_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0156072Z test_dispatch_meta_where_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0171127Z test_dispatch_meta_where_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0186221Z test_dispatch_meta_where_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0201339Z test_dispatch_meta_where_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0216416Z test_dispatch_meta_where_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0231381Z test_dispatch_meta_where_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0246776Z test_dispatch_meta_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0262098Z test_dispatch_meta_xlogy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0277247Z test_dispatch_meta_xlogy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0292641Z test_dispatch_meta_xlogy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0309132Z test_dispatch_meta_xlogy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0324423Z test_dispatch_meta_xlogy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0339519Z test_dispatch_meta_xlogy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0354740Z test_dispatch_meta_xlogy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0370029Z test_dispatch_meta_xlogy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0385386Z test_dispatch_meta_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0400704Z test_dispatch_meta_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0417502Z test_dispatch_meta_zero__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0432985Z test_dispatch_meta_zero__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0448319Z test_dispatch_meta_zero__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0463667Z test_dispatch_meta_zero__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0479133Z test_dispatch_meta_zero__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0494488Z test_dispatch_meta_zero__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0509742Z test_dispatch_meta_zero__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0525142Z test_dispatch_meta_zero__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0540457Z test_dispatch_meta_zero__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0555705Z test_dispatch_meta_zero__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0571017Z test_dispatch_meta_zero__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0586125Z test_dispatch_meta_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0601452Z test_dispatch_meta_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0616868Z test_dispatch_meta_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0632022Z test_dispatch_meta_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0647552Z test_dispatch_meta_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0662802Z test_dispatch_meta_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0678149Z test_dispatch_meta_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0693491Z test_dispatch_meta_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0708769Z test_dispatch_meta_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0724078Z test_dispatch_meta_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0739569Z test_dispatch_meta_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0754953Z test_dispatch_meta_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0770355Z test_dispatch_meta_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0785596Z test_dispatch_meta_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0800944Z test_dispatch_meta_zeros_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0816448Z test_dispatch_meta_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0833274Z test_dispatch_meta_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0848607Z test_dispatch_meta_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0863807Z test_dispatch_meta_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0879159Z test_dispatch_meta_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0894502Z test_dispatch_meta_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0909814Z test_dispatch_meta_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0925280Z test_dispatch_meta_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0940491Z test_dispatch_meta_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0955817Z test_dispatch_meta_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.0971042Z test_dispatch_meta_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.1214245Z test_empty_quantized_cpu (__main__.TestMetaCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_empty_quantized test_meta.py line 854 2022-09-27T15:54:41.1214681Z due to: 2022-09-27T15:54:41.1214948Z Traceback (most recent call last): 2022-09-27T15:54:41.1215724Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 477, in __init__ 2022-09-27T15:54:41.1216200Z assert device.type != "meta" 2022-09-27T15:54:41.1216483Z AssertionError 2022-09-27T15:54:41.1216658Z 2022-09-27T15:54:41.1216785Z from user code: 2022-09-27T15:54:41.1217153Z File "test_meta.py", line 855, in test_empty_quantized 2022-09-27T15:54:41.1217722Z r = torch.empty(2 ** 52, device='meta', dtype=torch.qint8) 2022-09-27T15:54:41.1217905Z 2022-09-27T15:54:41.1218042Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:54:41.1218269Z ========== 2022-09-27T15:54:41.3139854Z ok (0.216s) 2022-09-27T15:54:41.4349025Z test_map_location_deserialize_cpu (__main__.TestMetaCPU) ... ok (0.120s) 2022-09-27T15:54:41.4366722Z test_meta_H_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4383115Z test_meta_H_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4398726Z test_meta_H_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4414328Z test_meta_H_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4430097Z test_meta_H_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4445777Z test_meta_H_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4461392Z test_meta_H_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4477033Z test_meta_H_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4492573Z test_meta_H_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4507997Z test_meta_H_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4523817Z test_meta_H_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4539505Z test_meta_H_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4555148Z test_meta_H_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4572370Z test_meta_T_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4588117Z test_meta_T_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4603769Z test_meta_T_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4619229Z test_meta_T_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4635225Z test_meta_T_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4650865Z test_meta_T_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4666416Z test_meta_T_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4682163Z test_meta_T_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4697910Z test_meta_T_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4713701Z test_meta_T_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4729425Z test_meta_T_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4745021Z test_meta_T_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4760841Z test_meta_T_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4776586Z test_meta___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4792274Z test_meta___getitem___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4808265Z test_meta___getitem___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4823827Z test_meta___getitem___cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4839618Z test_meta___getitem___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4855441Z test_meta___getitem___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4871232Z test_meta___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4887051Z test_meta___getitem___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4902189Z test_meta___getitem___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4917301Z test_meta___getitem___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4932179Z test_meta___getitem___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4947141Z test_meta___getitem___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4962219Z test_meta___getitem___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4977240Z test_meta___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.4992181Z test_meta___radd___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5009081Z test_meta___radd___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5023918Z test_meta___radd___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5038995Z test_meta___radd___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5054585Z test_meta___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5069479Z test_meta___radd___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5084255Z test_meta___radd___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5099337Z test_meta___radd___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5114591Z test_meta___radd___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5130038Z test_meta___radd___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5144879Z test_meta___radd___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5160057Z test_meta___rand___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5175100Z test_meta___rand___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5190175Z test_meta___rand___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5205261Z test_meta___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5220157Z test_meta___rand___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5235172Z test_meta___rand___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5250219Z test_meta___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5265111Z test_meta___rdiv___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5280183Z test_meta___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5295138Z test_meta___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5310019Z test_meta___rdiv___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5325113Z test_meta___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5340006Z test_meta___rdiv___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5355078Z test_meta___rdiv___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5370094Z test_meta___rdiv___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5384934Z test_meta___rdiv___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5400027Z test_meta___rdiv___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5416431Z test_meta___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5431400Z test_meta___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5446571Z test_meta___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5461433Z test_meta___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5476475Z test_meta___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5491447Z test_meta___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5506311Z test_meta___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5521375Z test_meta___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5536389Z test_meta___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5551368Z test_meta___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5566401Z test_meta___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5581183Z test_meta___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5596194Z test_meta___rmod___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5611203Z test_meta___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5626437Z test_meta___rmod___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5640927Z test_meta___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5655878Z test_meta___rmul___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5670695Z test_meta___rmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5685916Z test_meta___rmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5700767Z test_meta___rmul___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5715725Z test_meta___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5730756Z test_meta___rmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5745537Z test_meta___rmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5760484Z test_meta___rmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5775357Z test_meta___rmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5790421Z test_meta___rmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5805389Z test_meta___rmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5821511Z test_meta___ror___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5836676Z test_meta___ror___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5851505Z test_meta___ror___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5866275Z test_meta___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5881337Z test_meta___ror___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5896299Z test_meta___ror___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5911362Z test_meta___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5926274Z test_meta___rpow___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5941167Z test_meta___rpow___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5956183Z test_meta___rpow___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5971284Z test_meta___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.5986272Z test_meta___rpow___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6001284Z test_meta___rpow___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6016291Z test_meta___rpow___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6031101Z test_meta___rpow___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6046173Z test_meta___rpow___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6061048Z test_meta___rpow___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6076085Z test_meta___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6091025Z test_meta___rsub___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6105981Z test_meta___rsub___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6121032Z test_meta___rsub___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6136091Z test_meta___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6150896Z test_meta___rsub___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6166099Z test_meta___rsub___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6180892Z test_meta___rsub___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6195900Z test_meta___rsub___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6210707Z test_meta___rsub___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6226899Z test_meta___rsub___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6242165Z test_meta___rxor___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6257110Z test_meta___rxor___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6272031Z test_meta___rxor___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6287137Z test_meta___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6301958Z test_meta___rxor___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6316987Z test_meta___rxor___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6331929Z test_meta__masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6346903Z test_meta__masked_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6361906Z test_meta__masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6376761Z test_meta__masked_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6391666Z test_meta__masked_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6406712Z test_meta__masked_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6421487Z test_meta__masked_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6436493Z test_meta__masked_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6451354Z test_meta__masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6466139Z test_meta__masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6481114Z test_meta__masked_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6495959Z test_meta__masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6510751Z test_meta__masked_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6525706Z test_meta__masked_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6541114Z test_meta__masked_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6555921Z test_meta__masked_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6570829Z test_meta__masked_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6585777Z test_meta__masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6600817Z test_meta__masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6615965Z test_meta__masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6632316Z test_meta__masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6647618Z test_meta__masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6662535Z test_meta__masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6677583Z test_meta__masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6692504Z test_meta__masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6707433Z test_meta__masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6722462Z test_meta__masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6737407Z test_meta__masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6752298Z test_meta__masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6767487Z test_meta__masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6782301Z test_meta__masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6797432Z test_meta__masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6812467Z test_meta__masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6827664Z test_meta__masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6842774Z test_meta__masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6857934Z test_meta__masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6873252Z test_meta__masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6888524Z test_meta__masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6903491Z test_meta__masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6918653Z test_meta__masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6933892Z test_meta__masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6949056Z test_meta__masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6964246Z test_meta__masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6979413Z test_meta__masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.6994746Z test_meta__masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7010128Z test_meta__masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7025184Z test_meta__masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7041976Z test_meta__masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7057167Z test_meta__masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7072304Z test_meta__masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7087696Z test_meta__masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7102921Z test_meta__masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7118130Z test_meta__masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7133344Z test_meta__masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7148450Z test_meta__masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7163750Z test_meta__masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7179092Z test_meta__masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7194323Z test_meta__masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7209537Z test_meta__masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7224736Z test_meta__masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7240006Z test_meta__masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7255275Z test_meta__masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7270413Z test_meta__masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7285786Z test_meta__masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7301101Z test_meta__masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7316373Z test_meta__masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7331544Z test_meta__masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7346661Z test_meta__masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7362094Z test_meta__masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7377304Z test_meta__masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7392445Z test_meta__masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7407921Z test_meta__masked_mean_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7423041Z test_meta__masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7438302Z test_meta__masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7455209Z test_meta__masked_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7470399Z test_meta__masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7485806Z test_meta__masked_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7500921Z test_meta__masked_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7516162Z test_meta__masked_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7531296Z test_meta__masked_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7546744Z test_meta__masked_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7561711Z test_meta__masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7576745Z test_meta__masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7592222Z test_meta__masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7607524Z test_meta__masked_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7622615Z test_meta__masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7638035Z test_meta__masked_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7653188Z test_meta__masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7668304Z test_meta__masked_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7683434Z test_meta__masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7698723Z test_meta__masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7714285Z test_meta__masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7729447Z test_meta__masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7744656Z test_meta__masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7760037Z test_meta__masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7775249Z test_meta__masked_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7790450Z test_meta__masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7806378Z test_meta__masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7821235Z test_meta__masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7836630Z test_meta__masked_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7851825Z test_meta__masked_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7868400Z test_meta__masked_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7883681Z test_meta__masked_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7898925Z test_meta__masked_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7914293Z test_meta__masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7929436Z test_meta__masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7944582Z test_meta__masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7960071Z test_meta__masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7975348Z test_meta__masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.7990620Z test_meta__masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8005827Z test_meta__masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8021069Z test_meta__masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8036441Z test_meta__masked_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8051918Z test_meta__masked_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8067164Z test_meta__masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8081904Z test_meta__masked_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8096980Z test_meta__masked_std_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8111797Z test_meta__masked_std_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8126924Z test_meta__masked_std_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8141854Z test_meta__masked_std_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8156948Z test_meta__masked_std_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8171875Z test_meta__masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8186848Z test_meta__masked_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8201986Z test_meta__masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8217055Z test_meta__masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8232008Z test_meta__masked_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8247256Z test_meta__masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8262259Z test_meta__masked_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8278921Z test_meta__masked_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8294319Z test_meta__masked_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8308815Z test_meta__masked_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8324208Z test_meta__masked_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8338652Z test_meta__masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8353645Z test_meta__masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8368907Z test_meta__masked_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8384072Z test_meta__masked_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8399219Z test_meta__masked_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8414692Z test_meta__masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8429720Z test_meta__masked_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8444698Z test_meta__masked_var_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8460094Z test_meta__masked_var_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8475766Z test_meta__masked_var_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8491214Z test_meta__masked_var_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8506562Z test_meta__masked_var_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8521912Z test_meta_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8537291Z test_meta_abs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8553001Z test_meta_abs_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8568424Z test_meta_abs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8583637Z test_meta_abs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8599450Z test_meta_abs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8614230Z test_meta_abs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8629321Z test_meta_abs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8644480Z test_meta_abs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8659679Z test_meta_abs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8674931Z test_meta_abs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8691732Z test_meta_abs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8706856Z test_meta_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8722028Z test_meta_acos_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8737180Z test_meta_acos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8752312Z test_meta_acos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8767640Z test_meta_acos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8782770Z test_meta_acos_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8798080Z test_meta_acos_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8813595Z test_meta_acos_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8828760Z test_meta_acos_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8843996Z test_meta_acos_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8860312Z test_meta_acos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8875737Z test_meta_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8890680Z test_meta_acosh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8905394Z test_meta_acosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8920445Z test_meta_acosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8935209Z test_meta_acosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8949888Z test_meta_acosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8964855Z test_meta_acosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8979923Z test_meta_acosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.8996156Z test_meta_acosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9012009Z test_meta_acosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9026652Z test_meta_acosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9041436Z test_meta_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9056137Z test_meta_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9070967Z test_meta_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9086294Z test_meta_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9105812Z test_meta_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:41.9121636Z test_meta_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9136815Z test_meta_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9151478Z test_meta_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9166373Z test_meta_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9181246Z test_meta_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9196027Z test_meta_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9210856Z test_meta_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9225649Z test_meta_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9240766Z test_meta_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9255667Z test_meta_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9271789Z test_meta_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9287284Z test_meta_addbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9302002Z test_meta_addbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9316803Z test_meta_addbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9331746Z test_meta_addbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9346856Z test_meta_addbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9362824Z test_meta_addbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9379080Z test_meta_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9394304Z test_meta_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9409102Z test_meta_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9423841Z test_meta_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9438809Z test_meta_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9453446Z test_meta_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9468124Z test_meta_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9482949Z test_meta_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9497757Z test_meta_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9514040Z test_meta_addcmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9528982Z test_meta_addcmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9543613Z test_meta_addcmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9558455Z test_meta_addcmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9573301Z test_meta_addcmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9587905Z test_meta_addcmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9603193Z test_meta_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9619414Z test_meta_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9635215Z test_meta_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9650815Z test_meta_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9665509Z test_meta_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9680431Z test_meta_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9695202Z test_meta_addmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9710072Z test_meta_addmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9725083Z test_meta_addmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9739695Z test_meta_addmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9754645Z test_meta_addmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9769541Z test_meta_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9784087Z test_meta_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9798956Z test_meta_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9813919Z test_meta_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9828565Z test_meta_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9843308Z test_meta_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9858590Z test_meta_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9874848Z test_meta_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9890518Z test_meta_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9906132Z test_meta_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9922614Z test_meta_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9937416Z test_meta_addmv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9952166Z test_meta_addmv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9967254Z test_meta_addmv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9981795Z test_meta_addmv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:41.9996590Z test_meta_addmv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0011588Z test_meta_addmv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0026427Z test_meta_addmv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0041275Z test_meta_addmv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0055929Z test_meta_addmv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0071416Z test_meta_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0086198Z test_meta_addr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0100754Z test_meta_addr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0115891Z test_meta_addr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0132491Z test_meta_addr_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0148327Z test_meta_addr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0164171Z test_meta_addr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0179016Z test_meta_addr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0194151Z test_meta_addr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0208924Z test_meta_addr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0223733Z test_meta_addr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0238721Z test_meta_addr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0253642Z test_meta_all_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0268651Z test_meta_all_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0283530Z test_meta_all_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0298366Z test_meta_all_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0313563Z test_meta_all_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0330518Z test_meta_all_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0345597Z test_meta_all_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0361191Z test_meta_all_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0376562Z test_meta_all_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0392507Z test_meta_all_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0408555Z test_meta_all_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0424174Z test_meta_all_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0439298Z test_meta_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0454286Z test_meta_allclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0468973Z test_meta_allclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0484061Z test_meta_allclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0498918Z test_meta_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0514103Z test_meta_allclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0528903Z test_meta_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0543468Z test_meta_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0558353Z test_meta_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0573314Z test_meta_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0588084Z test_meta_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0602861Z test_meta_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0617678Z test_meta_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0633024Z test_meta_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0648904Z test_meta_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0664875Z test_meta_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0680521Z test_meta_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0695438Z test_meta_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0710470Z test_meta_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0726937Z test_meta_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0743352Z test_meta_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0758201Z test_meta_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0773010Z test_meta_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0787881Z test_meta_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0802722Z test_meta_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0817597Z test_meta_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0832302Z test_meta_aminmax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0847273Z test_meta_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0862066Z test_meta_aminmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0877077Z test_meta_aminmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0892476Z test_meta_aminmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0908323Z test_meta_aminmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0924463Z test_meta_aminmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0940109Z test_meta_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0955102Z test_meta_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0969920Z test_meta_angle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0984671Z test_meta_angle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.0999580Z test_meta_angle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1014370Z test_meta_angle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1028998Z test_meta_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1044023Z test_meta_angle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1058734Z test_meta_angle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1073642Z test_meta_angle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1088501Z test_meta_angle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1103162Z test_meta_angle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1118019Z test_meta_angle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1132847Z test_meta_any_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1150289Z test_meta_any_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1166000Z test_meta_any_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1180895Z test_meta_any_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1196926Z test_meta_any_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1211893Z test_meta_any_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1226369Z test_meta_any_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1241225Z test_meta_any_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1256295Z test_meta_any_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1270869Z test_meta_any_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1285694Z test_meta_any_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1300728Z test_meta_any_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1315635Z test_meta_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1330526Z test_meta_arange_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1345270Z test_meta_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1360130Z test_meta_arange_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1374877Z test_meta_arange_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1389528Z test_meta_arange_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1404605Z test_meta_arange_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1420530Z test_meta_arange_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1436599Z test_meta_arange_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1452495Z test_meta_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1467339Z test_meta_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1482320Z test_meta_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1497093Z test_meta_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1511988Z test_meta_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1527018Z test_meta_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1541688Z test_meta_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1558514Z test_meta_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1573468Z test_meta_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1588076Z test_meta_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1602835Z test_meta_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1617648Z test_meta_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1632335Z test_meta_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1647662Z test_meta_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1662594Z test_meta_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1678691Z test_meta_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1694579Z test_meta_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1709592Z test_meta_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1724861Z test_meta_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1740108Z test_meta_argsort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1755048Z test_meta_argsort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1770222Z test_meta_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1785248Z test_meta_argsort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1800258Z test_meta_argsort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1815351Z test_meta_argsort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1830257Z test_meta_argsort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1845421Z test_meta_argsort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1860334Z test_meta_argsort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1875490Z test_meta_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1890711Z test_meta_argwhere_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1905844Z test_meta_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1921395Z test_meta_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1935954Z test_meta_argwhere_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1951232Z test_meta_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1968466Z test_meta_argwhere_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1983226Z test_meta_argwhere_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.1998415Z test_meta_argwhere_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2013557Z test_meta_argwhere_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2028569Z test_meta_argwhere_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2043673Z test_meta_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2058657Z test_meta_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2073796Z test_meta_as_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2088874Z test_meta_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2103878Z test_meta_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2119085Z test_meta_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2134230Z test_meta_as_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2149383Z test_meta_as_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2164440Z test_meta_as_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2179582Z test_meta_as_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2194708Z test_meta_as_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2209888Z test_meta_as_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2224817Z test_meta_as_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2239801Z test_meta_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2254960Z test_meta_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2269828Z test_meta_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2284948Z test_meta_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2299874Z test_meta_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2315322Z test_meta_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2330221Z test_meta_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2345078Z test_meta_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2360285Z test_meta_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2377115Z test_meta_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2392165Z test_meta_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2409159Z test_meta_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2424370Z test_meta_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2439218Z test_meta_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2454231Z test_meta_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2469253Z test_meta_asin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2484444Z test_meta_asin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2499526Z test_meta_asin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2514636Z test_meta_asin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2529685Z test_meta_asin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2544625Z test_meta_asin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2559872Z test_meta_asin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2574965Z test_meta_asin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2589918Z test_meta_asin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2605162Z test_meta_asin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2620347Z test_meta_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2635658Z test_meta_asinh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2650889Z test_meta_asinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2666672Z test_meta_asinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2682694Z test_meta_asinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2697956Z test_meta_asinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2713018Z test_meta_asinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2728136Z test_meta_asinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2742881Z test_meta_asinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2758056Z test_meta_asinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2773119Z test_meta_asinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2789955Z test_meta_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2805314Z test_meta_atan2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2820316Z test_meta_atan2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2835419Z test_meta_atan2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2850553Z test_meta_atan2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2865552Z test_meta_atan2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2880656Z test_meta_atan2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2896040Z test_meta_atan2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2911085Z test_meta_atan2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2926316Z test_meta_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2941137Z test_meta_atan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2956294Z test_meta_atan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2971323Z test_meta_atan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.2986414Z test_meta_atan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3001514Z test_meta_atan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3016532Z test_meta_atan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3031495Z test_meta_atan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3046676Z test_meta_atan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3061698Z test_meta_atan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3076845Z test_meta_atan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3091919Z test_meta_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3107071Z test_meta_atanh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3121869Z test_meta_atanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3136805Z test_meta_atanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3151930Z test_meta_atanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3167160Z test_meta_atanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3182030Z test_meta_atanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3199117Z test_meta_atanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3214265Z test_meta_atanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3229328Z test_meta_atanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3244539Z test_meta_atanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3260095Z test_meta_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3275990Z test_meta_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3290711Z test_meta_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3305645Z test_meta_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3320728Z test_meta_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3335519Z test_meta_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3350240Z test_meta_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3365393Z test_meta_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3380207Z test_meta_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3395192Z test_meta_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3410209Z test_meta_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3424693Z test_meta_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3439728Z test_meta_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3454525Z test_meta_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3469351Z test_meta_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3484374Z test_meta_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3499182Z test_meta_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3514326Z test_meta_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3529825Z test_meta_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3545991Z test_meta_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3560678Z test_meta_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3575467Z test_meta_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3590149Z test_meta_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3606777Z test_meta_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3621556Z test_meta_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3636375Z test_meta_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3651301Z test_meta_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3665987Z test_meta_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3680913Z test_meta_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3695600Z test_meta_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3710316Z test_meta_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3725254Z test_meta_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3740189Z test_meta_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3754960Z test_meta_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3769973Z test_meta_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3784914Z test_meta_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3800618Z test_meta_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3816026Z test_meta_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3830890Z test_meta_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3846120Z test_meta_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3861028Z test_meta_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3876225Z test_meta_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3891221Z test_meta_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3907342Z test_meta_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3922533Z test_meta_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3937478Z test_meta_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3952235Z test_meta_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3967235Z test_meta_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3981801Z test_meta_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.3996771Z test_meta_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4015220Z test_meta_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4029974Z test_meta_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4046158Z test_meta_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4062000Z test_meta_bfloat16_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4077657Z test_meta_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4092903Z test_meta_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4108066Z test_meta_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4123226Z test_meta_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4138369Z test_meta_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4153730Z test_meta_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4168944Z test_meta_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4184076Z test_meta_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4199235Z test_meta_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4214361Z test_meta_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4229219Z test_meta_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4244228Z test_meta_bincount_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4259315Z test_meta_bincount_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4274349Z test_meta_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4289559Z test_meta_bincount_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4304828Z test_meta_bincount_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4320154Z test_meta_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4335200Z test_meta_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4350170Z test_meta_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4365405Z test_meta_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4380433Z test_meta_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4395653Z test_meta_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4410684Z test_meta_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4427455Z test_meta_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4442755Z test_meta_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4457839Z test_meta_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4473031Z test_meta_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4487986Z test_meta_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4502894Z test_meta_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4517995Z test_meta_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4533123Z test_meta_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4548213Z test_meta_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4563482Z test_meta_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4578633Z test_meta_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4593858Z test_meta_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4608992Z test_meta_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4624181Z test_meta_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4639131Z test_meta_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4654270Z test_meta_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4669405Z test_meta_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4684586Z test_meta_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4699780Z test_meta_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4714944Z test_meta_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4730022Z test_meta_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4745154Z test_meta_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4760518Z test_meta_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4775646Z test_meta_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4790951Z test_meta_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4806297Z test_meta_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4821601Z test_meta_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4838904Z test_meta_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4854274Z test_meta_block_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4869447Z test_meta_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4884643Z test_meta_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4899907Z test_meta_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4915178Z test_meta_block_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4930354Z test_meta_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4945464Z test_meta_block_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4960778Z test_meta_block_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4976088Z test_meta_block_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.4991209Z test_meta_block_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5006687Z test_meta_block_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5021816Z test_meta_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5037444Z test_meta_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5052503Z test_meta_bmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5068317Z test_meta_bmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5083623Z test_meta_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5098699Z test_meta_bmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5113935Z test_meta_bmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5129617Z test_meta_bmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5144829Z test_meta_bmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5159849Z test_meta_bmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5175005Z test_meta_bmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5190460Z test_meta_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5205742Z test_meta_bool_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5220637Z test_meta_bool_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5235832Z test_meta_bool_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5252794Z test_meta_bool_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5268227Z test_meta_bool_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5283478Z test_meta_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5298743Z test_meta_bool_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5314736Z test_meta_bool_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5329140Z test_meta_bool_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5344103Z test_meta_bool_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5359322Z test_meta_bool_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5374635Z test_meta_bool_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5390337Z test_meta_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5405953Z test_meta_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5420819Z test_meta_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5435833Z test_meta_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5450937Z test_meta_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5466080Z test_meta_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5481254Z test_meta_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5496412Z test_meta_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5511605Z test_meta_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5526910Z test_meta_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5542724Z test_meta_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5557670Z test_meta_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5572711Z test_meta_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5587833Z test_meta_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5603032Z test_meta_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5618199Z test_meta_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5633346Z test_meta_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5648459Z test_meta_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5665245Z test_meta_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5680473Z test_meta_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5695555Z test_meta_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5710596Z test_meta_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5725654Z test_meta_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5740964Z test_meta_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5755967Z test_meta_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5771216Z test_meta_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5786263Z test_meta_bucketize_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5801403Z test_meta_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5816801Z test_meta_bucketize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5831675Z test_meta_bucketize_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5847096Z test_meta_bucketize_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5862190Z test_meta_bucketize_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5877675Z test_meta_bucketize_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5892762Z test_meta_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5907844Z test_meta_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5923071Z test_meta_byte_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5938261Z test_meta_byte_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5953370Z test_meta_byte_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5968410Z test_meta_byte_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5983466Z test_meta_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.5998487Z test_meta_byte_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6013569Z test_meta_byte_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6028677Z test_meta_byte_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6044065Z test_meta_byte_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6059063Z test_meta_byte_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6076274Z test_meta_byte_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6091342Z test_meta_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6106374Z test_meta_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6121580Z test_meta_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6136818Z test_meta_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6151760Z test_meta_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6166930Z test_meta_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6181958Z test_meta_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6197103Z test_meta_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6212098Z test_meta_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6226982Z test_meta_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6242106Z test_meta_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6257250Z test_meta_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6272342Z test_meta_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6287703Z test_meta_cat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6302762Z test_meta_cat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6318448Z test_meta_cat_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6333686Z test_meta_cat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6348815Z test_meta_cat_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6364012Z test_meta_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6379094Z test_meta_cat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6394106Z test_meta_cat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6409260Z test_meta_cat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6424208Z test_meta_cat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6439158Z test_meta_cat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6454260Z test_meta_cat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6469221Z test_meta_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6486043Z test_meta_cdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6501295Z test_meta_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6516356Z test_meta_ceil_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6531587Z test_meta_ceil_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6546657Z test_meta_ceil_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6562418Z test_meta_ceil_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6578292Z test_meta_ceil_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6594197Z test_meta_ceil_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6609561Z test_meta_ceil_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6624473Z test_meta_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6639526Z test_meta_chalf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6654552Z test_meta_chalf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6669359Z test_meta_chalf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6684188Z test_meta_chalf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6699006Z test_meta_chalf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6714176Z test_meta_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6729000Z test_meta_chalf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6744006Z test_meta_chalf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6760396Z test_meta_chalf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6775612Z test_meta_chalf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6790442Z test_meta_chalf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6805413Z test_meta_chalf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6820591Z test_meta_char_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6836647Z test_meta_char_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6852654Z test_meta_char_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6867762Z test_meta_char_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6882661Z test_meta_char_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6899234Z test_meta_char_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6914317Z test_meta_char_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6929413Z test_meta_char_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6944019Z test_meta_char_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6958821Z test_meta_char_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6973724Z test_meta_char_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.6988421Z test_meta_char_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7003350Z test_meta_char_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7018467Z test_meta_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7033429Z test_meta_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7048231Z test_meta_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7062930Z test_meta_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7078338Z test_meta_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7094436Z test_meta_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7110245Z test_meta_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7126156Z test_meta_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7141377Z test_meta_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7156569Z test_meta_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7171368Z test_meta_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7186360Z test_meta_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7201163Z test_meta_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7216129Z test_meta_chunk_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7230916Z test_meta_chunk_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7245809Z test_meta_chunk_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7260450Z test_meta_chunk_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7275323Z test_meta_chunk_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7289986Z test_meta_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7306682Z test_meta_chunk_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7321745Z test_meta_chunk_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7336921Z test_meta_chunk_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7352914Z test_meta_chunk_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7369045Z test_meta_chunk_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7384454Z test_meta_chunk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7399430Z test_meta_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7414340Z test_meta_clamp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7429154Z test_meta_clamp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7444325Z test_meta_clamp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7459130Z test_meta_clamp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7473774Z test_meta_clamp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7488662Z test_meta_clamp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7503504Z test_meta_clamp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7518276Z test_meta_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7533705Z test_meta_clamp_max_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7548442Z test_meta_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7563746Z test_meta_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7579048Z test_meta_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7594728Z test_meta_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7610652Z test_meta_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7626567Z test_meta_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7642353Z test_meta_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7657411Z test_meta_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7672451Z test_meta_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7687317Z test_meta_clamp_min_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7702026Z test_meta_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7718569Z test_meta_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7733357Z test_meta_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7748275Z test_meta_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7763391Z test_meta_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7778532Z test_meta_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7793555Z test_meta_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7808859Z test_meta_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7823803Z test_meta_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7838891Z test_meta_clone_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7854465Z test_meta_clone_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7869549Z test_meta_clone_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7885413Z test_meta_clone_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7899863Z test_meta_clone_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7914921Z test_meta_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7929928Z test_meta_clone_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7944865Z test_meta_clone_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7960172Z test_meta_clone_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7975182Z test_meta_clone_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.7990176Z test_meta_clone_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8005319Z test_meta_clone_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8020309Z test_meta_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8035466Z test_meta_column_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8050641Z test_meta_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8065653Z test_meta_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8080833Z test_meta_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8095918Z test_meta_column_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8111518Z test_meta_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8129212Z test_meta_column_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8144017Z test_meta_column_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8158926Z test_meta_column_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8173886Z test_meta_column_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8188941Z test_meta_column_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8204039Z test_meta_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8219107Z test_meta_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8234260Z test_meta_combinations_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8249418Z test_meta_combinations_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8264515Z test_meta_combinations_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8279783Z test_meta_combinations_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8295109Z test_meta_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8311037Z test_meta_combinations_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8326940Z test_meta_combinations_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8342682Z test_meta_combinations_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8358769Z test_meta_combinations_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8374648Z test_meta_combinations_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8390242Z test_meta_combinations_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8404764Z test_meta_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8419729Z test_meta_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8434830Z test_meta_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8449913Z test_meta_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8464883Z test_meta_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8480060Z test_meta_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8495236Z test_meta_conj_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8510181Z test_meta_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8525581Z test_meta_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8542028Z test_meta_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8557200Z test_meta_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8572220Z test_meta_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8587139Z test_meta_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8602234Z test_meta_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8617460Z test_meta_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8632493Z test_meta_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8648073Z test_meta_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8662985Z test_meta_conj_physical_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8678060Z test_meta_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8693180Z test_meta_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8708157Z test_meta_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8723460Z test_meta_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8738652Z test_meta_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8753986Z test_meta_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8769054Z test_meta_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8783999Z test_meta_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8799510Z test_meta_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8814363Z test_meta_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8829528Z test_meta_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8844710Z test_meta_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8860038Z test_meta_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8874962Z test_meta_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8890059Z test_meta_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8905330Z test_meta_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8920528Z test_meta_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8935358Z test_meta_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8954012Z test_meta_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8968905Z test_meta_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8983843Z test_meta_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.8998836Z test_meta_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9013971Z test_meta_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9029174Z test_meta_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9044251Z test_meta_contiguous_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9059491Z test_meta_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9074616Z test_meta_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9089733Z test_meta_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9104935Z test_meta_contiguous_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9120379Z test_meta_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9135863Z test_meta_contiguous_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9151225Z test_meta_contiguous_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9166399Z test_meta_contiguous_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9181443Z test_meta_contiguous_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9196540Z test_meta_contiguous_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9211818Z test_meta_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9226709Z test_meta_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9241778Z test_meta_copysign_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9256842Z test_meta_copysign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9271971Z test_meta_copysign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9287137Z test_meta_copysign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9302767Z test_meta_copysign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9318177Z test_meta_copysign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9333251Z test_meta_copysign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9348364Z test_meta_copysign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9366035Z test_meta_copysign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9381060Z test_meta_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9396383Z test_meta_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9411963Z test_meta_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9426969Z test_meta_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9442454Z test_meta_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9457825Z test_meta_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9473417Z test_meta_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9488714Z test_meta_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9503912Z test_meta_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9519325Z test_meta_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9534591Z test_meta_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9549863Z test_meta_cos_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9565295Z test_meta_cos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9580550Z test_meta_cos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9596006Z test_meta_cos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9611260Z test_meta_cos_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9626533Z test_meta_cos_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9641957Z test_meta_cos_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9657417Z test_meta_cos_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9673227Z test_meta_cos_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9688338Z test_meta_cos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9703642Z test_meta_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9719172Z test_meta_cosh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9734598Z test_meta_cosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9749966Z test_meta_cosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9765596Z test_meta_cosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9782877Z test_meta_cosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9798401Z test_meta_cosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9814005Z test_meta_cosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9829354Z test_meta_cosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9845005Z test_meta_cosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9860279Z test_meta_cosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9875856Z test_meta_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9891316Z test_meta_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9906657Z test_meta_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9922133Z test_meta_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9937613Z test_meta_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9953029Z test_meta_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9968619Z test_meta_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9983856Z test_meta_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:42.9999437Z test_meta_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0014930Z test_meta_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0030313Z test_meta_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0046668Z test_meta_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0061947Z test_meta_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0077288Z test_meta_cov_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0092876Z test_meta_cov_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0108596Z test_meta_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0124412Z test_meta_cov_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0140229Z test_meta_cov_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0155383Z test_meta_cov_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0170668Z test_meta_cov_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0185701Z test_meta_cov_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0202758Z test_meta_cov_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0218032Z test_meta_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0233336Z test_meta_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0248343Z test_meta_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0263513Z test_meta_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0278880Z test_meta_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0294131Z test_meta_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0309957Z test_meta_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0325812Z test_meta_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0340704Z test_meta_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0356009Z test_meta_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0371475Z test_meta_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0386610Z test_meta_cummax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0402015Z test_meta_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0417224Z test_meta_cummax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0432274Z test_meta_cummax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0447635Z test_meta_cummax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0462900Z test_meta_cummax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0478030Z test_meta_cummax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0493315Z test_meta_cummax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0508357Z test_meta_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0523646Z test_meta_cummin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0538892Z test_meta_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0554203Z test_meta_cummin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0569383Z test_meta_cummin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0584534Z test_meta_cummin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0599606Z test_meta_cummin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0616556Z test_meta_cummin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0631680Z test_meta_cummin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0647231Z test_meta_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0662622Z test_meta_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0678150Z test_meta_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0692945Z test_meta_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0708265Z test_meta_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0723329Z test_meta_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0738613Z test_meta_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0753808Z test_meta_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0768985Z test_meta_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0784061Z test_meta_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0799411Z test_meta_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0814573Z test_meta_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0829978Z test_meta_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0845330Z test_meta_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0860511Z test_meta_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0875750Z test_meta_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0890993Z test_meta_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0906474Z test_meta_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0921625Z test_meta_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0937004Z test_meta_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0952595Z test_meta_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0967779Z test_meta_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0983045Z test_meta_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.0998329Z test_meta_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1013256Z test_meta_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1030058Z test_meta_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1045413Z test_meta_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1060670Z test_meta_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1075876Z test_meta_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1091016Z test_meta_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1106127Z test_meta_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1121346Z test_meta_deg2rad_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1136543Z test_meta_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1151853Z test_meta_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1167264Z test_meta_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1182195Z test_meta_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1197395Z test_meta_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1212478Z test_meta_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1227491Z test_meta_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1242583Z test_meta_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1257698Z test_meta_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1272935Z test_meta_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1288012Z test_meta_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1303215Z test_meta_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1318221Z test_meta_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1333382Z test_meta_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1348277Z test_meta_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1363380Z test_meta_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1378541Z test_meta_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1393864Z test_meta_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1409093Z test_meta_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1424121Z test_meta_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1441126Z test_meta_diag_embed_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1456565Z test_meta_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1471393Z test_meta_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1486371Z test_meta_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1501559Z test_meta_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1516531Z test_meta_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1531678Z test_meta_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1546698Z test_meta_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1561914Z test_meta_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1576997Z test_meta_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1592157Z test_meta_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1607463Z test_meta_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1622538Z test_meta_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1637647Z test_meta_diagflat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1652970Z test_meta_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1667935Z test_meta_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1683200Z test_meta_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1698460Z test_meta_diagflat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1714055Z test_meta_diagflat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1729039Z test_meta_diagflat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1743976Z test_meta_diagflat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1759255Z test_meta_diagflat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1774125Z test_meta_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1789188Z test_meta_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1804323Z test_meta_diagonal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1819559Z test_meta_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1834455Z test_meta_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1851563Z test_meta_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1866472Z test_meta_diagonal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1881577Z test_meta_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1896577Z test_meta_diagonal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1911666Z test_meta_diagonal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1926994Z test_meta_diagonal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1942126Z test_meta_diagonal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1957218Z test_meta_diagonal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1972419Z test_meta_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.1987524Z test_meta_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2002874Z test_meta_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2017957Z test_meta_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2033196Z test_meta_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2048452Z test_meta_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2063407Z test_meta_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2078461Z test_meta_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2093641Z test_meta_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2108681Z test_meta_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2123798Z test_meta_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2138907Z test_meta_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2154264Z test_meta_diff_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2169044Z test_meta_diff_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2191975Z test_meta_diff_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:43.2217210Z test_meta_diff_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:43.2242609Z test_meta_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:43.2267547Z test_meta_diff_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:43.2293182Z test_meta_diff_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:43.2317584Z test_meta_diff_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:43.2336997Z test_meta_diff_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2357656Z test_meta_diff_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:43.2378108Z test_meta_diff_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:43.2397398Z test_meta_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2417399Z test_meta_digamma_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2438142Z test_meta_digamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:43.2458203Z test_meta_digamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2477201Z test_meta_digamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2497361Z test_meta_digamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:43.2516823Z test_meta_digamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2538013Z test_meta_digamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:43.2558037Z test_meta_digamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2577275Z test_meta_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2596959Z test_meta_dist_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2612274Z test_meta_dist_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2627475Z test_meta_dist_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2644150Z test_meta_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2658970Z test_meta_dist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2674328Z test_meta_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2689396Z test_meta_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2704648Z test_meta_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2719880Z test_meta_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2735158Z test_meta_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2750663Z test_meta_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2766508Z test_meta_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2781690Z test_meta_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2799238Z test_meta_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2814734Z test_meta_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2830126Z test_meta_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2845662Z test_meta_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2861044Z test_meta_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2876587Z test_meta_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2892059Z test_meta_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2907470Z test_meta_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2922850Z test_meta_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2938311Z test_meta_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2954180Z test_meta_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2969386Z test_meta_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.2984799Z test_meta_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3000600Z test_meta_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3015948Z test_meta_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3031414Z test_meta_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3047201Z test_meta_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3062682Z test_meta_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3078324Z test_meta_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3093803Z test_meta_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3109329Z test_meta_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3125086Z test_meta_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3140402Z test_meta_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3155870Z test_meta_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3171302Z test_meta_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3186829Z test_meta_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3202215Z test_meta_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3219620Z test_meta_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3234961Z test_meta_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3250260Z test_meta_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3265608Z test_meta_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3280966Z test_meta_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3296863Z test_meta_double_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3312057Z test_meta_double_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3327575Z test_meta_double_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3342694Z test_meta_double_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3357930Z test_meta_double_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3373164Z test_meta_double_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3388307Z test_meta_double_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3403684Z test_meta_double_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3420288Z test_meta_double_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3436009Z test_meta_double_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3451804Z test_meta_double_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3467203Z test_meta_double_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3482787Z test_meta_double_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3497694Z test_meta_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3513063Z test_meta_dsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3528098Z test_meta_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3543050Z test_meta_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3558417Z test_meta_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3573470Z test_meta_dsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3588536Z test_meta_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3603744Z test_meta_dsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3619156Z test_meta_dsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3636259Z test_meta_dsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3651362Z test_meta_dsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3666674Z test_meta_dsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3681793Z test_meta_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3696938Z test_meta_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3712139Z test_meta_dstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3727335Z test_meta_dstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3742326Z test_meta_dstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3757544Z test_meta_dstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3772818Z test_meta_dstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3787875Z test_meta_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3803208Z test_meta_dstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3818209Z test_meta_dstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3833578Z test_meta_dstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3848506Z test_meta_dstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3863685Z test_meta_dstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3878933Z test_meta_dstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3894103Z test_meta_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3909509Z test_meta_einsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3925150Z test_meta_einsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3939997Z test_meta_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3954979Z test_meta_einsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3969967Z test_meta_einsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.3985088Z test_meta_einsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4000384Z test_meta_einsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4015486Z test_meta_einsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4030614Z test_meta_einsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4049211Z test_meta_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4064313Z test_meta_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4079587Z test_meta_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4094677Z test_meta_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4109783Z test_meta_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4124988Z test_meta_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4140158Z test_meta_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4155281Z test_meta_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4170422Z test_meta_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4185751Z test_meta_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4200779Z test_meta_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4216696Z test_meta_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4231655Z test_meta_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4247041Z test_meta_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4261814Z test_meta_empty_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4276802Z test_meta_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4292239Z test_meta_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4306974Z test_meta_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4322151Z test_meta_empty_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4337309Z test_meta_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4352307Z test_meta_empty_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4367480Z test_meta_empty_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4382425Z test_meta_empty_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4397616Z test_meta_empty_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4413316Z test_meta_empty_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4428495Z test_meta_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4443829Z test_meta_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4460887Z test_meta_eq_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4476378Z test_meta_eq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4491693Z test_meta_eq_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4506848Z test_meta_eq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4522233Z test_meta_eq_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4537473Z test_meta_eq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4552929Z test_meta_eq_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4568242Z test_meta_eq_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4583596Z test_meta_eq_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4598926Z test_meta_eq_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4614346Z test_meta_eq_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4629566Z test_meta_eq_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4644747Z test_meta_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4659891Z test_meta_equal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4675379Z test_meta_equal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4691186Z test_meta_equal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4707041Z test_meta_equal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4722910Z test_meta_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4737746Z test_meta_equal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4752914Z test_meta_equal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4767576Z test_meta_equal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4782361Z test_meta_equal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4797187Z test_meta_equal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4811955Z test_meta_equal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4826814Z test_meta_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4841490Z test_meta_erf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4856402Z test_meta_erf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4873075Z test_meta_erf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4887931Z test_meta_erf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4902543Z test_meta_erf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4917662Z test_meta_erf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4932706Z test_meta_erf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4948663Z test_meta_erf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4964723Z test_meta_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4980234Z test_meta_erfc_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.4995239Z test_meta_erfc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5010222Z test_meta_erfc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5025058Z test_meta_erfc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5040288Z test_meta_erfc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5055408Z test_meta_erfc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5070875Z test_meta_erfc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5086211Z test_meta_erfc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5101367Z test_meta_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5116589Z test_meta_erfinv_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5132448Z test_meta_erfinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5147457Z test_meta_erfinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5162592Z test_meta_erfinv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5177722Z test_meta_erfinv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5194010Z test_meta_erfinv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5208957Z test_meta_erfinv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5224153Z test_meta_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5239131Z test_meta_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5254361Z test_meta_exp2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5269069Z test_meta_exp2_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5286217Z test_meta_exp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5301282Z test_meta_exp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5316423Z test_meta_exp2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5331420Z test_meta_exp2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5346370Z test_meta_exp2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5361595Z test_meta_exp2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5376677Z test_meta_exp2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5391772Z test_meta_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5407281Z test_meta_exp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5422084Z test_meta_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5437184Z test_meta_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5452582Z test_meta_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5467566Z test_meta_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5482791Z test_meta_exp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5498130Z test_meta_exp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5513629Z test_meta_exp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5528604Z test_meta_exp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5543597Z test_meta_exp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5558844Z test_meta_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5573938Z test_meta_expand_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5588911Z test_meta_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5603999Z test_meta_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5619046Z test_meta_expand_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5634112Z test_meta_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5649219Z test_meta_expand_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5664296Z test_meta_expand_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5679378Z test_meta_expand_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5696251Z test_meta_expand_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5711406Z test_meta_expand_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5726518Z test_meta_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5742223Z test_meta_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5756508Z test_meta_expand_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5771655Z test_meta_expand_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5786517Z test_meta_expand_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5801633Z test_meta_expand_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5816975Z test_meta_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5832093Z test_meta_expand_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5847300Z test_meta_expand_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5862336Z test_meta_expand_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5877370Z test_meta_expand_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5892356Z test_meta_expand_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5907416Z test_meta_expand_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5922596Z test_meta_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5937542Z test_meta_expm1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5952684Z test_meta_expm1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5967747Z test_meta_expm1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5983025Z test_meta_expm1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.5998126Z test_meta_expm1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6013106Z test_meta_expm1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6028158Z test_meta_expm1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6043338Z test_meta_expm1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6058445Z test_meta_eye_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6073466Z test_meta_eye_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6088612Z test_meta_eye_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6105066Z test_meta_eye_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6120310Z test_meta_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6135450Z test_meta_eye_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6150233Z test_meta_eye_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6165468Z test_meta_eye_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6180464Z test_meta_eye_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6195764Z test_meta_eye_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6210804Z test_meta_eye_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6226001Z test_meta_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6241016Z test_meta_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6256171Z test_meta_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6271131Z test_meta_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6286345Z test_meta_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6301575Z test_meta_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6316733Z test_meta_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6331935Z test_meta_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6346855Z test_meta_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6361866Z test_meta_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6376912Z test_meta_fft_fft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6391913Z test_meta_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6407201Z test_meta_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6422065Z test_meta_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6437226Z test_meta_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6452124Z test_meta_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6467150Z test_meta_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6482305Z test_meta_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6497209Z test_meta_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6514098Z test_meta_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6529295Z test_meta_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6544156Z test_meta_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6559380Z test_meta_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6574402Z test_meta_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6589351Z test_meta_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6604439Z test_meta_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6619556Z test_meta_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6634543Z test_meta_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6649570Z test_meta_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6664549Z test_meta_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6679584Z test_meta_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6694644Z test_meta_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6709511Z test_meta_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6724521Z test_meta_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6739643Z test_meta_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6754629Z test_meta_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6769735Z test_meta_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6784599Z test_meta_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6799877Z test_meta_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6814809Z test_meta_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6829772Z test_meta_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6844843Z test_meta_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6859765Z test_meta_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6874940Z test_meta_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6890149Z test_meta_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6904896Z test_meta_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6921853Z test_meta_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6937080Z test_meta_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6951944Z test_meta_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6967069Z test_meta_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6982132Z test_meta_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.6997241Z test_meta_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7012422Z test_meta_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7027411Z test_meta_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7042583Z test_meta_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7057727Z test_meta_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7072981Z test_meta_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7088098Z test_meta_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7103143Z test_meta_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7118681Z test_meta_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7133365Z test_meta_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7148532Z test_meta_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7163746Z test_meta_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7179339Z test_meta_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7194189Z test_meta_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7209242Z test_meta_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7224210Z test_meta_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7239299Z test_meta_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7254561Z test_meta_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7269428Z test_meta_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7284443Z test_meta_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7299799Z test_meta_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7315319Z test_meta_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7332372Z test_meta_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7346842Z test_meta_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7361619Z test_meta_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7376441Z test_meta_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7391076Z test_meta_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7405918Z test_meta_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7420603Z test_meta_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7435426Z test_meta_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7450300Z test_meta_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7465226Z test_meta_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7479629Z test_meta_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7494439Z test_meta_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7509044Z test_meta_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7523913Z test_meta_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7538557Z test_meta_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7553375Z test_meta_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7568084Z test_meta_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7582588Z test_meta_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7597459Z test_meta_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7612202Z test_meta_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7626872Z test_meta_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7641822Z test_meta_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7656528Z test_meta_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7671092Z test_meta_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7686089Z test_meta_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7700946Z test_meta_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7715607Z test_meta_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7732245Z test_meta_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7747213Z test_meta_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7763104Z test_meta_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7778919Z test_meta_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7794199Z test_meta_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7809598Z test_meta_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7823883Z test_meta_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7838693Z test_meta_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7853371Z test_meta_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7867969Z test_meta_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7882575Z test_meta_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7897443Z test_meta_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7912041Z test_meta_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7926971Z test_meta_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7941696Z test_meta_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7956622Z test_meta_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7971390Z test_meta_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.7986134Z test_meta_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8001780Z test_meta_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8017671Z test_meta_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8033520Z test_meta_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8049107Z test_meta_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8064089Z test_meta_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8079417Z test_meta_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8093785Z test_meta_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8108663Z test_meta_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8123347Z test_meta_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8140048Z test_meta_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8155104Z test_meta_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8169884Z test_meta_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8184665Z test_meta_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8199480Z test_meta_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8214268Z test_meta_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8228910Z test_meta_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8243717Z test_meta_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8258947Z test_meta_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8274968Z test_meta_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8290909Z test_meta_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8306621Z test_meta_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8321744Z test_meta_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8337263Z test_meta_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8351578Z test_meta_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8366903Z test_meta_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8381831Z test_meta_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8397035Z test_meta_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8411945Z test_meta_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8426839Z test_meta_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8441968Z test_meta_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8456973Z test_meta_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8471897Z test_meta_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8487074Z test_meta_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8502176Z test_meta_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8517331Z test_meta_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8532613Z test_meta_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8548998Z test_meta_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8564648Z test_meta_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8579255Z test_meta_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8594600Z test_meta_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8609430Z test_meta_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8624314Z test_meta_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8639346Z test_meta_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8654546Z test_meta_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8669291Z test_meta_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8684388Z test_meta_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8699604Z test_meta_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8714584Z test_meta_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8729434Z test_meta_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8744392Z test_meta_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8759766Z test_meta_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8775823Z test_meta_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8790614Z test_meta_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8805853Z test_meta_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8821333Z test_meta_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8835880Z test_meta_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8850939Z test_meta_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8865873Z test_meta_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8880845Z test_meta_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8895898Z test_meta_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8910885Z test_meta_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8926185Z test_meta_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8941017Z test_meta_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8959595Z test_meta_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8974390Z test_meta_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.8989287Z test_meta_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9004423Z test_meta_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9019552Z test_meta_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9034643Z test_meta_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9049984Z test_meta_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9064827Z test_meta_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9079841Z test_meta_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9094852Z test_meta_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9109800Z test_meta_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9124878Z test_meta_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9139737Z test_meta_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9154871Z test_meta_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9169881Z test_meta_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9184849Z test_meta_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9199927Z test_meta_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9214956Z test_meta_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9229959Z test_meta_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9244895Z test_meta_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9259817Z test_meta_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9274956Z test_meta_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9289985Z test_meta_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9305091Z test_meta_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9319998Z test_meta_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9335174Z test_meta_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:43.9349823Z test_meta_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.0632736Z test_meta_flatten_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.128s) 2022-09-27T15:54:44.0650841Z test_meta_flatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.0667518Z test_meta_flatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.0682733Z test_meta_flatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.0698056Z test_meta_flatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.0713331Z test_meta_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.0728637Z test_meta_flatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.0743768Z test_meta_flatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.0758893Z test_meta_flatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.0774050Z test_meta_flatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.0789032Z test_meta_flatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.0804114Z test_meta_flatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.0819380Z test_meta_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.0834559Z test_meta_flip_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.0849697Z test_meta_flip_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.0864563Z test_meta_flip_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.0879720Z test_meta_flip_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.0895842Z test_meta_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.0910307Z test_meta_flip_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.0925850Z test_meta_flip_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.0940566Z test_meta_flip_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.0955828Z test_meta_flip_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.0970632Z test_meta_flip_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.0987762Z test_meta_flip_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1002886Z test_meta_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1018003Z test_meta_fliplr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1033215Z test_meta_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1048104Z test_meta_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1063208Z test_meta_fliplr_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1078366Z test_meta_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1093424Z test_meta_fliplr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1108519Z test_meta_fliplr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1123650Z test_meta_fliplr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1138937Z test_meta_fliplr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1154064Z test_meta_fliplr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1169269Z test_meta_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1184387Z test_meta_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1199483Z test_meta_flipud_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1214751Z test_meta_flipud_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1229792Z test_meta_flipud_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1245027Z test_meta_flipud_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1260077Z test_meta_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1275338Z test_meta_flipud_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1290330Z test_meta_flipud_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1305689Z test_meta_flipud_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1320898Z test_meta_flipud_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1335860Z test_meta_flipud_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1350943Z test_meta_flipud_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1366103Z test_meta_float_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1383001Z test_meta_float_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1398744Z test_meta_float_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1413372Z test_meta_float_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1428353Z test_meta_float_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1443452Z test_meta_float_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1458557Z test_meta_float_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1473707Z test_meta_float_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1488839Z test_meta_float_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1503785Z test_meta_float_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1519039Z test_meta_float_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1534061Z test_meta_float_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1549236Z test_meta_float_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1564575Z test_meta_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1579654Z test_meta_float_power_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1595031Z test_meta_float_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1610039Z test_meta_float_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1625037Z test_meta_float_power_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1640020Z test_meta_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1655389Z test_meta_float_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1670558Z test_meta_float_power_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1685537Z test_meta_float_power_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1700389Z test_meta_float_power_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1715459Z test_meta_float_power_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1730456Z test_meta_float_power_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1745370Z test_meta_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1760498Z test_meta_floor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1775583Z test_meta_floor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1792417Z test_meta_floor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1807712Z test_meta_floor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1822701Z test_meta_floor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1837976Z test_meta_floor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1853037Z test_meta_floor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1868182Z test_meta_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1883465Z test_meta_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1898392Z test_meta_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1913856Z test_meta_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1929222Z test_meta_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1944337Z test_meta_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1959500Z test_meta_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1974672Z test_meta_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.1989836Z test_meta_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2005068Z test_meta_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2020144Z test_meta_fmax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2035424Z test_meta_fmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2050472Z test_meta_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2065487Z test_meta_fmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2080632Z test_meta_fmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2095657Z test_meta_fmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2110667Z test_meta_fmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2125864Z test_meta_fmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2140911Z test_meta_fmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2156510Z test_meta_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2171788Z test_meta_fmin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2186398Z test_meta_fmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2203301Z test_meta_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2218540Z test_meta_fmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2233687Z test_meta_fmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2248946Z test_meta_fmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2263895Z test_meta_fmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2278832Z test_meta_fmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2293900Z test_meta_fmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2308982Z test_meta_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2323993Z test_meta_fmod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2339266Z test_meta_fmod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2354552Z test_meta_fmod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2369686Z test_meta_fmod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2384712Z test_meta_fmod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2399713Z test_meta_fmod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2414913Z test_meta_fmod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2430472Z test_meta_fmod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2446589Z test_meta_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2461896Z test_meta_frac_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2477105Z test_meta_frac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2492020Z test_meta_frac_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2506983Z test_meta_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2521697Z test_meta_frexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2536400Z test_meta_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2550949Z test_meta_frexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2567830Z test_meta_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2582709Z test_meta_full_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2597648Z test_meta_full_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2614524Z test_meta_full_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2629466Z test_meta_full_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2644520Z test_meta_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2659481Z test_meta_full_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2675091Z test_meta_full_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2690296Z test_meta_full_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2705202Z test_meta_full_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2721107Z test_meta_full_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2736577Z test_meta_full_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2751812Z test_meta_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2767474Z test_meta_gather_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2782763Z test_meta_gather_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2798189Z test_meta_gather_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2813636Z test_meta_gather_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2828782Z test_meta_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2844380Z test_meta_gather_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2859837Z test_meta_gather_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2875267Z test_meta_gather_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2890739Z test_meta_gather_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2905941Z test_meta_gather_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2921630Z test_meta_gather_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2937558Z test_meta_gcd_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2953124Z test_meta_gcd_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2968296Z test_meta_gcd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2983554Z test_meta_gcd_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.2999030Z test_meta_gcd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3014371Z test_meta_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3031349Z test_meta_ge_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3046966Z test_meta_ge_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3062350Z test_meta_ge_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3078026Z test_meta_ge_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3093128Z test_meta_ge_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3108466Z test_meta_ge_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3123953Z test_meta_ge_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3139332Z test_meta_ge_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3154764Z test_meta_ge_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3170250Z test_meta_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3185625Z test_meta_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3201396Z test_meta_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3216803Z test_meta_geqrf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3232260Z test_meta_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3247590Z test_meta_gradient_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3262848Z test_meta_gradient_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3278219Z test_meta_gradient_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3293866Z test_meta_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3309017Z test_meta_gradient_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3324509Z test_meta_gradient_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3339889Z test_meta_gradient_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3355368Z test_meta_gradient_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3370708Z test_meta_gradient_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3386037Z test_meta_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3401297Z test_meta_gt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3416744Z test_meta_gt_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3434170Z test_meta_gt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3449574Z test_meta_gt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3464917Z test_meta_gt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3480151Z test_meta_gt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3495580Z test_meta_gt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3510715Z test_meta_gt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3526156Z test_meta_gt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3541550Z test_meta_half_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3557031Z test_meta_half_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3572443Z test_meta_half_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3587794Z test_meta_half_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3603198Z test_meta_half_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3618511Z test_meta_half_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3634069Z test_meta_half_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3649403Z test_meta_half_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3664742Z test_meta_half_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3680102Z test_meta_half_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3695377Z test_meta_half_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3710587Z test_meta_half_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3726083Z test_meta_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3741262Z test_meta_heaviside_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3756620Z test_meta_heaviside_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3772237Z test_meta_heaviside_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3787462Z test_meta_heaviside_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3802801Z test_meta_heaviside_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3818200Z test_meta_heaviside_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3833791Z test_meta_heaviside_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3851035Z test_meta_heaviside_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3866330Z test_meta_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3881805Z test_meta_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3897081Z test_meta_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3912396Z test_meta_histc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3927954Z test_meta_histogram_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3943352Z test_meta_histogram_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3958720Z test_meta_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3974030Z test_meta_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.3989340Z test_meta_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4004896Z test_meta_hsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4020422Z test_meta_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4035877Z test_meta_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4051289Z test_meta_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4066793Z test_meta_hsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4082268Z test_meta_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4097663Z test_meta_hsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4113219Z test_meta_hsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4128580Z test_meta_hsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4143934Z test_meta_hsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4160038Z test_meta_hsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4175469Z test_meta_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4190327Z test_meta_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4205814Z test_meta_hstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4221151Z test_meta_hstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4236452Z test_meta_hstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4251662Z test_meta_hstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4268659Z test_meta_hstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4284215Z test_meta_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4299813Z test_meta_hstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4315040Z test_meta_hstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4330386Z test_meta_hstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4345683Z test_meta_hstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4361029Z test_meta_hstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4376438Z test_meta_hstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4391734Z test_meta_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4407268Z test_meta_hypot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4422400Z test_meta_hypot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4437747Z test_meta_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4453134Z test_meta_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4468226Z test_meta_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4483695Z test_meta_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4499017Z test_meta_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4514426Z test_meta_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4529758Z test_meta_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4545011Z test_meta_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4560322Z test_meta_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4575693Z test_meta_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4590910Z test_meta_igamma_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4606323Z test_meta_igamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4621676Z test_meta_igamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4637098Z test_meta_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4652344Z test_meta_igammac_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4667612Z test_meta_igammac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4685406Z test_meta_igammac_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4700619Z test_meta_imag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4715962Z test_meta_imag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4731380Z test_meta_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4746589Z test_meta_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4761807Z test_meta_index_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4777280Z test_meta_index_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4792376Z test_meta_index_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4807836Z test_meta_index_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4823147Z test_meta_index_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4838432Z test_meta_index_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4854121Z test_meta_index_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4869386Z test_meta_index_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4884699Z test_meta_index_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4900082Z test_meta_index_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4915495Z test_meta_index_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4930898Z test_meta_index_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4946026Z test_meta_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4961460Z test_meta_index_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4976861Z test_meta_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.4992080Z test_meta_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5007499Z test_meta_index_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5022721Z test_meta_index_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5038181Z test_meta_index_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5053406Z test_meta_index_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5069029Z test_meta_index_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5084747Z test_meta_index_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5101752Z test_meta_index_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5117053Z test_meta_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5132610Z test_meta_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5147617Z test_meta_index_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5162691Z test_meta_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5177884Z test_meta_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5193600Z test_meta_index_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5208958Z test_meta_index_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5223613Z test_meta_index_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5238529Z test_meta_index_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5253619Z test_meta_index_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5268695Z test_meta_index_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5283927Z test_meta_index_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5299041Z test_meta_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5314422Z test_meta_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5329777Z test_meta_index_put_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5344648Z test_meta_index_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5359763Z test_meta_index_put_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5374846Z test_meta_index_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5389771Z test_meta_index_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5405001Z test_meta_index_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5419986Z test_meta_index_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5434985Z test_meta_index_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5449990Z test_meta_index_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5465293Z test_meta_index_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5480337Z test_meta_index_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5495540Z test_meta_index_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5514350Z test_meta_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5529813Z test_meta_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5545160Z test_meta_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5560676Z test_meta_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5576158Z test_meta_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5591594Z test_meta_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5607083Z test_meta_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5622366Z test_meta_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5637762Z test_meta_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5653180Z test_meta_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5668531Z test_meta_index_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5684032Z test_meta_index_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5699482Z test_meta_index_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5714956Z test_meta_index_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5730175Z test_meta_index_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5745582Z test_meta_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5761288Z test_meta_index_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5777080Z test_meta_index_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5792406Z test_meta_index_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5808115Z test_meta_index_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5823418Z test_meta_index_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5838839Z test_meta_index_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5854322Z test_meta_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5869679Z test_meta_inner_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5885019Z test_meta_inner_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5900308Z test_meta_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5915713Z test_meta_inner_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5933115Z test_meta_inner_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5948538Z test_meta_inner_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5964394Z test_meta_inner_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5979182Z test_meta_inner_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.5994258Z test_meta_inner_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6009303Z test_meta_int_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6024279Z test_meta_int_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6039446Z test_meta_int_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6054768Z test_meta_int_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6069957Z test_meta_int_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6085333Z test_meta_int_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6100600Z test_meta_int_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6116081Z test_meta_int_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6131423Z test_meta_int_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6146488Z test_meta_int_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6161622Z test_meta_int_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6177239Z test_meta_int_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6192322Z test_meta_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6207896Z test_meta_isclose_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6222899Z test_meta_isclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6238229Z test_meta_isclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6253500Z test_meta_isclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6268512Z test_meta_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6284217Z test_meta_isclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6299268Z test_meta_isclose_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6314841Z test_meta_isclose_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6330423Z test_meta_isclose_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6347710Z test_meta_isclose_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6363266Z test_meta_isclose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6379066Z test_meta_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6394653Z test_meta_isfinite_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6410013Z test_meta_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6425240Z test_meta_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6440723Z test_meta_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6456115Z test_meta_isfinite_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6471687Z test_meta_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6488146Z test_meta_isfinite_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6504272Z test_meta_isfinite_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6520179Z test_meta_isfinite_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6535135Z test_meta_isfinite_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6549925Z test_meta_isfinite_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6564910Z test_meta_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6579835Z test_meta_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6594731Z test_meta_isin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6609787Z test_meta_isin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6624649Z test_meta_isin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6639429Z test_meta_isin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6654313Z test_meta_isin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6669105Z test_meta_isin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6683931Z test_meta_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6698722Z test_meta_isinf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6713665Z test_meta_isinf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6728709Z test_meta_isinf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6744715Z test_meta_isinf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6762680Z test_meta_isinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6778394Z test_meta_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6793513Z test_meta_isinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6808376Z test_meta_isinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6823144Z test_meta_isinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6838125Z test_meta_isinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6852979Z test_meta_isinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6868089Z test_meta_isinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6883125Z test_meta_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6898353Z test_meta_isnan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6913394Z test_meta_isnan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6928681Z test_meta_isnan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6943654Z test_meta_isnan_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6958992Z test_meta_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6973943Z test_meta_isnan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.6989336Z test_meta_isnan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7005746Z test_meta_isnan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7020711Z test_meta_isnan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7035995Z test_meta_isnan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7051119Z test_meta_isnan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7066199Z test_meta_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7081400Z test_meta_isneginf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7096510Z test_meta_isneginf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7111659Z test_meta_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7127023Z test_meta_isneginf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7141947Z test_meta_isneginf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7157301Z test_meta_isneginf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7174271Z test_meta_isneginf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7189369Z test_meta_isneginf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7204548Z test_meta_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7219690Z test_meta_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7234920Z test_meta_isposinf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7250065Z test_meta_isposinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7265110Z test_meta_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7280266Z test_meta_isposinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7295399Z test_meta_isposinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7310554Z test_meta_isposinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7325711Z test_meta_isposinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7340783Z test_meta_isposinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7356021Z test_meta_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7370800Z test_meta_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7385569Z test_meta_isreal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7400353Z test_meta_isreal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7415462Z test_meta_isreal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7430095Z test_meta_isreal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7445519Z test_meta_isreal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7460422Z test_meta_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7475573Z test_meta_isreal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7490846Z test_meta_isreal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7505865Z test_meta_isreal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7521254Z test_meta_isreal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7536345Z test_meta_isreal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7551338Z test_meta_isreal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7566938Z test_meta_istft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7584071Z test_meta_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7599354Z test_meta_istft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7614619Z test_meta_istft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7629720Z test_meta_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7644913Z test_meta_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7660267Z test_meta_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7675540Z test_meta_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7690563Z test_meta_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7705697Z test_meta_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7720937Z test_meta_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7736153Z test_meta_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7751467Z test_meta_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7767250Z test_meta_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7782274Z test_meta_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7797570Z test_meta_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7813130Z test_meta_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7828379Z test_meta_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7843853Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7859352Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7874854Z test_meta_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7890259Z test_meta_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7905450Z test_meta_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7920907Z test_meta_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7936232Z test_meta_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7951549Z test_meta_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7967299Z test_meta_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7982065Z test_meta_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.7999274Z test_meta_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8014706Z test_meta_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8029962Z test_meta_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8045057Z test_meta_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8060228Z test_meta_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8075225Z test_meta_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8090391Z test_meta_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8105279Z test_meta_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8120507Z test_meta_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8135582Z test_meta_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8150575Z test_meta_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8165836Z test_meta_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8180871Z test_meta_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8196042Z test_meta_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8211072Z test_meta_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8226194Z test_meta_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8241229Z test_meta_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8256276Z test_meta_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8271548Z test_meta_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8287307Z test_meta_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8302503Z test_meta_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8318806Z test_meta_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8333801Z test_meta_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8349455Z test_meta_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8364213Z test_meta_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8379087Z test_meta_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8394098Z test_meta_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8411219Z test_meta_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8426286Z test_meta_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8441526Z test_meta_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8456728Z test_meta_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8471884Z test_meta_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8487167Z test_meta_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8502152Z test_meta_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8517367Z test_meta_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8532485Z test_meta_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8547983Z test_meta_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8562609Z test_meta_kron_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8578032Z test_meta_kron_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8593533Z test_meta_kron_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8608407Z test_meta_kron_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8623427Z test_meta_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8638651Z test_meta_kron_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8653753Z test_meta_kron_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8668848Z test_meta_kron_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8684065Z test_meta_kron_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8699332Z test_meta_kron_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8714610Z test_meta_kron_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8729913Z test_meta_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8745127Z test_meta_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8760401Z test_meta_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8775958Z test_meta_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8791339Z test_meta_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8806715Z test_meta_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8824116Z test_meta_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8839476Z test_meta_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8854516Z test_meta_lcm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8869441Z test_meta_lcm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8884384Z test_meta_lcm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8899418Z test_meta_lcm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8914428Z test_meta_lcm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8929525Z test_meta_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8944525Z test_meta_ldexp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8959693Z test_meta_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8974752Z test_meta_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.8989843Z test_meta_ldexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9004987Z test_meta_ldexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9020292Z test_meta_ldexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9035239Z test_meta_ldexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9050436Z test_meta_ldexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9065378Z test_meta_ldexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9080912Z test_meta_ldexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9095874Z test_meta_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9110850Z test_meta_le_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9126134Z test_meta_le_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9141089Z test_meta_le_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9156232Z test_meta_le_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9171255Z test_meta_le_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9186206Z test_meta_le_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9201211Z test_meta_le_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9216392Z test_meta_le_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9233373Z test_meta_le_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9248467Z test_meta_le_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9263345Z test_meta_lerp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9278427Z test_meta_lerp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9293560Z test_meta_lerp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9308418Z test_meta_lerp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9323587Z test_meta_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9338640Z test_meta_lgamma_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9353980Z test_meta_lgamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9369134Z test_meta_lgamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9384229Z test_meta_lgamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9399248Z test_meta_lgamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9414392Z test_meta_lgamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9429392Z test_meta_lgamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9444524Z test_meta_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9459762Z test_meta_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9475106Z test_meta_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9490385Z test_meta_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9505446Z test_meta_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9520912Z test_meta_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9536153Z test_meta_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9551095Z test_meta_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9566590Z test_meta_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9581971Z test_meta_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9597898Z test_meta_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9613441Z test_meta_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9630789Z test_meta_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9646427Z test_meta_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9661237Z test_meta_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9676692Z test_meta_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9691854Z test_meta_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9706587Z test_meta_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9721654Z test_meta_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9736817Z test_meta_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9751857Z test_meta_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9767210Z test_meta_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9782189Z test_meta_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9797563Z test_meta_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9812826Z test_meta_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9827845Z test_meta_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9843002Z test_meta_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9858201Z test_meta_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9873692Z test_meta_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9889230Z test_meta_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9904397Z test_meta_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9920098Z test_meta_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9935274Z test_meta_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9950856Z test_meta_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9966406Z test_meta_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9981903Z test_meta_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:44.9997342Z test_meta_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0012772Z test_meta_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0028154Z test_meta_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0046112Z test_meta_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0061148Z test_meta_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0076356Z test_meta_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0091629Z test_meta_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0107348Z test_meta_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0122575Z test_meta_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0137830Z test_meta_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0152947Z test_meta_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0168929Z test_meta_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0183822Z test_meta_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0199050Z test_meta_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0214258Z test_meta_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0229447Z test_meta_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0244583Z test_meta_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0259697Z test_meta_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0275080Z test_meta_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0290175Z test_meta_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0305594Z test_meta_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0321237Z test_meta_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0336167Z test_meta_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0350991Z test_meta_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0366264Z test_meta_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0381150Z test_meta_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0396263Z test_meta_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0411187Z test_meta_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0426182Z test_meta_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0441421Z test_meta_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0459614Z test_meta_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0475227Z test_meta_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0490391Z test_meta_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0505585Z test_meta_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0520890Z test_meta_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0536041Z test_meta_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0551119Z test_meta_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0566536Z test_meta_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0581640Z test_meta_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0597137Z test_meta_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0612207Z test_meta_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0627411Z test_meta_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0642786Z test_meta_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0658249Z test_meta_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0673344Z test_meta_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0688274Z test_meta_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0703254Z test_meta_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0718365Z test_meta_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0733649Z test_meta_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0748763Z test_meta_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0763931Z test_meta_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0779041Z test_meta_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0794311Z test_meta_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0809435Z test_meta_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0824533Z test_meta_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0839795Z test_meta_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0854889Z test_meta_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0872004Z test_meta_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0887670Z test_meta_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0903059Z test_meta_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0919026Z test_meta_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0934482Z test_meta_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0949966Z test_meta_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0965511Z test_meta_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0981015Z test_meta_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.0996658Z test_meta_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1012159Z test_meta_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1027762Z test_meta_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1043518Z test_meta_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1058758Z test_meta_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1074028Z test_meta_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1089819Z test_meta_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1104853Z test_meta_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1120387Z test_meta_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1135808Z test_meta_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1150864Z test_meta_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1166383Z test_meta_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1181551Z test_meta_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1197161Z test_meta_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1212394Z test_meta_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1227819Z test_meta_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1243318Z test_meta_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1258699Z test_meta_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1274225Z test_meta_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1291416Z test_meta_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1306732Z test_meta_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1322543Z test_meta_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1338339Z test_meta_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1354323Z test_meta_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1370079Z test_meta_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1385830Z test_meta_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1401545Z test_meta_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1417826Z test_meta_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1433748Z test_meta_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1449225Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1464440Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1479647Z test_meta_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1495014Z test_meta_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1510090Z test_meta_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1524945Z test_meta_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1540031Z test_meta_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1554801Z test_meta_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1569809Z test_meta_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1584538Z test_meta_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1599451Z test_meta_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1614334Z test_meta_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1628967Z test_meta_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1644474Z test_meta_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:54:45.1660378Z test_meta_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:54:45.1676316Z test_meta_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:54:45.1692012Z test_meta_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:54:45.1708625Z test_meta_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1723713Z test_meta_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1738851Z test_meta_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1753833Z test_meta_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1768666Z test_meta_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1783533Z test_meta_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1798433Z test_meta_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1813247Z test_meta_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1828139Z test_meta_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1843017Z test_meta_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1857987Z test_meta_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1872913Z test_meta_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1887818Z test_meta_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1903084Z test_meta_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1919249Z test_meta_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1935492Z test_meta_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1950914Z test_meta_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1966366Z test_meta_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1981393Z test_meta_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.1996673Z test_meta_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2012245Z test_meta_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2027787Z test_meta_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2043330Z test_meta_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2058897Z test_meta_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2074543Z test_meta_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2090039Z test_meta_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2105472Z test_meta_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2122797Z test_meta_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2138146Z test_meta_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2153432Z test_meta_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2168967Z test_meta_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2184440Z test_meta_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2200214Z test_meta_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2215376Z test_meta_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2230786Z test_meta_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2246214Z test_meta_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2261567Z test_meta_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2276658Z test_meta_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2292106Z test_meta_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2307264Z test_meta_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2322370Z test_meta_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2337334Z test_meta_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2352433Z test_meta_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2367623Z test_meta_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2382642Z test_meta_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2397672Z test_meta_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2412731Z test_meta_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2427612Z test_meta_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2442693Z test_meta_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2457812Z test_meta_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2473003Z test_meta_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2489689Z test_meta_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2504685Z test_meta_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2519832Z test_meta_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2536740Z test_meta_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2551864Z test_meta_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2567119Z test_meta_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2582007Z test_meta_linspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2597084Z test_meta_linspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2612029Z test_meta_linspace_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2627101Z test_meta_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2642107Z test_meta_linspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2657117Z test_meta_linspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2672743Z test_meta_linspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2688015Z test_meta_linspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2702904Z test_meta_linspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2718377Z test_meta_linspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2733381Z test_meta_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2748208Z test_meta_log10_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2763576Z test_meta_log10_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2778392Z test_meta_log10_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2793604Z test_meta_log10_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2808744Z test_meta_log10_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2823586Z test_meta_log10_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2838628Z test_meta_log10_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2853593Z test_meta_log10_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2868677Z test_meta_log10_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2883797Z test_meta_log10_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2898990Z test_meta_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2914001Z test_meta_log1p_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2929208Z test_meta_log1p_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2946587Z test_meta_log1p_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2961474Z test_meta_log1p_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2976468Z test_meta_log1p_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.2991440Z test_meta_log1p_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3006505Z test_meta_log1p_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3021430Z test_meta_log1p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3036643Z test_meta_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3051668Z test_meta_log2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3066720Z test_meta_log2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3081747Z test_meta_log2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3096898Z test_meta_log2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3111774Z test_meta_log2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3127175Z test_meta_log2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3142208Z test_meta_log2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3157638Z test_meta_log2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3172544Z test_meta_log2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3187940Z test_meta_log2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3203747Z test_meta_log_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3219825Z test_meta_log_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3235142Z test_meta_log_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3250566Z test_meta_log_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3265762Z test_meta_log_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3281163Z test_meta_log_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3296378Z test_meta_log_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3312088Z test_meta_log_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3327174Z test_meta_log_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3342394Z test_meta_log_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3359655Z test_meta_log_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3375012Z test_meta_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3389875Z test_meta_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3404763Z test_meta_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3419825Z test_meta_log_softmax_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3435247Z test_meta_log_softmax_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3450289Z test_meta_log_softmax_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3465192Z test_meta_log_softmax_dtype_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3480310Z test_meta_log_softmax_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3495253Z test_meta_log_softmax_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3510166Z test_meta_log_softmax_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3525400Z test_meta_log_softmax_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3540567Z test_meta_log_softmax_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3555802Z test_meta_log_softmax_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3571008Z test_meta_log_softmax_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3586071Z test_meta_log_softmax_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3601181Z test_meta_log_softmax_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3616329Z test_meta_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3631250Z test_meta_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3646447Z test_meta_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3661392Z test_meta_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3676452Z test_meta_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3691805Z test_meta_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3706464Z test_meta_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3721541Z test_meta_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3736681Z test_meta_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3752240Z test_meta_logdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3769524Z test_meta_logdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3784936Z test_meta_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3800022Z test_meta_logdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3815202Z test_meta_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3829940Z test_meta_logical_and_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3845248Z test_meta_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3860397Z test_meta_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3875609Z test_meta_logical_and_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3890582Z test_meta_logical_and_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3905571Z test_meta_logical_and_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3920625Z test_meta_logical_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3935725Z test_meta_logical_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3951082Z test_meta_logical_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3966323Z test_meta_logical_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3981423Z test_meta_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.3996661Z test_meta_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4011597Z test_meta_logical_not_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4026601Z test_meta_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4041739Z test_meta_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4056844Z test_meta_logical_not_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4071752Z test_meta_logical_not_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4086950Z test_meta_logical_not_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4102032Z test_meta_logical_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4117314Z test_meta_logical_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4132369Z test_meta_logical_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4147368Z test_meta_logical_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4162733Z test_meta_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4179899Z test_meta_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4195477Z test_meta_logical_or_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4210923Z test_meta_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4225779Z test_meta_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4240974Z test_meta_logical_or_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4256009Z test_meta_logical_or_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4271073Z test_meta_logical_or_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4286248Z test_meta_logical_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4301776Z test_meta_logical_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4316832Z test_meta_logical_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4331884Z test_meta_logical_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4347207Z test_meta_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4362101Z test_meta_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4377165Z test_meta_logical_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4392506Z test_meta_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4407985Z test_meta_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4423580Z test_meta_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4438848Z test_meta_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4454158Z test_meta_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4469563Z test_meta_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4484931Z test_meta_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4499720Z test_meta_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4514838Z test_meta_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4530244Z test_meta_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4545324Z test_meta_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4560660Z test_meta_logit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4576295Z test_meta_logit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4593431Z test_meta_logit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4608665Z test_meta_logit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4623806Z test_meta_logit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4639179Z test_meta_logit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4654348Z test_meta_logit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4669458Z test_meta_logit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4684665Z test_meta_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4699965Z test_meta_logspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4715307Z test_meta_logspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4730616Z test_meta_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4745736Z test_meta_logspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4761022Z test_meta_logspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4776126Z test_meta_logspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4791382Z test_meta_logspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4806956Z test_meta_logspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4821882Z test_meta_logspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4837110Z test_meta_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4852322Z test_meta_logsumexp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4867674Z test_meta_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4882829Z test_meta_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4897908Z test_meta_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4913213Z test_meta_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4928402Z test_meta_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4943460Z test_meta_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4958709Z test_meta_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4974048Z test_meta_long_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.4988945Z test_meta_long_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5006030Z test_meta_long_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5021521Z test_meta_long_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5037011Z test_meta_long_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5053418Z test_meta_long_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5068613Z test_meta_long_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5084195Z test_meta_long_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5099798Z test_meta_long_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5115933Z test_meta_long_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5131214Z test_meta_long_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5146449Z test_meta_long_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5161853Z test_meta_long_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5177684Z test_meta_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5193281Z test_meta_lt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5208703Z test_meta_lt_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5224405Z test_meta_lt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5239666Z test_meta_lt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5255156Z test_meta_lt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5270395Z test_meta_lt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5285735Z test_meta_lt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5301159Z test_meta_lt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5316721Z test_meta_lt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5332246Z test_meta_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5347382Z test_meta_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5362815Z test_meta_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5378285Z test_meta_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5393882Z test_meta_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5409190Z test_meta_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5427419Z test_meta_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5443466Z test_meta_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5458744Z test_meta_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5474523Z test_meta_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5489172Z test_meta_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5505319Z test_meta_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5521396Z test_meta_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5536303Z test_meta_mH_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5551379Z test_meta_mH_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5566567Z test_meta_mH_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5581744Z test_meta_mH_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5597024Z test_meta_mH_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5612259Z test_meta_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5627323Z test_meta_mH_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5642510Z test_meta_mH_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5657718Z test_meta_mH_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5672955Z test_meta_mH_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5688027Z test_meta_mH_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5702964Z test_meta_mH_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5718226Z test_meta_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5733192Z test_meta_mT_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5748343Z test_meta_mT_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5763869Z test_meta_mT_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5778523Z test_meta_mT_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5793519Z test_meta_mT_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5808638Z test_meta_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5823793Z test_meta_mT_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5840590Z test_meta_mT_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5855947Z test_meta_mT_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5871471Z test_meta_mT_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5886518Z test_meta_mT_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5901394Z test_meta_mT_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5916455Z test_meta_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5931543Z test_meta_masked_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5946445Z test_meta_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5961497Z test_meta_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5976517Z test_meta_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.5991588Z test_meta_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6006912Z test_meta_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6021978Z test_meta_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6037187Z test_meta_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6052262Z test_meta_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6067489Z test_meta_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6082721Z test_meta_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6097823Z test_meta_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6113191Z test_meta_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6128154Z test_meta_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6143183Z test_meta_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6158297Z test_meta_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6173363Z test_meta_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6188424Z test_meta_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6203565Z test_meta_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6218874Z test_meta_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6234039Z test_meta_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6250984Z test_meta_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6266218Z test_meta_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6281336Z test_meta_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6296517Z test_meta_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6311697Z test_meta_masked_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6326946Z test_meta_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6341963Z test_meta_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6357284Z test_meta_masked_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6372486Z test_meta_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6387416Z test_meta_masked_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6402544Z test_meta_masked_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6417660Z test_meta_masked_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6432719Z test_meta_masked_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6448114Z test_meta_masked_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6463265Z test_meta_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6478445Z test_meta_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6493613Z test_meta_matmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6508617Z test_meta_matmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6523786Z test_meta_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6539049Z test_meta_matmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6554190Z test_meta_matmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6569059Z test_meta_matmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6583906Z test_meta_matmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6599192Z test_meta_matmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6614246Z test_meta_matmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6629456Z test_meta_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6644515Z test_meta_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6661498Z test_meta_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6676811Z test_meta_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6691871Z test_meta_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6706808Z test_meta_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6721838Z test_meta_max_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6736796Z test_meta_max_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6752372Z test_meta_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6767826Z test_meta_max_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6782373Z test_meta_max_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6797500Z test_meta_max_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6812790Z test_meta_max_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6827755Z test_meta_max_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6842862Z test_meta_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6857868Z test_meta_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6873599Z test_meta_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6888235Z test_meta_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6903382Z test_meta_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6918690Z test_meta_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6934012Z test_meta_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6949301Z test_meta_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6964723Z test_meta_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6980055Z test_meta_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.6995498Z test_meta_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7010888Z test_meta_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7026169Z test_meta_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7041541Z test_meta_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7056844Z test_meta_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7074158Z test_meta_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7089651Z test_meta_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7105014Z test_meta_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7120373Z test_meta_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7135735Z test_meta_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7151009Z test_meta_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7166569Z test_meta_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7181815Z test_meta_maximum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7197290Z test_meta_maximum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7212647Z test_meta_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7228119Z test_meta_maximum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7243519Z test_meta_maximum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7259157Z test_meta_maximum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7274479Z test_meta_maximum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7290071Z test_meta_maximum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7305720Z test_meta_maximum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7320962Z test_meta_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7335948Z test_meta_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7351024Z test_meta_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7366392Z test_meta_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7381298Z test_meta_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7396363Z test_meta_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7411378Z test_meta_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7426367Z test_meta_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7441692Z test_meta_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7456742Z test_meta_median_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7471887Z test_meta_median_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7488861Z test_meta_median_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7504087Z test_meta_median_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7519337Z test_meta_median_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7534606Z test_meta_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7549642Z test_meta_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7565057Z test_meta_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7580253Z test_meta_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7595408Z test_meta_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7610687Z test_meta_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7625873Z test_meta_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7641123Z test_meta_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7656436Z test_meta_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7671838Z test_meta_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7687316Z test_meta_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7702567Z test_meta_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7718262Z test_meta_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7733285Z test_meta_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7748448Z test_meta_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7764075Z test_meta_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7779282Z test_meta_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7794581Z test_meta_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7809724Z test_meta_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7824788Z test_meta_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7840133Z test_meta_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7855229Z test_meta_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7870543Z test_meta_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7885909Z test_meta_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7902741Z test_meta_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7918232Z test_meta_min_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7933740Z test_meta_min_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7948789Z test_meta_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7964044Z test_meta_min_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7979328Z test_meta_min_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.7994703Z test_meta_min_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8010004Z test_meta_min_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8025222Z test_meta_min_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8040500Z test_meta_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8055869Z test_meta_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8071162Z test_meta_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8086761Z test_meta_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8102186Z test_meta_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8117491Z test_meta_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8132900Z test_meta_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8148097Z test_meta_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8163297Z test_meta_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8178466Z test_meta_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8193868Z test_meta_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8209162Z test_meta_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8224424Z test_meta_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8239662Z test_meta_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8254992Z test_meta_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8270231Z test_meta_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8285691Z test_meta_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8301266Z test_meta_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8318461Z test_meta_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8334212Z test_meta_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8349435Z test_meta_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8365038Z test_meta_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8380504Z test_meta_minimum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8396245Z test_meta_minimum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8411578Z test_meta_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8426952Z test_meta_minimum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8442747Z test_meta_minimum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8458062Z test_meta_minimum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8473530Z test_meta_minimum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8489065Z test_meta_minimum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8504319Z test_meta_minimum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8519483Z test_meta_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8534552Z test_meta_mm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8549758Z test_meta_mm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8565207Z test_meta_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8580809Z test_meta_mm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8596440Z test_meta_mm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8611684Z test_meta_mm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8627024Z test_meta_mm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8642440Z test_meta_mm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8657960Z test_meta_mm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8673463Z test_meta_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8688799Z test_meta_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8704005Z test_meta_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8719431Z test_meta_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8736542Z test_meta_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8751873Z test_meta_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8767349Z test_meta_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8782643Z test_meta_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8798016Z test_meta_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8813491Z test_meta_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8828701Z test_meta_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8844745Z test_meta_movedim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8860466Z test_meta_movedim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8876065Z test_meta_movedim_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8891523Z test_meta_movedim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8907009Z test_meta_movedim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8922581Z test_meta_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8938152Z test_meta_movedim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8953718Z test_meta_movedim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8969184Z test_meta_movedim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.8984625Z test_meta_movedim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9000195Z test_meta_movedim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9015702Z test_meta_movedim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9031118Z test_meta_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9046898Z test_meta_msort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9062362Z test_meta_msort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9077893Z test_meta_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9093392Z test_meta_msort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9108843Z test_meta_msort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9124361Z test_meta_msort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9139982Z test_meta_msort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9157700Z test_meta_msort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9173239Z test_meta_msort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9188686Z test_meta_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9204046Z test_meta_mul_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9219638Z test_meta_mul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9235188Z test_meta_mul_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9250818Z test_meta_mul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9266311Z test_meta_mul_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9281856Z test_meta_mul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9298148Z test_meta_mul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9313516Z test_meta_mul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9328646Z test_meta_mul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9343737Z test_meta_mul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9359096Z test_meta_mul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9374667Z test_meta_mul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9389784Z test_meta_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9405409Z test_meta_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9420622Z test_meta_multinomial_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9435930Z test_meta_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9451227Z test_meta_mv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9466644Z test_meta_mv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9481797Z test_meta_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9497072Z test_meta_mv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9512326Z test_meta_mv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9527720Z test_meta_mv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9542883Z test_meta_mv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9558393Z test_meta_mv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9575755Z test_meta_mv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9590876Z test_meta_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9606508Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9621458Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9636549Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9651583Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9666801Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9682048Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9697232Z test_meta_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9712274Z test_meta_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9727671Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9742738Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9757884Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9773120Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9788077Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9803240Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9818493Z test_meta_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9833968Z test_meta_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9848989Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9864070Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9879289Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9894642Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9909462Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9924752Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9939913Z test_meta_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9955108Z test_meta_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9970201Z test_meta_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:45.9987155Z test_meta_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0002538Z test_meta_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0017702Z test_meta_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0032698Z test_meta_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0047982Z test_meta_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0063699Z test_meta_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0078654Z test_meta_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0093923Z test_meta_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0109186Z test_meta_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0125142Z test_meta_nanmean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0140307Z test_meta_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0155803Z test_meta_nanmean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0171180Z test_meta_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0186456Z test_meta_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0201703Z test_meta_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0217021Z test_meta_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0232131Z test_meta_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0247972Z test_meta_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0262902Z test_meta_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0278223Z test_meta_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0293450Z test_meta_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0308519Z test_meta_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0323802Z test_meta_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0339354Z test_meta_nansum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0354487Z test_meta_nansum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0369569Z test_meta_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0384928Z test_meta_nansum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0403736Z test_meta_nansum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0418729Z test_meta_nansum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0433909Z test_meta_nansum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0449065Z test_meta_nansum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0464120Z test_meta_nansum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0479251Z test_meta_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0494325Z test_meta_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0509395Z test_meta_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0524563Z test_meta_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0539721Z test_meta_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0555067Z test_meta_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0570220Z test_meta_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0585359Z test_meta_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0601428Z test_meta_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0616314Z test_meta_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0631175Z test_meta_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0646542Z test_meta_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0661626Z test_meta_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0676903Z test_meta_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0692263Z test_meta_narrow_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0707283Z test_meta_narrow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0722440Z test_meta_narrow_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0737703Z test_meta_narrow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0752723Z test_meta_narrow_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0767826Z test_meta_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0782916Z test_meta_narrow_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0798181Z test_meta_narrow_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0815215Z test_meta_narrow_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0830411Z test_meta_narrow_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0845588Z test_meta_narrow_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0860942Z test_meta_narrow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0876157Z test_meta_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0891154Z test_meta_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0906356Z test_meta_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0922202Z test_meta_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0936937Z test_meta_ne_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0952281Z test_meta_ne_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0967689Z test_meta_ne_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0982670Z test_meta_ne_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.0997904Z test_meta_ne_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1013084Z test_meta_ne_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1028031Z test_meta_ne_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1043509Z test_meta_ne_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1058574Z test_meta_ne_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1074326Z test_meta_ne_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1088838Z test_meta_ne_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1104130Z test_meta_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1119374Z test_meta_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1134412Z test_meta_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1149117Z test_meta_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1164029Z test_meta_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1178907Z test_meta_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1193626Z test_meta_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1208570Z test_meta_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1225134Z test_meta_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1239948Z test_meta_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1254809Z test_meta_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1269438Z test_meta_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1284289Z test_meta_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1299469Z test_meta_new_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1314659Z test_meta_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1329812Z test_meta_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1344853Z test_meta_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1360181Z test_meta_new_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1375063Z test_meta_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1390220Z test_meta_new_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1405571Z test_meta_new_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1420560Z test_meta_new_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1435848Z test_meta_new_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1451169Z test_meta_new_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1466315Z test_meta_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1481482Z test_meta_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1496679Z test_meta_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1511616Z test_meta_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1527231Z test_meta_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1541971Z test_meta_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1557187Z test_meta_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1572399Z test_meta_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1587821Z test_meta_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1602977Z test_meta_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1618283Z test_meta_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1635670Z test_meta_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1650993Z test_meta_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1666291Z test_meta_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1681474Z test_meta_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1696653Z test_meta_new_full_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1711790Z test_meta_new_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1727273Z test_meta_new_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1742439Z test_meta_new_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1758180Z test_meta_new_full_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1773373Z test_meta_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1788258Z test_meta_new_full_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1803449Z test_meta_new_full_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1819126Z test_meta_new_full_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1834086Z test_meta_new_full_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1849938Z test_meta_new_full_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1864447Z test_meta_new_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1879881Z test_meta_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1895024Z test_meta_new_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1909933Z test_meta_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1925196Z test_meta_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1940634Z test_meta_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1955465Z test_meta_new_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1970572Z test_meta_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.1985863Z test_meta_new_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2000940Z test_meta_new_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2016118Z test_meta_new_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2031334Z test_meta_new_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2048567Z test_meta_new_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2063717Z test_meta_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2078938Z test_meta_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2094068Z test_meta_new_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2109162Z test_meta_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2124069Z test_meta_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2139311Z test_meta_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2154437Z test_meta_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2169754Z test_meta_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2184772Z test_meta_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2200111Z test_meta_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2215401Z test_meta_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2230771Z test_meta_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2246028Z test_meta_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2261142Z test_meta_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2276504Z test_meta_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2291574Z test_meta_nextafter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2306692Z test_meta_nextafter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2321943Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2337081Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2352207Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2367744Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2382839Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2399464Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2414589Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2429901Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2444998Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2462007Z test_meta_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2477302Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2492405Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2507726Z test_meta_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2523352Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2538030Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2553154Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2568337Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2583446Z test_meta_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2598570Z test_meta_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2614087Z test_meta_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2628802Z test_meta_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2644051Z test_meta_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2659130Z test_meta_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2674358Z test_meta_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2689465Z test_meta_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2704489Z test_meta_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2719644Z test_meta_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2734898Z test_meta_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2749962Z test_meta_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2765183Z test_meta_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2780169Z test_meta_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2795325Z test_meta_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2810302Z test_meta_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2825396Z test_meta_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2840671Z test_meta_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2855876Z test_meta_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2873496Z test_meta_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2888410Z test_meta_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2903156Z test_meta_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2918187Z test_meta_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2933348Z test_meta_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2948357Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2963375Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2978411Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.2993729Z test_meta_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3008948Z test_meta_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3023942Z test_meta_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3038970Z test_meta_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3054124Z test_meta_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3069080Z test_meta_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3084225Z test_meta_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3099435Z test_meta_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3114709Z test_meta_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3129832Z test_meta_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3144762Z test_meta_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3159797Z test_meta_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3174892Z test_meta_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3189919Z test_meta_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3205118Z test_meta_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3220073Z test_meta_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3236229Z test_meta_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3250918Z test_meta_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3265999Z test_meta_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3282656Z test_meta_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3298003Z test_meta_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3313360Z test_meta_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3328467Z test_meta_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3343623Z test_meta_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3359210Z test_meta_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3374693Z test_meta_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3390026Z test_meta_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3405685Z test_meta_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3421007Z test_meta_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3436764Z test_meta_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3452032Z test_meta_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3467229Z test_meta_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3482783Z test_meta_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3498177Z test_meta_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3513691Z test_meta_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3528991Z test_meta_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3544228Z test_meta_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3559624Z test_meta_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3575056Z test_meta_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3590286Z test_meta_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3605455Z test_meta_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3620715Z test_meta_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3636222Z test_meta_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3651612Z test_meta_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3666952Z test_meta_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3682499Z test_meta_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3699703Z test_meta_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3715305Z test_meta_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3730699Z test_meta_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3746162Z test_meta_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3761690Z test_meta_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3777065Z test_meta_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3792579Z test_meta_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3808139Z test_meta_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3823504Z test_meta_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3838828Z test_meta_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3854190Z test_meta_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3869472Z test_meta_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3885200Z test_meta_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3900504Z test_meta_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3915959Z test_meta_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3931322Z test_meta_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3946712Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3962044Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3977429Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.3992656Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4008150Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4023413Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4038840Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4054197Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4069407Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4084846Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4100111Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4117345Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4133072Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4148415Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4164001Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4179317Z test_meta_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4194972Z test_meta_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4210342Z test_meta_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4225643Z test_meta_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4241179Z test_meta_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4256671Z test_meta_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4272101Z test_meta_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4287939Z test_meta_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4303227Z test_meta_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4318806Z test_meta_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4334253Z test_meta_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4349622Z test_meta_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4365253Z test_meta_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4380847Z test_meta_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4396496Z test_meta_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4411829Z test_meta_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4427112Z test_meta_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4442705Z test_meta_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4458275Z test_meta_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4473802Z test_meta_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4489376Z test_meta_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4504636Z test_meta_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4520202Z test_meta_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4537449Z test_meta_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4553138Z test_meta_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4568397Z test_meta_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4583814Z test_meta_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4599337Z test_meta_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4614881Z test_meta_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4631172Z test_meta_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4646609Z test_meta_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4661751Z test_meta_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4676967Z test_meta_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4692275Z test_meta_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4707520Z test_meta_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4723128Z test_meta_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4738596Z test_meta_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4754208Z test_meta_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4769648Z test_meta_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4784942Z test_meta_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4800339Z test_meta_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4815739Z test_meta_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4830892Z test_meta_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4846372Z test_meta_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4861536Z test_meta_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4877165Z test_meta_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4892710Z test_meta_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4907934Z test_meta_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4923251Z test_meta_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4938622Z test_meta_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4955860Z test_meta_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4971937Z test_meta_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.4986616Z test_meta_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5001839Z test_meta_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5016897Z test_meta_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5031918Z test_meta_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5047386Z test_meta_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5063127Z test_meta_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5078102Z test_meta_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5093459Z test_meta_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5108070Z test_meta_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5124130Z test_meta_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5139289Z test_meta_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5154273Z test_meta_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5169210Z test_meta_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5184493Z test_meta_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5199524Z test_meta_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5214537Z test_meta_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5229482Z test_meta_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5244420Z test_meta_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5259500Z test_meta_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5274421Z test_meta_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5289402Z test_meta_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5304264Z test_meta_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5319271Z test_meta_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5334185Z test_meta_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5349134Z test_meta_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5367536Z test_meta_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5383711Z test_meta_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5398710Z test_meta_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5414020Z test_meta_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5428898Z test_meta_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5444244Z test_meta_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5459504Z test_meta_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5474894Z test_meta_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5490436Z test_meta_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5505913Z test_meta_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5521296Z test_meta_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5536834Z test_meta_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5551910Z test_meta_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5567940Z test_meta_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5583000Z test_meta_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5598318Z test_meta_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5613535Z test_meta_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5628706Z test_meta_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5644093Z test_meta_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5659454Z test_meta_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5674805Z test_meta_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5690202Z test_meta_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5705492Z test_meta_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5720843Z test_meta_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5736287Z test_meta_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5751626Z test_meta_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5767206Z test_meta_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5784385Z test_meta_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5799968Z test_meta_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5815445Z test_meta_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5830783Z test_meta_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5854834Z test_meta_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5861832Z test_meta_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5877239Z test_meta_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5892697Z test_meta_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5908020Z test_meta_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5923547Z test_meta_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5938940Z test_meta_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5954312Z test_meta_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5969848Z test_meta_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.5985329Z test_meta_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6000729Z test_meta_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6016018Z test_meta_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6031354Z test_meta_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6046973Z test_meta_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6062273Z test_meta_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6077842Z test_meta_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6093195Z test_meta_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6108422Z test_meta_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6124087Z test_meta_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6139707Z test_meta_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6154904Z test_meta_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6170431Z test_meta_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6185854Z test_meta_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6203151Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6218679Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6234047Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6249632Z test_meta_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6264938Z test_meta_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6280448Z test_meta_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6295850Z test_meta_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6311323Z test_meta_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6326798Z test_meta_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6342118Z test_meta_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6357592Z test_meta_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6373137Z test_meta_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6388486Z test_meta_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6403888Z test_meta_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6419689Z test_meta_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6435409Z test_meta_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6450949Z test_meta_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6466275Z test_meta_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6481886Z test_meta_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6497523Z test_meta_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6513207Z test_meta_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6528714Z test_meta_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6544258Z test_meta_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6559883Z test_meta_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6575510Z test_meta_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6590966Z test_meta_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6606637Z test_meta_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6623991Z test_meta_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6639862Z test_meta_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6655163Z test_meta_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6670254Z test_meta_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6685691Z test_meta_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6701029Z test_meta_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6716551Z test_meta_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6731894Z test_meta_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6747560Z test_meta_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6763409Z test_meta_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6779029Z test_meta_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6794603Z test_meta_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6810112Z test_meta_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6825694Z test_meta_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6841321Z test_meta_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6856990Z test_meta_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6872531Z test_meta_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6888259Z test_meta_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6903792Z test_meta_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6919373Z test_meta_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6935002Z test_meta_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6950398Z test_meta_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6966050Z test_meta_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6981486Z test_meta_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.6997116Z test_meta_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7012747Z test_meta_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7028301Z test_meta_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7045967Z test_meta_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7061652Z test_meta_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7077438Z test_meta_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7093049Z test_meta_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7108857Z test_meta_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7124614Z test_meta_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7140351Z test_meta_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7156131Z test_meta_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7171794Z test_meta_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7187679Z test_meta_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7203588Z test_meta_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7219364Z test_meta_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7235187Z test_meta_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7251075Z test_meta_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7266888Z test_meta_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7282759Z test_meta_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7298629Z test_meta_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7314588Z test_meta_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7330498Z test_meta_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7346328Z test_meta_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7362001Z test_meta_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7377969Z test_meta_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7394027Z test_meta_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7409832Z test_meta_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7425169Z test_meta_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7440803Z test_meta_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7456435Z test_meta_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7473974Z test_meta_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7489649Z test_meta_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7505425Z test_meta_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7520961Z test_meta_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7536515Z test_meta_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7552036Z test_meta_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7567838Z test_meta_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7583397Z test_meta_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7599097Z test_meta_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7614630Z test_meta_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7630151Z test_meta_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7645933Z test_meta_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7661804Z test_meta_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7677284Z test_meta_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7693007Z test_meta_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7708580Z test_meta_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7724227Z test_meta_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7740045Z test_meta_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7755667Z test_meta_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7771382Z test_meta_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7786669Z test_meta_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7802447Z test_meta_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7818280Z test_meta_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7833989Z test_meta_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7849449Z test_meta_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7865000Z test_meta_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7880743Z test_meta_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7898461Z test_meta_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7914238Z test_meta_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7930134Z test_meta_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7945703Z test_meta_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7961338Z test_meta_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7977158Z test_meta_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.7992953Z test_meta_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8008727Z test_meta_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8024483Z test_meta_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8040293Z test_meta_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8056040Z test_meta_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8071880Z test_meta_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8087809Z test_meta_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8103602Z test_meta_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8119303Z test_meta_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8135077Z test_meta_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8150706Z test_meta_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8166535Z test_meta_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8182196Z test_meta_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8198076Z test_meta_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8213746Z test_meta_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8229274Z test_meta_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8245103Z test_meta_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8260797Z test_meta_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8276503Z test_meta_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8293284Z test_meta_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8309496Z test_meta_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8327727Z test_meta_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8343476Z test_meta_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8359609Z test_meta_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8375569Z test_meta_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8391512Z test_meta_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8407755Z test_meta_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8423797Z test_meta_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8439779Z test_meta_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8455898Z test_meta_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8471881Z test_meta_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8488572Z test_meta_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8504622Z test_meta_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8520891Z test_meta_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8537018Z test_meta_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8553222Z test_meta_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8569340Z test_meta_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8585204Z test_meta_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8601307Z test_meta_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8617333Z test_meta_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8633569Z test_meta_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8649390Z test_meta_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8665313Z test_meta_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8681580Z test_meta_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8697624Z test_meta_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8713801Z test_meta_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8729835Z test_meta_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8746088Z test_meta_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8764314Z test_meta_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8780656Z test_meta_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8796732Z test_meta_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8813034Z test_meta_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8829201Z test_meta_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8845619Z test_meta_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8861698Z test_meta_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8877907Z test_meta_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8893962Z test_meta_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8909875Z test_meta_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8926430Z test_meta_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8942523Z test_meta_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8958559Z test_meta_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8974752Z test_meta_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.8990833Z test_meta_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9006942Z test_meta_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9022970Z test_meta_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9039047Z test_meta_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9055107Z test_meta_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9071104Z test_meta_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9087382Z test_meta_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9103402Z test_meta_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9119615Z test_meta_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9135707Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9151671Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9167929Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9184068Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9201571Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9217647Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9233867Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9249634Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9265238Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9280956Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9296617Z test_meta_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9311835Z test_meta_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9327189Z test_meta_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9342309Z test_meta_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9357772Z test_meta_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9373202Z test_meta_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9388488Z test_meta_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9403929Z test_meta_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9419504Z test_meta_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9434908Z test_meta_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9450309Z test_meta_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9465570Z test_meta_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9481038Z test_meta_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9496702Z test_meta_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9512029Z test_meta_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9527736Z test_meta_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9542957Z test_meta_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9558537Z test_meta_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9573905Z test_meta_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9589082Z test_meta_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9604733Z test_meta_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9621996Z test_meta_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9637641Z test_meta_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9653110Z test_meta_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9668454Z test_meta_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9683935Z test_meta_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9699594Z test_meta_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9715027Z test_meta_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9730463Z test_meta_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9745710Z test_meta_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9761145Z test_meta_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9776496Z test_meta_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9791813Z test_meta_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9807308Z test_meta_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9822542Z test_meta_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9838012Z test_meta_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9853409Z test_meta_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9868810Z test_meta_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9884178Z test_meta_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9899950Z test_meta_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9915167Z test_meta_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9930632Z test_meta_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9945732Z test_meta_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9961188Z test_meta_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9976626Z test_meta_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:46.9992037Z test_meta_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0007517Z test_meta_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0022693Z test_meta_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0040031Z test_meta_normal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0055946Z test_meta_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0071124Z test_meta_normal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0086957Z test_meta_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0101734Z test_meta_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0117783Z test_meta_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0133132Z test_meta_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0147993Z test_meta_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0163260Z test_meta_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0178809Z test_meta_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0194607Z test_meta_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0209184Z test_meta_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0224476Z test_meta_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0239460Z test_meta_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0254741Z test_meta_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0269665Z test_meta_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0284891Z test_meta_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0300185Z test_meta_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0315421Z test_meta_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0330427Z test_meta_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0345390Z test_meta_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0360437Z test_meta_ones_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0375682Z test_meta_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0390548Z test_meta_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0405917Z test_meta_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0421123Z test_meta_ones_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0436338Z test_meta_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0455669Z test_meta_ones_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0470646Z test_meta_ones_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0485928Z test_meta_ones_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0500945Z test_meta_ones_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0516184Z test_meta_ones_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0531375Z test_meta_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0546490Z test_meta_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0561813Z test_meta_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0577005Z test_meta_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0592097Z test_meta_ormqr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0607424Z test_meta_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0622445Z test_meta_outer_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0637921Z test_meta_outer_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0653055Z test_meta_outer_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0668165Z test_meta_outer_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0683593Z test_meta_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0699007Z test_meta_outer_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0714548Z test_meta_outer_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0729999Z test_meta_outer_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0745531Z test_meta_outer_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0760804Z test_meta_outer_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0776114Z test_meta_outer_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0792080Z test_meta_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0808126Z test_meta_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0823596Z test_meta_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0838739Z test_meta_permute_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0853966Z test_meta_permute_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0870790Z test_meta_permute_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0886119Z test_meta_permute_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0901215Z test_meta_permute_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0916605Z test_meta_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0931780Z test_meta_permute_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0946816Z test_meta_permute_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0962081Z test_meta_permute_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0977385Z test_meta_permute_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.0992623Z test_meta_permute_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1008122Z test_meta_permute_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1023374Z test_meta_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1038852Z test_meta_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1054110Z test_meta_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1069264Z test_meta_pinverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1084633Z test_meta_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1099831Z test_meta_polar_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1115175Z test_meta_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1130199Z test_meta_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1145294Z test_meta_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1160855Z test_meta_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1175917Z test_meta_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1191008Z test_meta_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1206327Z test_meta_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1221276Z test_meta_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1236397Z test_meta_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1251684Z test_meta_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1266515Z test_meta_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1283614Z test_meta_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1299009Z test_meta_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1314378Z test_meta_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1329622Z test_meta_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1344862Z test_meta_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1360162Z test_meta_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1375533Z test_meta_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1390798Z test_meta_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1406083Z test_meta_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1421360Z test_meta_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1437251Z test_meta_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1452276Z test_meta_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1467812Z test_meta_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1482825Z test_meta_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1497932Z test_meta_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1513250Z test_meta_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1528548Z test_meta_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1543679Z test_meta_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1558995Z test_meta_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1574249Z test_meta_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1589364Z test_meta_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1604515Z test_meta_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1619750Z test_meta_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1635095Z test_meta_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1650247Z test_meta_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1665292Z test_meta_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1680465Z test_meta_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1697874Z test_meta_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1713049Z test_meta_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1729271Z test_meta_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1745146Z test_meta_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1760673Z test_meta_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1775588Z test_meta_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1790371Z test_meta_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1805521Z test_meta_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1820137Z test_meta_positive_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1835018Z test_meta_positive_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1849930Z test_meta_positive_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1864798Z test_meta_positive_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1879564Z test_meta_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1894533Z test_meta_positive_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1909345Z test_meta_positive_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1924220Z test_meta_positive_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1939163Z test_meta_positive_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1954054Z test_meta_positive_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1969264Z test_meta_positive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.1984445Z test_meta_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2000604Z test_meta_pow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2016507Z test_meta_pow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2031916Z test_meta_pow_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2047153Z test_meta_pow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2061956Z test_meta_pow_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2076957Z test_meta_pow_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2091816Z test_meta_pow_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2108305Z test_meta_pow_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2123292Z test_meta_pow_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2138264Z test_meta_pow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2153086Z test_meta_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2168022Z test_meta_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2182771Z test_meta_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2197660Z test_meta_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2212563Z test_meta_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2227467Z test_meta_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2242547Z test_meta_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2258729Z test_meta_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2274941Z test_meta_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2290292Z test_meta_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2305487Z test_meta_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2320976Z test_meta_put_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2336531Z test_meta_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2351865Z test_meta_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2367458Z test_meta_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2382704Z test_meta_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2398035Z test_meta_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2413427Z test_meta_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2428983Z test_meta_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2444069Z test_meta_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2459611Z test_meta_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2475085Z test_meta_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2490677Z test_meta_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2505893Z test_meta_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2523300Z test_meta_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2538722Z test_meta_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2554843Z test_meta_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2569521Z test_meta_quantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2584594Z test_meta_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2599808Z test_meta_rad2deg_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2615217Z test_meta_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2630397Z test_meta_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2647364Z test_meta_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2662566Z test_meta_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2677924Z test_meta_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2693224Z test_meta_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2708384Z test_meta_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2723518Z test_meta_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2738860Z test_meta_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2754205Z test_meta_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2769134Z test_meta_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2784421Z test_meta_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2799481Z test_meta_rand_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2814781Z test_meta_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2829696Z test_meta_rand_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2844955Z test_meta_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2859949Z test_meta_randint_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2875285Z test_meta_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2890363Z test_meta_randint_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2905356Z test_meta_randint_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2920542Z test_meta_randint_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2937587Z test_meta_randint_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2953039Z test_meta_randint_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2968149Z test_meta_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2983259Z test_meta_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.2998523Z test_meta_randn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3013863Z test_meta_randn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3028757Z test_meta_randn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3043958Z test_meta_randn_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3059076Z test_meta_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3074451Z test_meta_randn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3089543Z test_meta_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3104565Z test_meta_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3119694Z test_meta_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3134784Z test_meta_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3149775Z test_meta_randn_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3165235Z test_meta_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3180307Z test_meta_randn_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3195667Z test_meta_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3210633Z test_meta_ravel_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3225775Z test_meta_ravel_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3241196Z test_meta_ravel_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3256147Z test_meta_ravel_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3271594Z test_meta_ravel_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3286499Z test_meta_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3301701Z test_meta_ravel_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3316728Z test_meta_ravel_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3331963Z test_meta_ravel_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3348737Z test_meta_ravel_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3364015Z test_meta_ravel_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3379219Z test_meta_ravel_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3394509Z test_meta_real_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3409661Z test_meta_real_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3424774Z test_meta_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3439861Z test_meta_real_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3454960Z test_meta_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3470111Z test_meta_real_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3485347Z test_meta_real_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3500600Z test_meta_real_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3516802Z test_meta_real_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3533244Z test_meta_real_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3549005Z test_meta_real_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3564023Z test_meta_real_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3579156Z test_meta_real_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3594381Z test_meta_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3609513Z test_meta_reciprocal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3624587Z test_meta_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3639790Z test_meta_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3655393Z test_meta_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3670306Z test_meta_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3686014Z test_meta_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3700524Z test_meta_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3715647Z test_meta_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3730668Z test_meta_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3745651Z test_meta_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3762753Z test_meta_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3779149Z test_meta_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3795553Z test_meta_remainder_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3810572Z test_meta_remainder_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3825909Z test_meta_remainder_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3841337Z test_meta_remainder_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3856681Z test_meta_remainder_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3871807Z test_meta_remainder_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3887243Z test_meta_remainder_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3902690Z test_meta_remainder_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3918079Z test_meta_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3933435Z test_meta_renorm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3948690Z test_meta_renorm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3964061Z test_meta_renorm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3979318Z test_meta_renorm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.3994586Z test_meta_renorm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4010030Z test_meta_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4025192Z test_meta_repeat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4040536Z test_meta_repeat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4055917Z test_meta_repeat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4071072Z test_meta_repeat_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4086506Z test_meta_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4101592Z test_meta_repeat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4116884Z test_meta_repeat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4132242Z test_meta_repeat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4147379Z test_meta_repeat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4162778Z test_meta_repeat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4179907Z test_meta_repeat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4195296Z test_meta_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4210509Z test_meta_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4225805Z test_meta_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4241074Z test_meta_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4256479Z test_meta_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4271812Z test_meta_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4287101Z test_meta_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4302585Z test_meta_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4317900Z test_meta_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4332697Z test_meta_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4347724Z test_meta_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4362929Z test_meta_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4377947Z test_meta_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4393213Z test_meta_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4408267Z test_meta_reshape_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4423172Z test_meta_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4438372Z test_meta_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4453282Z test_meta_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4468224Z test_meta_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4483323Z test_meta_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4498334Z test_meta_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4513713Z test_meta_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4528479Z test_meta_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4543471Z test_meta_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4558437Z test_meta_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4573373Z test_meta_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4590125Z test_meta_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4605343Z test_meta_reshape_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4620378Z test_meta_reshape_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4635429Z test_meta_reshape_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4650449Z test_meta_reshape_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4665498Z test_meta_reshape_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4680428Z test_meta_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4697242Z test_meta_reshape_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4712505Z test_meta_reshape_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4727913Z test_meta_reshape_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4743158Z test_meta_reshape_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4758827Z test_meta_reshape_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4773385Z test_meta_reshape_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4788302Z test_meta_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4803745Z test_meta_resize__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4818813Z test_meta_resize__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4834056Z test_meta_resize__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4849377Z test_meta_resize__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4864172Z test_meta_resize__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4879464Z test_meta_resize__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4894545Z test_meta_resize__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4909753Z test_meta_resize__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4924983Z test_meta_resize__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4939920Z test_meta_resize__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4955020Z test_meta_resize__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4970085Z test_meta_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.4984987Z test_meta_resize_as__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5001994Z test_meta_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5017271Z test_meta_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5032039Z test_meta_resize_as__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5047906Z test_meta_resize_as__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5062848Z test_meta_resize_as__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5078221Z test_meta_resize_as__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5093285Z test_meta_resize_as__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5108747Z test_meta_resize_as__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5123890Z test_meta_resize_as__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5138611Z test_meta_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5153518Z test_meta_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5168726Z test_meta_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5183462Z test_meta_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5198322Z test_meta_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5213089Z test_meta_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5228008Z test_meta_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5243092Z test_meta_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5258190Z test_meta_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5273481Z test_meta_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5288723Z test_meta_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5303326Z test_meta_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5318661Z test_meta_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5333514Z test_meta_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5348497Z test_meta_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5363892Z test_meta_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5379134Z test_meta_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5394245Z test_meta_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5412572Z test_meta_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5427709Z test_meta_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5442761Z test_meta_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5457909Z test_meta_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5472974Z test_meta_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5488078Z test_meta_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5503074Z test_meta_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5518364Z test_meta_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5533461Z test_meta_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5548456Z test_meta_roll_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5563651Z test_meta_roll_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5578919Z test_meta_roll_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5594249Z test_meta_roll_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5609394Z test_meta_roll_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5624449Z test_meta_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5639895Z test_meta_roll_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5654976Z test_meta_roll_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5670064Z test_meta_roll_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5685268Z test_meta_roll_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5700311Z test_meta_roll_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5715518Z test_meta_roll_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5730697Z test_meta_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5745762Z test_meta_rot90_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5760944Z test_meta_rot90_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5775984Z test_meta_rot90_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5790994Z test_meta_rot90_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5806152Z test_meta_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5823026Z test_meta_rot90_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5838318Z test_meta_rot90_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5853179Z test_meta_rot90_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5868066Z test_meta_rot90_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5883072Z test_meta_rot90_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5898201Z test_meta_rot90_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5913361Z test_meta_round_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5928588Z test_meta_round_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5943593Z test_meta_round_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5958655Z test_meta_round_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5973857Z test_meta_round_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.5988989Z test_meta_round_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6004079Z test_meta_round_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6019230Z test_meta_round_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6034445Z test_meta_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6049523Z test_meta_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6064542Z test_meta_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6079588Z test_meta_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6094667Z test_meta_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6109541Z test_meta_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6124400Z test_meta_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6139228Z test_meta_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6154075Z test_meta_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6168920Z test_meta_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6183530Z test_meta_rsqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6198329Z test_meta_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6213072Z test_meta_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6229661Z test_meta_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6244498Z test_meta_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6259282Z test_meta_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6274226Z test_meta_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6289119Z test_meta_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6304109Z test_meta_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6319310Z test_meta_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6334515Z test_meta_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6349252Z test_meta_rsub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6364515Z test_meta_rsub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6379616Z test_meta_rsub_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6394705Z test_meta_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6410056Z test_meta_rsub_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6425019Z test_meta_rsub_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6440199Z test_meta_rsub_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6455234Z test_meta_rsub_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6470197Z test_meta_rsub_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6485587Z test_meta_rsub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6500628Z test_meta_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6515854Z test_meta_scatter_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6531056Z test_meta_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6546026Z test_meta_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6561092Z test_meta_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6576183Z test_meta_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6591183Z test_meta_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6606309Z test_meta_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6621268Z test_meta_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6638094Z test_meta_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6653179Z test_meta_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6667952Z test_meta_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6683458Z test_meta_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6698839Z test_meta_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6713818Z test_meta_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6728774Z test_meta_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6743706Z test_meta_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6758779Z test_meta_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6774310Z test_meta_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6788823Z test_meta_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6804330Z test_meta_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6819130Z test_meta_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6834223Z test_meta_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6849624Z test_meta_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6864563Z test_meta_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6879638Z test_meta_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6894761Z test_meta_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6909897Z test_meta_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6925020Z test_meta_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6939893Z test_meta_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6955069Z test_meta_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6970132Z test_meta_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.6985128Z test_meta_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7000224Z test_meta_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7015221Z test_meta_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7030361Z test_meta_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7047575Z test_meta_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7063106Z test_meta_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7078981Z test_meta_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7095002Z test_meta_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7109601Z test_meta_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7124971Z test_meta_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7139783Z test_meta_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7155020Z test_meta_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7170094Z test_meta_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7185050Z test_meta_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7200266Z test_meta_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7215389Z test_meta_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7230338Z test_meta_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7245513Z test_meta_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7260452Z test_meta_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7275617Z test_meta_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7290524Z test_meta_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7306011Z test_meta_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7320797Z test_meta_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7335714Z test_meta_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7350696Z test_meta_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7366004Z test_meta_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7381100Z test_meta_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7396141Z test_meta_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7411166Z test_meta_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7426092Z test_meta_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7441068Z test_meta_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7458012Z test_meta_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7473466Z test_meta_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7488365Z test_meta_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7503294Z test_meta_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7518245Z test_meta_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7533442Z test_meta_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7548633Z test_meta_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7563640Z test_meta_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7579734Z test_meta_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7595758Z test_meta_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7611221Z test_meta_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7626165Z test_meta_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7641062Z test_meta_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7655797Z test_meta_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7670830Z test_meta_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7685640Z test_meta_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7700801Z test_meta_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7715543Z test_meta_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7730599Z test_meta_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7745556Z test_meta_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7760659Z test_meta_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7775979Z test_meta_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7790851Z test_meta_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7806097Z test_meta_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7821308Z test_meta_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7837073Z test_meta_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7853593Z test_meta_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7870740Z test_meta_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7885345Z test_meta_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7900038Z test_meta_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7914871Z test_meta_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7929678Z test_meta_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7944483Z test_meta_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7959393Z test_meta_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7974210Z test_meta_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.7988896Z test_meta_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8003679Z test_meta_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8018392Z test_meta_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8033305Z test_meta_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8048116Z test_meta_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8062962Z test_meta_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8078009Z test_meta_select_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8093923Z test_meta_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8109772Z test_meta_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8125725Z test_meta_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8140380Z test_meta_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8155311Z test_meta_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8170052Z test_meta_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8185060Z test_meta_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8200078Z test_meta_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8215144Z test_meta_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8230225Z test_meta_sgn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8245430Z test_meta_sgn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8260435Z test_meta_sgn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8277335Z test_meta_sgn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8292508Z test_meta_sgn_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8307707Z test_meta_sgn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8322442Z test_meta_sgn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8338048Z test_meta_sgn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8352940Z test_meta_sgn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8367896Z test_meta_sgn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8382857Z test_meta_sgn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8398321Z test_meta_sgn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8413334Z test_meta_short_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8427991Z test_meta_short_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8443103Z test_meta_short_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8458155Z test_meta_short_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8473474Z test_meta_short_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8488476Z test_meta_short_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8503424Z test_meta_short_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8518606Z test_meta_short_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8533598Z test_meta_short_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8548476Z test_meta_short_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8563615Z test_meta_short_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8578604Z test_meta_short_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8593723Z test_meta_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8609536Z test_meta_sigmoid_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8624772Z test_meta_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8640419Z test_meta_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8655136Z test_meta_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8670023Z test_meta_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8686921Z test_meta_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8701631Z test_meta_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8716651Z test_meta_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8731342Z test_meta_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8746000Z test_meta_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8760811Z test_meta_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8775656Z test_meta_sign_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8790626Z test_meta_sign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8805715Z test_meta_sign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8820848Z test_meta_sign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8836161Z test_meta_sign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8851383Z test_meta_sign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8867282Z test_meta_sign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8883184Z test_meta_sign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8898593Z test_meta_sign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8913666Z test_meta_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8928304Z test_meta_signbit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8942968Z test_meta_signbit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8957725Z test_meta_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8972507Z test_meta_signbit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.8987116Z test_meta_signbit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9001875Z test_meta_signbit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9016699Z test_meta_signbit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9031217Z test_meta_signbit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9046223Z test_meta_signbit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9060868Z test_meta_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9075612Z test_meta_sin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9092183Z test_meta_sin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9107391Z test_meta_sin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9123335Z test_meta_sin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9139329Z test_meta_sin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9154704Z test_meta_sin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9169789Z test_meta_sin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9184525Z test_meta_sin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9199288Z test_meta_sin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9214074Z test_meta_sin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9228759Z test_meta_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9243467Z test_meta_sinc_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9258279Z test_meta_sinc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9273123Z test_meta_sinc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9287949Z test_meta_sinc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9302896Z test_meta_sinc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9317668Z test_meta_sinc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9332472Z test_meta_sinc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9347101Z test_meta_sinc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9362510Z test_meta_sinc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9378180Z test_meta_sinc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9393983Z test_meta_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9409753Z test_meta_sinh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9424655Z test_meta_sinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9439415Z test_meta_sinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9454197Z test_meta_sinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9468923Z test_meta_sinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9483676Z test_meta_sinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9500078Z test_meta_sinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9515151Z test_meta_sinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9529720Z test_meta_sinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9544313Z test_meta_sinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9559054Z test_meta_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9573883Z test_meta_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9588552Z test_meta_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9603293Z test_meta_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9618524Z test_meta_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9634504Z test_meta_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9650421Z test_meta_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9665763Z test_meta_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9680868Z test_meta_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9695794Z test_meta_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9710372Z test_meta_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9725443Z test_meta_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9740224Z test_meta_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9754880Z test_meta_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9769714Z test_meta_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9784614Z test_meta_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9799396Z test_meta_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9814496Z test_meta_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9829717Z test_meta_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9844622Z test_meta_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9859656Z test_meta_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9874892Z test_meta_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9890863Z test_meta_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9908526Z test_meta_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9924501Z test_meta_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9939384Z test_meta_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9954269Z test_meta_sort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9969269Z test_meta_sort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9984109Z test_meta_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:47.9999207Z test_meta_sort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0014270Z test_meta_sort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0029214Z test_meta_sort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0045175Z test_meta_sort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0060516Z test_meta_sort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0075530Z test_meta_sort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0090723Z test_meta_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0105736Z test_meta_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0121585Z test_meta_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0137100Z test_meta_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0153299Z test_meta_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0168026Z test_meta_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0183125Z test_meta_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0198242Z test_meta_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0213218Z test_meta_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0228151Z test_meta_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0243293Z test_meta_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0258199Z test_meta_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0273979Z test_meta_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0288643Z test_meta_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0303419Z test_meta_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0321649Z test_meta_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0336709Z test_meta_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0351758Z test_meta_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0367129Z test_meta_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0381856Z test_meta_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0396893Z test_meta_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0412017Z test_meta_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0427055Z test_meta_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0441998Z test_meta_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0456920Z test_meta_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0471857Z test_meta_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0486990Z test_meta_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0501895Z test_meta_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0517070Z test_meta_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0532188Z test_meta_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0547029Z test_meta_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0562029Z test_meta_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0577073Z test_meta_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0591966Z test_meta_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0607080Z test_meta_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0622001Z test_meta_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0637086Z test_meta_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0651958Z test_meta_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0666874Z test_meta_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0681802Z test_meta_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0696884Z test_meta_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0711604Z test_meta_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0728572Z test_meta_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0743620Z test_meta_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0758697Z test_meta_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0773848Z test_meta_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0788598Z test_meta_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0803659Z test_meta_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0818668Z test_meta_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0833664Z test_meta_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0848522Z test_meta_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0863451Z test_meta_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0878551Z test_meta_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0894037Z test_meta_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0908408Z test_meta_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0923554Z test_meta_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0938566Z test_meta_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0953680Z test_meta_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0968748Z test_meta_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0983626Z test_meta_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.0995312Z test_meta_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.1006712Z test_meta_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.1017700Z test_meta_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.1028688Z test_meta_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.1040068Z test_meta_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.1051647Z test_meta_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.1062758Z test_meta_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.1073706Z test_meta_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.1084668Z test_meta_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.1096080Z test_meta_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.1108962Z test_meta_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.1120337Z test_meta_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.1131869Z test_meta_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.1143404Z test_meta_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.1154892Z test_meta_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.1166341Z test_meta_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.1182313Z test_meta_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1197986Z test_meta_special_entr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1213265Z test_meta_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1228241Z test_meta_special_entr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1243216Z test_meta_special_entr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1258320Z test_meta_special_entr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1273410Z test_meta_special_entr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1288418Z test_meta_special_entr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1303311Z test_meta_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1318404Z test_meta_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1333374Z test_meta_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1348423Z test_meta_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1363428Z test_meta_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1378554Z test_meta_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1394048Z test_meta_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1408900Z test_meta_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1423838Z test_meta_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1438927Z test_meta_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1454002Z test_meta_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1468911Z test_meta_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1483863Z test_meta_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1500692Z test_meta_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1515805Z test_meta_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1530916Z test_meta_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1545693Z test_meta_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1560718Z test_meta_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1575749Z test_meta_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1590596Z test_meta_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1605881Z test_meta_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1620673Z test_meta_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1635678Z test_meta_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1650852Z test_meta_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1665690Z test_meta_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1680768Z test_meta_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1695764Z test_meta_special_i0e_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1710463Z test_meta_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1725555Z test_meta_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1740371Z test_meta_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1755235Z test_meta_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1770128Z test_meta_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1784911Z test_meta_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1799881Z test_meta_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1814958Z test_meta_special_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1829780Z test_meta_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1844741Z test_meta_special_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1859782Z test_meta_special_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1874887Z test_meta_special_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1889833Z test_meta_special_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1906561Z test_meta_special_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1921277Z test_meta_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1936132Z test_meta_special_i1e_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1951235Z test_meta_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1965952Z test_meta_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1980841Z test_meta_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.1995821Z test_meta_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2010759Z test_meta_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2025638Z test_meta_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2040593Z test_meta_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2055562Z test_meta_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2070384Z test_meta_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2085470Z test_meta_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2100299Z test_meta_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2115247Z test_meta_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2130306Z test_meta_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2145086Z test_meta_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2160447Z test_meta_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2171740Z test_meta_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.2182759Z test_meta_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.2194279Z test_meta_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.2205129Z test_meta_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.2216303Z test_meta_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.2227418Z test_meta_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.2238588Z test_meta_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.2249885Z test_meta_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.2264589Z test_meta_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2281021Z test_meta_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2296222Z test_meta_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2311187Z test_meta_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2326165Z test_meta_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2341006Z test_meta_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2356026Z test_meta_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2370841Z test_meta_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2385796Z test_meta_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2400749Z test_meta_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2415700Z test_meta_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2430671Z test_meta_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2446087Z test_meta_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2461231Z test_meta_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2476025Z test_meta_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2490956Z test_meta_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2505985Z test_meta_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2521000Z test_meta_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2535851Z test_meta_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2550650Z test_meta_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2567147Z test_meta_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2582002Z test_meta_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2597111Z test_meta_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2612116Z test_meta_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2627026Z test_meta_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2642157Z test_meta_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2657122Z test_meta_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2672005Z test_meta_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2688704Z test_meta_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2703654Z test_meta_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2718694Z test_meta_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2733602Z test_meta_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2748492Z test_meta_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2763534Z test_meta_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2778554Z test_meta_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2793695Z test_meta_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2808651Z test_meta_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2823462Z test_meta_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2838471Z test_meta_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2853461Z test_meta_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2868567Z test_meta_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2883629Z test_meta_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2898642Z test_meta_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2913853Z test_meta_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2928808Z test_meta_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2943524Z test_meta_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2958682Z test_meta_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2973577Z test_meta_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.2988424Z test_meta_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3003438Z test_meta_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3018700Z test_meta_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3033366Z test_meta_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3048416Z test_meta_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3063324Z test_meta_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3078142Z test_meta_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3094630Z test_meta_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3109546Z test_meta_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3124759Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3139598Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3154558Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3169632Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3184184Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3199982Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3214556Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3229574Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3244603Z test_meta_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3259870Z test_meta_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3275208Z test_meta_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3290384Z test_meta_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3305699Z test_meta_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3320827Z test_meta_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3336060Z test_meta_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3351172Z test_meta_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3366588Z test_meta_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3381566Z test_meta_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3396709Z test_meta_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3411816Z test_meta_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3427102Z test_meta_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3442252Z test_meta_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3457631Z test_meta_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3472565Z test_meta_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3487813Z test_meta_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3499280Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3511917Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3523288Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3534555Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3545587Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3556953Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3568045Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3579241Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3590170Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3601283Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3612417Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3623748Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3635340Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3647059Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3658254Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3669934Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3680931Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3692457Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3703533Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3714749Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3725985Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3737553Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3759371Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3760652Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3772170Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3783053Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3794668Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3805828Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3816786Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3829403Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3841328Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3852163Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:48.3868471Z test_meta_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3884251Z test_meta_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3899687Z test_meta_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3914982Z test_meta_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3930129Z test_meta_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3945354Z test_meta_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3961817Z test_meta_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3977952Z test_meta_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.3993692Z test_meta_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4009143Z test_meta_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4024585Z test_meta_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4039980Z test_meta_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4054830Z test_meta_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4070150Z test_meta_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4085220Z test_meta_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4100184Z test_meta_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4115375Z test_meta_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4130136Z test_meta_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4144783Z test_meta_special_zeta_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4159543Z test_meta_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4174463Z test_meta_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4189360Z test_meta_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4204404Z test_meta_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4219256Z test_meta_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4236266Z test_meta_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4250953Z test_meta_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4265885Z test_meta_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4280907Z test_meta_split_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4295990Z test_meta_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4310820Z test_meta_split_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4325974Z test_meta_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4340866Z test_meta_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4355816Z test_meta_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4370922Z test_meta_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4385777Z test_meta_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4401062Z test_meta_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4416167Z test_meta_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4431072Z test_meta_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4446080Z test_meta_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4461640Z test_meta_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4476507Z test_meta_split_list_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4491321Z test_meta_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4506235Z test_meta_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4521200Z test_meta_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4536246Z test_meta_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4551189Z test_meta_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4566265Z test_meta_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4581232Z test_meta_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4596172Z test_meta_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4611236Z test_meta_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4626116Z test_meta_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4642806Z test_meta_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4657955Z test_meta_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4673040Z test_meta_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4688166Z test_meta_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4703373Z test_meta_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4719436Z test_meta_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4734242Z test_meta_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4749181Z test_meta_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4764108Z test_meta_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4779199Z test_meta_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4794187Z test_meta_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4809261Z test_meta_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4824041Z test_meta_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4839083Z test_meta_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4853978Z test_meta_sqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4868743Z test_meta_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4883745Z test_meta_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4898780Z test_meta_sqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4913843Z test_meta_sqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4928853Z test_meta_sqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4943823Z test_meta_sqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4958846Z test_meta_sqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4973741Z test_meta_sqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.4988914Z test_meta_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5003717Z test_meta_square_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5018677Z test_meta_square_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5033720Z test_meta_square_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5051459Z test_meta_square_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5067061Z test_meta_square_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5081738Z test_meta_square_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5096717Z test_meta_square_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5111541Z test_meta_square_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5127373Z test_meta_square_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5142254Z test_meta_square_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5157497Z test_meta_square_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5172466Z test_meta_square_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5187779Z test_meta_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5203256Z test_meta_squeeze_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5219171Z test_meta_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5235084Z test_meta_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5250808Z test_meta_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5265632Z test_meta_squeeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5280583Z test_meta_squeeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5295480Z test_meta_squeeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5310552Z test_meta_squeeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5325392Z test_meta_squeeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5339976Z test_meta_squeeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5355027Z test_meta_squeeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5369937Z test_meta_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5385021Z test_meta_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5400269Z test_meta_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5415443Z test_meta_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5430489Z test_meta_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5445842Z test_meta_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5463290Z test_meta_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5478378Z test_meta_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5493423Z test_meta_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5509050Z test_meta_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5523825Z test_meta_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5539169Z test_meta_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5554149Z test_meta_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5569064Z test_meta_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5584011Z test_meta_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5599221Z test_meta_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5614486Z test_meta_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5629531Z test_meta_std_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5644586Z test_meta_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5659731Z test_meta_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5674968Z test_meta_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5690085Z test_meta_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5705094Z test_meta_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5720553Z test_meta_std_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5735581Z test_meta_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5750705Z test_meta_std_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5766134Z test_meta_stft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5781084Z test_meta_stft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5796165Z test_meta_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5811388Z test_meta_stft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5826429Z test_meta_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5841563Z test_meta_sub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5856748Z test_meta_sub_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5873690Z test_meta_sub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5889026Z test_meta_sub_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5904074Z test_meta_sub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5919145Z test_meta_sub_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5934218Z test_meta_sub_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5949349Z test_meta_sub_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5964476Z test_meta_sub_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5979677Z test_meta_sub_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.5995085Z test_meta_sub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6009921Z test_meta_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6024889Z test_meta_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6040270Z test_meta_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6055350Z test_meta_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6070568Z test_meta_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6085718Z test_meta_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6100734Z test_meta_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6115868Z test_meta_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6131022Z test_meta_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6146052Z test_meta_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6161249Z test_meta_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6176444Z test_meta_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6191735Z test_meta_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6206663Z test_meta_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6221856Z test_meta_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6236984Z test_meta_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6252030Z test_meta_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6267228Z test_meta_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6284065Z test_meta_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6299447Z test_meta_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6314859Z test_meta_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6330013Z test_meta_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6345170Z test_meta_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6360410Z test_meta_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6376138Z test_meta_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6391839Z test_meta_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6407705Z test_meta_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6423254Z test_meta_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6438829Z test_meta_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6454379Z test_meta_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6469883Z test_meta_symeig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6485732Z test_meta_symeig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6500892Z test_meta_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6516921Z test_meta_symeig_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6531812Z test_meta_t_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6547304Z test_meta_t_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6562617Z test_meta_t_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6577883Z test_meta_t_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6593303Z test_meta_t_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6608741Z test_meta_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6623946Z test_meta_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6639295Z test_meta_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6654610Z test_meta_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6669848Z test_meta_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6685227Z test_meta_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6702142Z test_meta_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6717707Z test_meta_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6733038Z test_meta_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6748268Z test_meta_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6763651Z test_meta_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6779009Z test_meta_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6794300Z test_meta_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6809594Z test_meta_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6824838Z test_meta_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6840154Z test_meta_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6855423Z test_meta_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6870573Z test_meta_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6885975Z test_meta_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6901304Z test_meta_take_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6916577Z test_meta_take_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6931902Z test_meta_take_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6947108Z test_meta_take_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6962335Z test_meta_take_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6977702Z test_meta_take_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.6993388Z test_meta_take_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7008499Z test_meta_take_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7023644Z test_meta_take_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7039151Z test_meta_take_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7054292Z test_meta_take_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7069462Z test_meta_take_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7084727Z test_meta_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7099933Z test_meta_tan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7116934Z test_meta_tan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7132214Z test_meta_tan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7147493Z test_meta_tan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7162702Z test_meta_tan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7178009Z test_meta_tan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7193452Z test_meta_tan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7208747Z test_meta_tan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7223845Z test_meta_tan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7239322Z test_meta_tan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7254594Z test_meta_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7269811Z test_meta_tanh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7285139Z test_meta_tanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7300354Z test_meta_tanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7315862Z test_meta_tanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7331162Z test_meta_tanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7346341Z test_meta_tanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7361690Z test_meta_tanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7376962Z test_meta_tanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7392211Z test_meta_tanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7407658Z test_meta_tanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7422864Z test_meta_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7438442Z test_meta_tensor_split_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7453768Z test_meta_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7469013Z test_meta_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7484313Z test_meta_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7499415Z test_meta_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7514627Z test_meta_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7531569Z test_meta_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7546819Z test_meta_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7562266Z test_meta_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7577376Z test_meta_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7592416Z test_meta_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7607950Z test_meta_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7623178Z test_meta_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7638469Z test_meta_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7653804Z test_meta_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7668950Z test_meta_tensordot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7684332Z test_meta_tensordot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7699631Z test_meta_tensordot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7715012Z test_meta_tensordot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7730331Z test_meta_tensordot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7745349Z test_meta_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7760539Z test_meta_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7775823Z test_meta_tile_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7791024Z test_meta_tile_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7806398Z test_meta_tile_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7821710Z test_meta_tile_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7837273Z test_meta_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7852616Z test_meta_tile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7867810Z test_meta_tile_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7883301Z test_meta_tile_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7898546Z test_meta_tile_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7913891Z test_meta_tile_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7929131Z test_meta_tile_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.7940670Z test_meta_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:48.7953842Z test_meta_to_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:48.7964843Z test_meta_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:48.7976090Z test_meta_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:48.7987636Z test_meta_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:48.7999022Z test_meta_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:48.8011109Z test_meta_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:48.8022190Z test_meta_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:48.8033486Z test_meta_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:48.8044550Z test_meta_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:48.8056210Z test_meta_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:48.8067916Z test_meta_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:48.8083714Z test_meta_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8099467Z test_meta_to_sparse_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8115129Z test_meta_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8130191Z test_meta_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8145164Z test_meta_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8160331Z test_meta_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8175651Z test_meta_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8190709Z test_meta_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8205850Z test_meta_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8221243Z test_meta_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8236097Z test_meta_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8250948Z test_meta_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8266127Z test_meta_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8281248Z test_meta_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8296524Z test_meta_topk_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8312185Z test_meta_topk_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8329188Z test_meta_topk_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8344387Z test_meta_topk_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8359588Z test_meta_topk_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8374774Z test_meta_topk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8389980Z test_meta_trace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8405386Z test_meta_trace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8420507Z test_meta_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8435882Z test_meta_trace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8451110Z test_meta_trace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8466633Z test_meta_trace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8481977Z test_meta_trace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8497464Z test_meta_trace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8512660Z test_meta_trace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8528012Z test_meta_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8543211Z test_meta_transpose_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8558779Z test_meta_transpose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8574186Z test_meta_transpose_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8589605Z test_meta_transpose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8605008Z test_meta_transpose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8620409Z test_meta_transpose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8635880Z test_meta_transpose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8651273Z test_meta_transpose_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8666568Z test_meta_transpose_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8682104Z test_meta_transpose_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8697676Z test_meta_transpose_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8713128Z test_meta_transpose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8728634Z test_meta_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8746148Z test_meta_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8761165Z test_meta_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8775869Z test_meta_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8790642Z test_meta_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8805761Z test_meta_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8820779Z test_meta_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8835804Z test_meta_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8850929Z test_meta_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8865877Z test_meta_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8880888Z test_meta_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8895961Z test_meta_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8911177Z test_meta_trapz_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8926070Z test_meta_trapz_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8940961Z test_meta_trapz_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8956072Z test_meta_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8970931Z test_meta_trapz_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.8986061Z test_meta_trapz_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9001403Z test_meta_trapz_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9016423Z test_meta_trapz_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9031049Z test_meta_trapz_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9045939Z test_meta_trapz_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9061141Z test_meta_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9076221Z test_meta_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9091241Z test_meta_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9106442Z test_meta_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9121524Z test_meta_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9136438Z test_meta_tril_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9153538Z test_meta_tril_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9168781Z test_meta_tril_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9183493Z test_meta_tril_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9198379Z test_meta_tril_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9213240Z test_meta_tril_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9228005Z test_meta_tril_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9243043Z test_meta_tril_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9257890Z test_meta_tril_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9273603Z test_meta_tril_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9288449Z test_meta_tril_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9304474Z test_meta_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9319741Z test_meta_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9334776Z test_meta_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9349810Z test_meta_triu_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9364967Z test_meta_triu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9379877Z test_meta_triu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9395090Z test_meta_triu_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9410104Z test_meta_triu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9424954Z test_meta_triu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9440080Z test_meta_triu_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9455260Z test_meta_triu_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9470265Z test_meta_triu_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9485644Z test_meta_triu_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9501019Z test_meta_triu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9516232Z test_meta_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9531538Z test_meta_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9546842Z test_meta_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9564038Z test_meta_true_divide_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9579396Z test_meta_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9594730Z test_meta_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9610037Z test_meta_true_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9625374Z test_meta_true_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9640596Z test_meta_true_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9655854Z test_meta_true_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9670964Z test_meta_true_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9686461Z test_meta_true_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9701568Z test_meta_true_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9716896Z test_meta_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9732313Z test_meta_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9747580Z test_meta_trunc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9762981Z test_meta_trunc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9778490Z test_meta_trunc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9794170Z test_meta_trunc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9809463Z test_meta_trunc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9824774Z test_meta_trunc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9840198Z test_meta_trunc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9855527Z test_meta_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9870826Z test_meta_unbind_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9886255Z test_meta_unbind_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9901431Z test_meta_unbind_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9916656Z test_meta_unbind_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9931719Z test_meta_unbind_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9946375Z test_meta_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9961115Z test_meta_unbind_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9979183Z test_meta_unbind_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:48.9994368Z test_meta_unbind_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0008735Z test_meta_unbind_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0023369Z test_meta_unbind_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0038025Z test_meta_unbind_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0053595Z test_meta_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0068345Z test_meta_unflatten_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0083502Z test_meta_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0098639Z test_meta_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0114153Z test_meta_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0128758Z test_meta_unflatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0143843Z test_meta_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0158699Z test_meta_unflatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0173752Z test_meta_unflatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0188984Z test_meta_unflatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0204067Z test_meta_unflatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0219007Z test_meta_unflatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0234166Z test_meta_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0249761Z test_meta_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0263968Z test_meta_unfold_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0279608Z test_meta_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0294446Z test_meta_unfold_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0309523Z test_meta_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0325003Z test_meta_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0339839Z test_meta_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0354998Z test_meta_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0370036Z test_meta_unfold_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0387054Z test_meta_unfold_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0402369Z test_meta_unfold_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0417479Z test_meta_unfold_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0432440Z test_meta_unfold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0447540Z test_meta_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0462297Z test_meta_uniform_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0477391Z test_meta_uniform_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0492360Z test_meta_uniform_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0507483Z test_meta_uniform_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0523629Z test_meta_uniform_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0538696Z test_meta_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0554031Z test_meta_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0568791Z test_meta_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0583831Z test_meta_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0598835Z test_meta_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0613915Z test_meta_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0629042Z test_meta_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0644100Z test_meta_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0658958Z test_meta_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0674099Z test_meta_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0689022Z test_meta_unique_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0703818Z test_meta_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0718776Z test_meta_unique_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0733741Z test_meta_unique_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0748722Z test_meta_unique_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0764178Z test_meta_unique_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0778767Z test_meta_unique_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0795636Z test_meta_unique_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0810801Z test_meta_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0825773Z test_meta_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0840965Z test_meta_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0856034Z test_meta_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0870908Z test_meta_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0886032Z test_meta_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0901008Z test_meta_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0916109Z test_meta_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0931153Z test_meta_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0946171Z test_meta_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0961258Z test_meta_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0976242Z test_meta_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.0991236Z test_meta_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1006596Z test_meta_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1021442Z test_meta_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1036496Z test_meta_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1051994Z test_meta_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1066799Z test_meta_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1081878Z test_meta_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1096676Z test_meta_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1111637Z test_meta_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1126831Z test_meta_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1141845Z test_meta_var_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1157143Z test_meta_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1172115Z test_meta_var_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1187242Z test_meta_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1203979Z test_meta_vdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1219125Z test_meta_vdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1234057Z test_meta_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1249122Z test_meta_vdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1264475Z test_meta_vdot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1279359Z test_meta_vdot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1294759Z test_meta_vdot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1309864Z test_meta_vdot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1324627Z test_meta_vdot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1340008Z test_meta_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1354849Z test_meta_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1369640Z test_meta_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1384583Z test_meta_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1399686Z test_meta_view_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1414831Z test_meta_view_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1429852Z test_meta_view_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1444867Z test_meta_view_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1459789Z test_meta_view_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1474957Z test_meta_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1489978Z test_meta_view_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1504984Z test_meta_view_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1520034Z test_meta_view_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1535278Z test_meta_view_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1550092Z test_meta_view_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1565239Z test_meta_view_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1580137Z test_meta_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1595266Z test_meta_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1612060Z test_meta_view_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1627077Z test_meta_view_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1642030Z test_meta_view_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1656975Z test_meta_view_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1672010Z test_meta_view_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1687085Z test_meta_view_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1702038Z test_meta_view_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1717098Z test_meta_view_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1732028Z test_meta_view_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1746973Z test_meta_view_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1762107Z test_meta_view_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1777121Z test_meta_view_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1792119Z test_meta_view_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1807158Z test_meta_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1822160Z test_meta_vsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1837259Z test_meta_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1852224Z test_meta_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1867107Z test_meta_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1882138Z test_meta_vsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1897263Z test_meta_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1912122Z test_meta_vsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1927129Z test_meta_vsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1941903Z test_meta_vsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1957024Z test_meta_vsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1972082Z test_meta_vsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.1986942Z test_meta_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2001960Z test_meta_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2018681Z test_meta_vstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2033929Z test_meta_vstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2049038Z test_meta_vstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2064115Z test_meta_vstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2079611Z test_meta_vstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2094113Z test_meta_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2109016Z test_meta_vstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2124330Z test_meta_vstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2139402Z test_meta_vstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2154337Z test_meta_vstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2169434Z test_meta_vstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2184498Z test_meta_vstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2199420Z test_meta_where_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2214478Z test_meta_where_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2229347Z test_meta_where_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2244414Z test_meta_where_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2259397Z test_meta_where_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2274351Z test_meta_where_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2289363Z test_meta_where_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2304473Z test_meta_where_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2319747Z test_meta_where_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2334569Z test_meta_where_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2349713Z test_meta_where_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2364585Z test_meta_where_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2379565Z test_meta_where_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2394487Z test_meta_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2409618Z test_meta_xlogy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2426348Z test_meta_xlogy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2441484Z test_meta_xlogy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2456389Z test_meta_xlogy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2471207Z test_meta_xlogy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2487584Z test_meta_xlogy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2502648Z test_meta_xlogy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2517770Z test_meta_xlogy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2532770Z test_meta_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2548934Z test_meta_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2563491Z test_meta_zero__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2578357Z test_meta_zero__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2593577Z test_meta_zero__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2608496Z test_meta_zero__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2623755Z test_meta_zero__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2638816Z test_meta_zero__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2654052Z test_meta_zero__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2669029Z test_meta_zero__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2684222Z test_meta_zero__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2699200Z test_meta_zero__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2714306Z test_meta_zero__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2729192Z test_meta_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2744180Z test_meta_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2759289Z test_meta_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2774290Z test_meta_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2789210Z test_meta_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2804737Z test_meta_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2819976Z test_meta_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2836885Z test_meta_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2851975Z test_meta_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2866997Z test_meta_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2881834Z test_meta_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2896941Z test_meta_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2911809Z test_meta_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2927100Z test_meta_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2942111Z test_meta_zeros_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2957235Z test_meta_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2972501Z test_meta_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.2987766Z test_meta_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.3002948Z test_meta_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.3018048Z test_meta_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.3033421Z test_meta_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.3048470Z test_meta_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.3063180Z test_meta_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.3078574Z test_meta_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.3093849Z test_meta_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.3108960Z test_meta_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:49.3150042Z test_complex_noncontiguous_bug (__main__.TestMetaConverter) ... /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T15:54:49.3150571Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:54:49.3170530Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_complex_noncontiguous_bug test_meta.py line 126 2022-09-27T15:54:49.3171104Z due to: 2022-09-27T15:54:49.3171275Z Traceback (most recent call last): 2022-09-27T15:54:49.3171556Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:54:49.3172051Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:54:49.3172553Z AssertionError: torch.* op returned non-Tensor MetaConverter call_function 2022-09-27T15:54:49.3172773Z 2022-09-27T15:54:49.3172842Z from user code: 2022-09-27T15:54:49.3173069Z File "test_meta.py", line 128, in test_complex_noncontiguous_bug 2022-09-27T15:54:49.3173303Z m = MetaConverter()(x) 2022-09-27T15:54:49.3173419Z 2022-09-27T15:54:49.3173539Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:54:49.3173759Z ========== 2022-09-27T15:54:49.3178676Z ok (0.006s) 2022-09-27T15:54:49.3216476Z test_imag (__main__.TestMetaConverter) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_imag test_meta.py line 149 2022-09-27T15:54:49.3217020Z due to: 2022-09-27T15:54:49.3217255Z Traceback (most recent call last): 2022-09-27T15:54:49.3217531Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:54:49.3217961Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:54:49.3218452Z AssertionError: torch.* op returned non-Tensor MetaConverter call_function 2022-09-27T15:54:49.3218685Z 2022-09-27T15:54:49.3218755Z from user code: 2022-09-27T15:54:49.3218954Z File "test_meta.py", line 152, in test_imag 2022-09-27T15:54:49.3219151Z m = MetaConverter()(y) 2022-09-27T15:54:49.3219265Z 2022-09-27T15:54:49.3219396Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:54:49.3219613Z ========== 2022-09-27T15:54:49.3222446Z ok (0.004s) 2022-09-27T15:54:49.3253679Z test_leaf (__main__.TestMetaConverter) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_leaf test_meta.py line 91 2022-09-27T15:54:49.3254193Z due to: 2022-09-27T15:54:49.3254416Z Traceback (most recent call last): 2022-09-27T15:54:49.3254683Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:54:49.3255123Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:54:49.3255617Z AssertionError: torch.* op returned non-Tensor MetaConverter call_function 2022-09-27T15:54:49.3255853Z 2022-09-27T15:54:49.3255910Z from user code: 2022-09-27T15:54:49.3256113Z File "test_meta.py", line 93, in test_leaf 2022-09-27T15:54:49.3256436Z to_meta = MetaConverter() 2022-09-27T15:54:49.3256611Z 2022-09-27T15:54:49.3256743Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:54:49.3257069Z ========== 2022-09-27T15:54:49.3257310Z ok (0.003s) 2022-09-27T15:54:49.3294465Z test_non_leaf (__main__.TestMetaConverter) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_non_leaf test_meta.py line 99 2022-09-27T15:54:49.3294808Z due to: 2022-09-27T15:54:49.3295003Z Traceback (most recent call last): 2022-09-27T15:54:49.3295289Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:54:49.3295719Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:54:49.3296196Z AssertionError: torch.* op returned non-Tensor MetaConverter call_function 2022-09-27T15:54:49.3296429Z 2022-09-27T15:54:49.3296500Z from user code: 2022-09-27T15:54:49.3296702Z File "test_meta.py", line 102, in test_non_leaf 2022-09-27T15:54:49.3296996Z to_meta = MetaConverter() 2022-09-27T15:54:49.3297118Z 2022-09-27T15:54:49.3297248Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:54:49.3297690Z ========== 2022-09-27T15:54:49.3299634Z ok (0.004s) 2022-09-27T15:54:49.3329040Z test_requires_grad_false (__main__.TestMetaConverter) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_requires_grad_false test_meta.py line 108 2022-09-27T15:54:49.3329379Z due to: 2022-09-27T15:54:49.3329729Z Traceback (most recent call last): 2022-09-27T15:54:49.3330022Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:54:49.3330468Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:54:49.3331053Z AssertionError: torch.* op returned non-Tensor MetaConverter call_function 2022-09-27T15:54:49.3331287Z 2022-09-27T15:54:49.3331359Z from user code: 2022-09-27T15:54:49.3331649Z File "test_meta.py", line 110, in test_requires_grad_false 2022-09-27T15:54:49.3331996Z to_meta = MetaConverter() 2022-09-27T15:54:49.3332123Z 2022-09-27T15:54:49.3332253Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:54:49.3332463Z ========== 2022-09-27T15:54:49.3332620Z ok (0.003s) 2022-09-27T15:54:49.3352058Z test_tensor_outlives_converter (__main__.TestMetaConverter) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_outlives_converter test_meta.py line 180 2022-09-27T15:54:49.3352677Z due to: 2022-09-27T15:54:49.3353079Z Traceback (most recent call last): 2022-09-27T15:54:49.3353361Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:54:49.3353874Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:54:49.3354457Z AssertionError: torch.* op returned non-Tensor MetaConverter call_function 2022-09-27T15:54:49.3354695Z 2022-09-27T15:54:49.3354793Z from user code: 2022-09-27T15:54:49.3355020Z File "test_meta.py", line 181, in test_tensor_outlives_converter 2022-09-27T15:54:49.3355248Z m = MetaConverter() 2022-09-27T15:54:49.3355361Z 2022-09-27T15:54:49.3355478Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:54:49.3355694Z ========== 2022-09-27T15:54:49.3355861Z ok (0.002s) 2022-09-27T15:54:49.3396024Z test_view_as_complex (__main__.TestMetaConverter) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_as_complex test_meta.py line 133 2022-09-27T15:54:49.3396474Z due to: 2022-09-27T15:54:49.3396672Z Traceback (most recent call last): 2022-09-27T15:54:49.3396958Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:54:49.3397400Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:54:49.3397890Z AssertionError: torch.* op returned non-Tensor MetaConverter call_function 2022-09-27T15:54:49.3398129Z 2022-09-27T15:54:49.3398202Z from user code: 2022-09-27T15:54:49.3398417Z File "test_meta.py", line 136, in test_view_as_complex 2022-09-27T15:54:49.3398627Z m = MetaConverter()(y) 2022-09-27T15:54:49.3398748Z 2022-09-27T15:54:49.3398884Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:54:49.3399123Z ========== 2022-09-27T15:54:49.3400363Z ok (0.004s) 2022-09-27T15:54:49.3441153Z test_view_as_real (__main__.TestMetaConverter) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_as_real test_meta.py line 118 2022-09-27T15:54:49.3441484Z due to: 2022-09-27T15:54:49.3441689Z Traceback (most recent call last): 2022-09-27T15:54:49.3441957Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:54:49.3442395Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:54:49.3442894Z AssertionError: torch.* op returned non-Tensor MetaConverter call_function 2022-09-27T15:54:49.3443342Z 2022-09-27T15:54:49.3443415Z from user code: 2022-09-27T15:54:49.3443613Z File "test_meta.py", line 121, in test_view_as_real 2022-09-27T15:54:49.3443830Z m = MetaConverter()(y) 2022-09-27T15:54:49.3443953Z 2022-09-27T15:54:49.3444085Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:54:49.3444353Z ========== 2022-09-27T15:54:49.3445994Z ok (0.004s) 2022-09-27T15:54:49.3488895Z test_view_dtype (__main__.TestMetaConverter) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_dtype test_meta.py line 141 2022-09-27T15:54:49.3489450Z due to: 2022-09-27T15:54:49.3489639Z Traceback (most recent call last): 2022-09-27T15:54:49.3489920Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:54:49.3490363Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:54:49.3490849Z AssertionError: torch.* op returned non-Tensor MetaConverter call_function 2022-09-27T15:54:49.3491091Z 2022-09-27T15:54:49.3491160Z from user code: 2022-09-27T15:54:49.3491363Z File "test_meta.py", line 144, in test_view_dtype 2022-09-27T15:54:49.3491575Z m = MetaConverter()(y) 2022-09-27T15:54:49.3491680Z 2022-09-27T15:54:49.3491809Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:54:49.3492060Z ========== 2022-09-27T15:54:49.3492767Z ok (0.004s) 2022-09-27T15:54:49.3536469Z test_view_of_leaf (__main__.TestMetaConverter) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_of_leaf test_meta.py line 79 2022-09-27T15:54:49.3537041Z due to: 2022-09-27T15:54:49.3537242Z Traceback (most recent call last): 2022-09-27T15:54:49.3537521Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:54:49.3537941Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:54:49.3538442Z AssertionError: torch.* op returned non-Tensor MetaConverter call_function 2022-09-27T15:54:49.3538674Z 2022-09-27T15:54:49.3538743Z from user code: 2022-09-27T15:54:49.3538937Z File "test_meta.py", line 83, in test_view_of_leaf 2022-09-27T15:54:49.3539156Z to_meta = MetaConverter() 2022-09-27T15:54:49.3539274Z 2022-09-27T15:54:49.3539404Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:54:49.3539619Z ========== 2022-09-27T15:54:49.3549312Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT assertSameVersionCounter test_meta.py line 55 2022-09-27T15:54:49.3549817Z due to: 2022-09-27T15:54:49.3550060Z Traceback (most recent call last): 2022-09-27T15:54:49.3550427Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 477, in __init__ 2022-09-27T15:54:49.3550706Z assert device.type != "meta" 2022-09-27T15:54:49.3550895Z AssertionError 2022-09-27T15:54:49.3551008Z 2022-09-27T15:54:49.3551124Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:54:49.3551335Z ========== 2022-09-27T15:54:49.3561986Z ok (0.006s) 2022-09-27T15:54:49.3612651Z test_view_of_non_leaf (__main__.TestMetaConverter) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_of_non_leaf test_meta.py line 66 2022-09-27T15:54:49.3613065Z due to: 2022-09-27T15:54:49.3613251Z Traceback (most recent call last): 2022-09-27T15:54:49.3613548Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:54:49.3613976Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:54:49.3614475Z AssertionError: torch.* op returned non-Tensor MetaConverter call_function 2022-09-27T15:54:49.3614710Z 2022-09-27T15:54:49.3614781Z from user code: 2022-09-27T15:54:49.3614992Z File "test_meta.py", line 71, in test_view_of_non_leaf 2022-09-27T15:54:49.3615406Z to_meta = MetaConverter() 2022-09-27T15:54:49.3615526Z 2022-09-27T15:54:49.3615661Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:54:49.3615887Z ========== 2022-09-27T15:54:49.3618526Z ok (0.005s) 2022-09-27T15:54:49.3659345Z test_weakref (__main__.TestMetaConverter) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_weakref test_meta.py line 158 2022-09-27T15:54:49.3659728Z due to: 2022-09-27T15:54:49.3659929Z Traceback (most recent call last): 2022-09-27T15:54:49.3660195Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:54:49.3660632Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:54:49.3661130Z AssertionError: torch.* op returned non-Tensor MetaConverter call_function 2022-09-27T15:54:49.3661367Z 2022-09-27T15:54:49.3661436Z from user code: 2022-09-27T15:54:49.3661633Z File "test_meta.py", line 160, in test_weakref 2022-09-27T15:54:49.3661840Z m = MetaConverter() 2022-09-27T15:54:49.3661954Z 2022-09-27T15:54:49.3662084Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:54:49.3662289Z ========== 2022-09-27T15:54:49.3669108Z ok (0.005s) 2022-09-27T15:54:49.3669467Z 2022-09-27T15:54:49.3669860Z ---------------------------------------------------------------------- 2022-09-27T15:54:49.3670356Z Ran 10172 tests in 17.132s 2022-09-27T15:54:49.3670546Z 2022-09-27T15:54:49.3670634Z OK (skipped=10158) 2022-09-27T15:54:49.3670744Z 2022-09-27T15:54:49.3670828Z Generating XML reports... 2022-09-27T15:54:50.5927726Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaCPU-20220927155432.xml 2022-09-27T15:54:50.5939487Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20220927155432.xml 2022-09-27T15:54:51.3236707Z Running test_decomp ... [2022-09-27 15:54:51.323269] 2022-09-27T15:54:51.3237225Z Executing ['/opt/conda/bin/python', '-bb', 'test_decomp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:54:51.323368] 2022-09-27T15:54:53.8472235Z Test results will be stored in test-reports/python-unittest/test_decomp 2022-09-27T15:54:53.9887571Z 2022-09-27T15:54:53.9888089Z Running tests... 2022-09-27T15:54:53.9888827Z ---------------------------------------------------------------------- 2022-09-27T15:54:55.8267430Z test_comprehensive_H_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (1.586s) 2022-09-27T15:54:55.8282026Z test_comprehensive_H_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8294480Z test_comprehensive_H_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8305485Z test_comprehensive_H_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8316637Z test_comprehensive_H_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8327764Z test_comprehensive_H_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8338569Z test_comprehensive_H_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8382030Z test_comprehensive_H_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.004s) 2022-09-27T15:54:55.8393324Z test_comprehensive_H_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8404620Z test_comprehensive_H_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8415942Z test_comprehensive_H_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8427265Z test_comprehensive_H_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8438655Z test_comprehensive_H_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8450124Z test_comprehensive_T_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8461220Z test_comprehensive_T_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8472466Z test_comprehensive_T_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8483962Z test_comprehensive_T_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8495250Z test_comprehensive_T_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8506516Z test_comprehensive_T_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8517805Z test_comprehensive_T_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8529996Z test_comprehensive_T_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8540569Z test_comprehensive_T_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8551810Z test_comprehensive_T_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8563123Z test_comprehensive_T_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8574273Z test_comprehensive_T_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8585666Z test_comprehensive_T_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8597072Z test_comprehensive___getitem___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8608458Z test_comprehensive___getitem___cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8619741Z test_comprehensive___getitem___cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8631043Z test_comprehensive___getitem___cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8642380Z test_comprehensive___getitem___cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8653713Z test_comprehensive___getitem___cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8665007Z test_comprehensive___getitem___cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8676368Z test_comprehensive___getitem___cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8687803Z test_comprehensive___getitem___cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8700354Z test_comprehensive___getitem___cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8711688Z test_comprehensive___getitem___cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8723185Z test_comprehensive___getitem___cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8734525Z test_comprehensive___getitem___cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8745618Z test_comprehensive___radd___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8756982Z test_comprehensive___radd___cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8768352Z test_comprehensive___radd___cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8779739Z test_comprehensive___radd___cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8791022Z test_comprehensive___radd___cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8802195Z test_comprehensive___radd___cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8813483Z test_comprehensive___radd___cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8824798Z test_comprehensive___radd___cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8836168Z test_comprehensive___radd___cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8847782Z test_comprehensive___radd___cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8858864Z test_comprehensive___radd___cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8870054Z test_comprehensive___radd___cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8881385Z test_comprehensive___rand___cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8892788Z test_comprehensive___rand___cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8904106Z test_comprehensive___rand___cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8915493Z test_comprehensive___rand___cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8926956Z test_comprehensive___rand___cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8938131Z test_comprehensive___rand___cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8949515Z test_comprehensive___rdiv___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8960821Z test_comprehensive___rdiv___cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8972318Z test_comprehensive___rdiv___cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8983497Z test_comprehensive___rdiv___cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.8994846Z test_comprehensive___rdiv___cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9006103Z test_comprehensive___rdiv___cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9018736Z test_comprehensive___rdiv___cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9030190Z test_comprehensive___rdiv___cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9041512Z test_comprehensive___rdiv___cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9052892Z test_comprehensive___rdiv___cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9064202Z test_comprehensive___rdiv___cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9075676Z test_comprehensive___rdiv___cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9086891Z test_comprehensive___rmatmul___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9098162Z test_comprehensive___rmatmul___cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9109506Z test_comprehensive___rmatmul___cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9120794Z test_comprehensive___rmatmul___cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9132160Z test_comprehensive___rmatmul___cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9143373Z test_comprehensive___rmatmul___cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9154747Z test_comprehensive___rmatmul___cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9166159Z test_comprehensive___rmatmul___cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9177465Z test_comprehensive___rmatmul___cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9188628Z test_comprehensive___rmatmul___cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9200070Z test_comprehensive___rmod___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9211426Z test_comprehensive___rmod___cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9222676Z test_comprehensive___rmod___cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9234124Z test_comprehensive___rmod___cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9245347Z test_comprehensive___rmul___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9256622Z test_comprehensive___rmul___cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9267872Z test_comprehensive___rmul___cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9279338Z test_comprehensive___rmul___cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9290622Z test_comprehensive___rmul___cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9301986Z test_comprehensive___rmul___cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9313443Z test_comprehensive___rmul___cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9324547Z test_comprehensive___rmul___cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9337257Z test_comprehensive___rmul___cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9348427Z test_comprehensive___rmul___cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9359751Z test_comprehensive___rmul___cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9371115Z test_comprehensive___rmul___cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9382469Z test_comprehensive___ror___cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9393864Z test_comprehensive___ror___cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9405076Z test_comprehensive___ror___cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9416385Z test_comprehensive___ror___cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9427866Z test_comprehensive___ror___cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9439803Z test_comprehensive___ror___cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9451101Z test_comprehensive___rpow___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9462160Z test_comprehensive___rpow___cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9473409Z test_comprehensive___rpow___cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9484643Z test_comprehensive___rpow___cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9496065Z test_comprehensive___rpow___cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9507349Z test_comprehensive___rpow___cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9518776Z test_comprehensive___rpow___cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9530238Z test_comprehensive___rpow___cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9541518Z test_comprehensive___rpow___cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9552924Z test_comprehensive___rpow___cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9564119Z test_comprehensive___rpow___cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9575643Z test_comprehensive___rsub___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9586975Z test_comprehensive___rsub___cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9598397Z test_comprehensive___rsub___cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9609768Z test_comprehensive___rsub___cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9621083Z test_comprehensive___rsub___cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9632462Z test_comprehensive___rsub___cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9643859Z test_comprehensive___rsub___cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9656529Z test_comprehensive___rsub___cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9667770Z test_comprehensive___rsub___cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9679344Z test_comprehensive___rsub___cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9691098Z test_comprehensive___rsub___cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9702356Z test_comprehensive___rxor___cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9713587Z test_comprehensive___rxor___cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9724852Z test_comprehensive___rxor___cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9736064Z test_comprehensive___rxor___cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9747285Z test_comprehensive___rxor___cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9758490Z test_comprehensive___rxor___cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9769812Z test_comprehensive__masked_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9781096Z test_comprehensive__masked_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9792231Z test_comprehensive__masked_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9803576Z test_comprehensive__masked_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9814791Z test_comprehensive__masked_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9826007Z test_comprehensive__masked_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9837326Z test_comprehensive__masked_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9848603Z test_comprehensive__masked_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9859772Z test_comprehensive__masked_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9870947Z test_comprehensive__masked_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9882230Z test_comprehensive__masked_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9893523Z test_comprehensive__masked_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9904747Z test_comprehensive__masked_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9915979Z test_comprehensive__masked_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9927309Z test_comprehensive__masked_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9938474Z test_comprehensive__masked_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9949643Z test_comprehensive__masked_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9960865Z test_comprehensive__masked_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9974056Z test_comprehensive__masked_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9984909Z test_comprehensive__masked_argmax_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:55.9996426Z test_comprehensive__masked_argmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0007638Z test_comprehensive__masked_argmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0018816Z test_comprehensive__masked_argmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0029952Z test_comprehensive__masked_argmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0041420Z test_comprehensive__masked_argmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0052737Z test_comprehensive__masked_argmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0063881Z test_comprehensive__masked_argmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0075220Z test_comprehensive__masked_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0086543Z test_comprehensive__masked_argmin_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0097668Z test_comprehensive__masked_argmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0108836Z test_comprehensive__masked_argmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0120108Z test_comprehensive__masked_argmin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0131303Z test_comprehensive__masked_argmin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0142473Z test_comprehensive__masked_argmin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0153828Z test_comprehensive__masked_argmin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0165016Z test_comprehensive__masked_argmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0176202Z test_comprehensive__masked_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0187472Z test_comprehensive__masked_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0198651Z test_comprehensive__masked_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0210041Z test_comprehensive__masked_cumprod_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0221125Z test_comprehensive__masked_cumprod_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0232343Z test_comprehensive__masked_cumprod_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0243589Z test_comprehensive__masked_cumprod_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0254873Z test_comprehensive__masked_cumprod_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0266111Z test_comprehensive__masked_cumprod_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0277455Z test_comprehensive__masked_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0290327Z test_comprehensive__masked_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0301639Z test_comprehensive__masked_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0312556Z test_comprehensive__masked_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0323552Z test_comprehensive__masked_cumsum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0334576Z test_comprehensive__masked_cumsum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0345459Z test_comprehensive__masked_cumsum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0356488Z test_comprehensive__masked_cumsum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0367796Z test_comprehensive__masked_cumsum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0378650Z test_comprehensive__masked_cumsum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0389615Z test_comprehensive__masked_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0400699Z test_comprehensive__masked_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0411693Z test_comprehensive__masked_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0422621Z test_comprehensive__masked_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0433799Z test_comprehensive__masked_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0445383Z test_comprehensive__masked_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0456780Z test_comprehensive__masked_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0464604Z test_comprehensive__masked_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:56.0471742Z test_comprehensive__masked_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:56.0479303Z test_comprehensive__masked_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:56.0486709Z test_comprehensive__masked_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:56.0493903Z test_comprehensive__masked_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:56.0501283Z test_comprehensive__masked_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:56.0508868Z test_comprehensive__masked_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:56.0516479Z test_comprehensive__masked_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:56.0528013Z test_comprehensive__masked_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0539287Z test_comprehensive__masked_mean_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0550662Z test_comprehensive__masked_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0561924Z test_comprehensive__masked_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0574711Z test_comprehensive__masked_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0585995Z test_comprehensive__masked_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0597616Z test_comprehensive__masked_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0609041Z test_comprehensive__masked_mean_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0620220Z test_comprehensive__masked_mean_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0631637Z test_comprehensive__masked_mean_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0643178Z test_comprehensive__masked_mean_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0654566Z test_comprehensive__masked_mean_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0665997Z test_comprehensive__masked_median_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0677457Z test_comprehensive__masked_median_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0688878Z test_comprehensive__masked_median_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0700191Z test_comprehensive__masked_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0711533Z test_comprehensive__masked_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0723099Z test_comprehensive__masked_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0734521Z test_comprehensive__masked_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0745986Z test_comprehensive__masked_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0757524Z test_comprehensive__masked_normalize_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0768970Z test_comprehensive__masked_normalize_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0780294Z test_comprehensive__masked_normalize_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0791534Z test_comprehensive__masked_normalize_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0802989Z test_comprehensive__masked_normalize_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0814509Z test_comprehensive__masked_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0825960Z test_comprehensive__masked_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0837524Z test_comprehensive__masked_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0849076Z test_comprehensive__masked_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0860439Z test_comprehensive__masked_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0872107Z test_comprehensive__masked_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0883320Z test_comprehensive__masked_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0895861Z test_comprehensive__masked_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0907077Z test_comprehensive__masked_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0918257Z test_comprehensive__masked_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0929530Z test_comprehensive__masked_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0940670Z test_comprehensive__masked_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0951845Z test_comprehensive__masked_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0963146Z test_comprehensive__masked_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0974443Z test_comprehensive__masked_softmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0985607Z test_comprehensive__masked_softmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.0996933Z test_comprehensive__masked_std_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1008258Z test_comprehensive__masked_std_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1019369Z test_comprehensive__masked_std_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1030542Z test_comprehensive__masked_std_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1041842Z test_comprehensive__masked_std_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1053051Z test_comprehensive__masked_std_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1064238Z test_comprehensive__masked_std_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1075558Z test_comprehensive__masked_std_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1087077Z test_comprehensive__masked_std_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1098481Z test_comprehensive__masked_std_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1109682Z test_comprehensive__masked_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1121173Z test_comprehensive__masked_sum_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1132595Z test_comprehensive__masked_sum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1143975Z test_comprehensive__masked_sum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1155406Z test_comprehensive__masked_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1166739Z test_comprehensive__masked_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1178026Z test_comprehensive__masked_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1189325Z test_comprehensive__masked_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1200874Z test_comprehensive__masked_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1213867Z test_comprehensive__masked_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1225252Z test_comprehensive__masked_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1236765Z test_comprehensive__masked_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1248215Z test_comprehensive__masked_var_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1259465Z test_comprehensive__masked_var_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1270701Z test_comprehensive__masked_var_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1282395Z test_comprehensive__masked_var_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1293767Z test_comprehensive__masked_var_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1305272Z test_comprehensive__masked_var_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1316737Z test_comprehensive__masked_var_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1328291Z test_comprehensive__masked_var_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1339446Z test_comprehensive__masked_var_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1350733Z test_comprehensive__masked_var_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1362601Z test_comprehensive__masked_var_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1373702Z test_comprehensive_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1385140Z test_comprehensive_abs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1396184Z test_comprehensive_abs_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1407614Z test_comprehensive_abs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1418879Z test_comprehensive_abs_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1430148Z test_comprehensive_abs_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1441556Z test_comprehensive_abs_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1452881Z test_comprehensive_abs_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1464125Z test_comprehensive_abs_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1475569Z test_comprehensive_abs_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1487148Z test_comprehensive_abs_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1498274Z test_comprehensive_abs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1509624Z test_comprehensive_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1521078Z test_comprehensive_acos_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1534246Z test_comprehensive_acos_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1545563Z test_comprehensive_acos_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1557185Z test_comprehensive_acos_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1568601Z test_comprehensive_acos_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1579973Z test_comprehensive_acos_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1591465Z test_comprehensive_acos_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1603178Z test_comprehensive_acos_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1614586Z test_comprehensive_acos_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1626031Z test_comprehensive_acos_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1637903Z test_comprehensive_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1649185Z test_comprehensive_acosh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1660463Z test_comprehensive_acosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1672096Z test_comprehensive_acosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1683853Z test_comprehensive_acosh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1695656Z test_comprehensive_acosh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1707116Z test_comprehensive_acosh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1718768Z test_comprehensive_acosh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1730550Z test_comprehensive_acosh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1742168Z test_comprehensive_acosh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1753929Z test_comprehensive_acosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1765495Z test_comprehensive_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1777069Z test_comprehensive_add_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1788715Z test_comprehensive_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1800308Z test_comprehensive_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1812112Z test_comprehensive_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1823578Z test_comprehensive_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1835267Z test_comprehensive_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1846939Z test_comprehensive_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1859845Z test_comprehensive_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1871584Z test_comprehensive_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1883261Z test_comprehensive_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1894976Z test_comprehensive_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1906517Z test_comprehensive_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1918179Z test_comprehensive_addbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1929870Z test_comprehensive_addbmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1941396Z test_comprehensive_addbmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1953159Z test_comprehensive_addbmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1964891Z test_comprehensive_addbmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1976484Z test_comprehensive_addbmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1987941Z test_comprehensive_addbmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.1999582Z test_comprehensive_addbmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2011327Z test_comprehensive_addbmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2022837Z test_comprehensive_addbmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2034469Z test_comprehensive_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2046103Z test_comprehensive_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2057682Z test_comprehensive_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2069215Z test_comprehensive_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2080813Z test_comprehensive_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2092492Z test_comprehensive_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2104176Z test_comprehensive_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2115789Z test_comprehensive_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2127617Z test_comprehensive_addcmul_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2138950Z test_comprehensive_addcmul_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2150448Z test_comprehensive_addcmul_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2162071Z test_comprehensive_addcmul_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2173832Z test_comprehensive_addcmul_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2187869Z test_comprehensive_addcmul_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2199517Z test_comprehensive_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2211151Z test_comprehensive_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2222769Z test_comprehensive_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2234416Z test_comprehensive_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2246054Z test_comprehensive_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2257703Z test_comprehensive_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2269194Z test_comprehensive_addmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2280731Z test_comprehensive_addmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2292394Z test_comprehensive_addmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2304055Z test_comprehensive_addmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2315795Z test_comprehensive_addmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2327343Z test_comprehensive_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2338850Z test_comprehensive_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2350407Z test_comprehensive_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2361963Z test_comprehensive_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2373509Z test_comprehensive_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2384875Z test_comprehensive_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2396503Z test_comprehensive_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2408155Z test_comprehensive_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2419781Z test_comprehensive_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2431382Z test_comprehensive_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2443299Z test_comprehensive_addmv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2455010Z test_comprehensive_addmv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2466677Z test_comprehensive_addmv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2478456Z test_comprehensive_addmv_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2490185Z test_comprehensive_addmv_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2501831Z test_comprehensive_addmv_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2515042Z test_comprehensive_addmv_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2526864Z test_comprehensive_addmv_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2538638Z test_comprehensive_addmv_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2550197Z test_comprehensive_addmv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2562291Z test_comprehensive_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2573971Z test_comprehensive_addr_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2585605Z test_comprehensive_addr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2597447Z test_comprehensive_addr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2609475Z test_comprehensive_addr_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2620842Z test_comprehensive_addr_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2632219Z test_comprehensive_addr_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2643836Z test_comprehensive_addr_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2655302Z test_comprehensive_addr_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2666820Z test_comprehensive_addr_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2678462Z test_comprehensive_addr_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2690051Z test_comprehensive_addr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2701589Z test_comprehensive_all_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2713368Z test_comprehensive_all_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2725067Z test_comprehensive_all_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2736604Z test_comprehensive_all_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2748062Z test_comprehensive_all_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2769938Z test_comprehensive_all_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2771968Z test_comprehensive_all_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2782902Z test_comprehensive_all_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2794314Z test_comprehensive_all_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2805559Z test_comprehensive_all_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2816766Z test_comprehensive_all_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2827959Z test_comprehensive_all_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2840782Z test_comprehensive_allclose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2852134Z test_comprehensive_allclose_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2863737Z test_comprehensive_allclose_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2874835Z test_comprehensive_allclose_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2886002Z test_comprehensive_allclose_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2897231Z test_comprehensive_allclose_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2908439Z test_comprehensive_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2919789Z test_comprehensive_amax_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2931076Z test_comprehensive_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2942295Z test_comprehensive_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2953723Z test_comprehensive_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2965089Z test_comprehensive_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2976249Z test_comprehensive_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2987543Z test_comprehensive_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.2998870Z test_comprehensive_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3010099Z test_comprehensive_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3021283Z test_comprehensive_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3032448Z test_comprehensive_amin_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3044336Z test_comprehensive_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3055625Z test_comprehensive_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3066919Z test_comprehensive_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3078265Z test_comprehensive_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3089718Z test_comprehensive_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3101074Z test_comprehensive_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3112235Z test_comprehensive_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3123630Z test_comprehensive_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3135037Z test_comprehensive_aminmax_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3146458Z test_comprehensive_aminmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3159232Z test_comprehensive_aminmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3170616Z test_comprehensive_aminmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3181880Z test_comprehensive_aminmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3193249Z test_comprehensive_aminmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3204437Z test_comprehensive_aminmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3215970Z test_comprehensive_aminmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3227249Z test_comprehensive_angle_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3238649Z test_comprehensive_angle_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3250007Z test_comprehensive_angle_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3261355Z test_comprehensive_angle_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3273042Z test_comprehensive_angle_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3284205Z test_comprehensive_angle_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3295956Z test_comprehensive_angle_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3306920Z test_comprehensive_angle_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3318246Z test_comprehensive_angle_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3329504Z test_comprehensive_angle_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3340619Z test_comprehensive_angle_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3351805Z test_comprehensive_angle_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3363086Z test_comprehensive_any_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3374640Z test_comprehensive_any_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3386010Z test_comprehensive_any_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3397296Z test_comprehensive_any_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3408796Z test_comprehensive_any_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3419848Z test_comprehensive_any_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3430982Z test_comprehensive_any_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3442358Z test_comprehensive_any_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3453670Z test_comprehensive_any_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3464891Z test_comprehensive_any_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3477743Z test_comprehensive_any_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3489027Z test_comprehensive_any_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3500103Z test_comprehensive_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3511241Z test_comprehensive_arange_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3522894Z test_comprehensive_arange_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3534093Z test_comprehensive_arange_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3545390Z test_comprehensive_arange_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3556691Z test_comprehensive_arange_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3568023Z test_comprehensive_arange_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3579202Z test_comprehensive_arange_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3590381Z test_comprehensive_arange_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3601562Z test_comprehensive_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3612798Z test_comprehensive_argmax_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3624445Z test_comprehensive_argmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3635565Z test_comprehensive_argmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3647120Z test_comprehensive_argmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3658326Z test_comprehensive_argmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3669338Z test_comprehensive_argmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3680453Z test_comprehensive_argmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3691446Z test_comprehensive_argmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3702473Z test_comprehensive_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3713746Z test_comprehensive_argmin_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3725160Z test_comprehensive_argmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3736498Z test_comprehensive_argmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3747719Z test_comprehensive_argmin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3758962Z test_comprehensive_argmin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3770241Z test_comprehensive_argmin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3781376Z test_comprehensive_argmin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3794081Z test_comprehensive_argmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3805483Z test_comprehensive_argsort_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3816627Z test_comprehensive_argsort_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3827890Z test_comprehensive_argsort_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3839201Z test_comprehensive_argsort_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3850636Z test_comprehensive_argsort_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3861849Z test_comprehensive_argsort_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3873349Z test_comprehensive_argsort_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3884387Z test_comprehensive_argsort_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3895794Z test_comprehensive_argsort_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3906968Z test_comprehensive_argsort_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3918083Z test_comprehensive_argwhere_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3929469Z test_comprehensive_argwhere_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3940759Z test_comprehensive_argwhere_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3951903Z test_comprehensive_argwhere_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3963168Z test_comprehensive_argwhere_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3974473Z test_comprehensive_argwhere_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3985719Z test_comprehensive_argwhere_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.3997029Z test_comprehensive_argwhere_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4008291Z test_comprehensive_argwhere_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4019400Z test_comprehensive_argwhere_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4030773Z test_comprehensive_argwhere_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4041961Z test_comprehensive_argwhere_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4053258Z test_comprehensive_as_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4064398Z test_comprehensive_as_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4075725Z test_comprehensive_as_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4087025Z test_comprehensive_as_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4098161Z test_comprehensive_as_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4110782Z test_comprehensive_as_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4122162Z test_comprehensive_as_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4133687Z test_comprehensive_as_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4145473Z test_comprehensive_as_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4156805Z test_comprehensive_as_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4167953Z test_comprehensive_as_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4179045Z test_comprehensive_as_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4190276Z test_comprehensive_as_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4197826Z test_comprehensive_as_strided_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:56.4205280Z test_comprehensive_as_strided_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:56.4212651Z test_comprehensive_as_strided_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:56.4219877Z test_comprehensive_as_strided_scatter_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:56.4227262Z test_comprehensive_as_strided_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:56.4234646Z test_comprehensive_as_strided_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:56.4241937Z test_comprehensive_as_strided_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:56.4249529Z test_comprehensive_as_strided_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:56.4257097Z test_comprehensive_as_strided_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:56.4264411Z test_comprehensive_as_strided_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:56.4272029Z test_comprehensive_as_strided_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:56.4279781Z test_comprehensive_as_strided_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:56.4287288Z test_comprehensive_as_strided_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:56.4298717Z test_comprehensive_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4310170Z test_comprehensive_asin_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4321682Z test_comprehensive_asin_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4333166Z test_comprehensive_asin_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4344487Z test_comprehensive_asin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4356011Z test_comprehensive_asin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4367521Z test_comprehensive_asin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4380218Z test_comprehensive_asin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4391666Z test_comprehensive_asin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4403130Z test_comprehensive_asin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4414634Z test_comprehensive_asin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4426003Z test_comprehensive_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4437551Z test_comprehensive_asinh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4449025Z test_comprehensive_asinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4460461Z test_comprehensive_asinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4471998Z test_comprehensive_asinh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4483485Z test_comprehensive_asinh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4495006Z test_comprehensive_asinh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4506523Z test_comprehensive_asinh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4518042Z test_comprehensive_asinh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4529559Z test_comprehensive_asinh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4540950Z test_comprehensive_asinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4552368Z test_comprehensive_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4563920Z test_comprehensive_atan2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4575504Z test_comprehensive_atan2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4587018Z test_comprehensive_atan2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4598461Z test_comprehensive_atan2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4609935Z test_comprehensive_atan2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4621373Z test_comprehensive_atan2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4632941Z test_comprehensive_atan2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4644589Z test_comprehensive_atan2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4655933Z test_comprehensive_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4667410Z test_comprehensive_atan_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4679039Z test_comprehensive_atan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4690639Z test_comprehensive_atan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4703541Z test_comprehensive_atan_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4715312Z test_comprehensive_atan_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4726894Z test_comprehensive_atan_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4738424Z test_comprehensive_atan_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4749912Z test_comprehensive_atan_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4761545Z test_comprehensive_atan_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4773133Z test_comprehensive_atan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4784681Z test_comprehensive_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4796406Z test_comprehensive_atanh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4808043Z test_comprehensive_atanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4819548Z test_comprehensive_atanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4830979Z test_comprehensive_atanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4842536Z test_comprehensive_atanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4854167Z test_comprehensive_atanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4865680Z test_comprehensive_atanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4877548Z test_comprehensive_atanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4888912Z test_comprehensive_atanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4900510Z test_comprehensive_atanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4912076Z test_comprehensive_atleast_1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4923662Z test_comprehensive_atleast_1d_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4935214Z test_comprehensive_atleast_1d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4946689Z test_comprehensive_atleast_1d_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4958453Z test_comprehensive_atleast_1d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4970448Z test_comprehensive_atleast_1d_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4981424Z test_comprehensive_atleast_1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.4992876Z test_comprehensive_atleast_1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5004088Z test_comprehensive_atleast_1d_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5015518Z test_comprehensive_atleast_1d_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5028355Z test_comprehensive_atleast_1d_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5040508Z test_comprehensive_atleast_1d_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5052180Z test_comprehensive_atleast_1d_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5063177Z test_comprehensive_atleast_2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5074577Z test_comprehensive_atleast_2d_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5085976Z test_comprehensive_atleast_2d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5097125Z test_comprehensive_atleast_2d_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5108488Z test_comprehensive_atleast_2d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5119939Z test_comprehensive_atleast_2d_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5131399Z test_comprehensive_atleast_2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5142579Z test_comprehensive_atleast_2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5154037Z test_comprehensive_atleast_2d_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5165398Z test_comprehensive_atleast_2d_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5176453Z test_comprehensive_atleast_2d_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5188600Z test_comprehensive_atleast_2d_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5199640Z test_comprehensive_atleast_2d_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5211075Z test_comprehensive_atleast_3d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5222489Z test_comprehensive_atleast_3d_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5234176Z test_comprehensive_atleast_3d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5245522Z test_comprehensive_atleast_3d_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5256902Z test_comprehensive_atleast_3d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5268237Z test_comprehensive_atleast_3d_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5279569Z test_comprehensive_atleast_3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5291042Z test_comprehensive_atleast_3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5302951Z test_comprehensive_atleast_3d_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5314650Z test_comprehensive_atleast_3d_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5326116Z test_comprehensive_atleast_3d_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5337600Z test_comprehensive_atleast_3d_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5350662Z test_comprehensive_atleast_3d_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5362163Z test_comprehensive_baddbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5373635Z test_comprehensive_baddbmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5384909Z test_comprehensive_baddbmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5396547Z test_comprehensive_baddbmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5407995Z test_comprehensive_baddbmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5419294Z test_comprehensive_baddbmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5430601Z test_comprehensive_baddbmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5441991Z test_comprehensive_baddbmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5453311Z test_comprehensive_baddbmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5464666Z test_comprehensive_baddbmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5476140Z test_comprehensive_bernoulli_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5487710Z test_comprehensive_bernoulli_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5498975Z test_comprehensive_bernoulli_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5510307Z test_comprehensive_bfloat16_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5521621Z test_comprehensive_bfloat16_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5533030Z test_comprehensive_bfloat16_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5544251Z test_comprehensive_bfloat16_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5556243Z test_comprehensive_bfloat16_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5567288Z test_comprehensive_bfloat16_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5578540Z test_comprehensive_bfloat16_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5589830Z test_comprehensive_bfloat16_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5601255Z test_comprehensive_bfloat16_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5612805Z test_comprehensive_bfloat16_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5624091Z test_comprehensive_bfloat16_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5635447Z test_comprehensive_bfloat16_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5647253Z test_comprehensive_bfloat16_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5658331Z test_comprehensive_bincount_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5671305Z test_comprehensive_bincount_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5683002Z test_comprehensive_bincount_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5694374Z test_comprehensive_bincount_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5705539Z test_comprehensive_bincount_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5717389Z test_comprehensive_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5728424Z test_comprehensive_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5739844Z test_comprehensive_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5751103Z test_comprehensive_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5762634Z test_comprehensive_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5774060Z test_comprehensive_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5785625Z test_comprehensive_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5797430Z test_comprehensive_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5809124Z test_comprehensive_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5820738Z test_comprehensive_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5832322Z test_comprehensive_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5844281Z test_comprehensive_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5855934Z test_comprehensive_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5867495Z test_comprehensive_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5879257Z test_comprehensive_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5891020Z test_comprehensive_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5902743Z test_comprehensive_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5914276Z test_comprehensive_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5925882Z test_comprehensive_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5937638Z test_comprehensive_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5949858Z test_comprehensive_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5961445Z test_comprehensive_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5972814Z test_comprehensive_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5984391Z test_comprehensive_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.5999078Z test_comprehensive_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6010745Z test_comprehensive_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6022198Z test_comprehensive_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6034082Z test_comprehensive_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6045248Z test_comprehensive_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6056540Z test_comprehensive_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6068008Z test_comprehensive_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6079567Z test_comprehensive_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6091126Z test_comprehensive_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6102536Z test_comprehensive_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6114186Z test_comprehensive_block_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6125742Z test_comprehensive_block_diag_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6137243Z test_comprehensive_block_diag_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6148722Z test_comprehensive_block_diag_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6160589Z test_comprehensive_block_diag_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6172223Z test_comprehensive_block_diag_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6183642Z test_comprehensive_block_diag_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6195324Z test_comprehensive_block_diag_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6206965Z test_comprehensive_block_diag_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6218326Z test_comprehensive_block_diag_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6229784Z test_comprehensive_block_diag_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6241492Z test_comprehensive_block_diag_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6252947Z test_comprehensive_block_diag_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6264396Z test_comprehensive_bmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6275971Z test_comprehensive_bmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6287475Z test_comprehensive_bmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6298937Z test_comprehensive_bmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6310448Z test_comprehensive_bmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6323661Z test_comprehensive_bmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6335235Z test_comprehensive_bmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6346783Z test_comprehensive_bmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6358351Z test_comprehensive_bmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6369830Z test_comprehensive_bmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6381294Z test_comprehensive_bool_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6393175Z test_comprehensive_bool_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6404477Z test_comprehensive_bool_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6415945Z test_comprehensive_bool_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6427444Z test_comprehensive_bool_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6438956Z test_comprehensive_bool_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6450450Z test_comprehensive_bool_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6461919Z test_comprehensive_bool_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6473613Z test_comprehensive_bool_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6484923Z test_comprehensive_bool_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6496367Z test_comprehensive_bool_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6507903Z test_comprehensive_bool_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6519564Z test_comprehensive_bool_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6531211Z test_comprehensive_broadcast_shapes_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6542649Z test_comprehensive_broadcast_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6554260Z test_comprehensive_broadcast_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6565739Z test_comprehensive_broadcast_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6577200Z test_comprehensive_broadcast_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6588750Z test_comprehensive_broadcast_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6600229Z test_comprehensive_broadcast_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6611751Z test_comprehensive_broadcast_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6623209Z test_comprehensive_broadcast_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6634817Z test_comprehensive_broadcast_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6648048Z test_comprehensive_broadcast_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6659498Z test_comprehensive_broadcast_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6670973Z test_comprehensive_broadcast_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6682538Z test_comprehensive_broadcast_to_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6694173Z test_comprehensive_broadcast_to_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6705537Z test_comprehensive_broadcast_to_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6717119Z test_comprehensive_broadcast_to_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6728637Z test_comprehensive_broadcast_to_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6740086Z test_comprehensive_broadcast_to_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6751534Z test_comprehensive_broadcast_to_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6763066Z test_comprehensive_broadcast_to_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6774559Z test_comprehensive_broadcast_to_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6786112Z test_comprehensive_broadcast_to_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6797750Z test_comprehensive_broadcast_to_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6809245Z test_comprehensive_broadcast_to_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6820712Z test_comprehensive_bucketize_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6832099Z test_comprehensive_bucketize_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6843703Z test_comprehensive_bucketize_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6855224Z test_comprehensive_bucketize_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6866660Z test_comprehensive_bucketize_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6878278Z test_comprehensive_bucketize_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6889800Z test_comprehensive_bucketize_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6901390Z test_comprehensive_bucketize_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6912632Z test_comprehensive_bucketize_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6924180Z test_comprehensive_byte_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6935807Z test_comprehensive_byte_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6947166Z test_comprehensive_byte_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6958680Z test_comprehensive_byte_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6971816Z test_comprehensive_byte_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6983364Z test_comprehensive_byte_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.6994999Z test_comprehensive_byte_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7006538Z test_comprehensive_byte_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7017844Z test_comprehensive_byte_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7029246Z test_comprehensive_byte_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7040809Z test_comprehensive_byte_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7052342Z test_comprehensive_byte_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7064037Z test_comprehensive_cartesian_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7075672Z test_comprehensive_cartesian_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7087209Z test_comprehensive_cartesian_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7098762Z test_comprehensive_cartesian_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7110146Z test_comprehensive_cartesian_prod_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7121717Z test_comprehensive_cartesian_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7133329Z test_comprehensive_cartesian_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7144808Z test_comprehensive_cartesian_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7156425Z test_comprehensive_cartesian_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7167932Z test_comprehensive_cartesian_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7179345Z test_comprehensive_cartesian_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7190848Z test_comprehensive_cartesian_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7202385Z test_comprehensive_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7214020Z test_comprehensive_cat_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7225516Z test_comprehensive_cat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7237037Z test_comprehensive_cat_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7248475Z test_comprehensive_cat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7259996Z test_comprehensive_cat_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7271456Z test_comprehensive_cat_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7283107Z test_comprehensive_cat_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7296430Z test_comprehensive_cat_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7308031Z test_comprehensive_cat_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7319613Z test_comprehensive_cat_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7331171Z test_comprehensive_cat_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7342680Z test_comprehensive_cat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7354301Z test_comprehensive_cdist_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7365877Z test_comprehensive_cdist_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7377334Z test_comprehensive_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7389009Z test_comprehensive_ceil_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7400489Z test_comprehensive_ceil_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7412013Z test_comprehensive_ceil_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7423613Z test_comprehensive_ceil_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7435024Z test_comprehensive_ceil_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7446563Z test_comprehensive_ceil_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7458018Z test_comprehensive_ceil_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7469722Z test_comprehensive_chalf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7481379Z test_comprehensive_chalf_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7493072Z test_comprehensive_chalf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7504589Z test_comprehensive_chalf_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7516216Z test_comprehensive_chalf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7527866Z test_comprehensive_chalf_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7539411Z test_comprehensive_chalf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7551051Z test_comprehensive_chalf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7562645Z test_comprehensive_chalf_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7574315Z test_comprehensive_chalf_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7585780Z test_comprehensive_chalf_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7597479Z test_comprehensive_chalf_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7609100Z test_comprehensive_chalf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7622379Z test_comprehensive_char_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7634121Z test_comprehensive_char_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7645735Z test_comprehensive_char_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7657569Z test_comprehensive_char_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7668911Z test_comprehensive_char_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7680905Z test_comprehensive_char_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7692317Z test_comprehensive_char_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7703848Z test_comprehensive_char_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7715638Z test_comprehensive_char_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7727428Z test_comprehensive_char_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7739045Z test_comprehensive_char_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7750861Z test_comprehensive_char_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7762533Z test_comprehensive_char_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7774671Z test_comprehensive_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7786393Z test_comprehensive_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7798310Z test_comprehensive_cholesky_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7810109Z test_comprehensive_cholesky_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7821952Z test_comprehensive_cholesky_inverse_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7833632Z test_comprehensive_cholesky_inverse_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7845572Z test_comprehensive_cholesky_inverse_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7857459Z test_comprehensive_cholesky_inverse_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7869218Z test_comprehensive_cholesky_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7881053Z test_comprehensive_cholesky_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7892873Z test_comprehensive_cholesky_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7904939Z test_comprehensive_cholesky_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7916137Z test_comprehensive_chunk_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7927840Z test_comprehensive_chunk_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7939342Z test_comprehensive_chunk_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7952658Z test_comprehensive_chunk_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7964464Z test_comprehensive_chunk_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7975993Z test_comprehensive_chunk_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7987288Z test_comprehensive_chunk_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.7998593Z test_comprehensive_chunk_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8010005Z test_comprehensive_chunk_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8021054Z test_comprehensive_chunk_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8032164Z test_comprehensive_chunk_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8043462Z test_comprehensive_chunk_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8054914Z test_comprehensive_chunk_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8066068Z test_comprehensive_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8077241Z test_comprehensive_clamp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8088532Z test_comprehensive_clamp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8099717Z test_comprehensive_clamp_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8110838Z test_comprehensive_clamp_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8122079Z test_comprehensive_clamp_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8133378Z test_comprehensive_clamp_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8144551Z test_comprehensive_clamp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8155829Z test_comprehensive_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8167118Z test_comprehensive_clamp_max_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8178290Z test_comprehensive_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8189601Z test_comprehensive_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8201136Z test_comprehensive_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8212491Z test_comprehensive_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8223781Z test_comprehensive_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8235449Z test_comprehensive_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8247144Z test_comprehensive_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8258635Z test_comprehensive_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8271730Z test_comprehensive_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8283523Z test_comprehensive_clamp_min_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8296044Z test_comprehensive_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8308141Z test_comprehensive_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8320311Z test_comprehensive_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8332324Z test_comprehensive_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8344324Z test_comprehensive_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8356563Z test_comprehensive_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8368553Z test_comprehensive_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8380809Z test_comprehensive_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8392627Z test_comprehensive_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8404742Z test_comprehensive_clone_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8417354Z test_comprehensive_clone_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8429538Z test_comprehensive_clone_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8441471Z test_comprehensive_clone_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8453593Z test_comprehensive_clone_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8465578Z test_comprehensive_clone_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8477676Z test_comprehensive_clone_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8489739Z test_comprehensive_clone_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8501791Z test_comprehensive_clone_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8513995Z test_comprehensive_clone_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8525958Z test_comprehensive_clone_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8537957Z test_comprehensive_clone_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8549992Z test_comprehensive_column_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8562111Z test_comprehensive_column_stack_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8574377Z test_comprehensive_column_stack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8586383Z test_comprehensive_column_stack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8598618Z test_comprehensive_column_stack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8612201Z test_comprehensive_column_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8624309Z test_comprehensive_column_stack_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8636432Z test_comprehensive_column_stack_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8648492Z test_comprehensive_column_stack_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8660483Z test_comprehensive_column_stack_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8672521Z test_comprehensive_column_stack_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8684781Z test_comprehensive_column_stack_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8696879Z test_comprehensive_column_stack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8709146Z test_comprehensive_combinations_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8721193Z test_comprehensive_combinations_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8733297Z test_comprehensive_combinations_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8745328Z test_comprehensive_combinations_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8757416Z test_comprehensive_combinations_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8769550Z test_comprehensive_combinations_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8781589Z test_comprehensive_combinations_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8793641Z test_comprehensive_combinations_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8805719Z test_comprehensive_combinations_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8817825Z test_comprehensive_combinations_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8829989Z test_comprehensive_combinations_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8841894Z test_comprehensive_combinations_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8854049Z test_comprehensive_complex_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8866231Z test_comprehensive_complex_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8878305Z test_comprehensive_complex_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8890384Z test_comprehensive_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8902293Z test_comprehensive_conj_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8914392Z test_comprehensive_conj_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8926530Z test_comprehensive_conj_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8938642Z test_comprehensive_conj_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8952267Z test_comprehensive_conj_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8964589Z test_comprehensive_conj_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8976675Z test_comprehensive_conj_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.8988634Z test_comprehensive_conj_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9000737Z test_comprehensive_conj_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9013027Z test_comprehensive_conj_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9024970Z test_comprehensive_conj_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9037260Z test_comprehensive_conj_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9049166Z test_comprehensive_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9061319Z test_comprehensive_conj_physical_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9073531Z test_comprehensive_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9085570Z test_comprehensive_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9097601Z test_comprehensive_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9109627Z test_comprehensive_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9121824Z test_comprehensive_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9133814Z test_comprehensive_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9145808Z test_comprehensive_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9158014Z test_comprehensive_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9170193Z test_comprehensive_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9182264Z test_comprehensive_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9194481Z test_comprehensive_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9206685Z test_comprehensive_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9218727Z test_comprehensive_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9230760Z test_comprehensive_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9243083Z test_comprehensive_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9255220Z test_comprehensive_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9267230Z test_comprehensive_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9279317Z test_comprehensive_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9293251Z test_comprehensive_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9305696Z test_comprehensive_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9317962Z test_comprehensive_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9329980Z test_comprehensive_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9342063Z test_comprehensive_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9354248Z test_comprehensive_contiguous_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9366661Z test_comprehensive_contiguous_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9378661Z test_comprehensive_contiguous_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9390727Z test_comprehensive_contiguous_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9402934Z test_comprehensive_contiguous_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9414993Z test_comprehensive_contiguous_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9427103Z test_comprehensive_contiguous_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9439215Z test_comprehensive_contiguous_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9451535Z test_comprehensive_contiguous_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9463389Z test_comprehensive_contiguous_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9475564Z test_comprehensive_contiguous_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9487794Z test_comprehensive_contiguous_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9499833Z test_comprehensive_contiguous_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9511804Z test_comprehensive_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9524066Z test_comprehensive_copysign_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9536389Z test_comprehensive_copysign_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9548292Z test_comprehensive_copysign_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9560520Z test_comprehensive_copysign_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9572653Z test_comprehensive_copysign_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9584993Z test_comprehensive_copysign_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9597050Z test_comprehensive_copysign_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9609144Z test_comprehensive_copysign_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9621221Z test_comprehensive_copysign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9635190Z test_comprehensive_corrcoef_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9647308Z test_comprehensive_corrcoef_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9659224Z test_comprehensive_corrcoef_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9671405Z test_comprehensive_corrcoef_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9683530Z test_comprehensive_corrcoef_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9696051Z test_comprehensive_corrcoef_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9707923Z test_comprehensive_corrcoef_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9720214Z test_comprehensive_corrcoef_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9732436Z test_comprehensive_corrcoef_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9744522Z test_comprehensive_corrcoef_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9756696Z test_comprehensive_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9768803Z test_comprehensive_cos_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9780917Z test_comprehensive_cos_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9793283Z test_comprehensive_cos_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9805005Z test_comprehensive_cos_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9816752Z test_comprehensive_cos_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9828123Z test_comprehensive_cos_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9839826Z test_comprehensive_cos_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9851449Z test_comprehensive_cos_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9862872Z test_comprehensive_cos_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9874436Z test_comprehensive_cos_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9886010Z test_comprehensive_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9897518Z test_comprehensive_cosh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9909026Z test_comprehensive_cosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9920548Z test_comprehensive_cosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9932143Z test_comprehensive_cosh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9943695Z test_comprehensive_cosh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9955373Z test_comprehensive_cosh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9969663Z test_comprehensive_cosh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9981288Z test_comprehensive_cosh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:56.9992975Z test_comprehensive_cosh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0004395Z test_comprehensive_cosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0015910Z test_comprehensive_count_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0027559Z test_comprehensive_count_nonzero_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0038971Z test_comprehensive_count_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0050690Z test_comprehensive_count_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0062078Z test_comprehensive_count_nonzero_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0073657Z test_comprehensive_count_nonzero_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0084638Z test_comprehensive_count_nonzero_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0095966Z test_comprehensive_count_nonzero_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0107253Z test_comprehensive_count_nonzero_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0118777Z test_comprehensive_count_nonzero_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0130049Z test_comprehensive_count_nonzero_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0141405Z test_comprehensive_count_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0152743Z test_comprehensive_cov_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0164107Z test_comprehensive_cov_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0175790Z test_comprehensive_cov_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0186794Z test_comprehensive_cov_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0198219Z test_comprehensive_cov_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0209502Z test_comprehensive_cov_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0220901Z test_comprehensive_cov_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0232207Z test_comprehensive_cov_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0243703Z test_comprehensive_cov_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0255089Z test_comprehensive_cov_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0266384Z test_comprehensive_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0277877Z test_comprehensive_cross_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0291075Z test_comprehensive_cross_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0302543Z test_comprehensive_cross_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0314023Z test_comprehensive_cross_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0325494Z test_comprehensive_cross_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0336858Z test_comprehensive_cross_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0348062Z test_comprehensive_cross_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0359425Z test_comprehensive_cross_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0370536Z test_comprehensive_cross_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0381704Z test_comprehensive_cummax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0392960Z test_comprehensive_cummax_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0404238Z test_comprehensive_cummax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0415394Z test_comprehensive_cummax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0426492Z test_comprehensive_cummax_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0437945Z test_comprehensive_cummax_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0449110Z test_comprehensive_cummax_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0460236Z test_comprehensive_cummax_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0471368Z test_comprehensive_cummax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0482776Z test_comprehensive_cummin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0494011Z test_comprehensive_cummin_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0505268Z test_comprehensive_cummin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0516626Z test_comprehensive_cummin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0527843Z test_comprehensive_cummin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0539024Z test_comprehensive_cummin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0551310Z test_comprehensive_cummin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0562717Z test_comprehensive_cummin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0574148Z test_comprehensive_cummin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0585726Z test_comprehensive_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0597371Z test_comprehensive_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0610691Z test_comprehensive_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0622281Z test_comprehensive_cumprod_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0634057Z test_comprehensive_cumprod_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0645544Z test_comprehensive_cumprod_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0656878Z test_comprehensive_cumprod_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0668583Z test_comprehensive_cumprod_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0680324Z test_comprehensive_cumprod_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0691827Z test_comprehensive_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0703364Z test_comprehensive_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0714980Z test_comprehensive_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0726519Z test_comprehensive_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0738003Z test_comprehensive_cumsum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0749493Z test_comprehensive_cumsum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0761154Z test_comprehensive_cumsum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0772821Z test_comprehensive_cumsum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0784373Z test_comprehensive_cumsum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0795996Z test_comprehensive_cumsum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0807693Z test_comprehensive_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0819197Z test_comprehensive_cumulative_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0830759Z test_comprehensive_cumulative_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0842336Z test_comprehensive_cumulative_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0853974Z test_comprehensive_cumulative_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0865436Z test_comprehensive_cumulative_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0877227Z test_comprehensive_cumulative_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0888764Z test_comprehensive_cumulative_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0900318Z test_comprehensive_cumulative_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0911712Z test_comprehensive_cumulative_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0923566Z test_comprehensive_cumulative_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0936782Z test_comprehensive_deg2rad_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0948011Z test_comprehensive_deg2rad_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0959734Z test_comprehensive_deg2rad_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0970889Z test_comprehensive_deg2rad_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0982055Z test_comprehensive_deg2rad_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.0993574Z test_comprehensive_deg2rad_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1004928Z test_comprehensive_deg2rad_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1016131Z test_comprehensive_deg2rad_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1027407Z test_comprehensive_deg2rad_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1039011Z test_comprehensive_deg2rad_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1050368Z test_comprehensive_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1061920Z test_comprehensive_diag_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1073539Z test_comprehensive_diag_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1084984Z test_comprehensive_diag_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1096519Z test_comprehensive_diag_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1108104Z test_comprehensive_diag_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1119683Z test_comprehensive_diag_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1131201Z test_comprehensive_diag_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1142645Z test_comprehensive_diag_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1154217Z test_comprehensive_diag_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1165730Z test_comprehensive_diag_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1177216Z test_comprehensive_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1188743Z test_comprehensive_diag_embed_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1200220Z test_comprehensive_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1211893Z test_comprehensive_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1223398Z test_comprehensive_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1235102Z test_comprehensive_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1246716Z test_comprehensive_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1259913Z test_comprehensive_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1271440Z test_comprehensive_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1283121Z test_comprehensive_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1294632Z test_comprehensive_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1306317Z test_comprehensive_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1317732Z test_comprehensive_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1329196Z test_comprehensive_diagflat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1340511Z test_comprehensive_diagflat_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1351880Z test_comprehensive_diagflat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1363423Z test_comprehensive_diagflat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1374874Z test_comprehensive_diagflat_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1386204Z test_comprehensive_diagflat_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1397733Z test_comprehensive_diagflat_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1409195Z test_comprehensive_diagflat_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1420622Z test_comprehensive_diagflat_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1432187Z test_comprehensive_diagflat_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1443850Z test_comprehensive_diagflat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1455273Z test_comprehensive_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1466922Z test_comprehensive_diagonal_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1478488Z test_comprehensive_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1490072Z test_comprehensive_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1501595Z test_comprehensive_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1513207Z test_comprehensive_diagonal_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1524644Z test_comprehensive_diagonal_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1536108Z test_comprehensive_diagonal_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1547824Z test_comprehensive_diagonal_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1559345Z test_comprehensive_diagonal_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1570777Z test_comprehensive_diagonal_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1583735Z test_comprehensive_diagonal_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1595525Z test_comprehensive_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1607058Z test_comprehensive_diagonal_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1618480Z test_comprehensive_diagonal_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1629960Z test_comprehensive_diagonal_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1641635Z test_comprehensive_diagonal_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1653125Z test_comprehensive_diagonal_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1664662Z test_comprehensive_diagonal_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1676303Z test_comprehensive_diagonal_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1687902Z test_comprehensive_diagonal_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1699320Z test_comprehensive_diagonal_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1711014Z test_comprehensive_diagonal_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1722500Z test_comprehensive_diff_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1734105Z test_comprehensive_diff_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1745563Z test_comprehensive_diff_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1757165Z test_comprehensive_diff_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1769016Z test_comprehensive_diff_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1780155Z test_comprehensive_diff_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1791746Z test_comprehensive_diff_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1803444Z test_comprehensive_diff_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1814810Z test_comprehensive_diff_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1825833Z test_comprehensive_diff_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1837230Z test_comprehensive_diff_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1848523Z test_comprehensive_diff_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1859739Z test_comprehensive_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1871141Z test_comprehensive_digamma_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1882531Z test_comprehensive_digamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1894082Z test_comprehensive_digamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1907147Z test_comprehensive_digamma_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1918555Z test_comprehensive_digamma_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1929970Z test_comprehensive_digamma_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1941309Z test_comprehensive_digamma_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1952553Z test_comprehensive_digamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1963988Z test_comprehensive_dist_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1975323Z test_comprehensive_dist_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1986547Z test_comprehensive_dist_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.1998019Z test_comprehensive_dist_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2009253Z test_comprehensive_dist_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2020451Z test_comprehensive_dist_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2031661Z test_comprehensive_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2043164Z test_comprehensive_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2054591Z test_comprehensive_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2066095Z test_comprehensive_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2077655Z test_comprehensive_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2089161Z test_comprehensive_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2100666Z test_comprehensive_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2112106Z test_comprehensive_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2123808Z test_comprehensive_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2135390Z test_comprehensive_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2146916Z test_comprehensive_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2158446Z test_comprehensive_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2170139Z test_comprehensive_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2181627Z test_comprehensive_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2193298Z test_comprehensive_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2204913Z test_comprehensive_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2216344Z test_comprehensive_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2229550Z test_comprehensive_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2241294Z test_comprehensive_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2252769Z test_comprehensive_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2264352Z test_comprehensive_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2276051Z test_comprehensive_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2287960Z test_comprehensive_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2299572Z test_comprehensive_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2311206Z test_comprehensive_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2322685Z test_comprehensive_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2334427Z test_comprehensive_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2345850Z test_comprehensive_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2357652Z test_comprehensive_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2369219Z test_comprehensive_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2380764Z test_comprehensive_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2392159Z test_comprehensive_dot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2403703Z test_comprehensive_dot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2415220Z test_comprehensive_dot_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2426668Z test_comprehensive_dot_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2438270Z test_comprehensive_dot_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2450013Z test_comprehensive_dot_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2461329Z test_comprehensive_dot_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2474168Z test_comprehensive_dot_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2484475Z test_comprehensive_dot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2496016Z test_comprehensive_double_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2507449Z test_comprehensive_double_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2519010Z test_comprehensive_double_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2530617Z test_comprehensive_double_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2542719Z test_comprehensive_double_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2555396Z test_comprehensive_double_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2567158Z test_comprehensive_double_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2578465Z test_comprehensive_double_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2589993Z test_comprehensive_double_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2601669Z test_comprehensive_double_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2613144Z test_comprehensive_double_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2624477Z test_comprehensive_double_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2636080Z test_comprehensive_double_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2647600Z test_comprehensive_dsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2659070Z test_comprehensive_dsplit_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2670491Z test_comprehensive_dsplit_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2682002Z test_comprehensive_dsplit_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2693561Z test_comprehensive_dsplit_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2704948Z test_comprehensive_dsplit_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2716592Z test_comprehensive_dsplit_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2728192Z test_comprehensive_dsplit_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2739627Z test_comprehensive_dsplit_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2751138Z test_comprehensive_dsplit_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2762765Z test_comprehensive_dsplit_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2774378Z test_comprehensive_dsplit_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2785817Z test_comprehensive_dsplit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2797739Z test_comprehensive_dstack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2809341Z test_comprehensive_dstack_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2820798Z test_comprehensive_dstack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2832388Z test_comprehensive_dstack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2843727Z test_comprehensive_dstack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2855259Z test_comprehensive_dstack_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2866859Z test_comprehensive_dstack_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2880259Z test_comprehensive_dstack_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2891837Z test_comprehensive_dstack_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2903254Z test_comprehensive_dstack_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2914894Z test_comprehensive_dstack_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2926339Z test_comprehensive_dstack_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2937820Z test_comprehensive_dstack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2949400Z test_comprehensive_einsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2960978Z test_comprehensive_einsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2972781Z test_comprehensive_einsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2984228Z test_comprehensive_einsum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.2995821Z test_comprehensive_einsum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3007453Z test_comprehensive_einsum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3018933Z test_comprehensive_einsum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3030497Z test_comprehensive_einsum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3042179Z test_comprehensive_einsum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3053746Z test_comprehensive_einsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3065099Z test_comprehensive_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3076837Z test_comprehensive_empty_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3088483Z test_comprehensive_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3100020Z test_comprehensive_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3111586Z test_comprehensive_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3123372Z test_comprehensive_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3134997Z test_comprehensive_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3146544Z test_comprehensive_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3158253Z test_comprehensive_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3169875Z test_comprehensive_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3181492Z test_comprehensive_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3193278Z test_comprehensive_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3206938Z test_comprehensive_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3218551Z test_comprehensive_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3229743Z test_comprehensive_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3241593Z test_comprehensive_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3252837Z test_comprehensive_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3264066Z test_comprehensive_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3275461Z test_comprehensive_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3286821Z test_comprehensive_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3298508Z test_comprehensive_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3309617Z test_comprehensive_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3321062Z test_comprehensive_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3332320Z test_comprehensive_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3343514Z test_comprehensive_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3355036Z test_comprehensive_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3366397Z test_comprehensive_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3377682Z test_comprehensive_eq_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3388984Z test_comprehensive_eq_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3400827Z test_comprehensive_eq_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3412353Z test_comprehensive_eq_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3423609Z test_comprehensive_eq_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3435158Z test_comprehensive_eq_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3446551Z test_comprehensive_eq_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3457805Z test_comprehensive_eq_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3469156Z test_comprehensive_eq_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3480923Z test_comprehensive_eq_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3491926Z test_comprehensive_eq_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3503199Z test_comprehensive_eq_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3514614Z test_comprehensive_equal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3527707Z test_comprehensive_equal_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3539135Z test_comprehensive_equal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3550674Z test_comprehensive_equal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3562337Z test_comprehensive_equal_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3574272Z test_comprehensive_equal_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3586066Z test_comprehensive_equal_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3597648Z test_comprehensive_equal_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3608958Z test_comprehensive_equal_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3619934Z test_comprehensive_equal_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3630939Z test_comprehensive_equal_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3641985Z test_comprehensive_equal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3653180Z test_comprehensive_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3664122Z test_comprehensive_erf_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3675227Z test_comprehensive_erf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3686218Z test_comprehensive_erf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3697257Z test_comprehensive_erf_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3708275Z test_comprehensive_erf_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3719328Z test_comprehensive_erf_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3730678Z test_comprehensive_erf_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3741269Z test_comprehensive_erf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3752205Z test_comprehensive_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3763348Z test_comprehensive_erfc_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3774349Z test_comprehensive_erfc_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3785309Z test_comprehensive_erfc_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3796613Z test_comprehensive_erfc_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3807733Z test_comprehensive_erfc_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3819579Z test_comprehensive_erfc_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3831345Z test_comprehensive_erfc_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3846193Z test_comprehensive_erfc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3857630Z test_comprehensive_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3868746Z test_comprehensive_erfinv_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3879913Z test_comprehensive_erfinv_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3891009Z test_comprehensive_erfinv_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3901875Z test_comprehensive_erfinv_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3913345Z test_comprehensive_erfinv_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3924033Z test_comprehensive_erfinv_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3935073Z test_comprehensive_erfinv_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3946027Z test_comprehensive_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3957158Z test_comprehensive_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3968165Z test_comprehensive_exp2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3979064Z test_comprehensive_exp2_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.3989981Z test_comprehensive_exp2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4000992Z test_comprehensive_exp2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4012043Z test_comprehensive_exp2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4022937Z test_comprehensive_exp2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4034068Z test_comprehensive_exp2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4045140Z test_comprehensive_exp2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4056225Z test_comprehensive_exp2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4067797Z test_comprehensive_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4080025Z test_comprehensive_exp_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4091852Z test_comprehensive_exp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4103769Z test_comprehensive_exp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4115178Z test_comprehensive_exp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4126214Z test_comprehensive_exp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4137248Z test_comprehensive_exp_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4148243Z test_comprehensive_exp_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4161057Z test_comprehensive_exp_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4172286Z test_comprehensive_exp_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4183206Z test_comprehensive_exp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4194188Z test_comprehensive_expand_as_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4205169Z test_comprehensive_expand_as_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4216257Z test_comprehensive_expand_as_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4227144Z test_comprehensive_expand_as_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4238262Z test_comprehensive_expand_as_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4249353Z test_comprehensive_expand_as_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4260169Z test_comprehensive_expand_as_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4271148Z test_comprehensive_expand_as_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4282252Z test_comprehensive_expand_as_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4293683Z test_comprehensive_expand_as_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4304428Z test_comprehensive_expand_as_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4316190Z test_comprehensive_expand_as_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4327500Z test_comprehensive_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4338766Z test_comprehensive_expand_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4350113Z test_comprehensive_expand_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4361471Z test_comprehensive_expand_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4372890Z test_comprehensive_expand_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4384157Z test_comprehensive_expand_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4395711Z test_comprehensive_expand_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4406988Z test_comprehensive_expand_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4418358Z test_comprehensive_expand_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4429516Z test_comprehensive_expand_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4440991Z test_comprehensive_expand_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4452433Z test_comprehensive_expand_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4463647Z test_comprehensive_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4476554Z test_comprehensive_expm1_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4487970Z test_comprehensive_expm1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4499211Z test_comprehensive_expm1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4510501Z test_comprehensive_expm1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4521822Z test_comprehensive_expm1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4533401Z test_comprehensive_expm1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4544589Z test_comprehensive_expm1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4555919Z test_comprehensive_expm1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4567411Z test_comprehensive_eye_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4578694Z test_comprehensive_eye_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4590192Z test_comprehensive_eye_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4601428Z test_comprehensive_eye_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4612859Z test_comprehensive_eye_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4624081Z test_comprehensive_eye_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4635521Z test_comprehensive_eye_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4646891Z test_comprehensive_eye_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4658230Z test_comprehensive_eye_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4669535Z test_comprehensive_eye_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4680961Z test_comprehensive_eye_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4692478Z test_comprehensive_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4703941Z test_comprehensive_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4715568Z test_comprehensive_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4727023Z test_comprehensive_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4738532Z test_comprehensive_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4749705Z test_comprehensive_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4761195Z test_comprehensive_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4772646Z test_comprehensive_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4783907Z test_comprehensive_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4797332Z test_comprehensive_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4809004Z test_comprehensive_fft_fft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4820218Z test_comprehensive_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4831520Z test_comprehensive_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4843058Z test_comprehensive_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4854467Z test_comprehensive_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4865755Z test_comprehensive_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4877324Z test_comprehensive_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4888732Z test_comprehensive_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4900063Z test_comprehensive_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4911413Z test_comprehensive_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4922936Z test_comprehensive_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4934327Z test_comprehensive_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4945865Z test_comprehensive_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4957366Z test_comprehensive_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4968822Z test_comprehensive_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4980168Z test_comprehensive_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.4991637Z test_comprehensive_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5003057Z test_comprehensive_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5014531Z test_comprehensive_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5025839Z test_comprehensive_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5037398Z test_comprehensive_fft_fftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5048866Z test_comprehensive_fft_fftshift_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5059965Z test_comprehensive_fft_fftshift_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5072467Z test_comprehensive_fft_fftshift_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5083301Z test_comprehensive_fft_fftshift_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5094842Z test_comprehensive_fft_fftshift_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5106274Z test_comprehensive_fft_fftshift_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5119749Z test_comprehensive_fft_fftshift_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5131267Z test_comprehensive_fft_fftshift_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5142650Z test_comprehensive_fft_fftshift_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5154233Z test_comprehensive_fft_fftshift_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5165676Z test_comprehensive_fft_fftshift_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5177155Z test_comprehensive_fft_fftshift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5188501Z test_comprehensive_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5200183Z test_comprehensive_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5211875Z test_comprehensive_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5223276Z test_comprehensive_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5234877Z test_comprehensive_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5246399Z test_comprehensive_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5257857Z test_comprehensive_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5269259Z test_comprehensive_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5280892Z test_comprehensive_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5292433Z test_comprehensive_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5304121Z test_comprehensive_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5315922Z test_comprehensive_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5327188Z test_comprehensive_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5338643Z test_comprehensive_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5350084Z test_comprehensive_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5362373Z test_comprehensive_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5373492Z test_comprehensive_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5384922Z test_comprehensive_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5396315Z test_comprehensive_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5407757Z test_comprehensive_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5419100Z test_comprehensive_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5430426Z test_comprehensive_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5443563Z test_comprehensive_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5455046Z test_comprehensive_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5466330Z test_comprehensive_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5477737Z test_comprehensive_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5489019Z test_comprehensive_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5500170Z test_comprehensive_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5511353Z test_comprehensive_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5522809Z test_comprehensive_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5534128Z test_comprehensive_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5545410Z test_comprehensive_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5556860Z test_comprehensive_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5568509Z test_comprehensive_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5579721Z test_comprehensive_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5590716Z test_comprehensive_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5601973Z test_comprehensive_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5613448Z test_comprehensive_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5624720Z test_comprehensive_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5636375Z test_comprehensive_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5647624Z test_comprehensive_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5658763Z test_comprehensive_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5670263Z test_comprehensive_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5681572Z test_comprehensive_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5693015Z test_comprehensive_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5704122Z test_comprehensive_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5715467Z test_comprehensive_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5726718Z test_comprehensive_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5738194Z test_comprehensive_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5749342Z test_comprehensive_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5762544Z test_comprehensive_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5774050Z test_comprehensive_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5785234Z test_comprehensive_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5796584Z test_comprehensive_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5807838Z test_comprehensive_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5819240Z test_comprehensive_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5830779Z test_comprehensive_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5842469Z test_comprehensive_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5854201Z test_comprehensive_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5865716Z test_comprehensive_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5877285Z test_comprehensive_fft_ifftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5888810Z test_comprehensive_fft_ifftshift_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5900318Z test_comprehensive_fft_ifftshift_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5911809Z test_comprehensive_fft_ifftshift_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5923423Z test_comprehensive_fft_ifftshift_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5935176Z test_comprehensive_fft_ifftshift_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5946255Z test_comprehensive_fft_ifftshift_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5957373Z test_comprehensive_fft_ifftshift_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5968311Z test_comprehensive_fft_ifftshift_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5979311Z test_comprehensive_fft_ifftshift_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.5990103Z test_comprehensive_fft_ifftshift_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6001214Z test_comprehensive_fft_ifftshift_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6012342Z test_comprehensive_fft_ifftshift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6023259Z test_comprehensive_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6034398Z test_comprehensive_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6045452Z test_comprehensive_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6056489Z test_comprehensive_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6067535Z test_comprehensive_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6080649Z test_comprehensive_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6092437Z test_comprehensive_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6103581Z test_comprehensive_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6114965Z test_comprehensive_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6126436Z test_comprehensive_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6137470Z test_comprehensive_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6148649Z test_comprehensive_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6159921Z test_comprehensive_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6171438Z test_comprehensive_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6182618Z test_comprehensive_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6193996Z test_comprehensive_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6205134Z test_comprehensive_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6216588Z test_comprehensive_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6227937Z test_comprehensive_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6239343Z test_comprehensive_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6251447Z test_comprehensive_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6262258Z test_comprehensive_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6274212Z test_comprehensive_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6285905Z test_comprehensive_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6297528Z test_comprehensive_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6309225Z test_comprehensive_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6320914Z test_comprehensive_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6332673Z test_comprehensive_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6344377Z test_comprehensive_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6355931Z test_comprehensive_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6367771Z test_comprehensive_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6379227Z test_comprehensive_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6390378Z test_comprehensive_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6403745Z test_comprehensive_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6415672Z test_comprehensive_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6426992Z test_comprehensive_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6438562Z test_comprehensive_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6450466Z test_comprehensive_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6461879Z test_comprehensive_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6473407Z test_comprehensive_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6485093Z test_comprehensive_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6496812Z test_comprehensive_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6508368Z test_comprehensive_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6520155Z test_comprehensive_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6531683Z test_comprehensive_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6543172Z test_comprehensive_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6555071Z test_comprehensive_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6566628Z test_comprehensive_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6578297Z test_comprehensive_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6589703Z test_comprehensive_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6601653Z test_comprehensive_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6613088Z test_comprehensive_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6624428Z test_comprehensive_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6636143Z test_comprehensive_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6647706Z test_comprehensive_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6659332Z test_comprehensive_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6670697Z test_comprehensive_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6682528Z test_comprehensive_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6694147Z test_comprehensive_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6705447Z test_comprehensive_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6717443Z test_comprehensive_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6730615Z test_comprehensive_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6742366Z test_comprehensive_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6754033Z test_comprehensive_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6765602Z test_comprehensive_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6777048Z test_comprehensive_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6788492Z test_comprehensive_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6800048Z test_comprehensive_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6811621Z test_comprehensive_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6823071Z test_comprehensive_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6834861Z test_comprehensive_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6846358Z test_comprehensive_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6857840Z test_comprehensive_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6869316Z test_comprehensive_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6880868Z test_comprehensive_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6892561Z test_comprehensive_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6903938Z test_comprehensive_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6915609Z test_comprehensive_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6927458Z test_comprehensive_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6938700Z test_comprehensive_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6950192Z test_comprehensive_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6961699Z test_comprehensive_fill_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6973179Z test_comprehensive_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6984721Z test_comprehensive_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.6996223Z test_comprehensive_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7007676Z test_comprehensive_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7019086Z test_comprehensive_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7030712Z test_comprehensive_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7042288Z test_comprehensive_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7055698Z test_comprehensive_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7067034Z test_comprehensive_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7078725Z test_comprehensive_flatten_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7090159Z test_comprehensive_flatten_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7101519Z test_comprehensive_flatten_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7113317Z test_comprehensive_flatten_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7124460Z test_comprehensive_flatten_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7135955Z test_comprehensive_flatten_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7147518Z test_comprehensive_flatten_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7159154Z test_comprehensive_flatten_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7170691Z test_comprehensive_flatten_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7182106Z test_comprehensive_flatten_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7193642Z test_comprehensive_flatten_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7205086Z test_comprehensive_flatten_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7216497Z test_comprehensive_flatten_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7227945Z test_comprehensive_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7239659Z test_comprehensive_flip_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7251096Z test_comprehensive_flip_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7262511Z test_comprehensive_flip_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7274062Z test_comprehensive_flip_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7285508Z test_comprehensive_flip_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7297023Z test_comprehensive_flip_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7308625Z test_comprehensive_flip_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7320097Z test_comprehensive_flip_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7331672Z test_comprehensive_flip_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7343019Z test_comprehensive_flip_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7354627Z test_comprehensive_flip_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7366222Z test_comprehensive_fliplr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7379423Z test_comprehensive_fliplr_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7390939Z test_comprehensive_fliplr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7402544Z test_comprehensive_fliplr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7414050Z test_comprehensive_fliplr_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7425458Z test_comprehensive_fliplr_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7437244Z test_comprehensive_fliplr_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7448704Z test_comprehensive_fliplr_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7460214Z test_comprehensive_fliplr_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7471708Z test_comprehensive_fliplr_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7483432Z test_comprehensive_fliplr_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7495104Z test_comprehensive_fliplr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7506482Z test_comprehensive_flipud_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7518115Z test_comprehensive_flipud_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7529605Z test_comprehensive_flipud_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7541043Z test_comprehensive_flipud_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7552468Z test_comprehensive_flipud_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7564139Z test_comprehensive_flipud_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7575442Z test_comprehensive_flipud_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7586720Z test_comprehensive_flipud_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7598205Z test_comprehensive_flipud_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7609525Z test_comprehensive_flipud_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7620729Z test_comprehensive_flipud_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7631886Z test_comprehensive_flipud_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7643280Z test_comprehensive_float_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7654505Z test_comprehensive_float_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7665842Z test_comprehensive_float_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7677329Z test_comprehensive_float_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7688755Z test_comprehensive_float_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7702872Z test_comprehensive_float_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7714224Z test_comprehensive_float_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7726103Z test_comprehensive_float_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7736927Z test_comprehensive_float_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7748313Z test_comprehensive_float_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7759607Z test_comprehensive_float_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7770979Z test_comprehensive_float_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7782361Z test_comprehensive_float_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7793905Z test_comprehensive_float_power_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7805108Z test_comprehensive_float_power_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7816351Z test_comprehensive_float_power_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7827612Z test_comprehensive_float_power_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7839067Z test_comprehensive_float_power_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7850502Z test_comprehensive_float_power_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7862360Z test_comprehensive_float_power_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7874534Z test_comprehensive_float_power_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7885982Z test_comprehensive_float_power_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7897272Z test_comprehensive_float_power_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7908471Z test_comprehensive_float_power_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7919791Z test_comprehensive_float_power_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7930851Z test_comprehensive_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7942084Z test_comprehensive_floor_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7953134Z test_comprehensive_floor_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7964188Z test_comprehensive_floor_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7975196Z test_comprehensive_floor_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7986152Z test_comprehensive_floor_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.7997107Z test_comprehensive_floor_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8008271Z test_comprehensive_floor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8020910Z test_comprehensive_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8032001Z test_comprehensive_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8043190Z test_comprehensive_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8054221Z test_comprehensive_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8065059Z test_comprehensive_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8076335Z test_comprehensive_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8087813Z test_comprehensive_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8099126Z test_comprehensive_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8110973Z test_comprehensive_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8122845Z test_comprehensive_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8134907Z test_comprehensive_fmax_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8146150Z test_comprehensive_fmax_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8157308Z test_comprehensive_fmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8168751Z test_comprehensive_fmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8179576Z test_comprehensive_fmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8190712Z test_comprehensive_fmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8201630Z test_comprehensive_fmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8212953Z test_comprehensive_fmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8223776Z test_comprehensive_fmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8235109Z test_comprehensive_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8246064Z test_comprehensive_fmin_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8257141Z test_comprehensive_fmin_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8267980Z test_comprehensive_fmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8279024Z test_comprehensive_fmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8290022Z test_comprehensive_fmin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8301416Z test_comprehensive_fmin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8312330Z test_comprehensive_fmin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8323483Z test_comprehensive_fmin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8336325Z test_comprehensive_fmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8347715Z test_comprehensive_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8359652Z test_comprehensive_fmod_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8371607Z test_comprehensive_fmod_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8383444Z test_comprehensive_fmod_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8395138Z test_comprehensive_fmod_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8406469Z test_comprehensive_fmod_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8417573Z test_comprehensive_fmod_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8428598Z test_comprehensive_fmod_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8439701Z test_comprehensive_fmod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8450996Z test_comprehensive_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8461909Z test_comprehensive_frac_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8473067Z test_comprehensive_frac_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8484068Z test_comprehensive_frac_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8495201Z test_comprehensive_frexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8506421Z test_comprehensive_frexp_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8517503Z test_comprehensive_frexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8528538Z test_comprehensive_frexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8539514Z test_comprehensive_full_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8550425Z test_comprehensive_full_like_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8561545Z test_comprehensive_full_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8572739Z test_comprehensive_full_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8583733Z test_comprehensive_full_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8594813Z test_comprehensive_full_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8605955Z test_comprehensive_full_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8617063Z test_comprehensive_full_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8628355Z test_comprehensive_full_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8639553Z test_comprehensive_full_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8652246Z test_comprehensive_full_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8663345Z test_comprehensive_full_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8674368Z test_comprehensive_gather_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8685418Z test_comprehensive_gather_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8696536Z test_comprehensive_gather_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8707480Z test_comprehensive_gather_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8718582Z test_comprehensive_gather_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8729607Z test_comprehensive_gather_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8740568Z test_comprehensive_gather_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8751535Z test_comprehensive_gather_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8762593Z test_comprehensive_gather_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8773884Z test_comprehensive_gather_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8784655Z test_comprehensive_gather_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8795810Z test_comprehensive_gather_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8807360Z test_comprehensive_gcd_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8818943Z test_comprehensive_gcd_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8830708Z test_comprehensive_gcd_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8842809Z test_comprehensive_gcd_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8854465Z test_comprehensive_gcd_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8865645Z test_comprehensive_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8876940Z test_comprehensive_ge_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8888093Z test_comprehensive_ge_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8899089Z test_comprehensive_ge_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8910201Z test_comprehensive_ge_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8921240Z test_comprehensive_ge_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8932258Z test_comprehensive_ge_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8943267Z test_comprehensive_ge_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8954414Z test_comprehensive_ge_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8967198Z test_comprehensive_ge_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8978423Z test_comprehensive_geqrf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.8989424Z test_comprehensive_geqrf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9000650Z test_comprehensive_geqrf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9011864Z test_comprehensive_geqrf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9022787Z test_comprehensive_gradient_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9033961Z test_comprehensive_gradient_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9045030Z test_comprehensive_gradient_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9056192Z test_comprehensive_gradient_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9067641Z test_comprehensive_gradient_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9079546Z test_comprehensive_gradient_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9091386Z test_comprehensive_gradient_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9103216Z test_comprehensive_gradient_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9114542Z test_comprehensive_gradient_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9125799Z test_comprehensive_gradient_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9136802Z test_comprehensive_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9147750Z test_comprehensive_gt_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9158903Z test_comprehensive_gt_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9170040Z test_comprehensive_gt_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9181001Z test_comprehensive_gt_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9191924Z test_comprehensive_gt_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9203135Z test_comprehensive_gt_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9214346Z test_comprehensive_gt_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9225275Z test_comprehensive_gt_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9236384Z test_comprehensive_gt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9247360Z test_comprehensive_half_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9258326Z test_comprehensive_half_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9269235Z test_comprehensive_half_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9281976Z test_comprehensive_half_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9293414Z test_comprehensive_half_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9305441Z test_comprehensive_half_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9317221Z test_comprehensive_half_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9329174Z test_comprehensive_half_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9340771Z test_comprehensive_half_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9352488Z test_comprehensive_half_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9363902Z test_comprehensive_half_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9375057Z test_comprehensive_half_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9386040Z test_comprehensive_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9397413Z test_comprehensive_heaviside_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9408469Z test_comprehensive_heaviside_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9419275Z test_comprehensive_heaviside_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9430181Z test_comprehensive_heaviside_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9441425Z test_comprehensive_heaviside_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9452369Z test_comprehensive_heaviside_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9463502Z test_comprehensive_heaviside_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9474748Z test_comprehensive_heaviside_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9485686Z test_comprehensive_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9496663Z test_comprehensive_histc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9507603Z test_comprehensive_histc_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9518716Z test_comprehensive_histc_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9529768Z test_comprehensive_histogram_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9540714Z test_comprehensive_histogram_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9551593Z test_comprehensive_histogramdd_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9562828Z test_comprehensive_histogramdd_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9574813Z test_comprehensive_hsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9586574Z test_comprehensive_hsplit_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9600377Z test_comprehensive_hsplit_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9612005Z test_comprehensive_hsplit_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9623107Z test_comprehensive_hsplit_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9634406Z test_comprehensive_hsplit_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9645410Z test_comprehensive_hsplit_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9656437Z test_comprehensive_hsplit_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9667855Z test_comprehensive_hsplit_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9678863Z test_comprehensive_hsplit_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9689769Z test_comprehensive_hsplit_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9700776Z test_comprehensive_hsplit_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9711881Z test_comprehensive_hsplit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9723021Z test_comprehensive_hstack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9733999Z test_comprehensive_hstack_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9745022Z test_comprehensive_hstack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9755956Z test_comprehensive_hstack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9767068Z test_comprehensive_hstack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9778074Z test_comprehensive_hstack_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9788958Z test_comprehensive_hstack_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9800069Z test_comprehensive_hstack_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9811277Z test_comprehensive_hstack_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9822669Z test_comprehensive_hstack_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9835121Z test_comprehensive_hstack_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9846354Z test_comprehensive_hstack_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9857533Z test_comprehensive_hstack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9868662Z test_comprehensive_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9879963Z test_comprehensive_hypot_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9891213Z test_comprehensive_hypot_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9902401Z test_comprehensive_i0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9915408Z test_comprehensive_i0_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9926757Z test_comprehensive_i0_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9937968Z test_comprehensive_i0_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9949067Z test_comprehensive_i0_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9960332Z test_comprehensive_i0_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9971537Z test_comprehensive_i0_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9982696Z test_comprehensive_i0_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:57.9994251Z test_comprehensive_i0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0005350Z test_comprehensive_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0016593Z test_comprehensive_igamma_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0027696Z test_comprehensive_igamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0039655Z test_comprehensive_igamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0050988Z test_comprehensive_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0062307Z test_comprehensive_igammac_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0073852Z test_comprehensive_igammac_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0085718Z test_comprehensive_igammac_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0097164Z test_comprehensive_imag_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0108722Z test_comprehensive_imag_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0120508Z test_comprehensive_imag_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0132147Z test_comprehensive_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0143641Z test_comprehensive_index_add_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0155360Z test_comprehensive_index_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0167142Z test_comprehensive_index_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0178559Z test_comprehensive_index_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0190100Z test_comprehensive_index_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0201817Z test_comprehensive_index_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0213486Z test_comprehensive_index_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0224946Z test_comprehensive_index_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0238346Z test_comprehensive_index_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0250039Z test_comprehensive_index_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0261785Z test_comprehensive_index_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0273444Z test_comprehensive_index_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0284929Z test_comprehensive_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0296521Z test_comprehensive_index_copy_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0308217Z test_comprehensive_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0319923Z test_comprehensive_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0331509Z test_comprehensive_index_copy_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0343098Z test_comprehensive_index_copy_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0354945Z test_comprehensive_index_copy_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0366466Z test_comprehensive_index_copy_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0378042Z test_comprehensive_index_copy_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0389461Z test_comprehensive_index_copy_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0401182Z test_comprehensive_index_copy_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0412794Z test_comprehensive_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0424300Z test_comprehensive_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0436032Z test_comprehensive_index_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0447860Z test_comprehensive_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0458829Z test_comprehensive_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0470120Z test_comprehensive_index_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0481766Z test_comprehensive_index_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0493024Z test_comprehensive_index_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0504281Z test_comprehensive_index_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0515829Z test_comprehensive_index_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0527150Z test_comprehensive_index_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0538512Z test_comprehensive_index_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0549803Z test_comprehensive_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0562873Z test_comprehensive_index_put_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0574585Z test_comprehensive_index_put_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0586054Z test_comprehensive_index_put_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0597569Z test_comprehensive_index_put_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0609033Z test_comprehensive_index_put_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0620373Z test_comprehensive_index_put_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0631922Z test_comprehensive_index_put_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0643380Z test_comprehensive_index_put_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0654948Z test_comprehensive_index_put_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0666416Z test_comprehensive_index_put_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0678089Z test_comprehensive_index_put_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0689510Z test_comprehensive_index_put_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0700738Z test_comprehensive_index_put_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0712184Z test_comprehensive_index_reduce_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0723433Z test_comprehensive_index_reduce_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0734914Z test_comprehensive_index_reduce_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0746314Z test_comprehensive_index_reduce_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0757749Z test_comprehensive_index_reduce_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0769122Z test_comprehensive_index_reduce_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0780335Z test_comprehensive_index_reduce_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0791623Z test_comprehensive_index_reduce_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0803029Z test_comprehensive_index_reduce_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0814487Z test_comprehensive_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0825614Z test_comprehensive_index_select_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0836699Z test_comprehensive_index_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0847962Z test_comprehensive_index_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0858510Z test_comprehensive_index_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0870248Z test_comprehensive_index_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0882774Z test_comprehensive_index_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0894219Z test_comprehensive_index_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0905375Z test_comprehensive_index_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0916576Z test_comprehensive_index_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0927847Z test_comprehensive_index_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0938998Z test_comprehensive_index_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0950153Z test_comprehensive_index_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0961375Z test_comprehensive_inner_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0972631Z test_comprehensive_inner_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0983810Z test_comprehensive_inner_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.0995205Z test_comprehensive_inner_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1006404Z test_comprehensive_inner_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1017576Z test_comprehensive_inner_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1028901Z test_comprehensive_inner_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1040182Z test_comprehensive_inner_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1051434Z test_comprehensive_inner_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1062650Z test_comprehensive_inner_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1074009Z test_comprehensive_int_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1085425Z test_comprehensive_int_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1096821Z test_comprehensive_int_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1107804Z test_comprehensive_int_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1119253Z test_comprehensive_int_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1130905Z test_comprehensive_int_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1142374Z test_comprehensive_int_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1153944Z test_comprehensive_int_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1165359Z test_comprehensive_int_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1176746Z test_comprehensive_int_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1189716Z test_comprehensive_int_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1201347Z test_comprehensive_int_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1212896Z test_comprehensive_isclose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1224323Z test_comprehensive_isclose_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1235904Z test_comprehensive_isclose_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1247482Z test_comprehensive_isclose_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1258919Z test_comprehensive_isclose_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1270296Z test_comprehensive_isclose_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1281837Z test_comprehensive_isclose_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1293434Z test_comprehensive_isclose_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1305072Z test_comprehensive_isclose_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1316764Z test_comprehensive_isclose_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1328026Z test_comprehensive_isclose_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1339624Z test_comprehensive_isclose_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1351325Z test_comprehensive_isfinite_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1362655Z test_comprehensive_isfinite_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1374344Z test_comprehensive_isfinite_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1385715Z test_comprehensive_isfinite_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1397293Z test_comprehensive_isfinite_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1408806Z test_comprehensive_isfinite_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1420242Z test_comprehensive_isfinite_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1431697Z test_comprehensive_isfinite_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1443293Z test_comprehensive_isfinite_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1454745Z test_comprehensive_isfinite_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1466187Z test_comprehensive_isfinite_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1477844Z test_comprehensive_isfinite_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1489483Z test_comprehensive_isfinite_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1503666Z test_comprehensive_isin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1515443Z test_comprehensive_isin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1526886Z test_comprehensive_isin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1538239Z test_comprehensive_isin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1549725Z test_comprehensive_isin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1561181Z test_comprehensive_isin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1572710Z test_comprehensive_isin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1584243Z test_comprehensive_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1595899Z test_comprehensive_isinf_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1607379Z test_comprehensive_isinf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1618855Z test_comprehensive_isinf_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1630316Z test_comprehensive_isinf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1641735Z test_comprehensive_isinf_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1653375Z test_comprehensive_isinf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1664765Z test_comprehensive_isinf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1676381Z test_comprehensive_isinf_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1687884Z test_comprehensive_isinf_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1699331Z test_comprehensive_isinf_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1710775Z test_comprehensive_isinf_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1722425Z test_comprehensive_isinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1733987Z test_comprehensive_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1745460Z test_comprehensive_isnan_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1757306Z test_comprehensive_isnan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1768845Z test_comprehensive_isnan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1780343Z test_comprehensive_isnan_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1791795Z test_comprehensive_isnan_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1803244Z test_comprehensive_isnan_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1816393Z test_comprehensive_isnan_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1827901Z test_comprehensive_isnan_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1839462Z test_comprehensive_isnan_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1850966Z test_comprehensive_isnan_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1862401Z test_comprehensive_isnan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1874032Z test_comprehensive_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1885480Z test_comprehensive_isneginf_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1896939Z test_comprehensive_isneginf_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1908386Z test_comprehensive_isneginf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1920033Z test_comprehensive_isneginf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1931587Z test_comprehensive_isneginf_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1942965Z test_comprehensive_isneginf_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1954658Z test_comprehensive_isneginf_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1966084Z test_comprehensive_isneginf_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1977608Z test_comprehensive_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.1989056Z test_comprehensive_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2000564Z test_comprehensive_isposinf_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2012223Z test_comprehensive_isposinf_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2023709Z test_comprehensive_isposinf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2035307Z test_comprehensive_isposinf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2046788Z test_comprehensive_isposinf_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2058203Z test_comprehensive_isposinf_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2069638Z test_comprehensive_isposinf_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2081699Z test_comprehensive_isposinf_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2092792Z test_comprehensive_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2104035Z test_comprehensive_isreal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2115515Z test_comprehensive_isreal_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2128691Z test_comprehensive_isreal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2140176Z test_comprehensive_isreal_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2151680Z test_comprehensive_isreal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2163141Z test_comprehensive_isreal_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2174704Z test_comprehensive_isreal_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2186127Z test_comprehensive_isreal_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2197774Z test_comprehensive_isreal_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2209255Z test_comprehensive_isreal_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2220708Z test_comprehensive_isreal_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2232157Z test_comprehensive_isreal_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2243632Z test_comprehensive_isreal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2255241Z test_comprehensive_istft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2266746Z test_comprehensive_istft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2278615Z test_comprehensive_istft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2290091Z test_comprehensive_istft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.2301811Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2313241Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2324257Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2335600Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2346613Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2357970Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2369394Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2380684Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2391914Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2403377Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2414807Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2426117Z test_comprehensive_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2439306Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2450795Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2462076Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2473491Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2484771Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2496284Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2507645Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2519194Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2530603Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2541962Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2553447Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2564711Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2576361Z test_comprehensive_jiterator_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2587994Z test_comprehensive_jiterator_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2599301Z test_comprehensive_jiterator_binary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2610839Z test_comprehensive_jiterator_binary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2622165Z test_comprehensive_jiterator_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2633669Z test_comprehensive_jiterator_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2644992Z test_comprehensive_jiterator_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2656380Z test_comprehensive_jiterator_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2667717Z test_comprehensive_jiterator_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2679097Z test_comprehensive_jiterator_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2690521Z test_comprehensive_jiterator_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2701827Z test_comprehensive_jiterator_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2713278Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2724616Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2736093Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2749221Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2760763Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2772309Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2783682Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2795138Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2806506Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2817780Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2829148Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2840746Z test_comprehensive_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2852221Z test_comprehensive_jiterator_unary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2863575Z test_comprehensive_jiterator_unary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2875195Z test_comprehensive_jiterator_unary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2886579Z test_comprehensive_jiterator_unary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2898077Z test_comprehensive_jiterator_unary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2909253Z test_comprehensive_jiterator_unary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2920618Z test_comprehensive_jiterator_unary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2931880Z test_comprehensive_jiterator_unary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2943245Z test_comprehensive_jiterator_unary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2954725Z test_comprehensive_jiterator_unary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2966237Z test_comprehensive_jiterator_unary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2977554Z test_comprehensive_jiterator_unary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:58.2989216Z test_comprehensive_kron_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3000852Z test_comprehensive_kron_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3012522Z test_comprehensive_kron_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3024060Z test_comprehensive_kron_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3035702Z test_comprehensive_kron_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3047228Z test_comprehensive_kron_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3060406Z test_comprehensive_kron_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3071897Z test_comprehensive_kron_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3083407Z test_comprehensive_kron_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3095245Z test_comprehensive_kron_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3106636Z test_comprehensive_kron_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3118460Z test_comprehensive_kron_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3130909Z test_comprehensive_kthvalue_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3141808Z test_comprehensive_kthvalue_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3153061Z test_comprehensive_kthvalue_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3164174Z test_comprehensive_kthvalue_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3175304Z test_comprehensive_kthvalue_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3186400Z test_comprehensive_kthvalue_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3197517Z test_comprehensive_kthvalue_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3208601Z test_comprehensive_kthvalue_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3219635Z test_comprehensive_lcm_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3230674Z test_comprehensive_lcm_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3241769Z test_comprehensive_lcm_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3252834Z test_comprehensive_lcm_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3263851Z test_comprehensive_lcm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3274921Z test_comprehensive_ldexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3286211Z test_comprehensive_ldexp_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3297879Z test_comprehensive_ldexp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3308667Z test_comprehensive_ldexp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3319982Z test_comprehensive_ldexp_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3331141Z test_comprehensive_ldexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3342928Z test_comprehensive_ldexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3354605Z test_comprehensive_ldexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3367357Z test_comprehensive_ldexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3378710Z test_comprehensive_ldexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3389820Z test_comprehensive_ldexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3401297Z test_comprehensive_ldexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3412296Z test_comprehensive_le_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3423475Z test_comprehensive_le_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3434852Z test_comprehensive_le_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3446128Z test_comprehensive_le_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3457228Z test_comprehensive_le_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3468428Z test_comprehensive_le_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3479796Z test_comprehensive_le_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3491198Z test_comprehensive_le_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3502304Z test_comprehensive_le_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3513637Z test_comprehensive_le_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3525137Z test_comprehensive_lerp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3536475Z test_comprehensive_lerp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3547776Z test_comprehensive_lerp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3559032Z test_comprehensive_lerp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3570440Z test_comprehensive_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3581510Z test_comprehensive_lgamma_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3593038Z test_comprehensive_lgamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3604040Z test_comprehensive_lgamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3615314Z test_comprehensive_lgamma_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3626592Z test_comprehensive_lgamma_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3638077Z test_comprehensive_lgamma_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3649484Z test_comprehensive_lgamma_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3660651Z test_comprehensive_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3673798Z test_comprehensive_linalg_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3685362Z test_comprehensive_linalg_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3696564Z test_comprehensive_linalg_cholesky_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3707851Z test_comprehensive_linalg_cholesky_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3719265Z test_comprehensive_linalg_cholesky_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3731065Z test_comprehensive_linalg_cholesky_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3741858Z test_comprehensive_linalg_cholesky_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3753526Z test_comprehensive_linalg_cholesky_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3765495Z test_comprehensive_linalg_cond_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3777290Z test_comprehensive_linalg_cond_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3789172Z test_comprehensive_linalg_cond_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3800767Z test_comprehensive_linalg_cond_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3812310Z test_comprehensive_linalg_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3823373Z test_comprehensive_linalg_cross_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3834763Z test_comprehensive_linalg_cross_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3846366Z test_comprehensive_linalg_cross_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3858136Z test_comprehensive_linalg_cross_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3869235Z test_comprehensive_linalg_cross_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3880652Z test_comprehensive_linalg_cross_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3891953Z test_comprehensive_linalg_cross_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3903157Z test_comprehensive_linalg_cross_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3914541Z test_comprehensive_linalg_cross_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3925982Z test_comprehensive_linalg_det_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3937296Z test_comprehensive_linalg_det_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3948950Z test_comprehensive_linalg_det_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3960125Z test_comprehensive_linalg_det_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3971484Z test_comprehensive_linalg_det_singular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3984550Z test_comprehensive_linalg_det_singular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.3996175Z test_comprehensive_linalg_det_singular_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4007505Z test_comprehensive_linalg_det_singular_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4019128Z test_comprehensive_linalg_eig_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4030852Z test_comprehensive_linalg_eig_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4042605Z test_comprehensive_linalg_eig_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4054411Z test_comprehensive_linalg_eig_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4066061Z test_comprehensive_linalg_eigh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4077819Z test_comprehensive_linalg_eigh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4089509Z test_comprehensive_linalg_eigh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4101347Z test_comprehensive_linalg_eigh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4112583Z test_comprehensive_linalg_eigvals_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4124052Z test_comprehensive_linalg_eigvals_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4135508Z test_comprehensive_linalg_eigvals_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4147335Z test_comprehensive_linalg_eigvals_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4158294Z test_comprehensive_linalg_eigvalsh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4169690Z test_comprehensive_linalg_eigvalsh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4181051Z test_comprehensive_linalg_eigvalsh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4192290Z test_comprehensive_linalg_eigvalsh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4203853Z test_comprehensive_linalg_householder_product_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4215299Z test_comprehensive_linalg_householder_product_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4226632Z test_comprehensive_linalg_householder_product_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4238080Z test_comprehensive_linalg_householder_product_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4249400Z test_comprehensive_linalg_inv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4260651Z test_comprehensive_linalg_inv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4271905Z test_comprehensive_linalg_inv_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4283298Z test_comprehensive_linalg_inv_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4296904Z test_comprehensive_linalg_inv_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4307946Z test_comprehensive_linalg_inv_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4319457Z test_comprehensive_linalg_inv_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4330947Z test_comprehensive_linalg_inv_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4342283Z test_comprehensive_linalg_ldl_factor_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4353616Z test_comprehensive_linalg_ldl_factor_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4365665Z test_comprehensive_linalg_ldl_factor_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4377779Z test_comprehensive_linalg_ldl_factor_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4389851Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4401579Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4413001Z test_comprehensive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4424216Z test_comprehensive_linalg_ldl_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4435816Z test_comprehensive_linalg_ldl_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4447647Z test_comprehensive_linalg_ldl_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4458995Z test_comprehensive_linalg_ldl_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4470214Z test_comprehensive_linalg_ldl_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4481731Z test_comprehensive_linalg_lstsq_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4493031Z test_comprehensive_linalg_lstsq_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4504561Z test_comprehensive_linalg_lstsq_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4515892Z test_comprehensive_linalg_lstsq_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4527227Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4538543Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4549814Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4561222Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4572640Z test_comprehensive_linalg_lu_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4583813Z test_comprehensive_linalg_lu_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4595498Z test_comprehensive_linalg_lu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4608697Z test_comprehensive_linalg_lu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4619832Z test_comprehensive_linalg_lu_factor_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4631187Z test_comprehensive_linalg_lu_factor_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4642646Z test_comprehensive_linalg_lu_factor_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4654010Z test_comprehensive_linalg_lu_factor_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4665304Z test_comprehensive_linalg_lu_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4676762Z test_comprehensive_linalg_lu_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4688101Z test_comprehensive_linalg_lu_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4699377Z test_comprehensive_linalg_lu_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4710729Z test_comprehensive_linalg_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4722225Z test_comprehensive_linalg_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4733707Z test_comprehensive_linalg_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4744832Z test_comprehensive_linalg_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4756934Z test_comprehensive_linalg_matrix_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4768694Z test_comprehensive_linalg_matrix_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4780384Z test_comprehensive_linalg_matrix_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4792075Z test_comprehensive_linalg_matrix_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4803934Z test_comprehensive_linalg_matrix_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4815807Z test_comprehensive_linalg_matrix_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4827360Z test_comprehensive_linalg_matrix_power_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4839039Z test_comprehensive_linalg_matrix_power_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4851053Z test_comprehensive_linalg_matrix_power_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4862706Z test_comprehensive_linalg_matrix_power_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4874149Z test_comprehensive_linalg_matrix_rank_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4885687Z test_comprehensive_linalg_matrix_rank_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4896797Z test_comprehensive_linalg_matrix_rank_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4908092Z test_comprehensive_linalg_matrix_rank_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4921216Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4932587Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4943823Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4955265Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4966530Z test_comprehensive_linalg_multi_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4977736Z test_comprehensive_linalg_multi_dot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.4989020Z test_comprehensive_linalg_multi_dot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5000375Z test_comprehensive_linalg_multi_dot_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5011726Z test_comprehensive_linalg_multi_dot_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5022999Z test_comprehensive_linalg_multi_dot_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5034415Z test_comprehensive_linalg_multi_dot_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5045674Z test_comprehensive_linalg_multi_dot_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5057256Z test_comprehensive_linalg_multi_dot_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5068152Z test_comprehensive_linalg_multi_dot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5080043Z test_comprehensive_linalg_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5091924Z test_comprehensive_linalg_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5103959Z test_comprehensive_linalg_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5116673Z test_comprehensive_linalg_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5128514Z test_comprehensive_linalg_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5140488Z test_comprehensive_linalg_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5152375Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5164624Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5176677Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5188436Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5200425Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5212375Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5224023Z test_comprehensive_linalg_pinv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5238718Z test_comprehensive_linalg_pinv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5250283Z test_comprehensive_linalg_pinv_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5261887Z test_comprehensive_linalg_pinv_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5273777Z test_comprehensive_linalg_pinv_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5285209Z test_comprehensive_linalg_pinv_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5296904Z test_comprehensive_linalg_pinv_hermitian_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5308412Z test_comprehensive_linalg_pinv_hermitian_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5320031Z test_comprehensive_linalg_pinv_singular_cpu_complex128 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:54:58.5331651Z test_comprehensive_linalg_pinv_singular_cpu_complex64 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:54:58.5342915Z test_comprehensive_linalg_pinv_singular_cpu_float32 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:54:58.5354534Z test_comprehensive_linalg_pinv_singular_cpu_float64 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:54:58.5365991Z test_comprehensive_linalg_qr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5377698Z test_comprehensive_linalg_qr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5389053Z test_comprehensive_linalg_qr_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5400556Z test_comprehensive_linalg_qr_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5412107Z test_comprehensive_linalg_slogdet_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5423568Z test_comprehensive_linalg_slogdet_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5435235Z test_comprehensive_linalg_slogdet_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5446777Z test_comprehensive_linalg_slogdet_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5458242Z test_comprehensive_linalg_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5469800Z test_comprehensive_linalg_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5481454Z test_comprehensive_linalg_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5493150Z test_comprehensive_linalg_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5504742Z test_comprehensive_linalg_solve_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5516268Z test_comprehensive_linalg_solve_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5528023Z test_comprehensive_linalg_solve_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5539463Z test_comprehensive_linalg_solve_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5552600Z test_comprehensive_linalg_solve_triangular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5564300Z test_comprehensive_linalg_solve_triangular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5575840Z test_comprehensive_linalg_solve_triangular_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5587809Z test_comprehensive_linalg_solve_triangular_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5599995Z test_comprehensive_linalg_svd_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5611823Z test_comprehensive_linalg_svd_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5623888Z test_comprehensive_linalg_svd_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5635731Z test_comprehensive_linalg_svd_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5647698Z test_comprehensive_linalg_svdvals_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5659537Z test_comprehensive_linalg_svdvals_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5671417Z test_comprehensive_linalg_svdvals_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5683390Z test_comprehensive_linalg_svdvals_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5695082Z test_comprehensive_linalg_tensorinv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5706577Z test_comprehensive_linalg_tensorinv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5718344Z test_comprehensive_linalg_tensorinv_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5729958Z test_comprehensive_linalg_tensorinv_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5741616Z test_comprehensive_linalg_tensorsolve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5753337Z test_comprehensive_linalg_tensorsolve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5764944Z test_comprehensive_linalg_tensorsolve_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5776772Z test_comprehensive_linalg_tensorsolve_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5788051Z test_comprehensive_linalg_vander_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5799761Z test_comprehensive_linalg_vander_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5811531Z test_comprehensive_linalg_vander_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5822817Z test_comprehensive_linalg_vander_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5834505Z test_comprehensive_linalg_vander_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5846128Z test_comprehensive_linalg_vander_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5857746Z test_comprehensive_linalg_vander_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5870947Z test_comprehensive_linalg_vander_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5882617Z test_comprehensive_linalg_vander_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5894247Z test_comprehensive_linalg_vecdot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5905794Z test_comprehensive_linalg_vecdot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5917489Z test_comprehensive_linalg_vecdot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5929033Z test_comprehensive_linalg_vecdot_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5940324Z test_comprehensive_linalg_vecdot_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5951867Z test_comprehensive_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5963413Z test_comprehensive_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5974987Z test_comprehensive_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5986401Z test_comprehensive_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.5998029Z test_comprehensive_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6009558Z test_comprehensive_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6020966Z test_comprehensive_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6032482Z test_comprehensive_linspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6043999Z test_comprehensive_linspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6055626Z test_comprehensive_linspace_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6067494Z test_comprehensive_linspace_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6079165Z test_comprehensive_linspace_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6090445Z test_comprehensive_linspace_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6102046Z test_comprehensive_linspace_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6113781Z test_comprehensive_linspace_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6125270Z test_comprehensive_linspace_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6137228Z test_comprehensive_linspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6148846Z test_comprehensive_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6160715Z test_comprehensive_log10_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6172322Z test_comprehensive_log10_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6185821Z test_comprehensive_log10_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6197638Z test_comprehensive_log10_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6209312Z test_comprehensive_log10_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6220860Z test_comprehensive_log10_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6232317Z test_comprehensive_log10_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6244225Z test_comprehensive_log10_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6255742Z test_comprehensive_log10_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6267298Z test_comprehensive_log10_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6278999Z test_comprehensive_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6290642Z test_comprehensive_log1p_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6302334Z test_comprehensive_log1p_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6314134Z test_comprehensive_log1p_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6325725Z test_comprehensive_log1p_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6337247Z test_comprehensive_log1p_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6348762Z test_comprehensive_log1p_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6360500Z test_comprehensive_log1p_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6372155Z test_comprehensive_log1p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6383813Z test_comprehensive_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6395454Z test_comprehensive_log2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6407259Z test_comprehensive_log2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6418736Z test_comprehensive_log2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6430280Z test_comprehensive_log2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6442016Z test_comprehensive_log2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6453642Z test_comprehensive_log2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6465156Z test_comprehensive_log2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6476919Z test_comprehensive_log2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6488585Z test_comprehensive_log2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6501929Z test_comprehensive_log2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6514113Z test_comprehensive_log_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6525442Z test_comprehensive_log_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6536870Z test_comprehensive_log_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6548170Z test_comprehensive_log_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6560302Z test_comprehensive_log_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6571640Z test_comprehensive_log_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6583147Z test_comprehensive_log_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6594776Z test_comprehensive_log_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6605729Z test_comprehensive_log_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6616685Z test_comprehensive_log_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6628076Z test_comprehensive_log_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6639568Z test_comprehensive_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6651224Z test_comprehensive_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6662184Z test_comprehensive_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6673867Z test_comprehensive_log_softmax_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6685269Z test_comprehensive_log_softmax_dtype_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6696576Z test_comprehensive_log_softmax_dtype_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6708350Z test_comprehensive_log_softmax_dtype_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6720220Z test_comprehensive_log_softmax_dtype_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6732040Z test_comprehensive_log_softmax_dtype_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6743451Z test_comprehensive_log_softmax_dtype_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6755069Z test_comprehensive_log_softmax_dtype_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6766679Z test_comprehensive_log_softmax_dtype_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6778141Z test_comprehensive_log_softmax_dtype_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6789662Z test_comprehensive_log_softmax_dtype_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6801502Z test_comprehensive_log_softmax_dtype_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6815003Z test_comprehensive_log_softmax_dtype_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6826758Z test_comprehensive_logaddexp2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6838452Z test_comprehensive_logaddexp2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6850065Z test_comprehensive_logaddexp2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6861634Z test_comprehensive_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6873334Z test_comprehensive_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6884705Z test_comprehensive_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6896243Z test_comprehensive_logcumsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6907665Z test_comprehensive_logcumsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6919151Z test_comprehensive_logcumsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6930659Z test_comprehensive_logdet_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6942043Z test_comprehensive_logdet_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6953660Z test_comprehensive_logdet_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6965194Z test_comprehensive_logdet_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6976547Z test_comprehensive_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6987827Z test_comprehensive_logical_and_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.6999259Z test_comprehensive_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7010668Z test_comprehensive_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7021905Z test_comprehensive_logical_and_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7033255Z test_comprehensive_logical_and_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7044678Z test_comprehensive_logical_and_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7056184Z test_comprehensive_logical_and_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7067658Z test_comprehensive_logical_and_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7079219Z test_comprehensive_logical_and_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7090512Z test_comprehensive_logical_and_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7101674Z test_comprehensive_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7113041Z test_comprehensive_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7126353Z test_comprehensive_logical_not_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7137800Z test_comprehensive_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7149203Z test_comprehensive_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7160603Z test_comprehensive_logical_not_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7171931Z test_comprehensive_logical_not_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7183299Z test_comprehensive_logical_not_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7194626Z test_comprehensive_logical_not_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7206045Z test_comprehensive_logical_not_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7217364Z test_comprehensive_logical_not_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7228730Z test_comprehensive_logical_not_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7240182Z test_comprehensive_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7251610Z test_comprehensive_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7262916Z test_comprehensive_logical_or_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7274457Z test_comprehensive_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7285903Z test_comprehensive_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7297341Z test_comprehensive_logical_or_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7308602Z test_comprehensive_logical_or_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7320153Z test_comprehensive_logical_or_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7331668Z test_comprehensive_logical_or_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7342971Z test_comprehensive_logical_or_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7354536Z test_comprehensive_logical_or_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7366380Z test_comprehensive_logical_or_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7377882Z test_comprehensive_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7388768Z test_comprehensive_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7400358Z test_comprehensive_logical_xor_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7412034Z test_comprehensive_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7423307Z test_comprehensive_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7436552Z test_comprehensive_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7448034Z test_comprehensive_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7459347Z test_comprehensive_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7470737Z test_comprehensive_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7482338Z test_comprehensive_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7494002Z test_comprehensive_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7505166Z test_comprehensive_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7516728Z test_comprehensive_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7528205Z test_comprehensive_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7539551Z test_comprehensive_logit_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7550955Z test_comprehensive_logit_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7562401Z test_comprehensive_logit_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7574215Z test_comprehensive_logit_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7585115Z test_comprehensive_logit_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7596378Z test_comprehensive_logit_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7607805Z test_comprehensive_logit_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7618776Z test_comprehensive_logit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7630560Z test_comprehensive_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7642047Z test_comprehensive_logspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7653633Z test_comprehensive_logspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7665235Z test_comprehensive_logspace_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7676932Z test_comprehensive_logspace_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7688461Z test_comprehensive_logspace_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7699742Z test_comprehensive_logspace_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7711155Z test_comprehensive_logspace_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7722840Z test_comprehensive_logspace_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7734315Z test_comprehensive_logspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7747648Z test_comprehensive_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7759273Z test_comprehensive_logsumexp_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7770803Z test_comprehensive_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7782146Z test_comprehensive_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7793776Z test_comprehensive_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7805338Z test_comprehensive_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7816704Z test_comprehensive_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7828114Z test_comprehensive_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7839592Z test_comprehensive_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7851191Z test_comprehensive_long_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7862542Z test_comprehensive_long_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7874114Z test_comprehensive_long_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7885463Z test_comprehensive_long_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7896831Z test_comprehensive_long_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7908197Z test_comprehensive_long_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7919754Z test_comprehensive_long_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7931209Z test_comprehensive_long_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7942555Z test_comprehensive_long_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7954163Z test_comprehensive_long_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7965569Z test_comprehensive_long_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7977208Z test_comprehensive_long_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7988505Z test_comprehensive_long_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.7999979Z test_comprehensive_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8011501Z test_comprehensive_lt_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8022910Z test_comprehensive_lt_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8034478Z test_comprehensive_lt_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8045920Z test_comprehensive_lt_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8059064Z test_comprehensive_lt_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8070928Z test_comprehensive_lt_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8082266Z test_comprehensive_lt_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8094168Z test_comprehensive_lt_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8105228Z test_comprehensive_lt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8116533Z test_comprehensive_lu_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8128291Z test_comprehensive_lu_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8139385Z test_comprehensive_lu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8150909Z test_comprehensive_lu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8162597Z test_comprehensive_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8174271Z test_comprehensive_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8185511Z test_comprehensive_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8197047Z test_comprehensive_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8208659Z test_comprehensive_lu_unpack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8220030Z test_comprehensive_lu_unpack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8231456Z test_comprehensive_lu_unpack_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8243000Z test_comprehensive_lu_unpack_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8254752Z test_comprehensive_mH_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8265919Z test_comprehensive_mH_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8277541Z test_comprehensive_mH_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8289062Z test_comprehensive_mH_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8300546Z test_comprehensive_mH_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8311877Z test_comprehensive_mH_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8323387Z test_comprehensive_mH_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8334881Z test_comprehensive_mH_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8346224Z test_comprehensive_mH_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8357473Z test_comprehensive_mH_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8371142Z test_comprehensive_mH_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8382285Z test_comprehensive_mH_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8393669Z test_comprehensive_mH_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8405172Z test_comprehensive_mT_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8416514Z test_comprehensive_mT_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8427886Z test_comprehensive_mT_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8439388Z test_comprehensive_mT_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8450964Z test_comprehensive_mT_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8462026Z test_comprehensive_mT_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8473412Z test_comprehensive_mT_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8485095Z test_comprehensive_mT_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8496311Z test_comprehensive_mT_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8507430Z test_comprehensive_mT_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8518800Z test_comprehensive_mT_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8530359Z test_comprehensive_mT_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8541546Z test_comprehensive_mT_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8553081Z test_comprehensive_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8564507Z test_comprehensive_masked_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8576035Z test_comprehensive_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8587210Z test_comprehensive_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8598713Z test_comprehensive_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8610214Z test_comprehensive_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8621474Z test_comprehensive_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8633038Z test_comprehensive_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8644362Z test_comprehensive_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8655726Z test_comprehensive_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8666731Z test_comprehensive_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8679962Z test_comprehensive_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8691366Z test_comprehensive_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8702908Z test_comprehensive_masked_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8714238Z test_comprehensive_masked_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8725559Z test_comprehensive_masked_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8736829Z test_comprehensive_masked_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8748098Z test_comprehensive_masked_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8759828Z test_comprehensive_masked_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8771014Z test_comprehensive_masked_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8782253Z test_comprehensive_masked_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8793610Z test_comprehensive_masked_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8805076Z test_comprehensive_masked_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8816387Z test_comprehensive_masked_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8828238Z test_comprehensive_masked_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8839552Z test_comprehensive_masked_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8850833Z test_comprehensive_masked_select_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8862176Z test_comprehensive_masked_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8873711Z test_comprehensive_masked_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8884856Z test_comprehensive_masked_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8896153Z test_comprehensive_masked_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8907589Z test_comprehensive_masked_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8918955Z test_comprehensive_masked_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8930447Z test_comprehensive_masked_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8941744Z test_comprehensive_masked_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8953185Z test_comprehensive_masked_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8964442Z test_comprehensive_masked_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8975731Z test_comprehensive_matmul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.8989864Z test_comprehensive_matmul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9001250Z test_comprehensive_matmul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9012762Z test_comprehensive_matmul_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9023945Z test_comprehensive_matmul_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9035156Z test_comprehensive_matmul_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9046529Z test_comprehensive_matmul_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9057771Z test_comprehensive_matmul_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9069134Z test_comprehensive_matmul_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9080361Z test_comprehensive_matmul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9091785Z test_comprehensive_matrix_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9102984Z test_comprehensive_matrix_exp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9114424Z test_comprehensive_matrix_exp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9125622Z test_comprehensive_matrix_exp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9136802Z test_comprehensive_matrix_exp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9148070Z test_comprehensive_max_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9159469Z test_comprehensive_max_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9170763Z test_comprehensive_max_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9181947Z test_comprehensive_max_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9193378Z test_comprehensive_max_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9204547Z test_comprehensive_max_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9215785Z test_comprehensive_max_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9227070Z test_comprehensive_max_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9238378Z test_comprehensive_max_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9249871Z test_comprehensive_max_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9261105Z test_comprehensive_max_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9272256Z test_comprehensive_max_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9283598Z test_comprehensive_max_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9296610Z test_comprehensive_max_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9308239Z test_comprehensive_max_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9319611Z test_comprehensive_max_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9330995Z test_comprehensive_max_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9342228Z test_comprehensive_max_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9355734Z test_comprehensive_max_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9365056Z test_comprehensive_max_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9376052Z test_comprehensive_max_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9386671Z test_comprehensive_max_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9397932Z test_comprehensive_max_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9409154Z test_comprehensive_max_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9420116Z test_comprehensive_max_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9431112Z test_comprehensive_max_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9442818Z test_comprehensive_max_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9453472Z test_comprehensive_max_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9464283Z test_comprehensive_max_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9475605Z test_comprehensive_max_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9487110Z test_comprehensive_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9498465Z test_comprehensive_maximum_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9509734Z test_comprehensive_maximum_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9521024Z test_comprehensive_maximum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9532426Z test_comprehensive_maximum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9543592Z test_comprehensive_maximum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9555035Z test_comprehensive_maximum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9566283Z test_comprehensive_maximum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9577765Z test_comprehensive_maximum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9588858Z test_comprehensive_maximum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9602185Z test_comprehensive_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9613410Z test_comprehensive_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9624386Z test_comprehensive_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9635699Z test_comprehensive_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9646947Z test_comprehensive_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9658167Z test_comprehensive_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9669527Z test_comprehensive_median_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9680685Z test_comprehensive_median_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9691997Z test_comprehensive_median_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9703110Z test_comprehensive_median_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9714452Z test_comprehensive_median_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9725696Z test_comprehensive_median_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9736872Z test_comprehensive_median_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9748119Z test_comprehensive_median_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9759527Z test_comprehensive_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9770876Z test_comprehensive_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9782016Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9793549Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9805037Z test_comprehensive_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9816071Z test_comprehensive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9827339Z test_comprehensive_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9838762Z test_comprehensive_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9850159Z test_comprehensive_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9861434Z test_comprehensive_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9872694Z test_comprehensive_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9884055Z test_comprehensive_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9895405Z test_comprehensive_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9908455Z test_comprehensive_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9920157Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9931622Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9943034Z test_comprehensive_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9954853Z test_comprehensive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9966175Z test_comprehensive_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9977573Z test_comprehensive_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:58.9988982Z test_comprehensive_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0000728Z test_comprehensive_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0012282Z test_comprehensive_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0023681Z test_comprehensive_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0035240Z test_comprehensive_min_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0046871Z test_comprehensive_min_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0058966Z test_comprehensive_min_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0070297Z test_comprehensive_min_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0081999Z test_comprehensive_min_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0093573Z test_comprehensive_min_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0104986Z test_comprehensive_min_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0116403Z test_comprehensive_min_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0128159Z test_comprehensive_min_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0139249Z test_comprehensive_min_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0150633Z test_comprehensive_min_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0162165Z test_comprehensive_min_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0173611Z test_comprehensive_min_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0184995Z test_comprehensive_min_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0196347Z test_comprehensive_min_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0207599Z test_comprehensive_min_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0220593Z test_comprehensive_min_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0232053Z test_comprehensive_min_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0243556Z test_comprehensive_min_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0255018Z test_comprehensive_min_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0266192Z test_comprehensive_min_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0277714Z test_comprehensive_min_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0289337Z test_comprehensive_min_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0300419Z test_comprehensive_min_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0311916Z test_comprehensive_min_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0323325Z test_comprehensive_min_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0334702Z test_comprehensive_min_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0345997Z test_comprehensive_min_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0357676Z test_comprehensive_min_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0369261Z test_comprehensive_min_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0380548Z test_comprehensive_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0391873Z test_comprehensive_minimum_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0403386Z test_comprehensive_minimum_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0414935Z test_comprehensive_minimum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0426205Z test_comprehensive_minimum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0437687Z test_comprehensive_minimum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0449103Z test_comprehensive_minimum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0460506Z test_comprehensive_minimum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0471817Z test_comprehensive_minimum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0483676Z test_comprehensive_minimum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0495077Z test_comprehensive_mm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0506327Z test_comprehensive_mm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0517912Z test_comprehensive_mm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0531126Z test_comprehensive_mm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0542560Z test_comprehensive_mm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0554191Z test_comprehensive_mm_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0565386Z test_comprehensive_mm_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0576672Z test_comprehensive_mm_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0587940Z test_comprehensive_mm_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0600098Z test_comprehensive_mm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0610845Z test_comprehensive_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0622146Z test_comprehensive_mode_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0633579Z test_comprehensive_mode_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0645006Z test_comprehensive_mode_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0656367Z test_comprehensive_mode_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0667775Z test_comprehensive_mode_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0679342Z test_comprehensive_mode_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0690636Z test_comprehensive_mode_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0702053Z test_comprehensive_mode_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0713507Z test_comprehensive_mode_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0724937Z test_comprehensive_movedim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0736292Z test_comprehensive_movedim_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0747685Z test_comprehensive_movedim_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0759111Z test_comprehensive_movedim_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0770597Z test_comprehensive_movedim_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0781798Z test_comprehensive_movedim_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0793328Z test_comprehensive_movedim_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0804111Z test_comprehensive_movedim_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0815147Z test_comprehensive_movedim_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0826199Z test_comprehensive_movedim_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0839203Z test_comprehensive_movedim_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0850221Z test_comprehensive_movedim_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0861406Z test_comprehensive_movedim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0873168Z test_comprehensive_msort_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0884213Z test_comprehensive_msort_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0895823Z test_comprehensive_msort_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0907019Z test_comprehensive_msort_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0918395Z test_comprehensive_msort_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0930025Z test_comprehensive_msort_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0941204Z test_comprehensive_msort_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0952358Z test_comprehensive_msort_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0963634Z test_comprehensive_msort_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0974942Z test_comprehensive_msort_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0986225Z test_comprehensive_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.0997713Z test_comprehensive_mul_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1008958Z test_comprehensive_mul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1020873Z test_comprehensive_mul_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1031604Z test_comprehensive_mul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1043195Z test_comprehensive_mul_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1054566Z test_comprehensive_mul_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1065737Z test_comprehensive_mul_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1077184Z test_comprehensive_mul_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1088586Z test_comprehensive_mul_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1100402Z test_comprehensive_mul_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1111256Z test_comprehensive_mul_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1122583Z test_comprehensive_mul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1134178Z test_comprehensive_multinomial_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1147087Z test_comprehensive_multinomial_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1158746Z test_comprehensive_multinomial_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1170257Z test_comprehensive_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1181764Z test_comprehensive_mv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1193385Z test_comprehensive_mv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1204562Z test_comprehensive_mv_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1216596Z test_comprehensive_mv_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1227814Z test_comprehensive_mv_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1239402Z test_comprehensive_mv_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1250898Z test_comprehensive_mv_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1262284Z test_comprehensive_mv_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1273923Z test_comprehensive_mv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1285427Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1296902Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1308536Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1320015Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1331616Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1343182Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1354850Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1366480Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1377976Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1389390Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1401157Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1412639Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1424075Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1435574Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1447224Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1460114Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1471612Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1483261Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1494801Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1506266Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1517949Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1529329Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1540934Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1552258Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1564012Z test_comprehensive_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1575587Z test_comprehensive_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1587011Z test_comprehensive_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1598666Z test_comprehensive_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1610321Z test_comprehensive_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1621829Z test_comprehensive_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1633218Z test_comprehensive_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1644616Z test_comprehensive_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1656353Z test_comprehensive_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1667953Z test_comprehensive_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1679456Z test_comprehensive_nanmean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1691046Z test_comprehensive_nanmean_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1702587Z test_comprehensive_nanmean_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1714293Z test_comprehensive_nanmean_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1725762Z test_comprehensive_nanmedian_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1737240Z test_comprehensive_nanmedian_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1748703Z test_comprehensive_nanmedian_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1760336Z test_comprehensive_nanmedian_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1773659Z test_comprehensive_nanmedian_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1785165Z test_comprehensive_nanmedian_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1796808Z test_comprehensive_nanmedian_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1808402Z test_comprehensive_nanmedian_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1819860Z test_comprehensive_nanquantile_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1831334Z test_comprehensive_nanquantile_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1842958Z test_comprehensive_nansum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1854605Z test_comprehensive_nansum_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1866025Z test_comprehensive_nansum_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1877785Z test_comprehensive_nansum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1889469Z test_comprehensive_nansum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1900874Z test_comprehensive_nansum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1912313Z test_comprehensive_nansum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1924053Z test_comprehensive_nansum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1935664Z test_comprehensive_nansum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1947125Z test_comprehensive_nansum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1958772Z test_comprehensive_narrow_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1970279Z test_comprehensive_narrow_copy_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1981704Z test_comprehensive_narrow_copy_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.1993416Z test_comprehensive_narrow_copy_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2004977Z test_comprehensive_narrow_copy_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2016381Z test_comprehensive_narrow_copy_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2027907Z test_comprehensive_narrow_copy_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2039400Z test_comprehensive_narrow_copy_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2050819Z test_comprehensive_narrow_copy_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2062299Z test_comprehensive_narrow_copy_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2074069Z test_comprehensive_narrow_copy_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2087166Z test_comprehensive_narrow_copy_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2098683Z test_comprehensive_narrow_copy_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2110171Z test_comprehensive_narrow_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2121916Z test_comprehensive_narrow_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2133164Z test_comprehensive_narrow_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2144597Z test_comprehensive_narrow_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2156097Z test_comprehensive_narrow_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2168138Z test_comprehensive_narrow_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2179122Z test_comprehensive_narrow_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2190537Z test_comprehensive_narrow_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2202173Z test_comprehensive_narrow_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2213674Z test_comprehensive_narrow_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2225156Z test_comprehensive_narrow_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2236759Z test_comprehensive_narrow_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2248509Z test_comprehensive_narrow_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2259976Z test_comprehensive_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2271493Z test_comprehensive_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2283164Z test_comprehensive_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2294865Z test_comprehensive_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2306930Z test_comprehensive_ne_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2318561Z test_comprehensive_ne_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2329880Z test_comprehensive_ne_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2341278Z test_comprehensive_ne_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2352639Z test_comprehensive_ne_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2364055Z test_comprehensive_ne_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2375477Z test_comprehensive_ne_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2386505Z test_comprehensive_ne_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2399683Z test_comprehensive_ne_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2411100Z test_comprehensive_ne_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2422458Z test_comprehensive_ne_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2433728Z test_comprehensive_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2445152Z test_comprehensive_neg_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2456331Z test_comprehensive_neg_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2467592Z test_comprehensive_neg_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2479049Z test_comprehensive_neg_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2490461Z test_comprehensive_neg_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2501798Z test_comprehensive_neg_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2513174Z test_comprehensive_neg_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2524668Z test_comprehensive_neg_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2536044Z test_comprehensive_neg_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2547916Z test_comprehensive_neg_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2558936Z test_comprehensive_neg_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2570703Z test_comprehensive_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2581904Z test_comprehensive_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2593335Z test_comprehensive_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2604689Z test_comprehensive_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2615861Z test_comprehensive_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2627586Z test_comprehensive_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2638580Z test_comprehensive_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2649822Z test_comprehensive_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2660956Z test_comprehensive_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2672158Z test_comprehensive_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2683394Z test_comprehensive_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2694611Z test_comprehensive_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2708683Z test_comprehensive_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2716066Z test_comprehensive_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.2723613Z test_comprehensive_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.2730944Z test_comprehensive_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.2738651Z test_comprehensive_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.2746010Z test_comprehensive_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.2753396Z test_comprehensive_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.2760750Z test_comprehensive_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.2768283Z test_comprehensive_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.2775736Z test_comprehensive_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.2783140Z test_comprehensive_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.2790491Z test_comprehensive_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.2797730Z test_comprehensive_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.2805444Z test_comprehensive_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.2817282Z test_comprehensive_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2829089Z test_comprehensive_new_full_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2840815Z test_comprehensive_new_full_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2852588Z test_comprehensive_new_full_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2864034Z test_comprehensive_new_full_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2875870Z test_comprehensive_new_full_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2887159Z test_comprehensive_new_full_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2898375Z test_comprehensive_new_full_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2909545Z test_comprehensive_new_full_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2920943Z test_comprehensive_new_full_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2932266Z test_comprehensive_new_full_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2943506Z test_comprehensive_new_full_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2955041Z test_comprehensive_new_full_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2968272Z test_comprehensive_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2979906Z test_comprehensive_new_ones_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.2991455Z test_comprehensive_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3003347Z test_comprehensive_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3014887Z test_comprehensive_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3026502Z test_comprehensive_new_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3038242Z test_comprehensive_new_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3049821Z test_comprehensive_new_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3061193Z test_comprehensive_new_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3072697Z test_comprehensive_new_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3084212Z test_comprehensive_new_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3095745Z test_comprehensive_new_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3107645Z test_comprehensive_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3119316Z test_comprehensive_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3131363Z test_comprehensive_new_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3142727Z test_comprehensive_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3154196Z test_comprehensive_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3165683Z test_comprehensive_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3177223Z test_comprehensive_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3188684Z test_comprehensive_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3200622Z test_comprehensive_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3211933Z test_comprehensive_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3223611Z test_comprehensive_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3235053Z test_comprehensive_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3246801Z test_comprehensive_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3258396Z test_comprehensive_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3269487Z test_comprehensive_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3283089Z test_comprehensive_nextafter_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3294747Z test_comprehensive_nextafter_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3306354Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3318118Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3329569Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3340939Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3352357Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3363456Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3375253Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3386405Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3398258Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3409749Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3421132Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3432723Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3444539Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3456085Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3467585Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3479243Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3490898Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3502317Z test_comprehensive_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3514083Z test_comprehensive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3525583Z test_comprehensive_nn_functional_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3537151Z test_comprehensive_nn_functional_avg_pool1d_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3548599Z test_comprehensive_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3560243Z test_comprehensive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3571788Z test_comprehensive_nn_functional_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3583306Z test_comprehensive_nn_functional_avg_pool2d_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3596547Z test_comprehensive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3608196Z test_comprehensive_nn_functional_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3619690Z test_comprehensive_nn_functional_avg_pool3d_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3631296Z test_comprehensive_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3642958Z test_comprehensive_nn_functional_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3654445Z test_comprehensive_nn_functional_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3665858Z test_comprehensive_nn_functional_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3677620Z test_comprehensive_nn_functional_bilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3689181Z test_comprehensive_nn_functional_bilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3700722Z test_comprehensive_nn_functional_bilinear_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3712171Z test_comprehensive_nn_functional_bilinear_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3723710Z test_comprehensive_nn_functional_bilinear_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3735431Z test_comprehensive_nn_functional_bilinear_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3747150Z test_comprehensive_nn_functional_bilinear_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3758759Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3770381Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3782000Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3793681Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3805241Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3816756Z test_comprehensive_nn_functional_celu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3828205Z test_comprehensive_nn_functional_celu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3839889Z test_comprehensive_nn_functional_celu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3851789Z test_comprehensive_nn_functional_conv1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3863143Z test_comprehensive_nn_functional_conv1d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3875132Z test_comprehensive_nn_functional_conv1d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3886470Z test_comprehensive_nn_functional_conv1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3898066Z test_comprehensive_nn_functional_conv1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3911261Z test_comprehensive_nn_functional_conv1d_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3922861Z test_comprehensive_nn_functional_conv2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3934546Z test_comprehensive_nn_functional_conv2d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3945936Z test_comprehensive_nn_functional_conv2d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3957762Z test_comprehensive_nn_functional_conv2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3969275Z test_comprehensive_nn_functional_conv2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3980711Z test_comprehensive_nn_functional_conv2d_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.3992169Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4003945Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4015526Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4026915Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4038590Z test_comprehensive_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4050396Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4061929Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4073753Z test_comprehensive_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4085281Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4096823Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4108266Z test_comprehensive_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4119694Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4131034Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4142308Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4153731Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4164949Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4176181Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4187393Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4198690Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4210072Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4222993Z test_comprehensive_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4234333Z test_comprehensive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4245614Z test_comprehensive_nn_functional_cosine_similarity_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4256835Z test_comprehensive_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4268061Z test_comprehensive_nn_functional_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4279328Z test_comprehensive_nn_functional_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4290782Z test_comprehensive_nn_functional_ctc_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4302416Z test_comprehensive_nn_functional_ctc_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4313469Z test_comprehensive_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4324923Z test_comprehensive_nn_functional_dropout2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4336199Z test_comprehensive_nn_functional_dropout2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4347375Z test_comprehensive_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4358723Z test_comprehensive_nn_functional_dropout3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4370281Z test_comprehensive_nn_functional_dropout3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4382072Z test_comprehensive_nn_functional_dropout_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4393115Z test_comprehensive_nn_functional_dropout_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4404558Z test_comprehensive_nn_functional_dropout_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4415887Z test_comprehensive_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4427515Z test_comprehensive_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4438712Z test_comprehensive_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4450158Z test_comprehensive_nn_functional_embedding_bag_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4461491Z test_comprehensive_nn_functional_embedding_bag_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4473042Z test_comprehensive_nn_functional_embedding_bag_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4484261Z test_comprehensive_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4495809Z test_comprehensive_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4507027Z test_comprehensive_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4518419Z test_comprehensive_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4531546Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4542957Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4554618Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4566029Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4577298Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4588674Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4599980Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4611630Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4623042Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4634933Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4646927Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4658741Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4669962Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4681386Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4692430Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4703301Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4714455Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4725581Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4736768Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4747511Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4758649Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4769886Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4780840Z test_comprehensive_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4791759Z test_comprehensive_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4802790Z test_comprehensive_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4813919Z test_comprehensive_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4824816Z test_comprehensive_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4837844Z test_comprehensive_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4848915Z test_comprehensive_nn_functional_grid_sample_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4859810Z test_comprehensive_nn_functional_grid_sample_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4871187Z test_comprehensive_nn_functional_group_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4883058Z test_comprehensive_nn_functional_group_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4895065Z test_comprehensive_nn_functional_group_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4906962Z test_comprehensive_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4918644Z test_comprehensive_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4930022Z test_comprehensive_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4941062Z test_comprehensive_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4952044Z test_comprehensive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4963219Z test_comprehensive_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4974370Z test_comprehensive_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4985315Z test_comprehensive_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.4996500Z test_comprehensive_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5007506Z test_comprehensive_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5018521Z test_comprehensive_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5029495Z test_comprehensive_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5040459Z test_comprehensive_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5051921Z test_comprehensive_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5062977Z test_comprehensive_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5074292Z test_comprehensive_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5085618Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5097300Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5108506Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5119829Z test_comprehensive_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5131414Z test_comprehensive_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5145014Z test_comprehensive_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5156468Z test_comprehensive_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5167977Z test_comprehensive_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5179529Z test_comprehensive_nn_functional_instance_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5190566Z test_comprehensive_nn_functional_instance_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5201892Z test_comprehensive_nn_functional_interpolate_area_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5213239Z test_comprehensive_nn_functional_interpolate_area_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5224627Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5236050Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5247178Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5258323Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5269427Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5280810Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5292122Z test_comprehensive_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5303753Z test_comprehensive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5315017Z test_comprehensive_nn_functional_interpolate_linear_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5326189Z test_comprehensive_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5337497Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5348562Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5360075Z test_comprehensive_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5371378Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5382923Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5394945Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5406975Z test_comprehensive_nn_functional_kl_div_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5418088Z test_comprehensive_nn_functional_kl_div_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5429362Z test_comprehensive_nn_functional_kl_div_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5440708Z test_comprehensive_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5453840Z test_comprehensive_nn_functional_l1_loss_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5465120Z test_comprehensive_nn_functional_l1_loss_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5476418Z test_comprehensive_nn_functional_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5487746Z test_comprehensive_nn_functional_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5498945Z test_comprehensive_nn_functional_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5510355Z test_comprehensive_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5521533Z test_comprehensive_nn_functional_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5532876Z test_comprehensive_nn_functional_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5544153Z test_comprehensive_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5555609Z test_comprehensive_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5566873Z test_comprehensive_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5578126Z test_comprehensive_nn_functional_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5589224Z test_comprehensive_nn_functional_linear_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5600564Z test_comprehensive_nn_functional_linear_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5612263Z test_comprehensive_nn_functional_linear_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5623413Z test_comprehensive_nn_functional_linear_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5635193Z test_comprehensive_nn_functional_linear_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5646381Z test_comprehensive_nn_functional_linear_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5657525Z test_comprehensive_nn_functional_linear_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5668797Z test_comprehensive_nn_functional_linear_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5680242Z test_comprehensive_nn_functional_linear_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5691781Z test_comprehensive_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5703179Z test_comprehensive_nn_functional_local_response_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5714634Z test_comprehensive_nn_functional_local_response_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5725898Z test_comprehensive_nn_functional_local_response_norm_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5737144Z test_comprehensive_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5748489Z test_comprehensive_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5761735Z test_comprehensive_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5773246Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5784713Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5796094Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5807239Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5818549Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5829811Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5841568Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5852819Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5864085Z test_comprehensive_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5875643Z test_comprehensive_nn_functional_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5887365Z test_comprehensive_nn_functional_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5898433Z test_comprehensive_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5909752Z test_comprehensive_nn_functional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5921182Z test_comprehensive_nn_functional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5932791Z test_comprehensive_nn_functional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5943928Z test_comprehensive_nn_functional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5955622Z test_comprehensive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5966907Z test_comprehensive_nn_functional_max_unpool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5978250Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.5989550Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6001130Z test_comprehensive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6012473Z test_comprehensive_nn_functional_max_unpool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6023764Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6035093Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6046440Z test_comprehensive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6057746Z test_comprehensive_nn_functional_max_unpool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6070673Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6082294Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6093545Z test_comprehensive_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6104803Z test_comprehensive_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6116329Z test_comprehensive_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6127856Z test_comprehensive_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6139201Z test_comprehensive_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6150912Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6163159Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6175060Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6186540Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6197888Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6209110Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6220117Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6230950Z test_comprehensive_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6242481Z test_comprehensive_nn_functional_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6253451Z test_comprehensive_nn_functional_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6264442Z test_comprehensive_nn_functional_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6275489Z test_comprehensive_nn_functional_normalize_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6286693Z test_comprehensive_nn_functional_normalize_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6297629Z test_comprehensive_nn_functional_normalize_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6308807Z test_comprehensive_nn_functional_normalize_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6319908Z test_comprehensive_nn_functional_one_hot_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6327642Z test_comprehensive_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.6334622Z test_comprehensive_nn_functional_pad_circular_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.6342086Z test_comprehensive_nn_functional_pad_circular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.6349529Z test_comprehensive_nn_functional_pad_circular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.6356948Z test_comprehensive_nn_functional_pad_circular_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.6367324Z test_comprehensive_nn_functional_pad_circular_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.6375321Z test_comprehensive_nn_functional_pad_circular_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.6383207Z test_comprehensive_nn_functional_pad_circular_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.6391222Z test_comprehensive_nn_functional_pad_circular_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.6399222Z test_comprehensive_nn_functional_pad_circular_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.6406723Z test_comprehensive_nn_functional_pad_circular_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.6414088Z test_comprehensive_nn_functional_pad_circular_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:54:59.6426505Z test_comprehensive_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6438575Z test_comprehensive_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6450419Z test_comprehensive_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6461884Z test_comprehensive_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6473591Z test_comprehensive_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6484858Z test_comprehensive_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6496353Z test_comprehensive_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6507676Z test_comprehensive_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6519111Z test_comprehensive_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6530587Z test_comprehensive_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6542064Z test_comprehensive_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6553634Z test_comprehensive_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6565214Z test_comprehensive_nn_functional_pad_reflect_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6576469Z test_comprehensive_nn_functional_pad_reflect_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6587846Z test_comprehensive_nn_functional_pad_reflect_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6599357Z test_comprehensive_nn_functional_pad_reflect_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6611030Z test_comprehensive_nn_functional_pad_replicate_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6622351Z test_comprehensive_nn_functional_pad_replicate_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6633808Z test_comprehensive_nn_functional_pad_replicate_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6645334Z test_comprehensive_nn_functional_pad_replicate_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6658349Z test_comprehensive_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6669885Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6681368Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6692805Z test_comprehensive_nn_functional_pairwise_distance_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6704162Z test_comprehensive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6715608Z test_comprehensive_nn_functional_pairwise_distance_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6727048Z test_comprehensive_nn_functional_pairwise_distance_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6738441Z test_comprehensive_nn_functional_pairwise_distance_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6749762Z test_comprehensive_nn_functional_pairwise_distance_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6761191Z test_comprehensive_nn_functional_pairwise_distance_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6772726Z test_comprehensive_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6784030Z test_comprehensive_nn_functional_pdist_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6795647Z test_comprehensive_nn_functional_pdist_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6807134Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6818351Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6829862Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6841505Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6852919Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6864298Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6876063Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6888249Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6899408Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6911635Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6923109Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6934800Z test_comprehensive_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6945931Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6957130Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6970184Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6981393Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.6992514Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7003714Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7014957Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7026120Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7037782Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7048974Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7060186Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7071500Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7083037Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7094487Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7105688Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7117535Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7128833Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7140435Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7151816Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7163330Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7174793Z test_comprehensive_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7186182Z test_comprehensive_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7197201Z test_comprehensive_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7208415Z test_comprehensive_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7219576Z test_comprehensive_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7230764Z test_comprehensive_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7242165Z test_comprehensive_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7253382Z test_comprehensive_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7264779Z test_comprehensive_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7277926Z test_comprehensive_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7289438Z test_comprehensive_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7300784Z test_comprehensive_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7311673Z test_comprehensive_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7323178Z test_comprehensive_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7334507Z test_comprehensive_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7345613Z test_comprehensive_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7357047Z test_comprehensive_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7368298Z test_comprehensive_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7379370Z test_comprehensive_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7390757Z test_comprehensive_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7402736Z test_comprehensive_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7414508Z test_comprehensive_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7425691Z test_comprehensive_nn_functional_selu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7437017Z test_comprehensive_nn_functional_selu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7448212Z test_comprehensive_nn_functional_selu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7459458Z test_comprehensive_nn_functional_silu_complex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7470686Z test_comprehensive_nn_functional_silu_complex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7482047Z test_comprehensive_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7493415Z test_comprehensive_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7504584Z test_comprehensive_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7516044Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7527353Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7538621Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7549810Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7561132Z test_comprehensive_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7572456Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7585140Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7596717Z test_comprehensive_nn_functional_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7607865Z test_comprehensive_nn_functional_softmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7618986Z test_comprehensive_nn_functional_softmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7630210Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7641980Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7653939Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7665859Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7677887Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7688940Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7700172Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7711478Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7722759Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7734103Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7745457Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7756673Z test_comprehensive_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7768027Z test_comprehensive_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7779213Z test_comprehensive_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7790444Z test_comprehensive_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7801748Z test_comprehensive_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7813162Z test_comprehensive_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7824295Z test_comprehensive_nn_functional_softsign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7835601Z test_comprehensive_nn_functional_softsign_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7846780Z test_comprehensive_nn_functional_softsign_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7857983Z test_comprehensive_nn_functional_softsign_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7869233Z test_comprehensive_nn_functional_softsign_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7880589Z test_comprehensive_nn_functional_softsign_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7893570Z test_comprehensive_nn_functional_softsign_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7904964Z test_comprehensive_nn_functional_softsign_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7916303Z test_comprehensive_nn_functional_softsign_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7927721Z test_comprehensive_nn_functional_softsign_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7938827Z test_comprehensive_nn_functional_softsign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7950070Z test_comprehensive_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7961570Z test_comprehensive_nn_functional_tanhshrink_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7972720Z test_comprehensive_nn_functional_tanhshrink_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7983842Z test_comprehensive_nn_functional_tanhshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.7995276Z test_comprehensive_nn_functional_tanhshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8006620Z test_comprehensive_nn_functional_tanhshrink_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8017692Z test_comprehensive_nn_functional_tanhshrink_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8028818Z test_comprehensive_nn_functional_tanhshrink_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8040133Z test_comprehensive_nn_functional_tanhshrink_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8051545Z test_comprehensive_nn_functional_tanhshrink_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8062773Z test_comprehensive_nn_functional_threshold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8073960Z test_comprehensive_nn_functional_threshold_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8085269Z test_comprehensive_nn_functional_threshold_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8096514Z test_comprehensive_nn_functional_threshold_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8107719Z test_comprehensive_nn_functional_threshold_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8119128Z test_comprehensive_nn_functional_threshold_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8130384Z test_comprehensive_nn_functional_threshold_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8141858Z test_comprehensive_nn_functional_threshold_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8153125Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8164363Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8175719Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8186811Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8199850Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8211560Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8222594Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8234111Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8245059Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8256279Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8267686Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8278705Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8290151Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8301512Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8312742Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8323978Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8335268Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8346487Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8357858Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8369118Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8380212Z test_comprehensive_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8391814Z test_comprehensive_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8403023Z test_comprehensive_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8414990Z test_comprehensive_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8426912Z test_comprehensive_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8438443Z test_comprehensive_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8449812Z test_comprehensive_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8460923Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8471825Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8483004Z test_comprehensive_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8494253Z test_comprehensive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8506661Z test_comprehensive_nn_functional_upsample_nearest_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8518189Z test_comprehensive_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8529412Z test_comprehensive_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8540765Z test_comprehensive_nonzero_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8551937Z test_comprehensive_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8563169Z test_comprehensive_nonzero_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8574552Z test_comprehensive_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8585767Z test_comprehensive_nonzero_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8597237Z test_comprehensive_nonzero_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8608494Z test_comprehensive_nonzero_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8619588Z test_comprehensive_nonzero_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8630730Z test_comprehensive_nonzero_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8642173Z test_comprehensive_nonzero_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8653878Z test_comprehensive_nonzero_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8666097Z test_comprehensive_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8677409Z test_comprehensive_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8688549Z test_comprehensive_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8699780Z test_comprehensive_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8710913Z test_comprehensive_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8722173Z test_comprehensive_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8733407Z test_comprehensive_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8744678Z test_comprehensive_norm_fro_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8756019Z test_comprehensive_norm_fro_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8767318Z test_comprehensive_norm_fro_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8778497Z test_comprehensive_norm_fro_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8789652Z test_comprehensive_norm_fro_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8801124Z test_comprehensive_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8814073Z test_comprehensive_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8825391Z test_comprehensive_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8836799Z test_comprehensive_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8848130Z test_comprehensive_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8859288Z test_comprehensive_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8870677Z test_comprehensive_norm_nuc_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8882060Z test_comprehensive_norm_nuc_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8893539Z test_comprehensive_norm_nuc_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8904828Z test_comprehensive_norm_nuc_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8916161Z test_comprehensive_normal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8927478Z test_comprehensive_normal_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8938938Z test_comprehensive_normal_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8950083Z test_comprehensive_normal_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8962096Z test_comprehensive_normal_number_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8973243Z test_comprehensive_normal_number_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8984705Z test_comprehensive_normal_number_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.8995847Z test_comprehensive_normal_number_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9007153Z test_comprehensive_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9018388Z test_comprehensive_ones_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9029640Z test_comprehensive_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9040955Z test_comprehensive_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9052337Z test_comprehensive_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9063496Z test_comprehensive_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9074903Z test_comprehensive_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9086066Z test_comprehensive_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9097312Z test_comprehensive_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9108586Z test_comprehensive_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9121464Z test_comprehensive_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9132783Z test_comprehensive_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9143907Z test_comprehensive_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9155840Z test_comprehensive_ones_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9168320Z test_comprehensive_ones_like_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9179340Z test_comprehensive_ones_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9190489Z test_comprehensive_ones_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9201683Z test_comprehensive_ones_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9213192Z test_comprehensive_ones_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9224296Z test_comprehensive_ones_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9235664Z test_comprehensive_ones_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9246973Z test_comprehensive_ones_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9258169Z test_comprehensive_ones_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9269565Z test_comprehensive_ones_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9281098Z test_comprehensive_ones_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9292305Z test_comprehensive_ones_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9303453Z test_comprehensive_ormqr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9314933Z test_comprehensive_ormqr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9326413Z test_comprehensive_ormqr_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9337645Z test_comprehensive_ormqr_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9348883Z test_comprehensive_outer_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9360339Z test_comprehensive_outer_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9371932Z test_comprehensive_outer_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9383212Z test_comprehensive_outer_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9394686Z test_comprehensive_outer_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9406244Z test_comprehensive_outer_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9417356Z test_comprehensive_outer_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9429978Z test_comprehensive_outer_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9441415Z test_comprehensive_outer_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9453004Z test_comprehensive_outer_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9464257Z test_comprehensive_outer_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9475802Z test_comprehensive_outer_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9487810Z test_comprehensive_pca_lowrank_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9499732Z test_comprehensive_pca_lowrank_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9511033Z test_comprehensive_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9522498Z test_comprehensive_permute_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9533963Z test_comprehensive_permute_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9545290Z test_comprehensive_permute_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9556834Z test_comprehensive_permute_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9568279Z test_comprehensive_permute_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9579680Z test_comprehensive_permute_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9591063Z test_comprehensive_permute_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9602583Z test_comprehensive_permute_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9614099Z test_comprehensive_permute_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9625441Z test_comprehensive_permute_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9636995Z test_comprehensive_permute_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9648565Z test_comprehensive_permute_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9660036Z test_comprehensive_pinverse_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9671906Z test_comprehensive_pinverse_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9683361Z test_comprehensive_pinverse_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9694800Z test_comprehensive_pinverse_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9706130Z test_comprehensive_polar_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9717534Z test_comprehensive_polar_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9728914Z test_comprehensive_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9742054Z test_comprehensive_polygamma_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9753531Z test_comprehensive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9764940Z test_comprehensive_polygamma_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9776271Z test_comprehensive_polygamma_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9787495Z test_comprehensive_polygamma_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9798935Z test_comprehensive_polygamma_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9810372Z test_comprehensive_polygamma_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9821590Z test_comprehensive_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9833077Z test_comprehensive_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9844448Z test_comprehensive_polygamma_polygamma_n_1_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9855875Z test_comprehensive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9867181Z test_comprehensive_polygamma_polygamma_n_1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9878672Z test_comprehensive_polygamma_polygamma_n_1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9889978Z test_comprehensive_polygamma_polygamma_n_1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9901253Z test_comprehensive_polygamma_polygamma_n_1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9912686Z test_comprehensive_polygamma_polygamma_n_1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9924408Z test_comprehensive_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9935614Z test_comprehensive_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9946842Z test_comprehensive_polygamma_polygamma_n_2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9958136Z test_comprehensive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9969556Z test_comprehensive_polygamma_polygamma_n_2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9980829Z test_comprehensive_polygamma_polygamma_n_2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:54:59.9992074Z test_comprehensive_polygamma_polygamma_n_2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0003561Z test_comprehensive_polygamma_polygamma_n_2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0014929Z test_comprehensive_polygamma_polygamma_n_2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0026368Z test_comprehensive_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0037719Z test_comprehensive_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0052522Z test_comprehensive_polygamma_polygamma_n_3_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0063553Z test_comprehensive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0074975Z test_comprehensive_polygamma_polygamma_n_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0086405Z test_comprehensive_polygamma_polygamma_n_3_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0097942Z test_comprehensive_polygamma_polygamma_n_3_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0109667Z test_comprehensive_polygamma_polygamma_n_3_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0121383Z test_comprehensive_polygamma_polygamma_n_3_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0133489Z test_comprehensive_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0145144Z test_comprehensive_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0156842Z test_comprehensive_polygamma_polygamma_n_4_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0168874Z test_comprehensive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0180670Z test_comprehensive_polygamma_polygamma_n_4_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0192035Z test_comprehensive_polygamma_polygamma_n_4_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0203785Z test_comprehensive_polygamma_polygamma_n_4_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0215321Z test_comprehensive_polygamma_polygamma_n_4_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0226587Z test_comprehensive_polygamma_polygamma_n_4_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0238230Z test_comprehensive_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0249611Z test_comprehensive_positive_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0260926Z test_comprehensive_positive_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0272295Z test_comprehensive_positive_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0283815Z test_comprehensive_positive_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0295357Z test_comprehensive_positive_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0306915Z test_comprehensive_positive_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0318550Z test_comprehensive_positive_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0329787Z test_comprehensive_positive_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0341245Z test_comprehensive_positive_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0352581Z test_comprehensive_positive_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0365938Z test_comprehensive_positive_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0377276Z test_comprehensive_positive_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0388655Z test_comprehensive_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0400260Z test_comprehensive_pow_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0411775Z test_comprehensive_pow_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0423152Z test_comprehensive_pow_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0434669Z test_comprehensive_pow_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0446332Z test_comprehensive_pow_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0457668Z test_comprehensive_pow_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0468893Z test_comprehensive_pow_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0480285Z test_comprehensive_pow_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0491676Z test_comprehensive_pow_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0502916Z test_comprehensive_pow_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0514508Z test_comprehensive_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0525889Z test_comprehensive_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0537222Z test_comprehensive_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0548514Z test_comprehensive_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0560139Z test_comprehensive_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0571731Z test_comprehensive_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0582922Z test_comprehensive_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0594333Z test_comprehensive_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0605637Z test_comprehensive_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0617017Z test_comprehensive_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0628303Z test_comprehensive_put_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0639797Z test_comprehensive_put_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0651000Z test_comprehensive_put_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0662313Z test_comprehensive_put_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0675485Z test_comprehensive_put_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0687184Z test_comprehensive_put_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0698370Z test_comprehensive_put_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0709591Z test_comprehensive_put_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0721001Z test_comprehensive_put_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0732385Z test_comprehensive_put_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0743674Z test_comprehensive_put_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0755197Z test_comprehensive_put_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0766704Z test_comprehensive_qr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0778075Z test_comprehensive_qr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0789541Z test_comprehensive_qr_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0801052Z test_comprehensive_qr_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0812470Z test_comprehensive_quantile_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0823777Z test_comprehensive_quantile_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0835222Z test_comprehensive_rad2deg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0846718Z test_comprehensive_rad2deg_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0858068Z test_comprehensive_rad2deg_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0869465Z test_comprehensive_rad2deg_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0880899Z test_comprehensive_rad2deg_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0892319Z test_comprehensive_rad2deg_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0903651Z test_comprehensive_rad2deg_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0915151Z test_comprehensive_rad2deg_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0926525Z test_comprehensive_rad2deg_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0937793Z test_comprehensive_rad2deg_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0949214Z test_comprehensive_rand_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0960933Z test_comprehensive_rand_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0971989Z test_comprehensive_rand_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0984943Z test_comprehensive_rand_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.0996482Z test_comprehensive_rand_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1007887Z test_comprehensive_rand_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1019131Z test_comprehensive_rand_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1030459Z test_comprehensive_randint_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1041813Z test_comprehensive_randint_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1053225Z test_comprehensive_randint_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1064446Z test_comprehensive_randint_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1075895Z test_comprehensive_randint_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1087273Z test_comprehensive_randint_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1098624Z test_comprehensive_randint_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1109903Z test_comprehensive_randint_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1121352Z test_comprehensive_randint_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1132833Z test_comprehensive_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1144225Z test_comprehensive_randn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1155637Z test_comprehensive_randn_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1167103Z test_comprehensive_randn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1178391Z test_comprehensive_randn_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1189812Z test_comprehensive_randn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1201093Z test_comprehensive_randn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1213144Z test_comprehensive_randn_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1225120Z test_comprehensive_randn_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1236557Z test_comprehensive_randn_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1247940Z test_comprehensive_randn_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1259058Z test_comprehensive_randn_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1270006Z test_comprehensive_randn_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1280978Z test_comprehensive_randn_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1294002Z test_comprehensive_ravel_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1304821Z test_comprehensive_ravel_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1316158Z test_comprehensive_ravel_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1327013Z test_comprehensive_ravel_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1338074Z test_comprehensive_ravel_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1348993Z test_comprehensive_ravel_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1360166Z test_comprehensive_ravel_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1371237Z test_comprehensive_ravel_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1382151Z test_comprehensive_ravel_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1393347Z test_comprehensive_ravel_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1404140Z test_comprehensive_ravel_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1415146Z test_comprehensive_ravel_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1426044Z test_comprehensive_ravel_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1437613Z test_comprehensive_real_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1449600Z test_comprehensive_real_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1461390Z test_comprehensive_real_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1473430Z test_comprehensive_real_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1484927Z test_comprehensive_real_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1496378Z test_comprehensive_real_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1507316Z test_comprehensive_real_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1518491Z test_comprehensive_real_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1529526Z test_comprehensive_real_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1540602Z test_comprehensive_real_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1551559Z test_comprehensive_real_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1562567Z test_comprehensive_real_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1573721Z test_comprehensive_real_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1584718Z test_comprehensive_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1597656Z test_comprehensive_reciprocal_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1608592Z test_comprehensive_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1619529Z test_comprehensive_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1630401Z test_comprehensive_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1641421Z test_comprehensive_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1652473Z test_comprehensive_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1663330Z test_comprehensive_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1674537Z test_comprehensive_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1685459Z test_comprehensive_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1697065Z test_comprehensive_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1708844Z test_comprehensive_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1720658Z test_comprehensive_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1732548Z test_comprehensive_remainder_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1743900Z test_comprehensive_remainder_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1755054Z test_comprehensive_remainder_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1766247Z test_comprehensive_remainder_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1777244Z test_comprehensive_remainder_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1788305Z test_comprehensive_remainder_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1799535Z test_comprehensive_remainder_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1810609Z test_comprehensive_remainder_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1821471Z test_comprehensive_renorm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1832473Z test_comprehensive_renorm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1843801Z test_comprehensive_renorm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1851079Z test_comprehensive_renorm_cpu_float16 (__main__.TestDecompCPU) ... skip: Inconsistent accuracy (0.000s) 2022-09-27T15:55:00.1862208Z test_comprehensive_renorm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1873986Z test_comprehensive_renorm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1884948Z test_comprehensive_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1897407Z test_comprehensive_repeat_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1908747Z test_comprehensive_repeat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1920107Z test_comprehensive_repeat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1931242Z test_comprehensive_repeat_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1942838Z test_comprehensive_repeat_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1954578Z test_comprehensive_repeat_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1966804Z test_comprehensive_repeat_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1977732Z test_comprehensive_repeat_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.1988962Z test_comprehensive_repeat_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2000637Z test_comprehensive_repeat_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2011981Z test_comprehensive_repeat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2023158Z test_comprehensive_repeat_interleave_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2034638Z test_comprehensive_repeat_interleave_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2045856Z test_comprehensive_repeat_interleave_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2057177Z test_comprehensive_repeat_interleave_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2068322Z test_comprehensive_repeat_interleave_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2079578Z test_comprehensive_repeat_interleave_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2091073Z test_comprehensive_repeat_interleave_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2102203Z test_comprehensive_repeat_interleave_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2113625Z test_comprehensive_repeat_interleave_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2124852Z test_comprehensive_repeat_interleave_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2136193Z test_comprehensive_repeat_interleave_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2147437Z test_comprehensive_repeat_interleave_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2158742Z test_comprehensive_repeat_interleave_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2169991Z test_comprehensive_reshape_as_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2181397Z test_comprehensive_reshape_as_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2192505Z test_comprehensive_reshape_as_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2205819Z test_comprehensive_reshape_as_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2217448Z test_comprehensive_reshape_as_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2228581Z test_comprehensive_reshape_as_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2240207Z test_comprehensive_reshape_as_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2251655Z test_comprehensive_reshape_as_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2262933Z test_comprehensive_reshape_as_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2275117Z test_comprehensive_reshape_as_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2285482Z test_comprehensive_reshape_as_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2296877Z test_comprehensive_reshape_as_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2308170Z test_comprehensive_reshape_as_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2319331Z test_comprehensive_reshape_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2330538Z test_comprehensive_reshape_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2341670Z test_comprehensive_reshape_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2353174Z test_comprehensive_reshape_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2364315Z test_comprehensive_reshape_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2375689Z test_comprehensive_reshape_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2386877Z test_comprehensive_reshape_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2398178Z test_comprehensive_reshape_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2409518Z test_comprehensive_reshape_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2420709Z test_comprehensive_reshape_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2431965Z test_comprehensive_reshape_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2443264Z test_comprehensive_reshape_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2454850Z test_comprehensive_reshape_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2466380Z test_comprehensive_resize__cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2478512Z test_comprehensive_resize__cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2490489Z test_comprehensive_resize__cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2502071Z test_comprehensive_resize__cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2515233Z test_comprehensive_resize__cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2526442Z test_comprehensive_resize__cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2537522Z test_comprehensive_resize__cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2548408Z test_comprehensive_resize__cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2559902Z test_comprehensive_resize__cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2570766Z test_comprehensive_resize__cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2581668Z test_comprehensive_resize__cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2592705Z test_comprehensive_resize__cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2603871Z test_comprehensive_resize_as__cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2615309Z test_comprehensive_resize_as__cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2626075Z test_comprehensive_resize_as__cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2637214Z test_comprehensive_resize_as__cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2648274Z test_comprehensive_resize_as__cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2659187Z test_comprehensive_resize_as__cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2670099Z test_comprehensive_resize_as__cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2681251Z test_comprehensive_resize_as__cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2692280Z test_comprehensive_resize_as__cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2703325Z test_comprehensive_resize_as__cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2714791Z test_comprehensive_resize_as__cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2726650Z test_comprehensive_resize_as__cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2738479Z test_comprehensive_resolve_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2749700Z test_comprehensive_resolve_conj_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2761298Z test_comprehensive_resolve_conj_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2772424Z test_comprehensive_resolve_conj_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2783629Z test_comprehensive_resolve_conj_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2795039Z test_comprehensive_resolve_conj_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2806137Z test_comprehensive_resolve_conj_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2819040Z test_comprehensive_resolve_conj_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2830339Z test_comprehensive_resolve_conj_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2841602Z test_comprehensive_resolve_conj_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2852742Z test_comprehensive_resolve_conj_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2863894Z test_comprehensive_resolve_conj_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2875190Z test_comprehensive_resolve_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2886489Z test_comprehensive_resolve_neg_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2897708Z test_comprehensive_resolve_neg_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2908863Z test_comprehensive_resolve_neg_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2920149Z test_comprehensive_resolve_neg_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2931452Z test_comprehensive_resolve_neg_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2942644Z test_comprehensive_resolve_neg_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2954571Z test_comprehensive_resolve_neg_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2965437Z test_comprehensive_resolve_neg_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2976545Z test_comprehensive_resolve_neg_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2988199Z test_comprehensive_resolve_neg_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.2999166Z test_comprehensive_resolve_neg_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3010698Z test_comprehensive_resolve_neg_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3021919Z test_comprehensive_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3033343Z test_comprehensive_roll_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3045099Z test_comprehensive_roll_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3056119Z test_comprehensive_roll_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3067488Z test_comprehensive_roll_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3078793Z test_comprehensive_roll_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3090148Z test_comprehensive_roll_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3101485Z test_comprehensive_roll_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3112749Z test_comprehensive_roll_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3125936Z test_comprehensive_roll_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3137367Z test_comprehensive_roll_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3148589Z test_comprehensive_roll_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3160025Z test_comprehensive_roll_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3171503Z test_comprehensive_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3182682Z test_comprehensive_rot90_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3194617Z test_comprehensive_rot90_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3206113Z test_comprehensive_rot90_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3217283Z test_comprehensive_rot90_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3228365Z test_comprehensive_rot90_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3239936Z test_comprehensive_rot90_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3251653Z test_comprehensive_rot90_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3262947Z test_comprehensive_rot90_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3274626Z test_comprehensive_rot90_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3285788Z test_comprehensive_rot90_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3296887Z test_comprehensive_rot90_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3308004Z test_comprehensive_round_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3319411Z test_comprehensive_round_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3330714Z test_comprehensive_round_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3341868Z test_comprehensive_round_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3353190Z test_comprehensive_round_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3364266Z test_comprehensive_round_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3375653Z test_comprehensive_round_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3386734Z test_comprehensive_round_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3398315Z test_comprehensive_round_decimals_0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3409390Z test_comprehensive_round_decimals_0_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3420757Z test_comprehensive_round_decimals_0_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3433398Z test_comprehensive_round_decimals_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3444974Z test_comprehensive_round_decimals_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3456503Z test_comprehensive_round_decimals_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3467957Z test_comprehensive_round_decimals_neg_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3479717Z test_comprehensive_round_decimals_neg_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3491338Z test_comprehensive_round_decimals_neg_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3502776Z test_comprehensive_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3514430Z test_comprehensive_rsqrt_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3525969Z test_comprehensive_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3537488Z test_comprehensive_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3548922Z test_comprehensive_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3560563Z test_comprehensive_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3572159Z test_comprehensive_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3583711Z test_comprehensive_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3595378Z test_comprehensive_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3607035Z test_comprehensive_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3618515Z test_comprehensive_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3630131Z test_comprehensive_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3641805Z test_comprehensive_rsub_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3653311Z test_comprehensive_rsub_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3664863Z test_comprehensive_rsub_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3676469Z test_comprehensive_rsub_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3688156Z test_comprehensive_rsub_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3699553Z test_comprehensive_rsub_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3710983Z test_comprehensive_rsub_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3722733Z test_comprehensive_rsub_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3734252Z test_comprehensive_rsub_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3748445Z test_comprehensive_rsub_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3760196Z test_comprehensive_scatter_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3771790Z test_comprehensive_scatter_add_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3783243Z test_comprehensive_scatter_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3794976Z test_comprehensive_scatter_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3806507Z test_comprehensive_scatter_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3817905Z test_comprehensive_scatter_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3829425Z test_comprehensive_scatter_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3841003Z test_comprehensive_scatter_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3852586Z test_comprehensive_scatter_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3864039Z test_comprehensive_scatter_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3875685Z test_comprehensive_scatter_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3887213Z test_comprehensive_scatter_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3898910Z test_comprehensive_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3910481Z test_comprehensive_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3922084Z test_comprehensive_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3933784Z test_comprehensive_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3945319Z test_comprehensive_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3957015Z test_comprehensive_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3968690Z test_comprehensive_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3980145Z test_comprehensive_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.3991683Z test_comprehensive_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4003309Z test_comprehensive_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4014894Z test_comprehensive_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4026352Z test_comprehensive_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4038387Z test_comprehensive_scatter_reduce_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4049539Z test_comprehensive_scatter_reduce_amax_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4062268Z test_comprehensive_scatter_reduce_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4073798Z test_comprehensive_scatter_reduce_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4085241Z test_comprehensive_scatter_reduce_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4096531Z test_comprehensive_scatter_reduce_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4107876Z test_comprehensive_scatter_reduce_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4119469Z test_comprehensive_scatter_reduce_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4130745Z test_comprehensive_scatter_reduce_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4142025Z test_comprehensive_scatter_reduce_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4153581Z test_comprehensive_scatter_reduce_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4164777Z test_comprehensive_scatter_reduce_amin_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4176204Z test_comprehensive_scatter_reduce_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4187457Z test_comprehensive_scatter_reduce_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4198858Z test_comprehensive_scatter_reduce_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4210306Z test_comprehensive_scatter_reduce_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4221787Z test_comprehensive_scatter_reduce_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4233198Z test_comprehensive_scatter_reduce_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4245041Z test_comprehensive_scatter_reduce_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4257081Z test_comprehensive_scatter_reduce_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4268862Z test_comprehensive_scatter_reduce_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4280573Z test_comprehensive_scatter_reduce_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4291871Z test_comprehensive_scatter_reduce_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4302942Z test_comprehensive_scatter_reduce_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4314082Z test_comprehensive_scatter_reduce_mean_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4325178Z test_comprehensive_scatter_reduce_mean_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4336451Z test_comprehensive_scatter_reduce_mean_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4347559Z test_comprehensive_scatter_reduce_mean_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4358432Z test_comprehensive_scatter_reduce_mean_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4371258Z test_comprehensive_scatter_reduce_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4382326Z test_comprehensive_scatter_reduce_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4393471Z test_comprehensive_scatter_reduce_prod_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4404485Z test_comprehensive_scatter_reduce_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4415600Z test_comprehensive_scatter_reduce_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4426401Z test_comprehensive_scatter_reduce_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4437381Z test_comprehensive_scatter_reduce_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4448425Z test_comprehensive_scatter_reduce_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4459332Z test_comprehensive_scatter_reduce_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4470234Z test_comprehensive_scatter_reduce_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4481410Z test_comprehensive_scatter_reduce_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4492880Z test_comprehensive_scatter_reduce_sum_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4504410Z test_comprehensive_scatter_reduce_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4516576Z test_comprehensive_scatter_reduce_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4528535Z test_comprehensive_scatter_reduce_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4540491Z test_comprehensive_scatter_reduce_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4551790Z test_comprehensive_scatter_reduce_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4563104Z test_comprehensive_scatter_reduce_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4574279Z test_comprehensive_scatter_reduce_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4585277Z test_comprehensive_scatter_reduce_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4596613Z test_comprehensive_searchsorted_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4607759Z test_comprehensive_searchsorted_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4618610Z test_comprehensive_searchsorted_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4629676Z test_comprehensive_searchsorted_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4640653Z test_comprehensive_searchsorted_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4651785Z test_comprehensive_searchsorted_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4662719Z test_comprehensive_searchsorted_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4675408Z test_comprehensive_searchsorted_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4686518Z test_comprehensive_searchsorted_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4697450Z test_comprehensive_segment_reduce_lengths_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4708374Z test_comprehensive_segment_reduce_lengths_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4719474Z test_comprehensive_segment_reduce_lengths_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4730533Z test_comprehensive_segment_reduce_lengths_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4741450Z test_comprehensive_segment_reduce_offsets_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4752736Z test_comprehensive_segment_reduce_offsets_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4764379Z test_comprehensive_segment_reduce_offsets_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4776500Z test_comprehensive_segment_reduce_offsets_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4788520Z test_comprehensive_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4800527Z test_comprehensive_select_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4811908Z test_comprehensive_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4822963Z test_comprehensive_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4834224Z test_comprehensive_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4845141Z test_comprehensive_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4856458Z test_comprehensive_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4867523Z test_comprehensive_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4878561Z test_comprehensive_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4889597Z test_comprehensive_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4900554Z test_comprehensive_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4911666Z test_comprehensive_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4922818Z test_comprehensive_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4934066Z test_comprehensive_select_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4945083Z test_comprehensive_select_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4956033Z test_comprehensive_select_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4967053Z test_comprehensive_select_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4979660Z test_comprehensive_select_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.4990656Z test_comprehensive_select_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5001686Z test_comprehensive_select_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5013258Z test_comprehensive_select_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5025150Z test_comprehensive_select_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5037428Z test_comprehensive_select_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5049717Z test_comprehensive_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5060688Z test_comprehensive_sgn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5071757Z test_comprehensive_sgn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5083318Z test_comprehensive_sgn_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5094204Z test_comprehensive_sgn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5105470Z test_comprehensive_sgn_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5117318Z test_comprehensive_sgn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5128404Z test_comprehensive_sgn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5139440Z test_comprehensive_sgn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5150868Z test_comprehensive_sgn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5162413Z test_comprehensive_sgn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5173806Z test_comprehensive_sgn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5185101Z test_comprehensive_sgn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5196321Z test_comprehensive_short_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5207781Z test_comprehensive_short_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5218961Z test_comprehensive_short_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5230586Z test_comprehensive_short_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5241637Z test_comprehensive_short_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5252749Z test_comprehensive_short_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5264161Z test_comprehensive_short_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5276173Z test_comprehensive_short_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5289305Z test_comprehensive_short_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5300749Z test_comprehensive_short_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5311888Z test_comprehensive_short_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5323215Z test_comprehensive_short_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5334475Z test_comprehensive_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5345645Z test_comprehensive_sigmoid_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5356856Z test_comprehensive_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5368216Z test_comprehensive_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5379435Z test_comprehensive_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5390540Z test_comprehensive_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5401896Z test_comprehensive_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5413485Z test_comprehensive_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5424443Z test_comprehensive_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5435873Z test_comprehensive_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5447106Z test_comprehensive_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5458263Z test_comprehensive_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5469467Z test_comprehensive_sign_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5480910Z test_comprehensive_sign_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5492261Z test_comprehensive_sign_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5503442Z test_comprehensive_sign_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5514861Z test_comprehensive_sign_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5526019Z test_comprehensive_sign_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5537201Z test_comprehensive_sign_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5548408Z test_comprehensive_sign_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5559917Z test_comprehensive_sign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5571120Z test_comprehensive_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5582309Z test_comprehensive_signbit_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5595408Z test_comprehensive_signbit_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5606907Z test_comprehensive_signbit_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5618077Z test_comprehensive_signbit_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5629341Z test_comprehensive_signbit_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5641054Z test_comprehensive_signbit_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5652163Z test_comprehensive_signbit_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5663395Z test_comprehensive_signbit_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5674796Z test_comprehensive_signbit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5686110Z test_comprehensive_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5697321Z test_comprehensive_sin_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5708495Z test_comprehensive_sin_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5719854Z test_comprehensive_sin_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5731195Z test_comprehensive_sin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5742459Z test_comprehensive_sin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5753864Z test_comprehensive_sin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5765494Z test_comprehensive_sin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5776711Z test_comprehensive_sin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5788009Z test_comprehensive_sin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5799427Z test_comprehensive_sin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5810698Z test_comprehensive_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5821847Z test_comprehensive_sinc_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5833325Z test_comprehensive_sinc_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5844616Z test_comprehensive_sinc_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5855940Z test_comprehensive_sinc_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5867222Z test_comprehensive_sinc_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5878742Z test_comprehensive_sinc_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5889917Z test_comprehensive_sinc_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5902864Z test_comprehensive_sinc_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5914498Z test_comprehensive_sinc_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5925757Z test_comprehensive_sinc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5937034Z test_comprehensive_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5948346Z test_comprehensive_sinh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5959537Z test_comprehensive_sinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5970850Z test_comprehensive_sinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5982041Z test_comprehensive_sinh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.5993573Z test_comprehensive_sinh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6004901Z test_comprehensive_sinh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6016157Z test_comprehensive_sinh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6027482Z test_comprehensive_sinh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6038604Z test_comprehensive_sinh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6049887Z test_comprehensive_sinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6061138Z test_comprehensive_slice_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6072369Z test_comprehensive_slice_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6083976Z test_comprehensive_slice_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6095340Z test_comprehensive_slice_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6106506Z test_comprehensive_slice_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6118023Z test_comprehensive_slice_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6129526Z test_comprehensive_slice_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6140810Z test_comprehensive_slice_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6151978Z test_comprehensive_slice_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6163230Z test_comprehensive_slice_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6174642Z test_comprehensive_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6186062Z test_comprehensive_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6197336Z test_comprehensive_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6210347Z test_comprehensive_softmax_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6221596Z test_comprehensive_softmax_with_dtype_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6232948Z test_comprehensive_softmax_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6244087Z test_comprehensive_softmax_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6255406Z test_comprehensive_softmax_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6266802Z test_comprehensive_softmax_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6278398Z test_comprehensive_softmax_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6289785Z test_comprehensive_softmax_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6301149Z test_comprehensive_softmax_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6312595Z test_comprehensive_softmax_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6323922Z test_comprehensive_softmax_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6335360Z test_comprehensive_softmax_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6346675Z test_comprehensive_sort_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6358228Z test_comprehensive_sort_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6369538Z test_comprehensive_sort_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6380908Z test_comprehensive_sort_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6392226Z test_comprehensive_sort_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6403673Z test_comprehensive_sort_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6415079Z test_comprehensive_sort_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6426350Z test_comprehensive_sort_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6437928Z test_comprehensive_sort_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6449341Z test_comprehensive_sort_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6460744Z test_comprehensive_sparse_sampled_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6472342Z test_comprehensive_sparse_sampled_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6483628Z test_comprehensive_sparse_sampled_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6495227Z test_comprehensive_sparse_sampled_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6506487Z test_comprehensive_special_airy_ai_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6519677Z test_comprehensive_special_airy_ai_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6531229Z test_comprehensive_special_airy_ai_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6542516Z test_comprehensive_special_airy_ai_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6553993Z test_comprehensive_special_airy_ai_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6565322Z test_comprehensive_special_airy_ai_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6576670Z test_comprehensive_special_airy_ai_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6588022Z test_comprehensive_special_airy_ai_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6599561Z test_comprehensive_special_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6611098Z test_comprehensive_special_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6622370Z test_comprehensive_special_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6633778Z test_comprehensive_special_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6645120Z test_comprehensive_special_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6656547Z test_comprehensive_special_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6667952Z test_comprehensive_special_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6679364Z test_comprehensive_special_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6690897Z test_comprehensive_special_bessel_j1_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6702146Z test_comprehensive_special_bessel_j1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6713605Z test_comprehensive_special_bessel_j1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6724993Z test_comprehensive_special_bessel_j1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6736397Z test_comprehensive_special_bessel_j1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6747780Z test_comprehensive_special_bessel_j1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6759307Z test_comprehensive_special_bessel_j1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6770811Z test_comprehensive_special_bessel_j1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6782380Z test_comprehensive_special_bessel_y0_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6793918Z test_comprehensive_special_bessel_y0_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6806087Z test_comprehensive_special_bessel_y0_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6817065Z test_comprehensive_special_bessel_y0_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6830161Z test_comprehensive_special_bessel_y0_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6841919Z test_comprehensive_special_bessel_y0_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6853573Z test_comprehensive_special_bessel_y0_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6865110Z test_comprehensive_special_bessel_y0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6876827Z test_comprehensive_special_bessel_y1_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6888524Z test_comprehensive_special_bessel_y1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6900043Z test_comprehensive_special_bessel_y1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6911602Z test_comprehensive_special_bessel_y1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6923376Z test_comprehensive_special_bessel_y1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6934997Z test_comprehensive_special_bessel_y1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6946617Z test_comprehensive_special_bessel_y1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6958328Z test_comprehensive_special_bessel_y1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6969983Z test_comprehensive_special_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6981560Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.6993373Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7004994Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7016696Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7028142Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7039782Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7051405Z test_comprehensive_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7062963Z test_comprehensive_special_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7074592Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7086322Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7097731Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7109433Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7121151Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7132800Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7146027Z test_comprehensive_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7154650Z test_comprehensive_special_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.7161993Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.7170413Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.7177683Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.7185960Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.7193757Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.7201264Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.7208782Z test_comprehensive_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.7216587Z test_comprehensive_special_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.7224547Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.7232048Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.7239517Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.7247300Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.7255170Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.7263604Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.7271303Z test_comprehensive_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.7284676Z test_comprehensive_special_entr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7297248Z test_comprehensive_special_entr_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7309185Z test_comprehensive_special_entr_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7321077Z test_comprehensive_special_entr_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7332651Z test_comprehensive_special_entr_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7344450Z test_comprehensive_special_entr_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7355907Z test_comprehensive_special_entr_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7367167Z test_comprehensive_special_entr_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7378349Z test_comprehensive_special_entr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7389586Z test_comprehensive_special_erfcx_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7403738Z test_comprehensive_special_erfcx_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7415228Z test_comprehensive_special_erfcx_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7426490Z test_comprehensive_special_erfcx_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7437972Z test_comprehensive_special_erfcx_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7449244Z test_comprehensive_special_erfcx_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7460452Z test_comprehensive_special_erfcx_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7471663Z test_comprehensive_special_erfcx_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7483009Z test_comprehensive_special_hermite_polynomial_h_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7494369Z test_comprehensive_special_hermite_polynomial_h_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7505654Z test_comprehensive_special_hermite_polynomial_h_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7517462Z test_comprehensive_special_hermite_polynomial_h_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7529581Z test_comprehensive_special_hermite_polynomial_h_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7540700Z test_comprehensive_special_hermite_polynomial_h_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7552001Z test_comprehensive_special_hermite_polynomial_h_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7563254Z test_comprehensive_special_hermite_polynomial_h_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7574779Z test_comprehensive_special_hermite_polynomial_he_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7585898Z test_comprehensive_special_hermite_polynomial_he_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7597338Z test_comprehensive_special_hermite_polynomial_he_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7608830Z test_comprehensive_special_hermite_polynomial_he_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7620046Z test_comprehensive_special_hermite_polynomial_he_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7631113Z test_comprehensive_special_hermite_polynomial_he_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7642561Z test_comprehensive_special_hermite_polynomial_he_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7653820Z test_comprehensive_special_hermite_polynomial_he_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7664952Z test_comprehensive_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7676221Z test_comprehensive_special_i0e_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7687487Z test_comprehensive_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7698617Z test_comprehensive_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7711404Z test_comprehensive_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7722832Z test_comprehensive_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7734086Z test_comprehensive_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7745222Z test_comprehensive_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7756508Z test_comprehensive_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7768010Z test_comprehensive_special_i1_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7778982Z test_comprehensive_special_i1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7790326Z test_comprehensive_special_i1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7801431Z test_comprehensive_special_i1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7812586Z test_comprehensive_special_i1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7823710Z test_comprehensive_special_i1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7835171Z test_comprehensive_special_i1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7846581Z test_comprehensive_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7857979Z test_comprehensive_special_i1e_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7869330Z test_comprehensive_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7880466Z test_comprehensive_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7891708Z test_comprehensive_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7902955Z test_comprehensive_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7914314Z test_comprehensive_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7925631Z test_comprehensive_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7936712Z test_comprehensive_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7947943Z test_comprehensive_special_laguerre_polynomial_l_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7959460Z test_comprehensive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7970769Z test_comprehensive_special_laguerre_polynomial_l_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7981938Z test_comprehensive_special_laguerre_polynomial_l_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.7993326Z test_comprehensive_special_laguerre_polynomial_l_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8004580Z test_comprehensive_special_laguerre_polynomial_l_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8017452Z test_comprehensive_special_laguerre_polynomial_l_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8028945Z test_comprehensive_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8036561Z test_comprehensive_special_legendre_polynomial_p_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.8043910Z test_comprehensive_special_legendre_polynomial_p_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.8051454Z test_comprehensive_special_legendre_polynomial_p_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.8058623Z test_comprehensive_special_legendre_polynomial_p_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.8066416Z test_comprehensive_special_legendre_polynomial_p_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.8073604Z test_comprehensive_special_legendre_polynomial_p_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.8081128Z test_comprehensive_special_legendre_polynomial_p_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.8088761Z test_comprehensive_special_legendre_polynomial_p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.8100619Z test_comprehensive_special_log_ndtr_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8112287Z test_comprehensive_special_log_ndtr_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8123507Z test_comprehensive_special_log_ndtr_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8135063Z test_comprehensive_special_log_ndtr_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8147226Z test_comprehensive_special_log_ndtr_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8159231Z test_comprehensive_special_log_ndtr_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8171298Z test_comprehensive_special_log_ndtr_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8183240Z test_comprehensive_special_log_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8195436Z test_comprehensive_special_modified_bessel_i0_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8207452Z test_comprehensive_special_modified_bessel_i0_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8219368Z test_comprehensive_special_modified_bessel_i0_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8231240Z test_comprehensive_special_modified_bessel_i0_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8243233Z test_comprehensive_special_modified_bessel_i0_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8255207Z test_comprehensive_special_modified_bessel_i0_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8267016Z test_comprehensive_special_modified_bessel_i0_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8279074Z test_comprehensive_special_modified_bessel_i0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8291018Z test_comprehensive_special_modified_bessel_i1_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8304466Z test_comprehensive_special_modified_bessel_i1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8316693Z test_comprehensive_special_modified_bessel_i1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8328772Z test_comprehensive_special_modified_bessel_i1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8340822Z test_comprehensive_special_modified_bessel_i1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8353103Z test_comprehensive_special_modified_bessel_i1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8365167Z test_comprehensive_special_modified_bessel_i1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8377245Z test_comprehensive_special_modified_bessel_i1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8389583Z test_comprehensive_special_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8401819Z test_comprehensive_special_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8414348Z test_comprehensive_special_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8426302Z test_comprehensive_special_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8437595Z test_comprehensive_special_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8448912Z test_comprehensive_special_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8460268Z test_comprehensive_special_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8471534Z test_comprehensive_special_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8482931Z test_comprehensive_special_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8494320Z test_comprehensive_special_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8505615Z test_comprehensive_special_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8517136Z test_comprehensive_special_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8528637Z test_comprehensive_special_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8539926Z test_comprehensive_special_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8551505Z test_comprehensive_special_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8562930Z test_comprehensive_special_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8574233Z test_comprehensive_special_ndtr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8585361Z test_comprehensive_special_ndtr_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8596751Z test_comprehensive_special_ndtr_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8607994Z test_comprehensive_special_ndtr_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8620930Z test_comprehensive_special_ndtr_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8632301Z test_comprehensive_special_ndtr_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8643820Z test_comprehensive_special_ndtr_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8654875Z test_comprehensive_special_ndtr_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8666073Z test_comprehensive_special_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8677473Z test_comprehensive_special_ndtri_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8688786Z test_comprehensive_special_ndtri_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8700115Z test_comprehensive_special_ndtri_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8711168Z test_comprehensive_special_ndtri_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8722560Z test_comprehensive_special_ndtri_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8733937Z test_comprehensive_special_ndtri_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8745153Z test_comprehensive_special_ndtri_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8756385Z test_comprehensive_special_ndtri_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8767750Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8779046Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8790263Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8801516Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8812873Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8824086Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8835549Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8846882Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8858090Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8869433Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8880824Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8892171Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8903446Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8914805Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8927897Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8939215Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8950410Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8961725Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8973368Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8984506Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.8995790Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9007062Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9018369Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9029616Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9041004Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9048542Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9056296Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9063693Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9071064Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9078988Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9086366Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9093897Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9101493Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9108875Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9116596Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9124027Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9131711Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9139147Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9146758Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9155066Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9161757Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9169135Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9178570Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9186020Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9193623Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9200955Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9208588Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9216122Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9223684Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9231170Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9239038Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9246876Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9254050Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9261521Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9268694Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9276325Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9283646Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:00.9296884Z test_comprehensive_special_spherical_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9309388Z test_comprehensive_special_spherical_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9321491Z test_comprehensive_special_spherical_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9334012Z test_comprehensive_special_spherical_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9345157Z test_comprehensive_special_spherical_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9357023Z test_comprehensive_special_spherical_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9369159Z test_comprehensive_special_spherical_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9381061Z test_comprehensive_special_spherical_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9393087Z test_comprehensive_special_xlog1py_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9404993Z test_comprehensive_special_xlog1py_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9416868Z test_comprehensive_special_xlog1py_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9428710Z test_comprehensive_special_xlog1py_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9442335Z test_comprehensive_special_xlog1py_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9454316Z test_comprehensive_special_xlog1py_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9466135Z test_comprehensive_special_xlog1py_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9478146Z test_comprehensive_special_xlog1py_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9490021Z test_comprehensive_special_xlog1py_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9501740Z test_comprehensive_special_xlog1py_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9513711Z test_comprehensive_special_zeta_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9525643Z test_comprehensive_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9537414Z test_comprehensive_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9549422Z test_comprehensive_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9561223Z test_comprehensive_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9573156Z test_comprehensive_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9584920Z test_comprehensive_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9596992Z test_comprehensive_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9608742Z test_comprehensive_split_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9620376Z test_comprehensive_split_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9632095Z test_comprehensive_split_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9644310Z test_comprehensive_split_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9656246Z test_comprehensive_split_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9667997Z test_comprehensive_split_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9679948Z test_comprehensive_split_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9691928Z test_comprehensive_split_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9703706Z test_comprehensive_split_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9715616Z test_comprehensive_split_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9727429Z test_comprehensive_split_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9739259Z test_comprehensive_split_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9751199Z test_comprehensive_split_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9764912Z test_comprehensive_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9776836Z test_comprehensive_split_list_args_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9788533Z test_comprehensive_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9800435Z test_comprehensive_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9812264Z test_comprehensive_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9824005Z test_comprehensive_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9835924Z test_comprehensive_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9847838Z test_comprehensive_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9859629Z test_comprehensive_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9871459Z test_comprehensive_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9883381Z test_comprehensive_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9895281Z test_comprehensive_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9907072Z test_comprehensive_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9919199Z test_comprehensive_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9931075Z test_comprehensive_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9942902Z test_comprehensive_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9954809Z test_comprehensive_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9966852Z test_comprehensive_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9978580Z test_comprehensive_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:00.9990407Z test_comprehensive_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0002333Z test_comprehensive_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0014273Z test_comprehensive_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0026159Z test_comprehensive_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0038189Z test_comprehensive_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0049924Z test_comprehensive_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0062546Z test_comprehensive_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0074543Z test_comprehensive_sqrt_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0088392Z test_comprehensive_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0100459Z test_comprehensive_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0112532Z test_comprehensive_sqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0124659Z test_comprehensive_sqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0136816Z test_comprehensive_sqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0148875Z test_comprehensive_sqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0160927Z test_comprehensive_sqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0172962Z test_comprehensive_sqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0184856Z test_comprehensive_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0197174Z test_comprehensive_square_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0209372Z test_comprehensive_square_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0221400Z test_comprehensive_square_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0233570Z test_comprehensive_square_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0244633Z test_comprehensive_square_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0256035Z test_comprehensive_square_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0267362Z test_comprehensive_square_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0278718Z test_comprehensive_square_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0290194Z test_comprehensive_square_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0301598Z test_comprehensive_square_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0312714Z test_comprehensive_square_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0324109Z test_comprehensive_square_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0335438Z test_comprehensive_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0346937Z test_comprehensive_squeeze_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0358180Z test_comprehensive_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0369558Z test_comprehensive_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0380897Z test_comprehensive_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0392330Z test_comprehensive_squeeze_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0405498Z test_comprehensive_squeeze_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0416835Z test_comprehensive_squeeze_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0428136Z test_comprehensive_squeeze_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0439675Z test_comprehensive_squeeze_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0451111Z test_comprehensive_squeeze_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0462437Z test_comprehensive_squeeze_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0473919Z test_comprehensive_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0485287Z test_comprehensive_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0496683Z test_comprehensive_stack_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0508049Z test_comprehensive_stack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0519474Z test_comprehensive_stack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0531078Z test_comprehensive_stack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0542387Z test_comprehensive_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0554019Z test_comprehensive_stack_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0565733Z test_comprehensive_stack_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0577050Z test_comprehensive_stack_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0588343Z test_comprehensive_stack_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0599896Z test_comprehensive_stack_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0611444Z test_comprehensive_stack_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0622683Z test_comprehensive_stack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0634176Z test_comprehensive_std_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0645396Z test_comprehensive_std_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0656746Z test_comprehensive_std_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0668106Z test_comprehensive_std_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0679547Z test_comprehensive_std_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0690561Z test_comprehensive_std_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0701488Z test_comprehensive_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0714191Z test_comprehensive_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0725260Z test_comprehensive_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0736476Z test_comprehensive_std_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0747401Z test_comprehensive_std_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0758598Z test_comprehensive_std_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0769809Z test_comprehensive_stft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0781179Z test_comprehensive_stft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0792714Z test_comprehensive_stft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0804893Z test_comprehensive_stft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0816894Z test_comprehensive_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0828823Z test_comprehensive_sub_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0840322Z test_comprehensive_sub_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0851528Z test_comprehensive_sub_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0862698Z test_comprehensive_sub_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0873952Z test_comprehensive_sub_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0884955Z test_comprehensive_sub_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0896000Z test_comprehensive_sub_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0907138Z test_comprehensive_sub_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0918310Z test_comprehensive_sub_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0929365Z test_comprehensive_sub_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0940479Z test_comprehensive_sub_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0951491Z test_comprehensive_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0962568Z test_comprehensive_sum_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0973743Z test_comprehensive_sum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0984664Z test_comprehensive_sum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.0995654Z test_comprehensive_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1006819Z test_comprehensive_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1020648Z test_comprehensive_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1031566Z test_comprehensive_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1043135Z test_comprehensive_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1055100Z test_comprehensive_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1067006Z test_comprehensive_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1079155Z test_comprehensive_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1090868Z test_comprehensive_sum_to_size_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1102104Z test_comprehensive_sum_to_size_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1113343Z test_comprehensive_sum_to_size_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1124456Z test_comprehensive_sum_to_size_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1135867Z test_comprehensive_sum_to_size_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1147182Z test_comprehensive_sum_to_size_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1158618Z test_comprehensive_sum_to_size_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1169960Z test_comprehensive_sum_to_size_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1181287Z test_comprehensive_sum_to_size_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1192720Z test_comprehensive_sum_to_size_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1204158Z test_comprehensive_sum_to_size_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1215807Z test_comprehensive_sum_to_size_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1227640Z test_comprehensive_svd_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1239654Z test_comprehensive_svd_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1251603Z test_comprehensive_svd_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1263045Z test_comprehensive_svd_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1274972Z test_comprehensive_svd_lowrank_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1286705Z test_comprehensive_svd_lowrank_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1299047Z test_comprehensive_symeig_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1311276Z test_comprehensive_symeig_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1325543Z test_comprehensive_symeig_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1338206Z test_comprehensive_symeig_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1349052Z test_comprehensive_t_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1360146Z test_comprehensive_t_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1371353Z test_comprehensive_t_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1382322Z test_comprehensive_t_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1393525Z test_comprehensive_t_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1404458Z test_comprehensive_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1415556Z test_comprehensive_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1426551Z test_comprehensive_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1437715Z test_comprehensive_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1449047Z test_comprehensive_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1460078Z test_comprehensive_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1471059Z test_comprehensive_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1482145Z test_comprehensive_take_along_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1493167Z test_comprehensive_take_along_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1504114Z test_comprehensive_take_along_dim_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1515361Z test_comprehensive_take_along_dim_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1526335Z test_comprehensive_take_along_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1537360Z test_comprehensive_take_along_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1548781Z test_comprehensive_take_along_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1560960Z test_comprehensive_take_along_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1572826Z test_comprehensive_take_along_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1584654Z test_comprehensive_take_along_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1596522Z test_comprehensive_take_along_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1607946Z test_comprehensive_take_along_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1618899Z test_comprehensive_take_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1631603Z test_comprehensive_take_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1642883Z test_comprehensive_take_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1654054Z test_comprehensive_take_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1665648Z test_comprehensive_take_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1676379Z test_comprehensive_take_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1687252Z test_comprehensive_take_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1698165Z test_comprehensive_take_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1709149Z test_comprehensive_take_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1720177Z test_comprehensive_take_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1731288Z test_comprehensive_take_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1742159Z test_comprehensive_take_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1753326Z test_comprehensive_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1764663Z test_comprehensive_tan_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1775685Z test_comprehensive_tan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1786705Z test_comprehensive_tan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1798346Z test_comprehensive_tan_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1810078Z test_comprehensive_tan_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1821960Z test_comprehensive_tan_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1834688Z test_comprehensive_tan_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1846094Z test_comprehensive_tan_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1857338Z test_comprehensive_tan_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1868710Z test_comprehensive_tan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1880215Z test_comprehensive_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1891085Z test_comprehensive_tanh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1902578Z test_comprehensive_tanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1913779Z test_comprehensive_tanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1925392Z test_comprehensive_tanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1938223Z test_comprehensive_tanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1949130Z test_comprehensive_tanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1960570Z test_comprehensive_tanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1971897Z test_comprehensive_tanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1983089Z test_comprehensive_tanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.1994531Z test_comprehensive_tanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2005709Z test_comprehensive_tensor_split_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2016833Z test_comprehensive_tensor_split_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2028054Z test_comprehensive_tensor_split_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2039300Z test_comprehensive_tensor_split_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2050565Z test_comprehensive_tensor_split_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2062407Z test_comprehensive_tensor_split_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2074999Z test_comprehensive_tensor_split_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2085619Z test_comprehensive_tensor_split_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2097052Z test_comprehensive_tensor_split_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2108085Z test_comprehensive_tensor_split_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2119524Z test_comprehensive_tensor_split_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2130908Z test_comprehensive_tensor_split_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2142234Z test_comprehensive_tensordot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2153715Z test_comprehensive_tensordot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2165184Z test_comprehensive_tensordot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2176909Z test_comprehensive_tensordot_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2188077Z test_comprehensive_tensordot_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2199442Z test_comprehensive_tensordot_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2210974Z test_comprehensive_tensordot_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2222307Z test_comprehensive_tensordot_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2234059Z test_comprehensive_tensordot_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2247357Z test_comprehensive_tensordot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2258678Z test_comprehensive_tile_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2270023Z test_comprehensive_tile_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2281580Z test_comprehensive_tile_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2292915Z test_comprehensive_tile_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2304216Z test_comprehensive_tile_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2315745Z test_comprehensive_tile_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2327204Z test_comprehensive_tile_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2339008Z test_comprehensive_tile_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2350299Z test_comprehensive_tile_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2361788Z test_comprehensive_tile_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2373282Z test_comprehensive_tile_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2384606Z test_comprehensive_tile_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2396180Z test_comprehensive_to_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2407475Z test_comprehensive_to_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2418704Z test_comprehensive_to_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2430057Z test_comprehensive_to_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2441729Z test_comprehensive_to_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2453328Z test_comprehensive_to_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2464657Z test_comprehensive_to_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2476210Z test_comprehensive_to_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2487567Z test_comprehensive_to_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2499156Z test_comprehensive_to_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2510238Z test_comprehensive_to_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2521589Z test_comprehensive_to_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2533103Z test_comprehensive_to_sparse_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2544380Z test_comprehensive_to_sparse_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2557625Z test_comprehensive_to_sparse_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2569155Z test_comprehensive_to_sparse_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2580410Z test_comprehensive_to_sparse_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2591672Z test_comprehensive_to_sparse_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2603034Z test_comprehensive_to_sparse_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2614459Z test_comprehensive_to_sparse_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2625885Z test_comprehensive_to_sparse_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2637388Z test_comprehensive_to_sparse_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2648745Z test_comprehensive_to_sparse_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2660079Z test_comprehensive_to_sparse_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2671438Z test_comprehensive_topk_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2682738Z test_comprehensive_topk_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2694228Z test_comprehensive_topk_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2705615Z test_comprehensive_topk_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2717229Z test_comprehensive_topk_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2728649Z test_comprehensive_topk_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2739980Z test_comprehensive_topk_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2751386Z test_comprehensive_topk_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2762843Z test_comprehensive_trace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2774299Z test_comprehensive_trace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2785537Z test_comprehensive_trace_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2796993Z test_comprehensive_trace_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2808390Z test_comprehensive_trace_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2819998Z test_comprehensive_trace_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2831749Z test_comprehensive_trace_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2843813Z test_comprehensive_trace_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2855915Z test_comprehensive_trace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2868857Z test_comprehensive_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2880177Z test_comprehensive_transpose_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2891390Z test_comprehensive_transpose_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2902410Z test_comprehensive_transpose_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2913740Z test_comprehensive_transpose_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2924854Z test_comprehensive_transpose_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2935734Z test_comprehensive_transpose_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2946753Z test_comprehensive_transpose_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2957907Z test_comprehensive_transpose_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2969044Z test_comprehensive_transpose_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2979871Z test_comprehensive_transpose_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.2990875Z test_comprehensive_transpose_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3001977Z test_comprehensive_transpose_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3013183Z test_comprehensive_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3024048Z test_comprehensive_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3035157Z test_comprehensive_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3046116Z test_comprehensive_trapezoid_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3057161Z test_comprehensive_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3068614Z test_comprehensive_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3080686Z test_comprehensive_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3092510Z test_comprehensive_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3104389Z test_comprehensive_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3115817Z test_comprehensive_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3127091Z test_comprehensive_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3138075Z test_comprehensive_trapz_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3149133Z test_comprehensive_trapz_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3160602Z test_comprehensive_trapz_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3173446Z test_comprehensive_trapz_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3184598Z test_comprehensive_trapz_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3195846Z test_comprehensive_trapz_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3206901Z test_comprehensive_trapz_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3218031Z test_comprehensive_trapz_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3229063Z test_comprehensive_trapz_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3240472Z test_comprehensive_trapz_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3251815Z test_comprehensive_trapz_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3263293Z test_comprehensive_triangular_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3274814Z test_comprehensive_triangular_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3286164Z test_comprehensive_triangular_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3297759Z test_comprehensive_triangular_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3308900Z test_comprehensive_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3320838Z test_comprehensive_tril_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3332161Z test_comprehensive_tril_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3343336Z test_comprehensive_tril_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3354720Z test_comprehensive_tril_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3366179Z test_comprehensive_tril_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3377570Z test_comprehensive_tril_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3388720Z test_comprehensive_tril_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3399978Z test_comprehensive_tril_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3411404Z test_comprehensive_tril_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3422811Z test_comprehensive_tril_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3434128Z test_comprehensive_tril_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3445704Z test_comprehensive_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3456767Z test_comprehensive_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3467935Z test_comprehensive_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3481107Z test_comprehensive_triu_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3492455Z test_comprehensive_triu_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3503679Z test_comprehensive_triu_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3515026Z test_comprehensive_triu_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3526310Z test_comprehensive_triu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3537445Z test_comprehensive_triu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3548568Z test_comprehensive_triu_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3560055Z test_comprehensive_triu_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3571607Z test_comprehensive_triu_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3582747Z test_comprehensive_triu_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3594336Z test_comprehensive_triu_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3605607Z test_comprehensive_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3616746Z test_comprehensive_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3628016Z test_comprehensive_true_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3639355Z test_comprehensive_true_divide_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3650628Z test_comprehensive_true_divide_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3661825Z test_comprehensive_true_divide_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3673618Z test_comprehensive_true_divide_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3684758Z test_comprehensive_true_divide_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3696096Z test_comprehensive_true_divide_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3707233Z test_comprehensive_true_divide_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3718641Z test_comprehensive_true_divide_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3729963Z test_comprehensive_true_divide_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3741310Z test_comprehensive_true_divide_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3752547Z test_comprehensive_true_divide_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3763866Z test_comprehensive_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3775177Z test_comprehensive_trunc_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3787935Z test_comprehensive_trunc_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3799293Z test_comprehensive_trunc_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3810623Z test_comprehensive_trunc_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3821973Z test_comprehensive_trunc_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3833195Z test_comprehensive_trunc_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3844209Z test_comprehensive_trunc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3855598Z test_comprehensive_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3866774Z test_comprehensive_unbind_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3878120Z test_comprehensive_unbind_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3889473Z test_comprehensive_unbind_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3900628Z test_comprehensive_unbind_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3911794Z test_comprehensive_unbind_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3923213Z test_comprehensive_unbind_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3934518Z test_comprehensive_unbind_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3945709Z test_comprehensive_unbind_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3956991Z test_comprehensive_unbind_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3968339Z test_comprehensive_unbind_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3979527Z test_comprehensive_unbind_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.3990712Z test_comprehensive_unbind_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4002036Z test_comprehensive_unflatten_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4013335Z test_comprehensive_unflatten_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4024528Z test_comprehensive_unflatten_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4035880Z test_comprehensive_unflatten_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4047127Z test_comprehensive_unflatten_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4058405Z test_comprehensive_unflatten_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4069650Z test_comprehensive_unflatten_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4081035Z test_comprehensive_unflatten_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4093885Z test_comprehensive_unflatten_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4105262Z test_comprehensive_unflatten_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4116852Z test_comprehensive_unflatten_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4128396Z test_comprehensive_unflatten_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4139909Z test_comprehensive_unflatten_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4151366Z test_comprehensive_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4162929Z test_comprehensive_unfold_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4174473Z test_comprehensive_unfold_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4185867Z test_comprehensive_unfold_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4197503Z test_comprehensive_unfold_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4209093Z test_comprehensive_unfold_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4220465Z test_comprehensive_unfold_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4231875Z test_comprehensive_unfold_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4243461Z test_comprehensive_unfold_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4255073Z test_comprehensive_unfold_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4266496Z test_comprehensive_unfold_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4278086Z test_comprehensive_unfold_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4289622Z test_comprehensive_unfold_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4301240Z test_comprehensive_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4312542Z test_comprehensive_uniform_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4323848Z test_comprehensive_uniform_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4335102Z test_comprehensive_uniform_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4346235Z test_comprehensive_uniform_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4357549Z test_comprehensive_uniform_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4368764Z test_comprehensive_unique_consecutive_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4379943Z test_comprehensive_unique_consecutive_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4390992Z test_comprehensive_unique_consecutive_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4403563Z test_comprehensive_unique_consecutive_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4414847Z test_comprehensive_unique_consecutive_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4425928Z test_comprehensive_unique_consecutive_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4437245Z test_comprehensive_unique_consecutive_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4448373Z test_comprehensive_unique_consecutive_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4459469Z test_comprehensive_unique_consecutive_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4470599Z test_comprehensive_unique_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4481881Z test_comprehensive_unique_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4493087Z test_comprehensive_unique_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4504197Z test_comprehensive_unique_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4515483Z test_comprehensive_unique_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4526668Z test_comprehensive_unique_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4537768Z test_comprehensive_unique_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4548961Z test_comprehensive_unique_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4560256Z test_comprehensive_unique_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4571662Z test_comprehensive_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4582716Z test_comprehensive_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4593936Z test_comprehensive_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4605209Z test_comprehensive_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4616372Z test_comprehensive_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4627480Z test_comprehensive_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4638822Z test_comprehensive_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4650137Z test_comprehensive_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4661354Z test_comprehensive_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4672656Z test_comprehensive_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4683972Z test_comprehensive_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4695349Z test_comprehensive_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4709024Z test_comprehensive_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4720807Z test_comprehensive_var_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4732194Z test_comprehensive_var_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4743475Z test_comprehensive_var_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4754899Z test_comprehensive_var_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4766246Z test_comprehensive_var_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4777663Z test_comprehensive_var_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4788976Z test_comprehensive_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4800421Z test_comprehensive_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4811798Z test_comprehensive_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4822892Z test_comprehensive_var_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4834168Z test_comprehensive_var_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4845463Z test_comprehensive_var_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4856687Z test_comprehensive_vdot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4867833Z test_comprehensive_vdot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4879189Z test_comprehensive_vdot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4890556Z test_comprehensive_vdot_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4901753Z test_comprehensive_vdot_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4913187Z test_comprehensive_vdot_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4924431Z test_comprehensive_vdot_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4935749Z test_comprehensive_vdot_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4946921Z test_comprehensive_vdot_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4958253Z test_comprehensive_vdot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4969662Z test_comprehensive_view_as_complex_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4980789Z test_comprehensive_view_as_complex_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.4992064Z test_comprehensive_view_as_complex_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5003264Z test_comprehensive_view_as_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5016184Z test_comprehensive_view_as_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5027471Z test_comprehensive_view_as_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5039001Z test_comprehensive_view_as_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5050320Z test_comprehensive_view_as_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5062069Z test_comprehensive_view_as_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5073735Z test_comprehensive_view_as_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5085350Z test_comprehensive_view_as_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5105068Z test_comprehensive_view_as_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5108792Z test_comprehensive_view_as_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5120225Z test_comprehensive_view_as_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5131872Z test_comprehensive_view_as_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5143087Z test_comprehensive_view_as_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5154567Z test_comprehensive_view_as_real_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5166299Z test_comprehensive_view_as_real_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5177889Z test_comprehensive_view_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5189414Z test_comprehensive_view_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5200985Z test_comprehensive_view_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5212502Z test_comprehensive_view_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5223952Z test_comprehensive_view_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5235625Z test_comprehensive_view_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5247254Z test_comprehensive_view_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5258839Z test_comprehensive_view_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5270531Z test_comprehensive_view_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5282150Z test_comprehensive_view_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5294016Z test_comprehensive_view_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5305569Z test_comprehensive_view_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5317124Z test_comprehensive_view_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5330421Z test_comprehensive_vsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5342029Z test_comprehensive_vsplit_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5353567Z test_comprehensive_vsplit_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5365288Z test_comprehensive_vsplit_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5376654Z test_comprehensive_vsplit_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5388198Z test_comprehensive_vsplit_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5400054Z test_comprehensive_vsplit_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5411639Z test_comprehensive_vsplit_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5423206Z test_comprehensive_vsplit_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5434867Z test_comprehensive_vsplit_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5446511Z test_comprehensive_vsplit_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5458054Z test_comprehensive_vsplit_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5469683Z test_comprehensive_vsplit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5481320Z test_comprehensive_vstack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5492909Z test_comprehensive_vstack_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5504472Z test_comprehensive_vstack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5516109Z test_comprehensive_vstack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5527786Z test_comprehensive_vstack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5539328Z test_comprehensive_vstack_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5550916Z test_comprehensive_vstack_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5562532Z test_comprehensive_vstack_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5574241Z test_comprehensive_vstack_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5585537Z test_comprehensive_vstack_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5597086Z test_comprehensive_vstack_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5608762Z test_comprehensive_vstack_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5620149Z test_comprehensive_vstack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5631926Z test_comprehensive_where_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5645122Z test_comprehensive_where_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5656756Z test_comprehensive_where_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5668205Z test_comprehensive_where_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5679984Z test_comprehensive_where_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5691707Z test_comprehensive_where_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5703141Z test_comprehensive_where_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5714695Z test_comprehensive_where_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5726146Z test_comprehensive_where_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5737639Z test_comprehensive_where_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5749464Z test_comprehensive_where_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5760470Z test_comprehensive_where_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5771764Z test_comprehensive_where_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5782919Z test_comprehensive_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5794578Z test_comprehensive_xlogy_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5805910Z test_comprehensive_xlogy_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5817256Z test_comprehensive_xlogy_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5828627Z test_comprehensive_xlogy_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5840289Z test_comprehensive_xlogy_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5851596Z test_comprehensive_xlogy_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5862887Z test_comprehensive_xlogy_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5874300Z test_comprehensive_xlogy_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5885613Z test_comprehensive_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5897283Z test_comprehensive_zero__cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5908445Z test_comprehensive_zero__cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5919699Z test_comprehensive_zero__cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5931138Z test_comprehensive_zero__cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5942458Z test_comprehensive_zero__cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5955626Z test_comprehensive_zero__cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5967055Z test_comprehensive_zero__cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5978307Z test_comprehensive_zero__cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.5989475Z test_comprehensive_zero__cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6000900Z test_comprehensive_zero__cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6012259Z test_comprehensive_zero__cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6023516Z test_comprehensive_zero__cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6034901Z test_comprehensive_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6046401Z test_comprehensive_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6057702Z test_comprehensive_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6068977Z test_comprehensive_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6080569Z test_comprehensive_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6091906Z test_comprehensive_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6103228Z test_comprehensive_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6114793Z test_comprehensive_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6126048Z test_comprehensive_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6137361Z test_comprehensive_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6148781Z test_comprehensive_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6160162Z test_comprehensive_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6171603Z test_comprehensive_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6183019Z test_comprehensive_zeros_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6194911Z test_comprehensive_zeros_like_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6205894Z test_comprehensive_zeros_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6217205Z test_comprehensive_zeros_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6228554Z test_comprehensive_zeros_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6240017Z test_comprehensive_zeros_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6251386Z test_comprehensive_zeros_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6264421Z test_comprehensive_zeros_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6275904Z test_comprehensive_zeros_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6287283Z test_comprehensive_zeros_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6298614Z test_comprehensive_zeros_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6309935Z test_comprehensive_zeros_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.6321542Z test_comprehensive_zeros_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.7837675Z test_quick_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.151s) 2022-09-27T15:55:01.7851970Z test_quick_abs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.7864916Z test_quick_abs_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.7876950Z test_quick_abs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.7888672Z test_quick_abs_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.7900238Z test_quick_abs_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.7911860Z test_quick_abs_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.7923752Z test_quick_abs_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.7935527Z test_quick_abs_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.7947124Z test_quick_abs_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.7958885Z test_quick_abs_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.7970647Z test_quick_abs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.7982370Z test_quick_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.7994176Z test_quick_acos_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8005708Z test_quick_acos_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8017274Z test_quick_acos_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8028824Z test_quick_acos_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8040566Z test_quick_acos_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8052300Z test_quick_acos_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8063890Z test_quick_acos_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8081769Z test_quick_acos_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8093341Z test_quick_acos_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8104874Z test_quick_acos_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8116730Z test_quick_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8128261Z test_quick_acosh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8139785Z test_quick_acosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8151295Z test_quick_acosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8163001Z test_quick_acosh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8174470Z test_quick_acosh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8185888Z test_quick_acosh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8197521Z test_quick_acosh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8209031Z test_quick_acosh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8220533Z test_quick_acosh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8231990Z test_quick_acosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8243522Z test_quick_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8255094Z test_quick_add_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8266542Z test_quick_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8278079Z test_quick_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8289651Z test_quick_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8301335Z test_quick_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8313027Z test_quick_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8324446Z test_quick_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8336017Z test_quick_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8347934Z test_quick_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8359325Z test_quick_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8371320Z test_quick_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8382909Z test_quick_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8396203Z test_quick_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8407830Z test_quick_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8419441Z test_quick_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8431254Z test_quick_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8442715Z test_quick_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8454308Z test_quick_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8466098Z test_quick_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8477666Z test_quick_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8489435Z test_quick_addcmul_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8501037Z test_quick_addcmul_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8512523Z test_quick_addcmul_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8524203Z test_quick_addcmul_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8535888Z test_quick_addcmul_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8547579Z test_quick_addcmul_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8558972Z test_quick_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8571291Z test_quick_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8582355Z test_quick_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8594329Z test_quick_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8605610Z test_quick_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8617300Z test_quick_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8628978Z test_quick_addmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8640477Z test_quick_addmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8652125Z test_quick_addmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8663940Z test_quick_addmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8675437Z test_quick_addmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8686999Z test_quick_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8698575Z test_quick_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8711759Z test_quick_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8723489Z test_quick_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8735117Z test_quick_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8746652Z test_quick_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8758392Z test_quick_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8770043Z test_quick_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8781583Z test_quick_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8793379Z test_quick_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8804916Z test_quick_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8816445Z test_quick_addr_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8828052Z test_quick_addr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8839759Z test_quick_addr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8851444Z test_quick_addr_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8862551Z test_quick_addr_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8874151Z test_quick_addr_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8885517Z test_quick_addr_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8896833Z test_quick_addr_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8908329Z test_quick_addr_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8919756Z test_quick_addr_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8931250Z test_quick_addr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8942698Z test_quick_all_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8954131Z test_quick_all_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8965478Z test_quick_all_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8976856Z test_quick_all_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8988281Z test_quick_all_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.8999711Z test_quick_all_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9011154Z test_quick_all_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9024079Z test_quick_all_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9035656Z test_quick_all_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9047120Z test_quick_all_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9058475Z test_quick_all_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9069853Z test_quick_all_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9081306Z test_quick_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9092696Z test_quick_amax_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9103777Z test_quick_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9115016Z test_quick_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9126102Z test_quick_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9137329Z test_quick_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9148595Z test_quick_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9160127Z test_quick_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9171526Z test_quick_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9182817Z test_quick_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9194288Z test_quick_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9205731Z test_quick_amin_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9217201Z test_quick_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9228595Z test_quick_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9240127Z test_quick_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9251519Z test_quick_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9262861Z test_quick_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9274320Z test_quick_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9285779Z test_quick_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9297416Z test_quick_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9308626Z test_quick_any_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9320227Z test_quick_any_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9333109Z test_quick_any_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9344756Z test_quick_any_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9355937Z test_quick_any_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9367301Z test_quick_any_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9378999Z test_quick_any_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9390784Z test_quick_any_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9402198Z test_quick_any_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9414159Z test_quick_any_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9424995Z test_quick_any_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9436146Z test_quick_any_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9447629Z test_quick_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9458789Z test_quick_arange_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9469974Z test_quick_arange_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9481458Z test_quick_arange_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9492614Z test_quick_arange_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9503742Z test_quick_arange_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9515031Z test_quick_arange_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9526223Z test_quick_arange_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9537375Z test_quick_arange_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9548615Z test_quick_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9559761Z test_quick_asin_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9571003Z test_quick_asin_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9582203Z test_quick_asin_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9594100Z test_quick_asin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9604727Z test_quick_asin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9615802Z test_quick_asin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9626774Z test_quick_asin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9639800Z test_quick_asin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9651076Z test_quick_asin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9662274Z test_quick_asin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9673647Z test_quick_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9684881Z test_quick_asinh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9696066Z test_quick_asinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9707262Z test_quick_asinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9718624Z test_quick_asinh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9729906Z test_quick_asinh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9741042Z test_quick_asinh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9752242Z test_quick_asinh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9763607Z test_quick_asinh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9774874Z test_quick_asinh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9786063Z test_quick_asinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9797349Z test_quick_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9808779Z test_quick_atan2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9820326Z test_quick_atan2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9831219Z test_quick_atan2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9842672Z test_quick_atan2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9854031Z test_quick_atan2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9865158Z test_quick_atan2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9876725Z test_quick_atan2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9888125Z test_quick_atan2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9899314Z test_quick_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9910450Z test_quick_atan_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9921688Z test_quick_atan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9932990Z test_quick_atan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9946872Z test_quick_atan_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9958158Z test_quick_atan_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9969474Z test_quick_atan_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9980727Z test_quick_atan_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:01.9991906Z test_quick_atan_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0003223Z test_quick_atan_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0014571Z test_quick_atan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0025810Z test_quick_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0037198Z test_quick_atanh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0048422Z test_quick_atanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0059574Z test_quick_atanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0071291Z test_quick_atanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0082597Z test_quick_atanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0093748Z test_quick_atanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0105007Z test_quick_atanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0116480Z test_quick_atanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0127908Z test_quick_atanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0139140Z test_quick_atanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0150504Z test_quick_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0161871Z test_quick_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0173384Z test_quick_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0184678Z test_quick_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0196146Z test_quick_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0207539Z test_quick_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0218840Z test_quick_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0230210Z test_quick_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0241579Z test_quick_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0254418Z test_quick_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0265844Z test_quick_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0277303Z test_quick_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0288681Z test_quick_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0300100Z test_quick_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0311470Z test_quick_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0322907Z test_quick_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0334328Z test_quick_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0345652Z test_quick_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0357095Z test_quick_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0368447Z test_quick_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0379877Z test_quick_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0391249Z test_quick_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0402699Z test_quick_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0414116Z test_quick_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0425476Z test_quick_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0436965Z test_quick_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0448417Z test_quick_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0459799Z test_quick_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0471317Z test_quick_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0482756Z test_quick_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0494163Z test_quick_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0505514Z test_quick_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0516991Z test_quick_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0528451Z test_quick_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0539745Z test_quick_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0551071Z test_quick_cat_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0564040Z test_quick_cat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0575521Z test_quick_cat_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0586869Z test_quick_cat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0598285Z test_quick_cat_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0609703Z test_quick_cat_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0621058Z test_quick_cat_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0632363Z test_quick_cat_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0643946Z test_quick_cat_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0655373Z test_quick_cat_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0666711Z test_quick_cat_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0678132Z test_quick_cat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0689605Z test_quick_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0700913Z test_quick_ceil_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0712231Z test_quick_ceil_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0723721Z test_quick_ceil_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0735182Z test_quick_ceil_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0746515Z test_quick_ceil_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0757954Z test_quick_ceil_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0769542Z test_quick_ceil_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0780959Z test_quick_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0792333Z test_quick_clamp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0803996Z test_quick_clamp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0815577Z test_quick_clamp_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0826952Z test_quick_clamp_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0838403Z test_quick_clamp_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0849886Z test_quick_clamp_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0861280Z test_quick_clamp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0874400Z test_quick_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0886043Z test_quick_clamp_max_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0897397Z test_quick_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0908650Z test_quick_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0920201Z test_quick_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0931596Z test_quick_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0942907Z test_quick_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0954478Z test_quick_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0966069Z test_quick_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0977428Z test_quick_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.0989066Z test_quick_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1000395Z test_quick_clamp_min_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1011723Z test_quick_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1023147Z test_quick_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1034586Z test_quick_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1046000Z test_quick_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1057379Z test_quick_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1068730Z test_quick_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1080214Z test_quick_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1091722Z test_quick_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1103183Z test_quick_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1114691Z test_quick_clone_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1126364Z test_quick_clone_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1137859Z test_quick_clone_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1149284Z test_quick_clone_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1160542Z test_quick_clone_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1172156Z test_quick_clone_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1184946Z test_quick_clone_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1196501Z test_quick_clone_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1207972Z test_quick_clone_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1219374Z test_quick_clone_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1230688Z test_quick_clone_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1242157Z test_quick_clone_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1253569Z test_quick_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1264858Z test_quick_conj_physical_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1276383Z test_quick_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1287800Z test_quick_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1299063Z test_quick_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1311478Z test_quick_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1323283Z test_quick_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1335182Z test_quick_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1347091Z test_quick_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1358961Z test_quick_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1370825Z test_quick_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1381946Z test_quick_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1393630Z test_quick_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1404970Z test_quick_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1416367Z test_quick_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1427710Z test_quick_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1439186Z test_quick_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1450660Z test_quick_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1462035Z test_quick_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1473428Z test_quick_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1484908Z test_quick_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1497800Z test_quick_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1509108Z test_quick_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1520491Z test_quick_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1531940Z test_quick_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1543202Z test_quick_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1554593Z test_quick_copysign_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1565866Z test_quick_copysign_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1577081Z test_quick_copysign_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1588429Z test_quick_copysign_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1599790Z test_quick_copysign_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1611383Z test_quick_copysign_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1622401Z test_quick_copysign_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1634000Z test_quick_copysign_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1645631Z test_quick_copysign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1656808Z test_quick_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1667824Z test_quick_cos_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1679079Z test_quick_cos_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1690378Z test_quick_cos_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1701437Z test_quick_cos_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1712630Z test_quick_cos_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1723934Z test_quick_cos_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1735183Z test_quick_cos_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1746458Z test_quick_cos_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1757887Z test_quick_cos_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1769285Z test_quick_cos_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1780364Z test_quick_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1791625Z test_quick_cosh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1804204Z test_quick_cosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1815590Z test_quick_cosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1826791Z test_quick_cosh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1838124Z test_quick_cosh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1849130Z test_quick_cosh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1860356Z test_quick_cosh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1871279Z test_quick_cosh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1882798Z test_quick_cosh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1893720Z test_quick_cosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1904964Z test_quick_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1916125Z test_quick_diag_embed_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1927421Z test_quick_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1938851Z test_quick_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1949942Z test_quick_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1961326Z test_quick_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1972592Z test_quick_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1983749Z test_quick_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.1995072Z test_quick_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2006419Z test_quick_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2017585Z test_quick_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2028792Z test_quick_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2040255Z test_quick_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2051599Z test_quick_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2062807Z test_quick_diagonal_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2074191Z test_quick_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2085397Z test_quick_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2096688Z test_quick_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2109413Z test_quick_diagonal_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2121388Z test_quick_diagonal_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2132488Z test_quick_diagonal_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2143673Z test_quick_diagonal_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2155015Z test_quick_diagonal_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2166249Z test_quick_diagonal_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2177489Z test_quick_diagonal_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2188699Z test_quick_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2200065Z test_quick_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2211416Z test_quick_digamma_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2222604Z test_quick_digamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2234161Z test_quick_digamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2245260Z test_quick_digamma_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2256556Z test_quick_digamma_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2267811Z test_quick_digamma_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2279224Z test_quick_digamma_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2290643Z test_quick_digamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2301679Z test_quick_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2313039Z test_quick_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2324132Z test_quick_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2335429Z test_quick_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2346671Z test_quick_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2357892Z test_quick_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2369196Z test_quick_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2380342Z test_quick_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2391508Z test_quick_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2402919Z test_quick_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2415640Z test_quick_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2426880Z test_quick_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2438341Z test_quick_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2449455Z test_quick_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2460658Z test_quick_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2471896Z test_quick_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2483181Z test_quick_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2494482Z test_quick_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2505711Z test_quick_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2517049Z test_quick_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2528317Z test_quick_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2539455Z test_quick_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2550604Z test_quick_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2561768Z test_quick_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2573046Z test_quick_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2584197Z test_quick_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2595593Z test_quick_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2606886Z test_quick_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2618122Z test_quick_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2629402Z test_quick_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2640802Z test_quick_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2652690Z test_quick_dot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2663348Z test_quick_dot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2674686Z test_quick_dot_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2685850Z test_quick_dot_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2697122Z test_quick_dot_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2708402Z test_quick_dot_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2721519Z test_quick_dot_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2732989Z test_quick_dot_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2744153Z test_quick_dot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2755508Z test_quick_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2766705Z test_quick_empty_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2777937Z test_quick_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2789120Z test_quick_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2800450Z test_quick_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2811713Z test_quick_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2822906Z test_quick_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2834155Z test_quick_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2845400Z test_quick_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2856694Z test_quick_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2868070Z test_quick_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2879478Z test_quick_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2890647Z test_quick_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2902102Z test_quick_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2913323Z test_quick_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2924412Z test_quick_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2935694Z test_quick_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2946992Z test_quick_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2958412Z test_quick_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2969763Z test_quick_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2980989Z test_quick_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.2992135Z test_quick_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3003440Z test_quick_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3014778Z test_quick_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3027541Z test_quick_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3038921Z test_quick_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3050253Z test_quick_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3061366Z test_quick_eq_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3072517Z test_quick_eq_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3083882Z test_quick_eq_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3095069Z test_quick_eq_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3106203Z test_quick_eq_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3117936Z test_quick_eq_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3128837Z test_quick_eq_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3140511Z test_quick_eq_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3151598Z test_quick_eq_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3162902Z test_quick_eq_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3174374Z test_quick_eq_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3185650Z test_quick_eq_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3197115Z test_quick_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3208466Z test_quick_erf_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3219751Z test_quick_erf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3231031Z test_quick_erf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3242370Z test_quick_erf_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3253739Z test_quick_erf_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3264938Z test_quick_erf_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3276379Z test_quick_erf_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3287870Z test_quick_erf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3298982Z test_quick_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3310068Z test_quick_erfc_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3321428Z test_quick_erfc_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3334333Z test_quick_erfc_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3345586Z test_quick_erfc_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3356939Z test_quick_erfc_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3368618Z test_quick_erfc_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3379514Z test_quick_erfc_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3391029Z test_quick_erfc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3402203Z test_quick_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3413753Z test_quick_erfinv_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3424953Z test_quick_erfinv_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3436208Z test_quick_erfinv_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3447510Z test_quick_erfinv_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3458779Z test_quick_erfinv_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3470021Z test_quick_erfinv_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3481373Z test_quick_erfinv_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3492724Z test_quick_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3503956Z test_quick_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3515313Z test_quick_exp2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3526688Z test_quick_exp2_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3537941Z test_quick_exp2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3549136Z test_quick_exp2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3560498Z test_quick_exp2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3571883Z test_quick_exp2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3583061Z test_quick_exp2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3594422Z test_quick_exp2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3605774Z test_quick_exp2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3616969Z test_quick_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3628352Z test_quick_exp_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3642943Z test_quick_exp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3654111Z test_quick_exp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3665068Z test_quick_exp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3676375Z test_quick_exp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3687698Z test_quick_exp_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3698977Z test_quick_exp_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3710193Z test_quick_exp_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3721554Z test_quick_exp_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3732804Z test_quick_exp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3743998Z test_quick_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3755419Z test_quick_expand_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3766715Z test_quick_expand_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3777984Z test_quick_expand_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3789138Z test_quick_expand_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3800556Z test_quick_expand_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3811956Z test_quick_expand_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3823184Z test_quick_expand_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3834567Z test_quick_expand_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3845820Z test_quick_expand_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3857013Z test_quick_expand_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3868167Z test_quick_expand_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3880056Z test_quick_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3892160Z test_quick_expm1_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3904010Z test_quick_expm1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3915554Z test_quick_expm1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3926663Z test_quick_expm1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3937567Z test_quick_expm1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3950104Z test_quick_expm1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3961281Z test_quick_expm1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3972224Z test_quick_expm1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3983242Z test_quick_eye_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.3994648Z test_quick_eye_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4005476Z test_quick_eye_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4016392Z test_quick_eye_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4027381Z test_quick_eye_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4038340Z test_quick_eye_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4049498Z test_quick_eye_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4060415Z test_quick_eye_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4071358Z test_quick_eye_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4082466Z test_quick_eye_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4093637Z test_quick_eye_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4104491Z test_quick_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4115620Z test_quick_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4126912Z test_quick_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4137981Z test_quick_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4149004Z test_quick_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4160470Z test_quick_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4171995Z test_quick_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4183352Z test_quick_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4194939Z test_quick_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4206237Z test_quick_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4217577Z test_quick_fft_fft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4229015Z test_quick_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4240430Z test_quick_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4253475Z test_quick_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4264915Z test_quick_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4276453Z test_quick_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4287866Z test_quick_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4299214Z test_quick_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4310537Z test_quick_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4321901Z test_quick_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4333400Z test_quick_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4344752Z test_quick_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4356265Z test_quick_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4367643Z test_quick_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4378994Z test_quick_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4390318Z test_quick_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4401843Z test_quick_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4413316Z test_quick_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4424895Z test_quick_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4436216Z test_quick_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4447622Z test_quick_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4458983Z test_quick_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4470333Z test_quick_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4481818Z test_quick_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4493272Z test_quick_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4504581Z test_quick_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4516107Z test_quick_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4527606Z test_quick_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4538841Z test_quick_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4550150Z test_quick_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4563195Z test_quick_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4574732Z test_quick_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4586098Z test_quick_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4597547Z test_quick_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4609002Z test_quick_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4620288Z test_quick_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4631650Z test_quick_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4643204Z test_quick_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4654593Z test_quick_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4665917Z test_quick_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4677711Z test_quick_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4689140Z test_quick_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4700329Z test_quick_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4711648Z test_quick_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4723096Z test_quick_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4734541Z test_quick_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4745721Z test_quick_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4757375Z test_quick_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4768645Z test_quick_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4779990Z test_quick_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4791329Z test_quick_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4802762Z test_quick_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4814302Z test_quick_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4825656Z test_quick_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4837218Z test_quick_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4848636Z test_quick_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4859957Z test_quick_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4873210Z test_quick_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4884559Z test_quick_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4896075Z test_quick_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4907388Z test_quick_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4919447Z test_quick_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4930321Z test_quick_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4941704Z test_quick_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4953873Z test_quick_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4965389Z test_quick_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4976706Z test_quick_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4988040Z test_quick_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.4999558Z test_quick_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5010948Z test_quick_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5022269Z test_quick_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5033991Z test_quick_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5045250Z test_quick_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5056968Z test_quick_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5068227Z test_quick_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5079642Z test_quick_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5090865Z test_quick_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5102063Z test_quick_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5113561Z test_quick_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5124599Z test_quick_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5136010Z test_quick_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5147440Z test_quick_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5159222Z test_quick_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5170368Z test_quick_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5183243Z test_quick_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5194598Z test_quick_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5206003Z test_quick_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5217152Z test_quick_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5228535Z test_quick_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5239890Z test_quick_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5251374Z test_quick_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5262821Z test_quick_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5274317Z test_quick_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5285750Z test_quick_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5297213Z test_quick_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5308563Z test_quick_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5320019Z test_quick_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5331447Z test_quick_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5342893Z test_quick_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5354336Z test_quick_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5365718Z test_quick_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5377016Z test_quick_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5388470Z test_quick_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5400041Z test_quick_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5411622Z test_quick_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5422922Z test_quick_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5434261Z test_quick_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5445693Z test_quick_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5457086Z test_quick_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5468413Z test_quick_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5479958Z test_quick_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5492905Z test_quick_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5504346Z test_quick_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5515795Z test_quick_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5527185Z test_quick_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5538468Z test_quick_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5549853Z test_quick_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5561316Z test_quick_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5572865Z test_quick_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5584187Z test_quick_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5595756Z test_quick_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5607183Z test_quick_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5618549Z test_quick_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5629930Z test_quick_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5641305Z test_quick_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5652750Z test_quick_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5664090Z test_quick_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5675512Z test_quick_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5686846Z test_quick_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5698233Z test_quick_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5709550Z test_quick_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5720946Z test_quick_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5732448Z test_quick_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5743678Z test_quick_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5755092Z test_quick_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5766563Z test_quick_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5777865Z test_quick_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5789185Z test_quick_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5802128Z test_quick_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5813673Z test_quick_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5824943Z test_quick_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5836410Z test_quick_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5847790Z test_quick_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5859046Z test_quick_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5870390Z test_quick_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5881857Z test_quick_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5893215Z test_quick_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5904553Z test_quick_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5916435Z test_quick_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5927634Z test_quick_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5938865Z test_quick_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5950141Z test_quick_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5961508Z test_quick_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5972876Z test_quick_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5984097Z test_quick_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.5995533Z test_quick_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6006886Z test_quick_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6018149Z test_quick_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6029335Z test_quick_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6040681Z test_quick_flip_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6052088Z test_quick_flip_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6063322Z test_quick_flip_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6074528Z test_quick_flip_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6085852Z test_quick_flip_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6097118Z test_quick_flip_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6110043Z test_quick_flip_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6121302Z test_quick_flip_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6132643Z test_quick_flip_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6143866Z test_quick_flip_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6155351Z test_quick_flip_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6166642Z test_quick_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6178014Z test_quick_floor_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6188888Z test_quick_floor_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6200075Z test_quick_floor_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6211422Z test_quick_floor_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6222655Z test_quick_floor_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6234170Z test_quick_floor_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6245236Z test_quick_floor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6256606Z test_quick_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6267766Z test_quick_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6279104Z test_quick_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6290503Z test_quick_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6301740Z test_quick_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6313295Z test_quick_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6324497Z test_quick_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6335793Z test_quick_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6346958Z test_quick_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6358229Z test_quick_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6369486Z test_quick_fmax_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6381673Z test_quick_fmax_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6392157Z test_quick_fmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6403799Z test_quick_fmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6416613Z test_quick_fmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6428115Z test_quick_fmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6439330Z test_quick_fmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6450873Z test_quick_fmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6462225Z test_quick_fmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6473691Z test_quick_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6484735Z test_quick_fmin_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6496006Z test_quick_fmin_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6507228Z test_quick_fmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6518541Z test_quick_fmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6529812Z test_quick_fmin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6541004Z test_quick_fmin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6552283Z test_quick_fmin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6563748Z test_quick_fmin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6575095Z test_quick_fmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6586350Z test_quick_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6597641Z test_quick_fmod_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6608931Z test_quick_fmod_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6620097Z test_quick_fmod_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6631303Z test_quick_fmod_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6642572Z test_quick_fmod_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6653996Z test_quick_fmod_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6665254Z test_quick_fmod_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6676452Z test_quick_fmod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6687711Z test_quick_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6698831Z test_quick_frac_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6710054Z test_quick_frac_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6722769Z test_quick_frac_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6734371Z test_quick_gcd_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6745432Z test_quick_gcd_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6756875Z test_quick_gcd_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6768145Z test_quick_gcd_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6779268Z test_quick_gcd_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6790449Z test_quick_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6801646Z test_quick_ge_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6812975Z test_quick_ge_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6824151Z test_quick_ge_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6835481Z test_quick_ge_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6846813Z test_quick_ge_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6858021Z test_quick_ge_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6869275Z test_quick_ge_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6880540Z test_quick_ge_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6891791Z test_quick_ge_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6902938Z test_quick_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6915100Z test_quick_gt_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6926124Z test_quick_gt_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6937777Z test_quick_gt_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6949031Z test_quick_gt_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6960376Z test_quick_gt_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6971770Z test_quick_gt_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6983158Z test_quick_gt_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.6994527Z test_quick_gt_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7005869Z test_quick_gt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7017224Z test_quick_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7029844Z test_quick_heaviside_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7041176Z test_quick_heaviside_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7052479Z test_quick_heaviside_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7063590Z test_quick_heaviside_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7075050Z test_quick_heaviside_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7086173Z test_quick_heaviside_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7097296Z test_quick_heaviside_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7108501Z test_quick_heaviside_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7119734Z test_quick_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7131009Z test_quick_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7142113Z test_quick_hypot_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7153619Z test_quick_hypot_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7164653Z test_quick_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7176101Z test_quick_igamma_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7187295Z test_quick_igamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7198702Z test_quick_igamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7210173Z test_quick_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7221533Z test_quick_igammac_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7233034Z test_quick_igammac_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7244364Z test_quick_igammac_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7255888Z test_quick_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7267329Z test_quick_index_add_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7278937Z test_quick_index_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7290458Z test_quick_index_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7301948Z test_quick_index_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7313512Z test_quick_index_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7324912Z test_quick_index_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7338865Z test_quick_index_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7350285Z test_quick_index_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7361870Z test_quick_index_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7373478Z test_quick_index_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7384816Z test_quick_index_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7396295Z test_quick_index_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7407914Z test_quick_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7419197Z test_quick_index_copy_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7430717Z test_quick_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7442178Z test_quick_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7453674Z test_quick_index_copy_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7465249Z test_quick_index_copy_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7476772Z test_quick_index_copy_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7488261Z test_quick_index_copy_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7499712Z test_quick_index_copy_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7511142Z test_quick_index_copy_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7522705Z test_quick_index_copy_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7534272Z test_quick_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7545664Z test_quick_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7557181Z test_quick_index_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7568758Z test_quick_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7580147Z test_quick_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7591625Z test_quick_index_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7603188Z test_quick_index_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7614708Z test_quick_index_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7626105Z test_quick_index_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7637690Z test_quick_index_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7650580Z test_quick_index_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7662040Z test_quick_index_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7673519Z test_quick_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7685114Z test_quick_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7696527Z test_quick_index_select_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7707962Z test_quick_index_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7719445Z test_quick_index_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7731012Z test_quick_index_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7742381Z test_quick_index_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7753931Z test_quick_index_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7765523Z test_quick_index_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7776763Z test_quick_index_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7788195Z test_quick_index_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7800033Z test_quick_index_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7811482Z test_quick_index_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7822927Z test_quick_index_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7834539Z test_quick_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7846005Z test_quick_isinf_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7857473Z test_quick_isinf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7868996Z test_quick_isinf_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7880566Z test_quick_isinf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7892115Z test_quick_isinf_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7903675Z test_quick_isinf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7915262Z test_quick_isinf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7926845Z test_quick_isinf_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7938284Z test_quick_isinf_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7950888Z test_quick_isinf_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7963670Z test_quick_isinf_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7975223Z test_quick_isinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7986596Z test_quick_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.7998019Z test_quick_isnan_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8009552Z test_quick_isnan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8020859Z test_quick_isnan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8032221Z test_quick_isnan_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8043655Z test_quick_isnan_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8055117Z test_quick_isnan_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8066576Z test_quick_isnan_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8078127Z test_quick_isnan_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8089701Z test_quick_isnan_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8101141Z test_quick_isnan_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8112515Z test_quick_isnan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8123993Z test_quick_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8135552Z test_quick_isneginf_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8146996Z test_quick_isneginf_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8158481Z test_quick_isneginf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8170095Z test_quick_isneginf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8181458Z test_quick_isneginf_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8193496Z test_quick_isneginf_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8204695Z test_quick_isneginf_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8216100Z test_quick_isneginf_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8227494Z test_quick_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8239063Z test_quick_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8250598Z test_quick_isposinf_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8261956Z test_quick_isposinf_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8274899Z test_quick_isposinf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8286405Z test_quick_isposinf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8298064Z test_quick_isposinf_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8309373Z test_quick_isposinf_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8320881Z test_quick_isposinf_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8332334Z test_quick_isposinf_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8343711Z test_quick_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8355268Z test_quick_lcm_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8366709Z test_quick_lcm_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8378098Z test_quick_lcm_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8389434Z test_quick_lcm_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8400953Z test_quick_lcm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8412314Z test_quick_le_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8423670Z test_quick_le_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8435177Z test_quick_le_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8446663Z test_quick_le_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8458043Z test_quick_le_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8469453Z test_quick_le_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8480973Z test_quick_le_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8492454Z test_quick_le_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8503858Z test_quick_le_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8515384Z test_quick_le_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8526864Z test_quick_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8538368Z test_quick_lgamma_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8549812Z test_quick_lgamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8561256Z test_quick_lgamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8572807Z test_quick_lgamma_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8585599Z test_quick_lgamma_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8597227Z test_quick_lgamma_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8608674Z test_quick_lgamma_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8620145Z test_quick_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8631562Z test_quick_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8643542Z test_quick_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8655003Z test_quick_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8666434Z test_quick_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8678071Z test_quick_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8689802Z test_quick_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8701455Z test_quick_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8713325Z test_quick_linspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8724684Z test_quick_linspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8736561Z test_quick_linspace_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8748182Z test_quick_linspace_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8759931Z test_quick_linspace_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8771684Z test_quick_linspace_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8783332Z test_quick_linspace_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8795085Z test_quick_linspace_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8806879Z test_quick_linspace_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8818582Z test_quick_linspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8830277Z test_quick_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8842064Z test_quick_log10_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8853853Z test_quick_log10_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8865561Z test_quick_log10_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8877406Z test_quick_log10_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8889119Z test_quick_log10_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8902269Z test_quick_log10_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8914267Z test_quick_log10_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8925877Z test_quick_log10_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8937537Z test_quick_log10_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8949241Z test_quick_log10_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8961055Z test_quick_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8972830Z test_quick_log1p_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8984558Z test_quick_log1p_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.8996409Z test_quick_log1p_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9008115Z test_quick_log1p_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9019923Z test_quick_log1p_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9031504Z test_quick_log1p_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9043256Z test_quick_log1p_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9055009Z test_quick_log1p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9066679Z test_quick_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9078573Z test_quick_log2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9090492Z test_quick_log2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9102035Z test_quick_log2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9113944Z test_quick_log2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9125737Z test_quick_log2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9137442Z test_quick_log2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9149143Z test_quick_log2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9161135Z test_quick_log2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9172783Z test_quick_log2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9184490Z test_quick_log2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9196334Z test_quick_log_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9208053Z test_quick_log_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9221165Z test_quick_log_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9233147Z test_quick_log_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9244724Z test_quick_log_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9256517Z test_quick_log_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9268187Z test_quick_log_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9279947Z test_quick_log_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9292243Z test_quick_log_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9303590Z test_quick_log_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9315233Z test_quick_log_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9326936Z test_quick_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9338668Z test_quick_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9350335Z test_quick_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9362105Z test_quick_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9373875Z test_quick_logical_and_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9385558Z test_quick_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9397530Z test_quick_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9409373Z test_quick_logical_and_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9420889Z test_quick_logical_and_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9432640Z test_quick_logical_and_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9444452Z test_quick_logical_and_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9455962Z test_quick_logical_and_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9467546Z test_quick_logical_and_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9479245Z test_quick_logical_and_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9490922Z test_quick_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9502491Z test_quick_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9514075Z test_quick_logical_not_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9525803Z test_quick_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9538631Z test_quick_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9550235Z test_quick_logical_not_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9561903Z test_quick_logical_not_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9573555Z test_quick_logical_not_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9585149Z test_quick_logical_not_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9596891Z test_quick_logical_not_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9608461Z test_quick_logical_not_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9620320Z test_quick_logical_not_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9631719Z test_quick_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9643314Z test_quick_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9654901Z test_quick_logical_or_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9666269Z test_quick_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9677820Z test_quick_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9689505Z test_quick_logical_or_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9700801Z test_quick_logical_or_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9712247Z test_quick_logical_or_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9723973Z test_quick_logical_or_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9735521Z test_quick_logical_or_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9747122Z test_quick_logical_or_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9758832Z test_quick_logical_or_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9770382Z test_quick_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9781830Z test_quick_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9793596Z test_quick_logical_xor_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9805126Z test_quick_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9816671Z test_quick_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9828218Z test_quick_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9839805Z test_quick_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9852925Z test_quick_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9864468Z test_quick_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9876108Z test_quick_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9887687Z test_quick_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9899212Z test_quick_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9910735Z test_quick_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9922426Z test_quick_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9933997Z test_quick_logit_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9945479Z test_quick_logit_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9957144Z test_quick_logit_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9968831Z test_quick_logit_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9980363Z test_quick_logit_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:02.9991831Z test_quick_logit_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0003476Z test_quick_logit_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0015073Z test_quick_logit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0026635Z test_quick_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0038280Z test_quick_logspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0049416Z test_quick_logspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0061018Z test_quick_logspace_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0072217Z test_quick_logspace_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0083791Z test_quick_logspace_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0095375Z test_quick_logspace_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0106643Z test_quick_logspace_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0118153Z test_quick_logspace_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0129625Z test_quick_logspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0140994Z test_quick_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0152364Z test_quick_logsumexp_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0165541Z test_quick_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0177097Z test_quick_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0188514Z test_quick_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0200000Z test_quick_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0211488Z test_quick_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0222814Z test_quick_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0234372Z test_quick_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0245897Z test_quick_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0257387Z test_quick_lt_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0268739Z test_quick_lt_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0280378Z test_quick_lt_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0291861Z test_quick_lt_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0303341Z test_quick_lt_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0314852Z test_quick_lt_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0326339Z test_quick_lt_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0337809Z test_quick_lt_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0349242Z test_quick_lt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0360729Z test_quick_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0372175Z test_quick_masked_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0383631Z test_quick_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0395320Z test_quick_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0406848Z test_quick_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0418274Z test_quick_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0429793Z test_quick_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0441360Z test_quick_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0452447Z test_quick_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0463666Z test_quick_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0476502Z test_quick_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0487891Z test_quick_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0499043Z test_quick_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0510293Z test_quick_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0521594Z test_quick_maximum_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0532904Z test_quick_maximum_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0544092Z test_quick_maximum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0555435Z test_quick_maximum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0566708Z test_quick_maximum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0577905Z test_quick_maximum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0589095Z test_quick_maximum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0600444Z test_quick_maximum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0611723Z test_quick_maximum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0622982Z test_quick_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0634307Z test_quick_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0645542Z test_quick_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0656797Z test_quick_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0667996Z test_quick_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0679287Z test_quick_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0690751Z test_quick_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0702048Z test_quick_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0713443Z test_quick_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0724557Z test_quick_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0735774Z test_quick_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0747066Z test_quick_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0758296Z test_quick_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0769546Z test_quick_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0782075Z test_quick_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0793465Z test_quick_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0804625Z test_quick_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0815914Z test_quick_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0827143Z test_quick_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0838415Z test_quick_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0849613Z test_quick_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0860792Z test_quick_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0872018Z test_quick_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0883327Z test_quick_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0894606Z test_quick_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0905732Z test_quick_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0917109Z test_quick_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0928354Z test_quick_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0939544Z test_quick_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0950975Z test_quick_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0962123Z test_quick_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0973433Z test_quick_minimum_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0984597Z test_quick_minimum_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.0995989Z test_quick_minimum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1007317Z test_quick_minimum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1018443Z test_quick_minimum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1029629Z test_quick_minimum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1041022Z test_quick_minimum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1052335Z test_quick_minimum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1063455Z test_quick_minimum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1074728Z test_quick_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1088498Z test_quick_mul_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1099743Z test_quick_mul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1110878Z test_quick_mul_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1122226Z test_quick_mul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1133551Z test_quick_mul_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1144711Z test_quick_mul_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1155989Z test_quick_mul_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1167337Z test_quick_mul_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1178489Z test_quick_mul_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1189919Z test_quick_mul_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1201187Z test_quick_mul_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1212516Z test_quick_mul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1223671Z test_quick_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1235001Z test_quick_mv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1246257Z test_quick_mv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1257393Z test_quick_mv_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1268608Z test_quick_mv_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1279941Z test_quick_mv_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1291283Z test_quick_mv_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1302906Z test_quick_mv_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1314080Z test_quick_mv_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1325182Z test_quick_mv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1336552Z test_quick_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1347757Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1359056Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1370420Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1381718Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1394397Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1405668Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1416871Z test_quick_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1427998Z test_quick_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1439506Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1450737Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1461883Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1473258Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1484511Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1495849Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1507165Z test_quick_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1518511Z test_quick_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1529812Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1541056Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1552220Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1563569Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1575602Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1586428Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1597944Z test_quick_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1609156Z test_quick_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1620605Z test_quick_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1631603Z test_quick_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1642940Z test_quick_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1654274Z test_quick_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1665552Z test_quick_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1676967Z test_quick_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1688668Z test_quick_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1701018Z test_quick_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1712264Z test_quick_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1723773Z test_quick_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1735113Z test_quick_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1746295Z test_quick_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1757684Z test_quick_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1769034Z test_quick_ne_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1780252Z test_quick_ne_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1791519Z test_quick_ne_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1803007Z test_quick_ne_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1814447Z test_quick_ne_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1825763Z test_quick_ne_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1837142Z test_quick_ne_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1848506Z test_quick_ne_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1859743Z test_quick_ne_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1870941Z test_quick_ne_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1882421Z test_quick_ne_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1893756Z test_quick_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1905081Z test_quick_neg_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1916453Z test_quick_neg_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1927877Z test_quick_neg_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1939179Z test_quick_neg_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1950990Z test_quick_neg_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1962061Z test_quick_neg_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1973256Z test_quick_neg_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1984345Z test_quick_neg_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.1995563Z test_quick_neg_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2008265Z test_quick_neg_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2019595Z test_quick_neg_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2030597Z test_quick_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2041873Z test_quick_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2053154Z test_quick_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2064295Z test_quick_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2075559Z test_quick_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2086883Z test_quick_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2098080Z test_quick_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2109251Z test_quick_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2120557Z test_quick_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2131844Z test_quick_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2143019Z test_quick_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2154303Z test_quick_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2165689Z test_quick_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2173094Z test_quick_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:55:03.2180532Z test_quick_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:55:03.2187854Z test_quick_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:55:03.2195386Z test_quick_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:55:03.2202806Z test_quick_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:55:03.2210057Z test_quick_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:55:03.2217355Z test_quick_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:55:03.2224822Z test_quick_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:55:03.2232212Z test_quick_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:55:03.2239707Z test_quick_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:55:03.2247208Z test_quick_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:55:03.2254684Z test_quick_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:55:03.2262056Z test_quick_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:55:03.2275584Z test_quick_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2287111Z test_quick_new_full_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2298620Z test_quick_new_full_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2310070Z test_quick_new_full_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2321557Z test_quick_new_full_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2333125Z test_quick_new_full_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2344584Z test_quick_new_full_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2356184Z test_quick_new_full_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2367726Z test_quick_new_full_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2379287Z test_quick_new_full_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2390659Z test_quick_new_full_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2402311Z test_quick_new_full_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2413738Z test_quick_new_full_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2425121Z test_quick_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2436699Z test_quick_new_ones_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2448193Z test_quick_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2459836Z test_quick_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2471178Z test_quick_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2482794Z test_quick_new_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2494341Z test_quick_new_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2505866Z test_quick_new_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2517454Z test_quick_new_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2528991Z test_quick_new_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2540449Z test_quick_new_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2551898Z test_quick_new_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2563520Z test_quick_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2575103Z test_quick_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2588116Z test_quick_new_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2599764Z test_quick_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2611347Z test_quick_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2622689Z test_quick_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2634415Z test_quick_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2645628Z test_quick_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2657074Z test_quick_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2668747Z test_quick_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2680043Z test_quick_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2691584Z test_quick_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2703082Z test_quick_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2714736Z test_quick_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2726351Z test_quick_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2737826Z test_quick_nextafter_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2749219Z test_quick_nextafter_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2760713Z test_quick_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2772219Z test_quick_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2783764Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2795404Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2806949Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2818453Z test_quick_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2829972Z test_quick_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2841582Z test_quick_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2853127Z test_quick_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2864540Z test_quick_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2876087Z test_quick_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2887571Z test_quick_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2900523Z test_quick_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2912038Z test_quick_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2923775Z test_quick_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2935241Z test_quick_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2946704Z test_quick_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2958269Z test_quick_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2969811Z test_quick_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2981277Z test_quick_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.2992693Z test_quick_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3004303Z test_quick_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3015763Z test_quick_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3027239Z test_quick_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3038726Z test_quick_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3050187Z test_quick_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3061595Z test_quick_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3073215Z test_quick_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3084710Z test_quick_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3096153Z test_quick_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3107558Z test_quick_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3119092Z test_quick_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3130511Z test_quick_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3141970Z test_quick_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3153542Z test_quick_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3164998Z test_quick_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3176538Z test_quick_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3187840Z test_quick_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3199394Z test_quick_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3213071Z test_quick_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3224019Z test_quick_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3235444Z test_quick_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3246972Z test_quick_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3258304Z test_quick_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3269779Z test_quick_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3281830Z test_quick_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3293113Z test_quick_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3305129Z test_quick_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3317326Z test_quick_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3329434Z test_quick_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3341394Z test_quick_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3353612Z test_quick_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3365642Z test_quick_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3377643Z test_quick_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3389692Z test_quick_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3401766Z test_quick_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3414001Z test_quick_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3426071Z test_quick_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3438214Z test_quick_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3450330Z test_quick_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3462689Z test_quick_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3474581Z test_quick_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3486479Z test_quick_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3497627Z test_quick_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3509269Z test_quick_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3520292Z test_quick_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3533183Z test_quick_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3544295Z test_quick_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3555645Z test_quick_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3567119Z test_quick_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3578757Z test_quick_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3589797Z test_quick_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3601290Z test_quick_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3612533Z test_quick_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3623730Z test_quick_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3635137Z test_quick_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3646447Z test_quick_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3657878Z test_quick_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3668929Z test_quick_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3680192Z test_quick_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3691481Z test_quick_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3702709Z test_quick_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3714092Z test_quick_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3725251Z test_quick_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3736547Z test_quick_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3747594Z test_quick_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3758839Z test_quick_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3770187Z test_quick_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3781522Z test_quick_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3793116Z test_quick_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3804253Z test_quick_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3815741Z test_quick_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3827315Z test_quick_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3840543Z test_quick_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3852194Z test_quick_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3863711Z test_quick_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3875352Z test_quick_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3886826Z test_quick_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3898250Z test_quick_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3909860Z test_quick_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3921462Z test_quick_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3933047Z test_quick_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3944503Z test_quick_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3956184Z test_quick_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3968202Z test_quick_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3979369Z test_quick_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.3990451Z test_quick_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4001829Z test_quick_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4013158Z test_quick_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4024571Z test_quick_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4035789Z test_quick_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4047088Z test_quick_ones_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4058436Z test_quick_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4069572Z test_quick_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4080876Z test_quick_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4092269Z test_quick_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4103454Z test_quick_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4114766Z test_quick_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4126023Z test_quick_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4137245Z test_quick_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4149974Z test_quick_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4161461Z test_quick_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4172616Z test_quick_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4183870Z test_quick_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4195131Z test_quick_permute_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4206400Z test_quick_permute_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4217640Z test_quick_permute_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4228955Z test_quick_permute_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4240467Z test_quick_permute_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4251677Z test_quick_permute_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4262858Z test_quick_permute_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4274075Z test_quick_permute_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4285409Z test_quick_permute_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4296767Z test_quick_permute_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4307913Z test_quick_permute_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4319251Z test_quick_permute_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4330498Z test_quick_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4341656Z test_quick_pow_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4353032Z test_quick_pow_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4364153Z test_quick_pow_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4375625Z test_quick_pow_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4386731Z test_quick_pow_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4398236Z test_quick_pow_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4409580Z test_quick_pow_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4420775Z test_quick_pow_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4431985Z test_quick_pow_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4443236Z test_quick_pow_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4456254Z test_quick_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4467501Z test_quick_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4478747Z test_quick_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4490219Z test_quick_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4501431Z test_quick_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4512959Z test_quick_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4524412Z test_quick_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4535537Z test_quick_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4546963Z test_quick_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4558040Z test_quick_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4569392Z test_quick_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4580627Z test_quick_randn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4591884Z test_quick_randn_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4603263Z test_quick_randn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4614538Z test_quick_randn_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4625941Z test_quick_randn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4637312Z test_quick_randn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4648581Z test_quick_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4659720Z test_quick_reciprocal_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4670981Z test_quick_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4682316Z test_quick_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4693590Z test_quick_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4704827Z test_quick_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4716163Z test_quick_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4728242Z test_quick_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4739169Z test_quick_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4750720Z test_quick_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4765350Z test_quick_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4776451Z test_quick_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4787518Z test_quick_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4798566Z test_quick_remainder_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4809793Z test_quick_remainder_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4820986Z test_quick_remainder_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4831877Z test_quick_remainder_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4842965Z test_quick_remainder_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4854019Z test_quick_remainder_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4865054Z test_quick_remainder_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4876103Z test_quick_remainder_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4887108Z test_quick_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4898029Z test_quick_repeat_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4908977Z test_quick_repeat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4920026Z test_quick_repeat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4931135Z test_quick_repeat_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4942154Z test_quick_repeat_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4953247Z test_quick_repeat_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4964580Z test_quick_repeat_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4975571Z test_quick_repeat_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4986727Z test_quick_repeat_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.4997895Z test_quick_repeat_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5008885Z test_quick_repeat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5019823Z test_quick_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5030799Z test_quick_roll_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5041926Z test_quick_roll_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5053000Z test_quick_roll_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5065598Z test_quick_roll_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5076993Z test_quick_roll_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5088496Z test_quick_roll_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5099124Z test_quick_roll_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5109978Z test_quick_roll_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5121007Z test_quick_roll_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5132157Z test_quick_roll_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5143260Z test_quick_roll_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5154794Z test_quick_roll_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5166351Z test_quick_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5177861Z test_quick_rot90_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5189299Z test_quick_rot90_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5200742Z test_quick_rot90_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5212319Z test_quick_rot90_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5223907Z test_quick_rot90_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5235388Z test_quick_rot90_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5246760Z test_quick_rot90_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5258767Z test_quick_rot90_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5269971Z test_quick_rot90_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5281428Z test_quick_rot90_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5292943Z test_quick_rot90_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5304333Z test_quick_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5315744Z test_quick_rsqrt_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5327130Z test_quick_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5338369Z test_quick_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5349752Z test_quick_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5361288Z test_quick_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5374525Z test_quick_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5385755Z test_quick_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5396858Z test_quick_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5407963Z test_quick_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5419030Z test_quick_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5430364Z test_quick_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5441924Z test_quick_rsub_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5453368Z test_quick_rsub_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5464703Z test_quick_rsub_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5476554Z test_quick_rsub_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5487839Z test_quick_rsub_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5498998Z test_quick_rsub_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5510157Z test_quick_rsub_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5521676Z test_quick_rsub_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5532992Z test_quick_rsub_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5544307Z test_quick_rsub_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5555756Z test_quick_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5567064Z test_quick_select_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5578295Z test_quick_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5589475Z test_quick_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5600882Z test_quick_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5612170Z test_quick_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5623351Z test_quick_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5634740Z test_quick_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5645903Z test_quick_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5657149Z test_quick_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5668280Z test_quick_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5681373Z test_quick_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5692666Z test_quick_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5704045Z test_quick_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5715441Z test_quick_sgn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5726846Z test_quick_sgn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5737940Z test_quick_sgn_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5749111Z test_quick_sgn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5760522Z test_quick_sgn_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5771774Z test_quick_sgn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5782990Z test_quick_sgn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5794306Z test_quick_sgn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5805550Z test_quick_sgn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5816830Z test_quick_sgn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5827996Z test_quick_sgn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5839244Z test_quick_sgn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5850624Z test_quick_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5861838Z test_quick_sigmoid_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5873448Z test_quick_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5884878Z test_quick_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5896425Z test_quick_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5908140Z test_quick_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5919796Z test_quick_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5931473Z test_quick_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5943073Z test_quick_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5954964Z test_quick_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5966492Z test_quick_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5977995Z test_quick_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.5991342Z test_quick_sign_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6003066Z test_quick_sign_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6014762Z test_quick_sign_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6026278Z test_quick_sign_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6038207Z test_quick_sign_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6049635Z test_quick_sign_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6061337Z test_quick_sign_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6072503Z test_quick_sign_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6083775Z test_quick_sign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6095083Z test_quick_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6106363Z test_quick_signbit_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6117800Z test_quick_signbit_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6129149Z test_quick_signbit_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6140365Z test_quick_signbit_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6151652Z test_quick_signbit_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6162878Z test_quick_signbit_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6174118Z test_quick_signbit_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6185366Z test_quick_signbit_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6196669Z test_quick_signbit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6207917Z test_quick_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6219110Z test_quick_sin_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6230395Z test_quick_sin_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6242179Z test_quick_sin_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6253266Z test_quick_sin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6264737Z test_quick_sin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6275677Z test_quick_sin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6287012Z test_quick_sin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6300139Z test_quick_sin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6311542Z test_quick_sin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6322835Z test_quick_sin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6334505Z test_quick_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6345915Z test_quick_sinc_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6356948Z test_quick_sinc_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6368212Z test_quick_sinc_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6379360Z test_quick_sinc_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6390572Z test_quick_sinc_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6401894Z test_quick_sinc_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6413375Z test_quick_sinc_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6424571Z test_quick_sinc_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6435877Z test_quick_sinc_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6447141Z test_quick_sinc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6458354Z test_quick_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6469578Z test_quick_sinh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6480838Z test_quick_sinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6492508Z test_quick_sinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6503333Z test_quick_sinh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6514675Z test_quick_sinh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6525903Z test_quick_sinh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6537277Z test_quick_sinh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6548441Z test_quick_sinh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6559805Z test_quick_sinh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6571045Z test_quick_sinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6582299Z test_quick_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6594094Z test_quick_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6606721Z test_quick_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6618161Z test_quick_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6629104Z test_quick_special_i0e_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6640531Z test_quick_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6651718Z test_quick_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6662886Z test_quick_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6674314Z test_quick_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6685879Z test_quick_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6696933Z test_quick_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6708126Z test_quick_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6719720Z test_quick_special_i1_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6730769Z test_quick_special_i1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6742124Z test_quick_special_i1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6753420Z test_quick_special_i1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6764562Z test_quick_special_i1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6776502Z test_quick_special_i1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6787520Z test_quick_special_i1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6799126Z test_quick_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6810191Z test_quick_special_i1e_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6821664Z test_quick_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6832750Z test_quick_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6844099Z test_quick_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6855492Z test_quick_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6866843Z test_quick_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6878216Z test_quick_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6889940Z test_quick_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6901075Z test_quick_special_zeta_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6914243Z test_quick_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6925723Z test_quick_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6936875Z test_quick_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6948277Z test_quick_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6959632Z test_quick_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6970950Z test_quick_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6982267Z test_quick_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.6993682Z test_quick_split_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7004979Z test_quick_split_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7016331Z test_quick_split_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7027613Z test_quick_split_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7039015Z test_quick_split_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7050413Z test_quick_split_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7061626Z test_quick_split_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7073117Z test_quick_split_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7084413Z test_quick_split_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7095971Z test_quick_split_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7107343Z test_quick_split_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7118781Z test_quick_split_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7130193Z test_quick_split_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7141557Z test_quick_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7153131Z test_quick_split_list_args_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7164239Z test_quick_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7175595Z test_quick_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7186777Z test_quick_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7198169Z test_quick_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7209573Z test_quick_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7222479Z test_quick_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7234578Z test_quick_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7245379Z test_quick_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7257326Z test_quick_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7268269Z test_quick_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7279495Z test_quick_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7290782Z test_quick_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7302455Z test_quick_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7313803Z test_quick_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7325314Z test_quick_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7336829Z test_quick_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7348055Z test_quick_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7359657Z test_quick_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7370940Z test_quick_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7382308Z test_quick_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7393831Z test_quick_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7405185Z test_quick_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7416505Z test_quick_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7427862Z test_quick_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7439259Z test_quick_sqrt_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7450582Z test_quick_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7462101Z test_quick_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7473429Z test_quick_sqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7484627Z test_quick_sqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7496255Z test_quick_sqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7507940Z test_quick_sqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7519850Z test_quick_sqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7533625Z test_quick_sqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7545021Z test_quick_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7556257Z test_quick_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7567467Z test_quick_squeeze_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7578452Z test_quick_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7589508Z test_quick_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7600621Z test_quick_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7611715Z test_quick_squeeze_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7622669Z test_quick_squeeze_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7633828Z test_quick_squeeze_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7644770Z test_quick_squeeze_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7655873Z test_quick_squeeze_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7666963Z test_quick_squeeze_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7678272Z test_quick_squeeze_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7689602Z test_quick_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7700549Z test_quick_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7711447Z test_quick_stack_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7722634Z test_quick_stack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7733753Z test_quick_stack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7745350Z test_quick_stack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7757471Z test_quick_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7769454Z test_quick_stack_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7781066Z test_quick_stack_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7792431Z test_quick_stack_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7803701Z test_quick_stack_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7815092Z test_quick_stack_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7826347Z test_quick_stack_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7839654Z test_quick_stack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7851063Z test_quick_std_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7862478Z test_quick_std_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7873891Z test_quick_std_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7885269Z test_quick_std_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7896577Z test_quick_std_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7907950Z test_quick_std_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7919460Z test_quick_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7930915Z test_quick_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7942321Z test_quick_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7953779Z test_quick_std_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7965203Z test_quick_std_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7976619Z test_quick_std_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7987953Z test_quick_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.7999501Z test_quick_sub_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8010871Z test_quick_sub_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8022451Z test_quick_sub_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8034001Z test_quick_sub_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8045491Z test_quick_sub_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8057130Z test_quick_sub_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8068800Z test_quick_sub_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8080341Z test_quick_sub_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8092073Z test_quick_sub_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8103847Z test_quick_sub_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8115560Z test_quick_sub_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8127207Z test_quick_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8138891Z test_quick_sum_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8152103Z test_quick_sum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8163837Z test_quick_sum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8175469Z test_quick_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8187102Z test_quick_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8198724Z test_quick_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8210575Z test_quick_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8222148Z test_quick_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8233921Z test_quick_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8245607Z test_quick_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8257276Z test_quick_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8268740Z test_quick_t_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8281051Z test_quick_t_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8292921Z test_quick_t_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8304664Z test_quick_t_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8315921Z test_quick_t_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8327113Z test_quick_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8338284Z test_quick_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8349558Z test_quick_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8361001Z test_quick_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8372385Z test_quick_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8383596Z test_quick_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8394936Z test_quick_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8406171Z test_quick_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8417346Z test_quick_tan_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8428634Z test_quick_tan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8440023Z test_quick_tan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8452049Z test_quick_tan_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8465655Z test_quick_tan_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8476812Z test_quick_tan_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8487850Z test_quick_tan_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8498849Z test_quick_tan_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8511319Z test_quick_tan_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8522922Z test_quick_tan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8534632Z test_quick_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8545980Z test_quick_tanh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8557200Z test_quick_tanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8568453Z test_quick_tanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8579376Z test_quick_tanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8590447Z test_quick_tanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8601555Z test_quick_tanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8612774Z test_quick_tanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8623433Z test_quick_tanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8634558Z test_quick_tanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8645907Z test_quick_tanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8657072Z test_quick_trace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8668412Z test_quick_trace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8679641Z test_quick_trace_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8690983Z test_quick_trace_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8702106Z test_quick_trace_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8713580Z test_quick_trace_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8724734Z test_quick_trace_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8736071Z test_quick_trace_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8747982Z test_quick_trace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8759832Z test_quick_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8772543Z test_quick_transpose_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8783851Z test_quick_transpose_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8795089Z test_quick_transpose_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8806332Z test_quick_transpose_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8817681Z test_quick_transpose_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8828696Z test_quick_transpose_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8839977Z test_quick_transpose_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8851303Z test_quick_transpose_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8862587Z test_quick_transpose_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8873919Z test_quick_transpose_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8885078Z test_quick_transpose_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8896284Z test_quick_transpose_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8907816Z test_quick_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8919204Z test_quick_tril_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8930640Z test_quick_tril_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8941937Z test_quick_tril_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8953398Z test_quick_tril_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8964562Z test_quick_tril_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8975969Z test_quick_tril_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8987192Z test_quick_tril_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.8998609Z test_quick_tril_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9009841Z test_quick_tril_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9021222Z test_quick_tril_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9032202Z test_quick_tril_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9043491Z test_quick_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9054813Z test_quick_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9066019Z test_quick_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9078945Z test_quick_triu_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9090240Z test_quick_triu_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9101535Z test_quick_triu_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9112963Z test_quick_triu_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9124078Z test_quick_triu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9135471Z test_quick_triu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9146957Z test_quick_triu_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9158108Z test_quick_triu_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9169378Z test_quick_triu_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9180548Z test_quick_triu_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9191767Z test_quick_triu_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9203113Z test_quick_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9214425Z test_quick_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9225630Z test_quick_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9237008Z test_quick_trunc_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9248439Z test_quick_trunc_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9259585Z test_quick_trunc_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9270903Z test_quick_trunc_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9282177Z test_quick_trunc_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9293988Z test_quick_trunc_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9305280Z test_quick_trunc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9316745Z test_quick_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9327956Z test_quick_unbind_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9339184Z test_quick_unbind_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9350554Z test_quick_unbind_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9361988Z test_quick_unbind_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9373353Z test_quick_unbind_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9386294Z test_quick_unbind_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9397888Z test_quick_unbind_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9409132Z test_quick_unbind_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9420374Z test_quick_unbind_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9431636Z test_quick_unbind_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9443087Z test_quick_unbind_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9454424Z test_quick_unbind_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9465713Z test_quick_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9477135Z test_quick_uniform_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9488641Z test_quick_uniform_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9499860Z test_quick_uniform_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9511231Z test_quick_uniform_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9522800Z test_quick_uniform_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9534047Z test_quick_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9545411Z test_quick_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9556908Z test_quick_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9568318Z test_quick_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9579541Z test_quick_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9590901Z test_quick_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9602459Z test_quick_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9613750Z test_quick_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9625051Z test_quick_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9636461Z test_quick_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9647842Z test_quick_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9659076Z test_quick_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9670332Z test_quick_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9681734Z test_quick_var_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9694653Z test_quick_var_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9706057Z test_quick_var_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9717456Z test_quick_var_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9728906Z test_quick_var_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9740317Z test_quick_var_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9751635Z test_quick_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9763121Z test_quick_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9774491Z test_quick_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9785786Z test_quick_var_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9797113Z test_quick_var_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9808481Z test_quick_var_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9819642Z test_quick_view_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9830932Z test_quick_view_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9842290Z test_quick_view_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9853760Z test_quick_view_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9865023Z test_quick_view_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9876465Z test_quick_view_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9887961Z test_quick_view_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9899249Z test_quick_view_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9910386Z test_quick_view_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9921571Z test_quick_view_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9932553Z test_quick_view_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9943637Z test_quick_view_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9954652Z test_quick_view_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9965620Z test_quick_where_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9976653Z test_quick_where_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:03.9987548Z test_quick_where_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0000659Z test_quick_where_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0012354Z test_quick_where_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0023063Z test_quick_where_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0034514Z test_quick_where_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0045738Z test_quick_where_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0057069Z test_quick_where_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0068375Z test_quick_where_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0079776Z test_quick_where_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0091577Z test_quick_where_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0102724Z test_quick_where_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0114220Z test_quick_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0125408Z test_quick_xlogy_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0136746Z test_quick_xlogy_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0148230Z test_quick_xlogy_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0159491Z test_quick_xlogy_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0170826Z test_quick_xlogy_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0182139Z test_quick_xlogy_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0193629Z test_quick_xlogy_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0204859Z test_quick_xlogy_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0216182Z test_quick_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0227447Z test_quick_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0238933Z test_quick_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0250382Z test_quick_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0261567Z test_quick_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0273087Z test_quick_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0284386Z test_quick_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0295963Z test_quick_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0309038Z test_quick_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0320762Z test_quick_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0332348Z test_quick_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0343838Z test_quick_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0355615Z test_quick_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0367154Z test_quick_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-09-27T15:55:04.0368884Z 2022-09-27T15:55:04.0369220Z ---------------------------------------------------------------------- 2022-09-27T15:55:04.0369607Z Ran 7050 tests in 10.048s 2022-09-27T15:55:04.0369725Z 2022-09-27T15:55:04.0369799Z OK (skipped=7050) 2022-09-27T15:55:04.0369909Z 2022-09-27T15:55:04.0369995Z Generating XML reports... 2022-09-27T15:55:04.9366493Z Generated XML report: test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20220927155453.xml 2022-09-27T15:55:05.5950200Z Running test_transformers ... [2022-09-27 15:55:05.594556] 2022-09-27T15:55:05.5950763Z Executing ['/opt/conda/bin/python', '-bb', 'test_transformers.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:55:05.594641] 2022-09-27T15:55:07.1583061Z Test results will be stored in test-reports/python-unittest/test_transformers 2022-09-27T15:55:07.1597405Z 2022-09-27T15:55:07.1597591Z Running tests... 2022-09-27T15:55:07.1597925Z ---------------------------------------------------------------------- 2022-09-27T15:55:07.2335856Z test_decoder_only_layer (__main__.TestTransformers) ... skip: Fairseq not found (0.014s) 2022-09-27T15:55:07.2358601Z test_mask_check_fastpath (__main__.TestTransformers) 2022-09-27T15:55:07.2784440Z Test that fastpath is executed independently of the mask that is passed. ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mask_check_fastpath test_transformers.py line 797 2022-09-27T15:55:07.2784873Z due to: 2022-09-27T15:55:07.2785063Z Traceback (most recent call last): 2022-09-27T15:55:07.2785350Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:55:07.2785700Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:55:07.2786180Z RuntimeError: Creating a new Tensor subclass Tensor but the raw Tensor object is already associated to a python object of type FakeTensor 2022-09-27T15:55:07.2786594Z 2022-09-27T15:55:07.2786859Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:07.2787174Z 2022-09-27T15:55:07.2787322Z Traceback (most recent call last): 2022-09-27T15:55:07.2787822Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:07.2788303Z raise TorchRuntimeError() from e 2022-09-27T15:55:07.2789145Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:07.2789393Z 2022-09-27T15:55:07.2789533Z from user code: 2022-09-27T15:55:07.2789940Z File "test_transformers.py", line 806, in test_mask_check_fastpath 2022-09-27T15:55:07.2790390Z x = torch.Tensor([[[1, 2], [3, 4], [5, 6]]]).to(torch.float) 2022-09-27T15:55:07.2790531Z 2022-09-27T15:55:07.2790665Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:07.2790876Z ========== 2022-09-27T15:55:07.3772793Z test_transformers.py:827: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-09-27T15:55:07.3773337Z nested_tensor_return_value = torch.nested_tensor([torch.ones((2, 2), dtype=torch.float)]) 2022-09-27T15:55:07.3790285Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_fastpath test_transformers.py line 808 2022-09-27T15:55:07.3790772Z due to: 2022-09-27T15:55:07.3791122Z Traceback (most recent call last): 2022-09-27T15:55:07.3791517Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:07.3791871Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:07.3792216Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:07.3792429Z 2022-09-27T15:55:07.3792553Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:07.3792721Z 2022-09-27T15:55:07.3793029Z Traceback (most recent call last): 2022-09-27T15:55:07.3793374Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:07.3793625Z ) from e 2022-09-27T15:55:07.3793947Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:07.3794204Z 2022-09-27T15:55:07.3794337Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:07.3794558Z ========== 2022-09-27T15:55:07.3940855Z ok (0.160s) 2022-09-27T15:55:07.4291718Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.034s) 2022-09-27T15:55:07.4323637Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T15:55:07.4352410Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:55:07.4435568Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.008s) 2022-09-27T15:55:07.4517190Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.008s) 2022-09-27T15:55:07.4599516Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.007s) 2022-09-27T15:55:07.4626634Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:55:07.4655514Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:55:07.4683285Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:55:07.4762478Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.007s) 2022-09-27T15:55:07.4845373Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.008s) 2022-09-27T15:55:07.4926327Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.007s) 2022-09-27T15:55:07.4953712Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:55:07.4981008Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:55:07.5008752Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:55:07.5192944Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.018s) 2022-09-27T15:55:07.5224713Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T15:55:07.5254038Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:55:07.5334238Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.007s) 2022-09-27T15:55:07.5416050Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.007s) 2022-09-27T15:55:07.5498625Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.008s) 2022-09-27T15:55:07.5529293Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:55:07.5559359Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:55:07.5587546Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:55:07.5669576Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.008s) 2022-09-27T15:55:07.5751731Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.008s) 2022-09-27T15:55:07.5835775Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.008s) 2022-09-27T15:55:07.5865368Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:55:07.5895359Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:55:07.5923313Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:55:07.5940197Z test_self_attn_TxT_attn_mask (__main__.TestTransformers) ... skip: 4D mask not supported yet - activate when 4D mask supported (0.001s) 2022-09-27T15:55:09.5816715Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (1.987s) 2022-09-27T15:55:09.8330924Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.251s) 2022-09-27T15:55:10.3911677Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.557s) 2022-09-27T15:55:10.6184136Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.226s) 2022-09-27T15:55:10.7930040Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_transformers.py line 303 2022-09-27T15:55:10.7930846Z due to: 2022-09-27T15:55:10.7931270Z Traceback (most recent call last): 2022-09-27T15:55:10.7931749Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:10.7932496Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:10.7933404Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:55:10.7933824Z 2022-09-27T15:55:10.7933923Z from user code: 2022-09-27T15:55:10.7934305Z File "test_transformers.py", line 309, in 2022-09-27T15:55:10.7934775Z result = model(encoder_input, src_key_padding_mask=mask) 2022-09-27T15:55:10.7935028Z 2022-09-27T15:55:10.7935248Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:10.7935601Z ========== 2022-09-27T15:55:10.8162342Z ok (0.197s) 2022-09-27T15:55:10.9123320Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.095s) 2022-09-27T15:55:11.0521591Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.139s) 2022-09-27T15:55:11.1523051Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.099s) 2022-09-27T15:55:11.1554856Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False (__main__.TestTransformers) 2022-09-27T15:55:11.2602092Z Test TransformerEncoder fastpath output matches slowpath output ... /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:55:11.2603037Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:55:11.2770262Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:55:11.2771067Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:55:11.3020449Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:55:11.3021586Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:55:11.4271006Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:55:11.4271719Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:55:11.4643467Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:55:11.4643950Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:55:11.5607666Z :10: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:55:11.5608617Z :12: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:55:11.5609587Z :14: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:55:11.5610553Z :16: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:55:11.5611496Z :18: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:55:11.9234029Z ok (0.770s) 2022-09-27T15:55:11.9264041Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True (__main__.TestTransformers) 2022-09-27T15:55:11.9757622Z Test TransformerEncoder fastpath output matches slowpath output ... /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:55:11.9758541Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:55:11.9924032Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:55:11.9924868Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:55:12.0171961Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:55:12.0172766Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:55:12.0596988Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:55:12.0597768Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:55:12.0966971Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:55:12.0967749Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:55:12.1496112Z /opt/conda/lib/python3.7/site-packages/torch/amp/autocast_mode.py:202: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling 2022-09-27T15:55:12.1496952Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-09-27T15:55:12.1498208Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_transformers.py line 111 2022-09-27T15:55:12.1498674Z due to: 2022-09-27T15:55:12.1498943Z Traceback (most recent call last): 2022-09-27T15:55:12.1499327Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:12.1500110Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:12.1500939Z AssertionError: torch.* op returned non-Tensor autocast call_function 2022-09-27T15:55:12.1501290Z 2022-09-27T15:55:12.1501410Z from user code: 2022-09-27T15:55:12.1501870Z File "test_transformers.py", line 163, in 2022-09-27T15:55:12.1502515Z maybe_autocast = torch.autocast("cuda", dtype=torch.float16) if use_autocast else contextlib.nullcontext() 2022-09-27T15:55:12.1502864Z 2022-09-27T15:55:12.1503083Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:12.1503468Z ========== 2022-09-27T15:55:12.1529925Z test_transformers.py:160: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:55:12.1530699Z ) for pair in input_mask_pairs 2022-09-27T15:55:12.1580553Z /opt/conda/lib/python3.7/site-packages/torch/amp/autocast_mode.py:202: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling 2022-09-27T15:55:12.1581547Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-09-27T15:55:12.5592247Z ok (0.635s) 2022-09-27T15:55:12.5623073Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False (__main__.TestTransformers) 2022-09-27T15:55:12.5708033Z Test TransformerEncoder fastpath output matches slowpath output ... test_transformers.py:160: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:55:12.5708886Z ) for pair in input_mask_pairs 2022-09-27T15:55:12.8704002Z ok (0.310s) 2022-09-27T15:55:12.8737318Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True (__main__.TestTransformers) 2022-09-27T15:55:12.8779167Z Test TransformerEncoder fastpath output matches slowpath output ... /opt/conda/lib/python3.7/site-packages/torch/amp/autocast_mode.py:202: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling 2022-09-27T15:55:12.8780171Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-09-27T15:55:13.1992010Z ok (0.328s) 2022-09-27T15:55:13.2017041Z test_transformerencoder_square_input_with_no_grad_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T15:55:13.2668401Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.067s) 2022-09-27T15:55:13.2692030Z test_transformerencoder_square_input_with_no_grad_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T15:55:13.2743171Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.007s) 2022-09-27T15:55:13.2767670Z test_transformerencoder_square_input_with_no_grad_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T15:55:13.2814940Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.007s) 2022-09-27T15:55:13.2839423Z test_transformerencoder_square_input_with_no_grad_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T15:55:13.2884476Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.006s) 2022-09-27T15:55:13.3472519Z test_transformerencoderlayer_src_mask_device_cpu_nhead_1 (__main__.TestTransformers) ... ok (0.058s) 2022-09-27T15:55:13.3538279Z test_transformerencoderlayer_src_mask_device_cpu_nhead_4 (__main__.TestTransformers) ... ok (0.006s) 2022-09-27T15:55:13.3611089Z test_transformerencoderlayer_src_mask_device_cpu_nhead_8 (__main__.TestTransformers) ... ok (0.007s) 2022-09-27T15:55:13.3611579Z 2022-09-27T15:55:13.3612241Z ---------------------------------------------------------------------- 2022-09-27T15:55:13.3613240Z Ran 52 tests in 6.201s 2022-09-27T15:55:13.3613406Z 2022-09-27T15:55:13.3613542Z OK (skipped=2) 2022-09-27T15:55:13.3613708Z 2022-09-27T15:55:13.3613840Z Generating XML reports... 2022-09-27T15:55:13.3681008Z Generated XML report: test-reports/python-unittest/test_transformers/TEST-TestTransformers-20220927155507.xml 2022-09-27T15:55:13.7838461Z Running test_datapipe ... [2022-09-27 15:55:13.783447] 2022-09-27T15:55:13.7838991Z Executing ['/opt/conda/bin/python', '-bb', 'test_datapipe.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:55:13.783528] 2022-09-27T15:55:15.1241042Z Test results will be stored in test-reports/python-unittest/test_datapipe 2022-09-27T15:55:15.1266591Z 2022-09-27T15:55:15.1267102Z Running tests... 2022-09-27T15:55:15.1267545Z ---------------------------------------------------------------------- 2022-09-27T15:55:15.1899093Z test_basic_capture (__main__.TestCaptureDataFrame) ... skip: no dataframes (pandas) (0.002s) 2022-09-27T15:55:15.1944591Z test_circular_serialization_with_dill (__main__.TestCircularSerialization) ... skip: no dill (0.004s) 2022-09-27T15:55:19.2661991Z test_circular_serialization_with_pickle (__main__.TestCircularSerialization) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_circular_serialization_with_pickle test_datapipe.py line 2515 2022-09-27T15:55:19.2662643Z due to: 2022-09-27T15:55:19.2662946Z Traceback (most recent call last): 2022-09-27T15:55:19.2663414Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T15:55:19.2663899Z return super().call_method(tx, args, kwargs) 2022-09-27T15:55:19.2664482Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T15:55:19.2664788Z 2022-09-27T15:55:19.2664910Z from user code: 2022-09-27T15:55:19.2665329Z File "test_datapipe.py", line 2517, in test_circular_serialization_with_pickle 2022-09-27T15:55:19.2665896Z dp1 = TestCircularSerialization.CustomIterDataPipe(fn=_fake_fn) 2022-09-27T15:55:19.2666253Z 2022-09-27T15:55:19.2666505Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:19.2666892Z ========== 2022-09-27T15:55:19.2883269Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_datapipe.py line 2506 2022-09-27T15:55:19.2883723Z due to: 2022-09-27T15:55:19.2884000Z Traceback (most recent call last): 2022-09-27T15:55:19.2884499Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:19.2885294Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:19.2886307Z AssertionError: torch.* op returned non-Tensor IterableWrapperIterDataPipe call_function 2022-09-27T15:55:19.2886915Z 2022-09-27T15:55:19.2887021Z from user code: 2022-09-27T15:55:19.2887372Z File "test_datapipe.py", line 2508, in __init__ 2022-09-27T15:55:19.2887847Z self.source_dp = source_dp if source_dp else dp.iter.IterableWrapper([1, 2, 4]) 2022-09-27T15:55:19.2888467Z 2022-09-27T15:55:19.2888684Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:19.2889051Z ========== 2022-09-27T15:55:19.2902749Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T15:55:19.2903609Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-09-27T15:55:19.2932039Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T15:55:19.2932940Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-09-27T15:55:19.2974369Z ok (4.102s) 2022-09-27T15:55:19.3892022Z test_as_string (__main__.TestDataChunk) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_datapipe.py line 138 2022-09-27T15:55:19.3892683Z due to: 2022-09-27T15:55:19.3892962Z Traceback (most recent call last): 2022-09-27T15:55:19.3893250Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:19.3893774Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:19.3894216Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:55:19.3894417Z 2022-09-27T15:55:19.3894515Z from user code: 2022-09-27T15:55:19.3894757Z File "test_datapipe.py", line 139, in 2022-09-27T15:55:19.3895026Z self.chunk: DataChunk[int] = DataChunk(self.elements) 2022-09-27T15:55:19.3895177Z 2022-09-27T15:55:19.3895377Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:19.3895583Z ========== 2022-09-27T15:55:19.4004740Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_datapipe.py line 153 2022-09-27T15:55:19.4005235Z due to: 2022-09-27T15:55:19.4005481Z Traceback (most recent call last): 2022-09-27T15:55:19.4005917Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:19.4006430Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:19.4006879Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:55:19.4007125Z 2022-09-27T15:55:19.4007198Z from user code: 2022-09-27T15:55:19.4007444Z File "test_datapipe.py", line 156, in 2022-09-27T15:55:19.4007726Z chunks: List[DataChunk[int]] = [DataChunk(self.elements)] * 3 2022-09-27T15:55:19.4007881Z 2022-09-27T15:55:19.4008003Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:19.4008225Z ========== 2022-09-27T15:55:19.4008384Z ok (0.103s) 2022-09-27T15:55:19.4024561Z test_getitem (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:55:19.4040050Z test_iter (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:55:19.4051565Z test_len (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:55:19.4077412Z test_random_shuffle (__main__.TestDataChunk) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_random_shuffle test_datapipe.py line 173 2022-09-27T15:55:19.4077719Z due to: 2022-09-27T15:55:19.4077923Z Traceback (most recent call last): 2022-09-27T15:55:19.4078249Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:19.4078694Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:19.4079111Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:55:19.4079304Z 2022-09-27T15:55:19.4079380Z from user code: 2022-09-27T15:55:19.4088314Z File "test_datapipe.py", line 175, in test_random_shuffle 2022-09-27T15:55:19.4088780Z chunk: DataChunk[int] = DataChunk(elements) 2022-09-27T15:55:19.4088926Z 2022-09-27T15:55:19.4089065Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:19.4089276Z ========== 2022-09-27T15:55:19.4089450Z ok (0.003s) 2022-09-27T15:55:19.4108531Z test_reverse (__main__.TestDataChunk) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_reverse test_datapipe.py line 166 2022-09-27T15:55:19.4108819Z due to: 2022-09-27T15:55:19.4109020Z Traceback (most recent call last): 2022-09-27T15:55:19.4109308Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:19.4109754Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:19.4110178Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:55:19.4110381Z 2022-09-27T15:55:19.4110456Z from user code: 2022-09-27T15:55:19.4110673Z File "test_datapipe.py", line 167, in test_reverse 2022-09-27T15:55:19.4110912Z chunk: DataChunk[int] = DataChunk(self.elements) 2022-09-27T15:55:19.4111061Z 2022-09-27T15:55:19.4111194Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:19.4111415Z ========== 2022-09-27T15:55:19.4112543Z ok (0.003s) 2022-09-27T15:55:19.4138371Z test_sort (__main__.TestDataChunk) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sort test_datapipe.py line 159 2022-09-27T15:55:19.4138767Z due to: 2022-09-27T15:55:19.4138965Z Traceback (most recent call last): 2022-09-27T15:55:19.4139236Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:19.4139839Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:19.4140525Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:55:19.4140726Z 2022-09-27T15:55:19.4140801Z from user code: 2022-09-27T15:55:19.4140998Z File "test_datapipe.py", line 160, in test_sort 2022-09-27T15:55:19.4141248Z chunk: DataChunk[int] = DataChunk(self.elements) 2022-09-27T15:55:19.4141394Z 2022-09-27T15:55:19.4141527Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:19.4141738Z ========== 2022-09-27T15:55:19.4142876Z ok (0.003s) 2022-09-27T15:55:19.4153718Z test_batch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-09-27T15:55:19.4163150Z test_capture (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-09-27T15:55:19.4175688Z test_collate (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-09-27T15:55:19.4184036Z test_filter (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-09-27T15:55:19.4192710Z test_shuffle (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-09-27T15:55:19.4200882Z test_unbatch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-09-27T15:55:19.4249004Z test_batch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_batch_iterdatapipe test_datapipe.py line 1455 2022-09-27T15:55:19.4249662Z due to: 2022-09-27T15:55:19.4249972Z Traceback (most recent call last): 2022-09-27T15:55:19.4250247Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:19.4250688Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:19.4251333Z AssertionError: torch.* op returned non-Tensor IterableWrapperIterDataPipe call_function 2022-09-27T15:55:19.4251691Z 2022-09-27T15:55:19.4251767Z from user code: 2022-09-27T15:55:19.4251988Z File "test_datapipe.py", line 1457, in test_batch_iterdatapipe 2022-09-27T15:55:19.4252508Z input_dp = dp.iter.IterableWrapper(arrs) 2022-09-27T15:55:19.4252663Z 2022-09-27T15:55:19.4252797Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:19.4253006Z ========== 2022-09-27T15:55:19.4271330Z ok (0.007s) 2022-09-27T15:55:19.4324662Z test_collate_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_collate_iterdatapipe test_datapipe.py line 1415 2022-09-27T15:55:19.4325247Z due to: 2022-09-27T15:55:19.4325458Z Traceback (most recent call last): 2022-09-27T15:55:19.4325751Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:19.4326200Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:19.4326831Z AssertionError: torch.* op returned non-Tensor IterableWrapperIterDataPipe call_function 2022-09-27T15:55:19.4327188Z 2022-09-27T15:55:19.4327261Z from user code: 2022-09-27T15:55:19.4327498Z File "test_datapipe.py", line 1417, in test_collate_iterdatapipe 2022-09-27T15:55:19.4327754Z input_dp = dp.iter.IterableWrapper(arrs) 2022-09-27T15:55:19.4327903Z 2022-09-27T15:55:19.4328037Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:19.4328260Z ========== 2022-09-27T15:55:19.4335801Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:19.4336218Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:19.4454528Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:19.4454975Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:19.4567356Z ok (0.029s) 2022-09-27T15:55:19.4607116Z test_concat_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_concat_iterdatapipe test_datapipe.py line 823 2022-09-27T15:55:19.4607771Z due to: 2022-09-27T15:55:19.4608109Z Traceback (most recent call last): 2022-09-27T15:55:19.4608400Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:19.4608672Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:19.4608988Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:19.4609145Z 2022-09-27T15:55:19.4609216Z from user code: 2022-09-27T15:55:19.4609429Z File "test_datapipe.py", line 824, in test_concat_iterdatapipe 2022-09-27T15:55:19.4609697Z input_dp1 = dp.iter.IterableWrapper(range(10)) 2022-09-27T15:55:19.4609847Z 2022-09-27T15:55:19.4609980Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:19.4610201Z ========== 2022-09-27T15:55:19.4628853Z ok (0.006s) 2022-09-27T15:55:19.4739525Z test_demux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_demux_iterdatapipe test_datapipe.py line 1027 2022-09-27T15:55:19.4740091Z due to: 2022-09-27T15:55:19.4740398Z Traceback (most recent call last): 2022-09-27T15:55:19.4740946Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:19.4741476Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:19.4742069Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:19.4742329Z 2022-09-27T15:55:19.4742441Z from user code: 2022-09-27T15:55:19.4742808Z File "test_datapipe.py", line 1028, in test_demux_iterdatapipe 2022-09-27T15:55:19.4743250Z input_dp = dp.iter.IterableWrapper(range(10)) 2022-09-27T15:55:19.4743538Z 2022-09-27T15:55:19.4743775Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:19.4744243Z ========== 2022-09-27T15:55:19.4744792Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:19.4745279Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:19.4747721Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:19.4748163Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:19.4753371Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:19.4753829Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:19.4755811Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:19.4756285Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.2193456Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.2194056Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.2195022Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.2195445Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.2203765Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.2204275Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.2213205Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.2213742Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.2225612Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.2226060Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.2229469Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.2230091Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.2231244Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.2231708Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.2236022Z ok (0.760s) 2022-09-27T15:55:20.2325982Z test_filter_datapipe (__main__.TestFunctionalIterDataPipe) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_filter_datapipe test_datapipe.py line 1555 2022-09-27T15:55:20.2326619Z due to: 2022-09-27T15:55:20.2326928Z Traceback (most recent call last): 2022-09-27T15:55:20.2327416Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:20.2328083Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:20.2328405Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:20.2328565Z 2022-09-27T15:55:20.2328637Z from user code: 2022-09-27T15:55:20.2328846Z File "test_datapipe.py", line 1556, in test_filter_datapipe 2022-09-27T15:55:20.2329171Z input_ds = dp.iter.IterableWrapper(range(10)) 2022-09-27T15:55:20.2329323Z 2022-09-27T15:55:20.2329460Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.2329681Z ========== 2022-09-27T15:55:20.2330186Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.2330604Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.2334393Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.2334813Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.2338225Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.2338641Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.2345451Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.2345871Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.2353044Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.2353480Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.2363975Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.2364395Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.2374642Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.2375049Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.2381594Z ok (0.014s) 2022-09-27T15:55:20.2492210Z test_fork_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_fork_iterdatapipe test_datapipe.py line 854 2022-09-27T15:55:20.2492649Z due to: 2022-09-27T15:55:20.2492841Z Traceback (most recent call last): 2022-09-27T15:55:20.2493120Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:20.2493456Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:20.2493774Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:20.2493931Z 2022-09-27T15:55:20.2494001Z from user code: 2022-09-27T15:55:20.2494296Z File "test_datapipe.py", line 855, in test_fork_iterdatapipe 2022-09-27T15:55:20.2494553Z input_dp = dp.iter.IterableWrapper(range(10)) 2022-09-27T15:55:20.2494701Z 2022-09-27T15:55:20.2494833Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.2495112Z ========== 2022-09-27T15:55:20.2578532Z ok (0.019s) 2022-09-27T15:55:20.2619340Z test_iterable_wrapper_datapipe (__main__.TestFunctionalIterDataPipe) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_iterable_wrapper_datapipe test_datapipe.py line 792 2022-09-27T15:55:20.2620283Z due to: 2022-09-27T15:55:20.2620508Z Traceback (most recent call last): 2022-09-27T15:55:20.2620781Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:20.2621222Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:20.2621933Z AssertionError: torch.* op returned non-Tensor IterableWrapperIterDataPipe call_function 2022-09-27T15:55:20.2622289Z 2022-09-27T15:55:20.2622360Z from user code: 2022-09-27T15:55:20.2622587Z File "test_datapipe.py", line 795, in test_iterable_wrapper_datapipe 2022-09-27T15:55:20.2622866Z input_dp = dp.iter.IterableWrapper(input_ls) 2022-09-27T15:55:20.2623014Z 2022-09-27T15:55:20.2623145Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.2623352Z ========== 2022-09-27T15:55:20.2632431Z ok (0.005s) 2022-09-27T15:55:20.2718467Z test_map_dict_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _helper test_datapipe.py line 1346 2022-09-27T15:55:20.2719056Z due to: 2022-09-27T15:55:20.2719366Z Traceback (most recent call last): 2022-09-27T15:55:20.2719857Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:20.2720664Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:20.2721808Z AssertionError: torch.* op returned non-Tensor IterableWrapperIterDataPipe call_function 2022-09-27T15:55:20.2722436Z 2022-09-27T15:55:20.2722563Z from user code: 2022-09-27T15:55:20.2722925Z File "test_datapipe.py", line 1350, in _helper 2022-09-27T15:55:20.2723293Z {"x": 6, "y": 7, "z": 8}] 2022-09-27T15:55:20.2723486Z 2022-09-27T15:55:20.2723725Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.2724124Z ========== 2022-09-27T15:55:20.2902874Z ok (0.026s) 2022-09-27T15:55:20.2947131Z test_map_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_map_iterdatapipe test_datapipe.py line 1163 2022-09-27T15:55:20.2947772Z due to: 2022-09-27T15:55:20.2948076Z Traceback (most recent call last): 2022-09-27T15:55:20.2948525Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:20.2948991Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:20.2949545Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:20.2949812Z 2022-09-27T15:55:20.2949933Z from user code: 2022-09-27T15:55:20.2950313Z File "test_datapipe.py", line 1165, in test_map_iterdatapipe 2022-09-27T15:55:20.2950773Z input_dp = dp.iter.IterableWrapper(range(target_length)) 2022-09-27T15:55:20.2951036Z 2022-09-27T15:55:20.2951245Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.2951588Z ========== 2022-09-27T15:55:20.2952514Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.2953496Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.3193611Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.3194364Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.3220091Z ok (0.031s) 2022-09-27T15:55:20.3320670Z test_map_tuple_list_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _helper test_datapipe.py line 1232 2022-09-27T15:55:20.3321585Z due to: 2022-09-27T15:55:20.3321930Z Traceback (most recent call last): 2022-09-27T15:55:20.3322417Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:20.3323211Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:20.3324489Z AssertionError: torch.* op returned non-Tensor IterableWrapperIterDataPipe call_function 2022-09-27T15:55:20.3325231Z 2022-09-27T15:55:20.3325360Z from user code: 2022-09-27T15:55:20.3325740Z File "test_datapipe.py", line 1234, in _helper 2022-09-27T15:55:20.3326248Z datapipe = dp.iter.IterableWrapper([constr((0, 1, 2)), constr((3, 4, 5)), constr((6, 7, 8))]) 2022-09-27T15:55:20.3326584Z 2022-09-27T15:55:20.3326823Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.3327211Z ========== 2022-09-27T15:55:20.3703384Z ok (0.048s) 2022-09-27T15:55:20.3749149Z test_mux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mux_iterdatapipe test_datapipe.py line 993 2022-09-27T15:55:20.3749819Z due to: 2022-09-27T15:55:20.3750155Z Traceback (most recent call last): 2022-09-27T15:55:20.3750654Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:20.3751165Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:20.3751743Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:20.3752025Z 2022-09-27T15:55:20.3752151Z from user code: 2022-09-27T15:55:20.3752543Z File "test_datapipe.py", line 996, in test_mux_iterdatapipe 2022-09-27T15:55:20.3753254Z input_dp1 = dp.iter.IterableWrapper(range(4)) 2022-09-27T15:55:20.3753529Z 2022-09-27T15:55:20.3753772Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.3754151Z ========== 2022-09-27T15:55:20.3762311Z ok (0.005s) 2022-09-27T15:55:20.3795152Z test_sampler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sampler_iterdatapipe test_datapipe.py line 1624 2022-09-27T15:55:20.3795837Z due to: 2022-09-27T15:55:20.3796149Z Traceback (most recent call last): 2022-09-27T15:55:20.3796686Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:20.3797199Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:20.3797759Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:20.3798047Z 2022-09-27T15:55:20.3798167Z from user code: 2022-09-27T15:55:20.3798583Z File "test_datapipe.py", line 1625, in test_sampler_iterdatapipe 2022-09-27T15:55:20.3799074Z input_dp = dp.iter.IterableWrapper(range(10)) 2022-09-27T15:55:20.3799325Z 2022-09-27T15:55:20.3799564Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.3799958Z ========== 2022-09-27T15:55:20.3803838Z ok (0.004s) 2022-09-27T15:55:20.3868096Z test_serializable (__main__.TestFunctionalIterDataPipe) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_serializable test_datapipe.py line 695 2022-09-27T15:55:20.3868738Z due to: 2022-09-27T15:55:20.3869068Z Traceback (most recent call last): 2022-09-27T15:55:20.3869584Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:20.3870082Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:20.3870652Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:20.3870929Z 2022-09-27T15:55:20.3871052Z from user code: 2022-09-27T15:55:20.3871418Z File "test_datapipe.py", line 699, in test_serializable 2022-09-27T15:55:20.3871929Z (dp.iter.Concater, None, (dp.iter.IterableWrapper(range(5)),), {}), 2022-09-27T15:55:20.3872242Z 2022-09-27T15:55:20.3872475Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.3873090Z ========== 2022-09-27T15:55:20.3973163Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T15:55:20.3974457Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-09-27T15:55:20.4209386Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T15:55:20.4210331Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-09-27T15:55:20.4375564Z ok (0.056s) 2022-09-27T15:55:20.4403888Z test_serializable_with_dill (__main__.TestFunctionalIterDataPipe) 2022-09-27T15:55:20.4431912Z Only for DataPipes that take in a function as argument ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_serializable_with_dill test_datapipe.py line 736 2022-09-27T15:55:20.4432535Z due to: 2022-09-27T15:55:20.4433030Z Traceback (most recent call last): 2022-09-27T15:55:20.4433420Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:20.4433784Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:20.4434222Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:20.4434452Z 2022-09-27T15:55:20.4434562Z from user code: 2022-09-27T15:55:20.4434924Z File "test_datapipe.py", line 738, in test_serializable_with_dill 2022-09-27T15:55:20.4435365Z input_dp = dp.iter.IterableWrapper(range(10)) 2022-09-27T15:55:20.4435586Z 2022-09-27T15:55:20.4435790Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.4436127Z ========== 2022-09-27T15:55:20.4571625Z ok (0.019s) 2022-09-27T15:55:20.4625755Z test_shuffler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_shuffler_iterdatapipe test_datapipe.py line 1659 2022-09-27T15:55:20.4626480Z due to: 2022-09-27T15:55:20.4626812Z Traceback (most recent call last): 2022-09-27T15:55:20.4627285Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:20.4627938Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:20.4628935Z AssertionError: torch.* op returned non-Tensor IterableWrapperIterDataPipe call_function 2022-09-27T15:55:20.4629509Z 2022-09-27T15:55:20.4629620Z from user code: 2022-09-27T15:55:20.4629988Z File "test_datapipe.py", line 1660, in test_shuffler_iterdatapipe 2022-09-27T15:55:20.4630430Z input_dp = dp.iter.IterableWrapper(list(range(10))) 2022-09-27T15:55:20.4630685Z 2022-09-27T15:55:20.4630891Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.4631272Z ========== 2022-09-27T15:55:20.4707128Z ok (0.013s) 2022-09-27T15:55:20.4925273Z test_stream_reader_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.021s) 2022-09-27T15:55:20.4984324Z test_unbatch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unbatch_iterdatapipe test_datapipe.py line 1494 2022-09-27T15:55:20.4984955Z due to: 2022-09-27T15:55:20.4985241Z Traceback (most recent call last): 2022-09-27T15:55:20.4985735Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:20.4986247Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:20.4986812Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:20.4987092Z 2022-09-27T15:55:20.4987212Z from user code: 2022-09-27T15:55:20.4987622Z File "test_datapipe.py", line 1496, in test_unbatch_iterdatapipe 2022-09-27T15:55:20.4988151Z prebatch_dp = dp.iter.IterableWrapper(range(target_length)) 2022-09-27T15:55:20.4988730Z 2022-09-27T15:55:20.4988971Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.4989361Z ========== 2022-09-27T15:55:20.5013988Z ok (0.008s) 2022-09-27T15:55:20.5150425Z test_zip_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.013s) 2022-09-27T15:55:20.5200072Z test_batch_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_batch_mapdatapipe test_datapipe.py line 1986 2022-09-27T15:55:20.5200732Z due to: 2022-09-27T15:55:20.5201072Z Traceback (most recent call last): 2022-09-27T15:55:20.5201585Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:20.5202396Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:20.5203564Z AssertionError: torch.* op returned non-Tensor SequenceWrapperMapDataPipe call_function 2022-09-27T15:55:20.5204224Z 2022-09-27T15:55:20.5204350Z from user code: 2022-09-27T15:55:20.5204764Z File "test_datapipe.py", line 1988, in test_batch_mapdatapipe 2022-09-27T15:55:20.5205298Z input_dp = dp.map.SequenceWrapper(arr) 2022-09-27T15:55:20.5205555Z 2022-09-27T15:55:20.5205782Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.5206169Z ========== 2022-09-27T15:55:20.5220995Z ok (0.006s) 2022-09-27T15:55:20.5254819Z test_concat_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_concat_mapdatapipe test_datapipe.py line 1858 2022-09-27T15:55:20.5255429Z due to: 2022-09-27T15:55:20.5255728Z Traceback (most recent call last): 2022-09-27T15:55:20.5256157Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:20.5256631Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:20.5257154Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:20.5257426Z 2022-09-27T15:55:20.5257541Z from user code: 2022-09-27T15:55:20.5257915Z File "test_datapipe.py", line 1859, in test_concat_mapdatapipe 2022-09-27T15:55:20.5258396Z input_dp1 = dp.map.SequenceWrapper(range(10)) 2022-09-27T15:55:20.5258665Z 2022-09-27T15:55:20.5258904Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.5259295Z ========== 2022-09-27T15:55:20.5269817Z ok (0.004s) 2022-09-27T15:55:20.5304669Z test_map_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_map_mapdatapipe test_datapipe.py line 1964 2022-09-27T15:55:20.5305256Z due to: 2022-09-27T15:55:20.5305532Z Traceback (most recent call last): 2022-09-27T15:55:20.5306154Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:20.5306670Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:20.5307210Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:20.5307489Z 2022-09-27T15:55:20.5307621Z from user code: 2022-09-27T15:55:20.5307992Z File "test_datapipe.py", line 1966, in test_map_mapdatapipe 2022-09-27T15:55:20.5308396Z input_dp = dp.map.SequenceWrapper(arr) 2022-09-27T15:55:20.5308634Z 2022-09-27T15:55:20.5308856Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.5309256Z ========== 2022-09-27T15:55:20.5310179Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.5310873Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.5553819Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.5554624Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.5563836Z ok (0.029s) 2022-09-27T15:55:20.5602936Z test_sequence_wrapper_datapipe (__main__.TestFunctionalMapDataPipe) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sequence_wrapper_datapipe test_datapipe.py line 1831 2022-09-27T15:55:20.5603651Z due to: 2022-09-27T15:55:20.5604203Z Traceback (most recent call last): 2022-09-27T15:55:20.5604730Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:20.5605582Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:20.5606763Z AssertionError: torch.* op returned non-Tensor SequenceWrapperMapDataPipe call_function 2022-09-27T15:55:20.5607413Z 2022-09-27T15:55:20.5607543Z from user code: 2022-09-27T15:55:20.5607982Z File "test_datapipe.py", line 1833, in test_sequence_wrapper_datapipe 2022-09-27T15:55:20.5608473Z input_dp = dp.map.SequenceWrapper(seq) 2022-09-27T15:55:20.5608731Z 2022-09-27T15:55:20.5608973Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.5609374Z ========== 2022-09-27T15:55:20.5617841Z ok (0.005s) 2022-09-27T15:55:20.5659804Z test_serializable (__main__.TestFunctionalMapDataPipe) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_serializable test_datapipe.py line 1775 2022-09-27T15:55:20.5660424Z due to: 2022-09-27T15:55:20.5660750Z Traceback (most recent call last): 2022-09-27T15:55:20.5661234Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:20.5661748Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:20.5662315Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:20.5662586Z 2022-09-27T15:55:20.5662695Z from user code: 2022-09-27T15:55:20.5663090Z File "test_datapipe.py", line 1778, in test_serializable 2022-09-27T15:55:20.5663606Z (dp.map.Concater, None, (dp.map.SequenceWrapper(range(10)),), {}), 2022-09-27T15:55:20.5663911Z 2022-09-27T15:55:20.5664147Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.5664518Z ========== 2022-09-27T15:55:20.5775760Z ok (0.015s) 2022-09-27T15:55:20.5793051Z test_serializable_with_dill (__main__.TestFunctionalMapDataPipe) 2022-09-27T15:55:20.5817857Z Only for DataPipes that take in a function as argument ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_serializable_with_dill test_datapipe.py line 1792 2022-09-27T15:55:20.5818391Z due to: 2022-09-27T15:55:20.5818673Z Traceback (most recent call last): 2022-09-27T15:55:20.5819110Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:20.5819539Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:20.5820031Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:20.5820269Z 2022-09-27T15:55:20.5820376Z from user code: 2022-09-27T15:55:20.5820730Z File "test_datapipe.py", line 1794, in test_serializable_with_dill 2022-09-27T15:55:20.5821143Z input_dp = dp.map.SequenceWrapper(range(10)) 2022-09-27T15:55:20.5821367Z 2022-09-27T15:55:20.5821575Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.5821908Z ========== 2022-09-27T15:55:20.5859200Z ok (0.008s) 2022-09-27T15:55:20.5906433Z test_shuffler_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_shuffler_mapdatapipe test_datapipe.py line 1909 2022-09-27T15:55:20.5907017Z due to: 2022-09-27T15:55:20.5907298Z Traceback (most recent call last): 2022-09-27T15:55:20.5907797Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:20.5908258Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:20.5908793Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:20.5909025Z 2022-09-27T15:55:20.5909140Z from user code: 2022-09-27T15:55:20.5909808Z File "test_datapipe.py", line 1910, in test_shuffler_mapdatapipe 2022-09-27T15:55:20.5910240Z input_dp1 = dp.map.SequenceWrapper(range(10)) 2022-09-27T15:55:20.5910512Z 2022-09-27T15:55:20.5910723Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.5911101Z ========== 2022-09-27T15:55:20.5938407Z ok (0.007s) 2022-09-27T15:55:20.5978057Z test_zip_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_zip_mapdatapipe test_datapipe.py line 1874 2022-09-27T15:55:20.5978727Z due to: 2022-09-27T15:55:20.5979058Z Traceback (most recent call last): 2022-09-27T15:55:20.5979520Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:20.5979987Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:20.5980558Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:20.5980837Z 2022-09-27T15:55:20.5980976Z from user code: 2022-09-27T15:55:20.5981362Z File "test_datapipe.py", line 1875, in test_zip_mapdatapipe 2022-09-27T15:55:20.5981837Z input_dp1 = dp.map.SequenceWrapper(range(10)) 2022-09-27T15:55:20.5982108Z 2022-09-27T15:55:20.5982346Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.5982741Z ========== 2022-09-27T15:55:20.5991992Z ok (0.005s) 2022-09-27T15:55:20.6080601Z test_simple_traverse (__main__.TestGraph) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.6081349Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.6085780Z ok (0.009s) 2022-09-27T15:55:20.6122700Z test_traverse_circular_datapipe (__main__.TestGraph) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_traverse_circular_datapipe test_datapipe.py line 2435 2022-09-27T15:55:20.6123293Z due to: 2022-09-27T15:55:20.6123576Z Traceback (most recent call last): 2022-09-27T15:55:20.6124042Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:20.6124791Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:20.6125912Z AssertionError: torch.* op returned non-Tensor IterableWrapperIterDataPipe call_function 2022-09-27T15:55:20.6126472Z 2022-09-27T15:55:20.6126590Z from user code: 2022-09-27T15:55:20.6126979Z File "test_datapipe.py", line 2436, in test_traverse_circular_datapipe 2022-09-27T15:55:20.6127499Z source_iter_dp = dp.iter.IterableWrapper(list(range(10))) 2022-09-27T15:55:20.6127791Z 2022-09-27T15:55:20.6128031Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.6128423Z ========== 2022-09-27T15:55:20.6132357Z ok (0.004s) 2022-09-27T15:55:20.6280910Z test_traverse_forked (__main__.TestGraph) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.6281773Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.6295938Z ok (0.016s) 2022-09-27T15:55:20.6325213Z test_traverse_mapdatapipe (__main__.TestGraph) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_traverse_mapdatapipe test_datapipe.py line 2421 2022-09-27T15:55:20.6325795Z due to: 2022-09-27T15:55:20.6326111Z Traceback (most recent call last): 2022-09-27T15:55:20.6326561Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:20.6327019Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:20.6327522Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:20.6327758Z 2022-09-27T15:55:20.6327862Z from user code: 2022-09-27T15:55:20.6328534Z File "test_datapipe.py", line 2422, in test_traverse_mapdatapipe 2022-09-27T15:55:20.6329013Z source_dp = dp.map.SequenceWrapper(range(10)) 2022-09-27T15:55:20.6329263Z 2022-09-27T15:55:20.6329478Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.6329833Z ========== 2022-09-27T15:55:20.6334392Z ok (0.003s) 2022-09-27T15:55:20.6362462Z test_traverse_mixdatapipe (__main__.TestGraph) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_traverse_mixdatapipe test_datapipe.py line 2428 2022-09-27T15:55:20.6363066Z due to: 2022-09-27T15:55:20.6363375Z Traceback (most recent call last): 2022-09-27T15:55:20.6363892Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:20.6364382Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:20.6364955Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:20.6365206Z 2022-09-27T15:55:20.6365309Z from user code: 2022-09-27T15:55:20.6365686Z File "test_datapipe.py", line 2429, in test_traverse_mixdatapipe 2022-09-27T15:55:20.6366106Z source_map_dp = dp.map.SequenceWrapper(range(10)) 2022-09-27T15:55:20.6366352Z 2022-09-27T15:55:20.6366563Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.6366928Z ========== 2022-09-27T15:55:20.6367198Z ok (0.003s) 2022-09-27T15:55:20.6402715Z test_traverse_unhashable_datapipe (__main__.TestGraph) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_traverse_unhashable_datapipe test_datapipe.py line 2454 2022-09-27T15:55:20.6403290Z due to: 2022-09-27T15:55:20.6403591Z Traceback (most recent call last): 2022-09-27T15:55:20.6404078Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:20.6404919Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:20.6406006Z AssertionError: torch.* op returned non-Tensor IterableWrapperIterDataPipe call_function 2022-09-27T15:55:20.6406651Z 2022-09-27T15:55:20.6406776Z from user code: 2022-09-27T15:55:20.6407198Z File "test_datapipe.py", line 2455, in test_traverse_unhashable_datapipe 2022-09-27T15:55:20.6407735Z source_iter_dp = dp.iter.IterableWrapper(list(range(10))) 2022-09-27T15:55:20.6408040Z 2022-09-27T15:55:20.6408283Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.6408646Z ========== 2022-09-27T15:55:20.6411483Z ok (0.004s) 2022-09-27T15:55:20.6435975Z test_iterdatapipe_sample_yielded_generator_function (__main__.TestIterDataPipeCountSampleYielded) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_iterdatapipe_sample_yielded_generator_function test_datapipe.py line 3038 2022-09-27T15:55:20.6436786Z due to: 2022-09-27T15:55:20.6437116Z Traceback (most recent call last): 2022-09-27T15:55:20.6437599Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:20.6438117Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:20.6438681Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:20.6438959Z 2022-09-27T15:55:20.6439065Z from user code: 2022-09-27T15:55:20.6439542Z File "test_datapipe.py", line 3040, in test_iterdatapipe_sample_yielded_generator_function 2022-09-27T15:55:20.6440124Z datapipe: IterDataPipe = dp.iter.IterableWrapper(range(10)) 2022-09-27T15:55:20.6440430Z 2022-09-27T15:55:20.6440667Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.6441038Z ========== 2022-09-27T15:55:20.6452752Z ok (0.004s) 2022-09-27T15:55:20.6496246Z test_iterdatapipe_sample_yielded_generator_function_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.004s) 2022-09-27T15:55:20.6531621Z test_iterdatapipe_sample_yielded_next (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.003s) 2022-09-27T15:55:20.6576456Z test_iterdatapipe_sample_yielded_next_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.004s) 2022-09-27T15:55:20.6609194Z test_iterdatapipe_sample_yielded_return_self (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.003s) 2022-09-27T15:55:20.6675554Z test_simple_snapshot_custom_non_generator (__main__.TestIterDataPipeGraphFastForward) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_datapipe.py line 3239 2022-09-27T15:55:20.6676354Z due to: 2022-09-27T15:55:20.6676674Z Traceback (most recent call last): 2022-09-27T15:55:20.6677189Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:20.6677996Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:20.6678808Z AssertionError: torch.* op returned non-Tensor Generator call_function 2022-09-27T15:55:20.6679182Z 2022-09-27T15:55:20.6679309Z from user code: 2022-09-27T15:55:20.6679798Z File "test_datapipe.py", line 3240, in 2022-09-27T15:55:20.6680413Z self._fast_forward_graph_test_helper(graph, _simple_graph_snapshot_restoration, expected_res=range(10)) 2022-09-27T15:55:20.6680754Z 2022-09-27T15:55:20.6680992Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.6681351Z ========== 2022-09-27T15:55:20.6696494Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _fast_forward_graph_test_helper test_datapipe.py line 3165 2022-09-27T15:55:20.6697005Z due to: 2022-09-27T15:55:20.6697325Z Traceback (most recent call last): 2022-09-27T15:55:20.6697777Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:20.6698557Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:20.6699345Z AssertionError: torch.* op returned non-Tensor Generator call_function 2022-09-27T15:55:20.6699687Z 2022-09-27T15:55:20.6699798Z from user code: 2022-09-27T15:55:20.6700192Z File "test_datapipe.py", line 3167, in _fast_forward_graph_test_helper 2022-09-27T15:55:20.6700586Z rng = torch.Generator() 2022-09-27T15:55:20.6700798Z 2022-09-27T15:55:20.6701037Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.6701439Z ========== 2022-09-27T15:55:20.6708920Z ok (0.009s) 2022-09-27T15:55:20.6778247Z test_simple_snapshot_custom_self_next (__main__.TestIterDataPipeGraphFastForward) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_datapipe.py line 3243 2022-09-27T15:55:20.6778941Z due to: 2022-09-27T15:55:20.6779259Z Traceback (most recent call last): 2022-09-27T15:55:20.6779710Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:20.6780492Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:20.6781262Z AssertionError: torch.* op returned non-Tensor Generator call_function 2022-09-27T15:55:20.6781620Z 2022-09-27T15:55:20.6781749Z from user code: 2022-09-27T15:55:20.6782195Z File "test_datapipe.py", line 3244, in 2022-09-27T15:55:20.6782843Z self._fast_forward_graph_test_helper(graph, _simple_graph_snapshot_restoration, expected_res=range(10)) 2022-09-27T15:55:20.6783211Z 2022-09-27T15:55:20.6783439Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.6783824Z ========== 2022-09-27T15:55:20.6793147Z ok (0.008s) 2022-09-27T15:55:20.6837370Z test_simple_snapshot_graph (__main__.TestIterDataPipeGraphFastForward) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_simple_snapshot_graph test_datapipe.py line 3188 2022-09-27T15:55:20.6838009Z due to: 2022-09-27T15:55:20.6838304Z Traceback (most recent call last): 2022-09-27T15:55:20.6839013Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:20.6839527Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:20.6840113Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:20.6840380Z 2022-09-27T15:55:20.6840507Z from user code: 2022-09-27T15:55:20.6841019Z File "test_datapipe.py", line 3189, in test_simple_snapshot_graph 2022-09-27T15:55:20.6841522Z graph1 = dp.iter.IterableWrapper(range(10)) 2022-09-27T15:55:20.6841790Z 2022-09-27T15:55:20.6842017Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.6842394Z ========== 2022-09-27T15:55:20.6963533Z ok (0.016s) 2022-09-27T15:55:20.7005993Z test_simple_snapshot_graph_repeated (__main__.TestIterDataPipeGraphFastForward) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_simple_snapshot_graph_repeated test_datapipe.py line 3304 2022-09-27T15:55:20.7006655Z due to: 2022-09-27T15:55:20.7006964Z Traceback (most recent call last): 2022-09-27T15:55:20.7007466Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:20.7007955Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:20.7008529Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:20.7008808Z 2022-09-27T15:55:20.7008939Z from user code: 2022-09-27T15:55:20.7009368Z File "test_datapipe.py", line 3305, in test_simple_snapshot_graph_repeated 2022-09-27T15:55:20.7009952Z cdp1, cdp2 = dp.iter.IterableWrapper(range(10)).map(_mul_10).shuffle().map(_mul_10).map(_mul_10).fork(2) 2022-09-27T15:55:20.7010306Z 2022-09-27T15:55:20.7010548Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.7010939Z ========== 2022-09-27T15:55:20.7030975Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T15:55:20.7031924Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-09-27T15:55:20.7053098Z ok (0.008s) 2022-09-27T15:55:20.7093196Z test_simple_snapshot_graph_with_serialization (__main__.TestIterDataPipeGraphFastForward) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_simple_snapshot_graph_with_serialization test_datapipe.py line 3268 2022-09-27T15:55:20.7093961Z due to: 2022-09-27T15:55:20.7094280Z Traceback (most recent call last): 2022-09-27T15:55:20.7094798Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:20.7095327Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:20.7095892Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:20.7096173Z 2022-09-27T15:55:20.7096302Z from user code: 2022-09-27T15:55:20.7096766Z File "test_datapipe.py", line 3269, in test_simple_snapshot_graph_with_serialization 2022-09-27T15:55:20.7097308Z graph1 = dp.iter.IterableWrapper(range(10)) 2022-09-27T15:55:20.7097562Z 2022-09-27T15:55:20.7097810Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.7098208Z ========== 2022-09-27T15:55:20.7117063Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _snapshot_test_helper test_datapipe.py line 3246 2022-09-27T15:55:20.7117563Z due to: 2022-09-27T15:55:20.7117887Z Traceback (most recent call last): 2022-09-27T15:55:20.7118386Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:20.7119145Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:20.7119940Z AssertionError: torch.* op returned non-Tensor Generator call_function 2022-09-27T15:55:20.7120297Z 2022-09-27T15:55:20.7120420Z from user code: 2022-09-27T15:55:20.7120833Z File "test_datapipe.py", line 3251, in _snapshot_test_helper 2022-09-27T15:55:20.7121558Z rng = torch.Generator() 2022-09-27T15:55:20.7121780Z 2022-09-27T15:55:20.7122023Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.7122425Z ========== 2022-09-27T15:55:20.7194885Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T15:55:20.7195823Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-09-27T15:55:20.7230775Z ok (0.017s) 2022-09-27T15:55:20.7247077Z test_iterdatapipe_singleton_buggy (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:55:20.7312736Z Buggy test case case where IterDataPipe's `__iter__` returns a new object, but also has ... ok (0.008s) 2022-09-27T15:55:20.7347494Z test_iterdatapipe_singleton_constraint_multiple_outputs (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:55:20.7382273Z Testing for the case where IterDataPipe has multiple child DataPipes as outputs. ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_iterdatapipe_singleton_constraint_multiple_outputs test_datapipe.py line 2947 2022-09-27T15:55:20.7383026Z due to: 2022-09-27T15:55:20.7383369Z Traceback (most recent call last): 2022-09-27T15:55:20.7383857Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:20.7384351Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:20.7384912Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:20.7385196Z 2022-09-27T15:55:20.7385305Z from user code: 2022-09-27T15:55:20.7385799Z File "test_datapipe.py", line 2953, in test_iterdatapipe_singleton_constraint_multiple_outputs 2022-09-27T15:55:20.7386405Z source_dp: IterDataPipe = dp.iter.IterableWrapper(range(10)) 2022-09-27T15:55:20.7386716Z 2022-09-27T15:55:20.7386959Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.7387349Z ========== 2022-09-27T15:55:20.7430436Z ok (0.011s) 2022-09-27T15:55:20.7441249Z test_iterdatapipe_singleton_generator (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:55:20.7459967Z Testing for the case where IterDataPipe's `__iter__` is a generator function. ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_iterdatapipe_singleton_generator test_datapipe.py line 2816 2022-09-27T15:55:20.7460659Z due to: 2022-09-27T15:55:20.7460998Z Traceback (most recent call last): 2022-09-27T15:55:20.7461514Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:20.7462020Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:20.7462601Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:20.7462885Z 2022-09-27T15:55:20.7463012Z from user code: 2022-09-27T15:55:20.7463444Z File "test_datapipe.py", line 2822, in test_iterdatapipe_singleton_generator 2022-09-27T15:55:20.7463989Z source_dp: IterDataPipe = dp.iter.IterableWrapper(range(10)) 2022-09-27T15:55:20.7464292Z 2022-09-27T15:55:20.7464530Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.7464921Z ========== 2022-09-27T15:55:20.7487643Z ok (0.005s) 2022-09-27T15:55:20.7502882Z test_iterdatapipe_singleton_new_object (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:55:20.7551733Z Testing for the case where IterDataPipe's `__iter__` isn't a generator nor returns `self`, ... ok (0.006s) 2022-09-27T15:55:20.7566819Z test_iterdatapipe_singleton_self_next (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:55:20.7627908Z Testing for the case where IterDataPipe's `__iter__` returns `self` and there is a `__next__` method ... ok (0.007s) 2022-09-27T15:55:20.7768718Z test_demux_mux_datapipe (__main__.TestIterableDataPipeBasic) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.7769472Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.7773620Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.7774061Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.7779036Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.7779484Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.7806012Z ok (0.017s) 2022-09-27T15:55:20.7865277Z test_groupby_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_groupby_iterable_datapipe test_datapipe.py line 402 2022-09-27T15:55:20.7865922Z due to: 2022-09-27T15:55:20.7866241Z Traceback (most recent call last): 2022-09-27T15:55:20.7866529Z File "/var/lib/jenkins/torchdynamo/torchdynamo/symbolic_convert.py", line 306, in step 2022-09-27T15:55:20.7866827Z log.debug(f"TRACE {inst.opname} {inst.argval} {self.stack}") 2022-09-27T15:55:20.7867079Z BytesWarning: str() on a bytes instance 2022-09-27T15:55:20.7867215Z 2022-09-27T15:55:20.7867287Z from user code: 2022-09-27T15:55:20.7867515Z File "test_datapipe.py", line 409, in test_groupby_iterable_datapipe 2022-09-27T15:55:20.7867946Z datapipe1 = dp.iter.IterableWrapper([(filename, io.BytesIO(b'12345abcde')) for filename in file_list]) 2022-09-27T15:55:20.7868150Z 2022-09-27T15:55:20.7868283Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.7868503Z ========== 2022-09-27T15:55:20.7914532Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:55:20.7914981Z "Local function is not supported by pickle, please use " 2022-09-27T15:55:20.7968051Z ok (0.016s) 2022-09-27T15:55:20.8018631Z test_listdirfiles_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_listdirfiles_iterable_datapipe test_datapipe.py line 280 2022-09-27T15:55:20.8019274Z due to: 2022-09-27T15:55:20.8019641Z Traceback (most recent call last): 2022-09-27T15:55:20.8020163Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:20.8020915Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:20.8021540Z AssertionError: torch.* op returned non-Tensor FileListerIterDataPipe call_function 2022-09-27T15:55:20.8021891Z 2022-09-27T15:55:20.8021964Z from user code: 2022-09-27T15:55:20.8022211Z File "test_datapipe.py", line 282, in test_listdirfiles_iterable_datapipe 2022-09-27T15:55:20.8022549Z datapipe: IterDataPipe = dp.iter.FileLister(temp_dir, '') 2022-09-27T15:55:20.8022710Z 2022-09-27T15:55:20.8022843Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.8023068Z ========== 2022-09-27T15:55:20.8028991Z ok (0.006s) 2022-09-27T15:55:20.8066079Z test_listdirfilesdeterministic_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_listdirfilesdeterministic_iterable_datapipe test_datapipe.py line 313 2022-09-27T15:55:20.8066743Z due to: 2022-09-27T15:55:20.8066947Z Traceback (most recent call last): 2022-09-27T15:55:20.8067231Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:20.8067651Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:20.8068451Z AssertionError: torch.* op returned non-Tensor FileListerIterDataPipe call_function 2022-09-27T15:55:20.8068790Z 2022-09-27T15:55:20.8068865Z from user code: 2022-09-27T15:55:20.8069188Z File "test_datapipe.py", line 316, in test_listdirfilesdeterministic_iterable_datapipe 2022-09-27T15:55:20.8069537Z datapipe = dp.iter.FileLister(temp_dir, '') 2022-09-27T15:55:20.8069679Z 2022-09-27T15:55:20.8069814Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.8070034Z ========== 2022-09-27T15:55:20.8075852Z ok (0.004s) 2022-09-27T15:55:20.8114644Z test_map_with_col_file_handle_datapipe (__main__.TestIterableDataPipeBasic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_map_with_col_file_handle_datapipe test_datapipe.py line 458 2022-09-27T15:55:20.8115321Z due to: 2022-09-27T15:55:20.8115677Z Traceback (most recent call last): 2022-09-27T15:55:20.8116190Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:20.8116854Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:20.8117485Z AssertionError: torch.* op returned non-Tensor FileListerIterDataPipe call_function 2022-09-27T15:55:20.8117826Z 2022-09-27T15:55:20.8117885Z from user code: 2022-09-27T15:55:20.8118131Z File "test_datapipe.py", line 461, in test_map_with_col_file_handle_datapipe 2022-09-27T15:55:20.8118454Z datapipe1 = dp.iter.FileLister(temp_dir, '') 2022-09-27T15:55:20.8118597Z 2022-09-27T15:55:20.8118728Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.8118938Z ========== 2022-09-27T15:55:20.8150762Z ok (0.007s) 2022-09-27T15:55:20.8210095Z test_openfilesfromdisk_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.005s) 2022-09-27T15:55:20.8494146Z test_routeddecoder_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_datapipe.py line 364 2022-09-27T15:55:20.8494846Z due to: 2022-09-27T15:55:20.8495183Z Traceback (most recent call last): 2022-09-27T15:55:20.8495536Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:20.8495980Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:20.8496654Z AssertionError: torch.* op returned non-Tensor FileListerIterDataPipe call_function 2022-09-27T15:55:20.8497061Z 2022-09-27T15:55:20.8497135Z from user code: 2022-09-27T15:55:20.8497400Z File "test_datapipe.py", line 365, in 2022-09-27T15:55:20.8497815Z datapipe1 = dp.iter.FileLister(temp_dir, ['*.png', '*.txt']) 2022-09-27T15:55:20.8497983Z 2022-09-27T15:55:20.8498117Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.8498364Z ========== 2022-09-27T15:55:20.8540791Z ok (0.033s) 2022-09-27T15:55:20.8552059Z test_spawn_lambdas_iter (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-09-27T15:55:20.8562370Z test_spawn_lambdas_map (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-09-27T15:55:20.8896360Z test_old_dataloader (__main__.TestSharding) ... Exception ignored in: 2022-09-27T15:55:20.8896748Z Traceback (most recent call last): 2022-09-27T15:55:20.8897208Z File "/opt/conda/lib/python3.7/site-packages/torch/utils/data/sampler.py", line 241, in __iter__ 2022-09-27T15:55:20.8904400Z def __iter__(self) -> Iterator[List[int]]: 2022-09-27T15:55:20.8904716Z SystemError: error return without exception set 2022-09-27T15:55:20.9408176Z ok (0.084s) 2022-09-27T15:55:20.9459965Z test_sharding_length (__main__.TestSharding) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sharding_length test_datapipe.py line 2758 2022-09-27T15:55:20.9460557Z due to: 2022-09-27T15:55:20.9460768Z Traceback (most recent call last): 2022-09-27T15:55:20.9461055Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T15:55:20.9461457Z return self.python_type()(self._as_proxy()) 2022-09-27T15:55:20.9461783Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T15:55:20.9461926Z 2022-09-27T15:55:20.9461999Z from user code: 2022-09-27T15:55:20.9462223Z File "test_datapipe.py", line 2759, in test_sharding_length 2022-09-27T15:55:20.9462492Z numbers_dp = dp.iter.IterableWrapper(range(13)) 2022-09-27T15:55:20.9462645Z 2022-09-27T15:55:20.9462764Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.9462983Z ========== 2022-09-27T15:55:20.9467859Z ok (0.005s) 2022-09-27T15:55:20.9597359Z test_simple_sharding (__main__.TestSharding) ... ok (0.012s) 2022-09-27T15:55:20.9625112Z test_api (__main__.TestStreamWrapper) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_api test_datapipe.py line 222 2022-09-27T15:55:20.9625664Z due to: 2022-09-27T15:55:20.9625988Z Traceback (most recent call last): 2022-09-27T15:55:20.9626280Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T15:55:20.9626576Z return super().call_method(tx, args, kwargs) 2022-09-27T15:55:20.9626923Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T15:55:20.9627097Z 2022-09-27T15:55:20.9627167Z from user code: 2022-09-27T15:55:20.9627361Z File "test_datapipe.py", line 223, in test_api 2022-09-27T15:55:20.9627597Z fd = TestStreamWrapper._FakeFD("") 2022-09-27T15:55:20.9627731Z 2022-09-27T15:55:20.9627864Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.9628070Z ========== 2022-09-27T15:55:20.9631806Z ok (0.003s) 2022-09-27T15:55:20.9653489Z test_dir (__main__.TestStreamWrapper) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dir test_datapipe.py line 214 2022-09-27T15:55:20.9654015Z due to: 2022-09-27T15:55:20.9654328Z Traceback (most recent call last): 2022-09-27T15:55:20.9654772Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T15:55:20.9655073Z return super().call_method(tx, args, kwargs) 2022-09-27T15:55:20.9655459Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T15:55:20.9655631Z 2022-09-27T15:55:20.9655703Z from user code: 2022-09-27T15:55:20.9655912Z File "test_datapipe.py", line 215, in test_dir 2022-09-27T15:55:20.9656131Z fd = TestStreamWrapper._FakeFD("") 2022-09-27T15:55:20.9656265Z 2022-09-27T15:55:20.9656399Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.9656619Z ========== 2022-09-27T15:55:20.9656783Z ok (0.002s) 2022-09-27T15:55:20.9739899Z test_pickle (__main__.TestStreamWrapper) ... ok (0.008s) 2022-09-27T15:55:20.9763539Z test_repr (__main__.TestStreamWrapper) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_repr test_datapipe.py line 255 2022-09-27T15:55:20.9764110Z due to: 2022-09-27T15:55:20.9764388Z Traceback (most recent call last): 2022-09-27T15:55:20.9764742Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T15:55:20.9765358Z return super().call_method(tx, args, kwargs) 2022-09-27T15:55:20.9765826Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T15:55:20.9765984Z 2022-09-27T15:55:20.9766060Z from user code: 2022-09-27T15:55:20.9766270Z File "test_datapipe.py", line 256, in test_repr 2022-09-27T15:55:20.9766505Z fd = TestStreamWrapper._FakeFD("") 2022-09-27T15:55:20.9766639Z 2022-09-27T15:55:20.9766758Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.9766977Z ========== 2022-09-27T15:55:20.9768889Z ok (0.002s) 2022-09-27T15:55:20.9810464Z test_compile_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.004s) 2022-09-27T15:55:20.9825212Z test_construct_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-09-27T15:55:20.9856633Z test_isinstance (__main__.TestTyping) ... ok (0.003s) 2022-09-27T15:55:20.9879121Z test_issubinstance (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-09-27T15:55:20.9904629Z test_protocol (__main__.TestTyping) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_protocol test_datapipe.py line 2034 2022-09-27T15:55:20.9905078Z due to: 2022-09-27T15:55:20.9905295Z Traceback (most recent call last): 2022-09-27T15:55:20.9905592Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/builtin.py", line 693, in call_getattr 2022-09-27T15:55:20.9905859Z member = obj.value.__dict__[name] 2022-09-27T15:55:20.9906100Z KeyError: 'Protocol' 2022-09-27T15:55:20.9906218Z 2022-09-27T15:55:20.9906302Z from user code: 2022-09-27T15:55:20.9906516Z File "test_datapipe.py", line 2036, in test_protocol 2022-09-27T15:55:20.9906889Z from typing import Protocol # type: ignore[attr-defined] 2022-09-27T15:55:20.9907048Z 2022-09-27T15:55:20.9907183Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.9907421Z ========== 2022-09-27T15:55:20.9907881Z ok (0.002s) 2022-09-27T15:55:20.9922854Z test_reinforce (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-09-27T15:55:20.9939709Z test_runtime (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-09-27T15:55:20.9962218Z test_subtype (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-09-27T15:55:20.9962808Z 2022-09-27T15:55:20.9963352Z ---------------------------------------------------------------------- 2022-09-27T15:55:20.9963614Z Ran 87 tests in 5.870s 2022-09-27T15:55:20.9963730Z 2022-09-27T15:55:20.9963803Z OK (skipped=16) 2022-09-27T15:55:20.9963910Z 2022-09-27T15:55:20.9963993Z Generating XML reports... 2022-09-27T15:55:20.9996854Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20220927155515.xml 2022-09-27T15:55:21.0004158Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20220927155515.xml 2022-09-27T15:55:21.0022181Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20220927155515.xml 2022-09-27T15:55:21.0030643Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20220927155515.xml 2022-09-27T15:55:21.0037415Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestGraph-20220927155515.xml 2022-09-27T15:55:21.0042758Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeCountSampleYielded-20220927155515.xml 2022-09-27T15:55:21.0069456Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeGraphFastForward-20220927155515.xml 2022-09-27T15:55:21.0076923Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20220927155515.xml 2022-09-27T15:55:21.0085311Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20220927155515.xml 2022-09-27T15:55:21.0090706Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSharding-20220927155515.xml 2022-09-27T15:55:21.0101962Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20220927155515.xml 2022-09-27T15:55:21.0109974Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestTyping-20220927155515.xml 2022-09-27T15:55:21.0112950Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20220927155515.xml 2022-09-27T15:55:21.0120239Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20220927155515.xml 2022-09-27T15:55:21.0123867Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20220927155515.xml 2022-09-27T15:55:21.4439851Z Running test_subclass ... [2022-09-27 15:55:21.443548] 2022-09-27T15:55:21.4440420Z Executing ['/opt/conda/bin/python', '-bb', 'test_subclass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:55:21.443629] 2022-09-27T15:55:22.7534599Z Test results will be stored in test-reports/python-unittest/test_subclass 2022-09-27T15:55:22.7549671Z 2022-09-27T15:55:22.7550181Z Running tests... 2022-09-27T15:55:22.7550643Z ---------------------------------------------------------------------- 2022-09-27T15:55:26.9232675Z test_deepcopy_base_tensor_as_param_False (__main__.TestSubclass) ... ok (4.107s) 2022-09-27T15:55:26.9476714Z test_deepcopy_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.024s) 2022-09-27T15:55:26.9515160Z test_deepcopy_diag_tensor_below_as_param_False (__main__.TestSubclass) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_deepcopy test_subclass.py line 46 2022-09-27T15:55:26.9515545Z due to: 2022-09-27T15:55:26.9515751Z Traceback (most recent call last): 2022-09-27T15:55:26.9516050Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:55:26.9516359Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:55:26.9516680Z NotImplementedError: UserDefinedObjectVariable(_TensorMeta) is not a constant 2022-09-27T15:55:26.9516875Z 2022-09-27T15:55:26.9516946Z from user code: 2022-09-27T15:55:26.9517159Z File "test_subclass.py", line 49, in test_deepcopy 2022-09-27T15:55:26.9517376Z x = self._create_tensor(tensor_cls) 2022-09-27T15:55:26.9517502Z 2022-09-27T15:55:26.9517634Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:26.9517852Z ========== 2022-09-27T15:55:26.9535115Z ok (0.005s) 2022-09-27T15:55:26.9564708Z test_deepcopy_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:55:26.9593567Z test_deepcopy_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:55:26.9619460Z test_deepcopy_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:55:26.9639864Z test_deepcopy_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:55:26.9658912Z test_deepcopy_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:55:26.9695633Z test_deepcopy_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:55:26.9731283Z test_deepcopy_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:55:26.9812361Z test_lazy_module_base_tensor (__main__.TestSubclass) ... expected failure (0.008s) 2022-09-27T15:55:26.9894527Z test_lazy_module_diag_tensor_below (__main__.TestSubclass) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:55:26.9895197Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:55:27.0097604Z expected failure (0.028s) 2022-09-27T15:55:27.0117805Z test_lazy_module_logging_tensor (__main__.TestSubclass) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:55:27.0118387Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:55:27.0271515Z expected failure (0.017s) 2022-09-27T15:55:27.0290497Z test_lazy_module_non_wrapper_tensor (__main__.TestSubclass) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:55:27.0291148Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:55:27.0439878Z expected failure (0.016s) 2022-09-27T15:55:27.0458879Z test_lazy_module_sparse_tensor (__main__.TestSubclass) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:55:27.0459561Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:55:27.0613927Z expected failure (0.017s) 2022-09-27T15:55:27.3674747Z test_module_optimization_base_tensor (__main__.TestSubclass) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _use_grad /opt/conda/lib/python3.7/site-packages/torch/optim/optimizer.py line 19 2022-09-27T15:55:27.3675380Z due to: 2022-09-27T15:55:27.3675710Z Traceback (most recent call last): 2022-09-27T15:55:27.3676264Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-09-27T15:55:27.3676761Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T15:55:27.3677485Z RuntimeError: a leaf Variable that requires grad is being used in an in-place operation. 2022-09-27T15:55:27.3677827Z 2022-09-27T15:55:27.3678071Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:27.3678370Z 2022-09-27T15:55:27.3678542Z Traceback (most recent call last): 2022-09-27T15:55:27.3679033Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:27.3679526Z raise TorchRuntimeError() from e 2022-09-27T15:55:27.3679942Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:27.3680188Z 2022-09-27T15:55:27.3680312Z from user code: 2022-09-27T15:55:27.3680945Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/optimizer.py", line 23, in _use_grad 2022-09-27T15:55:27.3681454Z ret = func(self, *args, **kwargs) 2022-09-27T15:55:27.3681674Z 2022-09-27T15:55:27.3681901Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:27.3682300Z ========== 2022-09-27T15:55:27.4871598Z ok (0.425s) 2022-09-27T15:55:27.5954998Z test_module_optimization_diag_tensor_below (__main__.TestSubclass) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT step /opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py line 119 2022-09-27T15:55:27.5955637Z due to: 2022-09-27T15:55:27.5955966Z Traceback (most recent call last): 2022-09-27T15:55:27.5956475Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-09-27T15:55:27.5956949Z if isinstance(subobj, property): 2022-09-27T15:55:27.5957544Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-09-27T15:55:27.5957845Z 2022-09-27T15:55:27.5957963Z from user code: 2022-09-27T15:55:27.5958559Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py", line 142, in step 2022-09-27T15:55:27.5959020Z if p.grad.is_sparse: 2022-09-27T15:55:27.5959218Z 2022-09-27T15:55:27.5959473Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:27.5959876Z ========== 2022-09-27T15:55:27.6212885Z ok (0.133s) 2022-09-27T15:55:27.6933046Z test_module_optimization_logging_tensor (__main__.TestSubclass) ... ok (0.071s) 2022-09-27T15:55:27.7319491Z test_module_optimization_non_wrapper_tensor (__main__.TestSubclass) ... ok (0.038s) 2022-09-27T15:55:27.7743726Z test_module_optimization_sparse_tensor (__main__.TestSubclass) ... ok (0.042s) 2022-09-27T15:55:27.7788864Z test_non_rewrapping_torch_dispatch_subclass_as_parameter_throws_for_detach (__main__.TestSubclass) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT NonRewrappingTensor test_subclass.py line 212 2022-09-27T15:55:27.7789529Z due to: 2022-09-27T15:55:27.7789823Z Traceback (most recent call last): 2022-09-27T15:55:27.7790236Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T15:55:27.7790625Z raise Unsupported(msg) 2022-09-27T15:55:27.7791010Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T15:55:27.7791573Z 2022-09-27T15:55:27.7791692Z from user code: 2022-09-27T15:55:27.7792092Z File "test_subclass.py", line 212, in NonRewrappingTensor 2022-09-27T15:55:27.7792561Z class NonRewrappingTensor(torch.Tensor): 2022-09-27T15:55:27.7793005Z 2022-09-27T15:55:27.7793227Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:27.7793722Z ========== 2022-09-27T15:55:27.7820534Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __new__ test_subclass.py line 213 2022-09-27T15:55:27.7820963Z due to: 2022-09-27T15:55:27.7821264Z Traceback (most recent call last): 2022-09-27T15:55:27.7821771Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:55:27.7822311Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:55:27.7822849Z NotImplementedError: UserDefinedObjectVariable(_TensorMeta) is not a constant 2022-09-27T15:55:27.7823178Z 2022-09-27T15:55:27.7823290Z from user code: 2022-09-27T15:55:27.7823660Z File "test_subclass.py", line 218, in __new__ 2022-09-27T15:55:27.7824149Z cls, t.shape, dtype=t.dtype, requires_grad=t.requires_grad, device=t.device) 2022-09-27T15:55:27.7824465Z 2022-09-27T15:55:27.7824702Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:27.7825055Z ========== 2022-09-27T15:55:27.7895292Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT unwrap test_subclass.py line 229 2022-09-27T15:55:27.7895734Z due to: 2022-09-27T15:55:27.7896040Z Traceback (most recent call last): 2022-09-27T15:55:27.7896555Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:55:27.7897064Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:55:27.7897586Z NotImplementedError: UserDefinedObjectVariable(_TensorMeta) is not a constant 2022-09-27T15:55:27.7897886Z 2022-09-27T15:55:27.7898004Z from user code: 2022-09-27T15:55:27.7898341Z File "test_subclass.py", line 230, in unwrap 2022-09-27T15:55:27.7898726Z if isinstance(e, NonRewrappingTensor): 2022-09-27T15:55:27.7898961Z 2022-09-27T15:55:27.7899166Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:27.7899480Z ========== 2022-09-27T15:55:27.7981591Z ok (0.023s) 2022-09-27T15:55:27.8269261Z test_param_invariants_base_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.028s) 2022-09-27T15:55:27.8438254Z test_param_invariants_base_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.016s) 2022-09-27T15:55:27.8473325Z test_param_invariants_diag_tensor_below_tensor_requires_grad_False (__main__.TestSubclass) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_param_invariants test_subclass.py line 32 2022-09-27T15:55:27.8473917Z due to: 2022-09-27T15:55:27.8474222Z Traceback (most recent call last): 2022-09-27T15:55:27.8474724Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:55:27.8475243Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:55:27.8475762Z NotImplementedError: UserDefinedObjectVariable(_TensorMeta) is not a constant 2022-09-27T15:55:27.8476087Z 2022-09-27T15:55:27.8476201Z from user code: 2022-09-27T15:55:27.8476530Z File "test_subclass.py", line 35, in test_param_invariants 2022-09-27T15:55:27.8476951Z x = self._create_tensor(tensor_cls).requires_grad_(tensor_requires_grad) 2022-09-27T15:55:27.8477259Z 2022-09-27T15:55:27.8477465Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:27.8477788Z ========== 2022-09-27T15:55:27.8478503Z ok (0.004s) 2022-09-27T15:55:27.8497335Z test_param_invariants_diag_tensor_below_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:55:27.8513721Z test_param_invariants_logging_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:55:27.8529709Z test_param_invariants_logging_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:55:27.8544855Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:55:27.8559994Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:55:27.8577859Z test_param_invariants_sparse_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:55:27.8595374Z test_param_invariants_sparse_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:55:27.8995255Z test_parametrization_base_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.039s) 2022-09-27T15:55:27.9128196Z test_parametrization_base_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.013s) 2022-09-27T15:55:27.9147666Z test_parametrization_diag_tensor_below_leave_parametrized_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:55:27.9166500Z test_parametrization_diag_tensor_below_leave_parametrized_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:55:27.9184327Z test_parametrization_logging_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:55:27.9202198Z test_parametrization_logging_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:55:27.9306587Z test_parametrization_non_wrapper_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.010s) 2022-09-27T15:55:27.9375128Z test_parametrization_non_wrapper_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.006s) 2022-09-27T15:55:27.9454863Z test_parametrization_sparse_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.007s) 2022-09-27T15:55:27.9532935Z test_parametrization_sparse_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.007s) 2022-09-27T15:55:27.9563994Z test_repr_base_tensor_as_param_False (__main__.TestSubclass) ... skip: Visible only with functorch as functorch monkeypatches tensor str (0.003s) 2022-09-27T15:55:27.9579125Z test_repr_base_tensor_as_param_True (__main__.TestSubclass) ... skip: Visible only with functorch as functorch monkeypatches tensor str (0.001s) 2022-09-27T15:55:27.9593829Z test_repr_diag_tensor_below_as_param_False (__main__.TestSubclass) ... skip: Visible only with functorch as functorch monkeypatches tensor str (0.001s) 2022-09-27T15:55:27.9607757Z test_repr_diag_tensor_below_as_param_True (__main__.TestSubclass) ... skip: Visible only with functorch as functorch monkeypatches tensor str (0.001s) 2022-09-27T15:55:27.9621527Z test_repr_logging_tensor_as_param_False (__main__.TestSubclass) ... skip: Visible only with functorch as functorch monkeypatches tensor str (0.001s) 2022-09-27T15:55:27.9635367Z test_repr_logging_tensor_as_param_True (__main__.TestSubclass) ... skip: Visible only with functorch as functorch monkeypatches tensor str (0.001s) 2022-09-27T15:55:27.9649116Z test_repr_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... skip: Visible only with functorch as functorch monkeypatches tensor str (0.001s) 2022-09-27T15:55:27.9662786Z test_repr_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... skip: Visible only with functorch as functorch monkeypatches tensor str (0.001s) 2022-09-27T15:55:27.9676546Z test_repr_sparse_tensor_as_param_False (__main__.TestSubclass) ... skip: Visible only with functorch as functorch monkeypatches tensor str (0.001s) 2022-09-27T15:55:27.9690257Z test_repr_sparse_tensor_as_param_True (__main__.TestSubclass) ... skip: Visible only with functorch as functorch monkeypatches tensor str (0.001s) 2022-09-27T15:55:27.9785277Z test_serialization_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.009s) 2022-09-27T15:55:27.9809902Z test_serialization_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:55:27.9845873Z test_serialization_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:55:27.9880043Z test_serialization_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:55:27.9910692Z test_serialization_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:55:27.9942346Z test_serialization_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:55:27.9968773Z test_serialization_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:55:27.9993170Z test_serialization_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:55:28.0032359Z test_serialization_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:55:28.0075146Z test_serialization_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-09-27T15:55:28.0261300Z test_type_propagation_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.018s) 2022-09-27T15:55:28.0404545Z test_type_propagation_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.014s) 2022-09-27T15:55:28.0441224Z test_type_propagation_diag_tensor_below_as_param_False (__main__.TestSubclass) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_propagation test_subclass.py line 91 2022-09-27T15:55:28.0441779Z due to: 2022-09-27T15:55:28.0442040Z Traceback (most recent call last): 2022-09-27T15:55:28.0442533Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:55:28.0443017Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:55:28.0443472Z NotImplementedError: UserDefinedObjectVariable(_TensorMeta) is not a constant 2022-09-27T15:55:28.0443781Z 2022-09-27T15:55:28.0443890Z from user code: 2022-09-27T15:55:28.0444255Z File "test_subclass.py", line 94, in test_type_propagation 2022-09-27T15:55:28.0444656Z x = self._create_tensor(tensor_cls) 2022-09-27T15:55:28.0444938Z 2022-09-27T15:55:28.0445147Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:28.0445492Z ========== 2022-09-27T15:55:28.0445771Z ok (0.003s) 2022-09-27T15:55:28.0463889Z test_type_propagation_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:55:28.0480024Z test_type_propagation_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:55:28.0496474Z test_type_propagation_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:55:28.0510774Z test_type_propagation_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:55:28.0525553Z test_type_propagation_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:55:28.0541621Z test_type_propagation_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:55:28.0559490Z test_type_propagation_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:55:28.0559798Z 2022-09-27T15:55:28.0560237Z ---------------------------------------------------------------------- 2022-09-27T15:55:28.0560610Z Ran 71 tests in 5.301s 2022-09-27T15:55:28.0560786Z 2022-09-27T15:55:28.0560936Z OK (skipped=10, expected failures=5) 2022-09-27T15:55:28.0561138Z 2022-09-27T15:55:28.0561266Z Generating XML reports... 2022-09-27T15:55:28.0650519Z Generated XML report: test-reports/python-unittest/test_subclass/TEST-TestSubclass-20220927155522.xml 2022-09-27T15:55:28.4624479Z Running test_maskedtensor ... [2022-09-27 15:55:28.462070] 2022-09-27T15:55:28.4625054Z Executing ['/opt/conda/bin/python', '-bb', 'test_maskedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:55:28.462155] 2022-09-27T15:55:30.7962387Z Test results will be stored in test-reports/python-unittest/test_maskedtensor 2022-09-27T15:55:30.7987248Z 2022-09-27T15:55:30.7988318Z Running tests... 2022-09-27T15:55:30.7988735Z ---------------------------------------------------------------------- 2022-09-27T15:55:30.8951946Z test_binary_fn_aten_add (__main__.TestBinary) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: sym_stride is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:55:30.8953525Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:55:30.8954305Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:55:30.8954823Z warnings.warn(msg) 2022-09-27T15:55:30.8955454Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary test_maskedtensor.py line 198 2022-09-27T15:55:30.8955870Z due to: 2022-09-27T15:55:30.8956186Z Traceback (most recent call last): 2022-09-27T15:55:30.8956855Z File "/opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py", line 408, in __torch_function__ 2022-09-27T15:55:30.8957265Z ret = func(*args, **kwargs) 2022-09-27T15:55:30.8958171Z RuntimeError: TypeError: no implementation found for 'torch.ops.aten.sym_stride' on types that implement __torch_dispatch__: [] 2022-09-27T15:55:30.8958719Z 2022-09-27T15:55:30.8958845Z from user code: 2022-09-27T15:55:30.8959226Z File "test_maskedtensor.py", line 205, in test_binary 2022-09-27T15:55:30.8959730Z for (t_args, mt_args) in self._yield_sample_args(fn_name, data0, data1, mask): 2022-09-27T15:55:30.8960036Z 2022-09-27T15:55:30.8960274Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:30.8960670Z ========== 2022-09-27T15:55:31.0299964Z ok (0.169s) 2022-09-27T15:55:31.0527679Z test_binary_fn_aten_arctan2 (__main__.TestBinary) ... ok (0.022s) 2022-09-27T15:55:31.1652298Z test_binary_fn_aten_atan2 (__main__.TestBinary) ... ok (0.112s) 2022-09-27T15:55:31.1961001Z test_binary_fn_aten_bitwise_and (__main__.TestBinary) ... ok (0.030s) 2022-09-27T15:55:31.2104042Z test_binary_fn_aten_bitwise_left_shift (__main__.TestBinary) ... ok (0.014s) 2022-09-27T15:55:31.2240739Z test_binary_fn_aten_bitwise_or (__main__.TestBinary) ... ok (0.013s) 2022-09-27T15:55:31.2375270Z test_binary_fn_aten_bitwise_right_shift (__main__.TestBinary) ... ok (0.013s) 2022-09-27T15:55:31.2510949Z test_binary_fn_aten_bitwise_xor (__main__.TestBinary) ... ok (0.013s) 2022-09-27T15:55:31.2537861Z test_binary_fn_aten_div (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.2566570Z test_binary_fn_aten_divide (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.2589813Z test_binary_fn_aten_eq (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.2613165Z test_binary_fn_aten_floor_divide (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.2636822Z test_binary_fn_aten_fmax (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.2659588Z test_binary_fn_aten_fmin (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.2686743Z test_binary_fn_aten_fmod (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.2710085Z test_binary_fn_aten_ge (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.2732588Z test_binary_fn_aten_greater (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.2754999Z test_binary_fn_aten_greater_equal (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.2777147Z test_binary_fn_aten_gt (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.2799864Z test_binary_fn_aten_le (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.2822345Z test_binary_fn_aten_less (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.2844863Z test_binary_fn_aten_less_equal (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.2871354Z test_binary_fn_aten_logaddexp (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.2895840Z test_binary_fn_aten_logaddexp2 (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.2919319Z test_binary_fn_aten_lt (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.2942044Z test_binary_fn_aten_maximum (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.2965071Z test_binary_fn_aten_minimum (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.2987525Z test_binary_fn_aten_mul (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.3010602Z test_binary_fn_aten_multiply (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.3036493Z test_binary_fn_aten_ne (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.3059486Z test_binary_fn_aten_nextafter (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.3082649Z test_binary_fn_aten_not_equal (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.3105378Z test_binary_fn_aten_remainder (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.3128944Z test_binary_fn_aten_sub (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.3151512Z test_binary_fn_aten_subtract (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.3174078Z test_binary_fn_aten_true_divide (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.3299205Z test_inplace_binary_fn_aten_add_ (__main__.TestBinary) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: sym_stride is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:55:31.3300109Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:55:31.3300891Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:55:31.3301352Z warnings.warn(msg) 2022-09-27T15:55:31.3302031Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_inplace_binary test_maskedtensor.py line 210 2022-09-27T15:55:31.3302437Z due to: 2022-09-27T15:55:31.3302740Z Traceback (most recent call last): 2022-09-27T15:55:31.3303443Z File "/opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py", line 408, in __torch_function__ 2022-09-27T15:55:31.3303909Z ret = func(*args, **kwargs) 2022-09-27T15:55:31.3304853Z RuntimeError: TypeError: no implementation found for 'torch.ops.aten.sym_stride' on types that implement __torch_dispatch__: [] 2022-09-27T15:55:31.3305451Z 2022-09-27T15:55:31.3305575Z from user code: 2022-09-27T15:55:31.3305991Z File "test_maskedtensor.py", line 217, in test_inplace_binary 2022-09-27T15:55:31.3306473Z for (t_args, mt_args) in self._yield_sample_args(fn_name, data0, data1, mask): 2022-09-27T15:55:31.3306776Z 2022-09-27T15:55:31.3307020Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:31.3307391Z ========== 2022-09-27T15:55:31.3317163Z ok (0.014s) 2022-09-27T15:55:31.3342389Z test_inplace_binary_fn_aten_arctan2_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.3366089Z test_inplace_binary_fn_aten_atan2_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.3389992Z test_inplace_binary_fn_aten_bitwise_and_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.3413355Z test_inplace_binary_fn_aten_bitwise_left_shift_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.3436586Z test_inplace_binary_fn_aten_bitwise_or_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.3460086Z test_inplace_binary_fn_aten_bitwise_right_shift_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.3483934Z test_inplace_binary_fn_aten_bitwise_xor_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.3513634Z test_inplace_binary_fn_aten_div_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.3535825Z test_inplace_binary_fn_aten_divide_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.3647049Z test_inplace_binary_fn_aten_eq_ (__main__.TestBinary) ... ok (0.011s) 2022-09-27T15:55:31.3754803Z test_inplace_binary_fn_aten_floor_divide_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:55:31.3778828Z test_inplace_binary_fn_aten_fmod_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.3885520Z test_inplace_binary_fn_aten_ge_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:55:31.3995200Z test_inplace_binary_fn_aten_greater_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:55:31.4100929Z test_inplace_binary_fn_aten_greater_equal_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:55:31.4206813Z test_inplace_binary_fn_aten_gt_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:55:31.4312334Z test_inplace_binary_fn_aten_le_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:55:31.4417472Z test_inplace_binary_fn_aten_less_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:55:31.4524098Z test_inplace_binary_fn_aten_less_equal_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:55:31.4631447Z test_inplace_binary_fn_aten_lt_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:55:31.4655730Z test_inplace_binary_fn_aten_mul_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.4678936Z test_inplace_binary_fn_aten_multiply_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.4784353Z test_inplace_binary_fn_aten_ne_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:55:31.4807947Z test_inplace_binary_fn_aten_nextafter_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.4912978Z test_inplace_binary_fn_aten_not_equal_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:55:31.4937192Z test_inplace_binary_fn_aten_remainder_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.4961311Z test_inplace_binary_fn_aten_sub_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.4986797Z test_inplace_binary_fn_aten_subtract_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.5009298Z test_inplace_binary_fn_aten_true_divide_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.5153753Z test_masks_match_fn_name_add (__main__.TestBinary) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: sym_stride is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:55:31.5154719Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:55:31.5155532Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:55:31.5156007Z warnings.warn(msg) 2022-09-27T15:55:31.5156639Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_masks_match test_maskedtensor.py line 222 2022-09-27T15:55:31.5157093Z due to: 2022-09-27T15:55:31.5157403Z Traceback (most recent call last): 2022-09-27T15:55:31.5157970Z File "/opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py", line 408, in __torch_function__ 2022-09-27T15:55:31.5158553Z ret = func(*args, **kwargs) 2022-09-27T15:55:31.5159543Z RuntimeError: TypeError: no implementation found for 'torch.ops.aten.sym_stride' on types that implement __torch_dispatch__: [] 2022-09-27T15:55:31.5160099Z 2022-09-27T15:55:31.5160216Z from user code: 2022-09-27T15:55:31.5160590Z File "test_maskedtensor.py", line 229, in test_masks_match 2022-09-27T15:55:31.5160977Z mt0 = MaskedTensor(data0, mask0) 2022-09-27T15:55:31.5161190Z 2022-09-27T15:55:31.5161425Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:31.5161865Z ========== 2022-09-27T15:55:31.5167059Z ok (0.015s) 2022-09-27T15:55:31.5188492Z test_masks_match_fn_name_add_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:55:31.5262637Z test_bmm (__main__.TestMatMul) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: sym_stride is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:55:31.5263372Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:55:31.5264289Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:55:31.5264696Z warnings.warn(msg) 2022-09-27T15:55:31.5265286Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_bmm test_maskedtensor.py line 503 2022-09-27T15:55:31.5265534Z due to: 2022-09-27T15:55:31.5265809Z Traceback (most recent call last): 2022-09-27T15:55:31.5266212Z File "/opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py", line 408, in __torch_function__ 2022-09-27T15:55:31.5266485Z ret = func(*args, **kwargs) 2022-09-27T15:55:31.5267008Z RuntimeError: TypeError: no implementation found for 'torch.ops.aten.sym_stride' on types that implement __torch_dispatch__: [] 2022-09-27T15:55:31.5267316Z 2022-09-27T15:55:31.5267386Z from user code: 2022-09-27T15:55:31.5267603Z File "test_maskedtensor.py", line 511, in test_bmm 2022-09-27T15:55:31.5267943Z x_mt = MaskedTensor(x, ~(key_padding_mask.transpose(0, 1).unsqueeze(-1))) 2022-09-27T15:55:31.5268113Z 2022-09-27T15:55:31.5268319Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:31.5268681Z ========== 2022-09-27T15:55:31.5283312Z ok (0.009s) 2022-09-27T15:55:31.5403006Z test_linear (__main__.TestMatMul) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: sym_stride is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:55:31.5403973Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:55:31.5404796Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:55:31.5406285Z warnings.warn(msg) 2022-09-27T15:55:31.5406886Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linear test_maskedtensor.py line 542 2022-09-27T15:55:31.5407321Z due to: 2022-09-27T15:55:31.5407627Z Traceback (most recent call last): 2022-09-27T15:55:31.5408287Z File "/opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py", line 408, in __torch_function__ 2022-09-27T15:55:31.5408761Z ret = func(*args, **kwargs) 2022-09-27T15:55:31.5409665Z RuntimeError: TypeError: no implementation found for 'torch.ops.aten.sym_stride' on types that implement __torch_dispatch__: [] 2022-09-27T15:55:31.5410179Z 2022-09-27T15:55:31.5410297Z from user code: 2022-09-27T15:55:31.5410644Z File "test_maskedtensor.py", line 554, in test_linear 2022-09-27T15:55:31.5411198Z x, ~(key_padding_mask.transpose(0, 1).unsqueeze(-1).expand_as(x)) 2022-09-27T15:55:31.5411465Z 2022-09-27T15:55:31.5411685Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:31.5412031Z ========== 2022-09-27T15:55:31.5412297Z ok (0.012s) 2022-09-27T15:55:31.5442600Z test_masked_bmm (__main__.TestMatMul) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84586 for platform(s) asan, linux, mac, macos, rocm, win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-09-27T15:55:31.5500414Z test_all (__main__.TestReductions) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: sym_stride is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:55:31.5501344Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:55:31.5502165Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:55:31.5502965Z warnings.warn(msg) 2022-09-27T15:55:31.5503587Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_all test_maskedtensor.py line 472 2022-09-27T15:55:31.5504005Z due to: 2022-09-27T15:55:31.5504299Z Traceback (most recent call last): 2022-09-27T15:55:31.5505040Z File "/opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py", line 408, in __torch_function__ 2022-09-27T15:55:31.5505516Z ret = func(*args, **kwargs) 2022-09-27T15:55:31.5506393Z RuntimeError: TypeError: no implementation found for 'torch.ops.aten.sym_stride' on types that implement __torch_dispatch__: [] 2022-09-27T15:55:31.5506913Z 2022-09-27T15:55:31.5507025Z from user code: 2022-09-27T15:55:31.5507381Z File "test_maskedtensor.py", line 475, in test_all 2022-09-27T15:55:31.5507747Z mt = MaskedTensor(d, m) 2022-09-27T15:55:31.5507926Z 2022-09-27T15:55:31.5508142Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:31.5508512Z ========== 2022-09-27T15:55:31.5913409Z ok (0.046s) 2022-09-27T15:55:31.5974842Z test_amax (__main__.TestReductions) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: sym_stride is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:55:31.5979470Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:55:31.5980313Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:55:31.5980824Z warnings.warn(msg) 2022-09-27T15:55:31.5981408Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_amax test_maskedtensor.py line 412 2022-09-27T15:55:31.5981844Z due to: 2022-09-27T15:55:31.5982144Z Traceback (most recent call last): 2022-09-27T15:55:31.5982826Z File "/opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py", line 408, in __torch_function__ 2022-09-27T15:55:31.5983298Z ret = func(*args, **kwargs) 2022-09-27T15:55:31.5984202Z RuntimeError: TypeError: no implementation found for 'torch.ops.aten.sym_stride' on types that implement __torch_dispatch__: [] 2022-09-27T15:55:31.5984722Z 2022-09-27T15:55:31.5984846Z from user code: 2022-09-27T15:55:31.5985187Z File "test_maskedtensor.py", line 415, in test_amax 2022-09-27T15:55:31.5985557Z mt = MaskedTensor(d, m) 2022-09-27T15:55:31.5985755Z 2022-09-27T15:55:31.5985974Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:31.5986341Z ========== 2022-09-27T15:55:31.6250297Z ok (0.033s) 2022-09-27T15:55:31.6303801Z test_amax_grad (__main__.TestReductions) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: sym_stride is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:55:31.6304731Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:55:31.6310032Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:55:31.6310524Z warnings.warn(msg) 2022-09-27T15:55:31.6311196Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_amax_grad test_maskedtensor.py line 425 2022-09-27T15:55:31.6311623Z due to: 2022-09-27T15:55:31.6311911Z Traceback (most recent call last): 2022-09-27T15:55:31.6312588Z File "/opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py", line 408, in __torch_function__ 2022-09-27T15:55:31.6313242Z ret = func(*args, **kwargs) 2022-09-27T15:55:31.6314098Z RuntimeError: TypeError: no implementation found for 'torch.ops.aten.sym_stride' on types that implement __torch_dispatch__: [] 2022-09-27T15:55:31.6314835Z 2022-09-27T15:55:31.6314929Z from user code: 2022-09-27T15:55:31.6315267Z File "test_maskedtensor.py", line 428, in test_amax_grad 2022-09-27T15:55:31.6315675Z mt = MaskedTensor(d, m, requires_grad=True) 2022-09-27T15:55:31.6315897Z 2022-09-27T15:55:31.6316105Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:31.6316581Z ========== 2022-09-27T15:55:31.6459104Z ok (0.020s) 2022-09-27T15:55:31.6515138Z test_amin (__main__.TestReductions) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: sym_stride is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:55:31.6516113Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:55:31.6516951Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:55:31.6517497Z warnings.warn(msg) 2022-09-27T15:55:31.6518089Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_amin test_maskedtensor.py line 432 2022-09-27T15:55:31.6518497Z due to: 2022-09-27T15:55:31.6518803Z Traceback (most recent call last): 2022-09-27T15:55:31.6519490Z File "/opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py", line 408, in __torch_function__ 2022-09-27T15:55:31.6520124Z ret = func(*args, **kwargs) 2022-09-27T15:55:31.6521872Z RuntimeError: TypeError: no implementation found for 'torch.ops.aten.sym_stride' on types that implement __torch_dispatch__: [] 2022-09-27T15:55:31.6522392Z 2022-09-27T15:55:31.6522512Z from user code: 2022-09-27T15:55:31.6522874Z File "test_maskedtensor.py", line 435, in test_amin 2022-09-27T15:55:31.6523239Z mt = MaskedTensor(d, m) 2022-09-27T15:55:31.6523436Z 2022-09-27T15:55:31.6523659Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:31.6524037Z ========== 2022-09-27T15:55:31.6746551Z ok (0.028s) 2022-09-27T15:55:31.6797990Z test_amin_grad (__main__.TestReductions) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: sym_stride is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:55:31.6798963Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:55:31.6799791Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:55:31.6800292Z warnings.warn(msg) 2022-09-27T15:55:31.6800895Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_amin_grad test_maskedtensor.py line 445 2022-09-27T15:55:31.6801330Z due to: 2022-09-27T15:55:31.6801730Z Traceback (most recent call last): 2022-09-27T15:55:31.6802393Z File "/opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py", line 408, in __torch_function__ 2022-09-27T15:55:31.6802877Z ret = func(*args, **kwargs) 2022-09-27T15:55:31.6803785Z RuntimeError: TypeError: no implementation found for 'torch.ops.aten.sym_stride' on types that implement __torch_dispatch__: [] 2022-09-27T15:55:31.6804317Z 2022-09-27T15:55:31.6804439Z from user code: 2022-09-27T15:55:31.6804797Z File "test_maskedtensor.py", line 448, in test_amin_grad 2022-09-27T15:55:31.6805282Z mt = MaskedTensor(d, m, requires_grad=True) 2022-09-27T15:55:31.6805513Z 2022-09-27T15:55:31.6805733Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:31.6806088Z ========== 2022-09-27T15:55:31.6823014Z ok (0.007s) 2022-09-27T15:55:31.6973875Z test_grad_dtype (__main__.TestReductions) ... ok (0.014s) 2022-09-27T15:55:31.7025619Z test_max_not_implemented (__main__.TestReductions) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: sym_stride is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:55:31.7027046Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:55:31.7028398Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:55:31.7029032Z warnings.warn(msg) 2022-09-27T15:55:31.7029785Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_max_not_implemented test_maskedtensor.py line 241 2022-09-27T15:55:31.7030180Z due to: 2022-09-27T15:55:31.7030458Z Traceback (most recent call last): 2022-09-27T15:55:31.7031102Z File "/opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py", line 408, in __torch_function__ 2022-09-27T15:55:31.7031570Z ret = func(*args, **kwargs) 2022-09-27T15:55:31.7032481Z RuntimeError: TypeError: no implementation found for 'torch.ops.aten.sym_stride' on types that implement __torch_dispatch__: [] 2022-09-27T15:55:31.7033168Z 2022-09-27T15:55:31.7033294Z from user code: 2022-09-27T15:55:31.7033721Z File "test_maskedtensor.py", line 244, in test_max_not_implemented 2022-09-27T15:55:31.7034116Z mt = MaskedTensor(d, m) 2022-09-27T15:55:31.7034319Z 2022-09-27T15:55:31.7034558Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:31.7034950Z ========== 2022-09-27T15:55:31.7039423Z /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: max is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:55:31.7040305Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:55:31.7041143Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:55:31.7041659Z warnings.warn(msg) 2022-09-27T15:55:31.7041958Z ok (0.006s) 2022-09-27T15:55:31.7093065Z test_mean (__main__.TestReductions) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: sym_stride is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:55:31.7094023Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:55:31.7094843Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:55:31.7095352Z warnings.warn(msg) 2022-09-27T15:55:31.7095940Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mean test_maskedtensor.py line 268 2022-09-27T15:55:31.7096359Z due to: 2022-09-27T15:55:31.7096671Z Traceback (most recent call last): 2022-09-27T15:55:31.7097326Z File "/opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py", line 408, in __torch_function__ 2022-09-27T15:55:31.7097807Z ret = func(*args, **kwargs) 2022-09-27T15:55:31.7098703Z RuntimeError: TypeError: no implementation found for 'torch.ops.aten.sym_stride' on types that implement __torch_dispatch__: [] 2022-09-27T15:55:31.7099219Z 2022-09-27T15:55:31.7099342Z from user code: 2022-09-27T15:55:31.7099685Z File "test_maskedtensor.py", line 271, in test_mean 2022-09-27T15:55:31.7100050Z mt = MaskedTensor(d, m) 2022-09-27T15:55:31.7100251Z 2022-09-27T15:55:31.7100471Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:31.7100837Z ========== 2022-09-27T15:55:31.7115254Z ok (0.007s) 2022-09-27T15:55:31.7166298Z test_mean_dim_grad (__main__.TestReductions) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: sym_stride is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:55:31.7167174Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:55:31.7167774Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:55:31.7168127Z warnings.warn(msg) 2022-09-27T15:55:31.7169141Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mean_dim_grad test_maskedtensor.py line 405 2022-09-27T15:55:31.7169681Z due to: 2022-09-27T15:55:31.7170012Z Traceback (most recent call last): 2022-09-27T15:55:31.7170736Z File "/opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py", line 408, in __torch_function__ 2022-09-27T15:55:31.7171013Z ret = func(*args, **kwargs) 2022-09-27T15:55:31.7171541Z RuntimeError: TypeError: no implementation found for 'torch.ops.aten.sym_stride' on types that implement __torch_dispatch__: [] 2022-09-27T15:55:31.7171853Z 2022-09-27T15:55:31.7171923Z from user code: 2022-09-27T15:55:31.7172137Z File "test_maskedtensor.py", line 408, in test_mean_dim_grad 2022-09-27T15:55:31.7172394Z mt = MaskedTensor(d, m, requires_grad=True) 2022-09-27T15:55:31.7172531Z 2022-09-27T15:55:31.7172665Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:31.7172884Z ========== 2022-09-27T15:55:31.7198107Z ok (0.008s) 2022-09-27T15:55:31.7220538Z test_mean_grad_case_1a (__main__.TestReductions) 2022-09-27T15:55:32.4807042Z values.requires_grad = True ... ok (0.760s) 2022-09-27T15:55:32.4817823Z test_mean_grad_case_1b (__main__.TestReductions) 2022-09-27T15:55:32.4878918Z values.requires_grad = False ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: sym_stride is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:55:32.4879530Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:55:32.4880069Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:55:32.4880370Z warnings.warn(msg) 2022-09-27T15:55:32.4881254Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mean_grad_case_1b test_maskedtensor.py line 343 2022-09-27T15:55:32.4881736Z due to: 2022-09-27T15:55:32.4882023Z Traceback (most recent call last): 2022-09-27T15:55:32.4882422Z File "/opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py", line 408, in __torch_function__ 2022-09-27T15:55:32.4882705Z ret = func(*args, **kwargs) 2022-09-27T15:55:32.4883217Z RuntimeError: TypeError: no implementation found for 'torch.ops.aten.sym_stride' on types that implement __torch_dispatch__: [] 2022-09-27T15:55:32.4883526Z 2022-09-27T15:55:32.4883598Z from user code: 2022-09-27T15:55:32.4883827Z File "test_maskedtensor.py", line 349, in test_mean_grad_case_1b 2022-09-27T15:55:32.4884081Z mt = MaskedTensor(d, m, requires_grad=True) 2022-09-27T15:55:32.4884205Z 2022-09-27T15:55:32.4907144Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:32.4907439Z ========== 2022-09-27T15:55:32.4907616Z ok (0.009s) 2022-09-27T15:55:32.4913734Z test_mean_grad_case_1c (__main__.TestReductions) 2022-09-27T15:55:32.5053644Z values.requires_grad = True ... ok (0.015s) 2022-09-27T15:55:32.5064157Z test_mean_grad_case_1d (__main__.TestReductions) 2022-09-27T15:55:32.5102432Z values.requires_grad = False ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: sym_stride is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:55:32.5103339Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:55:32.5104405Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:55:32.5104879Z warnings.warn(msg) 2022-09-27T15:55:32.5105739Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mean_grad_case_1d test_maskedtensor.py line 368 2022-09-27T15:55:32.5106199Z due to: 2022-09-27T15:55:32.5106526Z Traceback (most recent call last): 2022-09-27T15:55:32.5107239Z File "/opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py", line 408, in __torch_function__ 2022-09-27T15:55:32.5107728Z ret = func(*args, **kwargs) 2022-09-27T15:55:32.5108616Z RuntimeError: TypeError: no implementation found for 'torch.ops.aten.sym_stride' on types that implement __torch_dispatch__: [] 2022-09-27T15:55:32.5109069Z 2022-09-27T15:55:32.5109187Z from user code: 2022-09-27T15:55:32.5109571Z File "test_maskedtensor.py", line 374, in test_mean_grad_case_1d 2022-09-27T15:55:32.5110039Z mt = MaskedTensor(d, m, requires_grad=False) 2022-09-27T15:55:32.5110248Z 2022-09-27T15:55:32.5110462Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:32.5110820Z ========== 2022-09-27T15:55:32.5116091Z ok (0.006s) 2022-09-27T15:55:32.5127866Z test_mean_grad_case_1e (__main__.TestReductions) 2022-09-27T15:55:32.5372037Z values.requires_grad = True ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_maskedtensor.py line 387 2022-09-27T15:55:32.5372591Z due to: 2022-09-27T15:55:32.5372905Z Traceback (most recent call last): 2022-09-27T15:55:32.5373618Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:32.5374241Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:32.5374825Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:32.5375151Z 2022-09-27T15:55:32.5375352Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:32.5375560Z 2022-09-27T15:55:32.5375683Z Traceback (most recent call last): 2022-09-27T15:55:32.5376050Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:32.5376341Z ) from e 2022-09-27T15:55:32.5376806Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:32.5377211Z 2022-09-27T15:55:32.5377420Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:32.5377748Z ========== 2022-09-27T15:55:32.5405442Z ok (0.028s) 2022-09-27T15:55:32.5416247Z test_mean_grad_case_1f (__main__.TestReductions) 2022-09-27T15:55:32.5608464Z values.requires_grad = False ... ok (0.020s) 2022-09-27T15:55:32.5663411Z test_prod (__main__.TestReductions) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: sym_stride is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:55:32.5664383Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:55:32.5665178Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:55:32.5665658Z warnings.warn(msg) 2022-09-27T15:55:32.5666281Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_prod test_maskedtensor.py line 452 2022-09-27T15:55:32.5666642Z due to: 2022-09-27T15:55:32.5666946Z Traceback (most recent call last): 2022-09-27T15:55:32.5667623Z File "/opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py", line 408, in __torch_function__ 2022-09-27T15:55:32.5668397Z ret = func(*args, **kwargs) 2022-09-27T15:55:32.5669316Z RuntimeError: TypeError: no implementation found for 'torch.ops.aten.sym_stride' on types that implement __torch_dispatch__: [] 2022-09-27T15:55:32.5669773Z 2022-09-27T15:55:32.5669872Z from user code: 2022-09-27T15:55:32.5670331Z File "test_maskedtensor.py", line 455, in test_prod 2022-09-27T15:55:32.5670689Z mt = MaskedTensor(d, m) 2022-09-27T15:55:32.5670862Z 2022-09-27T15:55:32.5671047Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:32.5671354Z ========== 2022-09-27T15:55:32.5683750Z ok (0.007s) 2022-09-27T15:55:32.5737961Z test_prod_grad (__main__.TestReductions) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: sym_stride is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:55:32.5738914Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:55:32.5739719Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:55:32.5740189Z warnings.warn(msg) 2022-09-27T15:55:32.5740885Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_prod_grad test_maskedtensor.py line 465 2022-09-27T15:55:32.5741342Z due to: 2022-09-27T15:55:32.5741640Z Traceback (most recent call last): 2022-09-27T15:55:32.5742324Z File "/opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py", line 408, in __torch_function__ 2022-09-27T15:55:32.5742822Z ret = func(*args, **kwargs) 2022-09-27T15:55:32.5743702Z RuntimeError: TypeError: no implementation found for 'torch.ops.aten.sym_stride' on types that implement __torch_dispatch__: [] 2022-09-27T15:55:32.5744126Z 2022-09-27T15:55:32.5744253Z from user code: 2022-09-27T15:55:32.5744640Z File "test_maskedtensor.py", line 468, in test_prod_grad 2022-09-27T15:55:32.5744998Z mt = MaskedTensor(d, m, requires_grad=True) 2022-09-27T15:55:32.5745205Z 2022-09-27T15:55:32.5745421Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:32.5745789Z ========== 2022-09-27T15:55:32.5763271Z ok (0.007s) 2022-09-27T15:55:32.5814442Z test_sum (__main__.TestReductions) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: sym_stride is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:55:32.5815315Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:55:32.5816105Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:55:32.5816606Z warnings.warn(msg) 2022-09-27T15:55:32.5817241Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sum test_maskedtensor.py line 248 2022-09-27T15:55:32.5817630Z due to: 2022-09-27T15:55:32.5817941Z Traceback (most recent call last): 2022-09-27T15:55:32.5818678Z File "/opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py", line 408, in __torch_function__ 2022-09-27T15:55:32.5819152Z ret = func(*args, **kwargs) 2022-09-27T15:55:32.5820055Z RuntimeError: TypeError: no implementation found for 'torch.ops.aten.sym_stride' on types that implement __torch_dispatch__: [] 2022-09-27T15:55:32.5820522Z 2022-09-27T15:55:32.5820642Z from user code: 2022-09-27T15:55:32.5821012Z File "test_maskedtensor.py", line 251, in test_sum 2022-09-27T15:55:32.5821317Z mt = MaskedTensor(d, m) 2022-09-27T15:55:32.5821527Z 2022-09-27T15:55:32.5821760Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:32.5822416Z ========== 2022-09-27T15:55:32.5833074Z ok (0.006s) 2022-09-27T15:55:32.5887674Z test_sum_grad (__main__.TestReductions) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: sym_stride is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:55:32.5888904Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:55:32.5889709Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:55:32.5890221Z warnings.warn(msg) 2022-09-27T15:55:32.5890912Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sum_grad test_maskedtensor.py line 261 2022-09-27T15:55:32.5891334Z due to: 2022-09-27T15:55:32.5891648Z Traceback (most recent call last): 2022-09-27T15:55:32.5892339Z File "/opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py", line 408, in __torch_function__ 2022-09-27T15:55:32.5892826Z ret = func(*args, **kwargs) 2022-09-27T15:55:32.5893644Z RuntimeError: TypeError: no implementation found for 'torch.ops.aten.sym_stride' on types that implement __torch_dispatch__: [] 2022-09-27T15:55:32.5894129Z 2022-09-27T15:55:32.5894241Z from user code: 2022-09-27T15:55:32.5894607Z File "test_maskedtensor.py", line 264, in test_sum_grad 2022-09-27T15:55:32.5895008Z mt = MaskedTensor(d, m, requires_grad=True) 2022-09-27T15:55:32.5895239Z 2022-09-27T15:55:32.5895464Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:32.5895835Z ========== 2022-09-27T15:55:32.5910739Z ok (0.007s) 2022-09-27T15:55:32.6025002Z test_inplace_unary_fn_aten_abs_ (__main__.TestUnary) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: sym_stride is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:55:32.6025914Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:55:32.6026687Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:55:32.6027225Z warnings.warn(msg) 2022-09-27T15:55:32.6027905Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_inplace_unary test_maskedtensor.py line 149 2022-09-27T15:55:32.6028352Z due to: 2022-09-27T15:55:32.6028667Z Traceback (most recent call last): 2022-09-27T15:55:32.6029300Z File "/opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py", line 408, in __torch_function__ 2022-09-27T15:55:32.6029756Z ret = func(*args, **kwargs) 2022-09-27T15:55:32.6030704Z RuntimeError: TypeError: no implementation found for 'torch.ops.aten.sym_stride' on types that implement __torch_dispatch__: [] 2022-09-27T15:55:32.6031275Z 2022-09-27T15:55:32.6031395Z from user code: 2022-09-27T15:55:32.6031803Z File "test_maskedtensor.py", line 156, in test_inplace_unary 2022-09-27T15:55:32.6032299Z t_args, mt_args = self._get_sample_args(fn_name, data, mask) 2022-09-27T15:55:32.6032561Z 2022-09-27T15:55:32.6033066Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:32.6033469Z ========== 2022-09-27T15:55:32.6154337Z /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: sym_stride is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:55:32.6155231Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:55:32.6155977Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:55:32.6156718Z warnings.warn(msg) 2022-09-27T15:55:32.6157383Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _get_sample_args test_maskedtensor.py line 126 2022-09-27T15:55:32.6157781Z due to: 2022-09-27T15:55:32.6158098Z Traceback (most recent call last): 2022-09-27T15:55:32.6158901Z File "/opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py", line 408, in __torch_function__ 2022-09-27T15:55:32.6159338Z ret = func(*args, **kwargs) 2022-09-27T15:55:32.6160086Z RuntimeError: TypeError: no implementation found for 'torch.ops.aten.sym_stride' on types that implement __torch_dispatch__: [] 2022-09-27T15:55:32.6160539Z 2022-09-27T15:55:32.6160638Z from user code: 2022-09-27T15:55:32.6160951Z File "test_maskedtensor.py", line 128, in _get_sample_args 2022-09-27T15:55:32.6161296Z mt = MaskedTensor(data, mask) 2022-09-27T15:55:32.6161483Z 2022-09-27T15:55:32.6161678Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:32.6162018Z ========== 2022-09-27T15:55:32.6164326Z ok (0.025s) 2022-09-27T15:55:32.6253978Z test_inplace_unary_fn_aten_absolute_ (__main__.TestUnary) ... ok (0.008s) 2022-09-27T15:55:32.6368220Z test_inplace_unary_fn_aten_acos_ (__main__.TestUnary) ... ok (0.011s) 2022-09-27T15:55:32.6470686Z test_inplace_unary_fn_aten_acosh_ (__main__.TestUnary) ... ok (0.010s) 2022-09-27T15:55:32.6578839Z test_inplace_unary_fn_aten_arccos_ (__main__.TestUnary) ... ok (0.010s) 2022-09-27T15:55:32.6680130Z test_inplace_unary_fn_aten_arccosh_ (__main__.TestUnary) ... ok (0.010s) 2022-09-27T15:55:32.6788389Z test_inplace_unary_fn_aten_arcsin_ (__main__.TestUnary) ... ok (0.010s) 2022-09-27T15:55:32.6879362Z test_inplace_unary_fn_aten_arcsinh_ (__main__.TestUnary) ... ok (0.008s) 2022-09-27T15:55:32.6902628Z test_inplace_unary_fn_aten_arctan_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:55:32.6923413Z test_inplace_unary_fn_aten_arctanh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.6941877Z test_inplace_unary_fn_aten_asin_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.6960158Z test_inplace_unary_fn_aten_asinh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.6978121Z test_inplace_unary_fn_aten_atan_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.6997208Z test_inplace_unary_fn_aten_atanh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7015323Z test_inplace_unary_fn_aten_bitwise_not_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7033590Z test_inplace_unary_fn_aten_ceil_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7051724Z test_inplace_unary_fn_aten_clamp_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7069466Z test_inplace_unary_fn_aten_clip_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7087722Z test_inplace_unary_fn_aten_conj_physical_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7106324Z test_inplace_unary_fn_aten_cos_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7125068Z test_inplace_unary_fn_aten_cosh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7143789Z test_inplace_unary_fn_aten_deg2rad_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7162429Z test_inplace_unary_fn_aten_digamma_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7181166Z test_inplace_unary_fn_aten_erf_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7202598Z test_inplace_unary_fn_aten_erfc_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:55:32.7221759Z test_inplace_unary_fn_aten_erfinv_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7240289Z test_inplace_unary_fn_aten_exp2_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7258878Z test_inplace_unary_fn_aten_exp_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7277448Z test_inplace_unary_fn_aten_expm1_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7296334Z test_inplace_unary_fn_aten_fix_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7314998Z test_inplace_unary_fn_aten_floor_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7333096Z test_inplace_unary_fn_aten_frac_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7351484Z test_inplace_unary_fn_aten_i0_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7370201Z test_inplace_unary_fn_aten_lgamma_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7388944Z test_inplace_unary_fn_aten_log10_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7407921Z test_inplace_unary_fn_aten_log1p_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7426778Z test_inplace_unary_fn_aten_log2_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7445661Z test_inplace_unary_fn_aten_log_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7465994Z test_inplace_unary_fn_aten_logit_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7487420Z test_inplace_unary_fn_aten_nan_to_num_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:55:32.7506194Z test_inplace_unary_fn_aten_neg_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7524000Z test_inplace_unary_fn_aten_negative_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7543074Z test_inplace_unary_fn_aten_pow_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7562176Z test_inplace_unary_fn_aten_rad2deg_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7580800Z test_inplace_unary_fn_aten_reciprocal_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7599474Z test_inplace_unary_fn_aten_round_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7618238Z test_inplace_unary_fn_aten_rsqrt_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7637732Z test_inplace_unary_fn_aten_sgn_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7657119Z test_inplace_unary_fn_aten_sigmoid_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7676572Z test_inplace_unary_fn_aten_sign_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7696321Z test_inplace_unary_fn_aten_sin_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7715910Z test_inplace_unary_fn_aten_sinc_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7734492Z test_inplace_unary_fn_aten_sinh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7753983Z test_inplace_unary_fn_aten_sqrt_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7773126Z test_inplace_unary_fn_aten_square_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7799030Z test_inplace_unary_fn_aten_tan_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7818229Z test_inplace_unary_fn_aten_tanh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7837001Z test_inplace_unary_fn_aten_trunc_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.7950178Z test_unary_fn_aten_abs (__main__.TestUnary) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: sym_stride is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:55:32.7951212Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:55:32.7952038Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:55:32.7952548Z warnings.warn(msg) 2022-09-27T15:55:32.7953323Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unary test_maskedtensor.py line 136 2022-09-27T15:55:32.7953753Z due to: 2022-09-27T15:55:32.7954046Z Traceback (most recent call last): 2022-09-27T15:55:32.7954729Z File "/opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py", line 408, in __torch_function__ 2022-09-27T15:55:32.7955210Z ret = func(*args, **kwargs) 2022-09-27T15:55:32.7956100Z RuntimeError: TypeError: no implementation found for 'torch.ops.aten.sym_stride' on types that implement __torch_dispatch__: [] 2022-09-27T15:55:32.7956886Z 2022-09-27T15:55:32.7957003Z from user code: 2022-09-27T15:55:32.7957368Z File "test_maskedtensor.py", line 143, in test_unary 2022-09-27T15:55:32.7957811Z t_args, mt_args = self._get_sample_args(fn_name, data, mask) 2022-09-27T15:55:32.7958057Z 2022-09-27T15:55:32.7958347Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:32.7958719Z ========== 2022-09-27T15:55:32.7962709Z ok (0.012s) 2022-09-27T15:55:32.7983673Z test_unary_fn_aten_absolute (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8003607Z test_unary_fn_aten_acos (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8023481Z test_unary_fn_aten_acosh (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8042444Z test_unary_fn_aten_angle (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8062157Z test_unary_fn_aten_arccos (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8081618Z test_unary_fn_aten_arccosh (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8101046Z test_unary_fn_aten_arcsin (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8120885Z test_unary_fn_aten_arcsinh (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8139678Z test_unary_fn_aten_arctan (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8159589Z test_unary_fn_aten_arctanh (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8178538Z test_unary_fn_aten_asin (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8197858Z test_unary_fn_aten_asinh (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8217010Z test_unary_fn_aten_atan (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8237227Z test_unary_fn_aten_atanh (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8257411Z test_unary_fn_aten_bitwise_not (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:55:32.8276103Z test_unary_fn_aten_ceil (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8294891Z test_unary_fn_aten_clamp (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8317799Z test_unary_fn_aten_clip (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:55:32.8335359Z test_unary_fn_aten_conj_physical (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8354474Z test_unary_fn_aten_cos (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8373952Z test_unary_fn_aten_cosh (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8393589Z test_unary_fn_aten_deg2rad (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8412418Z test_unary_fn_aten_digamma (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8431583Z test_unary_fn_aten_erf (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8451610Z test_unary_fn_aten_erfc (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8471430Z test_unary_fn_aten_erfinv (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8490965Z test_unary_fn_aten_exp (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8510913Z test_unary_fn_aten_exp2 (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8529658Z test_unary_fn_aten_expm1 (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8548734Z test_unary_fn_aten_fix (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8567318Z test_unary_fn_aten_floor (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8585468Z test_unary_fn_aten_frac (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8604947Z test_unary_fn_aten_i0 (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8623291Z test_unary_fn_aten_isnan (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8641936Z test_unary_fn_aten_lgamma (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8664184Z test_unary_fn_aten_log (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:55:32.8683686Z test_unary_fn_aten_log10 (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8703553Z test_unary_fn_aten_log1p (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8723127Z test_unary_fn_aten_log2 (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8743338Z test_unary_fn_aten_logit (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8762887Z test_unary_fn_aten_nan_to_num (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8782090Z test_unary_fn_aten_neg (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8801129Z test_unary_fn_aten_negative (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8819686Z test_unary_fn_aten_positive (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8841108Z test_unary_fn_aten_pow (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:55:32.8860583Z test_unary_fn_aten_rad2deg (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8878961Z test_unary_fn_aten_reciprocal (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8897965Z test_unary_fn_aten_round (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8916871Z test_unary_fn_aten_rsqrt (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8935365Z test_unary_fn_aten_sgn (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8953904Z test_unary_fn_aten_sigmoid (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8972655Z test_unary_fn_aten_sign (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.8991398Z test_unary_fn_aten_signbit (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.9014908Z test_unary_fn_aten_sin (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:55:32.9034900Z test_unary_fn_aten_sinc (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.9052504Z test_unary_fn_aten_sinh (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.9071482Z test_unary_fn_aten_sqrt (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.9091299Z test_unary_fn_aten_square (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.9109991Z test_unary_fn_aten_tan (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.9129672Z test_unary_fn_aten_tanh (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.9150715Z test_unary_fn_aten_trunc (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:55:32.9151063Z 2022-09-27T15:55:32.9151612Z ---------------------------------------------------------------------- 2022-09-27T15:55:32.9151986Z Ran 210 tests in 2.116s 2022-09-27T15:55:32.9152178Z 2022-09-27T15:55:32.9152300Z OK (skipped=1) 2022-09-27T15:55:32.9152482Z 2022-09-27T15:55:32.9152621Z Generating XML reports... 2022-09-27T15:55:32.9231234Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestBinary-20220927155530.xml 2022-09-27T15:55:32.9235241Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestMatMul-20220927155530.xml 2022-09-27T15:55:32.9256456Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestReductions-20220927155530.xml 2022-09-27T15:55:32.9349060Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestUnary-20220927155530.xml 2022-09-27T15:55:33.4048685Z Running test_nestedtensor ... [2022-09-27 15:55:33.404504] 2022-09-27T15:55:33.4049241Z Executing ['/opt/conda/bin/python', '-bb', 'test_nestedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:55:33.404585] 2022-09-27T15:55:34.9802894Z Test results will be stored in test-reports/python-unittest/test_nestedtensor 2022-09-27T15:55:34.9823186Z 2022-09-27T15:55:34.9823519Z Running tests... 2022-09-27T15:55:34.9824217Z ---------------------------------------------------------------------- 2022-09-27T15:55:35.0585302Z test_activations (__main__.TestNestedTensor) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_activations test_nestedtensor.py line 254 2022-09-27T15:55:35.0585658Z due to: 2022-09-27T15:55:35.0585835Z Traceback (most recent call last): 2022-09-27T15:55:35.0586258Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.0586726Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.0587725Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.0588213Z 2022-09-27T15:55:35.0588350Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.0588515Z 2022-09-27T15:55:35.0588607Z Traceback (most recent call last): 2022-09-27T15:55:35.0588953Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.0589219Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.0589454Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.0589606Z 2022-09-27T15:55:35.0589676Z from user code: 2022-09-27T15:55:35.0589899Z File "test_nestedtensor.py", line 258, in test_activations 2022-09-27T15:55:35.0590109Z nt = nested_tensor([t]) 2022-09-27T15:55:35.0590225Z 2022-09-27T15:55:35.0590356Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.0590573Z ========== 2022-09-27T15:55:35.0592185Z test_nestedtensor.py:258: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-09-27T15:55:35.0592586Z nt = nested_tensor([t]) 2022-09-27T15:55:35.0643907Z ok (0.022s) 2022-09-27T15:55:35.1549182Z test_default_nested_tensor (__main__.TestNestedTensor) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 145 2022-09-27T15:55:35.1549719Z due to: 2022-09-27T15:55:35.1550048Z Traceback (most recent call last): 2022-09-27T15:55:35.1550527Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:55:35.1550990Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:55:35.1551454Z TypeError: nested_tensor() missing 1 required positional arguments: "list" 2022-09-27T15:55:35.1551743Z 2022-09-27T15:55:35.1551862Z from user code: 2022-09-27T15:55:35.1552210Z File "test_nestedtensor.py", line 145, in 2022-09-27T15:55:35.1552644Z self.assertRaises(TypeError, lambda: nested_tensor()) 2022-09-27T15:55:35.1553061Z 2022-09-27T15:55:35.1553282Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.1553653Z ========== 2022-09-27T15:55:35.1568828Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 145 2022-09-27T15:55:35.1569323Z due to: 2022-09-27T15:55:35.1569643Z Traceback (most recent call last): 2022-09-27T15:55:35.1570316Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 859, in __torch_dispatch__ 2022-09-27T15:55:35.1570845Z assert func not in _device_not_kwarg_ops, f"NYI: {func}" 2022-09-27T15:55:35.1571271Z AssertionError: NYI: aten.nested_tensor.default 2022-09-27T15:55:35.1571516Z 2022-09-27T15:55:35.1571631Z from user code: 2022-09-27T15:55:35.1572034Z File "test_nestedtensor.py", line 146, in 2022-09-27T15:55:35.1572500Z default_nested_tensor = nested_tensor([]) 2022-09-27T15:55:35.1572726Z 2022-09-27T15:55:35.1572948Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.1573317Z ========== 2022-09-27T15:55:35.1591271Z ok (0.094s) 2022-09-27T15:55:35.1628819Z test_dim (__main__.TestNestedTensor) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dim test_nestedtensor.py line 163 2022-09-27T15:55:35.1629321Z due to: 2022-09-27T15:55:35.1629612Z Traceback (most recent call last): 2022-09-27T15:55:35.1630276Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 859, in __torch_dispatch__ 2022-09-27T15:55:35.1630815Z assert func not in _device_not_kwarg_ops, f"NYI: {func}" 2022-09-27T15:55:35.1631618Z AssertionError: NYI: aten.nested_tensor.default 2022-09-27T15:55:35.1631893Z 2022-09-27T15:55:35.1632240Z from user code: 2022-09-27T15:55:35.1632606Z File "test_nestedtensor.py", line 166, in test_dim 2022-09-27T15:55:35.1633417Z a1 = constructor([]) 2022-09-27T15:55:35.1633609Z 2022-09-27T15:55:35.1633831Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.1634200Z ========== 2022-09-27T15:55:35.1634444Z ok (0.004s) 2022-09-27T15:55:35.1666502Z test_is_contiguous (__main__.TestNestedTensor) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_is_contiguous test_nestedtensor.py line 217 2022-09-27T15:55:35.1667881Z due to: 2022-09-27T15:55:35.1668207Z Traceback (most recent call last): 2022-09-27T15:55:35.1668896Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 859, in __torch_dispatch__ 2022-09-27T15:55:35.1669448Z assert func not in _device_not_kwarg_ops, f"NYI: {func}" 2022-09-27T15:55:35.1669869Z AssertionError: NYI: aten.nested_tensor.default 2022-09-27T15:55:35.1670115Z 2022-09-27T15:55:35.1670234Z from user code: 2022-09-27T15:55:35.1670607Z File "test_nestedtensor.py", line 221, in test_is_contiguous 2022-09-27T15:55:35.1671001Z nt_empty = torch.nested_tensor([]) 2022-09-27T15:55:35.1671215Z 2022-09-27T15:55:35.1671435Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.1671803Z ========== 2022-09-27T15:55:35.1856557Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT random_nt_noncontiguous_pair test_nestedtensor.py line 28 2022-09-27T15:55:35.1857098Z due to: 2022-09-27T15:55:35.1857424Z Traceback (most recent call last): 2022-09-27T15:55:35.1858012Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.1858455Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.1859399Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.1859897Z 2022-09-27T15:55:35.1860128Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.1860412Z 2022-09-27T15:55:35.1860567Z Traceback (most recent call last): 2022-09-27T15:55:35.1861022Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.1861489Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.1861879Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.1862119Z 2022-09-27T15:55:35.1862222Z from user code: 2022-09-27T15:55:35.1862619Z File "test_nestedtensor.py", line 36, in random_nt_noncontiguous_pair 2022-09-27T15:55:35.1863057Z nt_contiguous = torch.nested_tensor(ys) 2022-09-27T15:55:35.1863284Z 2022-09-27T15:55:35.1863499Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.1863846Z ========== 2022-09-27T15:55:35.1869819Z ok (0.023s) 2022-09-27T15:55:35.1994627Z test_nested_namespace (__main__.TestNestedTensor) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nested_namespace test_nestedtensor.py line 269 2022-09-27T15:55:35.1995176Z due to: 2022-09-27T15:55:35.1995499Z Traceback (most recent call last): 2022-09-27T15:55:35.1996121Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.1996578Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.1997512Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.1998015Z 2022-09-27T15:55:35.1998243Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.1998519Z 2022-09-27T15:55:35.1998675Z Traceback (most recent call last): 2022-09-27T15:55:35.1999146Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.1999593Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.1999982Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.2000218Z 2022-09-27T15:55:35.2000330Z from user code: 2022-09-27T15:55:35.2000946Z File "test_nestedtensor.py", line 270, in test_nested_namespace 2022-09-27T15:55:35.2001412Z nt = torch.nested_tensor([torch.randn(2, 3), torch.randn(4, 5)]) 2022-09-27T15:55:35.2001676Z 2022-09-27T15:55:35.2001897Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.2002266Z ========== 2022-09-27T15:55:35.2002519Z ok (0.012s) 2022-09-27T15:55:35.2026057Z test_nested_tensor (__main__.TestNestedTensor) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 124 2022-09-27T15:55:35.2026589Z due to: 2022-09-27T15:55:35.2026888Z Traceback (most recent call last): 2022-09-27T15:55:35.2027392Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:55:35.2027874Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:55:35.2028319Z TypeError: expected Tensor as element 0 in argument 0, but got float 2022-09-27T15:55:35.2028581Z 2022-09-27T15:55:35.2028698Z from user code: 2022-09-27T15:55:35.2029065Z File "test_nestedtensor.py", line 124, in 2022-09-27T15:55:35.2029516Z self.assertRaises(TypeError, lambda: nested_tensor([3.0])) 2022-09-27T15:55:35.2029780Z 2022-09-27T15:55:35.2029990Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.2030361Z ========== 2022-09-27T15:55:35.2048665Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 125 2022-09-27T15:55:35.2049101Z due to: 2022-09-27T15:55:35.2049401Z Traceback (most recent call last): 2022-09-27T15:55:35.2049910Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:55:35.2050414Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:55:35.2051067Z TypeError: nested_tensor(): argument 'list' (position 1) must be tuple of Tensors, not FakeTensor 2022-09-27T15:55:35.2051375Z 2022-09-27T15:55:35.2051485Z from user code: 2022-09-27T15:55:35.2051845Z File "test_nestedtensor.py", line 125, in 2022-09-27T15:55:35.2052323Z self.assertRaises(TypeError, lambda: nested_tensor(torch.tensor([3.0]))) 2022-09-27T15:55:35.2052608Z 2022-09-27T15:55:35.2052826Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.2053180Z ========== 2022-09-27T15:55:35.2056403Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 126 2022-09-27T15:55:35.2056815Z due to: 2022-09-27T15:55:35.2059122Z Traceback (most recent call last): 2022-09-27T15:55:35.2059920Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:55:35.2060655Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:55:35.2061747Z TypeError: nested_tensor(): argument 'list' (position 1) must be tuple of Tensors, not float 2022-09-27T15:55:35.2062177Z 2022-09-27T15:55:35.2064435Z from user code: 2022-09-27T15:55:35.2064861Z File "test_nestedtensor.py", line 126, in 2022-09-27T15:55:35.2065347Z self.assertRaises(TypeError, lambda: nested_tensor(4.0)) 2022-09-27T15:55:35.2065643Z 2022-09-27T15:55:35.2065884Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.2066276Z ========== 2022-09-27T15:55:35.2066555Z ok (0.005s) 2022-09-27T15:55:35.2174673Z test_nested_tensor_matching_dim (__main__.TestNestedTensor) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 133 2022-09-27T15:55:35.2175267Z due to: 2022-09-27T15:55:35.2175628Z Traceback (most recent call last): 2022-09-27T15:55:35.2176250Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.2176738Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.2177368Z RuntimeError: All Tensors given to nested_tensor must have the same dimension. Found dimension 1 for Tensor at index 1 and dimension 0 for Tensor at index 0. 2022-09-27T15:55:35.2177808Z 2022-09-27T15:55:35.2178051Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.2178648Z 2022-09-27T15:55:35.2178796Z Traceback (most recent call last): 2022-09-27T15:55:35.2179296Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.2179784Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.2180182Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.2180437Z 2022-09-27T15:55:35.2180665Z from user code: 2022-09-27T15:55:35.2181049Z File "test_nestedtensor.py", line 133, in 2022-09-27T15:55:35.2181523Z lambda: nested_tensor([torch.tensor(1.0), torch.tensor([])]), 2022-09-27T15:55:35.2181787Z 2022-09-27T15:55:35.2182020Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.2182408Z ========== 2022-09-27T15:55:35.2275885Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 138 2022-09-27T15:55:35.2276376Z due to: 2022-09-27T15:55:35.2276704Z Traceback (most recent call last): 2022-09-27T15:55:35.2277370Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.2277876Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.2278497Z RuntimeError: All Tensors given to nested_tensor must have the same dimension. Found dimension 1 for Tensor at index 2 and dimension 0 for Tensor at index 1. 2022-09-27T15:55:35.2278933Z 2022-09-27T15:55:35.2279188Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.2279486Z 2022-09-27T15:55:35.2279645Z Traceback (most recent call last): 2022-09-27T15:55:35.2280144Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.2280622Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.2281036Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.2281292Z 2022-09-27T15:55:35.2281414Z from user code: 2022-09-27T15:55:35.2281771Z File "test_nestedtensor.py", line 139, in 2022-09-27T15:55:35.2282222Z [torch.tensor(1.0), torch.tensor(2.0), torch.tensor([])] 2022-09-27T15:55:35.2282490Z 2022-09-27T15:55:35.2282726Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.2283097Z ========== 2022-09-27T15:55:35.2301060Z ok (0.024s) 2022-09-27T15:55:35.2349435Z test_numel (__main__.TestNestedTensor) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_numel test_nestedtensor.py line 173 2022-09-27T15:55:35.2349994Z due to: 2022-09-27T15:55:35.2350268Z Traceback (most recent call last): 2022-09-27T15:55:35.2350907Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 859, in __torch_dispatch__ 2022-09-27T15:55:35.2351464Z assert func not in _device_not_kwarg_ops, f"NYI: {func}" 2022-09-27T15:55:35.2351892Z AssertionError: NYI: aten.nested_tensor.default 2022-09-27T15:55:35.2352156Z 2022-09-27T15:55:35.2352275Z from user code: 2022-09-27T15:55:35.2352627Z File "test_nestedtensor.py", line 177, in test_numel 2022-09-27T15:55:35.2353225Z a1 = constructor([]) 2022-09-27T15:55:35.2353406Z 2022-09-27T15:55:35.2353618Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.2354124Z ========== 2022-09-27T15:55:35.2358485Z ok (0.005s) 2022-09-27T15:55:35.2389784Z test_repr_string (__main__.TestNestedTensor) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_repr_string test_nestedtensor.py line 235 2022-09-27T15:55:35.2390296Z due to: 2022-09-27T15:55:35.2390598Z Traceback (most recent call last): 2022-09-27T15:55:35.2391260Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 859, in __torch_dispatch__ 2022-09-27T15:55:35.2391763Z assert func not in _device_not_kwarg_ops, f"NYI: {func}" 2022-09-27T15:55:35.2392182Z AssertionError: NYI: aten.nested_tensor.default 2022-09-27T15:55:35.2392411Z 2022-09-27T15:55:35.2392526Z from user code: 2022-09-27T15:55:35.2393086Z File "test_nestedtensor.py", line 237, in test_repr_string 2022-09-27T15:55:35.2393474Z a = nested_tensor([]) 2022-09-27T15:55:35.2393654Z 2022-09-27T15:55:35.2394154Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.2394475Z ========== 2022-09-27T15:55:35.2410059Z ok (0.005s) 2022-09-27T15:55:35.2435834Z test_size (__main__.TestNestedTensor) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 203 2022-09-27T15:55:35.2436327Z due to: 2022-09-27T15:55:35.2436810Z Traceback (most recent call last): 2022-09-27T15:55:35.2437507Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.2438095Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.2438671Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.2439025Z 2022-09-27T15:55:35.2439252Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.2439530Z 2022-09-27T15:55:35.2439687Z Traceback (most recent call last): 2022-09-27T15:55:35.2440157Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.2440567Z ) from e 2022-09-27T15:55:35.2441129Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.2441561Z 2022-09-27T15:55:35.2441787Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.2442143Z ========== 2022-09-27T15:55:35.2451696Z ok (0.004s) 2022-09-27T15:55:35.2474732Z test_stride (__main__.TestNestedTensor) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 214 2022-09-27T15:55:35.2475245Z due to: 2022-09-27T15:55:35.2475542Z Traceback (most recent call last): 2022-09-27T15:55:35.2476207Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.2476797Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.2477391Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.2477730Z 2022-09-27T15:55:35.2477958Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.2478233Z 2022-09-27T15:55:35.2478386Z Traceback (most recent call last): 2022-09-27T15:55:35.2478858Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.2479248Z ) from e 2022-09-27T15:55:35.2479807Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.2480240Z 2022-09-27T15:55:35.2480458Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.2480825Z ========== 2022-09-27T15:55:35.2490078Z ok (0.003s) 2022-09-27T15:55:35.2514826Z test_to_padded_tensor_on_empty_tensor (__main__.TestNestedTensor) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_to_padded_tensor_on_empty_tensor test_nestedtensor.py line 263 2022-09-27T15:55:35.2515415Z due to: 2022-09-27T15:55:35.2515708Z Traceback (most recent call last): 2022-09-27T15:55:35.2516377Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 859, in __torch_dispatch__ 2022-09-27T15:55:35.2516919Z assert func not in _device_not_kwarg_ops, f"NYI: {func}" 2022-09-27T15:55:35.2517364Z AssertionError: NYI: aten.nested_tensor.default 2022-09-27T15:55:35.2517608Z 2022-09-27T15:55:35.2517709Z from user code: 2022-09-27T15:55:35.2518124Z File "test_nestedtensor.py", line 265, in test_to_padded_tensor_on_empty_tensor 2022-09-27T15:55:35.2518552Z nt = torch.nested_tensor([]) 2022-09-27T15:55:35.2518754Z 2022-09-27T15:55:35.2519048Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.2519417Z ========== 2022-09-27T15:55:35.2519680Z ok (0.002s) 2022-09-27T15:55:35.2665057Z test_unbind_0 (__main__.TestNestedTensor) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_unbind_case test_nestedtensor.py line 68 2022-09-27T15:55:35.2665612Z due to: 2022-09-27T15:55:35.2665798Z Traceback (most recent call last): 2022-09-27T15:55:35.2666171Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.2666447Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.2667044Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.2667343Z 2022-09-27T15:55:35.2667479Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.2667644Z 2022-09-27T15:55:35.2667737Z Traceback (most recent call last): 2022-09-27T15:55:35.2668007Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.2668279Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.2668515Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.2668661Z 2022-09-27T15:55:35.2668729Z from user code: 2022-09-27T15:55:35.2668939Z File "test_nestedtensor.py", line 70, in _test_unbind_case 2022-09-27T15:55:35.2669164Z nt = nested_tensor([a, b]) 2022-09-27T15:55:35.2669282Z 2022-09-27T15:55:35.2669415Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.2669622Z ========== 2022-09-27T15:55:35.2675175Z ok (0.015s) 2022-09-27T15:55:35.2746000Z test_unbind_1 (__main__.TestNestedTensor) ... ok (0.007s) 2022-09-27T15:55:35.2812920Z test_unbind_3 (__main__.TestNestedTensor) ... ok (0.006s) 2022-09-27T15:55:35.2879362Z test_unbind_4 (__main__.TestNestedTensor) ... ok (0.006s) 2022-09-27T15:55:35.2987150Z test_unbind_dim (__main__.TestNestedTensor) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_fn test_nestedtensor.py line 110 2022-09-27T15:55:35.2987456Z due to: 2022-09-27T15:55:35.2987649Z Traceback (most recent call last): 2022-09-27T15:55:35.2988004Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.2988289Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.2988833Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.2989134Z 2022-09-27T15:55:35.2989260Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.2989425Z 2022-09-27T15:55:35.2989516Z Traceback (most recent call last): 2022-09-27T15:55:35.2989793Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.2990066Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.2990284Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.2990424Z 2022-09-27T15:55:35.2990493Z from user code: 2022-09-27T15:55:35.2990702Z File "test_nestedtensor.py", line 113, in _test_fn 2022-09-27T15:55:35.2990908Z nt = nested_tensor([a, b]) 2022-09-27T15:55:35.2991023Z 2022-09-27T15:55:35.2991154Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.2991368Z ========== 2022-09-27T15:55:35.2993353Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 114 2022-09-27T15:55:35.2993614Z due to: 2022-09-27T15:55:35.2993809Z Traceback (most recent call last): 2022-09-27T15:55:35.2994203Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.2994537Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.2994881Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.2995087Z 2022-09-27T15:55:35.2995222Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.2995386Z 2022-09-27T15:55:35.2995476Z Traceback (most recent call last): 2022-09-27T15:55:35.2995743Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.2996149Z ) from e 2022-09-27T15:55:35.2996481Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.2996735Z 2022-09-27T15:55:35.2996940Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.2997181Z ========== 2022-09-27T15:55:35.2998393Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 118 2022-09-27T15:55:35.2998676Z due to: 2022-09-27T15:55:35.2998867Z Traceback (most recent call last): 2022-09-27T15:55:35.2999254Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.2999600Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.2999936Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.3000147Z 2022-09-27T15:55:35.3000282Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.3000445Z 2022-09-27T15:55:35.3000535Z Traceback (most recent call last): 2022-09-27T15:55:35.3000811Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.3001038Z ) from e 2022-09-27T15:55:35.3001370Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.3001625Z 2022-09-27T15:55:35.3001754Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.3001956Z ========== 2022-09-27T15:55:35.3021724Z ok (0.014s) 2022-09-27T15:55:35.3151370Z test_backward_for_add_op (__main__.TestNestedTensorAutograd) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _create_nested_tensor_from_mask test_nestedtensor.py line 1347 2022-09-27T15:55:35.3151986Z due to: 2022-09-27T15:55:35.3152380Z Traceback (most recent call last): 2022-09-27T15:55:35.3152722Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.3153133Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.3155151Z NotImplementedError: Could not run 'aten::_nested_tensor_from_mask' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_nested_tensor_from_mask' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:55:35.3156434Z 2022-09-27T15:55:35.3156609Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:55:35.3157038Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:55:35.3157486Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:55:35.3157914Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:55:35.3158369Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:55:35.3158916Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:55:35.3159362Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:55:35.3159796Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:55:35.3160250Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:55:35.3160686Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:55:35.3161188Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.3161590Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.3162001Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.3162406Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.3162815Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.3163208Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.3163603Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.3164010Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.3164414Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.3164809Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.3165277Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.3165685Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.3166109Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.3166530Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.3166959Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.3167402Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.3167807Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp:12947 [kernel] 2022-09-27T15:55:35.3168186Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:55:35.3168589Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:55:35.3169078Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:55:35.3169562Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:55:35.3170018Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:55:35.3170544Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:55:35.3171012Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:55:35.3171455Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:55:35.3171896Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:55:35.3172346Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:55:35.3172575Z 2022-09-27T15:55:35.3172580Z 2022-09-27T15:55:35.3172718Z During handling of the above exception, another exception occurred: 2022-09-27T15:55:35.3172885Z 2022-09-27T15:55:35.3172976Z Traceback (most recent call last): 2022-09-27T15:55:35.3173371Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.3173721Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.3174069Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.3174275Z 2022-09-27T15:55:35.3174398Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.3174562Z 2022-09-27T15:55:35.3174653Z Traceback (most recent call last): 2022-09-27T15:55:35.3174933Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.3175175Z ) from e 2022-09-27T15:55:35.3175493Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.3175745Z 2022-09-27T15:55:35.3175882Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.3176042Z 2022-09-27T15:55:35.3176133Z Traceback (most recent call last): 2022-09-27T15:55:35.3176407Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.3176667Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.3176900Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.3177042Z 2022-09-27T15:55:35.3177111Z from user code: 2022-09-27T15:55:35.3177335Z File "test_nestedtensor.py", line 1350, in _create_nested_tensor_from_mask 2022-09-27T15:55:35.3177607Z return torch._nested_tensor_from_mask(data, mask) 2022-09-27T15:55:35.3177750Z 2022-09-27T15:55:35.3177883Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.3178088Z ========== 2022-09-27T15:55:35.3178255Z ok (0.013s) 2022-09-27T15:55:35.3280086Z test_dropout_backward (__main__.TestNestedTensorAutograd) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dropout_backward test_nestedtensor.py line 1472 2022-09-27T15:55:35.3280433Z due to: 2022-09-27T15:55:35.3280695Z Traceback (most recent call last): 2022-09-27T15:55:35.3281044Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.3281326Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.3281919Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.3282257Z 2022-09-27T15:55:35.3282399Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.3282564Z 2022-09-27T15:55:35.3282656Z Traceback (most recent call last): 2022-09-27T15:55:35.3282991Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.3283251Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.3283635Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.3283825Z 2022-09-27T15:55:35.3283896Z from user code: 2022-09-27T15:55:35.3284123Z File "test_nestedtensor.py", line 1473, in test_dropout_backward 2022-09-27T15:55:35.3284427Z nt = torch.nested_tensor([torch.randn((2, 5)), torch.randn((3, 4))]).requires_grad_(True) 2022-09-27T15:55:35.3284690Z 2022-09-27T15:55:35.3284825Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.3285101Z ========== 2022-09-27T15:55:35.3289305Z ok (0.012s) 2022-09-27T15:55:35.3413745Z test_nested_tensor_bmm_backward (__main__.TestNestedTensorAutograd) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nested_tensor_bmm_backward test_nestedtensor.py line 1494 2022-09-27T15:55:35.3414098Z due to: 2022-09-27T15:55:35.3414296Z Traceback (most recent call last): 2022-09-27T15:55:35.3414637Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.3414909Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.3415459Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.3415746Z 2022-09-27T15:55:35.3415887Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.3416052Z 2022-09-27T15:55:35.3416131Z Traceback (most recent call last): 2022-09-27T15:55:35.3416409Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.3416680Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.3416901Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.3417042Z 2022-09-27T15:55:35.3417112Z from user code: 2022-09-27T15:55:35.3417351Z File "test_nestedtensor.py", line 1495, in test_nested_tensor_bmm_backward 2022-09-27T15:55:35.3417659Z nt0 = torch.nested_tensor([torch.randn((2, 6)), torch.randn((3, 6))]).requires_grad_(True) 2022-09-27T15:55:35.3417823Z 2022-09-27T15:55:35.3417958Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.3418177Z ========== 2022-09-27T15:55:35.3424504Z ok (0.013s) 2022-09-27T15:55:35.3635162Z test_nested_tensor_bmm_gradcheck (__main__.TestNestedTensorAutograd) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT grad_test_func test_nestedtensor.py line 1485 2022-09-27T15:55:35.3635516Z due to: 2022-09-27T15:55:35.3635772Z Traceback (most recent call last): 2022-09-27T15:55:35.3636127Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.3636414Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.3636993Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.3637349Z 2022-09-27T15:55:35.3637494Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.3637660Z 2022-09-27T15:55:35.3637751Z Traceback (most recent call last): 2022-09-27T15:55:35.3638075Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.3638352Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.3638590Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.3638756Z 2022-09-27T15:55:35.3638844Z from user code: 2022-09-27T15:55:35.3639065Z File "test_nestedtensor.py", line 1486, in grad_test_func 2022-09-27T15:55:35.3639300Z nt0 = torch.nested_tensor([a, b]) 2022-09-27T15:55:35.3639425Z 2022-09-27T15:55:35.3639616Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.3639821Z ========== 2022-09-27T15:55:35.3915146Z ok (0.048s) 2022-09-27T15:55:35.4112562Z test_nested_tensor_from_list (__main__.TestNestedTensorAutograd) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT grad_test_func test_nestedtensor.py line 1441 2022-09-27T15:55:35.4114733Z due to: 2022-09-27T15:55:35.4115025Z Traceback (most recent call last): 2022-09-27T15:55:35.4115628Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.4116080Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.4117088Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.4117594Z 2022-09-27T15:55:35.4117826Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.4118106Z 2022-09-27T15:55:35.4118256Z Traceback (most recent call last): 2022-09-27T15:55:35.4118720Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.4119164Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.4119558Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.4119804Z 2022-09-27T15:55:35.4119917Z from user code: 2022-09-27T15:55:35.4120271Z File "test_nestedtensor.py", line 1442, in grad_test_func 2022-09-27T15:55:35.4120668Z c = torch.nested_tensor([a, b, c]) 2022-09-27T15:55:35.4120880Z 2022-09-27T15:55:35.4121098Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.4121451Z ========== 2022-09-27T15:55:35.4140215Z ok (0.022s) 2022-09-27T15:55:35.4295856Z test_nested_tensor_from_mask_and_to_padded (__main__.TestNestedTensorAutograd) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT grad_test_func test_nestedtensor.py line 1402 2022-09-27T15:55:35.4296546Z due to: 2022-09-27T15:55:35.4296838Z Traceback (most recent call last): 2022-09-27T15:55:35.4297434Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.4297883Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.4301425Z NotImplementedError: Could not run 'aten::_nested_tensor_from_mask' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_nested_tensor_from_mask' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:55:35.4303493Z 2022-09-27T15:55:35.4303780Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:55:35.4304502Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:55:35.4305265Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:55:35.4306002Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:55:35.4306767Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:55:35.4307480Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:55:35.4308146Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:55:35.4308792Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:55:35.4309655Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:55:35.4310453Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:55:35.4311193Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.4311910Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.4312609Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.4313451Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.4314136Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.4314829Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.4315530Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.4316218Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.4316899Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.4317590Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.4318291Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.4319000Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.4319714Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.4320452Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.4321187Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.4321930Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:55:35.4322603Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp:12947 [kernel] 2022-09-27T15:55:35.4323269Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:55:35.4323957Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:55:35.4324720Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:55:35.4325615Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:55:35.4326359Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:55:35.4327070Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:55:35.4327814Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:55:35.4328604Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:55:35.4329428Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:55:35.4330201Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:55:35.4330592Z 2022-09-27T15:55:35.4330599Z 2022-09-27T15:55:35.4330831Z During handling of the above exception, another exception occurred: 2022-09-27T15:55:35.4331089Z 2022-09-27T15:55:35.4331246Z Traceback (most recent call last): 2022-09-27T15:55:35.4331932Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.4332516Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.4333103Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.4333445Z 2022-09-27T15:55:35.4333673Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.4333950Z 2022-09-27T15:55:35.4334103Z Traceback (most recent call last): 2022-09-27T15:55:35.4334573Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.4334966Z ) from e 2022-09-27T15:55:35.4335521Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.4335952Z 2022-09-27T15:55:35.4336182Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.4336454Z 2022-09-27T15:55:35.4336606Z Traceback (most recent call last): 2022-09-27T15:55:35.4337057Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.4337520Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.4337912Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.4338152Z 2022-09-27T15:55:35.4338252Z from user code: 2022-09-27T15:55:35.4338623Z File "test_nestedtensor.py", line 1403, in grad_test_func 2022-09-27T15:55:35.4339046Z nt = torch._nested_tensor_from_mask(inpt, mask) 2022-09-27T15:55:35.4339283Z 2022-09-27T15:55:35.4339487Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.4339859Z ========== 2022-09-27T15:55:35.4340136Z ok (0.016s) 2022-09-27T15:55:35.4485919Z test_nested_tensor_from_padded (__main__.TestNestedTensorAutograd) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT grad_test_func test_nestedtensor.py line 1414 2022-09-27T15:55:35.4486485Z due to: 2022-09-27T15:55:35.4486789Z Traceback (most recent call last): 2022-09-27T15:55:35.4487441Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.4487898Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.4491348Z NotImplementedError: Could not run 'aten::_nested_from_padded' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_nested_from_padded' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:55:35.4493563Z 2022-09-27T15:55:35.4493851Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:55:35.4494583Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:55:35.4495445Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:55:35.4496203Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:55:35.4496996Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:55:35.4497719Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:55:35.4498376Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:55:35.4499051Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:55:35.4499733Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:55:35.4500508Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:55:35.4501268Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4501990Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4502719Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4503448Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4504160Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4504876Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4505577Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4506268Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4507034Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4507729Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4508429Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4509131Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4509861Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4510612Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4511360Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4512141Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4513069Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_3.cpp:14484 [kernel] 2022-09-27T15:55:35.4513748Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:55:35.4514506Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:55:35.4515275Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:55:35.4516085Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:55:35.4516836Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:55:35.4517550Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:55:35.4518308Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:55:35.4519054Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:55:35.4519842Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:55:35.4520612Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:55:35.4521012Z 2022-09-27T15:55:35.4521019Z 2022-09-27T15:55:35.4521249Z During handling of the above exception, another exception occurred: 2022-09-27T15:55:35.4521517Z 2022-09-27T15:55:35.4521671Z Traceback (most recent call last): 2022-09-27T15:55:35.4522384Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.4522959Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.4523538Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.4523890Z 2022-09-27T15:55:35.4524120Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.4524401Z 2022-09-27T15:55:35.4524557Z Traceback (most recent call last): 2022-09-27T15:55:35.4525101Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.4525499Z ) from e 2022-09-27T15:55:35.4526076Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.4526519Z 2022-09-27T15:55:35.4526746Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.4527023Z 2022-09-27T15:55:35.4527176Z Traceback (most recent call last): 2022-09-27T15:55:35.4527639Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.4528101Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.4528497Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.4528719Z 2022-09-27T15:55:35.4528839Z from user code: 2022-09-27T15:55:35.4529207Z File "test_nestedtensor.py", line 1415, in grad_test_func 2022-09-27T15:55:35.4529702Z nt = torch._nested_from_padded(tensor, nested_size, fuse_transform_0213=False) 2022-09-27T15:55:35.4529992Z 2022-09-27T15:55:35.4530203Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.4530567Z ========== 2022-09-27T15:55:35.4530840Z ok (0.019s) 2022-09-27T15:55:35.4675188Z test_nested_tensor_from_padded_fused (__main__.TestNestedTensorAutograd) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT grad_test_func test_nestedtensor.py line 1428 2022-09-27T15:55:35.4675785Z due to: 2022-09-27T15:55:35.4676158Z Traceback (most recent call last): 2022-09-27T15:55:35.4676972Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.4677434Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.4681017Z NotImplementedError: Could not run 'aten::_nested_from_padded' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_nested_from_padded' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:55:35.4683050Z 2022-09-27T15:55:35.4683341Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:55:35.4684070Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:55:35.4684822Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:55:35.4685652Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:55:35.4686446Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:55:35.4687166Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:55:35.4687820Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:55:35.4688488Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:55:35.4689162Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:55:35.4689923Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:55:35.4690671Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4691390Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4692103Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4692810Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4693509Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4694209Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4694912Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4695627Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4696321Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4697069Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4697780Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4698544Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4699284Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4700036Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4700784Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4701536Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T15:55:35.4702219Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_3.cpp:14484 [kernel] 2022-09-27T15:55:35.4702894Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:55:35.4703593Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:55:35.4704342Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:55:35.4705167Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:55:35.4705919Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:55:35.4706632Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:55:35.4707366Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:55:35.4708128Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:55:35.4708926Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:55:35.4709710Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:55:35.4710110Z 2022-09-27T15:55:35.4710116Z 2022-09-27T15:55:35.4710349Z During handling of the above exception, another exception occurred: 2022-09-27T15:55:35.4710620Z 2022-09-27T15:55:35.4710778Z Traceback (most recent call last): 2022-09-27T15:55:35.4711466Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.4712050Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.4712639Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.4713180Z 2022-09-27T15:55:35.4713411Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.4713692Z 2022-09-27T15:55:35.4713849Z Traceback (most recent call last): 2022-09-27T15:55:35.4714331Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.4714729Z ) from e 2022-09-27T15:55:35.4715293Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.4715724Z 2022-09-27T15:55:35.4716037Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.4716318Z 2022-09-27T15:55:35.4716473Z Traceback (most recent call last): 2022-09-27T15:55:35.4716929Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.4717392Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.4717831Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.4718062Z 2022-09-27T15:55:35.4718181Z from user code: 2022-09-27T15:55:35.4718559Z File "test_nestedtensor.py", line 1429, in grad_test_func 2022-09-27T15:55:35.4719060Z nt = torch._nested_from_padded(tensor, nested_size, fuse_transform_0213=True) 2022-09-27T15:55:35.4719358Z 2022-09-27T15:55:35.4719567Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.4719941Z ========== 2022-09-27T15:55:35.4720222Z ok (0.018s) 2022-09-27T15:55:35.4941000Z test_nested_tensor_linear (__main__.TestNestedTensorAutograd) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT grad_test_func test_nestedtensor.py line 1596 2022-09-27T15:55:35.4941586Z due to: 2022-09-27T15:55:35.4941901Z Traceback (most recent call last): 2022-09-27T15:55:35.4942491Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.4942927Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.4943898Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.4944405Z 2022-09-27T15:55:35.4944639Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.4944915Z 2022-09-27T15:55:35.4945069Z Traceback (most recent call last): 2022-09-27T15:55:35.4945532Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.4945996Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.4946396Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.4946631Z 2022-09-27T15:55:35.4946752Z from user code: 2022-09-27T15:55:35.4947108Z File "test_nestedtensor.py", line 1597, in grad_test_func 2022-09-27T15:55:35.4947502Z nt = torch.nested_tensor([a, b, c]) 2022-09-27T15:55:35.4947716Z 2022-09-27T15:55:35.4947942Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.4948296Z ========== 2022-09-27T15:55:35.5083600Z ok (0.038s) 2022-09-27T15:55:35.5238850Z test_nested_tensor_linear_backward (__main__.TestNestedTensorAutograd) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nested_tensor_linear_backward test_nestedtensor.py line 1623 2022-09-27T15:55:35.5239446Z due to: 2022-09-27T15:55:35.5239783Z Traceback (most recent call last): 2022-09-27T15:55:35.5240377Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.5240837Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.5241773Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.5242290Z 2022-09-27T15:55:35.5242523Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.5242801Z 2022-09-27T15:55:35.5242959Z Traceback (most recent call last): 2022-09-27T15:55:35.5243432Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.5243885Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.5244278Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.5244514Z 2022-09-27T15:55:35.5244632Z from user code: 2022-09-27T15:55:35.5245082Z File "test_nestedtensor.py", line 1630, in test_nested_tensor_linear_backward 2022-09-27T15:55:35.5245517Z nt = torch.nested_tensor([a, b, c]) 2022-09-27T15:55:35.5245729Z 2022-09-27T15:55:35.5245952Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.5246511Z ========== 2022-09-27T15:55:35.5246762Z ok (0.015s) 2022-09-27T15:55:35.5375242Z test_nested_tensor_matmul_backward (__main__.TestNestedTensorAutograd) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nested_tensor_matmul_backward test_nestedtensor.py line 1524 2022-09-27T15:55:35.5375895Z due to: 2022-09-27T15:55:35.5376367Z Traceback (most recent call last): 2022-09-27T15:55:35.5376958Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.5377416Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.5378341Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.5378838Z 2022-09-27T15:55:35.5379055Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.5379336Z 2022-09-27T15:55:35.5379494Z Traceback (most recent call last): 2022-09-27T15:55:35.5379962Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.5380415Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.5380795Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.5381033Z 2022-09-27T15:55:35.5381149Z from user code: 2022-09-27T15:55:35.5381671Z File "test_nestedtensor.py", line 1525, in test_nested_tensor_matmul_backward 2022-09-27T15:55:35.5382190Z nt0 = torch.nested_tensor([torch.randn((7, 2, 6)), torch.randn((7, 3, 6))]).requires_grad_(True) 2022-09-27T15:55:35.5382490Z 2022-09-27T15:55:35.5382713Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.5383082Z ========== 2022-09-27T15:55:35.5387172Z ok (0.014s) 2022-09-27T15:55:35.5601351Z test_nested_tensor_matmul_gradcheck (__main__.TestNestedTensorAutograd) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT grad_test_func test_nestedtensor.py line 1515 2022-09-27T15:55:35.5601951Z due to: 2022-09-27T15:55:35.5602263Z Traceback (most recent call last): 2022-09-27T15:55:35.5602840Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.5603288Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.5604237Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.5604741Z 2022-09-27T15:55:35.5605026Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.5605313Z 2022-09-27T15:55:35.5605453Z Traceback (most recent call last): 2022-09-27T15:55:35.5605922Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.5606386Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.5606782Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.5607011Z 2022-09-27T15:55:35.5607136Z from user code: 2022-09-27T15:55:35.5607503Z File "test_nestedtensor.py", line 1516, in grad_test_func 2022-09-27T15:55:35.5607896Z nt0 = torch.nested_tensor([a, b]) 2022-09-27T15:55:35.5608109Z 2022-09-27T15:55:35.5608314Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.5608686Z ========== 2022-09-27T15:55:35.5876586Z ok (0.048s) 2022-09-27T15:55:35.6008147Z test_nested_tensor_reshape_backward (__main__.TestNestedTensorAutograd) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nested_tensor_reshape_backward test_nestedtensor.py line 1575 2022-09-27T15:55:35.6008784Z due to: 2022-09-27T15:55:35.6009090Z Traceback (most recent call last): 2022-09-27T15:55:35.6009686Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.6010129Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.6011080Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.6011816Z 2022-09-27T15:55:35.6012048Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.6012326Z 2022-09-27T15:55:35.6012477Z Traceback (most recent call last): 2022-09-27T15:55:35.6013006Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.6013467Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.6013855Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.6014094Z 2022-09-27T15:55:35.6014210Z from user code: 2022-09-27T15:55:35.6014603Z File "test_nestedtensor.py", line 1576, in test_nested_tensor_reshape_backward 2022-09-27T15:55:35.6015137Z nt = torch.nested_tensor([torch.randn((2, 6)), torch.randn((3, 6))]).requires_grad_(True) 2022-09-27T15:55:35.6015436Z 2022-09-27T15:55:35.6015662Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.6016016Z ========== 2022-09-27T15:55:35.6016285Z ok (0.013s) 2022-09-27T15:55:35.6094587Z test_nested_tensor_reshape_gradcheck (__main__.TestNestedTensorAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T15:55:35.6095604Z f'Input #{idx} requires gradient and ' 2022-09-27T15:55:35.6096709Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T15:55:35.6097491Z f'Input #{idx} requires gradient and ' 2022-09-27T15:55:35.6189669Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT grad_test_func test_nestedtensor.py line 1567 2022-09-27T15:55:35.6190142Z due to: 2022-09-27T15:55:35.6190456Z Traceback (most recent call last): 2022-09-27T15:55:35.6191056Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.6191510Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.6192458Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.6193071Z 2022-09-27T15:55:35.6193307Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.6193570Z 2022-09-27T15:55:35.6193730Z Traceback (most recent call last): 2022-09-27T15:55:35.6194200Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.6194664Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.6195038Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.6195291Z 2022-09-27T15:55:35.6195407Z from user code: 2022-09-27T15:55:35.6195777Z File "test_nestedtensor.py", line 1568, in grad_test_func 2022-09-27T15:55:35.6196171Z nt = torch.nested_tensor([a, b]) 2022-09-27T15:55:35.6196364Z 2022-09-27T15:55:35.6196585Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.6196952Z ========== 2022-09-27T15:55:35.6313847Z ok (0.029s) 2022-09-27T15:55:35.6515423Z test_nested_tensor_softmax (__main__.TestNestedTensorAutograd) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT grad_test_func test_nestedtensor.py line 1613 2022-09-27T15:55:35.6519342Z due to: 2022-09-27T15:55:35.6519685Z Traceback (most recent call last): 2022-09-27T15:55:35.6520262Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.6520721Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.6521661Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.6522476Z 2022-09-27T15:55:35.6522706Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.6522985Z 2022-09-27T15:55:35.6523124Z Traceback (most recent call last): 2022-09-27T15:55:35.6523660Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.6524123Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.6524514Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.6524737Z 2022-09-27T15:55:35.6524922Z from user code: 2022-09-27T15:55:35.6525294Z File "test_nestedtensor.py", line 1614, in grad_test_func 2022-09-27T15:55:35.6525697Z nt = torch.nested_tensor([a, b, c]) 2022-09-27T15:55:35.6525911Z 2022-09-27T15:55:35.6526118Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.6526483Z ========== 2022-09-27T15:55:35.6543036Z ok (0.022s) 2022-09-27T15:55:35.6669389Z test_nested_tensor_to_padded_tensor (__main__.TestNestedTensorAutograd) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nested_tensor_to_padded_tensor test_nestedtensor.py line 1379 2022-09-27T15:55:35.6669997Z due to: 2022-09-27T15:55:35.6670323Z Traceback (most recent call last): 2022-09-27T15:55:35.6670927Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.6671366Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.6672316Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.6672972Z 2022-09-27T15:55:35.6673211Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.6673490Z 2022-09-27T15:55:35.6673647Z Traceback (most recent call last): 2022-09-27T15:55:35.6674102Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.6674580Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.6674978Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.6675231Z 2022-09-27T15:55:35.6675349Z from user code: 2022-09-27T15:55:35.6675778Z File "test_nestedtensor.py", line 1381, in test_nested_tensor_to_padded_tensor 2022-09-27T15:55:35.6676274Z nt = torch.nested_tensor([torch.randn(1, 2), torch.randn(7, 8)]) 2022-09-27T15:55:35.6676540Z 2022-09-27T15:55:35.6676764Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.6677117Z ========== 2022-09-27T15:55:35.6682910Z ok (0.013s) 2022-09-27T15:55:35.6819010Z test_nested_tensor_transpose_backward (__main__.TestNestedTensorAutograd) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nested_tensor_transpose_backward test_nestedtensor.py line 1551 2022-09-27T15:55:35.6819625Z due to: 2022-09-27T15:55:35.6819933Z Traceback (most recent call last): 2022-09-27T15:55:35.6820520Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.6820967Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.6821906Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.6822408Z 2022-09-27T15:55:35.6822640Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.6822914Z 2022-09-27T15:55:35.6823073Z Traceback (most recent call last): 2022-09-27T15:55:35.6823547Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.6823994Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.6824390Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.6824629Z 2022-09-27T15:55:35.6824748Z from user code: 2022-09-27T15:55:35.6825793Z File "test_nestedtensor.py", line 1552, in test_nested_tensor_transpose_backward 2022-09-27T15:55:35.6826663Z nt = torch.nested_tensor([torch.randn((2, 5)), torch.randn((3, 4))]).requires_grad_(True) 2022-09-27T15:55:35.6826958Z 2022-09-27T15:55:35.6827183Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.6827554Z ========== 2022-09-27T15:55:35.6827803Z ok (0.014s) 2022-09-27T15:55:35.6906708Z test_nested_tensor_transpose_gradcheck (__main__.TestNestedTensorAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T15:55:35.6907707Z f'Input #{idx} requires gradient and ' 2022-09-27T15:55:35.6908814Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T15:55:35.6909641Z f'Input #{idx} requires gradient and ' 2022-09-27T15:55:35.7000277Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT grad_test_func test_nestedtensor.py line 1543 2022-09-27T15:55:35.7000725Z due to: 2022-09-27T15:55:35.7001046Z Traceback (most recent call last): 2022-09-27T15:55:35.7001613Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.7002070Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.7003017Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.7003528Z 2022-09-27T15:55:35.7003760Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.7004039Z 2022-09-27T15:55:35.7004198Z Traceback (most recent call last): 2022-09-27T15:55:35.7004651Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.7005152Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.7005552Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.7005795Z 2022-09-27T15:55:35.7005898Z from user code: 2022-09-27T15:55:35.7006267Z File "test_nestedtensor.py", line 1544, in grad_test_func 2022-09-27T15:55:35.7006654Z nt = torch.nested_tensor([a, b]) 2022-09-27T15:55:35.7006862Z 2022-09-27T15:55:35.7007063Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.7007424Z ========== 2022-09-27T15:55:35.7107953Z ok (0.028s) 2022-09-27T15:55:35.7239927Z test_set_requires_grad_from_list (__main__.TestNestedTensorAutograd) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _create_nested_tensor_from_list test_nestedtensor.py line 1343 2022-09-27T15:55:35.7240794Z due to: 2022-09-27T15:55:35.7241156Z Traceback (most recent call last): 2022-09-27T15:55:35.7241810Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.7242290Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.7243176Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.7243649Z 2022-09-27T15:55:35.7243859Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.7244112Z 2022-09-27T15:55:35.7244245Z Traceback (most recent call last): 2022-09-27T15:55:35.7244735Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.7245324Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.7245747Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.7245991Z 2022-09-27T15:55:35.7246112Z from user code: 2022-09-27T15:55:35.7246504Z File "test_nestedtensor.py", line 1345, in _create_nested_tensor_from_list 2022-09-27T15:55:35.7247201Z torch.randn(7, 8, requires_grad=requires_grad)]) 2022-09-27T15:55:35.7247425Z 2022-09-27T15:55:35.7247634Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.7248023Z ========== 2022-09-27T15:55:35.7248303Z ok (0.012s) 2022-09-27T15:55:35.7263503Z test_set_requires_grad_from_mask (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T15:55:35.7306538Z test_size_dim (__main__.TestNestedTensorAutograd) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_size_dim test_nestedtensor.py line 1448 2022-09-27T15:55:35.7307160Z due to: 2022-09-27T15:55:35.7307436Z Traceback (most recent call last): 2022-09-27T15:55:35.7308138Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 859, in __torch_dispatch__ 2022-09-27T15:55:35.7308713Z assert func not in _device_not_kwarg_ops, f"NYI: {func}" 2022-09-27T15:55:35.7309108Z AssertionError: NYI: aten.nested_tensor.default 2022-09-27T15:55:35.7309354Z 2022-09-27T15:55:35.7309477Z from user code: 2022-09-27T15:55:35.7309840Z File "test_nestedtensor.py", line 1449, in test_size_dim 2022-09-27T15:55:35.7310228Z a = torch.nested_tensor([]) 2022-09-27T15:55:35.7310420Z 2022-09-27T15:55:35.7310647Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.7311017Z ========== 2022-09-27T15:55:35.7322602Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1463 2022-09-27T15:55:35.7323121Z due to: 2022-09-27T15:55:35.7323437Z Traceback (most recent call last): 2022-09-27T15:55:35.7324158Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.7324789Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.7325515Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.7325900Z 2022-09-27T15:55:35.7326140Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.7326433Z 2022-09-27T15:55:35.7326593Z Traceback (most recent call last): 2022-09-27T15:55:35.7327093Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.7327518Z ) from e 2022-09-27T15:55:35.7328119Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.7328585Z 2022-09-27T15:55:35.7328823Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.7329210Z ========== 2022-09-27T15:55:35.7353010Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1469 2022-09-27T15:55:35.7353480Z due to: 2022-09-27T15:55:35.7353789Z Traceback (most recent call last): 2022-09-27T15:55:35.7354471Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.7355051Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.7355640Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.7355996Z 2022-09-27T15:55:35.7356227Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.7356508Z 2022-09-27T15:55:35.7356649Z Traceback (most recent call last): 2022-09-27T15:55:35.7357126Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.7357532Z ) from e 2022-09-27T15:55:35.7358091Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.7358508Z 2022-09-27T15:55:35.7358733Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.7359098Z ========== 2022-09-27T15:55:35.7375334Z ok (0.011s) 2022-09-27T15:55:35.7640305Z test_to_buffer_series_ops_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT grad_test_func test_nestedtensor.py line 1661 2022-09-27T15:55:35.7641220Z due to: 2022-09-27T15:55:35.7641587Z Traceback (most recent call last): 2022-09-27T15:55:35.7642182Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.7642740Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.7643614Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.7643910Z 2022-09-27T15:55:35.7644052Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.7644217Z 2022-09-27T15:55:35.7644312Z Traceback (most recent call last): 2022-09-27T15:55:35.7644582Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.7644926Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.7645168Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.7645312Z 2022-09-27T15:55:35.7645369Z from user code: 2022-09-27T15:55:35.7645602Z File "test_nestedtensor.py", line 1662, in grad_test_func 2022-09-27T15:55:35.7645839Z nt = torch.nested_tensor([a, b, c]) 2022-09-27T15:55:35.7645973Z 2022-09-27T15:55:35.7646107Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.7646316Z ========== 2022-09-27T15:55:35.7673825Z ok (0.029s) 2022-09-27T15:55:35.7892958Z test_unbind_flow_through (__main__.TestNestedTensorAutograd) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT grad_test_func test_nestedtensor.py line 1675 2022-09-27T15:55:35.7893586Z due to: 2022-09-27T15:55:35.7893958Z Traceback (most recent call last): 2022-09-27T15:55:35.7894509Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.7894789Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.7895340Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.7895635Z 2022-09-27T15:55:35.7895783Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.7895947Z 2022-09-27T15:55:35.7896040Z Traceback (most recent call last): 2022-09-27T15:55:35.7896319Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.7896584Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.7896818Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.7896963Z 2022-09-27T15:55:35.7897032Z from user code: 2022-09-27T15:55:35.7897241Z File "test_nestedtensor.py", line 1676, in grad_test_func 2022-09-27T15:55:35.7897473Z nt = torch.nested_tensor([a, b, c]) 2022-09-27T15:55:35.7897602Z 2022-09-27T15:55:35.7897734Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.7897938Z ========== 2022-09-27T15:55:35.7917810Z ok (0.024s) 2022-09-27T15:55:35.8114142Z test_values_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT grad_test_func test_nestedtensor.py line 1648 2022-09-27T15:55:35.8114621Z due to: 2022-09-27T15:55:35.8114805Z Traceback (most recent call last): 2022-09-27T15:55:35.8115154Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.8115427Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.8115973Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.8116266Z 2022-09-27T15:55:35.8116391Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.8116744Z 2022-09-27T15:55:35.8116837Z Traceback (most recent call last): 2022-09-27T15:55:35.8117118Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.8117391Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.8117612Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.8117754Z 2022-09-27T15:55:35.8117878Z from user code: 2022-09-27T15:55:35.8118101Z File "test_nestedtensor.py", line 1649, in grad_test_func 2022-09-27T15:55:35.8118322Z nt = torch.nested_tensor([a, b, c]) 2022-09-27T15:55:35.8118448Z 2022-09-27T15:55:35.8118580Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.8118796Z ========== 2022-09-27T15:55:35.8134860Z ok (0.021s) 2022-09-27T15:55:35.8330600Z test_bmm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_bmm test_nestedtensor.py line 822 2022-09-27T15:55:35.8331162Z due to: 2022-09-27T15:55:35.8331349Z Traceback (most recent call last): 2022-09-27T15:55:35.8331708Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.8331983Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.8332241Z NotImplementedError: Cannot copy out of meta tensor; no data! 2022-09-27T15:55:35.8332403Z 2022-09-27T15:55:35.8332547Z During handling of the above exception, another exception occurred: 2022-09-27T15:55:35.8332702Z 2022-09-27T15:55:35.8332793Z Traceback (most recent call last): 2022-09-27T15:55:35.8333181Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.8333530Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.8333864Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.8334069Z 2022-09-27T15:55:35.8334204Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.8334368Z 2022-09-27T15:55:35.8334464Z Traceback (most recent call last): 2022-09-27T15:55:35.8334744Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.8334976Z ) from e 2022-09-27T15:55:35.8335311Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.8335564Z 2022-09-27T15:55:35.8335698Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.8335860Z 2022-09-27T15:55:35.8335951Z Traceback (most recent call last): 2022-09-27T15:55:35.8336217Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.8336488Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.8336719Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.8336860Z 2022-09-27T15:55:35.8336918Z from user code: 2022-09-27T15:55:35.8337129Z File "test_nestedtensor.py", line 825, in test_bmm 2022-09-27T15:55:35.8337421Z nt = torch.nested_tensor([torch.randn(2), torch.randn(3)], device=device, dtype=dtype) 2022-09-27T15:55:35.8337602Z 2022-09-27T15:55:35.8337722Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.8337939Z ========== 2022-09-27T15:55:35.8339860Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 830 2022-09-27T15:55:35.8340344Z due to: 2022-09-27T15:55:35.8340644Z Traceback (most recent call last): 2022-09-27T15:55:35.8341040Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.8341385Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.8341720Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.8341925Z 2022-09-27T15:55:35.8342060Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.8342225Z 2022-09-27T15:55:35.8342316Z Traceback (most recent call last): 2022-09-27T15:55:35.8342759Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.8342992Z ) from e 2022-09-27T15:55:35.8343326Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.8343632Z 2022-09-27T15:55:35.8343767Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.8343973Z ========== 2022-09-27T15:55:35.8377869Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 835 2022-09-27T15:55:35.8378357Z due to: 2022-09-27T15:55:35.8378606Z Traceback (most recent call last): 2022-09-27T15:55:35.8378988Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.8379332Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.8379685Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.8379895Z 2022-09-27T15:55:35.8380031Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.8380181Z 2022-09-27T15:55:35.8380273Z Traceback (most recent call last): 2022-09-27T15:55:35.8380553Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.8380795Z ) from e 2022-09-27T15:55:35.8381114Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.8381368Z 2022-09-27T15:55:35.8381499Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.8381715Z ========== 2022-09-27T15:55:35.8415639Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 844 2022-09-27T15:55:35.8416108Z due to: 2022-09-27T15:55:35.8416564Z Traceback (most recent call last): 2022-09-27T15:55:35.8417013Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.8417351Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.8417698Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.8417903Z 2022-09-27T15:55:35.8418043Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.8418207Z 2022-09-27T15:55:35.8418300Z Traceback (most recent call last): 2022-09-27T15:55:35.8418569Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.8418809Z ) from e 2022-09-27T15:55:35.8419138Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.8419389Z 2022-09-27T15:55:35.8419510Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.8430781Z ========== 2022-09-27T15:55:35.8451893Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 849 2022-09-27T15:55:35.8452370Z due to: 2022-09-27T15:55:35.8452627Z Traceback (most recent call last): 2022-09-27T15:55:35.8453029Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.8453375Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.8453724Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.8453933Z 2022-09-27T15:55:35.8454070Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.8454236Z 2022-09-27T15:55:35.8454328Z Traceback (most recent call last): 2022-09-27T15:55:35.8454598Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.8454845Z ) from e 2022-09-27T15:55:35.8455179Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.8455574Z 2022-09-27T15:55:35.8455706Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.8455913Z ========== 2022-09-27T15:55:35.8487782Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 854 2022-09-27T15:55:35.8488133Z due to: 2022-09-27T15:55:35.8488318Z Traceback (most recent call last): 2022-09-27T15:55:35.8488718Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.8489070Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.8489405Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.8489612Z 2022-09-27T15:55:35.8489746Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.8489909Z 2022-09-27T15:55:35.8489998Z Traceback (most recent call last): 2022-09-27T15:55:35.8490283Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.8490528Z ) from e 2022-09-27T15:55:35.8490845Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.8491100Z 2022-09-27T15:55:35.8491235Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.8491454Z ========== 2022-09-27T15:55:35.8523358Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 859 2022-09-27T15:55:35.8523693Z due to: 2022-09-27T15:55:35.8523892Z Traceback (most recent call last): 2022-09-27T15:55:35.8524289Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.8524622Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.8525045Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.8525258Z 2022-09-27T15:55:35.8525397Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.8525563Z 2022-09-27T15:55:35.8525655Z Traceback (most recent call last): 2022-09-27T15:55:35.8525923Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.8526174Z ) from e 2022-09-27T15:55:35.8526512Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.8526767Z 2022-09-27T15:55:35.8526885Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.8527108Z ========== 2022-09-27T15:55:35.8559038Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 864 2022-09-27T15:55:35.8559347Z due to: 2022-09-27T15:55:35.8559529Z Traceback (most recent call last): 2022-09-27T15:55:35.8559926Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.8560275Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.8560609Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.8560814Z 2022-09-27T15:55:35.8560952Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.8561116Z 2022-09-27T15:55:35.8561208Z Traceback (most recent call last): 2022-09-27T15:55:35.8561491Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.8561722Z ) from e 2022-09-27T15:55:35.8562056Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.8562312Z 2022-09-27T15:55:35.8562444Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.8562652Z ========== 2022-09-27T15:55:35.8596536Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 869 2022-09-27T15:55:35.8596844Z due to: 2022-09-27T15:55:35.8597040Z Traceback (most recent call last): 2022-09-27T15:55:35.8597426Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.8597871Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.8598225Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.8598430Z 2022-09-27T15:55:35.8598554Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.8598720Z 2022-09-27T15:55:35.8598815Z Traceback (most recent call last): 2022-09-27T15:55:35.8599098Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.8599344Z ) from e 2022-09-27T15:55:35.8599662Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.8599920Z 2022-09-27T15:55:35.8600053Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.8600273Z ========== 2022-09-27T15:55:35.8633113Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 874 2022-09-27T15:55:35.8633428Z due to: 2022-09-27T15:55:35.8633631Z Traceback (most recent call last): 2022-09-27T15:55:35.8634027Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.8634365Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.8634715Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.8634923Z 2022-09-27T15:55:35.8635060Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.8635225Z 2022-09-27T15:55:35.8635320Z Traceback (most recent call last): 2022-09-27T15:55:35.8635591Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.8635837Z ) from e 2022-09-27T15:55:35.8636172Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.8636425Z 2022-09-27T15:55:35.8636546Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.8636766Z ========== 2022-09-27T15:55:35.8668830Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 879 2022-09-27T15:55:35.8669125Z due to: 2022-09-27T15:55:35.8669309Z Traceback (most recent call last): 2022-09-27T15:55:35.8669705Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.8670056Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.8670389Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.8670599Z 2022-09-27T15:55:35.8670735Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.8670899Z 2022-09-27T15:55:35.8670992Z Traceback (most recent call last): 2022-09-27T15:55:35.8671273Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.8671507Z ) from e 2022-09-27T15:55:35.8671843Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.8672096Z 2022-09-27T15:55:35.8672229Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.8672438Z ========== 2022-09-27T15:55:35.8708497Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 890 2022-09-27T15:55:35.8708844Z due to: 2022-09-27T15:55:35.8709042Z Traceback (most recent call last): 2022-09-27T15:55:35.8709420Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.8709917Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.8710271Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.8710477Z 2022-09-27T15:55:35.8710679Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.8710847Z 2022-09-27T15:55:35.8710941Z Traceback (most recent call last): 2022-09-27T15:55:35.8711221Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.8711467Z ) from e 2022-09-27T15:55:35.8711786Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.8712042Z 2022-09-27T15:55:35.8712176Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.8712398Z ========== 2022-09-27T15:55:35.8747131Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 895 2022-09-27T15:55:35.8747427Z due to: 2022-09-27T15:55:35.8747632Z Traceback (most recent call last): 2022-09-27T15:55:35.8748030Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.8748366Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.8748716Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.8748924Z 2022-09-27T15:55:35.8749062Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.8749228Z 2022-09-27T15:55:35.8749320Z Traceback (most recent call last): 2022-09-27T15:55:35.8749588Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.8749833Z ) from e 2022-09-27T15:55:35.8750167Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.8750422Z 2022-09-27T15:55:35.8750541Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.8750761Z ========== 2022-09-27T15:55:35.8786556Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 902 2022-09-27T15:55:35.8786819Z due to: 2022-09-27T15:55:35.8787019Z Traceback (most recent call last): 2022-09-27T15:55:35.8787413Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.8787760Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.8788095Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.8788301Z 2022-09-27T15:55:35.8788438Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.8788603Z 2022-09-27T15:55:35.8788695Z Traceback (most recent call last): 2022-09-27T15:55:35.8788977Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.8789208Z ) from e 2022-09-27T15:55:35.8789540Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.8789795Z 2022-09-27T15:55:35.8789929Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.8790136Z ========== 2022-09-27T15:55:35.8824621Z ok (0.068s) 2022-09-27T15:55:35.9270459Z test_bmm_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.044s) 2022-09-27T15:55:35.9313215Z test_bmm_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:55:35.9336422Z test_bmm_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:55:35.9523157Z test_clone_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 695 2022-09-27T15:55:35.9523993Z due to: 2022-09-27T15:55:35.9524272Z Traceback (most recent call last): 2022-09-27T15:55:35.9525023Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:35.9525600Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:35.9526327Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:35.9526685Z 2022-09-27T15:55:35.9526897Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.9527141Z 2022-09-27T15:55:35.9527282Z Traceback (most recent call last): 2022-09-27T15:55:35.9527719Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:35.9528098Z ) from e 2022-09-27T15:55:35.9528627Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:35.9529058Z 2022-09-27T15:55:35.9529277Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.9529622Z ========== 2022-09-27T15:55:35.9586416Z ok (0.024s) 2022-09-27T15:55:35.9720160Z test_clone_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:55:35.9860101Z test_detach_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_detach test_nestedtensor.py line 303 2022-09-27T15:55:35.9860685Z due to: 2022-09-27T15:55:35.9861002Z Traceback (most recent call last): 2022-09-27T15:55:35.9861594Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:35.9862048Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:35.9863005Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:35.9863520Z 2022-09-27T15:55:35.9863738Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:35.9864017Z 2022-09-27T15:55:35.9864170Z Traceback (most recent call last): 2022-09-27T15:55:35.9864640Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:35.9865109Z raise TorchRuntimeError() from e 2022-09-27T15:55:35.9865489Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:35.9865728Z 2022-09-27T15:55:35.9865842Z from user code: 2022-09-27T15:55:35.9866207Z File "test_nestedtensor.py", line 307, in test_detach 2022-09-27T15:55:35.9866609Z x = torch.nested_tensor([a, b]).requires_grad_() 2022-09-27T15:55:35.9866837Z 2022-09-27T15:55:35.9867059Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.9867434Z ========== 2022-09-27T15:55:35.9869357Z ok (0.014s) 2022-09-27T15:55:35.9901277Z test_detach_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:55:35.9929060Z test_detach_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:55:35.9958166Z test_device_checks_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_device_checks test_nestedtensor.py line 504 2022-09-27T15:55:35.9958760Z due to: 2022-09-27T15:55:35.9959107Z Traceback (most recent call last): 2022-09-27T15:55:35.9959804Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 859, in __torch_dispatch__ 2022-09-27T15:55:35.9960357Z assert func not in _device_not_kwarg_ops, f"NYI: {func}" 2022-09-27T15:55:35.9960786Z AssertionError: NYI: aten.nested_tensor.default 2022-09-27T15:55:35.9961035Z 2022-09-27T15:55:35.9961153Z from user code: 2022-09-27T15:55:35.9961539Z File "test_nestedtensor.py", line 506, in test_device_checks 2022-09-27T15:55:35.9961955Z nt = torch.nested_tensor([], device=device) 2022-09-27T15:55:35.9962440Z 2022-09-27T15:55:35.9962670Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:35.9963043Z ========== 2022-09-27T15:55:35.9963300Z ok (0.003s) 2022-09-27T15:55:36.0015577Z test_dropout_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dropout test_nestedtensor.py line 712 2022-09-27T15:55:36.0016298Z due to: 2022-09-27T15:55:36.0016617Z Traceback (most recent call last): 2022-09-27T15:55:36.0017282Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 859, in __torch_dispatch__ 2022-09-27T15:55:36.0017822Z assert func not in _device_not_kwarg_ops, f"NYI: {func}" 2022-09-27T15:55:36.0018254Z AssertionError: NYI: aten.nested_tensor.default 2022-09-27T15:55:36.0018517Z 2022-09-27T15:55:36.0018634Z from user code: 2022-09-27T15:55:36.0018986Z File "test_nestedtensor.py", line 715, in test_dropout 2022-09-27T15:55:36.0019369Z nt0 = torch.nested_tensor([]) 2022-09-27T15:55:36.0019582Z 2022-09-27T15:55:36.0019801Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.0020154Z ========== 2022-09-27T15:55:36.0111882Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 724 2022-09-27T15:55:36.0112354Z due to: 2022-09-27T15:55:36.0112688Z Traceback (most recent call last): 2022-09-27T15:55:36.0113528Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.0114103Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.0114704Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.0115054Z 2022-09-27T15:55:36.0115287Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.0115568Z 2022-09-27T15:55:36.0115704Z Traceback (most recent call last): 2022-09-27T15:55:36.0116175Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.0116591Z ) from e 2022-09-27T15:55:36.0117150Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.0117562Z 2022-09-27T15:55:36.0117784Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.0118152Z ========== 2022-09-27T15:55:36.0118721Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 725 2022-09-27T15:55:36.0119123Z due to: 2022-09-27T15:55:36.0119423Z Traceback (most recent call last): 2022-09-27T15:55:36.0120082Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.0120666Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.0121235Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.0121583Z 2022-09-27T15:55:36.0121810Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.0122092Z 2022-09-27T15:55:36.0122245Z Traceback (most recent call last): 2022-09-27T15:55:36.0122702Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.0123103Z ) from e 2022-09-27T15:55:36.0123670Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.0124101Z 2022-09-27T15:55:36.0124319Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.0124673Z ========== 2022-09-27T15:55:36.0153300Z ok (0.019s) 2022-09-27T15:55:36.0217433Z test_dropout_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:55:36.0331756Z test_dropout_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 764 2022-09-27T15:55:36.0332883Z due to: 2022-09-27T15:55:36.0333239Z Traceback (most recent call last): 2022-09-27T15:55:36.0334068Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.0334802Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.0335708Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.0336073Z 2022-09-27T15:55:36.0336310Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.0336584Z 2022-09-27T15:55:36.0336744Z Traceback (most recent call last): 2022-09-27T15:55:36.0337264Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.0337743Z ) from e 2022-09-27T15:55:36.0338471Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.0338926Z 2022-09-27T15:55:36.0339146Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.0339493Z ========== 2022-09-27T15:55:36.0342784Z ok (0.012s) 2022-09-27T15:55:36.0444078Z test_dropout_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:55:36.0569770Z test_embedding_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_embedding test_nestedtensor.py line 378 2022-09-27T15:55:36.0570393Z due to: 2022-09-27T15:55:36.0570696Z Traceback (most recent call last): 2022-09-27T15:55:36.0571123Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:55:36.0571606Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:55:36.0572402Z TypeError: randint() received an invalid combination of arguments - got (int, tuple, dtype=torch.dtype, device=str), but expected one of: 2022-09-27T15:55:36.0573116Z * (int high, tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:55:36.0573826Z * (int high, tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:55:36.0574560Z * (int low, int high, tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:55:36.0575338Z * (int low, int high, tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:55:36.0575732Z 2022-09-27T15:55:36.0575739Z 2022-09-27T15:55:36.0575852Z from user code: 2022-09-27T15:55:36.0576207Z File "test_nestedtensor.py", line 383, in test_embedding 2022-09-27T15:55:36.0576595Z for L in torch.randint(5, 50, (8,)) 2022-09-27T15:55:36.0576809Z 2022-09-27T15:55:36.0577047Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.0577408Z ========== 2022-09-27T15:55:36.0619507Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 382 2022-09-27T15:55:36.0619983Z due to: 2022-09-27T15:55:36.0620302Z Traceback (most recent call last): 2022-09-27T15:55:36.0620804Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:55:36.0621291Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:55:36.0622062Z TypeError: randint() received an invalid combination of arguments - got (int, tuple, dtype=torch.dtype, device=str), but expected one of: 2022-09-27T15:55:36.0622858Z * (int high, tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:55:36.0623664Z * (int high, tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:55:36.0624712Z * (int low, int high, tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:55:36.0625608Z * (int low, int high, tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:55:36.0626027Z 2022-09-27T15:55:36.0626034Z 2022-09-27T15:55:36.0626153Z from user code: 2022-09-27T15:55:36.0626501Z File "test_nestedtensor.py", line 383, in 2022-09-27T15:55:36.0626893Z for L in torch.randint(5, 50, (8,)) 2022-09-27T15:55:36.0627106Z 2022-09-27T15:55:36.0627331Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.0627687Z ========== 2022-09-27T15:55:36.0638818Z ok (0.019s) 2022-09-27T15:55:36.0817062Z test_layer_norm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test test_nestedtensor.py line 362 2022-09-27T15:55:36.0817628Z due to: 2022-09-27T15:55:36.0817967Z Traceback (most recent call last): 2022-09-27T15:55:36.0818539Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:36.0818984Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:36.0819569Z NotImplementedError: Cannot copy out of meta tensor; no data! 2022-09-27T15:55:36.0819887Z 2022-09-27T15:55:36.0820152Z During handling of the above exception, another exception occurred: 2022-09-27T15:55:36.0820480Z 2022-09-27T15:55:36.0820657Z Traceback (most recent call last): 2022-09-27T15:55:36.0821420Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.0822078Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.0822769Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.0823183Z 2022-09-27T15:55:36.0823450Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.0823775Z 2022-09-27T15:55:36.0823932Z Traceback (most recent call last): 2022-09-27T15:55:36.0824475Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.0824953Z ) from e 2022-09-27T15:55:36.0825629Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.0826129Z 2022-09-27T15:55:36.0826381Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.0826699Z 2022-09-27T15:55:36.0826880Z Traceback (most recent call last): 2022-09-27T15:55:36.0827423Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:36.0827956Z raise TorchRuntimeError() from e 2022-09-27T15:55:36.0828394Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:36.0828674Z 2022-09-27T15:55:36.0828812Z from user code: 2022-09-27T15:55:36.0829212Z File "test_nestedtensor.py", line 366, in _test 2022-09-27T15:55:36.0829698Z nt = torch.nested_tensor(ts, device=device, dtype=dtype) 2022-09-27T15:55:36.0830003Z 2022-09-27T15:55:36.0830256Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.0830685Z ========== 2022-09-27T15:55:36.0894331Z ok (0.025s) 2022-09-27T15:55:36.1058031Z test_linear_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linear test_nestedtensor.py line 1060 2022-09-27T15:55:36.1058660Z due to: 2022-09-27T15:55:36.1058994Z Traceback (most recent call last): 2022-09-27T15:55:36.1059575Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:36.1060030Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:36.1060993Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:36.1061750Z 2022-09-27T15:55:36.1061984Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.1062245Z 2022-09-27T15:55:36.1062402Z Traceback (most recent call last): 2022-09-27T15:55:36.1062959Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:36.1063425Z raise TorchRuntimeError() from e 2022-09-27T15:55:36.1063802Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:36.1064049Z 2022-09-27T15:55:36.1064167Z from user code: 2022-09-27T15:55:36.1064535Z File "test_nestedtensor.py", line 1065, in test_linear 2022-09-27T15:55:36.1064932Z nt = torch.nested_tensor([a, b, c]) 2022-09-27T15:55:36.1065133Z 2022-09-27T15:55:36.1065354Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.1065728Z ========== 2022-09-27T15:55:36.1250943Z ok (0.035s) 2022-09-27T15:55:36.1462289Z test_linear_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:55:36.1493327Z test_linear_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linear_noncontiguous test_nestedtensor.py line 1108 2022-09-27T15:55:36.1494056Z due to: 2022-09-27T15:55:36.1494442Z Traceback (most recent call last): 2022-09-27T15:55:36.1495002Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:55:36.1495639Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:55:36.1496084Z AssertionError: dtype 2022-09-27T15:55:36.1496295Z 2022-09-27T15:55:36.1496395Z from user code: 2022-09-27T15:55:36.1496821Z File "test_nestedtensor.py", line 1110, in test_linear_noncontiguous 2022-09-27T15:55:36.1497391Z nt_contiguous, nt_noncontiguous = random_nt_noncontiguous_pair((2, 3, 6, 7), device, dtype) 2022-09-27T15:55:36.1497754Z 2022-09-27T15:55:36.1498024Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.1498413Z ========== 2022-09-27T15:55:36.1506647Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1115 2022-09-27T15:55:36.1507135Z due to: 2022-09-27T15:55:36.1507478Z Traceback (most recent call last): 2022-09-27T15:55:36.1508208Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.1508841Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.1509479Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.1509842Z 2022-09-27T15:55:36.1510086Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.1510386Z 2022-09-27T15:55:36.1510549Z Traceback (most recent call last): 2022-09-27T15:55:36.1511049Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.1511483Z ) from e 2022-09-27T15:55:36.1512086Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.1512556Z 2022-09-27T15:55:36.1513037Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.1513452Z ========== 2022-09-27T15:55:36.1543519Z ok (0.008s) 2022-09-27T15:55:36.1595188Z test_linear_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:55:36.1821700Z test_matmul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_matmul test_nestedtensor.py line 921 2022-09-27T15:55:36.1822326Z due to: 2022-09-27T15:55:36.1822623Z Traceback (most recent call last): 2022-09-27T15:55:36.1823224Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:36.1823688Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:36.1824355Z NotImplementedError: Cannot copy out of meta tensor; no data! 2022-09-27T15:55:36.1824636Z 2022-09-27T15:55:36.1824870Z During handling of the above exception, another exception occurred: 2022-09-27T15:55:36.1825157Z 2022-09-27T15:55:36.1825313Z Traceback (most recent call last): 2022-09-27T15:55:36.1826082Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.1826655Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.1827248Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.1827603Z 2022-09-27T15:55:36.1827834Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.1828116Z 2022-09-27T15:55:36.1828269Z Traceback (most recent call last): 2022-09-27T15:55:36.1828730Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.1829151Z ) from e 2022-09-27T15:55:36.1829716Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.1830157Z 2022-09-27T15:55:36.1830370Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.1830652Z 2022-09-27T15:55:36.1830809Z Traceback (most recent call last): 2022-09-27T15:55:36.1831282Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:36.1831748Z raise TorchRuntimeError() from e 2022-09-27T15:55:36.1832122Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:36.1832362Z 2022-09-27T15:55:36.1832480Z from user code: 2022-09-27T15:55:36.1832983Z File "test_nestedtensor.py", line 924, in test_matmul 2022-09-27T15:55:36.1833478Z nt = torch.nested_tensor([torch.randn(2), torch.randn(3)], device=device, dtype=dtype) 2022-09-27T15:55:36.1833781Z 2022-09-27T15:55:36.1834006Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.1834383Z ========== 2022-09-27T15:55:36.1834968Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 929 2022-09-27T15:55:36.1835373Z due to: 2022-09-27T15:55:36.1835679Z Traceback (most recent call last): 2022-09-27T15:55:36.1836346Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.1836925Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.1837522Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.1837876Z 2022-09-27T15:55:36.1838107Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.1838386Z 2022-09-27T15:55:36.1838544Z Traceback (most recent call last): 2022-09-27T15:55:36.1839009Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.1839430Z ) from e 2022-09-27T15:55:36.1839997Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.1840436Z 2022-09-27T15:55:36.1840643Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.1841012Z ========== 2022-09-27T15:55:36.1868513Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 934 2022-09-27T15:55:36.1868977Z due to: 2022-09-27T15:55:36.1869270Z Traceback (most recent call last): 2022-09-27T15:55:36.1869941Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.1870530Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.1871108Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.1871462Z 2022-09-27T15:55:36.1871701Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.1872127Z 2022-09-27T15:55:36.1872283Z Traceback (most recent call last): 2022-09-27T15:55:36.1872892Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.1873292Z ) from e 2022-09-27T15:55:36.1873922Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.1874362Z 2022-09-27T15:55:36.1874589Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.1874944Z ========== 2022-09-27T15:55:36.1919687Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 943 2022-09-27T15:55:36.1920141Z due to: 2022-09-27T15:55:36.1920435Z Traceback (most recent call last): 2022-09-27T15:55:36.1921131Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.1921726Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.1922331Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.1922683Z 2022-09-27T15:55:36.1922898Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.1923176Z 2022-09-27T15:55:36.1923332Z Traceback (most recent call last): 2022-09-27T15:55:36.1923806Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.1924210Z ) from e 2022-09-27T15:55:36.1924754Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.1925260Z 2022-09-27T15:55:36.1925480Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.1925845Z ========== 2022-09-27T15:55:36.1956909Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 948 2022-09-27T15:55:36.1957427Z due to: 2022-09-27T15:55:36.1957798Z Traceback (most recent call last): 2022-09-27T15:55:36.1958530Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.1959145Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.1959778Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.1960168Z 2022-09-27T15:55:36.1960415Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.1960713Z 2022-09-27T15:55:36.1960872Z Traceback (most recent call last): 2022-09-27T15:55:36.1961359Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.1961803Z ) from e 2022-09-27T15:55:36.1962405Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.1962874Z 2022-09-27T15:55:36.1963098Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.1963495Z ========== 2022-09-27T15:55:36.1995635Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 953 2022-09-27T15:55:36.1996150Z due to: 2022-09-27T15:55:36.1996468Z Traceback (most recent call last): 2022-09-27T15:55:36.1997194Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.1997832Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.1998456Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.1998835Z 2022-09-27T15:55:36.1999082Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.1999379Z 2022-09-27T15:55:36.1999541Z Traceback (most recent call last): 2022-09-27T15:55:36.2000043Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.2000466Z ) from e 2022-09-27T15:55:36.2001311Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.2001777Z 2022-09-27T15:55:36.2002016Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.2002395Z ========== 2022-09-27T15:55:36.2034384Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 958 2022-09-27T15:55:36.2034902Z due to: 2022-09-27T15:55:36.2035235Z Traceback (most recent call last): 2022-09-27T15:55:36.2035938Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.2036572Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.2037210Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.2037587Z 2022-09-27T15:55:36.2037819Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.2038125Z 2022-09-27T15:55:36.2038289Z Traceback (most recent call last): 2022-09-27T15:55:36.2038796Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.2039230Z ) from e 2022-09-27T15:55:36.2039829Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.2040295Z 2022-09-27T15:55:36.2040533Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.2040925Z ========== 2022-09-27T15:55:36.2073144Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 963 2022-09-27T15:55:36.2073659Z due to: 2022-09-27T15:55:36.2073993Z Traceback (most recent call last): 2022-09-27T15:55:36.2074759Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.2075379Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.2076026Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.2076406Z 2022-09-27T15:55:36.2076653Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.2076950Z 2022-09-27T15:55:36.2077114Z Traceback (most recent call last): 2022-09-27T15:55:36.2077611Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.2078051Z ) from e 2022-09-27T15:55:36.2078652Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.2079120Z 2022-09-27T15:55:36.2079341Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.2079738Z ========== 2022-09-27T15:55:36.2113908Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 968 2022-09-27T15:55:36.2114382Z due to: 2022-09-27T15:55:36.2114741Z Traceback (most recent call last): 2022-09-27T15:55:36.2115482Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.2116117Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.2116740Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.2117129Z 2022-09-27T15:55:36.2117375Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.2117677Z 2022-09-27T15:55:36.2117841Z Traceback (most recent call last): 2022-09-27T15:55:36.2118347Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.2118775Z ) from e 2022-09-27T15:55:36.2119373Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.2119838Z 2022-09-27T15:55:36.2120071Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.2120704Z ========== 2022-09-27T15:55:36.2155042Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 973 2022-09-27T15:55:36.2155537Z due to: 2022-09-27T15:55:36.2155890Z Traceback (most recent call last): 2022-09-27T15:55:36.2156794Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.2157432Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.2158070Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.2158443Z 2022-09-27T15:55:36.2158672Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.2158971Z 2022-09-27T15:55:36.2159137Z Traceback (most recent call last): 2022-09-27T15:55:36.2159644Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.2160077Z ) from e 2022-09-27T15:55:36.2160672Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.2161140Z 2022-09-27T15:55:36.2161374Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.2161764Z ========== 2022-09-27T15:55:36.2193734Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 978 2022-09-27T15:55:36.2194199Z due to: 2022-09-27T15:55:36.2194537Z Traceback (most recent call last): 2022-09-27T15:55:36.2195213Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.2195784Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.2196375Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.2196727Z 2022-09-27T15:55:36.2196958Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.2197236Z 2022-09-27T15:55:36.2197393Z Traceback (most recent call last): 2022-09-27T15:55:36.2197851Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.2198257Z ) from e 2022-09-27T15:55:36.2198825Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.2199259Z 2022-09-27T15:55:36.2199463Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.2199834Z ========== 2022-09-27T15:55:36.2234803Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 989 2022-09-27T15:55:36.2235212Z due to: 2022-09-27T15:55:36.2235544Z Traceback (most recent call last): 2022-09-27T15:55:36.2236206Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.2236786Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.2237369Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.2237716Z 2022-09-27T15:55:36.2237946Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.2238224Z 2022-09-27T15:55:36.2238377Z Traceback (most recent call last): 2022-09-27T15:55:36.2238852Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.2239241Z ) from e 2022-09-27T15:55:36.2239804Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.2240237Z 2022-09-27T15:55:36.2240456Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.2240811Z ========== 2022-09-27T15:55:36.2271532Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 994 2022-09-27T15:55:36.2272107Z due to: 2022-09-27T15:55:36.2272423Z Traceback (most recent call last): 2022-09-27T15:55:36.2273483Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.2274069Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.2274670Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.2275024Z 2022-09-27T15:55:36.2275315Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.2275598Z 2022-09-27T15:55:36.2275752Z Traceback (most recent call last): 2022-09-27T15:55:36.2276229Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.2276636Z ) from e 2022-09-27T15:55:36.2277180Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.2277624Z 2022-09-27T15:55:36.2277846Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.2278223Z ========== 2022-09-27T15:55:36.2314832Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1008 2022-09-27T15:55:36.2315294Z due to: 2022-09-27T15:55:36.2317095Z Traceback (most recent call last): 2022-09-27T15:55:36.2320080Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.2320694Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.2321295Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.2321651Z 2022-09-27T15:55:36.2321886Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.2322170Z 2022-09-27T15:55:36.2322310Z Traceback (most recent call last): 2022-09-27T15:55:36.2322791Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.2323198Z ) from e 2022-09-27T15:55:36.2323745Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.2324193Z 2022-09-27T15:55:36.2324415Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.2324782Z ========== 2022-09-27T15:55:36.2352950Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1015 2022-09-27T15:55:36.2353392Z due to: 2022-09-27T15:55:36.2353739Z Traceback (most recent call last): 2022-09-27T15:55:36.2354424Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.2355017Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.2355596Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.2355951Z 2022-09-27T15:55:36.2356183Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.2356463Z 2022-09-27T15:55:36.2356624Z Traceback (most recent call last): 2022-09-27T15:55:36.2357090Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.2357510Z ) from e 2022-09-27T15:55:36.2358075Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.2358519Z 2022-09-27T15:55:36.2358742Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.2359095Z ========== 2022-09-27T15:55:36.2389735Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1022 2022-09-27T15:55:36.2390178Z due to: 2022-09-27T15:55:36.2390495Z Traceback (most recent call last): 2022-09-27T15:55:36.2391168Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.2391752Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.2392362Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.2393067Z 2022-09-27T15:55:36.2393301Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.2393582Z 2022-09-27T15:55:36.2393743Z Traceback (most recent call last): 2022-09-27T15:55:36.2394306Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.2394714Z ) from e 2022-09-27T15:55:36.2395287Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.2395725Z 2022-09-27T15:55:36.2395947Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.2396317Z ========== 2022-09-27T15:55:36.2433268Z test_nestedtensor.py:1047: UserWarning: An output with one or more elements was resized since it had shape [8, 9, 2, 6], which does not match the required output shape [72, 2, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:36.2434460Z actual = torch.nested.to_padded_tensor(torch.matmul(nt0, nt1), 0.0) 2022-09-27T15:55:36.2435630Z test_nestedtensor.py:1047: UserWarning: An output with one or more elements was resized since it had shape [8, 9, 3, 5], which does not match the required output shape [72, 3, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:36.2436739Z actual = torch.nested.to_padded_tensor(torch.matmul(nt0, nt1), 0.0) 2022-09-27T15:55:36.2438276Z ok (0.084s) 2022-09-27T15:55:36.2982069Z test_matmul_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.053s) 2022-09-27T15:55:36.3015320Z test_matmul_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_matmul_noncontiguous test_nestedtensor.py line 1052 2022-09-27T15:55:36.3015968Z due to: 2022-09-27T15:55:36.3016299Z Traceback (most recent call last): 2022-09-27T15:55:36.3016786Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:55:36.3017317Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:55:36.3017705Z AssertionError: dtype 2022-09-27T15:55:36.3017904Z 2022-09-27T15:55:36.3018004Z from user code: 2022-09-27T15:55:36.3018404Z File "test_nestedtensor.py", line 1054, in test_matmul_noncontiguous 2022-09-27T15:55:36.3018933Z nt0_contiguous, nt0_noncontiguous = random_nt_noncontiguous_pair((2, 3), device, dtype) 2022-09-27T15:55:36.3019248Z 2022-09-27T15:55:36.3019467Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.3019814Z ========== 2022-09-27T15:55:36.3022855Z ok (0.004s) 2022-09-27T15:55:36.3044223Z test_matmul_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:55:36.3288719Z test_nested_tensor_add_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 565 2022-09-27T15:55:36.3289405Z due to: 2022-09-27T15:55:36.3289746Z Traceback (most recent call last): 2022-09-27T15:55:36.3290435Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.3291013Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.3291606Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.3292165Z 2022-09-27T15:55:36.3292397Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.3292678Z 2022-09-27T15:55:36.3292834Z Traceback (most recent call last): 2022-09-27T15:55:36.3293294Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.3293708Z ) from e 2022-09-27T15:55:36.3294344Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.3294785Z 2022-09-27T15:55:36.3294995Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.3295367Z ========== 2022-09-27T15:55:36.3295638Z ok (0.025s) 2022-09-27T15:55:36.3378346Z test_nested_tensor_add_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:55:36.3472493Z test_nested_tensor_add_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 608 2022-09-27T15:55:36.3473347Z due to: 2022-09-27T15:55:36.3473656Z Traceback (most recent call last): 2022-09-27T15:55:36.3474377Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.3474953Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.3475549Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.3475904Z 2022-09-27T15:55:36.3476136Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.3476419Z 2022-09-27T15:55:36.3476571Z Traceback (most recent call last): 2022-09-27T15:55:36.3477025Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.3477436Z ) from e 2022-09-27T15:55:36.3478002Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.3478444Z 2022-09-27T15:55:36.3478650Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.3479018Z ========== 2022-09-27T15:55:36.3479290Z ok (0.010s) 2022-09-27T15:55:36.3558103Z test_nested_tensor_add_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:55:36.3613499Z test_nested_tensor_indexing_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nested_tensor_indexing test_nestedtensor.py line 510 2022-09-27T15:55:36.3614142Z due to: 2022-09-27T15:55:36.3614477Z Traceback (most recent call last): 2022-09-27T15:55:36.3615148Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 859, in __torch_dispatch__ 2022-09-27T15:55:36.3615701Z assert func not in _device_not_kwarg_ops, f"NYI: {func}" 2022-09-27T15:55:36.3616132Z AssertionError: NYI: aten.nested_tensor.default 2022-09-27T15:55:36.3616388Z 2022-09-27T15:55:36.3616505Z from user code: 2022-09-27T15:55:36.3616889Z File "test_nestedtensor.py", line 513, in test_nested_tensor_indexing 2022-09-27T15:55:36.3617295Z nt0 = torch.nested_tensor([]) 2022-09-27T15:55:36.3617505Z 2022-09-27T15:55:36.3617724Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.3618078Z ========== 2022-09-27T15:55:36.3619645Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 514 2022-09-27T15:55:36.3620078Z due to: 2022-09-27T15:55:36.3620397Z Traceback (most recent call last): 2022-09-27T15:55:36.3621054Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.3621641Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.3622238Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.3622593Z 2022-09-27T15:55:36.3622806Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.3623331Z 2022-09-27T15:55:36.3623489Z Traceback (most recent call last): 2022-09-27T15:55:36.3623968Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.3624377Z ) from e 2022-09-27T15:55:36.3624987Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.3625426Z 2022-09-27T15:55:36.3625648Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.3626011Z ========== 2022-09-27T15:55:36.3671455Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 522 2022-09-27T15:55:36.3671906Z due to: 2022-09-27T15:55:36.3672223Z Traceback (most recent call last): 2022-09-27T15:55:36.3673023Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.3673597Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.3674190Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.3674541Z 2022-09-27T15:55:36.3674769Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.3675052Z 2022-09-27T15:55:36.3675191Z Traceback (most recent call last): 2022-09-27T15:55:36.3675669Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.3676079Z ) from e 2022-09-27T15:55:36.3676638Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.3677073Z 2022-09-27T15:55:36.3677275Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.3677643Z ========== 2022-09-27T15:55:36.3718083Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 523 2022-09-27T15:55:36.3718536Z due to: 2022-09-27T15:55:36.3718850Z Traceback (most recent call last): 2022-09-27T15:55:36.3719557Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.3720155Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.3720741Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.3721091Z 2022-09-27T15:55:36.3721325Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.3721610Z 2022-09-27T15:55:36.3721763Z Traceback (most recent call last): 2022-09-27T15:55:36.3722250Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.3722650Z ) from e 2022-09-27T15:55:36.3723215Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.3723653Z 2022-09-27T15:55:36.3723881Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.3724240Z ========== 2022-09-27T15:55:36.3766226Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 524 2022-09-27T15:55:36.3766676Z due to: 2022-09-27T15:55:36.3767002Z Traceback (most recent call last): 2022-09-27T15:55:36.3767678Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.3768257Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.3768847Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.3769201Z 2022-09-27T15:55:36.3769414Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.3769691Z 2022-09-27T15:55:36.3769844Z Traceback (most recent call last): 2022-09-27T15:55:36.3770317Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.3770934Z ) from e 2022-09-27T15:55:36.3771475Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.3771906Z 2022-09-27T15:55:36.3772127Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.3772496Z ========== 2022-09-27T15:55:36.3811213Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 525 2022-09-27T15:55:36.3811678Z due to: 2022-09-27T15:55:36.3812011Z Traceback (most recent call last): 2022-09-27T15:55:36.3812687Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.3813257Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.3813845Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.3814199Z 2022-09-27T15:55:36.3814426Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.3814710Z 2022-09-27T15:55:36.3814847Z Traceback (most recent call last): 2022-09-27T15:55:36.3815326Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.3815732Z ) from e 2022-09-27T15:55:36.3816295Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.3816712Z 2022-09-27T15:55:36.3816931Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.3817302Z ========== 2022-09-27T15:55:36.3857578Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 526 2022-09-27T15:55:36.3858127Z due to: 2022-09-27T15:55:36.3858446Z Traceback (most recent call last): 2022-09-27T15:55:36.3859228Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.3859816Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.3860402Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.3860752Z 2022-09-27T15:55:36.3860984Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.3861263Z 2022-09-27T15:55:36.3861422Z Traceback (most recent call last): 2022-09-27T15:55:36.3861889Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.3862298Z ) from e 2022-09-27T15:55:36.3862870Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.3863305Z 2022-09-27T15:55:36.3863527Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.3863875Z ========== 2022-09-27T15:55:36.3909628Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 532 2022-09-27T15:55:36.3910076Z due to: 2022-09-27T15:55:36.3910374Z Traceback (most recent call last): 2022-09-27T15:55:36.3911031Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.3911612Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.3912205Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.3912551Z 2022-09-27T15:55:36.3912889Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.3913173Z 2022-09-27T15:55:36.3913329Z Traceback (most recent call last): 2022-09-27T15:55:36.3913801Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.3914210Z ) from e 2022-09-27T15:55:36.3914758Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.3915191Z 2022-09-27T15:55:36.3915410Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.3915983Z ========== 2022-09-27T15:55:36.3929038Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 533 2022-09-27T15:55:36.3929487Z due to: 2022-09-27T15:55:36.3929794Z Traceback (most recent call last): 2022-09-27T15:55:36.3930555Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.3931121Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.3931705Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.3932060Z 2022-09-27T15:55:36.3932287Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.3932570Z 2022-09-27T15:55:36.3932706Z Traceback (most recent call last): 2022-09-27T15:55:36.3933176Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.3933584Z ) from e 2022-09-27T15:55:36.3934128Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.3934560Z 2022-09-27T15:55:36.3934780Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.3935152Z ========== 2022-09-27T15:55:36.3982641Z ok (0.042s) 2022-09-27T15:55:36.4329820Z test_nested_tensor_indexing_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:55:36.4674865Z test_nested_tensor_indexing_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:55:36.4721866Z test_nested_tensor_indexing_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:55:36.4746585Z test_nested_tensor_indexing_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:55:36.4768796Z test_nested_tensor_indexing_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:55:36.4903984Z test_nested_tensor_mul_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 575 2022-09-27T15:55:36.4904648Z due to: 2022-09-27T15:55:36.4904961Z Traceback (most recent call last): 2022-09-27T15:55:36.4905636Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.4906225Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.4906838Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.4907194Z 2022-09-27T15:55:36.4907424Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.4907686Z 2022-09-27T15:55:36.4907850Z Traceback (most recent call last): 2022-09-27T15:55:36.4908321Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.4908733Z ) from e 2022-09-27T15:55:36.4909287Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.4909721Z 2022-09-27T15:55:36.4909943Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.4910319Z ========== 2022-09-27T15:55:36.4933276Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 596 2022-09-27T15:55:36.4933693Z due to: 2022-09-27T15:55:36.4934018Z Traceback (most recent call last): 2022-09-27T15:55:36.4934692Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.4935254Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.4935842Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.4936194Z 2022-09-27T15:55:36.4936662Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.4936942Z 2022-09-27T15:55:36.4937094Z Traceback (most recent call last): 2022-09-27T15:55:36.4937553Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.4937965Z ) from e 2022-09-27T15:55:36.4938584Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.4939023Z 2022-09-27T15:55:36.4939243Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.4939598Z ========== 2022-09-27T15:55:36.4967389Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 601 2022-09-27T15:55:36.4967839Z due to: 2022-09-27T15:55:36.4968142Z Traceback (most recent call last): 2022-09-27T15:55:36.4968839Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.4969444Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.4970038Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.4970376Z 2022-09-27T15:55:36.4970609Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.4970889Z 2022-09-27T15:55:36.4971055Z Traceback (most recent call last): 2022-09-27T15:55:36.4971537Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.4971938Z ) from e 2022-09-27T15:55:36.4972503Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.4972941Z 2022-09-27T15:55:36.4973163Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.4973541Z ========== 2022-09-27T15:55:36.4994787Z ok (0.022s) 2022-09-27T15:55:36.5160230Z test_nested_tensor_mul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-09-27T15:55:36.5296726Z test_nested_tensor_mul_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 618 2022-09-27T15:55:36.5297458Z due to: 2022-09-27T15:55:36.5297678Z Traceback (most recent call last): 2022-09-27T15:55:36.5298088Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.5298421Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.5298769Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.5298976Z 2022-09-27T15:55:36.5299114Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.5299286Z 2022-09-27T15:55:36.5299379Z Traceback (most recent call last): 2022-09-27T15:55:36.5299650Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.5299901Z ) from e 2022-09-27T15:55:36.5300234Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.5300487Z 2022-09-27T15:55:36.5300609Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.5300828Z ========== 2022-09-27T15:55:36.5319450Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 635 2022-09-27T15:55:36.5319933Z due to: 2022-09-27T15:55:36.5320239Z Traceback (most recent call last): 2022-09-27T15:55:36.5320633Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.5320980Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.5321313Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.5321715Z 2022-09-27T15:55:36.5321853Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.5322023Z 2022-09-27T15:55:36.5322116Z Traceback (most recent call last): 2022-09-27T15:55:36.5322398Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.5322628Z ) from e 2022-09-27T15:55:36.5323023Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.5323281Z 2022-09-27T15:55:36.5323412Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.5323618Z ========== 2022-09-27T15:55:36.5360814Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 642 2022-09-27T15:55:36.5361171Z due to: 2022-09-27T15:55:36.5361360Z Traceback (most recent call last): 2022-09-27T15:55:36.5361752Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.5362117Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.5362470Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.5362678Z 2022-09-27T15:55:36.5362817Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.5362970Z 2022-09-27T15:55:36.5363069Z Traceback (most recent call last): 2022-09-27T15:55:36.5363352Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.5363597Z ) from e 2022-09-27T15:55:36.5363917Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.5364176Z 2022-09-27T15:55:36.5364310Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.5364539Z ========== 2022-09-27T15:55:36.5387857Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 647 2022-09-27T15:55:36.5388279Z due to: 2022-09-27T15:55:36.5388471Z Traceback (most recent call last): 2022-09-27T15:55:36.5388893Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.5389228Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.5389577Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.5389789Z 2022-09-27T15:55:36.5389929Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.5390098Z 2022-09-27T15:55:36.5390191Z Traceback (most recent call last): 2022-09-27T15:55:36.5390457Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.5390701Z ) from e 2022-09-27T15:55:36.5391032Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.5391288Z 2022-09-27T15:55:36.5391407Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.5391629Z ========== 2022-09-27T15:55:36.5409927Z ok (0.024s) 2022-09-27T15:55:36.5594549Z test_nested_tensor_mul_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:55:36.5914619Z test_nested_tensor_sum_dim_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 657 2022-09-27T15:55:36.5915127Z due to: 2022-09-27T15:55:36.5915333Z Traceback (most recent call last): 2022-09-27T15:55:36.5915812Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.5916153Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.5916568Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.5916976Z 2022-09-27T15:55:36.5917135Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.5917345Z 2022-09-27T15:55:36.5917425Z Traceback (most recent call last): 2022-09-27T15:55:36.5917711Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.5918003Z ) from e 2022-09-27T15:55:36.5918406Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.5918648Z 2022-09-27T15:55:36.5918844Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.5919064Z ========== 2022-09-27T15:55:36.6291172Z ok (0.069s) 2022-09-27T15:55:36.6441813Z test_reshape_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1232 2022-09-27T15:55:36.6442462Z due to: 2022-09-27T15:55:36.6442650Z Traceback (most recent call last): 2022-09-27T15:55:36.6443066Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.6443401Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.6443753Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.6443967Z 2022-09-27T15:55:36.6444105Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.6444272Z 2022-09-27T15:55:36.6444363Z Traceback (most recent call last): 2022-09-27T15:55:36.6444631Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.6444947Z ) from e 2022-09-27T15:55:36.6445288Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.6445544Z 2022-09-27T15:55:36.6445663Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.6445887Z ========== 2022-09-27T15:55:36.6448739Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1237 2022-09-27T15:55:36.6449008Z due to: 2022-09-27T15:55:36.6449237Z Traceback (most recent call last): 2022-09-27T15:55:36.6449635Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.6450039Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.6450374Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.6450593Z 2022-09-27T15:55:36.6450774Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.6450937Z 2022-09-27T15:55:36.6451031Z Traceback (most recent call last): 2022-09-27T15:55:36.6451312Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.6451607Z ) from e 2022-09-27T15:55:36.6451946Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.6452247Z 2022-09-27T15:55:36.6452386Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.6452591Z ========== 2022-09-27T15:55:36.6478733Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1244 2022-09-27T15:55:36.6478995Z due to: 2022-09-27T15:55:36.6479192Z Traceback (most recent call last): 2022-09-27T15:55:36.6479573Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.6479920Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.6480266Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.6480471Z 2022-09-27T15:55:36.6480594Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.6480967Z 2022-09-27T15:55:36.6481060Z Traceback (most recent call last): 2022-09-27T15:55:36.6481344Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.6481589Z ) from e 2022-09-27T15:55:36.6481964Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.6482223Z 2022-09-27T15:55:36.6482357Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.6482576Z ========== 2022-09-27T15:55:36.6508020Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1250 2022-09-27T15:55:36.6508340Z due to: 2022-09-27T15:55:36.6508533Z Traceback (most recent call last): 2022-09-27T15:55:36.6508925Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.6509256Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.6509608Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.6509811Z 2022-09-27T15:55:36.6509946Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.6510108Z 2022-09-27T15:55:36.6510199Z Traceback (most recent call last): 2022-09-27T15:55:36.6510467Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.6510715Z ) from e 2022-09-27T15:55:36.6511042Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.6511292Z 2022-09-27T15:55:36.6511407Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.6511621Z ========== 2022-09-27T15:55:36.6539210Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1255 2022-09-27T15:55:36.6539498Z due to: 2022-09-27T15:55:36.6539681Z Traceback (most recent call last): 2022-09-27T15:55:36.6540082Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.6540428Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.6540762Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.6540965Z 2022-09-27T15:55:36.6541102Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.6541264Z 2022-09-27T15:55:36.6541355Z Traceback (most recent call last): 2022-09-27T15:55:36.6541632Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.6541860Z ) from e 2022-09-27T15:55:36.6542191Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.6542441Z 2022-09-27T15:55:36.6542571Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.6542779Z ========== 2022-09-27T15:55:36.6572411Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1265 2022-09-27T15:55:36.6572891Z due to: 2022-09-27T15:55:36.6573205Z Traceback (most recent call last): 2022-09-27T15:55:36.6573591Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.6573935Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.6574281Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.6574484Z 2022-09-27T15:55:36.6574608Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.6574772Z 2022-09-27T15:55:36.6574863Z Traceback (most recent call last): 2022-09-27T15:55:36.6575146Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.6575388Z ) from e 2022-09-27T15:55:36.6575704Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.6576093Z 2022-09-27T15:55:36.6576225Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.6576445Z ========== 2022-09-27T15:55:36.6604903Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT noncontiguous_to_padded_tensor test_nestedtensor.py line 44 2022-09-27T15:55:36.6605446Z due to: 2022-09-27T15:55:36.6605719Z Traceback (most recent call last): 2022-09-27T15:55:36.6606115Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.6606445Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.6606792Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.6606999Z 2022-09-27T15:55:36.6607136Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.6607301Z 2022-09-27T15:55:36.6607391Z Traceback (most recent call last): 2022-09-27T15:55:36.6607659Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.6607900Z ) from e 2022-09-27T15:55:36.6608233Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.6608485Z 2022-09-27T15:55:36.6608604Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.6608820Z ========== 2022-09-27T15:55:36.6612893Z ok (0.032s) 2022-09-27T15:55:36.6844575Z test_reshape_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:55:36.7746210Z test_reshape_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.089s) 2022-09-27T15:55:36.7994115Z test_scaled_dot_product_attention_input_dim_3_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_scaled_dot_product_attention test_nestedtensor.py line 1279 2022-09-27T15:55:36.7994871Z due to: 2022-09-27T15:55:36.7995124Z Traceback (most recent call last): 2022-09-27T15:55:36.7995467Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:36.7995744Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:36.7996301Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T15:55:36.7996593Z 2022-09-27T15:55:36.7996732Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.7996885Z 2022-09-27T15:55:36.7996977Z Traceback (most recent call last): 2022-09-27T15:55:36.7997252Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:36.7997525Z raise TorchRuntimeError() from e 2022-09-27T15:55:36.7997745Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:36.7997888Z 2022-09-27T15:55:36.7997958Z from user code: 2022-09-27T15:55:36.7998199Z File "test_nestedtensor.py", line 1288, in test_scaled_dot_product_attention 2022-09-27T15:55:36.7998496Z query = torch.nested_tensor([rand_tensor(2, E), rand_tensor(3, E), rand_tensor(4, E)]) 2022-09-27T15:55:36.7998667Z 2022-09-27T15:55:36.7998801Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.7999018Z ========== 2022-09-27T15:55:36.8314510Z ok (0.056s) 2022-09-27T15:55:36.8550367Z test_scaled_dot_product_attention_input_dim_4_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:55:36.8699736Z test_softmax_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 779 2022-09-27T15:55:36.8700393Z due to: 2022-09-27T15:55:36.8700711Z Traceback (most recent call last): 2022-09-27T15:55:36.8701407Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.8702281Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.8702856Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.8703158Z 2022-09-27T15:55:36.8703513Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.8703767Z 2022-09-27T15:55:36.8703917Z Traceback (most recent call last): 2022-09-27T15:55:36.8704361Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.8704771Z ) from e 2022-09-27T15:55:36.8705278Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.8705666Z 2022-09-27T15:55:36.8705883Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.8706224Z ========== 2022-09-27T15:55:36.8707816Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 784 2022-09-27T15:55:36.8708252Z due to: 2022-09-27T15:55:36.8708595Z Traceback (most recent call last): 2022-09-27T15:55:36.8709309Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.8709925Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.8710549Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.8710925Z 2022-09-27T15:55:36.8711164Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.8711454Z 2022-09-27T15:55:36.8711611Z Traceback (most recent call last): 2022-09-27T15:55:36.8712094Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.8712522Z ) from e 2022-09-27T15:55:36.8713307Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.8713786Z 2022-09-27T15:55:36.8714006Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.8714393Z ========== 2022-09-27T15:55:36.8759692Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 789 2022-09-27T15:55:36.8760220Z due to: 2022-09-27T15:55:36.8760533Z Traceback (most recent call last): 2022-09-27T15:55:36.8761255Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.8761886Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.8762525Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.8762907Z 2022-09-27T15:55:36.8763147Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.8763444Z 2022-09-27T15:55:36.8763605Z Traceback (most recent call last): 2022-09-27T15:55:36.8764114Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.8764532Z ) from e 2022-09-27T15:55:36.8765238Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.8765715Z 2022-09-27T15:55:36.8765959Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.8766336Z ========== 2022-09-27T15:55:36.8808536Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 792 2022-09-27T15:55:36.8809020Z due to: 2022-09-27T15:55:36.8809368Z Traceback (most recent call last): 2022-09-27T15:55:36.8810082Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.8810720Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.8811353Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.8811989Z 2022-09-27T15:55:36.8812234Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.8812517Z 2022-09-27T15:55:36.8812683Z Traceback (most recent call last): 2022-09-27T15:55:36.8813185Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.8813755Z ) from e 2022-09-27T15:55:36.8814351Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.8814818Z 2022-09-27T15:55:36.8815054Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.8815442Z ========== 2022-09-27T15:55:36.8859336Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 793 2022-09-27T15:55:36.8859794Z due to: 2022-09-27T15:55:36.8860106Z Traceback (most recent call last): 2022-09-27T15:55:36.8860780Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.8861353Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.8861940Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.8862294Z 2022-09-27T15:55:36.8862528Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.8862806Z 2022-09-27T15:55:36.8862958Z Traceback (most recent call last): 2022-09-27T15:55:36.8863415Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.8863818Z ) from e 2022-09-27T15:55:36.8864381Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.8864814Z 2022-09-27T15:55:36.8865035Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.8865381Z ========== 2022-09-27T15:55:36.8915816Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 810 2022-09-27T15:55:36.8916252Z due to: 2022-09-27T15:55:36.8916974Z Traceback (most recent call last): 2022-09-27T15:55:36.8918679Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.8919317Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.8919948Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.8920328Z 2022-09-27T15:55:36.8920571Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.8920869Z 2022-09-27T15:55:36.8921030Z Traceback (most recent call last): 2022-09-27T15:55:36.8921518Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.8921953Z ) from e 2022-09-27T15:55:36.8922550Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.8923023Z 2022-09-27T15:55:36.8923243Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.8923634Z ========== 2022-09-27T15:55:36.8965258Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 811 2022-09-27T15:55:36.8965694Z due to: 2022-09-27T15:55:36.8966010Z Traceback (most recent call last): 2022-09-27T15:55:36.8966678Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.8967256Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.8967833Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.8968178Z 2022-09-27T15:55:36.8968407Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.8968684Z 2022-09-27T15:55:36.8968836Z Traceback (most recent call last): 2022-09-27T15:55:36.8969469Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.8969861Z ) from e 2022-09-27T15:55:36.8970420Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.8970854Z 2022-09-27T15:55:36.8971137Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.8971490Z ========== 2022-09-27T15:55:36.9008490Z ok (0.045s) 2022-09-27T15:55:36.9373651Z test_softmax_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.036s) 2022-09-27T15:55:36.9402820Z test_softmax_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_softmax_noncontiguous test_nestedtensor.py line 813 2022-09-27T15:55:36.9403436Z due to: 2022-09-27T15:55:36.9403771Z Traceback (most recent call last): 2022-09-27T15:55:36.9404275Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:55:36.9404831Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:55:36.9405279Z AssertionError: dtype 2022-09-27T15:55:36.9405478Z 2022-09-27T15:55:36.9405593Z from user code: 2022-09-27T15:55:36.9405992Z File "test_nestedtensor.py", line 816, in test_softmax_noncontiguous 2022-09-27T15:55:36.9406519Z nt_contiguous, nt_noncontiguous = random_nt_noncontiguous_pair((2, 3, 6, 7), device, dtype) 2022-09-27T15:55:36.9406824Z 2022-09-27T15:55:36.9407049Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.9407417Z ========== 2022-09-27T15:55:36.9409925Z ok (0.003s) 2022-09-27T15:55:36.9431202Z test_softmax_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:55:36.9608449Z test_to_padded_tensor_dim2_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_to_padded_tensor_dim2 test_nestedtensor.py line 431 2022-09-27T15:55:36.9609119Z due to: 2022-09-27T15:55:36.9609411Z Traceback (most recent call last): 2022-09-27T15:55:36.9610006Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:36.9610463Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:36.9610894Z NotImplementedError: Cannot copy out of meta tensor; no data! 2022-09-27T15:55:36.9611156Z 2022-09-27T15:55:36.9611388Z During handling of the above exception, another exception occurred: 2022-09-27T15:55:36.9611666Z 2022-09-27T15:55:36.9611820Z Traceback (most recent call last): 2022-09-27T15:55:36.9612476Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.9613042Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.9613635Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.9613982Z 2022-09-27T15:55:36.9614208Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.9614486Z 2022-09-27T15:55:36.9614639Z Traceback (most recent call last): 2022-09-27T15:55:36.9615098Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.9615504Z ) from e 2022-09-27T15:55:36.9616067Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.9616497Z 2022-09-27T15:55:36.9617041Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.9617314Z 2022-09-27T15:55:36.9617466Z Traceback (most recent call last): 2022-09-27T15:55:36.9617937Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:36.9618406Z raise TorchRuntimeError() from e 2022-09-27T15:55:36.9618784Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:36.9619021Z 2022-09-27T15:55:36.9619140Z from user code: 2022-09-27T15:55:36.9619790Z File "test_nestedtensor.py", line 438, in test_to_padded_tensor_dim2 2022-09-27T15:55:36.9620244Z nt = torch.nested_tensor(ts, device=device, dtype=dtype) 2022-09-27T15:55:36.9620500Z 2022-09-27T15:55:36.9620723Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.9621094Z ========== 2022-09-27T15:55:36.9621469Z ok (0.018s) 2022-09-27T15:55:36.9642202Z test_to_padded_tensor_dim2_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:55:36.9667727Z test_to_padded_tensor_dim2_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:55:36.9849317Z test_to_padded_tensor_dim3_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_to_padded_tensor_dim3 test_nestedtensor.py line 449 2022-09-27T15:55:36.9849891Z due to: 2022-09-27T15:55:36.9850214Z Traceback (most recent call last): 2022-09-27T15:55:36.9850772Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:36.9851228Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:36.9851605Z NotImplementedError: Cannot copy out of meta tensor; no data! 2022-09-27T15:55:36.9851846Z 2022-09-27T15:55:36.9852059Z During handling of the above exception, another exception occurred: 2022-09-27T15:55:36.9852315Z 2022-09-27T15:55:36.9852469Z Traceback (most recent call last): 2022-09-27T15:55:36.9853111Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:36.9853790Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:36.9854471Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:36.9854837Z 2022-09-27T15:55:36.9855066Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.9855346Z 2022-09-27T15:55:36.9855513Z Traceback (most recent call last): 2022-09-27T15:55:36.9855977Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:36.9856410Z ) from e 2022-09-27T15:55:36.9856988Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:36.9857441Z 2022-09-27T15:55:36.9857677Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:36.9857964Z 2022-09-27T15:55:36.9858124Z Traceback (most recent call last): 2022-09-27T15:55:36.9858619Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:36.9859123Z raise TorchRuntimeError() from e 2022-09-27T15:55:36.9859554Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:36.9859818Z 2022-09-27T15:55:36.9859938Z from user code: 2022-09-27T15:55:36.9860345Z File "test_nestedtensor.py", line 456, in test_to_padded_tensor_dim3 2022-09-27T15:55:36.9860949Z nt = torch.nested_tensor(ts, device=device, dtype=dtype) 2022-09-27T15:55:36.9861175Z 2022-09-27T15:55:36.9861387Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:36.9861782Z ========== 2022-09-27T15:55:36.9862034Z ok (0.019s) 2022-09-27T15:55:36.9887814Z test_to_padded_tensor_dim3_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:55:36.9914595Z test_to_padded_tensor_dim3_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:55:37.0100000Z test_to_padded_tensor_dim4_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_to_padded_tensor_dim4 test_nestedtensor.py line 467 2022-09-27T15:55:37.0100618Z due to: 2022-09-27T15:55:37.0100952Z Traceback (most recent call last): 2022-09-27T15:55:37.0101580Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:37.0102054Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:37.0102725Z NotImplementedError: Cannot copy out of meta tensor; no data! 2022-09-27T15:55:37.0102993Z 2022-09-27T15:55:37.0103223Z During handling of the above exception, another exception occurred: 2022-09-27T15:55:37.0103504Z 2022-09-27T15:55:37.0103657Z Traceback (most recent call last): 2022-09-27T15:55:37.0104381Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:37.0104959Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:37.0105557Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:37.0105904Z 2022-09-27T15:55:37.0106133Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:37.0106424Z 2022-09-27T15:55:37.0106572Z Traceback (most recent call last): 2022-09-27T15:55:37.0107071Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:37.0107500Z ) from e 2022-09-27T15:55:37.0108087Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:37.0108556Z 2022-09-27T15:55:37.0108808Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:37.0109102Z 2022-09-27T15:55:37.0109263Z Traceback (most recent call last): 2022-09-27T15:55:37.0109762Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:37.0110238Z raise TorchRuntimeError() from e 2022-09-27T15:55:37.0110652Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:37.0110907Z 2022-09-27T15:55:37.0111029Z from user code: 2022-09-27T15:55:37.0111440Z File "test_nestedtensor.py", line 474, in test_to_padded_tensor_dim4 2022-09-27T15:55:37.0111812Z nt = torch.nested_tensor(ts, device=device, dtype=dtype) 2022-09-27T15:55:37.0112045Z 2022-09-27T15:55:37.0112238Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:37.0112556Z ========== 2022-09-27T15:55:37.0139844Z ok (0.022s) 2022-09-27T15:55:37.0185054Z test_to_padded_tensor_dim4_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:55:37.0237382Z test_to_padded_tensor_dim4_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:55:37.0266823Z test_to_padded_tensor_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_to_padded_tensor_noncontiguous test_nestedtensor.py line 489 2022-09-27T15:55:37.0267465Z due to: 2022-09-27T15:55:37.0267813Z Traceback (most recent call last): 2022-09-27T15:55:37.0268311Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:55:37.0268846Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:55:37.0269221Z AssertionError: dtype 2022-09-27T15:55:37.0269423Z 2022-09-27T15:55:37.0269533Z from user code: 2022-09-27T15:55:37.0269952Z File "test_nestedtensor.py", line 492, in test_to_padded_tensor_noncontiguous 2022-09-27T15:55:37.0270485Z nt_contiguous, nt_noncontiguous = random_nt_noncontiguous_pair((2, 3, 6, 7), device, dtype) 2022-09-27T15:55:37.0270795Z 2022-09-27T15:55:37.0271016Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:37.0271385Z ========== 2022-09-27T15:55:37.0281294Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 501 2022-09-27T15:55:37.0281709Z due to: 2022-09-27T15:55:37.0282035Z Traceback (most recent call last): 2022-09-27T15:55:37.0282703Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:37.0283273Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:37.0283863Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:37.0284213Z 2022-09-27T15:55:37.0284444Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:37.0285090Z 2022-09-27T15:55:37.0285245Z Traceback (most recent call last): 2022-09-27T15:55:37.0285716Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:37.0286130Z ) from e 2022-09-27T15:55:37.0286787Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:37.0287226Z 2022-09-27T15:55:37.0287434Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:37.0287802Z ========== 2022-09-27T15:55:37.0318262Z ok (0.008s) 2022-09-27T15:55:37.0376731Z test_to_padded_tensor_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:55:37.0435929Z test_to_padded_tensor_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:55:37.0639613Z test_to_padded_tensor_output_size_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_to_padded_tensor_output_size test_nestedtensor.py line 411 2022-09-27T15:55:37.0640305Z due to: 2022-09-27T15:55:37.0640619Z Traceback (most recent call last): 2022-09-27T15:55:37.0641208Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:37.0641661Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:37.0642095Z NotImplementedError: Cannot copy out of meta tensor; no data! 2022-09-27T15:55:37.0642365Z 2022-09-27T15:55:37.0642595Z During handling of the above exception, another exception occurred: 2022-09-27T15:55:37.0642863Z 2022-09-27T15:55:37.0643018Z Traceback (most recent call last): 2022-09-27T15:55:37.0643685Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:37.0644270Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:37.0644909Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:37.0645264Z 2022-09-27T15:55:37.0645494Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:37.0645771Z 2022-09-27T15:55:37.0645926Z Traceback (most recent call last): 2022-09-27T15:55:37.0646404Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:37.0646799Z ) from e 2022-09-27T15:55:37.0647359Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:37.0647788Z 2022-09-27T15:55:37.0648018Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:37.0648295Z 2022-09-27T15:55:37.0648448Z Traceback (most recent call last): 2022-09-27T15:55:37.0648906Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:37.0649372Z raise TorchRuntimeError() from e 2022-09-27T15:55:37.0649773Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:37.0649998Z 2022-09-27T15:55:37.0650118Z from user code: 2022-09-27T15:55:37.0650518Z File "test_nestedtensor.py", line 417, in test_to_padded_tensor_output_size 2022-09-27T15:55:37.0651007Z nt = torch.nested_tensor(ts, device=device, dtype=dtype) 2022-09-27T15:55:37.0651257Z 2022-09-27T15:55:37.0651466Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:37.0651836Z ========== 2022-09-27T15:55:37.0652102Z ok (0.021s) 2022-09-27T15:55:37.0683818Z test_to_padded_tensor_output_size_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:55:37.0885412Z test_to_padded_tensor_simple_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_to_padded_tensor_simple test_nestedtensor.py line 392 2022-09-27T15:55:37.0886063Z due to: 2022-09-27T15:55:37.0886344Z Traceback (most recent call last): 2022-09-27T15:55:37.0887191Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:37.0887555Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:37.0887913Z NotImplementedError: Cannot copy out of meta tensor; no data! 2022-09-27T15:55:37.0888159Z 2022-09-27T15:55:37.0888348Z During handling of the above exception, another exception occurred: 2022-09-27T15:55:37.0888746Z 2022-09-27T15:55:37.0888884Z Traceback (most recent call last): 2022-09-27T15:55:37.0889570Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:37.0890153Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:37.0890739Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:37.0891073Z 2022-09-27T15:55:37.0891258Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:37.0891547Z 2022-09-27T15:55:37.0891709Z Traceback (most recent call last): 2022-09-27T15:55:37.0892194Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:37.0892585Z ) from e 2022-09-27T15:55:37.0893102Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:37.0893548Z 2022-09-27T15:55:37.0893802Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:37.0894099Z 2022-09-27T15:55:37.0894258Z Traceback (most recent call last): 2022-09-27T15:55:37.0894749Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:37.0895205Z raise TorchRuntimeError() from e 2022-09-27T15:55:37.0895563Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:37.0895774Z 2022-09-27T15:55:37.0895883Z from user code: 2022-09-27T15:55:37.0896222Z File "test_nestedtensor.py", line 397, in test_to_padded_tensor_simple 2022-09-27T15:55:37.0896651Z nt = torch.nested_tensor(ts, device=device, dtype=dtype) 2022-09-27T15:55:37.0896893Z 2022-09-27T15:55:37.0897092Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:37.0897391Z ========== 2022-09-27T15:55:37.0899449Z ok (0.021s) 2022-09-27T15:55:37.0930305Z test_to_padded_tensor_simple_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:55:37.1120058Z test_to_then_from_padded_tensor_no_transform0213_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_to_then_from_padded_tensor_no_transform0213 test_nestedtensor.py line 342 2022-09-27T15:55:37.1120807Z due to: 2022-09-27T15:55:37.1121103Z Traceback (most recent call last): 2022-09-27T15:55:37.1121690Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:37.1122142Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:37.1122558Z NotImplementedError: Cannot copy out of meta tensor; no data! 2022-09-27T15:55:37.1122847Z 2022-09-27T15:55:37.1123079Z During handling of the above exception, another exception occurred: 2022-09-27T15:55:37.1123360Z 2022-09-27T15:55:37.1123514Z Traceback (most recent call last): 2022-09-27T15:55:37.1124158Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:37.1124736Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:37.1125401Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:37.1125753Z 2022-09-27T15:55:37.1125984Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:37.1126263Z 2022-09-27T15:55:37.1126399Z Traceback (most recent call last): 2022-09-27T15:55:37.1126864Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:37.1127272Z ) from e 2022-09-27T15:55:37.1127814Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:37.1128526Z 2022-09-27T15:55:37.1128754Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:37.1129033Z 2022-09-27T15:55:37.1129186Z Traceback (most recent call last): 2022-09-27T15:55:37.1129732Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:37.1144560Z raise TorchRuntimeError() from e 2022-09-27T15:55:37.1145028Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:37.1145278Z 2022-09-27T15:55:37.1145399Z from user code: 2022-09-27T15:55:37.1145835Z File "test_nestedtensor.py", line 348, in test_to_then_from_padded_tensor_no_transform0213 2022-09-27T15:55:37.1146349Z nt = torch.nested_tensor(ts, device=device, dtype=dtype) 2022-09-27T15:55:37.1146610Z 2022-09-27T15:55:37.1146834Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:37.1147187Z ========== 2022-09-27T15:55:37.1147456Z ok (0.019s) 2022-09-27T15:55:37.1253561Z test_transpose_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1120 2022-09-27T15:55:37.1254172Z due to: 2022-09-27T15:55:37.1254484Z Traceback (most recent call last): 2022-09-27T15:55:37.1255176Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:37.1255760Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:37.1256346Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:37.1256682Z 2022-09-27T15:55:37.1256914Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:37.1257194Z 2022-09-27T15:55:37.1257349Z Traceback (most recent call last): 2022-09-27T15:55:37.1257826Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:37.1258225Z ) from e 2022-09-27T15:55:37.1258789Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:37.1259225Z 2022-09-27T15:55:37.1259448Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:37.1259819Z ========== 2022-09-27T15:55:37.1260374Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1125 2022-09-27T15:55:37.1260793Z due to: 2022-09-27T15:55:37.1261109Z Traceback (most recent call last): 2022-09-27T15:55:37.1261751Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:37.1262335Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:37.1262920Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:37.1263279Z 2022-09-27T15:55:37.1263509Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:37.1263791Z 2022-09-27T15:55:37.1263926Z Traceback (most recent call last): 2022-09-27T15:55:37.1264399Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:37.1264807Z ) from e 2022-09-27T15:55:37.1265357Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:37.1265789Z 2022-09-27T15:55:37.1266007Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:37.1266377Z ========== 2022-09-27T15:55:37.1307331Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1130 2022-09-27T15:55:37.1307770Z due to: 2022-09-27T15:55:37.1308085Z Traceback (most recent call last): 2022-09-27T15:55:37.1308789Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:37.1309662Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:37.1310236Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:37.1310588Z 2022-09-27T15:55:37.1310819Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:37.1311105Z 2022-09-27T15:55:37.1311330Z Traceback (most recent call last): 2022-09-27T15:55:37.1311794Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:37.1312214Z ) from e 2022-09-27T15:55:37.1312932Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:37.1313384Z 2022-09-27T15:55:37.1313613Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:37.1313964Z ========== 2022-09-27T15:55:37.1353582Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1133 2022-09-27T15:55:37.1354067Z due to: 2022-09-27T15:55:37.1354367Z Traceback (most recent call last): 2022-09-27T15:55:37.1355045Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:37.1355632Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:37.1356229Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:37.1356595Z 2022-09-27T15:55:37.1356810Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:37.1357093Z 2022-09-27T15:55:37.1357248Z Traceback (most recent call last): 2022-09-27T15:55:37.1357716Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:37.1358106Z ) from e 2022-09-27T15:55:37.1358674Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:37.1359112Z 2022-09-27T15:55:37.1359336Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:37.1359705Z ========== 2022-09-27T15:55:37.1399986Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1134 2022-09-27T15:55:37.1400430Z due to: 2022-09-27T15:55:37.1400761Z Traceback (most recent call last): 2022-09-27T15:55:37.1401437Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:37.1402006Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:37.1402603Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:37.1402961Z 2022-09-27T15:55:37.1403190Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:37.1403471Z 2022-09-27T15:55:37.1403609Z Traceback (most recent call last): 2022-09-27T15:55:37.1404083Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:37.1404492Z ) from e 2022-09-27T15:55:37.1405116Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:37.1405535Z 2022-09-27T15:55:37.1405759Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:37.1406127Z ========== 2022-09-27T15:55:37.1445706Z ok (0.031s) 2022-09-27T15:55:37.1706148Z test_transpose_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:55:37.1966917Z test_transpose_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:55:37.2095353Z test_transpose_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1144 2022-09-27T15:55:37.2096967Z due to: 2022-09-27T15:55:37.2097263Z Traceback (most recent call last): 2022-09-27T15:55:37.2098262Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:37.2098853Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:37.2099462Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:37.2099817Z 2022-09-27T15:55:37.2100115Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:37.2100394Z 2022-09-27T15:55:37.2100550Z Traceback (most recent call last): 2022-09-27T15:55:37.2101018Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:37.2101426Z ) from e 2022-09-27T15:55:37.2101976Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:37.2102408Z 2022-09-27T15:55:37.2102633Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:37.2103009Z ========== 2022-09-27T15:55:37.2103367Z ok (0.013s) 2022-09-27T15:55:37.2205290Z test_transpose_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:55:37.2303411Z test_transpose_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:55:37.2352609Z test_unbind_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:55:37.2376588Z test_unbind_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:55:37.2399003Z test_unbind_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:55:37.2546985Z test_view_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1164 2022-09-27T15:55:37.2547349Z due to: 2022-09-27T15:55:37.2547544Z Traceback (most recent call last): 2022-09-27T15:55:37.2547958Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:37.2548311Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:37.2548658Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:37.2548853Z 2022-09-27T15:55:37.2548998Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:37.2549164Z 2022-09-27T15:55:37.2549258Z Traceback (most recent call last): 2022-09-27T15:55:37.2549540Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:37.2549776Z ) from e 2022-09-27T15:55:37.2550109Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:37.2550363Z 2022-09-27T15:55:37.2550548Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:37.2550848Z ========== 2022-09-27T15:55:37.2551648Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1169 2022-09-27T15:55:37.2552091Z due to: 2022-09-27T15:55:37.2552460Z Traceback (most recent call last): 2022-09-27T15:55:37.2553159Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:37.2553508Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:37.2553858Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:37.2554062Z 2022-09-27T15:55:37.2554201Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:37.2554365Z 2022-09-27T15:55:37.2554444Z Traceback (most recent call last): 2022-09-27T15:55:37.2554723Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:37.2554967Z ) from e 2022-09-27T15:55:37.2555502Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:37.2555755Z 2022-09-27T15:55:37.2555887Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:37.2556108Z ========== 2022-09-27T15:55:37.2598487Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1176 2022-09-27T15:55:37.2598777Z due to: 2022-09-27T15:55:37.2599130Z Traceback (most recent call last): 2022-09-27T15:55:37.2599737Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:37.2600071Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:37.2600419Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:37.2600627Z 2022-09-27T15:55:37.2600762Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:37.2600928Z 2022-09-27T15:55:37.2601024Z Traceback (most recent call last): 2022-09-27T15:55:37.2601288Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:37.2601531Z ) from e 2022-09-27T15:55:37.2601862Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:37.2602117Z 2022-09-27T15:55:37.2602248Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:37.2602452Z ========== 2022-09-27T15:55:37.2644018Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1182 2022-09-27T15:55:37.2644528Z due to: 2022-09-27T15:55:37.2644832Z Traceback (most recent call last): 2022-09-27T15:55:37.2645307Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:37.2645654Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:37.2646010Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:37.2646203Z 2022-09-27T15:55:37.2646341Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:37.2646506Z 2022-09-27T15:55:37.2646599Z Traceback (most recent call last): 2022-09-27T15:55:37.2646882Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:37.2647113Z ) from e 2022-09-27T15:55:37.2647444Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:37.2647699Z 2022-09-27T15:55:37.2647829Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:37.2648051Z ========== 2022-09-27T15:55:37.2691137Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1187 2022-09-27T15:55:37.2691599Z due to: 2022-09-27T15:55:37.2691947Z Traceback (most recent call last): 2022-09-27T15:55:37.2692411Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:37.2692757Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:37.2693200Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:37.2693409Z 2022-09-27T15:55:37.2693548Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:37.2693699Z 2022-09-27T15:55:37.2693791Z Traceback (most recent call last): 2022-09-27T15:55:37.2694071Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:37.2694315Z ) from e 2022-09-27T15:55:37.2694636Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:37.2694889Z 2022-09-27T15:55:37.2695021Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:37.2695427Z ========== 2022-09-27T15:55:37.2742925Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nestedtensor.py line 1197 2022-09-27T15:55:37.2743351Z due to: 2022-09-27T15:55:37.2743703Z Traceback (most recent call last): 2022-09-27T15:55:37.2744336Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:37.2744672Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:37.2745021Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:37.2745229Z 2022-09-27T15:55:37.2745367Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:37.2745532Z 2022-09-27T15:55:37.2745623Z Traceback (most recent call last): 2022-09-27T15:55:37.2745894Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:37.2746138Z ) from e 2022-09-27T15:55:37.2746476Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:37.2746732Z 2022-09-27T15:55:37.2746863Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:37.2747067Z ========== 2022-09-27T15:55:37.2790001Z ok (0.039s) 2022-09-27T15:55:37.3104409Z test_view_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.031s) 2022-09-27T15:55:37.3421117Z test_view_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.031s) 2022-09-27T15:55:37.3598399Z test_view_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_inference_mode_interaction test_nestedtensor.py line 1211 2022-09-27T15:55:37.3598894Z due to: 2022-09-27T15:55:37.3599083Z Traceback (most recent call last): 2022-09-27T15:55:37.3599426Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:37.3599712Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:37.3599971Z NotImplementedError: Cannot copy out of meta tensor; no data! 2022-09-27T15:55:37.3600132Z 2022-09-27T15:55:37.3600270Z During handling of the above exception, another exception occurred: 2022-09-27T15:55:37.3600436Z 2022-09-27T15:55:37.3600515Z Traceback (most recent call last): 2022-09-27T15:55:37.3600907Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:37.3601249Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:37.3601599Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:37.3601790Z 2022-09-27T15:55:37.3601925Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:37.3602088Z 2022-09-27T15:55:37.3602180Z Traceback (most recent call last): 2022-09-27T15:55:37.3602461Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:37.3602694Z ) from e 2022-09-27T15:55:37.3603026Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:37.3603283Z 2022-09-27T15:55:37.3603417Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:37.3603583Z 2022-09-27T15:55:37.3603675Z Traceback (most recent call last): 2022-09-27T15:55:37.3603942Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:37.3604217Z raise TorchRuntimeError() from e 2022-09-27T15:55:37.3604451Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:37.3604594Z 2022-09-27T15:55:37.3604652Z from user code: 2022-09-27T15:55:37.3604959Z File "test_nestedtensor.py", line 1214, in test_view_inference_mode_interaction 2022-09-27T15:55:37.3605293Z nt = torch.nested_tensor([torch.randn((2, 20)), torch.randn((3, 20))], device=device, dtype=dtype) 2022-09-27T15:55:37.3605688Z 2022-09-27T15:55:37.3605819Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:37.3606024Z ========== 2022-09-27T15:55:37.3607693Z ok (0.018s) 2022-09-27T15:55:37.3636637Z test_view_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:55:37.3663495Z test_view_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:55:37.3663868Z 2022-09-27T15:55:37.3664337Z ---------------------------------------------------------------------- 2022-09-27T15:55:37.3664800Z Ran 121 tests in 2.384s 2022-09-27T15:55:37.3664950Z 2022-09-27T15:55:37.3665016Z OK 2022-09-27T15:55:37.3665108Z 2022-09-27T15:55:37.3665180Z Generating XML reports... 2022-09-27T15:55:37.3706030Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20220927155534.xml 2022-09-27T15:55:37.3726637Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorAutograd-20220927155534.xml 2022-09-27T15:55:37.3785236Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCPU-20220927155534.xml 2022-09-27T15:55:37.7534094Z Running test_jit_cuda_fuser ... [2022-09-27 15:55:37.753001] 2022-09-27T15:55:37.7534784Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_cuda_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:55:37.753081] 2022-09-27T15:55:40.2014813Z Test results will be stored in test-reports/python-unittest/test_jit_cuda_fuser 2022-09-27T15:55:40.2036268Z 2022-09-27T15:55:40.2036388Z Running tests... 2022-09-27T15:55:40.2036854Z ---------------------------------------------------------------------- 2022-09-27T15:55:40.3712559Z test__softmax_function (__main__.TestCudaFuser) ... skip: requires CUDA (0.012s) 2022-09-27T15:55:40.3728787Z test__softmax_function_half_to_float (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.3749469Z test_addcmul_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:55:40.3762118Z test_alias_pass_fix (__main__.TestCudaFuser) ... skip: skipping this test since unsqueeze is disabled now (0.001s) 2022-09-27T15:55:40.3782606Z test_autocast_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:55:40.3803758Z test_autocast_1_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:55:40.3822656Z test_autocast_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.3842049Z test_autocast_2_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:55:40.3866329Z test_backward_type (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:55:40.3877666Z test_batch_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.3891079Z test_batch_norm_impl_index_correctness (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.3901947Z test_batch_norm_impl_index_inner_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.3920050Z test_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.001s) 2022-09-27T15:55:40.3943521Z test_binary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:55:40.3959570Z test_binary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.3973090Z test_binary_ops_channels_last_with_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.3986003Z test_binary_ops_complex (__main__.TestCudaFuser) ... skip: see issue https://github.com/csarofeen/pytorch/issues/1730 (0.001s) 2022-09-27T15:55:40.3996720Z test_binary_ops_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4013313Z test_branches (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4026741Z test_broadcasting_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4040826Z test_broadcasting_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4054481Z test_broadcasting_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4068379Z test_broadcasting_3 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4083663Z test_broadcasting_multiple_output (__main__.TestCudaFuser) ... skip: broadcast on branches can't be resolved yet (0.001s) 2022-09-27T15:55:40.4098502Z test_broadcasting_multiple_output_shape (__main__.TestCudaFuser) ... skip: Broadcast with different output not supported yet (0.001s) 2022-09-27T15:55:40.4113300Z test_broadcasting_partition_logic_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4128417Z test_broadcasting_partition_logic_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4141282Z test_build_shape_expression_native_dropout (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4169760Z test_category_rule (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:55:40.4231011Z test_channels_last_with_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.006s) 2022-09-27T15:55:40.4246971Z test_chunk (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4259036Z test_clamp (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4268827Z test_clamp_reversed_bound (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4280562Z test_clean_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4292583Z test_const (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4303236Z test_contiguous_on_broadcasted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4324948Z test_conv2d_bias (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:55:40.4336989Z test_conv2d_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4356874Z test_cpu_scalar (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:55:40.4369948Z test_cuda_fusion_guard (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4382790Z test_cuda_fusion_guard_backward (__main__.TestCudaFuser) ... skip: requires NVFuser (0.001s) 2022-09-27T15:55:40.4393146Z test_device_constant (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4406835Z test_disable_const_chunk_propagation_for_normalization (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4418245Z test_disable_sibling_fuse (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4429312Z test_dropout_inference_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4441652Z test_dropout_train_nograd_fusion (__main__.TestCudaFuser) ... skip: not enough memory (0.001s) 2022-09-27T15:55:40.4458421Z test_dropout_train_nograd_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4475698Z test_dropout_training_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4494796Z test_dropout_training_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4517285Z test_dynamic_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:55:40.4532131Z test_expand (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4548734Z test_fix_shape_expression_bn (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4568821Z test_flatten (__main__.TestCudaFuser) ... skip: skipping this test since flatten is disabled now (0.002s) 2022-09-27T15:55:40.4582013Z test_gelu (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4612311Z test_grad_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:55:40.4626659Z test_graph_for_with_missing_optimized_engine (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4646752Z test_graph_rng (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:55:40.4664681Z test_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4675503Z test_high_rank_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4693423Z test_inf_quick_patch (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4705380Z test_inplace_removal (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4720473Z test_input_output_passthrough (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4730509Z test_int_tensor_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4747437Z test_issue1445_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4763632Z test_issue_1785 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4788593Z test_layer_norm_autodiff (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:55:40.4804179Z test_layer_norm_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4818819Z test_layer_norm_trivial_reduce_dim (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4834031Z test_linear (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4846770Z test_linear_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4858419Z test_multiple_device_pw (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4883283Z test_native_batch_norm_backward (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:55:40.4894287Z test_native_layer_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4905808Z test_native_layer_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4916272Z test_native_layer_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4924348Z test_nested_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.000s) 2022-09-27T15:55:40.4936433Z test_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4949497Z test_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4959340Z test_norm_channels_last (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4971669Z test_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4981518Z test_norm_half_layer (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.4993070Z test_norm_large (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5011817Z test_normalization_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5029038Z test_nvfuser_comparison_callbacks_with_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5045051Z test_nvfuser_comparison_callbacks_without_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5054640Z test_overlapped_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5070070Z test_permutation_preservation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5081653Z test_permutation_preservation_edge_case_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5097215Z test_permutation_preservation_edge_case_1_broken (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5111449Z test_permutation_preservation_edge_case_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5126755Z test_pointwise_reference_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5142262Z test_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5154312Z test_profile_ivalue_multiple_profiles (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5165532Z test_profiling_node (__main__.TestCudaFuser) ... skip: Skipped due to rand_like behavior change (0.001s) 2022-09-27T15:55:40.5181151Z test_pw_single_reduction_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5188790Z test_random_topo (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T15:55:40.5200993Z test_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5217151Z test_reduction_dtypes_axis (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5227536Z test_reduction_empty_axes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5251188Z test_reduction_multiple_output (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:55:40.5262549Z test_reduction_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5277031Z test_reduction_sizes_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5294316Z test_remove_output_used_only_in_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5305407Z test_rsub (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5316944Z test_scalar_cuda_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5330538Z test_scalar_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5341436Z test_scalar_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5351845Z test_scalar_tensor_permuted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5366757Z test_scheduler_with_polymorphic_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5387270Z test_shape_expression (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.002s) 2022-09-27T15:55:40.5400258Z test_sibling_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5412410Z test_sibling_fusion_no_scalar_inputs (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5430016Z test_single_reduction_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5439613Z test_singleton_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5457256Z test_skip_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5470654Z test_softmax (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5483017Z test_softmax_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5504970Z test_softmax_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:55:40.5516223Z test_softmax_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5532117Z test_softplus_fuser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5542130Z test_squeeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-09-27T15:55:40.5553528Z test_squeeze_negative_dim (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-09-27T15:55:40.5566164Z test_squeeze_zero (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-09-27T15:55:40.5580009Z test_strict_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5593514Z test_sum_to_one (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5611592Z test_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5641040Z test_ternary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-09-27T15:55:40.5649291Z test_ternary_ops_integer_compatibility (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T15:55:40.5659286Z test_ternary_ops_type_promotion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5668541Z test_to_boolean (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5682035Z test_to_copy (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5694136Z test_to_dtype_bf16_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5705791Z test_to_dtype_bf16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5717302Z test_to_dtype_fp16_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5728706Z test_to_dtype_fp16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5740470Z test_to_dtype_fp32_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5751829Z test_to_dtype_fp32_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5765617Z test_trivial_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5778579Z test_type_as_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5790996Z test_type_inference (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5809353Z test_unary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5831033Z test_unary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:55:40.5840157Z test_unsqueeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-09-27T15:55:40.5856442Z test_variance (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.5867641Z test_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-09-27T15:55:40.5879262Z test_view_copy_graph_guard (__main__.TestCudaFuser) ... skip: skipping this test since reshape is disabled now (0.001s) 2022-09-27T15:55:40.5893244Z test_view_copy_graph_guard_double_fusion (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-09-27T15:55:40.6967834Z test_can_be_enabled_nvfuser (__main__.TestEnableDisableCudaFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_can_be_enabled_nvfuser test_jit_cuda_fuser.py line 5033 2022-09-27T15:55:40.6968299Z due to: 2022-09-27T15:55:40.6968496Z Traceback (most recent call last): 2022-09-27T15:55:40.6968848Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:40.6969311Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:40.6969894Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:55:40.6970150Z 2022-09-27T15:55:40.6970224Z from user code: 2022-09-27T15:55:40.6970517Z File "test_jit_cuda_fuser.py", line 5036, in test_can_be_enabled_nvfuser 2022-09-27T15:55:40.6970819Z self.assertEqual(expected, torch._C._jit_nvfuser_can_be_enabled()) 2022-09-27T15:55:40.6970985Z 2022-09-27T15:55:40.6971166Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:40.6971391Z ========== 2022-09-27T15:55:40.7032450Z ok (0.113s) 2022-09-27T15:55:40.7051037Z test_context_manager_test (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.7060838Z test_register_fuser (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:55:40.7135293Z test_register_fuser_cpu (__main__.TestEnableDisableCudaFuser) ... ok (0.007s) 2022-09-27T15:55:40.7356493Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... Exception ignored in: .extract_files.. at 0x7f0b147286d0> 2022-09-27T15:55:40.7357121Z Traceback (most recent call last): 2022-09-27T15:55:40.7357868Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/jit_utils.py", line 210, in 2022-09-27T15:55:40.7358445Z debug_files = (pickle.load(f) for f in debug_files_stream) 2022-09-27T15:55:40.7358937Z SystemError: error return without exception set 2022-09-27T15:55:40.7359324Z Exception ignored in: .extract_files.. at 0x7f0b147287d0> 2022-09-27T15:55:40.7359642Z Traceback (most recent call last): 2022-09-27T15:55:40.7360040Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/jit_utils.py", line 209, in 2022-09-27T15:55:40.7360372Z debug_files_stream = (archive.open(f) for f in debug_files_str) 2022-09-27T15:55:40.7360625Z SystemError: error return without exception set 2022-09-27T15:55:40.7823357Z ok (0.068s) 2022-09-27T15:55:40.7823484Z 2022-09-27T15:55:40.7823801Z ---------------------------------------------------------------------- 2022-09-27T15:55:40.7824066Z Ran 152 tests in 0.579s 2022-09-27T15:55:40.7824212Z 2022-09-27T15:55:40.7824293Z OK (skipped=149) 2022-09-27T15:55:40.7824405Z 2022-09-27T15:55:40.7824490Z Generating XML reports... 2022-09-27T15:55:40.7855846Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20220927155540.xml 2022-09-27T15:55:40.7858480Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20220927155540.xml 2022-09-27T15:55:40.7993708Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20220927155540.xml 2022-09-27T15:55:41.2678287Z Running test_dynamic_shapes ... [2022-09-27 15:55:41.267432] 2022-09-27T15:55:41.2678846Z Executing ['/opt/conda/bin/python', '-bb', 'test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:55:41.267512] 2022-09-27T15:55:42.5469888Z Test results will be stored in test-reports/python-unittest/test_dynamic_shapes 2022-09-27T15:55:42.5481235Z 2022-09-27T15:55:42.5481324Z Running tests... 2022-09-27T15:55:42.5481723Z ---------------------------------------------------------------------- 2022-09-27T15:55:42.6100484Z test_arith_ops (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.003s) 2022-09-27T15:55:42.6110928Z test_aten_ops (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.001s) 2022-09-27T15:55:42.6123227Z test_binary (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.001s) 2022-09-27T15:55:42.6132205Z test_fx_trace_intlist (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.001s) 2022-09-27T15:55:42.6139940Z test_guard_int (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.000s) 2022-09-27T15:55:42.6146554Z test_int_conversion (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.000s) 2022-09-27T15:55:42.6153874Z test_int_to_float (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.000s) 2022-09-27T15:55:42.6160992Z test_meta_symint (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.000s) 2022-09-27T15:55:42.6168094Z test_reverse_arith_ops (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.000s) 2022-09-27T15:55:42.6181747Z test_roundtrip (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.001s) 2022-09-27T15:55:42.6193997Z test_size_expressions (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.001s) 2022-09-27T15:55:42.6201449Z test_stride (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.000s) 2022-09-27T15:55:42.6213894Z test_symint_args (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.001s) 2022-09-27T15:55:42.6238269Z test_symint_vargs (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.002s) 2022-09-27T15:55:42.6238736Z 2022-09-27T15:55:42.6239215Z ---------------------------------------------------------------------- 2022-09-27T15:55:42.6239484Z Ran 14 tests in 0.076s 2022-09-27T15:55:42.6239586Z 2022-09-27T15:55:42.6239662Z OK (skipped=14) 2022-09-27T15:55:42.6239770Z 2022-09-27T15:55:42.6239855Z Generating XML reports... 2022-09-27T15:55:42.6280417Z Generated XML report: test-reports/python-unittest/test_dynamic_shapes/TEST-TestPySymInt-20220927155542.xml 2022-09-27T15:55:42.8795559Z Running test_ops_gradients ... [2022-09-27 15:55:42.879145] 2022-09-27T15:55:42.8796304Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops_gradients.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:55:42.879227] 2022-09-27T15:55:45.5488755Z Test results will be stored in test-reports/python-pytest/test_ops_gradients/test_ops_gradients.xml 2022-09-27T15:55:45.6300710Z ============================= test session starts ============================== 2022-09-27T15:55:45.6301296Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T15:55:45.6365182Z cachedir: .pytest_cache 2022-09-27T15:55:45.6365712Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-09-27T15:55:45.6366168Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T15:55:45.6366604Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T15:55:45.6366893Z 2022-09-27T15:55:45.6799157Z gw0 I / gw1 I / gw2 I / gw3 I 2022-09-27T15:55:45.6799731Z [gw0] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:55:45.6799921Z 2022-09-27T15:55:45.7275163Z gw0 C / gw1 I / gw2 I / gw3 I 2022-09-27T15:55:45.7275703Z [gw1] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:55:45.7275861Z 2022-09-27T15:55:45.7813426Z gw0 C / gw1 C / gw2 I / gw3 I 2022-09-27T15:55:45.7813998Z [gw2] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:55:45.7814166Z 2022-09-27T15:55:45.8435693Z gw0 C / gw1 C / gw2 C / gw3 I 2022-09-27T15:55:45.8436191Z [gw3] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:55:45.8436452Z 2022-09-27T15:55:46.0189617Z gw0 C / gw1 C / gw2 C / gw3 C 2022-09-27T15:55:46.0190326Z [gw0] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:55:46.0190593Z 2022-09-27T15:55:46.0714830Z gw0 ok / gw1 C / gw2 C / gw3 C 2022-09-27T15:55:46.0715517Z [gw1] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:55:46.0715762Z 2022-09-27T15:55:46.1617362Z gw0 ok / gw1 ok / gw2 C / gw3 C 2022-09-27T15:55:46.1618098Z [gw2] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:55:46.1618642Z 2022-09-27T15:55:46.2060388Z gw0 ok / gw1 ok / gw2 ok / gw3 C 2022-09-27T15:55:46.2061233Z [gw3] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:55:46.2061597Z 2022-09-27T15:55:49.7025252Z gw0 ok / gw1 ok / gw2 ok / gw3 ok 2022-09-27T15:55:49.7296727Z gw0 ok / gw1 [7528] / gw2 ok / gw3 ok 2022-09-27T15:55:49.7682047Z gw0 [7528] / gw1 [7528] / gw2 ok / gw3 ok 2022-09-27T15:55:49.8282757Z gw0 [7528] / gw1 [7528] / gw2 [7528] / gw3 ok 2022-09-27T15:55:49.8288289Z gw0 [7528] / gw1 [7528] / gw2 [7528] / gw3 [7528] 2022-09-27T15:55:49.8288523Z scheduling tests via LoadScheduling 2022-09-27T15:55:49.8738088Z 2022-09-27T15:55:49.8741074Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_float64 2022-09-27T15:55:49.8741723Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_float64 2022-09-27T15:55:49.8742333Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_complex128 2022-09-27T15:55:53.2815399Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_complex128 2022-09-27T15:55:53.2922985Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_float64 2022-09-27T15:55:53.2926794Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_complex128 2022-09-27T15:55:53.2933232Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_float64 2022-09-27T15:55:53.2958675Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_complex128 2022-09-27T15:55:53.3009586Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_complex128 2022-09-27T15:55:53.3325052Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_float64 2022-09-27T15:55:53.3350593Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_float64 2022-09-27T15:55:53.3361522Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_float64 2022-09-27T15:55:53.3426014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_complex128 2022-09-27T15:55:53.3504817Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_complex128 2022-09-27T15:55:53.3510824Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_complex128 2022-09-27T15:55:53.3575680Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_complex128 2022-09-27T15:55:53.3764582Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_complex128 2022-09-27T15:55:53.3784045Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_complex128 2022-09-27T15:55:53.3801561Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_complex128 2022-09-27T15:55:53.3866652Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmod___cpu_float64 2022-09-27T15:55:53.3922372Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmod___cpu_float64 2022-09-27T15:55:53.3945129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_complex128 2022-09-27T15:55:53.4007521Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_complex128 2022-09-27T15:55:53.4026481Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_float64 2022-09-27T15:55:53.4050701Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_float64 2022-09-27T15:55:53.4204284Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_float64 2022-09-27T15:55:53.4242275Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amax_cpu_float64 2022-09-27T15:55:53.4258285Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_float64 2022-09-27T15:55:53.4268422Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_float64 2022-09-27T15:55:53.4362323Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amax_cpu_float64 2022-09-27T15:55:53.4423461Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_float64 2022-09-27T15:55:53.4441414Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_float64 2022-09-27T15:55:53.4508123Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_float64 2022-09-27T15:55:53.4644579Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_float64 2022-09-27T15:55:53.4682802Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T15:55:53.4705524Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amin_cpu_float64 2022-09-27T15:55:53.4745295Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T15:55:53.4801938Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amin_cpu_float64 2022-09-27T15:55:53.4824928Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_float64 2022-09-27T15:55:53.4881637Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_float64 2022-09-27T15:55:53.4942496Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_complex128 2022-09-27T15:55:53.5082453Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_complex128 2022-09-27T15:55:53.5106553Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T15:55:53.5121314Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T15:55:53.5182387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_float64 2022-09-27T15:55:53.5242365Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_float64 2022-09-27T15:55:53.5304329Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmin_cpu_float64 2022-09-27T15:55:53.5320778Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmin_cpu_float64 2022-09-27T15:55:53.5344152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_complex128 2022-09-27T15:55:53.5524216Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_complex128 2022-09-27T15:55:53.5546272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_float64 2022-09-27T15:55:53.5561061Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_float64 2022-09-27T15:55:53.5583409Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T15:55:53.5682636Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T15:55:53.5740370Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_float64 2022-09-27T15:55:53.5760962Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_float64 2022-09-27T15:55:53.5820024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmax_cpu_float64 2022-09-27T15:55:53.5963027Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmax_cpu_float64 2022-09-27T15:55:53.5986817Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_float64 2022-09-27T15:55:53.6002115Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_float64 2022-09-27T15:55:53.6023970Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_median_cpu_float64 2022-09-27T15:55:53.6122630Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_median_cpu_float64 2022-09-27T15:55:53.6187204Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_complex128 2022-09-27T15:55:53.6201325Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_complex128 2022-09-27T15:55:53.6262735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T15:55:53.6403144Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T15:55:53.6427636Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmin_cpu_float64 2022-09-27T15:55:53.6441001Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmin_cpu_float64 2022-09-27T15:55:53.6504304Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_complex128 2022-09-27T15:55:53.6562549Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_complex128 2022-09-27T15:55:53.6585502Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_complex128 2022-09-27T15:55:53.6642013Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_complex128 2022-09-27T15:55:53.6667263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T15:55:53.6844489Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T15:55:53.6869445Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_float64 2022-09-27T15:55:53.6881610Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_float64 2022-09-27T15:55:53.6907067Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_complex128 2022-09-27T15:55:53.7043922Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_complex128 2022-09-27T15:55:53.7068581Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmax_cpu_float64 2022-09-27T15:55:53.7081433Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmax_cpu_float64 2022-09-27T15:55:53.7107470Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_norm_cpu_float64 2022-09-27T15:55:53.7283832Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_norm_cpu_float64 2022-09-27T15:55:53.7323010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_float64 2022-09-27T15:55:53.7353581Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_complex128 2022-09-27T15:55:53.7355882Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_complex128 2022-09-27T15:55:53.7482801Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_float64 2022-09-27T15:55:53.7506753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_complex128 2022-09-27T15:55:53.7520870Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_complex128 2022-09-27T15:55:53.7545015Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_float64 2022-09-27T15:55:53.7723866Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_float64 2022-09-27T15:55:53.7746598Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_float64 2022-09-27T15:55:53.7761105Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_float64 2022-09-27T15:55:53.7821090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_complex128 2022-09-27T15:55:53.7922018Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_complex128 2022-09-27T15:55:53.7961559Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_complex128 2022-09-27T15:55:53.7989800Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_float64 2022-09-27T15:55:53.7991987Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_complex128 2022-09-27T15:55:53.8163566Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_float64 2022-09-27T15:55:53.8185856Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_float64 2022-09-27T15:55:53.8201061Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_float64 2022-09-27T15:55:53.8225660Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_complex128 2022-09-27T15:55:53.8363043Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_complex128 2022-09-27T15:55:53.8385049Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_complex128 2022-09-27T15:55:53.8401196Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_complex128 2022-09-27T15:55:53.8423794Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_float64 2022-09-27T15:55:53.8603998Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_float64 2022-09-27T15:55:53.8628982Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_float64 2022-09-27T15:55:53.8640730Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_float64 2022-09-27T15:55:53.8662887Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_complex128 2022-09-27T15:55:53.8802799Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_complex128 2022-09-27T15:55:53.8826749Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_complex128 2022-09-27T15:55:53.8840836Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_complex128 2022-09-27T15:55:53.8901579Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_float64 2022-09-27T15:55:53.9042383Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_float64 2022-09-27T15:55:53.9064792Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T15:55:53.9080839Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T15:55:53.9103349Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_complex128 2022-09-27T15:55:53.9242706Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_complex128 2022-09-27T15:55:53.9267382Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_complex128 2022-09-27T15:55:53.9280816Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_complex128 2022-09-27T15:55:53.9305516Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_float64 2022-09-27T15:55:53.9483279Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_float64 2022-09-27T15:55:53.9506749Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_float64 2022-09-27T15:55:53.9521580Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_float64 2022-09-27T15:55:53.9544375Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_complex128 2022-09-27T15:55:53.9683537Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_complex128 2022-09-27T15:55:53.9706103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T15:55:53.9720995Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T15:55:53.9744494Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_float64 2022-09-27T15:55:53.9923739Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_float64 2022-09-27T15:55:53.9946946Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_float64 2022-09-27T15:55:53.9961224Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_float64 2022-09-27T15:55:53.9985347Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_complex128 2022-09-27T15:55:54.0123091Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_complex128 2022-09-27T15:55:54.0146934Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_complex128 2022-09-27T15:55:54.0160980Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_complex128 2022-09-27T15:55:54.0186275Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_float64 2022-09-27T15:55:54.0363546Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_float64 2022-09-27T15:55:54.0402869Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_complex128 2022-09-27T15:55:54.0429379Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amax_cpu_float64 2022-09-27T15:55:54.0436453Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amax_cpu_float64 2022-09-27T15:55:54.0563451Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_complex128 2022-09-27T15:55:54.0585780Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_complex128 2022-09-27T15:55:54.0600971Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_complex128 2022-09-27T15:55:54.0624855Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_float64 2022-09-27T15:55:54.0803574Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_float64 2022-09-27T15:55:54.0828721Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_arange_cpu_float64 2022-09-27T15:55:54.0841340Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_arange_cpu_float64 2022-09-27T15:55:54.0904045Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_float64 2022-09-27T15:55:54.1002525Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_float64 2022-09-27T15:55:54.1029386Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_aminmax_cpu_float64 2022-09-27T15:55:54.1041568Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_aminmax_cpu_float64 2022-09-27T15:55:54.1065175Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_float64 2022-09-27T15:55:54.1243257Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_float64 2022-09-27T15:55:54.1265777Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_complex128 2022-09-27T15:55:54.1281347Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_complex128 2022-09-27T15:55:54.1306803Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmax_cpu_float64 2022-09-27T15:55:54.1444177Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmax_cpu_float64 2022-09-27T15:55:54.1466743Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_float64 2022-09-27T15:55:54.1481190Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_float64 2022-09-27T15:55:54.1506571Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amin_cpu_float64 2022-09-27T15:55:54.1683347Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amin_cpu_float64 2022-09-27T15:55:54.1706335Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T15:55:54.1721353Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T15:55:54.1746239Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_float64 2022-09-27T15:55:54.1882956Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_float64 2022-09-27T15:55:54.1905626Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argsort_cpu_float64 2022-09-27T15:55:54.1920863Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argsort_cpu_float64 2022-09-27T15:55:54.1980094Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_complex128 2022-09-27T15:55:54.2123484Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_complex128 2022-09-27T15:55:54.2147423Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_complex128 2022-09-27T15:55:54.2161616Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_complex128 2022-09-27T15:55:54.2187018Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T15:55:54.2322349Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T15:55:54.2337341Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_float64 2022-09-27T15:55:54.2361414Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_float64 2022-09-27T15:55:54.2383641Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmin_cpu_float64 2022-09-27T15:55:54.2563756Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmin_cpu_float64 2022-09-27T15:55:54.2585371Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_float64 2022-09-27T15:55:54.2601296Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_float64 2022-09-27T15:55:54.2623387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_float64 2022-09-27T15:55:54.2763207Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_float64 2022-09-27T15:55:54.2802272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_float64 2022-09-27T15:55:54.2818553Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_complex128 2022-09-27T15:55:54.2831345Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_complex128 2022-09-27T15:55:54.3003059Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_float64 2022-09-27T15:55:54.3024669Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_float64 2022-09-27T15:55:54.3041100Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_float64 2022-09-27T15:55:54.3064030Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_complex128 2022-09-27T15:55:54.3203367Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_complex128 2022-09-27T15:55:54.3230298Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_complex128 2022-09-27T15:55:54.3240623Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_complex128 2022-09-27T15:55:54.3304412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_complex128 2022-09-27T15:55:54.3443009Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_complex128 2022-09-27T15:55:54.3464837Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_float64 2022-09-27T15:55:54.3480973Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_float64 2022-09-27T15:55:54.3506620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_complex128 2022-09-27T15:55:54.3643892Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_complex128 2022-09-27T15:55:54.3670529Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_complex128 2022-09-27T15:55:54.3681793Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_complex128 2022-09-27T15:55:54.3704175Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan2_cpu_float64 2022-09-27T15:55:54.3883355Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan2_cpu_float64 2022-09-27T15:55:54.3907501Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_complex128 2022-09-27T15:55:54.3921467Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_complex128 2022-09-27T15:55:54.3944034Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_complex128 2022-09-27T15:55:54.4084099Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_complex128 2022-09-27T15:55:54.4110453Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_complex128 2022-09-27T15:55:54.4121164Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_complex128 2022-09-27T15:55:54.4146557Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_float64 2022-09-27T15:55:54.4323468Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_float64 2022-09-27T15:55:54.4344973Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_complex128 2022-09-27T15:55:54.4361473Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_complex128 2022-09-27T15:55:54.4383940Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_float64 2022-09-27T15:55:54.4523268Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_float64 2022-09-27T15:55:54.4550865Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bernoulli_cpu_float64 2022-09-27T15:55:54.4560865Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bernoulli_cpu_float64 2022-09-27T15:55:54.4584241Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_float64 2022-09-27T15:55:54.4763890Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_float64 2022-09-27T15:55:54.4784932Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T15:55:54.4800929Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T15:55:54.4824291Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_float64 2022-09-27T15:55:54.4963943Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_float64 2022-09-27T15:55:54.4991064Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_float64 2022-09-27T15:55:54.5000900Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_float64 2022-09-27T15:55:54.5024057Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_float64 2022-09-27T15:55:54.5204006Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_float64 2022-09-27T15:55:54.5226302Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bucketize_cpu_float64 2022-09-27T15:55:54.5241181Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bucketize_cpu_float64 2022-09-27T15:55:54.5264200Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T15:55:54.5403422Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T15:55:54.5430406Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_float64 2022-09-27T15:55:54.5441055Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_float64 2022-09-27T15:55:54.5466084Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_complex128 2022-09-27T15:55:54.5643772Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_complex128 2022-09-27T15:55:54.5665808Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_float64 2022-09-27T15:55:54.5680454Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_float64 2022-09-27T15:55:54.5704636Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_complex128 2022-09-27T15:55:54.5843795Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_complex128 2022-09-27T15:55:54.5875699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_float64 2022-09-27T15:55:54.5883804Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_float64 2022-09-27T15:55:54.5906936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_complex128 2022-09-27T15:55:54.6083705Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_complex128 2022-09-27T15:55:54.6106939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ceil_cpu_float64 2022-09-27T15:55:54.6121115Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ceil_cpu_float64 2022-09-27T15:55:54.6145299Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_complex128 2022-09-27T15:55:54.6283259Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_complex128 2022-09-27T15:55:54.6311404Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T15:55:54.6320834Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T15:55:54.6351067Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_complex128 2022-09-27T15:55:54.6523311Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_complex128 2022-09-27T15:55:54.6547540Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_float64 2022-09-27T15:55:54.6560851Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_float64 2022-09-27T15:55:54.6589479Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_complex128 2022-09-27T15:55:54.6724344Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_complex128 2022-09-27T15:55:54.6762961Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cdist_cpu_float64 2022-09-27T15:55:54.6787092Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_float64 2022-09-27T15:55:54.6963983Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_float64 2022-09-27T15:55:54.6994599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T15:55:54.7002163Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T15:55:54.7028827Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_complex128 2022-09-27T15:55:54.7203176Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_complex128 2022-09-27T15:55:54.7226760Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_float64 2022-09-27T15:55:54.7403563Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_float64 2022-09-27T15:55:54.7429214Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_float64 2022-09-27T15:55:54.7441364Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_float64 2022-09-27T15:55:54.7467840Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T15:55:54.7643936Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T15:55:54.7668700Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_float64 2022-09-27T15:55:54.7844260Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_float64 2022-09-27T15:55:54.7868832Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_complex128 2022-09-27T15:55:54.7881388Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_complex128 2022-09-27T15:55:54.7907886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_cpu_float64 2022-09-27T15:55:54.8084026Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_cpu_float64 2022-09-27T15:55:54.8107404Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_float64 2022-09-27T15:55:54.8284563Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_float64 2022-09-27T15:55:54.8308642Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_complex128 2022-09-27T15:55:54.8322370Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_complex128 2022-09-27T15:55:54.8347499Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_float64 2022-09-27T15:55:54.8523141Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_float64 2022-09-27T15:55:54.8546785Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_float64 2022-09-27T15:55:54.8723719Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_float64 2022-09-27T15:55:54.8749381Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_float64 2022-09-27T15:55:54.8761136Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_float64 2022-09-27T15:55:54.8787131Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_float64 2022-09-27T15:55:54.8962838Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_float64 2022-09-27T15:55:54.8985468Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_max_cpu_float64 2022-09-27T15:55:54.9163835Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_max_cpu_float64 2022-09-27T15:55:54.9187407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T15:55:54.9201440Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T15:55:54.9227213Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_complex128 2022-09-27T15:55:54.9402981Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_complex128 2022-09-27T15:55:54.9428485Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_complex128 2022-09-27T15:55:54.9603412Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_complex128 2022-09-27T15:55:54.9625628Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_complex128 2022-09-27T15:55:54.9641778Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_complex128 2022-09-27T15:55:54.9671107Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_complex128 2022-09-27T15:55:54.9843489Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_complex128 2022-09-27T15:55:54.9865506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_complex_cpu_float64 2022-09-27T15:55:55.0044063Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_complex_cpu_float64 2022-09-27T15:55:55.0073718Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_complex128 2022-09-27T15:55:55.0081728Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_complex128 2022-09-27T15:55:55.0108438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_float64 2022-09-27T15:55:55.0283596Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_float64 2022-09-27T15:55:55.0306650Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_float64 2022-09-27T15:55:55.0483366Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_float64 2022-09-27T15:55:55.0506007Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_complex128 2022-09-27T15:55:55.0521474Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_complex128 2022-09-27T15:55:55.0547632Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_float64 2022-09-27T15:55:55.0723674Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_float64 2022-09-27T15:55:55.0745994Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_float64 2022-09-27T15:55:55.0923591Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_float64 2022-09-27T15:55:55.0946390Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummax_cpu_float64 2022-09-27T15:55:55.0961514Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummax_cpu_float64 2022-09-27T15:55:55.0987787Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_float64 2022-09-27T15:55:55.1162930Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_float64 2022-09-27T15:55:55.1186480Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_complex128 2022-09-27T15:55:55.1362715Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_complex128 2022-09-27T15:55:55.1386377Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_complex128 2022-09-27T15:55:55.1401669Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_complex128 2022-09-27T15:55:55.1427456Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummin_cpu_float64 2022-09-27T15:55:55.1603181Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummin_cpu_float64 2022-09-27T15:55:55.1624767Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_complex128 2022-09-27T15:55:55.1804041Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_complex128 2022-09-27T15:55:55.1829158Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_deg2rad_cpu_float64 2022-09-27T15:55:55.1841353Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_deg2rad_cpu_float64 2022-09-27T15:55:55.1867840Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_float64 2022-09-27T15:55:55.2043068Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_float64 2022-09-27T15:55:55.2066629Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_complex128 2022-09-27T15:55:55.2243366Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_complex128 2022-09-27T15:55:55.2267685Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_float64 2022-09-27T15:55:55.2281294Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_float64 2022-09-27T15:55:55.2307856Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_complex128 2022-09-27T15:55:55.2483421Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_complex128 2022-09-27T15:55:55.2511087Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_complex128 2022-09-27T15:55:55.2683599Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_complex128 2022-09-27T15:55:55.2707241Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_float64 2022-09-27T15:55:55.2721391Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_float64 2022-09-27T15:55:55.2750851Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_complex128 2022-09-27T15:55:55.2923684Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_complex128 2022-09-27T15:55:55.2946861Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T15:55:55.3123997Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T15:55:55.3148478Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_digamma_cpu_float64 2022-09-27T15:55:55.3161796Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_digamma_cpu_float64 2022-09-27T15:55:55.3187510Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T15:55:55.3363527Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T15:55:55.3385617Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_float64 2022-09-27T15:55:55.3563619Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_float64 2022-09-27T15:55:55.3602604Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:55:55.3632434Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_complex128 2022-09-27T15:55:55.3635215Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:55:55.3803071Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_complex128 2022-09-27T15:55:55.3825526Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_float64 2022-09-27T15:55:55.4003796Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_float64 2022-09-27T15:55:55.4026134Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_float64 2022-09-27T15:55:55.4041433Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_float64 2022-09-27T15:55:55.4067762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T15:55:55.4243103Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T15:55:55.4265410Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_complex128 2022-09-27T15:55:55.4443609Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_complex128 2022-09-27T15:55:55.4467889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_float64 2022-09-27T15:55:55.4481297Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_float64 2022-09-27T15:55:55.4507500Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_complex128 2022-09-27T15:55:55.4684538Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_complex128 2022-09-27T15:55:55.4707278Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_float64 2022-09-27T15:55:55.4882662Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_float64 2022-09-27T15:55:55.4906448Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_float64 2022-09-27T15:55:55.4921679Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_float64 2022-09-27T15:55:55.4947749Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_complex128 2022-09-27T15:55:55.5123015Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_complex128 2022-09-27T15:55:55.5145746Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T15:55:55.5323762Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T15:55:55.5348674Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_float64 2022-09-27T15:55:55.5361483Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_float64 2022-09-27T15:55:55.5387777Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_complex128 2022-09-27T15:55:55.5563491Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_complex128 2022-09-27T15:55:55.5589119Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_float64 2022-09-27T15:55:55.5763806Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_float64 2022-09-27T15:55:55.5789945Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_float64 2022-09-27T15:55:55.5801579Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_float64 2022-09-27T15:55:55.5830924Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_complex128 2022-09-27T15:55:55.6003910Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_complex128 2022-09-27T15:55:55.6025934Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_float64 2022-09-27T15:55:55.6203968Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_float64 2022-09-27T15:55:55.6227446Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp2_cpu_float64 2022-09-27T15:55:55.6262880Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp2_cpu_float64 2022-09-27T15:55:55.6289809Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erf_cpu_float64 2022-09-27T15:55:55.6443106Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erf_cpu_float64 2022-09-27T15:55:55.6466199Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_float64 2022-09-27T15:55:55.6643534Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_float64 2022-09-27T15:55:55.6667206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_float64 2022-09-27T15:55:55.6681356Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_float64 2022-09-27T15:55:55.6706665Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_complex128 2022-09-27T15:55:55.6882827Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_complex128 2022-09-27T15:55:55.6905445Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_float64 2022-09-27T15:55:55.7083625Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_float64 2022-09-27T15:55:55.7108148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_complex128 2022-09-27T15:55:55.7121866Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_complex128 2022-09-27T15:55:55.7146734Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_complex128 2022-09-27T15:55:55.7323537Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_complex128 2022-09-27T15:55:55.7345963Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfc_cpu_float64 2022-09-27T15:55:55.7524234Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfc_cpu_float64 2022-09-27T15:55:55.7562969Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_complex128 2022-09-27T15:55:55.7594211Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_float64 2022-09-27T15:55:55.7597183Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_complex128 2022-09-27T15:55:55.7763012Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_float64 2022-09-27T15:55:55.7784859Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_float64 2022-09-27T15:55:55.7962680Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_float64 2022-09-27T15:55:55.7987036Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T15:55:55.8001131Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T15:55:55.8029744Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_float64 2022-09-27T15:55:55.8201048Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_float64 2022-09-27T15:55:55.8223319Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_float64 2022-09-27T15:55:55.8400901Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_float64 2022-09-27T15:55:55.8425311Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_complex128 2022-09-27T15:55:55.8441198Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_complex128 2022-09-27T15:55:55.8465474Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_float64 2022-09-27T15:55:55.8643347Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_float64 2022-09-27T15:55:55.8679490Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_complex128 2022-09-27T15:55:55.8843284Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_complex128 2022-09-27T15:55:55.8867441Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T15:55:55.8880918Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T15:55:55.8906740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_float64 2022-09-27T15:55:55.9082841Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_float64 2022-09-27T15:55:55.9106710Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_complex128 2022-09-27T15:55:55.9281640Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_complex128 2022-09-27T15:55:55.9305817Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T15:55:55.9320616Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T15:55:55.9348946Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_float64 2022-09-27T15:55:55.9520833Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_float64 2022-09-27T15:55:55.9543097Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T15:55:55.9722522Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T15:55:55.9748872Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T15:55:55.9761070Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T15:55:55.9786265Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_float64 2022-09-27T15:55:55.9961288Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_float64 2022-09-27T15:55:55.9984742Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T15:55:56.0161347Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T15:55:56.0183385Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_float64 2022-09-27T15:55:56.0200691Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_float64 2022-09-27T15:55:56.0224582Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft_cpu_float64 2022-09-27T15:55:56.0401837Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft_cpu_float64 2022-09-27T15:55:56.0425122Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_complex128 2022-09-27T15:55:56.0601477Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_complex128 2022-09-27T15:55:56.0625309Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_float64 2022-09-27T15:55:56.0641041Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_float64 2022-09-27T15:55:56.0666997Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_complex128 2022-09-27T15:55:56.0842021Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_complex128 2022-09-27T15:55:56.0863882Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T15:55:56.1042632Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T15:55:56.1067345Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_complex128 2022-09-27T15:55:56.1080981Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_complex128 2022-09-27T15:55:56.1106339Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft2_cpu_float64 2022-09-27T15:55:56.1282064Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft2_cpu_float64 2022-09-27T15:55:56.1306776Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T15:55:56.1437612Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T15:55:56.1443986Z [gw2] [ 3%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cdist_cpu_float64 2022-09-27T15:55:56.1469107Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_complex128 2022-09-27T15:55:56.1480557Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_complex128 2022-09-27T15:55:56.1504613Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_complex128 2022-09-27T15:55:56.1520100Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_complex128 2022-09-27T15:55:56.1542085Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_float64 2022-09-27T15:55:56.1722314Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_float64 2022-09-27T15:55:56.1748088Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_float64 2022-09-27T15:55:56.1880979Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_float64 2022-09-27T15:55:56.1904815Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T15:55:56.1920248Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T15:55:56.1944528Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_complex128 2022-09-27T15:55:56.1959844Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_complex128 2022-09-27T15:55:56.1981999Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_float64 2022-09-27T15:55:56.2160626Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_float64 2022-09-27T15:55:56.2181925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft_cpu_float64 2022-09-27T15:55:56.2320870Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft_cpu_float64 2022-09-27T15:55:56.2342805Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_complex128 2022-09-27T15:55:56.2360047Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_complex128 2022-09-27T15:55:56.2383186Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_complex128 2022-09-27T15:55:56.2399946Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_complex128 2022-09-27T15:55:56.2425442Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_float64 2022-09-27T15:55:56.2601838Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_float64 2022-09-27T15:55:56.2623291Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_complex128 2022-09-27T15:55:56.2762110Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_complex128 2022-09-27T15:55:56.2784472Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_min_cpu_float64 2022-09-27T15:55:56.2800553Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_min_cpu_float64 2022-09-27T15:55:56.2823588Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmax_cpu_float64 2022-09-27T15:55:56.2840453Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmax_cpu_float64 2022-09-27T15:55:56.2862186Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_float64 2022-09-27T15:55:56.3041811Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_float64 2022-09-27T15:55:56.3065048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_complex128 2022-09-27T15:55:56.3201884Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_complex128 2022-09-27T15:55:56.3224469Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_float64 2022-09-27T15:55:56.3240456Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_float64 2022-09-27T15:55:56.3263223Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frexp_cpu_float64 2022-09-27T15:55:56.3280388Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frexp_cpu_float64 2022-09-27T15:55:56.3304510Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmin_cpu_float64 2022-09-27T15:55:56.3481665Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmin_cpu_float64 2022-09-27T15:55:56.3503818Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_complex128 2022-09-27T15:55:56.3640934Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_complex128 2022-09-27T15:55:56.3664701Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_complex128 2022-09-27T15:55:56.3680206Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_complex128 2022-09-27T15:55:56.3704104Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_float64 2022-09-27T15:55:56.3719888Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_float64 2022-09-27T15:55:56.3741590Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_complex128 2022-09-27T15:55:56.3920794Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_complex128 2022-09-27T15:55:56.3945350Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_cpu_float64 2022-09-27T15:55:56.4082088Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_cpu_float64 2022-09-27T15:55:56.4121859Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T15:55:56.4140636Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_complex128 2022-09-27T15:55:56.4150018Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T15:55:56.4160099Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_complex128 2022-09-27T15:55:56.4182335Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ge_cpu_float64 2022-09-27T15:55:56.4361329Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ge_cpu_float64 2022-09-27T15:55:56.4385157Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmod_cpu_float64 2022-09-27T15:55:56.4521594Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmod_cpu_float64 2022-09-27T15:55:56.4544866Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_copysign_cpu_float64 2022-09-27T15:55:56.4560156Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_copysign_cpu_float64 2022-09-27T15:55:56.4584225Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_float64 2022-09-27T15:55:56.4600384Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_float64 2022-09-27T15:55:56.4622128Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_float64 2022-09-27T15:55:56.4801408Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_float64 2022-09-27T15:55:56.4826901Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_float64 2022-09-27T15:55:56.4961607Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_float64 2022-09-27T15:55:56.4983940Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_float64 2022-09-27T15:55:56.5000221Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_float64 2022-09-27T15:55:56.5022136Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogramdd_cpu_float64 2022-09-27T15:55:56.5039811Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogramdd_cpu_float64 2022-09-27T15:55:56.5063326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_heaviside_cpu_float64 2022-09-27T15:55:56.5241421Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_heaviside_cpu_float64 2022-09-27T15:55:56.5264143Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_complex128 2022-09-27T15:55:56.5401020Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_complex128 2022-09-27T15:55:56.5424546Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_float64 2022-09-27T15:55:56.5440470Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_float64 2022-09-27T15:55:56.5464171Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_float64 2022-09-27T15:55:56.5480058Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_float64 2022-09-27T15:55:56.5507100Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_complex128 2022-09-27T15:55:56.5680932Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_complex128 2022-09-27T15:55:56.5702679Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gt_cpu_float64 2022-09-27T15:55:56.5840945Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gt_cpu_float64 2022-09-27T15:55:56.5862659Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_float64 2022-09-27T15:55:56.5880401Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_float64 2022-09-27T15:55:56.5903591Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igammac_cpu_float64 2022-09-27T15:55:56.5919682Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igammac_cpu_float64 2022-09-27T15:55:56.5943013Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hypot_cpu_float64 2022-09-27T15:55:56.6120605Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hypot_cpu_float64 2022-09-27T15:55:56.6141718Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histc_cpu_float64 2022-09-27T15:55:56.6280770Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histc_cpu_float64 2022-09-27T15:55:56.6302695Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_float64 2022-09-27T15:55:56.6319916Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_float64 2022-09-27T15:55:56.6341472Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_complex128 2022-09-27T15:55:56.6359743Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_complex128 2022-09-27T15:55:56.6380903Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_imag_cpu_complex128 2022-09-27T15:55:56.6560585Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_imag_cpu_complex128 2022-09-27T15:55:56.6581435Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_float64 2022-09-27T15:55:56.6721177Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_float64 2022-09-27T15:55:56.6742710Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T15:55:56.6760232Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T15:55:56.6782296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_complex128 2022-09-27T15:55:56.6800134Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_complex128 2022-09-27T15:55:56.6823245Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_float64 2022-09-27T15:55:56.7000880Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_float64 2022-09-27T15:55:56.7022319Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_i0_cpu_float64 2022-09-27T15:55:56.7161860Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_i0_cpu_float64 2022-09-27T15:55:56.7186633Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_complex128 2022-09-27T15:55:56.7200266Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_complex128 2022-09-27T15:55:56.7228061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_float64 2022-09-27T15:55:56.7240132Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_float64 2022-09-27T15:55:56.7264390Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_float64 2022-09-27T15:55:56.7440376Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_float64 2022-09-27T15:55:56.7462919Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_complex128 2022-09-27T15:55:56.7601021Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_complex128 2022-09-27T15:55:56.7623535Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_complex128 2022-09-27T15:55:56.7639851Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_complex128 2022-09-27T15:55:56.7663313Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_float64 2022-09-27T15:55:56.7680047Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_float64 2022-09-27T15:55:56.7704192Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_complex128 2022-09-27T15:55:56.7880897Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_complex128 2022-09-27T15:55:56.7905756Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_complex128 2022-09-27T15:55:56.8040736Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_complex128 2022-09-27T15:55:56.8063075Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_float64 2022-09-27T15:55:56.8080057Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_float64 2022-09-27T15:55:56.8104597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_float64 2022-09-27T15:55:56.8119658Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_float64 2022-09-27T15:55:56.8142898Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_complex128 2022-09-27T15:55:56.8321742Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_complex128 2022-09-27T15:55:56.8345361Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_reduce_cpu_float64 2022-09-27T15:55:56.8481670Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_reduce_cpu_float64 2022-09-27T15:55:56.8504299Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T15:55:56.8520020Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T15:55:56.8544165Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_complex128 2022-09-27T15:55:56.8559802Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_complex128 2022-09-27T15:55:56.8586171Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isin_cpu_float64 2022-09-27T15:55:56.8761449Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isin_cpu_float64 2022-09-27T15:55:56.8783711Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_float64 2022-09-27T15:55:56.8921974Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_float64 2022-09-27T15:55:56.8944308Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_complex128 2022-09-27T15:55:56.8960556Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_complex128 2022-09-27T15:55:56.8983072Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_complex128 2022-09-27T15:55:56.9000721Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_complex128 2022-09-27T15:55:56.9024085Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_float64 2022-09-27T15:55:56.9204337Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_float64 2022-09-27T15:55:56.9229648Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_float64 2022-09-27T15:55:56.9363845Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_float64 2022-09-27T15:55:56.9387307Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_complex128 2022-09-27T15:55:56.9401987Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_complex128 2022-09-27T15:55:56.9431472Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:55:56.9442007Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:55:56.9465192Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_float64 2022-09-27T15:55:56.9642528Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_float64 2022-09-27T15:55:56.9667106Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_complex128 2022-09-27T15:55:56.9801798Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_complex128 2022-09-27T15:55:56.9824851Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_complex128 2022-09-27T15:55:56.9840435Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_complex128 2022-09-27T15:55:56.9863287Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T15:55:56.9880124Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T15:55:56.9903738Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:55:57.0080434Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:55:57.0103903Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isneginf_cpu_float64 2022-09-27T15:55:57.0240266Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isneginf_cpu_float64 2022-09-27T15:55:57.0264993Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_complex128 2022-09-27T15:55:57.0279921Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_complex128 2022-09-27T15:55:57.0305586Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T15:55:57.0319615Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T15:55:57.0342247Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_float64 2022-09-27T15:55:57.0520404Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_float64 2022-09-27T15:55:57.0542351Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_complex128 2022-09-27T15:55:57.0680519Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_complex128 2022-09-27T15:55:57.0703909Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_complex128 2022-09-27T15:55:57.0719780Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_complex128 2022-09-27T15:55:57.0743307Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kthvalue_cpu_float64 2022-09-27T15:55:57.0759765Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kthvalue_cpu_float64 2022-09-27T15:55:57.0781815Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_float64 2022-09-27T15:55:57.0960454Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_float64 2022-09-27T15:55:57.0983919Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:55:57.1120723Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:55:57.1142255Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfinv_cpu_float64 2022-09-27T15:55:57.1160266Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfinv_cpu_float64 2022-09-27T15:55:57.1182711Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_complex128 2022-09-27T15:55:57.1199999Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_complex128 2022-09-27T15:55:57.1222362Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_complex128 2022-09-27T15:55:57.1400840Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_complex128 2022-09-27T15:55:57.1421773Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:55:57.1560527Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:55:57.1582661Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_complex128 2022-09-27T15:55:57.1600392Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_complex128 2022-09-27T15:55:57.1624006Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T15:55:57.1639530Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T15:55:57.1664751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_float64 2022-09-27T15:55:57.1840259Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_float64 2022-09-27T15:55:57.1861272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_complex128 2022-09-27T15:55:57.2000354Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_complex128 2022-09-27T15:55:57.2024149Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expm1_cpu_float64 2022-09-27T15:55:57.2040269Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expm1_cpu_float64 2022-09-27T15:55:57.2064440Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_float64 2022-09-27T15:55:57.2079456Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_float64 2022-09-27T15:55:57.2100849Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:55:57.2279911Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:55:57.2301595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_float64 2022-09-27T15:55:57.2440429Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_float64 2022-09-27T15:55:57.2464782Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_float64 2022-09-27T15:55:57.2481586Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_float64 2022-09-27T15:55:57.2502955Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_float64 2022-09-27T15:55:57.2519972Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_float64 2022-09-27T15:55:57.2540858Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_complex128 2022-09-27T15:55:57.2720794Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_complex128 2022-09-27T15:55:57.2746358Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lgamma_cpu_float64 2022-09-27T15:55:57.2880684Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lgamma_cpu_float64 2022-09-27T15:55:57.2903257Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_float64 2022-09-27T15:55:57.2920159Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_float64 2022-09-27T15:55:57.2943440Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_float64 2022-09-27T15:55:57.2959796Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_float64 2022-09-27T15:55:57.2981100Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T15:55:57.3160777Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T15:55:57.3181344Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T15:55:57.3320769Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T15:55:57.3342528Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_float64 2022-09-27T15:55:57.3360076Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_float64 2022-09-27T15:55:57.3386368Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T15:55:57.3399780Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T15:55:57.3422419Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T15:55:57.3600569Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T15:55:57.3622713Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_float64 2022-09-27T15:55:57.3760641Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_float64 2022-09-27T15:55:57.3785860Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_float64 2022-09-27T15:55:57.3800552Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_float64 2022-09-27T15:55:57.3822550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T15:55:57.3840278Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T15:55:57.3862376Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T15:55:57.4042223Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T15:55:57.4068276Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T15:55:57.4202162Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T15:55:57.4223883Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_float64 2022-09-27T15:55:57.4240665Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_float64 2022-09-27T15:55:57.4265496Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T15:55:57.4280083Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T15:55:57.4302997Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_complex128 2022-09-27T15:55:57.4480948Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_complex128 2022-09-27T15:55:57.4505715Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_float64 2022-09-27T15:55:57.4641451Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_float64 2022-09-27T15:55:57.4664771Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T15:55:57.4681303Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T15:55:57.4702817Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:55:57.4720143Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:55:57.4746344Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T15:55:57.4920854Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T15:55:57.4943019Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T15:55:57.5080231Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T15:55:57.5101826Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T15:55:57.5120392Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T15:55:57.5143182Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T15:55:57.5159857Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T15:55:57.5183191Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T15:55:57.5359967Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T15:55:57.5381578Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_float64 2022-09-27T15:55:57.5520387Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_float64 2022-09-27T15:55:57.5541354Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T15:55:57.5560079Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T15:55:57.5581255Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_float64 2022-09-27T15:55:57.5599367Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_float64 2022-09-27T15:55:57.5620501Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:55:57.5799690Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:55:57.5822517Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T15:55:57.5960782Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T15:55:57.5980941Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfftn_cpu_float64 2022-09-27T15:55:57.5999899Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfftn_cpu_float64 2022-09-27T15:55:57.6022320Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:55:57.6039741Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:55:57.6061259Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T15:55:57.6239871Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T15:55:57.6260634Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T15:55:57.6399865Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T15:55:57.6420152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_float64 2022-09-27T15:55:57.6439579Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_float64 2022-09-27T15:55:57.6465674Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T15:55:57.6479363Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T15:55:57.6499936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T15:55:57.6680338Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T15:55:57.6701487Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:55:57.6840590Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:55:57.6864153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_float64 2022-09-27T15:55:57.6880114Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_float64 2022-09-27T15:55:57.6901702Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T15:55:57.6919929Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T15:55:57.6941781Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T15:55:57.7121237Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T15:55:57.7145679Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T15:55:57.7281044Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T15:55:57.7304999Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_float64 2022-09-27T15:55:57.7321097Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_float64 2022-09-27T15:55:57.7344618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T15:55:57.7360629Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T15:55:57.7383475Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:55:57.7561262Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:55:57.7583860Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T15:55:57.7720932Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T15:55:57.7743082Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_divide_cpu_float64 2022-09-27T15:55:57.7760758Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_divide_cpu_float64 2022-09-27T15:55:57.7785133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:55:57.7800255Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:55:57.7825392Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_complex128 2022-09-27T15:55:57.8000536Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_complex128 2022-09-27T15:55:57.8024307Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T15:55:57.8160429Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T15:55:57.8182464Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frac_cpu_float64 2022-09-27T15:55:57.8200204Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frac_cpu_float64 2022-09-27T15:55:57.8222081Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:55:57.8239908Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:55:57.8260879Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T15:55:57.8443852Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T15:55:57.8465101Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:55:57.8602913Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:55:57.8629821Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_complex128 2022-09-27T15:55:57.8640945Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_complex128 2022-09-27T15:55:57.8665366Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_float64 2022-09-27T15:55:57.8680697Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_float64 2022-09-27T15:55:57.8704929Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T15:55:57.8883126Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T15:55:57.8905600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_float64 2022-09-27T15:55:57.9042623Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_float64 2022-09-27T15:55:57.9064729Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_float64 2022-09-27T15:55:57.9081231Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_float64 2022-09-27T15:55:57.9106202Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_float64 2022-09-27T15:55:57.9120937Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_float64 2022-09-27T15:55:57.9143824Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T15:55:57.9323318Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T15:55:57.9344346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_float64 2022-09-27T15:55:57.9482872Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_float64 2022-09-27T15:55:57.9504334Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_complex128 2022-09-27T15:55:57.9520486Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_complex128 2022-09-27T15:55:57.9546838Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T15:55:57.9560270Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T15:55:57.9582315Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T15:55:57.9762831Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T15:55:57.9784476Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T15:55:57.9923632Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T15:55:57.9949436Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogram_cpu_float64 2022-09-27T15:55:57.9961449Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogram_cpu_float64 2022-09-27T15:55:57.9991917Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T15:55:58.0002550Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T15:55:58.0027363Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_complex128 2022-09-27T15:55:58.0244336Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_complex128 2022-09-27T15:55:58.0270431Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T15:55:58.0362367Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T15:55:58.0386454Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_complex128 2022-09-27T15:55:58.0401460Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_complex128 2022-09-27T15:55:58.0430790Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T15:55:58.0441621Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T15:55:58.0466274Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T15:55:58.0683951Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T15:55:58.0708295Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T15:55:58.0802102Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T15:55:58.0823757Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igamma_cpu_float64 2022-09-27T15:55:58.0841023Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igamma_cpu_float64 2022-09-27T15:55:58.0865889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T15:55:58.0880413Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T15:55:58.0906370Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_complex128 2022-09-27T15:55:58.1123734Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_complex128 2022-09-27T15:55:58.1148052Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_float64 2022-09-27T15:55:58.1242022Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_float64 2022-09-27T15:55:58.1265823Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_float64 2022-09-27T15:55:58.1322735Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_float64 2022-09-27T15:55:58.1324574Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T15:55:58.1349681Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_float64 2022-09-27T15:55:58.1356598Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_float64 2022-09-27T15:55:58.1564021Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T15:55:58.1586836Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T15:55:58.1681110Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T15:55:58.1704207Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_float64 2022-09-27T15:55:58.1764374Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_float64 2022-09-27T15:55:58.1764987Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_complex128 2022-09-27T15:55:58.1788752Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_complex128 2022-09-27T15:55:58.1795311Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_complex128 2022-09-27T15:55:58.2003441Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_complex128 2022-09-27T15:55:58.2026059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_float64 2022-09-27T15:55:58.2121654Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_float64 2022-09-27T15:55:58.2147521Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_complex128 2022-09-27T15:55:58.2203644Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_complex128 2022-09-27T15:55:58.2204031Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_cpu_float64 2022-09-27T15:55:58.2230561Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_float64 2022-09-27T15:55:58.2233853Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_cpu_float64 2022-09-27T15:55:58.2443461Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_float64 2022-09-27T15:55:58.2466476Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T15:55:58.2561666Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T15:55:58.2583888Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_complex128 2022-09-27T15:55:58.2643211Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_complex128 2022-09-27T15:55:58.2644048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp_cpu_float64 2022-09-27T15:55:58.2666245Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T15:55:58.2675900Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T15:55:58.2882562Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp_cpu_float64 2022-09-27T15:55:58.2906273Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_float64 2022-09-27T15:55:58.3002691Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_float64 2022-09-27T15:55:58.3027469Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_complex128 2022-09-27T15:55:58.3083776Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_complex128 2022-09-27T15:55:58.3084439Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_complex128 2022-09-27T15:55:58.3110584Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logcumsumexp_cpu_float64 2022-09-27T15:55:58.3113357Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_complex128 2022-09-27T15:55:58.3322620Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logcumsumexp_cpu_float64 2022-09-27T15:55:58.3352109Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_complex128 2022-09-27T15:55:58.3442155Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_complex128 2022-09-27T15:55:58.3465091Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_float64 2022-09-27T15:55:58.3522619Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_float64 2022-09-27T15:55:58.3523448Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_float64 2022-09-27T15:55:58.3550173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_complex128 2022-09-27T15:55:58.3552317Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_float64 2022-09-27T15:55:58.3763983Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_complex128 2022-09-27T15:55:58.3788538Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T15:55:58.3882646Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T15:55:58.3906219Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isposinf_cpu_float64 2022-09-27T15:55:58.3963218Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isposinf_cpu_float64 2022-09-27T15:55:58.3963976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logit_cpu_float64 2022-09-27T15:55:58.3991140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_float64 2022-09-27T15:55:58.3994045Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logit_cpu_float64 2022-09-27T15:55:58.4202839Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_float64 2022-09-27T15:55:58.4227647Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_complex128 2022-09-27T15:55:58.4322073Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_complex128 2022-09-27T15:55:58.4344328Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_float64 2022-09-27T15:55:58.4403460Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_float64 2022-09-27T15:55:58.4404034Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_complex128 2022-09-27T15:55:58.4431331Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_complex128 2022-09-27T15:55:58.4434087Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_complex128 2022-09-27T15:55:58.4644639Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_complex128 2022-09-27T15:55:58.4668804Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_complex128 2022-09-27T15:55:58.4763140Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_complex128 2022-09-27T15:55:58.4786698Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:55:58.4843913Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:55:58.4844345Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_float64 2022-09-27T15:55:58.4871471Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_float64 2022-09-27T15:55:58.4874089Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_float64 2022-09-27T15:55:58.5084550Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_float64 2022-09-27T15:55:58.5109950Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_complex128 2022-09-27T15:55:58.5202942Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_complex128 2022-09-27T15:55:58.5225886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:55:58.5284581Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:55:58.5285325Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_complex128 2022-09-27T15:55:58.5309180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_float64 2022-09-27T15:55:58.5315464Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_float64 2022-09-27T15:55:58.5522950Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_complex128 2022-09-27T15:55:58.5546880Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_float64 2022-09-27T15:55:58.5642553Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_float64 2022-09-27T15:55:58.5666638Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_float64 2022-09-27T15:55:58.5723437Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_float64 2022-09-27T15:55:58.5724271Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_float64 2022-09-27T15:55:58.5752377Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_complex128 2022-09-27T15:55:58.5755154Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_complex128 2022-09-27T15:55:58.5962950Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_float64 2022-09-27T15:55:58.5985865Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lt_cpu_float64 2022-09-27T15:55:58.6082175Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lt_cpu_float64 2022-09-27T15:55:58.6108135Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_le_cpu_float64 2022-09-27T15:55:58.6161372Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_le_cpu_float64 2022-09-27T15:55:58.6163935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_complex128 2022-09-27T15:55:58.6188031Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_float64 2022-09-27T15:55:58.6194662Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_float64 2022-09-27T15:55:58.6402648Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_complex128 2022-09-27T15:55:58.6428233Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_float64 2022-09-27T15:55:58.6521437Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_float64 2022-09-27T15:55:58.6546042Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T15:55:58.6602684Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T15:55:58.6604487Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_float64 2022-09-27T15:55:58.6629220Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_complex128 2022-09-27T15:55:58.6635179Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_complex128 2022-09-27T15:55:58.6843789Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_float64 2022-09-27T15:55:58.6866784Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_float64 2022-09-27T15:55:58.6961637Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_float64 2022-09-27T15:55:58.6985561Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_complex128 2022-09-27T15:55:58.7052285Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_complex128 2022-09-27T15:55:58.7053181Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_complex128 2022-09-27T15:55:58.7069248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T15:55:58.7074750Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T15:55:58.7283831Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_complex128 2022-09-27T15:55:58.7308527Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_float64 2022-09-27T15:55:58.7402681Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_float64 2022-09-27T15:55:58.7425709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_complex128 2022-09-27T15:55:58.7483134Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_complex128 2022-09-27T15:55:58.7483974Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T15:55:58.7508607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_float64 2022-09-27T15:55:58.7514998Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T15:55:58.7723862Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_float64 2022-09-27T15:55:58.7747074Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_float64 2022-09-27T15:55:58.7841755Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_float64 2022-09-27T15:55:58.7865402Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_complex128 2022-09-27T15:55:58.7922693Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_complex128 2022-09-27T15:55:58.7925512Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_median_cpu_float64 2022-09-27T15:55:58.7951507Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:55:58.7954214Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:55:58.8163458Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_median_cpu_float64 2022-09-27T15:55:58.8186703Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_float64 2022-09-27T15:55:58.8283188Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_float64 2022-09-27T15:55:58.8306561Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T15:55:58.8364335Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T15:55:58.8364789Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T15:55:58.8391668Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:55:58.8394902Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T15:55:58.8604545Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:55:58.8628414Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_maximum_cpu_float64 2022-09-27T15:55:58.8723369Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_maximum_cpu_float64 2022-09-27T15:55:58.8746225Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T15:55:58.8803482Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T15:55:58.8804180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_minimum_cpu_float64 2022-09-27T15:55:58.8831011Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mode_cpu_float64 2022-09-27T15:55:58.8833744Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_minimum_cpu_float64 2022-09-27T15:55:58.9043883Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mode_cpu_float64 2022-09-27T15:55:58.9067396Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:55:58.9163326Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:55:58.9189952Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T15:55:58.9244189Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T15:55:58.9245103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_complex128 2022-09-27T15:55:58.9268606Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_complex128 2022-09-27T15:55:58.9277082Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_complex128 2022-09-27T15:55:58.9483831Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_complex128 2022-09-27T15:55:58.9512059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_binary_cpu_float64 2022-09-27T15:55:58.9602163Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_binary_cpu_float64 2022-09-27T15:55:58.9626454Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:55:58.9683710Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:55:58.9684333Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_float64 2022-09-27T15:55:58.9708496Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_float64 2022-09-27T15:55:58.9714770Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_float64 2022-09-27T15:55:58.9923878Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_float64 2022-09-27T15:55:58.9945780Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_complex128 2022-09-27T15:55:59.0042872Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_complex128 2022-09-27T15:55:59.0057531Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T15:55:59.0123233Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T15:55:59.0123766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:55:59.0152361Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nan_to_num_cpu_float64 2022-09-27T15:55:59.0155022Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nan_to_num_cpu_float64 2022-09-27T15:55:59.0363558Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:55:59.0385017Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_float64 2022-09-27T15:55:59.0482380Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_float64 2022-09-27T15:55:59.0506323Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_complex128 2022-09-27T15:55:59.0564032Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_complex128 2022-09-27T15:55:59.0564493Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmean_cpu_float64 2022-09-27T15:55:59.0590245Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nansum_cpu_float64 2022-09-27T15:55:59.0594520Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nansum_cpu_float64 2022-09-27T15:55:59.0804104Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmean_cpu_float64 2022-09-27T15:55:59.0827097Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_multinomial_cpu_float64 2022-09-27T15:55:59.0923865Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_multinomial_cpu_float64 2022-09-27T15:55:59.0948114Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:55:59.1003449Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:55:59.1004146Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_float64 2022-09-27T15:55:59.1028373Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_complex128 2022-09-27T15:55:59.1035316Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_float64 2022-09-27T15:55:59.1243285Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_complex128 2022-09-27T15:55:59.1266390Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:55:59.1363275Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:55:59.1386371Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T15:55:59.1443854Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T15:55:59.1444557Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_complex128 2022-09-27T15:55:59.1468964Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_layer_norm_cpu_float64 2022-09-27T15:55:59.1475252Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_complex128 2022-09-27T15:55:59.1683901Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_layer_norm_cpu_float64 2022-09-27T15:55:59.1706988Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmedian_cpu_float64 2022-09-27T15:55:59.1803036Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmedian_cpu_float64 2022-09-27T15:55:59.1828338Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T15:55:59.1883659Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T15:55:59.1884146Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_float64 2022-09-27T15:55:59.1912939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T15:55:59.1915450Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_float64 2022-09-27T15:55:59.2123622Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T15:55:59.2146121Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_float64 2022-09-27T15:55:59.2242564Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_float64 2022-09-27T15:55:59.2264886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T15:55:59.2323784Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T15:55:59.2324258Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_complex128 2022-09-27T15:55:59.2351644Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_float64 2022-09-27T15:55:59.2354110Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_complex128 2022-09-27T15:55:59.2563388Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_float64 2022-09-27T15:55:59.2588180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_complex128 2022-09-27T15:55:59.2682317Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_complex128 2022-09-27T15:55:59.2713893Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:55:59.2762960Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:55:59.2763395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_float64 2022-09-27T15:55:59.2790833Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nextafter_cpu_float64 2022-09-27T15:55:59.2793467Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nextafter_cpu_float64 2022-09-27T15:55:59.3003895Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_float64 2022-09-27T15:55:59.3025763Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_complex128 2022-09-27T15:55:59.3122072Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_complex128 2022-09-27T15:55:59.3144603Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:55:59.3204201Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:55:59.3204984Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:55:59.3225291Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:55:59.3236209Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:55:59.3443524Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:55:59.3467208Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_complex128 2022-09-27T15:55:59.3563092Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_complex128 2022-09-27T15:55:59.3587660Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_complex128 2022-09-27T15:55:59.3643735Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_complex128 2022-09-27T15:55:59.3645622Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:55:59.3670103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:55:59.3676463Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:55:59.3883690Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:55:59.3906580Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_complex128 2022-09-27T15:55:59.4002340Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_complex128 2022-09-27T15:55:59.4024766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_complex128 2022-09-27T15:55:59.4084402Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_complex128 2022-09-27T15:55:59.4085123Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:55:59.4108960Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:55:59.4116859Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:55:59.4323483Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:55:59.4346340Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:55:59.4443598Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:55:59.4469730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T15:55:59.4523751Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T15:55:59.4524504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T15:55:59.4552423Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:55:59.4563597Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:55:59.4764179Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T15:55:59.4786091Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:55:59.4883325Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:55:59.4905713Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T15:55:59.4963518Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T15:55:59.4963955Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:55:59.4993104Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T15:55:59.4995657Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T15:55:59.5203392Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:55:59.5226321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T15:55:59.5323038Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T15:55:59.5348008Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T15:55:59.5404231Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T15:55:59.5404959Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:55:59.5430117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:55:59.5436621Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:55:59.5644755Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:55:59.5669280Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T15:55:59.5763137Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T15:55:59.5789018Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T15:55:59.5844412Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T15:55:59.5846432Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T15:55:59.5869510Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:55:59.5876136Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:55:59.6084041Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T15:55:59.6107819Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T15:55:59.6203230Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T15:55:59.6225995Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_complex128 2022-09-27T15:55:59.6283871Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_complex128 2022-09-27T15:55:59.6284302Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T15:55:59.6313350Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T15:55:59.6315390Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T15:55:59.6523847Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T15:55:59.6547170Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:55:59.6642782Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:55:59.6668181Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log1p_cpu_float64 2022-09-27T15:55:59.6724675Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log1p_cpu_float64 2022-09-27T15:55:59.6725207Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:55:59.6756009Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:55:59.6759944Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:55:59.6964775Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:55:59.6989252Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:55:59.7083093Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:55:59.7105495Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_float64 2022-09-27T15:55:59.7164443Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_float64 2022-09-27T15:55:59.7164933Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:55:59.7192477Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T15:55:59.7195252Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T15:55:59.7403849Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:55:59.7426700Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T15:55:59.7523092Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T15:55:59.7547331Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp2_cpu_float64 2022-09-27T15:55:59.7603804Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp2_cpu_float64 2022-09-27T15:55:59.7604393Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:55:59.7845239Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T15:55:59.7869097Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:55:59.7964110Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:55:59.7990630Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_float64 2022-09-27T15:55:59.8284019Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_float64 2022-09-27T15:55:59.8309075Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:55:59.8403758Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:55:59.8428077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_float64 2022-09-27T15:55:59.8723999Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_float64 2022-09-27T15:55:59.8749755Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T15:55:59.8843827Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T15:55:59.8873690Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_float64 2022-09-27T15:55:59.9164504Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_float64 2022-09-27T15:55:59.9188199Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T15:55:59.9283751Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T15:55:59.9312004Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logsumexp_cpu_float64 2022-09-27T15:55:59.9604963Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logsumexp_cpu_float64 2022-09-27T15:55:59.9628810Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:55:59.9723764Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:55:59.9748395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_complex128 2022-09-27T15:56:00.0044100Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_complex128 2022-09-27T15:56:00.0071941Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:56:00.0205403Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:56:00.0228735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_complex128 2022-09-27T15:56:00.0485003Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_complex128 2022-09-27T15:56:00.0508466Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T15:56:00.0644439Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T15:56:00.0668201Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_complex128 2022-09-27T15:56:00.0924566Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_complex128 2022-09-27T15:56:00.0950660Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T15:56:00.1084457Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T15:56:00.1108898Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_complex128 2022-09-27T15:56:00.1364317Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_complex128 2022-09-27T15:56:00.1392480Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:56:00.1526573Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:56:00.1557594Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_complex128 2022-09-27T15:56:00.1806614Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_complex128 2022-09-27T15:56:00.1843211Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:56:00.1965331Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:56:00.2002180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_binary_cpu_float64 2022-09-27T15:56:00.2245146Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_binary_cpu_float64 2022-09-27T15:56:00.2280933Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:56:00.2404382Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:56:00.2436700Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_complex128 2022-09-27T15:56:00.2685186Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_complex128 2022-09-27T15:56:00.2843993Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:56:00.2870599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:56:00.3285620Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:56:00.3314515Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T15:56:00.3725500Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T15:56:00.3751254Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_float64 2022-09-27T15:56:00.4165842Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_float64 2022-09-27T15:56:00.4189244Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_msort_cpu_float64 2022-09-27T15:56:00.4605565Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_msort_cpu_float64 2022-09-27T15:56:00.4631806Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_complex128 2022-09-27T15:56:00.5046011Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_complex128 2022-09-27T15:56:00.5075740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:56:00.5486360Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:56:00.5513734Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanquantile_cpu_float64 2022-09-27T15:56:00.5925314Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanquantile_cpu_float64 2022-09-27T15:56:00.5949504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_complex128 2022-09-27T15:56:00.6366544Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_complex128 2022-09-27T15:56:00.6392180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_float64 2022-09-27T15:56:00.6806444Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_float64 2022-09-27T15:56:00.6832037Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_float64 2022-09-27T15:56:00.7245672Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_float64 2022-09-27T15:56:00.7269611Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_float64 2022-09-27T15:56:00.7685800Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_float64 2022-09-27T15:56:00.7712184Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_float64 2022-09-27T15:56:00.8126214Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_float64 2022-09-27T15:56:00.8155230Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:56:00.8565025Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:56:00.8590709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:56:00.9005378Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:56:00.9031689Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T15:56:00.9445616Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T15:56:00.9471870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T15:56:00.9886319Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T15:56:00.9913348Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:56:01.0325410Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:56:01.0351681Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:56:01.0766287Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:56:01.0792902Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T15:56:01.0988199Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T15:56:01.0999120Z [gw3] [ 7%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:56:01.1031158Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T15:56:01.1204512Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T15:56:01.1366274Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:56:01.1374862Z [gw0] [ 7%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T15:56:01.1397283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T15:56:01.1408437Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T15:56:01.1435605Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:56:01.1805602Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:56:01.1831210Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T15:56:01.1882959Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T15:56:01.1909942Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T15:56:01.1941152Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T15:56:01.1947333Z [gw2] [ 8%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:56:01.1969182Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:56:01.2245460Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:56:01.2270220Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:56:01.2322707Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:56:01.2347656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:56:01.2361506Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:56:01.2384635Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T15:56:01.2685193Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T15:56:01.2743227Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:56:01.2762570Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:56:01.2803338Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:56:01.2824810Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T15:56:01.2835277Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:56:01.3123409Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T15:56:01.3146185Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T15:56:01.3242073Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T15:56:01.3244353Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:56:01.3265244Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:56:01.3274105Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:56:01.3564199Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:56:01.3586658Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:56:01.3686073Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:56:01.3686525Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:56:01.3719851Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:56:01.3725269Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:56:01.4002215Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:56:01.4025714Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:56:01.4122547Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:56:01.4123313Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:56:01.4153388Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T15:56:01.4159215Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:56:01.4441808Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T15:56:01.4463421Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:56:01.4562216Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:56:01.4562794Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T15:56:01.4594475Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T15:56:01.4604795Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T15:56:01.4881768Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T15:56:01.5004387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:56:01.5005180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T15:56:01.5026664Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:56:01.5033158Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T15:56:01.5446081Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:56:01.5446775Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:56:01.5469424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:56:01.5480815Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:56:01.5510234Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:56:01.5519659Z [gw0] [ 8%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:56:01.5540446Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T15:56:01.5886741Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T15:56:01.5891820Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:56:01.5894342Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:56:01.5899422Z [gw1] [ 8%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:56:01.5908706Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T15:56:01.5919456Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:56:01.5928411Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:56:01.5959589Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T15:56:01.5981023Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:56:01.6326689Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:56:01.6327144Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:56:01.6327536Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T15:56:01.6349788Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T15:56:01.6357515Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T15:56:01.6362046Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T15:56:01.6399874Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:56:01.6422942Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:56:01.6768271Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:56:01.6768785Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:56:01.6769195Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:56:01.6802602Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T15:56:01.6804825Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T15:56:01.6819223Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:56:01.6840168Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:56:01.7139316Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T15:56:01.7207551Z [gw0] [ 8%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T15:56:01.7208140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:56:01.7210365Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:56:01.7235370Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:56:01.7252313Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:56:01.7253703Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:56:01.7280608Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:56:01.7304085Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:56:01.7647785Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:56:01.7648504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:56:01.7649039Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:56:01.7669277Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T15:56:01.7678186Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:56:01.7688527Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T15:56:01.7720191Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:56:01.7742754Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T15:56:01.8087372Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T15:56:01.8089077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:56:01.8090187Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T15:56:01.8115620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T15:56:01.8124738Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:56:01.8126469Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T15:56:01.8159721Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T15:56:01.8182017Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T15:56:01.8528855Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T15:56:01.8529355Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:56:01.8529754Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:56:01.8549124Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:56:01.8563446Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:56:01.8567768Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:56:01.8600663Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:56:01.8625590Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:56:01.8968686Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:56:01.8969530Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:56:01.8969967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:56:01.9001936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T15:56:01.9005780Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T15:56:01.9012653Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:56:01.9039970Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:56:01.9062742Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T15:56:01.9409944Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T15:56:01.9410717Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:56:01.9411321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T15:56:01.9441182Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T15:56:01.9443387Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:56:01.9446617Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T15:56:01.9480379Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T15:56:01.9513413Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T15:56:01.9848298Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T15:56:01.9848871Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_complex128 2022-09-27T15:56:01.9849422Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:56:01.9873272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:56:01.9879448Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_complex128 2022-09-27T15:56:01.9886234Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:56:01.9920071Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:56:01.9942380Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:56:02.0288142Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:56:02.0288784Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_complex128 2022-09-27T15:56:02.0290851Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T15:56:02.0311833Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T15:56:02.0322917Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_complex128 2022-09-27T15:56:02.0325933Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T15:56:02.0359874Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T15:56:02.0381781Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:56:02.0725438Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:56:02.0727951Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_complex128 2022-09-27T15:56:02.0729834Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_cpu_float64 2022-09-27T15:56:02.0749656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:56:02.0762332Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_cpu_float64 2022-09-27T15:56:02.0764626Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_complex128 2022-09-27T15:56:02.0799663Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:56:02.0821761Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_float64 2022-09-27T15:56:02.1166437Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_float64 2022-09-27T15:56:02.1169086Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_complex128 2022-09-27T15:56:02.1169583Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_complex128 2022-09-27T15:56:02.1188669Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:56:02.1200801Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_complex128 2022-09-27T15:56:02.1206146Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:56:02.1239577Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_complex128 2022-09-27T15:56:02.1262093Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_float64 2022-09-27T15:56:02.1605016Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_float64 2022-09-27T15:56:02.1606876Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_complex128 2022-09-27T15:56:02.1608292Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T15:56:02.1628462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_complex128 2022-09-27T15:56:02.1643133Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_complex128 2022-09-27T15:56:02.1645340Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_complex128 2022-09-27T15:56:02.1679913Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T15:56:02.1696129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_number_mean_cpu_float64 2022-09-27T15:56:02.2047196Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_number_mean_cpu_float64 2022-09-27T15:56:02.2047695Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_float64 2022-09-27T15:56:02.2048296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_complex128 2022-09-27T15:56:02.2069466Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_float64 2022-09-27T15:56:02.2083897Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_complex128 2022-09-27T15:56:02.2086397Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_float64 2022-09-27T15:56:02.2120303Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_float64 2022-09-27T15:56:02.2143573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_float64 2022-09-27T15:56:02.2487493Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_float64 2022-09-27T15:56:02.2488203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:56:02.2488917Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_float64 2022-09-27T15:56:02.2520217Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_complex128 2022-09-27T15:56:02.2522509Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:56:02.2525281Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_complex128 2022-09-27T15:56:02.2560734Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_float64 2022-09-27T15:56:02.2586848Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_float64 2022-09-27T15:56:02.2928957Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_float64 2022-09-27T15:56:02.2929573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:56:02.2930132Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pca_lowrank_cpu_float64 2022-09-27T15:56:02.2942096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_float64 2022-09-27T15:56:02.2952585Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:56:02.2959515Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_float64 2022-09-27T15:56:02.2999629Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pca_lowrank_cpu_float64 2022-09-27T15:56:02.3027304Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_complex128 2022-09-27T15:56:02.3368437Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_complex128 2022-09-27T15:56:02.3369148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_float64 2022-09-27T15:56:02.3369972Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_float64 2022-09-27T15:56:02.3393304Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_float64 2022-09-27T15:56:02.3400500Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_float64 2022-09-27T15:56:02.3407648Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_float64 2022-09-27T15:56:02.3440935Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_float64 2022-09-27T15:56:02.3461688Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:56:02.3809097Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:56:02.3810322Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:56:02.3810883Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_float64 2022-09-27T15:56:02.3822156Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_float64 2022-09-27T15:56:02.3837016Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:56:02.3839631Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_float64 2022-09-27T15:56:02.3880310Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_float64 2022-09-27T15:56:02.3903757Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_complex128 2022-09-27T15:56:02.4247196Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_complex128 2022-09-27T15:56:02.4247872Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_complex128 2022-09-27T15:56:02.4248556Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_float64 2022-09-27T15:56:02.4280885Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rad2deg_cpu_float64 2022-09-27T15:56:02.4283612Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rad2deg_cpu_float64 2022-09-27T15:56:02.4285992Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_float64 2022-09-27T15:56:02.4320219Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_complex128 2022-09-27T15:56:02.4342234Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_complex128 2022-09-27T15:56:02.4687446Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_complex128 2022-09-27T15:56:02.4688110Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polar_cpu_float64 2022-09-27T15:56:02.4688736Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_complex128 2022-09-27T15:56:02.4712528Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_float64 2022-09-27T15:56:02.4720965Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_float64 2022-09-27T15:56:02.4724434Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polar_cpu_float64 2022-09-27T15:56:02.4760081Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_complex128 2022-09-27T15:56:02.4782268Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_complex128 2022-09-27T15:56:02.5124027Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_complex128 2022-09-27T15:56:02.5127911Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_float64 2022-09-27T15:56:02.5129481Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_complex128 2022-09-27T15:56:02.5154655Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:56:02.5157270Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:56:02.5159732Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_float64 2022-09-27T15:56:02.5199564Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_complex128 2022-09-27T15:56:02.5220499Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_complex128 2022-09-27T15:56:02.5566821Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_complex128 2022-09-27T15:56:02.5567408Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_complex128 2022-09-27T15:56:02.5568035Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_complex128 2022-09-27T15:56:02.5592435Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_float64 2022-09-27T15:56:02.5603555Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_complex128 2022-09-27T15:56:02.5606140Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_float64 2022-09-27T15:56:02.5639252Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_complex128 2022-09-27T15:56:02.5664765Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_float64 2022-09-27T15:56:02.6006102Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_float64 2022-09-27T15:56:02.6006909Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_complex128 2022-09-27T15:56:02.6007506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_float64 2022-09-27T15:56:02.6035848Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_complex128 2022-09-27T15:56:02.6042105Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_float64 2022-09-27T15:56:02.6044559Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_complex128 2022-09-27T15:56:02.6079435Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_complex128 2022-09-27T15:56:02.6100953Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_float64 2022-09-27T15:56:02.6446349Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_float64 2022-09-27T15:56:02.6448619Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_quantile_cpu_float64 2022-09-27T15:56:02.6450076Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_complex128 2022-09-27T15:56:02.6476959Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_float64 2022-09-27T15:56:02.6482751Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_float64 2022-09-27T15:56:02.6493418Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_quantile_cpu_float64 2022-09-27T15:56:02.6519355Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_complex128 2022-09-27T15:56:02.6542679Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_float64 2022-09-27T15:56:02.6885990Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_float64 2022-09-27T15:56:02.6888329Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_remainder_cpu_float64 2022-09-27T15:56:02.6888850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randint_like_cpu_float64 2022-09-27T15:56:02.6911846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_float64 2022-09-27T15:56:02.6922282Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_float64 2022-09-27T15:56:02.6924443Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_remainder_cpu_float64 2022-09-27T15:56:02.6960081Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randint_like_cpu_float64 2022-09-27T15:56:02.6983299Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_complex128 2022-09-27T15:56:02.7326449Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_complex128 2022-09-27T15:56:02.7330043Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_float64 2022-09-27T15:56:02.7330443Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_float64 2022-09-27T15:56:02.7360319Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_float64 2022-09-27T15:56:02.7362910Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_float64 2022-09-27T15:56:02.7365597Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_float64 2022-09-27T15:56:02.7400376Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_float64 2022-09-27T15:56:02.7422168Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_complex128 2022-09-27T15:56:02.7768567Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_complex128 2022-09-27T15:56:02.7769288Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_float64 2022-09-27T15:56:02.7770607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_float64 2022-09-27T15:56:02.7791685Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_float64 2022-09-27T15:56:02.7804218Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_float64 2022-09-27T15:56:02.7806759Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_float64 2022-09-27T15:56:02.7839907Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_float64 2022-09-27T15:56:02.7861997Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_complex128 2022-09-27T15:56:02.8206410Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_complex128 2022-09-27T15:56:02.8210987Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_float64 2022-09-27T15:56:02.8211502Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_float64 2022-09-27T15:56:02.8242550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_complex128 2022-09-27T15:56:02.8244579Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_float64 2022-09-27T15:56:02.8247161Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_complex128 2022-09-27T15:56:02.8279829Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_float64 2022-09-27T15:56:02.8301257Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_complex128 2022-09-27T15:56:02.8647086Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_complex128 2022-09-27T15:56:02.8647692Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T15:56:02.8648141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_float64 2022-09-27T15:56:02.8674618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T15:56:02.8677390Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T15:56:02.8679929Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_float64 2022-09-27T15:56:02.8719994Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T15:56:02.8745561Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_complex128 2022-09-27T15:56:02.9085977Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_complex128 2022-09-27T15:56:02.9086497Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_float64 2022-09-27T15:56:02.9087351Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_complex128 2022-09-27T15:56:02.9117212Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_float64 2022-09-27T15:56:02.9120109Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_float64 2022-09-27T15:56:02.9123145Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_complex128 2022-09-27T15:56:02.9159035Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_float64 2022-09-27T15:56:02.9179048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_cpu_float64 2022-09-27T15:56:02.9525090Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_cpu_float64 2022-09-27T15:56:02.9529506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_complex128 2022-09-27T15:56:02.9530156Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_0_cpu_float64 2022-09-27T15:56:02.9559153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_float64 2022-09-27T15:56:02.9561795Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_complex128 2022-09-27T15:56:02.9563848Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_float64 2022-09-27T15:56:02.9599846Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_0_cpu_float64 2022-09-27T15:56:02.9619560Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_complex128 2022-09-27T15:56:02.9965388Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_complex128 2022-09-27T15:56:02.9966069Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T15:56:02.9966720Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_float64 2022-09-27T15:56:02.9989587Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_complex128 2022-09-27T15:56:02.9995196Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_float64 2022-09-27T15:56:03.0002145Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T15:56:03.0039848Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_complex128 2022-09-27T15:56:03.0061792Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_complex128 2022-09-27T15:56:03.0405541Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_complex128 2022-09-27T15:56:03.0406469Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_complex128 2022-09-27T15:56:03.0407321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_float64 2022-09-27T15:56:03.0434899Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T15:56:03.0437102Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_float64 2022-09-27T15:56:03.0480426Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_complex128 2022-09-27T15:56:03.0502602Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T15:56:03.0846394Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T15:56:03.0851245Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T15:56:03.0852753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_3_cpu_float64 2022-09-27T15:56:03.0864599Z [gw3] [ 10%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T15:56:03.0874182Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_3_cpu_float64 2022-09-27T15:56:03.0877188Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T15:56:03.0894816Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_complex128 2022-09-27T15:56:03.0920112Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_complex128 2022-09-27T15:56:03.0943512Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T15:56:03.1284171Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T15:56:03.1286961Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_complex128 2022-09-27T15:56:03.1288557Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_complex128 2022-09-27T15:56:03.1311560Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_searchsorted_cpu_float64 2022-09-27T15:56:03.1318589Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_complex128 2022-09-27T15:56:03.1320930Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_complex128 2022-09-27T15:56:03.1359589Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_searchsorted_cpu_float64 2022-09-27T15:56:03.1381115Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_complex128 2022-09-27T15:56:03.1727299Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_complex128 2022-09-27T15:56:03.1728021Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_complex128 2022-09-27T15:56:03.1729048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_complex128 2022-09-27T15:56:03.1757201Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_float64 2022-09-27T15:56:03.1759373Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_complex128 2022-09-27T15:56:03.1761466Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_complex128 2022-09-27T15:56:03.1799605Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_float64 2022-09-27T15:56:03.1825293Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_float64 2022-09-27T15:56:03.2167260Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_float64 2022-09-27T15:56:03.2168124Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T15:56:03.2168792Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_complex128 2022-09-27T15:56:03.2197284Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_complex128 2022-09-27T15:56:03.2203423Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T15:56:03.2206183Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_complex128 2022-09-27T15:56:03.2239399Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_complex128 2022-09-27T15:56:03.2260979Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_float64 2022-09-27T15:56:03.2610979Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_float64 2022-09-27T15:56:03.2611607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sign_cpu_float64 2022-09-27T15:56:03.2612158Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T15:56:03.2637960Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T15:56:03.2644011Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T15:56:03.2680430Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sign_cpu_float64 2022-09-27T15:56:03.2704514Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_float64 2022-09-27T15:56:03.2835277Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_float64 2022-09-27T15:56:03.3047934Z [gw2] [ 10%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T15:56:03.3048595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_complex128 2022-09-27T15:56:03.3049246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_scatter_cpu_float64 2022-09-27T15:56:03.3072071Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T15:56:03.3082702Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T15:56:03.3085204Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_scatter_cpu_float64 2022-09-27T15:56:03.3120503Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_complex128 2022-09-27T15:56:03.3144223Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_float64 2022-09-27T15:56:03.3485547Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_float64 2022-09-27T15:56:03.3489046Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_float64 2022-09-27T15:56:03.3489799Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_scatter_cpu_float64 2022-09-27T15:56:03.3516387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T15:56:03.3522876Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_scatter_cpu_float64 2022-09-27T15:56:03.3525121Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T15:56:03.3560471Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_float64 2022-09-27T15:56:03.3583124Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T15:56:03.3925325Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T15:56:03.3927876Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:56:03.3928910Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sort_cpu_float64 2022-09-27T15:56:03.3951858Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_signbit_cpu_float64 2022-09-27T15:56:03.3962451Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:56:03.4015588Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_signbit_cpu_float64 2022-09-27T15:56:03.4023855Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sort_cpu_float64 2022-09-27T15:56:03.4052749Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_airy_ai_cpu_float64 2022-09-27T15:56:03.4369262Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_airy_ai_cpu_float64 2022-09-27T15:56:03.4369990Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_float64 2022-09-27T15:56:03.4370507Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T15:56:03.4398044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:56:03.4405606Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_float64 2022-09-27T15:56:03.4408097Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:56:03.4440958Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T15:56:03.4470525Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T15:56:03.4807444Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T15:56:03.4808633Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_cpu_float64 2022-09-27T15:56:03.4809276Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1e_cpu_float64 2022-09-27T15:56:03.4829244Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:56:03.4843970Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_cpu_float64 2022-09-27T15:56:03.4845836Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:56:03.4880406Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1e_cpu_float64 2022-09-27T15:56:03.4900262Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:56:03.5245020Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:56:03.5245940Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T15:56:03.5246555Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:56:03.5277354Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_entr_cpu_float64 2022-09-27T15:56:03.5279722Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:56:03.5282520Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_entr_cpu_float64 2022-09-27T15:56:03.5320266Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T15:56:03.5343160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:56:03.5688977Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:56:03.5689659Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtr_cpu_float64 2022-09-27T15:56:03.5690276Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i0e_cpu_float64 2022-09-27T15:56:03.5712058Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T15:56:03.5724125Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtr_cpu_float64 2022-09-27T15:56:03.5726642Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i0e_cpu_float64 2022-09-27T15:56:03.5800307Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T15:56:03.5823894Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:56:03.6126099Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:56:03.6126768Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:56:03.6127686Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:56:03.6143704Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:56:03.6150620Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:56:03.6157693Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:56:03.6240247Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:56:03.6263183Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T15:56:03.6566664Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T15:56:03.6567404Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_erfcx_cpu_float64 2022-09-27T15:56:03.6568104Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:56:03.6594102Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T15:56:03.6598390Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:56:03.6601399Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_erfcx_cpu_float64 2022-09-27T15:56:03.6680117Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T15:56:03.6702188Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtri_cpu_float64 2022-09-27T15:56:03.7005461Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtri_cpu_float64 2022-09-27T15:56:03.7006916Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1_cpu_float64 2022-09-27T15:56:03.7008329Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:56:03.7028748Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_complex128 2022-09-27T15:56:03.7041309Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1_cpu_float64 2022-09-27T15:56:03.7047100Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:56:03.7120249Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_complex128 2022-09-27T15:56:03.7135509Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:56:03.7444386Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:56:03.7448203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T15:56:03.7449064Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:56:03.7468101Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T15:56:03.7479092Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:56:03.7481462Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T15:56:03.7560698Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T15:56:03.7583202Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:56:03.7886814Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:56:03.7887654Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T15:56:03.7888035Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_complex128 2022-09-27T15:56:03.7907377Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_xlog1py_cpu_float64 2022-09-27T15:56:03.7920913Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T15:56:03.7924662Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_complex128 2022-09-27T15:56:03.8000352Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_xlog1py_cpu_float64 2022-09-27T15:56:03.8025559Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_float64 2022-09-27T15:56:03.8324152Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_float64 2022-09-27T15:56:03.8328090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:56:03.8328624Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_complex128 2022-09-27T15:56:03.8350736Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_complex128 2022-09-27T15:56:03.8362125Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:56:03.8368220Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_complex128 2022-09-27T15:56:03.8440074Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_complex128 2022-09-27T15:56:03.8463124Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_float64 2022-09-27T15:56:03.8766397Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_float64 2022-09-27T15:56:03.8767580Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:56:03.8768061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_complex128 2022-09-27T15:56:03.8787154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_complex128 2022-09-27T15:56:03.8796465Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:56:03.8797730Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_complex128 2022-09-27T15:56:03.8880074Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_complex128 2022-09-27T15:56:03.8901388Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_float64 2022-09-27T15:56:03.9206799Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_float64 2022-09-27T15:56:03.9207583Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_complex128 2022-09-27T15:56:03.9208723Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_complex128 2022-09-27T15:56:03.9227905Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_zeta_cpu_float64 2022-09-27T15:56:03.9242721Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_zeta_cpu_float64 2022-09-27T15:56:03.9244220Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_complex128 2022-09-27T15:56:03.9320472Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_complex128 2022-09-27T15:56:03.9343829Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_float64 2022-09-27T15:56:03.9645667Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_float64 2022-09-27T15:56:03.9646921Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_float64 2022-09-27T15:56:03.9648618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_complex128 2022-09-27T15:56:03.9666882Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_complex128 2022-09-27T15:56:03.9682577Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_float64 2022-09-27T15:56:03.9685250Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_complex128 2022-09-27T15:56:03.9760136Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_complex128 2022-09-27T15:56:03.9782579Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_float64 2022-09-27T15:56:04.0087135Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_float64 2022-09-27T15:56:04.0087668Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_float64 2022-09-27T15:56:04.0088023Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_lowrank_cpu_float64 2022-09-27T15:56:04.0106581Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_complex128 2022-09-27T15:56:04.0122381Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_float64 2022-09-27T15:56:04.0124119Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_lowrank_cpu_float64 2022-09-27T15:56:04.0199701Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_complex128 2022-09-27T15:56:04.0222287Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_float64 2022-09-27T15:56:04.0524294Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_float64 2022-09-27T15:56:04.0525014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_float64 2022-09-27T15:56:04.0527227Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_float64 2022-09-27T15:56:04.0545149Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_complex128 2022-09-27T15:56:04.0559995Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_float64 2022-09-27T15:56:04.0562098Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_float64 2022-09-27T15:56:04.0639475Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_complex128 2022-09-27T15:56:04.0659748Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_float64 2022-09-27T15:56:04.0962633Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_float64 2022-09-27T15:56:04.0966386Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_float64 2022-09-27T15:56:04.0966861Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_complex128 2022-09-27T15:56:04.0984650Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_float64 2022-09-27T15:56:04.0999893Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_float64 2022-09-27T15:56:04.1002132Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_float64 2022-09-27T15:56:04.1079305Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_complex128 2022-09-27T15:56:04.1103527Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_complex128 2022-09-27T15:56:04.1405374Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_complex128 2022-09-27T15:56:04.1407448Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_float64 2022-09-27T15:56:04.1408104Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_float64 2022-09-27T15:56:04.1425587Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_float64 2022-09-27T15:56:04.1438088Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_float64 2022-09-27T15:56:04.1446915Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_float64 2022-09-27T15:56:04.1520001Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_float64 2022-09-27T15:56:04.1543501Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_complex128 2022-09-27T15:56:04.1847109Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_complex128 2022-09-27T15:56:04.1847587Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_float64 2022-09-27T15:56:04.1849038Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_float64 2022-09-27T15:56:04.1869822Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_float64 2022-09-27T15:56:04.1885009Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_float64 2022-09-27T15:56:04.1886535Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_float64 2022-09-27T15:56:04.1960248Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_float64 2022-09-27T15:56:04.1982031Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_complex128 2022-09-27T15:56:04.2286964Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_complex128 2022-09-27T15:56:04.2287730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_float64 2022-09-27T15:56:04.2288072Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_float64 2022-09-27T15:56:04.2308996Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_float64 2022-09-27T15:56:04.2323981Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_float64 2022-09-27T15:56:04.2325301Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_float64 2022-09-27T15:56:04.2399894Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_float64 2022-09-27T15:56:04.2421277Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_complex128 2022-09-27T15:56:04.2725582Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_complex128 2022-09-27T15:56:04.2726185Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_complex128 2022-09-27T15:56:04.2727164Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_float64 2022-09-27T15:56:04.2746745Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_complex128 2022-09-27T15:56:04.2758296Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_complex128 2022-09-27T15:56:04.2762327Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_complex128 2022-09-27T15:56:04.2839588Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_float64 2022-09-27T15:56:04.2860873Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_complex128 2022-09-27T15:56:04.3165637Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_complex128 2022-09-27T15:56:04.3166516Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_complex128 2022-09-27T15:56:04.3167967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_float64 2022-09-27T15:56:04.3191920Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_complex128 2022-09-27T15:56:04.3202360Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_complex128 2022-09-27T15:56:04.3204526Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_complex128 2022-09-27T15:56:04.3279316Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_float64 2022-09-27T15:56:04.3302040Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_complex128 2022-09-27T15:56:04.3605466Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_complex128 2022-09-27T15:56:04.3606203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_complex128 2022-09-27T15:56:04.3607595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_complex128 2022-09-27T15:56:04.3626987Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_float64 2022-09-27T15:56:04.3642459Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_complex128 2022-09-27T15:56:04.3643890Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_complex128 2022-09-27T15:56:04.3720507Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_float64 2022-09-27T15:56:04.3741923Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_float64 2022-09-27T15:56:04.4047674Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_float64 2022-09-27T15:56:04.4048248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_complex128 2022-09-27T15:56:04.4049161Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_complex128 2022-09-27T15:56:04.4068891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_complex128 2022-09-27T15:56:04.4084545Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_complex128 2022-09-27T15:56:04.4086541Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_complex128 2022-09-27T15:56:04.4160473Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_complex128 2022-09-27T15:56:04.4185845Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_float64 2022-09-27T15:56:04.4488521Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_float64 2022-09-27T15:56:04.4489000Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_complex128 2022-09-27T15:56:04.4489339Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trunc_cpu_float64 2022-09-27T15:56:04.4511314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_complex128 2022-09-27T15:56:04.4521143Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_complex128 2022-09-27T15:56:04.4529678Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_complex128 2022-09-27T15:56:04.4601924Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trunc_cpu_float64 2022-09-27T15:56:04.4624454Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_float64 2022-09-27T15:56:04.4929149Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_float64 2022-09-27T15:56:04.4929928Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_float64 2022-09-27T15:56:04.4930318Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_topk_cpu_float64 2022-09-27T15:56:04.4959052Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_complex128 2022-09-27T15:56:04.4970374Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_complex128 2022-09-27T15:56:04.4973793Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_topk_cpu_float64 2022-09-27T15:56:04.5040783Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_float64 2022-09-27T15:56:04.5064756Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_float64 2022-09-27T15:56:04.5368176Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_float64 2022-09-27T15:56:04.5369298Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_float64 2022-09-27T15:56:04.5369788Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_complex128 2022-09-27T15:56:04.5389432Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_float64 2022-09-27T15:56:04.5404820Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_float64 2022-09-27T15:56:04.5406563Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_complex128 2022-09-27T15:56:04.5480173Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_float64 2022-09-27T15:56:04.5503354Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_complex128 2022-09-27T15:56:04.5808025Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_complex128 2022-09-27T15:56:04.5808683Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_float64 2022-09-27T15:56:04.5809039Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_float64 2022-09-27T15:56:04.5828737Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_float64 2022-09-27T15:56:04.5842244Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_float64 2022-09-27T15:56:04.5847419Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_float64 2022-09-27T15:56:04.5920302Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_float64 2022-09-27T15:56:04.5942416Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_complex128 2022-09-27T15:56:04.6247291Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_complex128 2022-09-27T15:56:04.6247974Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_float64 2022-09-27T15:56:04.6248597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_float64 2022-09-27T15:56:04.6269888Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_float64 2022-09-27T15:56:04.6279847Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_float64 2022-09-27T15:56:04.6286525Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_float64 2022-09-27T15:56:04.6360323Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_float64 2022-09-27T15:56:04.6384808Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_consecutive_cpu_float64 2022-09-27T15:56:04.6686288Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_consecutive_cpu_float64 2022-09-27T15:56:04.6686852Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_float64 2022-09-27T15:56:04.6687607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_complex128 2022-09-27T15:56:04.6709004Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_cpu_float64 2022-09-27T15:56:04.6724121Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_float64 2022-09-27T15:56:04.6726216Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_cpu_float64 2022-09-27T15:56:04.6801356Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_complex128 2022-09-27T15:56:04.6823378Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_complex128 2022-09-27T15:56:04.7126274Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_complex128 2022-09-27T15:56:04.7127314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_float64 2022-09-27T15:56:04.7127725Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_complex128 2022-09-27T15:56:04.7148418Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_float64 2022-09-27T15:56:04.7163475Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_complex128 2022-09-27T15:56:04.7165414Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_float64 2022-09-27T15:56:04.7239886Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_float64 2022-09-27T15:56:04.7264757Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_complex128 2022-09-27T15:56:04.7564290Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_complex128 2022-09-27T15:56:04.7565133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_float64 2022-09-27T15:56:04.7565976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_float64 2022-09-27T15:56:04.7586912Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_complex128 2022-09-27T15:56:04.7598937Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_complex128 2022-09-27T15:56:04.7602805Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_float64 2022-09-27T15:56:04.7679535Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_float64 2022-09-27T15:56:04.7700808Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_float64 2022-09-27T15:56:04.8005489Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_float64 2022-09-27T15:56:04.8006216Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_complex128 2022-09-27T15:56:04.8007919Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_complex128 2022-09-27T15:56:04.8037704Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_real_cpu_complex128 2022-09-27T15:56:04.8048230Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_complex128 2022-09-27T15:56:04.8051276Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_complex128 2022-09-27T15:56:04.8119803Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_real_cpu_complex128 2022-09-27T15:56:04.8141477Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_complex128 2022-09-27T15:56:04.8446961Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_complex128 2022-09-27T15:56:04.8447640Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_complex128 2022-09-27T15:56:04.8459399Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_complex128 2022-09-27T15:56:04.8474765Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_float64 2022-09-27T15:56:04.8482263Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_complex128 2022-09-27T15:56:04.8484703Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_complex128 2022-09-27T15:56:04.8560395Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_float64 2022-09-27T15:56:04.8582404Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_complex128 2022-09-27T15:56:04.8887620Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_complex128 2022-09-27T15:56:04.8888414Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_complex_cpu_float64 2022-09-27T15:56:04.8888896Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_float64 2022-09-27T15:56:04.8913646Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_complex128 2022-09-27T15:56:04.8919872Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_float64 2022-09-27T15:56:04.9001178Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_complex_cpu_float64 2022-09-27T15:56:04.9022920Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_float64 2022-09-27T15:56:04.9327536Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_float64 2022-09-27T15:56:04.9327942Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_complex128 2022-09-27T15:56:04.9355656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_complex128 2022-09-27T15:56:04.9357294Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_complex128 2022-09-27T15:56:04.9442177Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_complex128 2022-09-27T15:56:04.9465428Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_float64 2022-09-27T15:56:04.9766117Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_float64 2022-09-27T15:56:04.9767050Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_complex128 2022-09-27T15:56:04.9788152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_complex128 2022-09-27T15:56:04.9881903Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_complex128 2022-09-27T15:56:05.0204154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_float64 2022-09-27T15:56:05.0232476Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_xlogy_cpu_float64 2022-09-27T15:56:05.0644833Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_xlogy_cpu_float64 2022-09-27T15:56:05.0670899Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_float64 2022-09-27T15:56:05.1085557Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_float64 2022-09-27T15:56:05.9783347Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_float64 2022-09-27T15:56:05.9801976Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_float64 2022-09-27T15:56:06.0546193Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_float64 2022-09-27T15:56:06.0571756Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_complex128 2022-09-27T15:56:06.1119184Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_complex128 2022-09-27T15:56:06.1136785Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_float64 2022-09-27T15:56:06.1488216Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_float64 2022-09-27T15:56:06.1515255Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_complex128 2022-09-27T15:56:06.2074899Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_complex128 2022-09-27T15:56:06.2092679Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_float64 2022-09-27T15:56:06.3847770Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_float64 2022-09-27T15:56:06.3880045Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_float64 2022-09-27T15:56:06.3920096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_complex128 2022-09-27T15:56:06.4361114Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_complex128 2022-09-27T15:56:06.4364463Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_float64 2022-09-27T15:56:06.4365184Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_float64 2022-09-27T15:56:06.5966747Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amax_cpu_float64 2022-09-27T15:56:06.5999370Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_float64 2022-09-27T15:56:06.8483707Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_complex128 2022-09-27T15:56:06.8511233Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_complex128 2022-09-27T15:56:06.9787937Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_complex128 2022-09-27T15:56:06.9823979Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_complex128 2022-09-27T15:56:07.2647329Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_complex128 2022-09-27T15:56:07.2674783Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amax_cpu_float64 2022-09-27T15:56:07.5320801Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_complex128 2022-09-27T15:56:07.5362562Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_complex128 2022-09-27T15:56:07.5443642Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_complex128 2022-09-27T15:56:07.5469302Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_complex128 2022-09-27T15:56:07.6635635Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmod___cpu_float64 2022-09-27T15:56:07.6680137Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmod___cpu_float64 2022-09-27T15:56:07.6727567Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_float64 2022-09-27T15:56:07.7201324Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_float64 2022-09-27T15:56:08.0753276Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amin_cpu_float64 2022-09-27T15:56:08.0779623Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_complex128 2022-09-27T15:56:08.0819305Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmax_cpu_float64 2022-09-27T15:56:08.1321515Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmax_cpu_float64 2022-09-27T15:56:08.2371813Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_complex128 2022-09-27T15:56:08.2411737Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_complex128 2022-09-27T15:56:08.5127077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_log_softmax_cpu_float64 2022-09-27T15:56:08.5184000Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_log_softmax_cpu_float64 2022-09-27T15:56:08.6713461Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_float64 2022-09-27T15:56:08.6800919Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_complex128 2022-09-27T15:56:08.7023335Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_float64 2022-09-27T15:56:08.7044837Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amin_cpu_float64 2022-09-27T15:56:08.8077294Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_float64 2022-09-27T15:56:08.8096846Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_float64 2022-09-27T15:56:08.8738407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_float64 2022-09-27T15:56:08.8774451Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_complex128 2022-09-27T15:56:08.9202340Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logsumexp_cpu_float64 2022-09-27T15:56:08.9245367Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_float64 2022-09-27T15:56:08.9749849Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logaddexp_cpu_float64 2022-09-27T15:56:08.9780960Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_float64 2022-09-27T15:56:08.9843746Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmin_cpu_float64 2022-09-27T15:56:09.0281454Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmin_cpu_float64 2022-09-27T15:56:09.2338626Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_float64 2022-09-27T15:56:09.2365439Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logaddexp_cpu_float64 2022-09-27T15:56:09.2516213Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_median_cpu_float64 2022-09-27T15:56:09.2530338Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_float64 2022-09-27T15:56:09.3389550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_complex128 2022-09-27T15:56:09.3416578Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_median_cpu_float64 2022-09-27T15:56:09.4880521Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_complex128 2022-09-27T15:56:09.4894600Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_float64 2022-09-27T15:56:09.7749028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_float64 2022-09-27T15:56:09.7776240Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_float64 2022-09-27T15:56:09.8359843Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmin_cpu_float64 2022-09-27T15:56:09.8378350Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logsumexp_cpu_float64 2022-09-27T15:56:09.9040945Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_norm_cpu_float64 2022-09-27T15:56:09.9064168Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmin_cpu_float64 2022-09-27T15:56:10.4681949Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_float64 2022-09-27T15:56:10.4805279Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_float64 2022-09-27T15:56:10.5008289Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_float64 2022-09-27T15:56:10.5204628Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_float64 2022-09-27T15:56:10.5337414Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_float64 2022-09-27T15:56:10.5673301Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_float64 2022-09-27T15:56:10.7446596Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_float64 2022-09-27T15:56:10.7472708Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_float64 2022-09-27T15:56:10.9899599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_float64 2022-09-27T15:56:10.9940793Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_float64 2022-09-27T15:56:11.0577217Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_float64 2022-09-27T15:56:11.0618656Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_float64 2022-09-27T15:56:11.1201805Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_float64 2022-09-27T15:56:11.1228897Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_float64 2022-09-27T15:56:11.1270579Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_float64 2022-09-27T15:56:11.1762940Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_float64 2022-09-27T15:56:11.2137151Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_complex128 2022-09-27T15:56:11.2182155Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_complex128 2022-09-27T15:56:11.2252844Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_arange_cpu_float64 2022-09-27T15:56:11.2645775Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_arange_cpu_float64 2022-09-27T15:56:11.2655932Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_complex128 2022-09-27T15:56:11.3089051Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_complex128 2022-09-27T15:56:11.3089738Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_complex128 2022-09-27T15:56:11.3601699Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_complex128 2022-09-27T15:56:11.4545551Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_complex128 2022-09-27T15:56:11.4587357Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_complex128 2022-09-27T15:56:11.4770507Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_float64 2022-09-27T15:56:11.5080868Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_float64 2022-09-27T15:56:11.5524857Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_float64 2022-09-27T15:56:11.5552883Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_float64 2022-09-27T15:56:11.6090641Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_float64 2022-09-27T15:56:11.6121558Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_float64 2022-09-27T15:56:12.7415170Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_complex128 2022-09-27T15:56:12.7429184Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_complex128 2022-09-27T15:56:12.8596527Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_complex128 2022-09-27T15:56:12.8609018Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_complex128 2022-09-27T15:56:12.8965201Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_complex128 2022-09-27T15:56:12.8980876Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_norm_cpu_float64 2022-09-27T15:56:13.5293262Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_float64 2022-09-27T15:56:13.5349841Z [gw0] [ 13%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_complex128 2022-09-27T15:56:13.6203554Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_complex128 2022-09-27T15:56:13.6225670Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_complex128 2022-09-27T15:56:13.7288949Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_complex128 2022-09-27T15:56:13.7561718Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_float64 2022-09-27T15:56:13.9073944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_float64 2022-09-27T15:56:13.9093050Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_complex128 2022-09-27T15:56:13.9137027Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bucketize_cpu_float64 2022-09-27T15:56:13.9602363Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bucketize_cpu_float64 2022-09-27T15:56:13.9896212Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_float64 2022-09-27T15:56:13.9965082Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_float64 2022-09-27T15:56:14.0170215Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ceil_cpu_float64 2022-09-27T15:56:14.0447410Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ceil_cpu_float64 2022-09-27T15:56:14.0453752Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_float64 2022-09-27T15:56:14.0922257Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_float64 2022-09-27T15:56:14.2862198Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_float64 2022-09-27T15:56:14.2896862Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_float64 2022-09-27T15:56:14.3183249Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_float64 2022-09-27T15:56:14.3404083Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_float64 2022-09-27T15:56:14.3985316Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_complex128 2022-09-27T15:56:14.4019279Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_complex128 2022-09-27T15:56:14.6865011Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_complex128 2022-09-27T15:56:14.6890730Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_complex128 2022-09-27T15:56:14.8557757Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmax_cpu_float64 2022-09-27T15:56:14.8574564Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmax_cpu_float64 2022-09-27T15:56:15.1066428Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_complex128 2022-09-27T15:56:15.1078824Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_float64 2022-09-27T15:56:15.4545309Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_float64 2022-09-27T15:56:15.4560625Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_complex128 2022-09-27T15:56:15.4742259Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_float64 2022-09-27T15:56:15.5043115Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_float64 2022-09-27T15:56:15.6894176Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_float64 2022-09-27T15:56:15.6937664Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_float64 2022-09-27T15:56:16.0467103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_complex128 2022-09-27T15:56:16.0500163Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_float64 2022-09-27T15:56:16.0669386Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_float64 2022-09-27T15:56:16.1002805Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_float64 2022-09-27T15:56:16.1531876Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_float64 2022-09-27T15:56:16.1563198Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_float64 2022-09-27T15:56:16.2050144Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_float64 2022-09-27T15:56:16.2073812Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_complex128 2022-09-27T15:56:16.2886433Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_complex128 2022-09-27T15:56:16.2918131Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_float64 2022-09-27T15:56:16.3160699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_float64 2022-09-27T15:56:16.3189229Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_complex128 2022-09-27T15:56:16.3225956Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_complex128 2022-09-27T15:56:16.3337124Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_complex128 2022-09-27T15:56:16.3348462Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_float64 2022-09-27T15:56:16.3682429Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_float64 2022-09-27T15:56:16.3891918Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummax_cpu_float64 2022-09-27T15:56:16.4123337Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummax_cpu_float64 2022-09-27T15:56:16.4331249Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_complex128 2022-09-27T15:56:16.4387472Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_float64 2022-09-27T15:56:16.4396493Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_float64 2022-09-27T15:56:16.4844804Z [gw2] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_float64 2022-09-27T15:56:16.5262876Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amin_cpu_float64 2022-09-27T15:56:16.5276424Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_complex128 2022-09-27T15:56:16.5670950Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_deg2rad_cpu_float64 2022-09-27T15:56:16.5690901Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_deg2rad_cpu_float64 2022-09-27T15:56:16.5712572Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amin_cpu_float64 2022-09-27T15:56:16.5747170Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_complex128 2022-09-27T15:56:16.5754326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_float64 2022-09-27T15:56:16.6172357Z [gw2] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_complex128 2022-09-27T15:56:16.6181101Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmin_cpu_float64 2022-09-27T15:56:16.6272154Z [gw2] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmin_cpu_float64 2022-09-27T15:56:16.6286159Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_float64 2022-09-27T15:56:16.6604314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_float64 2022-09-27T15:56:16.6613465Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_complex128 2022-09-27T15:56:16.7123615Z [gw2] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_complex128 2022-09-27T15:56:16.7272667Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_complex128 2022-09-27T15:56:16.7290433Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_float64 2022-09-27T15:56:16.7615148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_digamma_cpu_float64 2022-09-27T15:56:16.7736758Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_digamma_cpu_float64 2022-09-27T15:56:16.7837720Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:56:16.7859854Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_complex128 2022-09-27T15:56:16.9116314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan2_cpu_float64 2022-09-27T15:56:16.9148183Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan2_cpu_float64 2022-09-27T15:56:16.9334388Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_float64 2022-09-27T15:56:16.9683563Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_float64 2022-09-27T15:56:17.0770781Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_float64 2022-09-27T15:56:17.0799183Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_float64 2022-09-27T15:56:17.2307753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_float64 2022-09-27T15:56:17.2334938Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_float64 2022-09-27T15:56:17.4891098Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_complex128 2022-09-27T15:56:17.4920560Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:56:17.5173375Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_float64 2022-09-27T15:56:17.5401618Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_float64 2022-09-27T15:56:17.5682173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_float64 2022-09-27T15:56:17.5841981Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_float64 2022-09-27T15:56:17.6610539Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_float64 2022-09-27T15:56:17.6639619Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_complex128 2022-09-27T15:56:17.6683124Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_complex128 2022-09-27T15:56:17.6900843Z [gw2] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_complex128 2022-09-27T15:56:17.6926559Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_float64 2022-09-27T15:56:17.6969753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_float64 2022-09-27T15:56:17.7129194Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_float64 2022-09-27T15:56:17.7143513Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_complex128 2022-09-27T15:56:17.7166838Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_complex128 2022-09-27T15:56:17.7408777Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_complex128 2022-09-27T15:56:17.7409965Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_float64 2022-09-27T15:56:17.7735181Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_float64 2022-09-27T15:56:17.7766751Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_complex128 2022-09-27T15:56:17.7880904Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_complex128 2022-09-27T15:56:17.7948180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp2_cpu_float64 2022-09-27T15:56:17.8363512Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp2_cpu_float64 2022-09-27T15:56:17.8424929Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_float64 2022-09-27T15:56:17.8768837Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_float64 2022-09-27T15:56:17.8773984Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_complex128 2022-09-27T15:56:17.9212498Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_complex128 2022-09-27T15:56:17.9641583Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_complex128 2022-09-27T15:56:17.9652744Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_complex128 2022-09-27T15:56:17.9670668Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_complex128 2022-09-27T15:56:17.9677853Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_complex128 2022-09-27T15:56:17.9735414Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_float64 2022-09-27T15:56:18.0202327Z [gw2] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_float64 2022-09-27T15:56:18.0664637Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_float64 2022-09-27T15:56:18.0695368Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_float64 2022-09-27T15:56:18.2964683Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_float64 2022-09-27T15:56:18.2990791Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_complex128 2022-09-27T15:56:18.4196519Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_complex128 2022-09-27T15:56:18.4222771Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_complex128 2022-09-27T15:56:18.6955925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_complex128 2022-09-27T15:56:18.6983668Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_complex128 2022-09-27T15:56:18.7613833Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_complex128 2022-09-27T15:56:18.7634086Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_complex128 2022-09-27T15:56:19.0285644Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_complex128 2022-09-27T15:56:19.0308305Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_complex128 2022-09-27T15:56:19.4849452Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_complex128 2022-09-27T15:56:19.4875150Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_complex128 2022-09-27T15:56:19.6293508Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft2_cpu_float64 2022-09-27T15:56:19.6308610Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_complex128 2022-09-27T15:56:19.6424129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_complex128 2022-09-27T15:56:19.6439990Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft2_cpu_float64 2022-09-27T15:56:19.7170064Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_float64 2022-09-27T15:56:19.7195721Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_float64 2022-09-27T15:56:19.8473326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_float64 2022-09-27T15:56:19.8499171Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_float64 2022-09-27T15:56:19.9143265Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_complex128 2022-09-27T15:56:19.9173046Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_complex128 2022-09-27T15:56:20.1077787Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_complex128 2022-09-27T15:56:20.1101209Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_complex128 2022-09-27T15:56:20.1580068Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_complex128 2022-09-27T15:56:20.1605936Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_complex128 2022-09-27T15:56:20.3661956Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_complex128 2022-09-27T15:56:20.3701261Z [gw2] [ 14%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_float64 2022-09-27T15:56:20.3794015Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_float64 2022-09-27T15:56:20.4165911Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_float64 2022-09-27T15:56:20.6430513Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_float64 2022-09-27T15:56:20.6471817Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_float64 2022-09-27T15:56:20.7525650Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_max_cpu_float64 2022-09-27T15:56:20.7568422Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_max_cpu_float64 2022-09-27T15:56:20.9222578Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_complex128 2022-09-27T15:56:20.9265412Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_complex128 2022-09-27T15:56:20.9481612Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_complex_cpu_float64 2022-09-27T15:56:20.9501931Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_complex128 2022-09-27T15:56:21.1050251Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_complex128 2022-09-27T15:56:21.1078538Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_complex128 2022-09-27T15:56:21.1472144Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmax_cpu_float64 2022-09-27T15:56:21.1492696Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_complex_cpu_float64 2022-09-27T15:56:21.1560034Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_float64 2022-09-27T15:56:21.1737123Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_float64 2022-09-27T15:56:21.1762961Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmax_cpu_float64 2022-09-27T15:56:21.1925128Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frexp_cpu_float64 2022-09-27T15:56:21.1933888Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frexp_cpu_float64 2022-09-27T15:56:21.2010391Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_float64 2022-09-27T15:56:21.2281102Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_float64 2022-09-27T15:56:21.2481454Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_float64 2022-09-27T15:56:21.2492325Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_complex128 2022-09-27T15:56:21.2721565Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_float64 2022-09-27T15:56:21.3421543Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_complex128 2022-09-27T15:56:21.3463978Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_complex128 2022-09-27T15:56:21.3525735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_complex128 2022-09-27T15:56:21.3921303Z [gw2] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_complex128 2022-09-27T15:56:21.6450409Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_complex128 2022-09-27T15:56:21.6478949Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_complex128 2022-09-27T15:56:21.7066050Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_complex128 2022-09-27T15:56:21.7125672Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_complex128 2022-09-27T15:56:22.2570397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_complex128 2022-09-27T15:56:22.2598603Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_complex128 2022-09-27T15:56:22.2645188Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_complex128 2022-09-27T15:56:22.3062303Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_complex128 2022-09-27T15:56:22.3070173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_aminmax_cpu_float64 2022-09-27T15:56:22.3503321Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_aminmax_cpu_float64 2022-09-27T15:56:22.3511773Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_float64 2022-09-27T15:56:22.3944669Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_float64 2022-09-27T15:56:22.3952871Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argsort_cpu_float64 2022-09-27T15:56:22.4370421Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argsort_cpu_float64 2022-09-27T15:56:22.4378211Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_float64 2022-09-27T15:56:22.4767720Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_float64 2022-09-27T15:56:22.4853713Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_float64 2022-09-27T15:56:22.5282671Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_float64 2022-09-27T15:56:22.5796105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_complex128 2022-09-27T15:56:22.5835729Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_complex128 2022-09-27T15:56:22.7329600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_complex128 2022-09-27T15:56:22.7354695Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_complex128 2022-09-27T15:56:22.7493016Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_float64 2022-09-27T15:56:22.7807094Z [gw0] [ 14%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_float64 2022-09-27T15:56:22.7819222Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogramdd_cpu_float64 2022-09-27T15:56:22.8281693Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogramdd_cpu_float64 2022-09-27T15:56:22.8380203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_float64 2022-09-27T15:56:22.8684796Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_float64 2022-09-27T15:56:22.8693504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igammac_cpu_float64 2022-09-27T15:56:22.9203275Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igammac_cpu_float64 2022-09-27T15:56:23.0038890Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_complex128 2022-09-27T15:56:23.0064340Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_complex128 2022-09-27T15:56:23.0768621Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_complex128 2022-09-27T15:56:23.0869753Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_complex128 2022-09-27T15:56:23.3678094Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_complex128 2022-09-27T15:56:23.3705447Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_complex128 2022-09-27T15:56:23.3832227Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_float64 2022-09-27T15:56:23.4167889Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_float64 2022-09-27T15:56:23.4178160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_float64 2022-09-27T15:56:23.4647389Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_float64 2022-09-27T15:56:23.4657599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_float64 2022-09-27T15:56:23.5087793Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_float64 2022-09-27T15:56:23.5098135Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_complex128 2022-09-27T15:56:23.5176302Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_complex128 2022-09-27T15:56:23.5198922Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_complex128 2022-09-27T15:56:23.5528036Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bernoulli_cpu_float64 2022-09-27T15:56:23.5533512Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_complex128 2022-09-27T15:56:23.5782765Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_complex128 2022-09-27T15:56:23.5792109Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bernoulli_cpu_float64 2022-09-27T15:56:23.5925496Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_float64 2022-09-27T15:56:23.5960145Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:56:23.6086749Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:56:23.6204205Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_float64 2022-09-27T15:56:23.6232477Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_float64 2022-09-27T15:56:23.6365413Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_float64 2022-09-27T15:56:23.6397259Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_complex128 2022-09-27T15:56:23.6722112Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_complex128 2022-09-27T15:56:23.6845062Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_float64 2022-09-27T15:56:23.6853732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_complex128 2022-09-27T15:56:23.6954878Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_complex128 2022-09-27T15:56:23.7135649Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_float64 2022-09-27T15:56:23.7302331Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_complex128 2022-09-27T15:56:23.7815109Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kthvalue_cpu_float64 2022-09-27T15:56:23.7849827Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kthvalue_cpu_float64 2022-09-27T15:56:23.8715557Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_complex128 2022-09-27T15:56:23.8802658Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_complex128 2022-09-27T15:56:23.9411537Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cdist_cpu_float64 2022-09-27T15:56:23.9423681Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cdist_cpu_float64 2022-09-27T15:56:23.9452617Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_complex128 2022-09-27T15:56:23.9923139Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_complex128 2022-09-27T15:56:24.0437188Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_complex128 2022-09-27T15:56:24.0460519Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_complex128 2022-09-27T15:56:24.1095812Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_complex128 2022-09-27T15:56:24.1118659Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_complex128 2022-09-27T15:56:24.4560126Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_complex128 2022-09-27T15:56:24.4581716Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_complex128 2022-09-27T15:56:25.1571795Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_complex128 2022-09-27T15:56:25.1593176Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_complex128 2022-09-27T15:56:25.4708420Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_complex128 2022-09-27T15:56:25.4726172Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_complex128 2022-09-27T15:56:25.4759698Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_complex128 2022-09-27T15:56:25.4844311Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_complex128 2022-09-27T15:56:25.5676076Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_float64 2022-09-27T15:56:25.5702882Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_complex128 2022-09-27T15:56:25.6753228Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_min_cpu_float64 2022-09-27T15:56:25.6775302Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_min_cpu_float64 2022-09-27T15:56:25.7149522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_float64 2022-09-27T15:56:25.7202647Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_float64 2022-09-27T15:56:25.7627188Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_complex128 2022-09-27T15:56:25.7661715Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_float64 2022-09-27T15:56:25.7944062Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_float64 2022-09-27T15:56:25.7971518Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_complex128 2022-09-27T15:56:25.8504177Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_complex128 2022-09-27T15:56:25.8518843Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_float64 2022-09-27T15:56:25.9416925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_float64 2022-09-27T15:56:25.9438664Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_float64 2022-09-27T15:56:25.9729612Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_float64 2022-09-27T15:56:25.9763182Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_complex128 2022-09-27T15:56:26.4975757Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_complex128 2022-09-27T15:56:26.5018929Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_complex128 2022-09-27T15:56:26.5082839Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_complex128 2022-09-27T15:56:26.5522855Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_complex128 2022-09-27T15:56:26.6450209Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amax_cpu_float64 2022-09-27T15:56:26.6476951Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amax_cpu_float64 2022-09-27T15:56:26.6483344Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_float64 2022-09-27T15:56:26.6496834Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_float64 2022-09-27T15:56:26.6562061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_float64 2022-09-27T15:56:26.6923962Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_float64 2022-09-27T15:56:26.6930599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmax_cpu_float64 2022-09-27T15:56:26.7366623Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmax_cpu_float64 2022-09-27T15:56:26.7372140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_float64 2022-09-27T15:56:26.7797734Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_float64 2022-09-27T15:56:26.7801946Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_float64 2022-09-27T15:56:26.8284133Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_float64 2022-09-27T15:56:26.8298114Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_float64 2022-09-27T15:56:26.8701259Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_float64 2022-09-27T15:56:26.8759027Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_complex128 2022-09-27T15:56:26.8771506Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_float64 2022-09-27T15:56:26.9244521Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_float64 2022-09-27T15:56:26.9283060Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_complex128 2022-09-27T15:56:27.4221324Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_complex128 2022-09-27T15:56:27.4240480Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_complex128 2022-09-27T15:56:27.4503187Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_copysign_cpu_float64 2022-09-27T15:56:27.4522483Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_float64 2022-09-27T15:56:27.4919505Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_float64 2022-09-27T15:56:27.4933464Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_complex128 2022-09-27T15:56:27.5058529Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_complex128 2022-09-27T15:56:27.5078413Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_copysign_cpu_float64 2022-09-27T15:56:27.5199976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_float64 2022-09-27T15:56:27.5214285Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_float64 2022-09-27T15:56:27.5237131Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_float64 2022-09-27T15:56:27.5296440Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:56:27.5529279Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:56:27.5569561Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_float64 2022-09-27T15:56:27.5677299Z [gw3] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_float64 2022-09-27T15:56:27.5690019Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_float64 2022-09-27T15:56:27.6044738Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_float64 2022-09-27T15:56:27.6108185Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_float64 2022-09-27T15:56:27.6180175Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_float64 2022-09-27T15:56:27.6525242Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_float64 2022-09-27T15:56:28.0191635Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_float64 2022-09-27T15:56:28.0219537Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_float64 2022-09-27T15:56:28.2306444Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:56:28.2351238Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:56:28.7805116Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_float64 2022-09-27T15:56:28.7835309Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_float64 2022-09-27T15:56:28.7881159Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_float64 2022-09-27T15:56:28.8323494Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_float64 2022-09-27T15:56:29.0299476Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_float64 2022-09-27T15:56:29.0402904Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_float64 2022-09-27T15:56:29.0617330Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:56:29.0803668Z [gw0] [ 15%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:56:29.1045788Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:56:29.1067915Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_complex128 2022-09-27T15:56:29.2106304Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_float64 2022-09-27T15:56:29.2180361Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:56:29.6207712Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_float64 2022-09-27T15:56:29.6220488Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_float64 2022-09-27T15:56:29.7378497Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_float64 2022-09-27T15:56:29.7389725Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_float64 2022-09-27T15:56:30.3035512Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_float64 2022-09-27T15:56:30.3049688Z [gw1] [ 15%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_float64 2022-09-27T15:56:30.3196696Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_float64 2022-09-27T15:56:30.3486992Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_float64 2022-09-27T15:56:30.3840028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_float64 2022-09-27T15:56:30.3924147Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_float64 2022-09-27T15:56:30.3969463Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_complex128 2022-09-27T15:56:30.4442596Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_complex128 2022-09-27T15:56:30.8528687Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_complex128 2022-09-27T15:56:30.8555717Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_complex128 2022-09-27T15:56:30.8661802Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_complex128 2022-09-27T15:56:30.8987997Z [gw1] [ 15%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_complex128 2022-09-27T15:56:30.9183222Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_complex128 2022-09-27T15:56:30.9434311Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_complex128 2022-09-27T15:56:31.5762003Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_complex128 2022-09-27T15:56:31.5794317Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_complex128 2022-09-27T15:56:31.6283776Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_cpu_float64 2022-09-27T15:56:31.6350961Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_cpu_float64 2022-09-27T15:56:31.6447115Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_float64 2022-09-27T15:56:31.6476819Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_float64 2022-09-27T15:56:31.6616887Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_float64 2022-09-27T15:56:31.6806025Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_float64 2022-09-27T15:56:31.8038401Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_float64 2022-09-27T15:56:31.8065696Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_float64 2022-09-27T15:56:31.8299920Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_complex128 2022-09-27T15:56:31.8561426Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_complex128 2022-09-27T15:56:31.8830223Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_complex128 2022-09-27T15:56:31.9001103Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_complex128 2022-09-27T15:56:31.9637924Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_float64 2022-09-27T15:56:31.9747193Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_float64 2022-09-27T15:56:31.9756871Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_float64 2022-09-27T15:56:31.9870251Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_float64 2022-09-27T15:56:31.9940123Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_float64 2022-09-27T15:56:32.0236319Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_float64 2022-09-27T15:56:32.0245511Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_float64 2022-09-27T15:56:32.0322971Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_float64 2022-09-27T15:56:32.0337443Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_float64 2022-09-27T15:56:32.0683288Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_float64 2022-09-27T15:56:32.0929628Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummin_cpu_float64 2022-09-27T15:56:32.1203621Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummin_cpu_float64 2022-09-27T15:56:32.1329297Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_float64 2022-09-27T15:56:32.1643168Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_float64 2022-09-27T15:56:32.3190072Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_complex128 2022-09-27T15:56:32.3213620Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_float64 2022-09-27T15:56:32.3256021Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_float64 2022-09-27T15:56:32.3722625Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_float64 2022-09-27T15:56:32.4754425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_complex128 2022-09-27T15:56:32.4839565Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_complex128 2022-09-27T15:56:32.5423570Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_cpu_float64 2022-09-27T15:56:32.5454532Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_cpu_float64 2022-09-27T15:56:32.5577999Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp_cpu_float64 2022-09-27T15:56:32.5825049Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp_cpu_float64 2022-09-27T15:56:32.5847255Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_complex128 2022-09-27T15:56:32.5923260Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_complex128 2022-09-27T15:56:32.5927797Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_complex128 2022-09-27T15:56:32.6366919Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_complex128 2022-09-27T15:56:32.6371059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_complex128 2022-09-27T15:56:32.6916068Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_complex128 2022-09-27T15:56:32.7037881Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logit_cpu_float64 2022-09-27T15:56:32.7038574Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_complex128 2022-09-27T15:56:32.7208332Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_scatter_cpu_float64 2022-09-27T15:56:32.7280901Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logit_cpu_float64 2022-09-27T15:56:32.7285276Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_complex128 2022-09-27T15:56:32.7715324Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_complex128 2022-09-27T15:56:32.8573495Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_float64 2022-09-27T15:56:32.8638933Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_scatter_cpu_float64 2022-09-27T15:56:33.1731331Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_complex128 2022-09-27T15:56:33.1743582Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_float64 2022-09-27T15:56:33.2599268Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_float64 2022-09-27T15:56:33.2615460Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_float64 2022-09-27T15:56:33.2811616Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_float64 2022-09-27T15:56:33.3045172Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_float64 2022-09-27T15:56:33.3294638Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_float64 2022-09-27T15:56:33.3485482Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_float64 2022-09-27T15:56:33.4502727Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_float64 2022-09-27T15:56:33.4519269Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_float64 2022-09-27T15:56:33.4618595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cpu_float64 2022-09-27T15:56:33.4926493Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cpu_float64 2022-09-27T15:56:33.5588782Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_float64 2022-09-27T15:56:33.5603261Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_float64 2022-09-27T15:56:34.1654069Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:56:34.1662580Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:56:34.1808939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cpu_float64 2022-09-27T15:56:34.2084771Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cpu_float64 2022-09-27T15:56:34.2361173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mode_cpu_float64 2022-09-27T15:56:34.2523986Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mode_cpu_float64 2022-09-27T15:56:34.5616901Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_complex128 2022-09-27T15:56:34.5632471Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_complex128 2022-09-27T15:56:34.5721313Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_float64 2022-09-27T15:56:34.6044351Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_float64 2022-09-27T15:56:34.6172913Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nan_to_num_cpu_float64 2022-09-27T15:56:34.6486154Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nan_to_num_cpu_float64 2022-09-27T15:56:34.8001981Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nansum_cpu_float64 2022-09-27T15:56:34.8015470Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nansum_cpu_float64 2022-09-27T15:56:34.8419183Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_float64 2022-09-27T15:56:34.8442690Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_float64 2022-09-27T15:56:34.8666055Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_complex128 2022-09-27T15:56:34.8886446Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_complex128 2022-09-27T15:56:34.8927384Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_complex128 2022-09-27T15:56:34.9328297Z [gw0] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_complex128 2022-09-27T15:56:34.9361744Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_complex128 2022-09-27T15:56:34.9768114Z [gw0] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_complex128 2022-09-27T15:56:34.9823581Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nextafter_cpu_float64 2022-09-27T15:56:35.0213758Z [gw0] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nextafter_cpu_float64 2022-09-27T15:56:35.0677195Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:56:35.0712002Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:56:35.1084849Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:56:35.1125476Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:56:35.1211805Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:56:35.1224779Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_float64 2022-09-27T15:56:35.3009712Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_float64 2022-09-27T15:56:35.3036935Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_float64 2022-09-27T15:56:35.5839106Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_complex128 2022-09-27T15:56:35.5855553Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_complex128 2022-09-27T15:56:35.5933668Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_complex128 2022-09-27T15:56:35.5944847Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_complex128 2022-09-27T15:56:35.6500178Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_float64 2022-09-27T15:56:35.6516634Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_float64 2022-09-27T15:56:35.7213981Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_complex128 2022-09-27T15:56:35.7245753Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_complex128 2022-09-27T15:56:35.8324597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_complex128 2022-09-27T15:56:35.8346197Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_complex128 2022-09-27T15:56:35.8401886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_float64 2022-09-27T15:56:35.8423319Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_complex128 2022-09-27T15:56:35.8460425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_complex128 2022-09-27T15:56:35.8885131Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_complex128 2022-09-27T15:56:35.8893383Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_complex128 2022-09-27T15:56:35.9374006Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_complex128 2022-09-27T15:56:35.9483573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erf_cpu_float64 2022-09-27T15:56:35.9836908Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erf_cpu_float64 2022-09-27T15:56:36.0594746Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_complex128 2022-09-27T15:56:36.0727004Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_complex128 2022-09-27T15:56:36.3911350Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_complex128 2022-09-27T15:56:36.3953064Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_complex128 2022-09-27T15:56:36.4021665Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_float64 2022-09-27T15:56:36.4392521Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_float64 2022-09-27T15:56:36.5686002Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_float64 2022-09-27T15:56:36.5701547Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_float64 2022-09-27T15:56:36.6061566Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_floor_rounding_cpu_float64 2022-09-27T15:56:36.6090121Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_float64 2022-09-27T15:56:36.6339891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_float64 2022-09-27T15:56:36.6355499Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_floor_rounding_cpu_float64 2022-09-27T15:56:36.6608956Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_complex128 2022-09-27T15:56:36.6639633Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_float64 2022-09-27T15:56:36.7087910Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_float64 2022-09-27T15:56:36.7104557Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_complex128 2022-09-27T15:56:36.7109905Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_complex128 2022-09-27T15:56:36.7131192Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_float64 2022-09-27T15:56:36.8107283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_float64 2022-09-27T15:56:36.8132199Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_float64 2022-09-27T15:56:36.8632445Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_float64 2022-09-27T15:56:36.8656070Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:56:36.9328036Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_float64 2022-09-27T15:56:36.9348473Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_complex128 2022-09-27T15:56:37.0104603Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_complex128 2022-09-27T15:56:37.0137861Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_float64 2022-09-27T15:56:37.1732352Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft_cpu_float64 2022-09-27T15:56:37.1749435Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_float64 2022-09-27T15:56:37.3064730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:56:37.3092932Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft_cpu_float64 2022-09-27T15:56:37.5452679Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_complex128 2022-09-27T15:56:37.5490066Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_complex128 2022-09-27T15:56:37.5499326Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:56:37.5514897Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft2_cpu_float64 2022-09-27T15:56:37.6571395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:56:37.6606865Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft2_cpu_float64 2022-09-27T15:56:37.6803487Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_float64 2022-09-27T15:56:37.7097076Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_float64 2022-09-27T15:56:37.7295708Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_float64 2022-09-27T15:56:37.7320088Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:56:37.7972792Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T15:56:37.8083370Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_float64 2022-09-27T15:56:37.8094462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_float64 2022-09-27T15:56:37.8483273Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_float64 2022-09-27T15:56:37.8632497Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_float64 2022-09-27T15:56:37.8652644Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_complex128 2022-09-27T15:56:37.8716990Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_complex128 2022-09-27T15:56:37.9164598Z [gw3] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_complex128 2022-09-27T15:56:37.9167997Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_complex128 2022-09-27T15:56:37.9499212Z [gw3] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_complex128 2022-09-27T15:56:37.9513920Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T15:56:37.9684435Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_cpu_float64 2022-09-27T15:56:37.9698179Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfinv_cpu_float64 2022-09-27T15:56:37.9747169Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfinv_cpu_float64 2022-09-27T15:56:37.9974840Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_cpu_float64 2022-09-27T15:56:38.0163914Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:56:38.0646083Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_complex128 2022-09-27T15:56:38.0720734Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_float64 2022-09-27T15:56:38.0968996Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmin_cpu_float64 2022-09-27T15:56:38.0998210Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_complex128 2022-09-27T15:56:38.1143865Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expm1_cpu_float64 2022-09-27T15:56:38.1407149Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expm1_cpu_float64 2022-09-27T15:56:38.2236446Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_float64 2022-09-27T15:56:38.2262742Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmin_cpu_float64 2022-09-27T15:56:38.2306638Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_complex128 2022-09-27T15:56:38.2735621Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_complex128 2022-09-27T15:56:38.2736407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ge_cpu_float64 2022-09-27T15:56:38.2944977Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ge_cpu_float64 2022-09-27T15:56:38.2971702Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_float64 2022-09-27T15:56:38.3204766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_float64 2022-09-27T15:56:38.5120033Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_float64 2022-09-27T15:56:38.5158123Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_float64 2022-09-27T15:56:38.6139146Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_float64 2022-09-27T15:56:38.6177052Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_float64 2022-09-27T15:56:38.7207917Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_float64 2022-09-27T15:56:38.7239109Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_float64 2022-09-27T15:56:38.7299254Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_heaviside_cpu_float64 2022-09-27T15:56:38.7388423Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_heaviside_cpu_float64 2022-09-27T15:56:38.7418833Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_float64 2022-09-27T15:56:38.7720942Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_float64 2022-09-27T15:56:38.9062175Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_complex128 2022-09-27T15:56:38.9071830Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:56:38.9254926Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_glu_cpu_float64 2022-09-27T15:56:38.9292143Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_float64 2022-09-27T15:56:38.9663094Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_float64 2022-09-27T15:56:38.9763571Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_float64 2022-09-27T15:56:38.9997066Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_complex128 2022-09-27T15:56:39.0015983Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_complex128 2022-09-27T15:56:39.1065677Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hypot_cpu_float64 2022-09-27T15:56:39.1089888Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hypot_cpu_float64 2022-09-27T15:56:39.1604078Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_imag_cpu_complex128 2022-09-27T15:56:39.1630817Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_imag_cpu_complex128 2022-09-27T15:56:39.1854747Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_float64 2022-09-27T15:56:39.2082355Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_float64 2022-09-27T15:56:39.2451706Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_float64 2022-09-27T15:56:39.2472547Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_glu_cpu_float64 2022-09-27T15:56:39.2481974Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_float64 2022-09-27T15:56:39.2523595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:56:39.2712109Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_complex128 2022-09-27T15:56:39.2963931Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:56:39.3013466Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T15:56:39.3403575Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T15:56:39.3932797Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:56:39.3955553Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_complex128 2022-09-27T15:56:39.3993658Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_complex128 2022-09-27T15:56:39.4087195Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_complex128 2022-09-27T15:56:39.4117349Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:56:39.4420788Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cpu_float64 2022-09-27T15:56:39.4428214Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isin_cpu_float64 2022-09-27T15:56:39.4671983Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isin_cpu_float64 2022-09-27T15:56:39.4694376Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_complex128 2022-09-27T15:56:39.4899246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_complex128 2022-09-27T15:56:39.4904561Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_float64 2022-09-27T15:56:39.5338089Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_float64 2022-09-27T15:56:39.5342655Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_float64 2022-09-27T15:56:39.5767613Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_float64 2022-09-27T15:56:39.5773605Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:56:39.6210478Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:56:39.6217870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_float64 2022-09-27T15:56:39.6648516Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_float64 2022-09-27T15:56:39.6666693Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cpu_float64 2022-09-27T15:56:39.6677113Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_float64 2022-09-27T15:56:39.6677959Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_float64 2022-09-27T15:56:39.6994207Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:56:39.7114244Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:56:39.7154086Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:56:39.7274137Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_complex128 2022-09-27T15:56:39.7550640Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:56:40.0970007Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:56:40.1003339Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_complex128 2022-09-27T15:56:40.2092447Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfftn_cpu_float64 2022-09-27T15:56:40.2120099Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_complex128 2022-09-27T15:56:40.3283640Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_float64 2022-09-27T15:56:40.3316788Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_float64 2022-09-27T15:56:40.4015213Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:56:40.4037124Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfftn_cpu_float64 2022-09-27T15:56:40.4332140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_float64 2022-09-27T15:56:40.4524227Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_float64 2022-09-27T15:56:40.4633503Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_float64 2022-09-27T15:56:40.5002309Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_float64 2022-09-27T15:56:41.0974762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_float64 2022-09-27T15:56:41.1002784Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:56:41.2090167Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_complex128 2022-09-27T15:56:41.2118838Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_complex128 2022-09-27T15:56:41.2603965Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_complex128 2022-09-27T15:56:41.2631064Z [gw1] [ 17%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_complex128 2022-09-27T15:56:41.8048258Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_complex128 2022-09-27T15:56:41.8076015Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_complex128 2022-09-27T15:56:42.0479414Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T15:56:42.0507477Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T15:56:42.2790718Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_complex128 2022-09-27T15:56:42.2818088Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_complex128 2022-09-27T15:56:42.2859564Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T15:56:42.3301850Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T15:56:42.3340863Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T15:56:42.3817767Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T15:56:42.7267146Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:56:42.7326118Z [gw3] [ 17%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_float64 2022-09-27T15:56:42.7406889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_divide_cpu_float64 2022-09-27T15:56:42.7842370Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_divide_cpu_float64 2022-09-27T15:56:42.7890858Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frac_cpu_float64 2022-09-27T15:56:42.8281573Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frac_cpu_float64 2022-09-27T15:56:42.9912657Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_complex128 2022-09-27T15:56:43.0041958Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_complex128 2022-09-27T15:56:43.0100015Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_float64 2022-09-27T15:56:43.0481046Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_float64 2022-09-27T15:56:43.0550866Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_complex128 2022-09-27T15:56:43.0926233Z [gw3] [ 17%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_complex128 2022-09-27T15:56:43.0932619Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogram_cpu_float64 2022-09-27T15:56:43.1401652Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogram_cpu_float64 2022-09-27T15:56:43.2569793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_complex128 2022-09-27T15:56:43.2611350Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_complex128 2022-09-27T15:56:43.2680031Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igamma_cpu_float64 2022-09-27T15:56:43.3161229Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igamma_cpu_float64 2022-09-27T15:56:43.3844142Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_float64 2022-09-27T15:56:43.3886553Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_float64 2022-09-27T15:56:43.4132954Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_float64 2022-09-27T15:56:43.4401348Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_float64 2022-09-27T15:56:43.4922373Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_complex128 2022-09-27T15:56:43.4950133Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_complex128 2022-09-27T15:56:43.4992572Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_complex128 2022-09-27T15:56:43.5406121Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_complex128 2022-09-27T15:56:43.5416959Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_complex128 2022-09-27T15:56:43.5845606Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_complex128 2022-09-27T15:56:43.5855621Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_float64 2022-09-27T15:56:43.6284957Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_float64 2022-09-27T15:56:43.6294830Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isposinf_cpu_float64 2022-09-27T15:56:43.6725887Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isposinf_cpu_float64 2022-09-27T15:56:44.0288881Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_float64 2022-09-27T15:56:44.0356942Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_float64 2022-09-27T15:56:44.0419539Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:56:44.0803779Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:56:44.0833004Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:56:44.0852392Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:56:44.0858397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:56:44.1322803Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:56:44.1479113Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_float64 2022-09-27T15:56:44.1689250Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_float64 2022-09-27T15:56:44.1738641Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_le_cpu_float64 2022-09-27T15:56:44.2175873Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_le_cpu_float64 2022-09-27T15:56:44.6740089Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_complex128 2022-09-27T15:56:44.6963617Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:56:44.7816299Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T15:56:44.7842195Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T15:56:45.3313387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T15:56:45.3352444Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T15:56:45.4734721Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T15:56:45.4768629Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T15:56:45.5059233Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:56:45.5091395Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_complex128 2022-09-27T15:56:45.5873365Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_complex128 2022-09-27T15:56:45.5906106Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:56:45.7230000Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:56:45.7264808Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:56:45.8183832Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:56:45.8218146Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_complex128 2022-09-27T15:56:45.8313405Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_complex128 2022-09-27T15:56:45.8496106Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:56:45.8730101Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu6_cpu_float64 2022-09-27T15:56:45.8965545Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu6_cpu_float64 2022-09-27T15:56:45.8970063Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:56:45.9402522Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:56:45.9745560Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_cpu_float64 2022-09-27T15:56:45.9804114Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_cpu_float64 2022-09-27T15:56:46.0119719Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cpu_float64 2022-09-27T15:56:46.0245097Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cpu_float64 2022-09-27T15:56:46.0427880Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:56:46.0763669Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:56:46.2725998Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:56:46.2760978Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_complex128 2022-09-27T15:56:47.0910972Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_complex128 2022-09-27T15:56:47.1032661Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:56:47.1061486Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:56:47.1093960Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_complex128 2022-09-27T15:56:47.1389280Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_complex128 2022-09-27T15:56:47.1443405Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:56:47.4373033Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_complex128 2022-09-27T15:56:47.4402448Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_complex128 2022-09-27T15:56:48.7786920Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_complex128 2022-09-27T15:56:48.7805396Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_complex128 2022-09-27T15:56:50.3036460Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_complex128 2022-09-27T15:56:50.3042684Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_complex128 2022-09-27T15:56:50.5200752Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_complex128 2022-09-27T15:56:50.5236015Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_complex128 2022-09-27T15:56:50.5286175Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_cpu_float64 2022-09-27T15:56:50.5702026Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_cpu_float64 2022-09-27T15:56:50.5702829Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_complex128 2022-09-27T15:56:50.6162376Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_complex128 2022-09-27T15:56:50.7071505Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_complex128 2022-09-27T15:56:50.7100271Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_complex128 2022-09-27T15:56:50.7306314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_float64 2022-09-27T15:56:50.7371217Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_float64 2022-09-27T15:56:50.7393301Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_complex128 2022-09-27T15:56:50.7431975Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:56:50.7562117Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:56:50.7837715Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:56:50.7844455Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_complex128 2022-09-27T15:56:50.8322378Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_complex128 2022-09-27T15:56:50.8462764Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_complex128 2022-09-27T15:56:50.8496989Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:56:50.8547849Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:56:50.9003411Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:56:51.0821801Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_float64 2022-09-27T15:56:51.0907506Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_float64 2022-09-27T15:56:51.3038086Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_float64 2022-09-27T15:56:51.3097296Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_float64 2022-09-27T15:56:51.3320432Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rad2deg_cpu_float64 2022-09-27T15:56:51.3550384Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rad2deg_cpu_float64 2022-09-27T15:56:51.3588577Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_complex128 2022-09-27T15:56:51.3991043Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_complex128 2022-09-27T15:56:51.4945593Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_complex128 2022-09-27T15:56:51.4997012Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_complex128 2022-09-27T15:56:51.5271419Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_complex128 2022-09-27T15:56:51.5297354Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:56:51.5752844Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_complex128 2022-09-27T15:56:51.5781287Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_complex128 2022-09-27T15:56:51.5880721Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_float64 2022-09-27T15:56:51.6282334Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_float64 2022-09-27T15:56:51.6396463Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_float64 2022-09-27T15:56:51.6686381Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_float64 2022-09-27T15:56:51.6941392Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_float64 2022-09-27T15:56:51.7086723Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_float64 2022-09-27T15:56:51.7127837Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_float64 2022-09-27T15:56:51.7562007Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_float64 2022-09-27T15:56:51.7617248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_float64 2022-09-27T15:56:51.8043045Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_float64 2022-09-27T15:56:52.0163429Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_float64 2022-09-27T15:56:52.0214269Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_float64 2022-09-27T15:56:52.0265151Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cpu_float64 2022-09-27T15:56:52.0722947Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cpu_float64 2022-09-27T15:56:52.1776326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_float64 2022-09-27T15:56:52.1852752Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_float64 2022-09-27T15:56:52.2956270Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_float64 2022-09-27T15:56:52.3094294Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_float64 2022-09-27T15:56:52.5080347Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cpu_float64 2022-09-27T15:56:52.5112027Z [gw0] [ 18%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cpu_float64 2022-09-27T15:56:52.5198847Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cpu_float64 2022-09-27T15:56:52.5602997Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cpu_float64 2022-09-27T15:56:52.6142961Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_complex128 2022-09-27T15:56:52.6186272Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_complex128 2022-09-27T15:56:52.7260467Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_complex128 2022-09-27T15:56:52.7301783Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_complex128 2022-09-27T15:56:52.8062271Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_complex128 2022-09-27T15:56:52.8105955Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_complex128 2022-09-27T15:56:52.8861139Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_complex128 2022-09-27T15:56:52.8906064Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_complex128 2022-09-27T15:56:53.1427697Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_complex128 2022-09-27T15:56:53.1453751Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_complex128 2022-09-27T15:56:53.1493478Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T15:56:53.1926312Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T15:56:53.1936044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y0_cpu_float64 2022-09-27T15:56:53.2357680Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y0_cpu_float64 2022-09-27T15:56:53.2367902Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:56:53.2815163Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:56:53.2825301Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:56:53.3321466Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:56:53.3491221Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1e_cpu_float64 2022-09-27T15:56:53.3724438Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1e_cpu_float64 2022-09-27T15:56:53.3767347Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T15:56:53.4214097Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T15:56:53.4529141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtr_cpu_float64 2022-09-27T15:56:53.4645135Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtr_cpu_float64 2022-09-27T15:56:53.4652676Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:56:53.4672896Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_complex128 2022-09-27T15:56:53.4701058Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_complex128 2022-09-27T15:56:53.5089376Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:56:53.5101852Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_complex128 2022-09-27T15:56:53.5153835Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:56:53.5159146Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:56:53.5646320Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:56:53.7095519Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_complex128 2022-09-27T15:56:53.7137162Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_complex128 2022-09-27T15:56:54.1136037Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_complex128 2022-09-27T15:56:54.1173653Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_complex128 2022-09-27T15:56:54.2026487Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_complex128 2022-09-27T15:56:54.2058016Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_complex128 2022-09-27T15:56:54.7580505Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_complex128 2022-09-27T15:56:54.7607070Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_complex128 2022-09-27T15:56:55.1500500Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_complex128 2022-09-27T15:56:55.1528290Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:56:55.2772142Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T15:56:55.2791273Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_complex128 2022-09-27T15:56:55.7049250Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_complex128 2022-09-27T15:56:55.7064134Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_complex128 2022-09-27T15:56:56.1850354Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_complex128 2022-09-27T15:56:56.1883439Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_complex128 2022-09-27T15:56:57.5705409Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_lowrank_cpu_float64 2022-09-27T15:56:57.5732954Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T15:56:57.5775341Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T15:56:57.6242142Z [gw3] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T15:56:58.3301702Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_complex128 2022-09-27T15:56:58.3328768Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_complex128 2022-09-27T15:56:58.3481270Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:56:58.3842219Z [gw3] [ 18%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:56:58.7545307Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:56:58.7573172Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:57:01.4128349Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_complex128 2022-09-27T15:57:01.4131514Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_complex128 2022-09-27T15:57:02.2865304Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_complex128 2022-09-27T15:57:02.2897899Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_complex128 2022-09-27T15:57:08.6327532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T15:57:08.6346290Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_complex128 2022-09-27T15:57:09.2289081Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T15:57:09.2359448Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T15:57:09.2908260Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_float64 2022-09-27T15:57:09.2923403Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_float64 2022-09-27T15:57:09.3109575Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_float64 2022-09-27T15:57:09.3326087Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_float64 2022-09-27T15:57:11.3294082Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_complex128 2022-09-27T15:57:11.3324671Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_complex128 2022-09-27T15:57:12.8242630Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_complex128 2022-09-27T15:57:12.8292954Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_complex128 2022-09-27T15:57:12.8372235Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:57:12.8802857Z [gw1] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:57:13.4171690Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_complex128 2022-09-27T15:57:13.4198900Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_complex128 2022-09-27T15:57:13.7862560Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_float64 2022-09-27T15:57:13.7890160Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_float64 2022-09-27T15:57:13.8430231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_trunc_rounding_cpu_float64 2022-09-27T15:57:13.8457026Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_trunc_rounding_cpu_float64 2022-09-27T15:57:13.8815998Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_float64 2022-09-27T15:57:13.8883192Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_float64 2022-09-27T15:57:13.9092040Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_float64 2022-09-27T15:57:13.9325635Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_float64 2022-09-27T15:57:13.9359973Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_float64 2022-09-27T15:57:13.9767652Z [gw2] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_float64 2022-09-27T15:57:13.9809098Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_float64 2022-09-27T15:57:14.0246729Z [gw2] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_float64 2022-09-27T15:57:14.0389453Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfc_cpu_float64 2022-09-27T15:57:14.0726416Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfc_cpu_float64 2022-09-27T15:57:14.0847969Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_float64 2022-09-27T15:57:14.1243693Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_float64 2022-09-27T15:57:14.1560427Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_float64 2022-09-27T15:57:14.1606458Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_float64 2022-09-27T15:57:14.4044760Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_complex128 2022-09-27T15:57:14.4068637Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_complex128 2022-09-27T15:57:14.9715095Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_complex128 2022-09-27T15:57:14.9743807Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_complex128 2022-09-27T15:57:15.2294939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_complex128 2022-09-27T15:57:15.2323122Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_complex128 2022-09-27T15:57:15.3084448Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_complex128 2022-09-27T15:57:15.3109440Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_complex128 2022-09-27T15:57:15.7203991Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_complex128 2022-09-27T15:57:15.7253552Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_complex128 2022-09-27T15:57:16.2181548Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_complex128 2022-09-27T15:57:16.2206415Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_complex128 2022-09-27T15:57:16.3498158Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_complex128 2022-09-27T15:57:16.3514272Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_complex128 2022-09-27T15:57:16.4954132Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfftn_cpu_float64 2022-09-27T15:57:16.4979300Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfftn_cpu_float64 2022-09-27T15:57:16.5416059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_float64 2022-09-27T15:57:16.5443369Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_float64 2022-09-27T15:57:16.7677607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft_cpu_float64 2022-09-27T15:57:16.7738478Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft_cpu_float64 2022-09-27T15:57:16.7836926Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_complex128 2022-09-27T15:57:16.7863376Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_complex128 2022-09-27T15:57:16.7904296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T15:57:16.8402678Z [gw1] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T15:57:17.0663932Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_complex128 2022-09-27T15:57:17.0689197Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_complex128 2022-09-27T15:57:17.1567548Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_complex128 2022-09-27T15:57:17.1631166Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_complex128 2022-09-27T15:57:17.1905136Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_complex128 2022-09-27T15:57:17.2043599Z [gw2] [ 19%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_complex128 2022-09-27T15:57:17.2123242Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_cpu_float64 2022-09-27T15:57:17.2520945Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_cpu_float64 2022-09-27T15:57:17.3436385Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmod_cpu_float64 2022-09-27T15:57:17.3478400Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmod_cpu_float64 2022-09-27T15:57:17.3547982Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_float64 2022-09-27T15:57:17.3963242Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_float64 2022-09-27T15:57:17.3973403Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_complex128 2022-09-27T15:57:17.4405931Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_complex128 2022-09-27T15:57:17.4415557Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gt_cpu_float64 2022-09-27T15:57:17.4847094Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gt_cpu_float64 2022-09-27T15:57:17.4856982Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histc_cpu_float64 2022-09-27T15:57:17.5126138Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histc_cpu_float64 2022-09-27T15:57:17.5149964Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_complex128 2022-09-27T15:57:17.5280631Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_complex128 2022-09-27T15:57:17.5426718Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_float64 2022-09-27T15:57:17.5733593Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_float64 2022-09-27T15:57:17.5818354Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_i0_cpu_float64 2022-09-27T15:57:17.6123964Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_i0_cpu_float64 2022-09-27T15:57:18.0090065Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_complex128 2022-09-27T15:57:18.0162253Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_complex128 2022-09-27T15:57:18.1055389Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_complex128 2022-09-27T15:57:18.1066164Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_complex128 2022-09-27T15:57:18.1151929Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_reduce_cpu_float64 2022-09-27T15:57:18.1682706Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_reduce_cpu_float64 2022-09-27T15:57:18.1909184Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_float64 2022-09-27T15:57:18.2126016Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_float64 2022-09-27T15:57:18.2157146Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_float64 2022-09-27T15:57:18.2565946Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_float64 2022-09-27T15:57:18.2604733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_complex128 2022-09-27T15:57:18.3045409Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_complex128 2022-09-27T15:57:18.3047538Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isneginf_cpu_float64 2022-09-27T15:57:18.3540616Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isneginf_cpu_float64 2022-09-27T15:57:18.5795007Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_complex128 2022-09-27T15:57:18.5823347Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_complex128 2022-09-27T15:57:19.3810246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_complex128 2022-09-27T15:57:19.3838562Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_complex128 2022-09-27T15:57:19.3881277Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:57:19.4244975Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:57:19.4290356Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:57:19.4685329Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:57:19.5369551Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_complex128 2022-09-27T15:57:19.5396871Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_complex128 2022-09-27T15:57:19.5986771Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_float64 2022-09-27T15:57:19.6014557Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_float64 2022-09-27T15:57:19.6150416Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lgamma_cpu_float64 2022-09-27T15:57:19.6445121Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lgamma_cpu_float64 2022-09-27T15:57:19.8609366Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T15:57:19.8625958Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T15:57:19.8977904Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_float64 2022-09-27T15:57:19.9043179Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_float64 2022-09-27T15:57:20.1475123Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_float64 2022-09-27T15:57:20.1514858Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_lowrank_cpu_float64 2022-09-27T15:57:20.1826163Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_float64 2022-09-27T15:57:20.1966050Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_float64 2022-09-27T15:57:20.2768703Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_float64 2022-09-27T15:57:20.2869129Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_float64 2022-09-27T15:57:20.2878503Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_float64 2022-09-27T15:57:20.3281205Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_float64 2022-09-27T15:57:20.3568822Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_float64 2022-09-27T15:57:20.3760906Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_float64 2022-09-27T15:57:20.3964724Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_float64 2022-09-27T15:57:20.3978043Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T15:57:20.4805606Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_complex128 2022-09-27T15:57:20.4839269Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_float64 2022-09-27T15:57:20.5130925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_complex128 2022-09-27T15:57:20.5281857Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_complex128 2022-09-27T15:57:20.6850482Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_complex128 2022-09-27T15:57:20.6865446Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_float64 2022-09-27T15:57:20.8443962Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_float64 2022-09-27T15:57:20.8484314Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_float64 2022-09-27T15:57:20.9396047Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_float64 2022-09-27T15:57:20.9436493Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_float64 2022-09-27T15:57:21.0236940Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_float64 2022-09-27T15:57:21.0282373Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_float64 2022-09-27T15:57:21.0354521Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_float64 2022-09-27T15:57:21.0764977Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_float64 2022-09-27T15:57:21.0774159Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_float64 2022-09-27T15:57:21.1255451Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_float64 2022-09-27T15:57:21.3787281Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:57:21.3840691Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_complex128 2022-09-27T15:57:21.5910779Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_complex128 2022-09-27T15:57:21.5962926Z [gw0] [ 19%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_complex128 2022-09-27T15:57:21.9147070Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_complex128 2022-09-27T15:57:21.9172998Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_complex128 2022-09-27T15:57:21.9260043Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trunc_cpu_float64 2022-09-27T15:57:21.9607773Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trunc_cpu_float64 2022-09-27T15:57:21.9985790Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_float64 2022-09-27T15:57:22.0006019Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_float64 2022-09-27T15:57:22.0028880Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_complex128 2022-09-27T15:57:22.0043056Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T15:57:22.0087265Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_float64 2022-09-27T15:57:22.0562479Z [gw0] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_float64 2022-09-27T15:57:22.1093073Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_float64 2022-09-27T15:57:22.1246729Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_float64 2022-09-27T15:57:22.2742346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_float64 2022-09-27T15:57:22.2772340Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_float64 2022-09-27T15:57:22.4043048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_complex128 2022-09-27T15:57:22.4054871Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T15:57:22.4066932Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_complex128 2022-09-27T15:57:22.4094909Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_float64 2022-09-27T15:57:22.4774030Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_complex128 2022-09-27T15:57:22.4847402Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_float64 2022-09-27T15:57:22.5214455Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_float64 2022-09-27T15:57:22.5238431Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_float64 2022-09-27T15:57:22.6225609Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_complex128 2022-09-27T15:57:22.6261735Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_complex128 2022-09-27T15:57:22.6318249Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_complex128 2022-09-27T15:57:22.6803413Z [gw0] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_complex128 2022-09-27T15:57:22.6889994Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_le_cpu_float64 2022-09-27T15:57:22.7203483Z [gw0] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_le_cpu_float64 2022-09-27T15:57:22.8356837Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_complex128 2022-09-27T15:57:22.8377274Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:57:23.0023168Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_float64 2022-09-27T15:57:23.0052400Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_float64 2022-09-27T15:57:24.3928733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_float64 2022-09-27T15:57:24.3941489Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_complex128 2022-09-27T15:57:24.3963937Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_complex128 2022-09-27T15:57:24.4367324Z [gw3] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_complex128 2022-09-27T15:57:24.4457191Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log1p_cpu_float64 2022-09-27T15:57:24.4842388Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log1p_cpu_float64 2022-09-27T15:57:24.5215148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_float64 2022-09-27T15:57:24.5268533Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_float64 2022-09-27T15:57:24.5584886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp2_cpu_float64 2022-09-27T15:57:24.5685607Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp2_cpu_float64 2022-09-27T15:57:24.6699076Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_float64 2022-09-27T15:57:24.6731076Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_float64 2022-09-27T15:57:24.6792220Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_float64 2022-09-27T15:57:24.7209234Z [gw3] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_float64 2022-09-27T15:57:24.7218818Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_float64 2022-09-27T15:57:24.7682580Z [gw3] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_float64 2022-09-27T15:57:25.4093528Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logsumexp_cpu_float64 2022-09-27T15:57:25.4120344Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logsumexp_cpu_float64 2022-09-27T15:57:25.7745196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_complex128 2022-09-27T15:57:25.7773521Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_float64 2022-09-27T15:57:25.8768532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_float64 2022-09-27T15:57:25.8796685Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_float64 2022-09-27T15:57:25.8839797Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:57:25.9298094Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:57:26.4298739Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_float64 2022-09-27T15:57:26.4325266Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_float64 2022-09-27T15:57:26.7481237Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_float64 2022-09-27T15:57:26.7508678Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_float64 2022-09-27T15:57:26.7570597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_float64 2022-09-27T15:57:26.8003564Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_float64 2022-09-27T15:57:26.9090001Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_float64 2022-09-27T15:57:26.9131644Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_float64 2022-09-27T15:57:27.1678778Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_float64 2022-09-27T15:57:27.1704943Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_float64 2022-09-27T15:57:28.5593882Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_float64 2022-09-27T15:57:28.5623595Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_complex128 2022-09-27T15:57:29.1595940Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_complex128 2022-09-27T15:57:29.1626392Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_complex128 2022-09-27T15:57:29.2084533Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_float64 2022-09-27T15:57:29.2112559Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_float64 2022-09-27T15:57:29.2273061Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lgamma_cpu_float64 2022-09-27T15:57:29.2555486Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lgamma_cpu_float64 2022-09-27T15:57:29.6996147Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_complex128 2022-09-27T15:57:29.7022249Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_complex128 2022-09-27T15:57:29.7904397Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_float64 2022-09-27T15:57:29.7924097Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_float64 2022-09-27T15:57:29.8864075Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:57:29.8898321Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_complex128 2022-09-27T15:57:30.1139490Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_complex128 2022-09-27T15:57:30.1182656Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_complex128 2022-09-27T15:57:30.1300971Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_complex128 2022-09-27T15:57:30.1342497Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:57:30.2089274Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_float64 2022-09-27T15:57:30.2122420Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_float64 2022-09-27T15:57:30.2290367Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_complex128 2022-09-27T15:57:30.2326523Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_float64 2022-09-27T15:57:30.2649199Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_float64 2022-09-27T15:57:30.2662341Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_complex128 2022-09-27T15:57:30.2689548Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_float64 2022-09-27T15:57:30.2805581Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_float64 2022-09-27T15:57:30.2984877Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_float64 2022-09-27T15:57:30.3202993Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_float64 2022-09-27T15:57:30.3659752Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_complex128 2022-09-27T15:57:30.3703472Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_complex128 2022-09-27T15:57:30.3761648Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_float64 2022-09-27T15:57:30.3797683Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_float64 2022-09-27T15:57:30.3891609Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_float64 2022-09-27T15:57:30.4242990Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_float64 2022-09-27T15:57:30.4385034Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_complex128 2022-09-27T15:57:30.4418041Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_complex128 2022-09-27T15:57:30.5308482Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_complex128 2022-09-27T15:57:30.5336504Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_complex128 2022-09-27T15:57:30.5655237Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_float64 2022-09-27T15:57:30.5764383Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_float64 2022-09-27T15:57:30.9403265Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_complex128 2022-09-27T15:57:30.9447988Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_complex128 2022-09-27T15:57:31.1061572Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_float64 2022-09-27T15:57:31.1099060Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_float64 2022-09-27T15:57:31.2758874Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_complex128 2022-09-27T15:57:31.2785015Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_complex128 2022-09-27T15:57:31.2933669Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_binary_cpu_float64 2022-09-27T15:57:31.2964130Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_complex128 2022-09-27T15:57:31.3516017Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_float64 2022-09-27T15:57:31.3542241Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_binary_cpu_float64 2022-09-27T15:57:31.4139107Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_complex128 2022-09-27T15:57:31.4147203Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_float64 2022-09-27T15:57:31.4327618Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_complex128 2022-09-27T15:57:31.4346698Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_float64 2022-09-27T15:57:31.4625967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_float64 2022-09-27T15:57:31.4766607Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_float64 2022-09-27T15:57:31.5193854Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_complex128 2022-09-27T15:57:31.5365448Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_complex128 2022-09-27T15:57:31.5738222Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_float64 2022-09-27T15:57:31.5756665Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_complex128 2022-09-27T15:57:31.5778886Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_float64 2022-09-27T15:57:31.5920673Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_float64 2022-09-27T15:57:31.6059488Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_complex128 2022-09-27T15:57:31.6210960Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_float64 2022-09-27T15:57:31.6831860Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_complex128 2022-09-27T15:57:31.6965060Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_complex128 2022-09-27T15:57:31.7534619Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_float64 2022-09-27T15:57:31.7559536Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_float64 2022-09-27T15:57:31.8450674Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_complex128 2022-09-27T15:57:31.8561011Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_complex128 2022-09-27T15:57:31.8768038Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_float64 2022-09-27T15:57:31.9001940Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_float64 2022-09-27T15:57:31.9178599Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_complex128 2022-09-27T15:57:31.9193628Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_complex128 2022-09-27T15:57:32.0676218Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:57:32.0846586Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:57:32.0968211Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cpu_float64 2022-09-27T15:57:32.1017577Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cpu_float64 2022-09-27T15:57:32.1032657Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_complex128 2022-09-27T15:57:32.1080169Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_complex128 2022-09-27T15:57:32.1362057Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_complex128 2022-09-27T15:57:32.1405206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_float64 2022-09-27T15:57:32.1494127Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_float64 2022-09-27T15:57:32.1506052Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_complex128 2022-09-27T15:57:32.1513148Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_complex128 2022-09-27T15:57:32.1532925Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_complex128 2022-09-27T15:57:32.1803079Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_float64 2022-09-27T15:57:32.1939601Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_msort_cpu_float64 2022-09-27T15:57:32.1945407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_float64 2022-09-27T15:57:32.2141272Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_float64 2022-09-27T15:57:32.2159376Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_float64 2022-09-27T15:57:32.2249281Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_complex128 2022-09-27T15:57:32.2266912Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_msort_cpu_float64 2022-09-27T15:57:32.2380753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_complex128 2022-09-27T15:57:32.2389725Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lt_cpu_float64 2022-09-27T15:57:32.2802049Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lt_cpu_float64 2022-09-27T15:57:32.3191495Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_float64 2022-09-27T15:57:32.3226021Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_complex128 2022-09-27T15:57:32.3455366Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_float64 2022-09-27T15:57:32.3551819Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_float64 2022-09-27T15:57:32.3584562Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_complex128 2022-09-27T15:57:32.3650546Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:57:32.4532275Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_complex128 2022-09-27T15:57:32.4565571Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:57:32.5338656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanquantile_cpu_float64 2022-09-27T15:57:32.5352549Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_complex128 2022-09-27T15:57:32.5691845Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_float64 2022-09-27T15:57:32.5813360Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_float64 2022-09-27T15:57:32.5824630Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_complex128 2022-09-27T15:57:32.6260626Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_complex128 2022-09-27T15:57:32.6271811Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_float64 2022-09-27T15:57:32.6750936Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_float64 2022-09-27T15:57:32.6803496Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:57:32.7144426Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:57:32.7155332Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:57:32.7582845Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:57:32.7594854Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_complex128 2022-09-27T15:57:32.8016572Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_complex128 2022-09-27T15:57:32.8027959Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_float64 2022-09-27T15:57:32.8450335Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_float64 2022-09-27T15:57:32.8461999Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_complex128 2022-09-27T15:57:32.8890398Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_complex128 2022-09-27T15:57:32.8901934Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_float64 2022-09-27T15:57:32.9364192Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_float64 2022-09-27T15:57:33.1010832Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:57:33.1023746Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanquantile_cpu_float64 2022-09-27T15:57:33.1040207Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_float64 2022-09-27T15:57:33.1101074Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_complex128 2022-09-27T15:57:33.1772141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_float64 2022-09-27T15:57:33.1927710Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_float64 2022-09-27T15:57:33.2561004Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_float64 2022-09-27T15:57:33.2698190Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_float64 2022-09-27T15:57:33.3132364Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_float64 2022-09-27T15:57:33.3159565Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_float64 2022-09-27T15:57:33.3699657Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_float64 2022-09-27T15:57:33.3731056Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_float64 2022-09-27T15:57:33.3975325Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_maximum_cpu_float64 2022-09-27T15:57:33.3993681Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_complex128 2022-09-27T15:57:33.4011544Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_float64 2022-09-27T15:57:33.4490269Z [gw3] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_float64 2022-09-27T15:57:33.4490896Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_float64 2022-09-27T15:57:33.4813435Z [gw3] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_float64 2022-09-27T15:57:33.4931938Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_maximum_cpu_float64 2022-09-27T15:57:33.4932647Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:57:33.4933227Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_float64 2022-09-27T15:57:33.5371894Z [gw3] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_float64 2022-09-27T15:57:33.5372632Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_float64 2022-09-27T15:57:33.5843325Z [gw3] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_float64 2022-09-27T15:57:33.6904331Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:57:33.6943712Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:57:33.7646845Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:57:33.7684498Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:57:34.6387608Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cpu_float64 2022-09-27T15:57:34.6407099Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:57:34.6430807Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:57:34.6448464Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:57:34.6988282Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_binary_cpu_float64 2022-09-27T15:57:34.7015929Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cpu_float64 2022-09-27T15:57:34.7267748Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T15:57:34.7289059Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_binary_cpu_float64 2022-09-27T15:57:34.8279681Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_complex128 2022-09-27T15:57:34.8308715Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_complex128 2022-09-27T15:57:34.8408035Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_float64 2022-09-27T15:57:34.8765206Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_float64 2022-09-27T15:57:34.8769601Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_multinomial_cpu_float64 2022-09-27T15:57:34.9211857Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_multinomial_cpu_float64 2022-09-27T15:57:34.9703814Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:57:34.9731112Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:57:35.0271082Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmedian_cpu_float64 2022-09-27T15:57:35.0477819Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmedian_cpu_float64 2022-09-27T15:57:35.0522608Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_float64 2022-09-27T15:57:35.0939575Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_float64 2022-09-27T15:57:35.0978891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_complex128 2022-09-27T15:57:35.1444431Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_complex128 2022-09-27T15:57:35.1450584Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_complex128 2022-09-27T15:57:35.1854476Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_complex128 2022-09-27T15:57:35.1897768Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_complex128 2022-09-27T15:57:35.2299288Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_complex128 2022-09-27T15:57:35.2336387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_complex128 2022-09-27T15:57:35.2615006Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_complex128 2022-09-27T15:57:35.2636536Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:57:35.2748069Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_complex128 2022-09-27T15:57:35.4996507Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:57:35.5061080Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:57:35.7277590Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:57:35.7340019Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:57:36.0035835Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T15:57:36.0086930Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_complex128 2022-09-27T15:57:36.0958127Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_float64 2022-09-27T15:57:36.1008579Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T15:57:36.1314959Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_celu_cpu_float64 2022-09-27T15:57:36.1445409Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_celu_cpu_float64 2022-09-27T15:57:36.2513329Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_float64 2022-09-27T15:57:36.2568343Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_float64 2022-09-27T15:57:36.8681695Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_complex128 2022-09-27T15:57:36.8715972Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_complex128 2022-09-27T15:57:37.0163728Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_float64 2022-09-27T15:57:37.0213769Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_float64 2022-09-27T15:57:37.3910070Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:57:37.3940157Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:57:37.4676580Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:57:37.4706060Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:57:37.5454929Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_complex128 2022-09-27T15:57:37.5504019Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_float64 2022-09-27T15:57:38.0508861Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:57:38.0537039Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:57:38.0830028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:57:38.1001322Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:57:38.1146353Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_elu_cpu_float64 2022-09-27T15:57:38.1485438Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_elu_cpu_float64 2022-09-27T15:57:38.6873628Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:57:38.6895291Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T15:57:39.3177143Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:57:39.3217061Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_complex128 2022-09-27T15:57:39.5427471Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_complex128 2022-09-27T15:57:39.5469579Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_complex128 2022-09-27T15:57:39.9472262Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_complex128 2022-09-27T15:57:39.9508244Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:57:40.1668097Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:57:40.1703947Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_complex128 2022-09-27T15:57:41.4270090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_complex128 2022-09-27T15:57:41.4292806Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:57:41.5619447Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:57:41.5648853Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:57:41.7758531Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T15:57:41.7788624Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_complex128 2022-09-27T15:57:41.8183707Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_float64 2022-09-27T15:57:41.8214828Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T15:57:41.8332581Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:57:41.8760863Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:57:42.2557995Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:57:42.2602907Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:57:42.3332382Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gelu_cpu_float64 2022-09-27T15:57:42.3375248Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gelu_cpu_float64 2022-09-27T15:57:42.3774951Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T15:57:42.3817238Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T15:57:42.5284740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:57:42.5307991Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:57:42.6072940Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:57:42.6096971Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:57:42.6929912Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:57:42.6955702Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:57:42.8761759Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T15:57:42.8792657Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T15:57:42.8820249Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:57:42.8854710Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_float64 2022-09-27T15:57:43.0892067Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_complex128 2022-09-27T15:57:43.0927778Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:57:43.2412358Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:57:43.2444000Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_complex128 2022-09-27T15:57:43.4441894Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_float64 2022-09-27T15:57:43.4473331Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_float64 2022-09-27T15:57:43.5948122Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_complex128 2022-09-27T15:57:43.5979351Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_complex128 2022-09-27T15:57:43.6342079Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_float64 2022-09-27T15:57:43.6403442Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_float64 2022-09-27T15:57:43.6451980Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_complex128 2022-09-27T15:57:43.6871778Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_complex128 2022-09-27T15:57:43.6911281Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_float64 2022-09-27T15:57:43.7301530Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_float64 2022-09-27T15:57:43.7352909Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:57:43.7777034Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:57:43.7789228Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:57:43.8242013Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:57:43.9951380Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_complex128 2022-09-27T15:57:44.0007729Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_complex128 2022-09-27T15:57:44.0476868Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_float64 2022-09-27T15:57:44.0615716Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_float64 2022-09-27T15:57:44.5972504Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_complex128 2022-09-27T15:57:44.6050090Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_complex128 2022-09-27T15:57:44.7675049Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_float64 2022-09-27T15:57:44.7700847Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_float64 2022-09-27T15:57:44.8592309Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:57:44.8638632Z [gw0] [ 21%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:57:45.0082605Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:57:45.0110837Z [gw0] [ 21%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:57:45.2100403Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_complex128 2022-09-27T15:57:45.2130945Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_complex128 2022-09-27T15:57:45.2594535Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_float64 2022-09-27T15:57:45.2625938Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_float64 2022-09-27T15:57:45.3491780Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:57:45.3524001Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:57:45.3745205Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:57:45.3966847Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:57:45.4019475Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_complex128 2022-09-27T15:57:45.4256489Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_complex128 2022-09-27T15:57:45.4288442Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_complex128 2022-09-27T15:57:45.4455631Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_complex128 2022-09-27T15:57:45.4464283Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_float64 2022-09-27T15:57:45.4910680Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_float64 2022-09-27T15:57:45.6569782Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_complex128 2022-09-27T15:57:45.6599858Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_complex128 2022-09-27T15:57:45.6880583Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_float64 2022-09-27T15:57:45.7004619Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_float64 2022-09-27T15:57:46.0111924Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_complex128 2022-09-27T15:57:46.0149659Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_complex128 2022-09-27T15:57:46.0358982Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logcumsumexp_cpu_float64 2022-09-27T15:57:46.0621060Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logcumsumexp_cpu_float64 2022-09-27T15:57:46.0628038Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_float64 2022-09-27T15:57:46.1047317Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_float64 2022-09-27T15:57:46.1054130Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_float64 2022-09-27T15:57:46.1490568Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_float64 2022-09-27T15:57:46.1498406Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_complex128 2022-09-27T15:57:46.1929049Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_complex128 2022-09-27T15:57:46.1936225Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_float64 2022-09-27T15:57:46.2373031Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_float64 2022-09-27T15:57:46.7647886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_complex128 2022-09-27T15:57:46.7691041Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_complex128 2022-09-27T15:57:47.0874624Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_float64 2022-09-27T15:57:47.0926969Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_float64 2022-09-27T15:57:47.3122178Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_complex128 2022-09-27T15:57:47.3147773Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_complex128 2022-09-27T15:57:47.3646356Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_float64 2022-09-27T15:57:47.3695601Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_float64 2022-09-27T15:57:47.7503907Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_complex128 2022-09-27T15:57:47.7529842Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_complex128 2022-09-27T15:57:47.8296112Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_float64 2022-09-27T15:57:47.8320766Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_float64 2022-09-27T15:57:48.0704963Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_complex128 2022-09-27T15:57:48.0722536Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_complex128 2022-09-27T15:57:48.1124295Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_float64 2022-09-27T15:57:48.1164653Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_float64 2022-09-27T15:57:49.4894627Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_complex128 2022-09-27T15:57:49.4919287Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:57:49.6905852Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cpu_float64 2022-09-27T15:57:49.6930012Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cpu_float64 2022-09-27T15:57:49.7329293Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T15:57:49.7364156Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T15:57:49.8468630Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:57:49.8492412Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:57:49.9401839Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:57:49.9429081Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:57:49.9832022Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T15:57:49.9860862Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T15:57:50.1423416Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_float64 2022-09-27T15:57:50.1451248Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_float64 2022-09-27T15:57:52.9609365Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:57:52.9636306Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_complex128 2022-09-27T15:57:53.0529051Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_complex128 2022-09-27T15:57:53.0543690Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:57:53.0888393Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:57:53.0914861Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_complex128 2022-09-27T15:57:53.1174150Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_complex128 2022-09-27T15:57:53.1196829Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_complex128 2022-09-27T15:57:53.2785494Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_float64 2022-09-27T15:57:53.2813505Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_complex128 2022-09-27T15:57:53.5603814Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_complex128 2022-09-27T15:57:53.5649616Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_complex128 2022-09-27T15:57:53.9939959Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_complex128 2022-09-27T15:57:53.9982215Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_complex128 2022-09-27T15:57:54.0320936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cpu_float64 2022-09-27T15:57:54.0445248Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cpu_float64 2022-09-27T15:57:54.1234346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_median_cpu_float64 2022-09-27T15:57:54.1276276Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_median_cpu_float64 2022-09-27T15:57:54.3155484Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:57:54.3198890Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:57:54.4437161Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_minimum_cpu_float64 2022-09-27T15:57:54.4479797Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_minimum_cpu_float64 2022-09-27T15:57:54.5166568Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_complex128 2022-09-27T15:57:54.5194065Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_complex128 2022-09-27T15:57:54.5717050Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_float64 2022-09-27T15:57:54.5745044Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_float64 2022-09-27T15:57:54.5999130Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:57:54.6023534Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_float64 2022-09-27T15:57:54.6260055Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_complex128 2022-09-27T15:57:54.6289349Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:57:54.8604134Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmean_cpu_float64 2022-09-27T15:57:54.8651449Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmean_cpu_float64 2022-09-27T15:57:54.8723411Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_complex128 2022-09-27T15:57:54.9162549Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_complex128 2022-09-27T15:57:55.1334778Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_layer_norm_cpu_float64 2022-09-27T15:57:55.1364410Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_layer_norm_cpu_float64 2022-09-27T15:57:55.1438561Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_float64 2022-09-27T15:57:55.1886481Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_float64 2022-09-27T15:57:55.1896716Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_float64 2022-09-27T15:57:55.2329296Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_float64 2022-09-27T15:57:55.2338987Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_float64 2022-09-27T15:57:55.2785834Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_float64 2022-09-27T15:57:55.3088592Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:57:55.3205646Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:57:55.4846412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:57:55.4890776Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:57:55.5540452Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:57:55.5586164Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:57:56.0169980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:57:56.0216132Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:57:56.7573673Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T15:57:56.7600365Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:57:56.7933295Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mish_cpu_float64 2022-09-27T15:57:56.8004424Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mish_cpu_float64 2022-09-27T15:57:56.8146275Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:57:56.8509007Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:57:56.9606749Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:57:56.9640023Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:57:57.1544322Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:57:57.1572924Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:57:57.2468553Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:57:57.2498975Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:57:57.2603581Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:57:57.2656485Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:57:57.2678336Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_complex128 2022-09-27T15:57:57.3020910Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_float64 2022-09-27T15:57:57.3307815Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_float64 2022-09-27T15:57:57.3342567Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:57:57.3953254Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:57:57.3997268Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_float64 2022-09-27T15:57:57.5462974Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T15:57:57.5490716Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T15:57:57.6067269Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:57:57.6108872Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:57:57.6241580Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:57:57.6269011Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:57:57.7068280Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:57:57.7101419Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:57:58.0321283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:57:58.0332774Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:57:58.0795620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:57:58.0816092Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_float64 2022-09-27T15:57:58.0827074Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_complex128 2022-09-27T15:57:58.0869343Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:57:58.3018340Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_prelu_cpu_float64 2022-09-27T15:57:58.3055536Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_complex128 2022-09-27T15:57:58.3313297Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_float64 2022-09-27T15:57:58.3342587Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_prelu_cpu_float64 2022-09-27T15:57:58.3524565Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_selu_cpu_float64 2022-09-27T15:57:58.3880667Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_selu_cpu_float64 2022-09-27T15:57:58.3938850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:57:58.4295838Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:57:58.4380107Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softplus_cpu_float64 2022-09-27T15:57:58.4403578Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_float64 2022-09-27T15:57:58.4489412Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_complex128 2022-09-27T15:57:58.4810114Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softplus_cpu_float64 2022-09-27T15:57:58.4883282Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:57:58.4907021Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_complex128 2022-09-27T15:57:58.5069200Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_float64 2022-09-27T15:57:58.5362520Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_float64 2022-09-27T15:57:58.5799502Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_complex128 2022-09-27T15:57:58.5860638Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:57:58.6012636Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:57:58.6028087Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_complex128 2022-09-27T15:57:58.6160556Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_float64 2022-09-27T15:57:58.6445764Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_float64 2022-09-27T15:57:58.7206938Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_complex128 2022-09-27T15:57:58.7227412Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_complex128 2022-09-27T15:57:58.7471180Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_float64 2022-09-27T15:57:58.7645131Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_float64 2022-09-27T15:57:58.7748444Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_complex128 2022-09-27T15:57:58.7764317Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:57:59.0648166Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_float64 2022-09-27T15:57:59.0663043Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:57:59.1423279Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cpu_float64 2022-09-27T15:57:59.1451973Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cpu_float64 2022-09-27T15:57:59.2278680Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:57:59.2308748Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_complex128 2022-09-27T15:57:59.2458351Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_float64 2022-09-27T15:57:59.2486966Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:57:59.2974747Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:57:59.2998042Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:57:59.3198900Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_float64 2022-09-27T15:57:59.3317935Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_float64 2022-09-27T15:57:59.3345162Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_float64 2022-09-27T15:57:59.3481521Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_complex128 2022-09-27T15:57:59.9998929Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:58:00.0053667Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_float64 2022-09-27T15:58:00.0133040Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_float64 2022-09-27T15:58:00.0605223Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_float64 2022-09-27T15:58:00.0787363Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_float64 2022-09-27T15:58:00.1005094Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_float64 2022-09-27T15:58:00.1352682Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_float64 2022-09-27T15:58:00.1448640Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_float64 2022-09-27T15:58:00.1504902Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_float64 2022-09-27T15:58:00.1653844Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_float64 2022-09-27T15:58:00.1670987Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_complex128 2022-09-27T15:58:00.1984426Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_float64 2022-09-27T15:58:00.1985228Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_float64 2022-09-27T15:58:00.2484237Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_float64 2022-09-27T15:58:00.3372503Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_complex128 2022-09-27T15:58:00.3410736Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:58:00.3417331Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_complex128 2022-09-27T15:58:00.3442707Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_complex128 2022-09-27T15:58:00.4846710Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polar_cpu_float64 2022-09-27T15:58:00.4878432Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_float64 2022-09-27T15:58:00.4928543Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_complex128 2022-09-27T15:58:00.5289677Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_complex128 2022-09-27T15:58:00.5338112Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_float64 2022-09-27T15:58:00.5500456Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_float64 2022-09-27T15:58:00.5528318Z [gw3] [ 23%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polar_cpu_float64 2022-09-27T15:58:00.5562776Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:58:00.5844239Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:58:00.6043289Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_complex128 2022-09-27T15:58:00.6316256Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_complex128 2022-09-27T15:58:00.6349150Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_complex128 2022-09-27T15:58:00.6612167Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_float64 2022-09-27T15:58:00.6767513Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_float64 2022-09-27T15:58:00.6829265Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log1p_cpu_float64 2022-09-27T15:58:00.7208192Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log1p_cpu_float64 2022-09-27T15:58:00.7489285Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_complex128 2022-09-27T15:58:00.7648715Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_complex128 2022-09-27T15:58:00.7752285Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_float64 2022-09-27T15:58:00.8088872Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_float64 2022-09-27T15:58:00.8482068Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_complex128 2022-09-27T15:58:00.8575776Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_complex128 2022-09-27T15:58:00.8813277Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_float64 2022-09-27T15:58:00.9083483Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_float64 2022-09-27T15:58:00.9177302Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_cpu_float64 2022-09-27T15:58:00.9523635Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_cpu_float64 2022-09-27T15:58:00.9910735Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_complex128 2022-09-27T15:58:01.0142592Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_complex128 2022-09-27T15:58:01.0288922Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_float64 2022-09-27T15:58:01.0570165Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_float64 2022-09-27T15:58:01.0661493Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp2_cpu_float64 2022-09-27T15:58:01.1072077Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp2_cpu_float64 2022-09-27T15:58:01.1075817Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp_cpu_float64 2022-09-27T15:58:01.1488973Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp_cpu_float64 2022-09-27T15:58:01.1663617Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logcumsumexp_cpu_float64 2022-09-27T15:58:01.1924181Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logcumsumexp_cpu_float64 2022-09-27T15:58:01.3606545Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_complex128 2022-09-27T15:58:01.3661972Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_complex128 2022-09-27T15:58:01.4118489Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_float64 2022-09-27T15:58:01.4164426Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_float64 2022-09-27T15:58:01.4350983Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_complex128 2022-09-27T15:58:01.4649225Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_complex128 2022-09-27T15:58:01.4653430Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_float64 2022-09-27T15:58:01.5091555Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_float64 2022-09-27T15:58:01.5096338Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_complex128 2022-09-27T15:58:01.5530140Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_complex128 2022-09-27T15:58:01.5534863Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_float64 2022-09-27T15:58:01.5971345Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_float64 2022-09-27T15:58:01.6017567Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_complex128 2022-09-27T15:58:01.6453741Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_complex128 2022-09-27T15:58:01.6454398Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_float64 2022-09-27T15:58:01.6745807Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_float64 2022-09-27T15:58:01.6758058Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_complex128 2022-09-27T15:58:01.6885839Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_complex128 2022-09-27T15:58:01.6890427Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_complex128 2022-09-27T15:58:01.7300502Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_complex128 2022-09-27T15:58:01.7340126Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_float64 2022-09-27T15:58:01.7802771Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_float64 2022-09-27T15:58:01.7839906Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logit_cpu_float64 2022-09-27T15:58:01.8209770Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logit_cpu_float64 2022-09-27T15:58:01.8214539Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_complex128 2022-09-27T15:58:01.8648004Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_complex128 2022-09-27T15:58:01.8652551Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_float64 2022-09-27T15:58:01.9059679Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_float64 2022-09-27T15:58:02.0633239Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logsumexp_cpu_float64 2022-09-27T15:58:02.0678779Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logsumexp_cpu_float64 2022-09-27T15:58:02.0748124Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_complex128 2022-09-27T15:58:02.1128330Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_complex128 2022-09-27T15:58:02.1133264Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_float64 2022-09-27T15:58:02.1568213Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_float64 2022-09-27T15:58:02.1572789Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lt_cpu_float64 2022-09-27T15:58:02.2018865Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lt_cpu_float64 2022-09-27T15:58:02.2833039Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_complex128 2022-09-27T15:58:02.2851939Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_complex128 2022-09-27T15:58:03.5958620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_quantile_cpu_float64 2022-09-27T15:58:03.6029647Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_quantile_cpu_float64 2022-09-27T15:58:03.6096807Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randint_like_cpu_float64 2022-09-27T15:58:03.6260268Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randint_like_cpu_float64 2022-09-27T15:58:03.6293181Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_complex128 2022-09-27T15:58:03.6497342Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_float64 2022-09-27T15:58:03.6508695Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_float64 2022-09-27T15:58:03.6963528Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_float64 2022-09-27T15:58:03.7021376Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_float64 2022-09-27T15:58:03.7392882Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_float64 2022-09-27T15:58:03.7461754Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_complex128 2022-09-27T15:58:03.7842065Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_complex128 2022-09-27T15:58:03.9907540Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_complex128 2022-09-27T15:58:03.9933077Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_float64 2022-09-27T15:58:04.0492834Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_complex128 2022-09-27T15:58:04.0518853Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_complex128 2022-09-27T15:58:04.3341970Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_complex128 2022-09-27T15:58:04.3386078Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_complex128 2022-09-27T15:58:04.3474464Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_complex128 2022-09-27T15:58:04.3844632Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_complex128 2022-09-27T15:58:04.4245076Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_complex128 2022-09-27T15:58:04.4275945Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_complex128 2022-09-27T15:58:05.5567706Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_complex128 2022-09-27T15:58:05.5595867Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_complex128 2022-09-27T15:58:05.5632523Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_3_cpu_float64 2022-09-27T15:58:05.6028050Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_3_cpu_float64 2022-09-27T15:58:05.6042394Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_complex128 2022-09-27T15:58:05.6064597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_complex128 2022-09-27T15:58:05.9513626Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_float64 2022-09-27T15:58:05.9558810Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_float64 2022-09-27T15:58:06.3628073Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_complex128 2022-09-27T15:58:06.3665903Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_complex128 2022-09-27T15:58:06.5901218Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_complex128 2022-09-27T15:58:06.5949731Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_complex128 2022-09-27T15:58:06.7419623Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_float64 2022-09-27T15:58:06.7474214Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_float64 2022-09-27T15:58:06.8453275Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_complex128 2022-09-27T15:58:06.8500380Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_complex128 2022-09-27T15:58:06.8794087Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_float64 2022-09-27T15:58:06.8926327Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_float64 2022-09-27T15:58:06.9190786Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_complex128 2022-09-27T15:58:06.9217240Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_complex128 2022-09-27T15:58:06.9854239Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cpu_float64 2022-09-27T15:58:06.9895795Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_complex128 2022-09-27T15:58:07.0207477Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_float64 2022-09-27T15:58:07.0326358Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_float64 2022-09-27T15:58:07.0835326Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_complex128 2022-09-27T15:58:07.0870910Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cpu_float64 2022-09-27T15:58:07.0969229Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cpu_float64 2022-09-27T15:58:07.1258714Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cpu_float64 2022-09-27T15:58:07.1362026Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_complex128 2022-09-27T15:58:07.1602411Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_scatter_cpu_float64 2022-09-27T15:58:07.1772358Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_float64 2022-09-27T15:58:07.1787831Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_float64 2022-09-27T15:58:07.1823531Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_scatter_cpu_float64 2022-09-27T15:58:07.1860660Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_float64 2022-09-27T15:58:07.2038402Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_float64 2022-09-27T15:58:07.2314590Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_complex128 2022-09-27T15:58:07.2509341Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_signbit_cpu_float64 2022-09-27T15:58:07.2802266Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_signbit_cpu_float64 2022-09-27T15:58:07.2955289Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_float64 2022-09-27T15:58:07.3404345Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_complex128 2022-09-27T15:58:07.3412103Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_float64 2022-09-27T15:58:07.3493572Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_float64 2022-09-27T15:58:07.3494286Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_float64 2022-09-27T15:58:07.3743360Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_cpu_float64 2022-09-27T15:58:07.3748535Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_cpu_float64 2022-09-27T15:58:07.3887163Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_complex128 2022-09-27T15:58:07.3919617Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:58:07.4257918Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:58:07.4286779Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_complex128 2022-09-27T15:58:07.4326380Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_float64 2022-09-27T15:58:07.4368157Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j1_cpu_float64 2022-09-27T15:58:07.4454927Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j1_cpu_float64 2022-09-27T15:58:07.4774264Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_float64 2022-09-27T15:58:07.4778160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:58:07.4819337Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_complex128 2022-09-27T15:58:07.5209365Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:58:07.5389042Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_erfcx_cpu_float64 2022-09-27T15:58:07.5647314Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_erfcx_cpu_float64 2022-09-27T15:58:07.5828804Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1_cpu_float64 2022-09-27T15:58:07.6088829Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1_cpu_float64 2022-09-27T15:58:07.6255878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_log_ndtr_cpu_float64 2022-09-27T15:58:07.6527663Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_log_ndtr_cpu_float64 2022-09-27T15:58:07.6560154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T15:58:07.6693605Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T15:58:07.6720096Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_complex128 2022-09-27T15:58:07.6967299Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_float64 2022-09-27T15:58:07.6998649Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:58:07.7405666Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:58:07.7428710Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:58:07.7447191Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:58:07.7472126Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_float64 2022-09-27T15:58:07.7847571Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_complex128 2022-09-27T15:58:07.7880112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_zeta_cpu_float64 2022-09-27T15:58:07.7967927Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_zeta_cpu_float64 2022-09-27T15:58:07.7992394Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_complex128 2022-09-27T15:58:07.8114782Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_float64 2022-09-27T15:58:07.8335069Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_float64 2022-09-27T15:58:07.8482733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_float64 2022-09-27T15:58:07.8625683Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_binary_cpu_float64 2022-09-27T15:58:07.8767938Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_float64 2022-09-27T15:58:07.8774495Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_binary_cpu_float64 2022-09-27T15:58:07.8845539Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_float64 2022-09-27T15:58:07.8871754Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_no_dim_cpu_float64 2022-09-27T15:58:07.8913783Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_float64 2022-09-27T15:58:07.9288358Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_no_dim_cpu_float64 2022-09-27T15:58:07.9297025Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_with_dim_cpu_float64 2022-09-27T15:58:07.9398040Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_float64 2022-09-27T15:58:07.9551835Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_with_dim_cpu_float64 2022-09-27T15:58:07.9685135Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_float64 2022-09-27T15:58:07.9726041Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_float64 2022-09-27T15:58:07.9998745Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_maximum_cpu_float64 2022-09-27T15:58:08.0206414Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_maximum_cpu_float64 2022-09-27T15:58:08.0684448Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_complex128 2022-09-27T15:58:08.0716829Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_float64 2022-09-27T15:58:08.2561334Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_float64 2022-09-27T15:58:08.2582968Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_float64 2022-09-27T15:58:08.2816326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_float64 2022-09-27T15:58:08.2875264Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_complex128 2022-09-27T15:58:08.3317422Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_float64 2022-09-27T15:58:08.3347069Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_float64 2022-09-27T15:58:08.3543548Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_float64 2022-09-27T15:58:08.3578773Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_float64 2022-09-27T15:58:08.4112520Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_median_cpu_float64 2022-09-27T15:58:08.4146976Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_median_cpu_float64 2022-09-27T15:58:08.6938514Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:58:08.6970140Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:58:08.7446833Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:58:08.7479634Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:58:09.0265587Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:58:09.0312910Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:58:09.1435426Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:58:09.1522619Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:58:09.2140852Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_binary_cpu_float64 2022-09-27T15:58:09.2207471Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_binary_cpu_float64 2022-09-27T15:58:09.2292379Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_no_dim_cpu_float64 2022-09-27T15:58:09.2647901Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_no_dim_cpu_float64 2022-09-27T15:58:09.2766017Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_with_dim_cpu_float64 2022-09-27T15:58:09.3087904Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_with_dim_cpu_float64 2022-09-27T15:58:09.3512698Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_minimum_cpu_float64 2022-09-27T15:58:09.3558467Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_minimum_cpu_float64 2022-09-27T15:58:09.4108090Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_complex128 2022-09-27T15:58:09.4136547Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_complex128 2022-09-27T15:58:09.4212947Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_float64 2022-09-27T15:58:09.4642787Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_float64 2022-09-27T15:58:09.4890759Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mode_cpu_float64 2022-09-27T15:58:09.5082432Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mode_cpu_float64 2022-09-27T15:58:09.5304093Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_complex128 2022-09-27T15:58:09.5527289Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_complex128 2022-09-27T15:58:09.5539722Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_float64 2022-09-27T15:58:09.5755594Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_float64 2022-09-27T15:58:09.5782828Z [gw2] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_complex128 2022-09-27T15:58:09.5825332Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_complex128 2022-09-27T15:58:09.6004771Z [gw2] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_complex128 2022-09-27T15:58:09.6018534Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_msort_cpu_float64 2022-09-27T15:58:09.6229302Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_msort_cpu_float64 2022-09-27T15:58:09.6326259Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_complex128 2022-09-27T15:58:09.7474542Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_complex128 2022-09-27T15:58:09.7502105Z [gw2] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_complex128 2022-09-27T15:58:09.8560482Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_complex128 2022-09-27T15:58:09.8582986Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_complex128 2022-09-27T15:58:09.8814581Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_float64 2022-09-27T15:58:09.8891463Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_float64 2022-09-27T15:58:09.8903234Z [gw2] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_complex128 2022-09-27T15:58:09.8933992Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_complex128 2022-09-27T15:58:09.9047475Z [gw2] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_complex128 2022-09-27T15:58:09.9052902Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_multinomial_cpu_float64 2022-09-27T15:58:09.9375200Z [gw0] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_multinomial_cpu_float64 2022-09-27T15:58:09.9380441Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_complex128 2022-09-27T15:58:09.9522294Z [gw2] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_complex128 2022-09-27T15:58:09.9731359Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_complex128 2022-09-27T15:58:09.9842893Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_complex128 2022-09-27T15:58:09.9922801Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pca_lowrank_cpu_float64 2022-09-27T15:58:09.9943305Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_float64 2022-09-27T15:58:10.0366819Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_float64 2022-09-27T15:58:10.0597171Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:58:10.0854682Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:58:10.1075646Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:58:10.1249850Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:58:10.1483431Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:58:10.1691113Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:58:10.1776942Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nan_to_num_cpu_float64 2022-09-27T15:58:10.2129031Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nan_to_num_cpu_float64 2022-09-27T15:58:10.2779510Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmean_cpu_float64 2022-09-27T15:58:10.2794923Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmean_cpu_float64 2022-09-27T15:58:10.3039119Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmedian_cpu_float64 2022-09-27T15:58:10.3208170Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmedian_cpu_float64 2022-09-27T15:58:10.5413862Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanquantile_cpu_float64 2022-09-27T15:58:10.5450445Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanquantile_cpu_float64 2022-09-27T15:58:10.6166440Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nansum_cpu_float64 2022-09-27T15:58:10.6200933Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nansum_cpu_float64 2022-09-27T15:58:10.6250024Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_complex128 2022-09-27T15:58:10.6646389Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_complex128 2022-09-27T15:58:10.6655736Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_float64 2022-09-27T15:58:10.7082303Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_float64 2022-09-27T15:58:10.7848267Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_complex128 2022-09-27T15:58:10.7880576Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_complex128 2022-09-27T15:58:10.8102071Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_float64 2022-09-27T15:58:10.8333620Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_float64 2022-09-27T15:58:10.9068294Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_layer_norm_cpu_float64 2022-09-27T15:58:10.9123232Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_layer_norm_cpu_float64 2022-09-27T15:58:10.9196396Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_complex128 2022-09-27T15:58:10.9566826Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_complex128 2022-09-27T15:58:10.9576464Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_float64 2022-09-27T15:58:10.9744590Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_float64 2022-09-27T15:58:10.9772872Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T15:58:11.0043095Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:58:11.0076728Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_complex128 2022-09-27T15:58:11.0407139Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_complex128 2022-09-27T15:58:11.0464313Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_float64 2022-09-27T15:58:11.0847153Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_float64 2022-09-27T15:58:11.0891328Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_complex128 2022-09-27T15:58:11.1326529Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_complex128 2022-09-27T15:58:11.1333420Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_float64 2022-09-27T15:58:11.1671459Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_float64 2022-09-27T15:58:11.1695477Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:58:11.1765098Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:58:11.1771287Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_complex128 2022-09-27T15:58:11.2139071Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_complex128 2022-09-27T15:58:11.2162624Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_float64 2022-09-27T15:58:11.2167819Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_complex128 2022-09-27T15:58:11.2207541Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_float64 2022-09-27T15:58:11.2651729Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_float64 2022-09-27T15:58:11.2664611Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_complex128 2022-09-27T15:58:11.2670311Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_complex128 2022-09-27T15:58:11.2680285Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_complex128 2022-09-27T15:58:11.3046077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_complex128 2022-09-27T15:58:11.3080678Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_float64 2022-09-27T15:58:11.3486630Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_float64 2022-09-27T15:58:11.3534714Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_complex128 2022-09-27T15:58:11.3605785Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_complex128 2022-09-27T15:58:11.3628178Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:58:11.3964722Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout_cpu_float64 2022-09-27T15:58:11.3974550Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_float64 2022-09-27T15:58:11.4221757Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_float64 2022-09-27T15:58:11.4247330Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_complex128 2022-09-27T15:58:11.4414424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_complex128 2022-09-27T15:58:11.4419088Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_complex128 2022-09-27T15:58:11.4599467Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_complex128 2022-09-27T15:58:11.4684489Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_complex128 2022-09-27T15:58:11.4850492Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_complex128 2022-09-27T15:58:11.4853861Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_float64 2022-09-27T15:58:11.5292754Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_float64 2022-09-27T15:58:11.5297420Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nextafter_cpu_float64 2022-09-27T15:58:11.5762735Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nextafter_cpu_float64 2022-09-27T15:58:11.5887095Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:58:11.5902918Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_complex128 2022-09-27T15:58:11.5927072Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:58:11.6031201Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_complex128 2022-09-27T15:58:11.6056125Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout_cpu_float64 2022-09-27T15:58:11.6145792Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:58:11.6629465Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:58:11.6654023Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:58:11.7283907Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:58:11.7454302Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:58:11.7761047Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:58:11.7960920Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:58:11.8489934Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:58:11.8510278Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:58:11.8853964Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:58:11.8883506Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:58:11.9291290Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:58:11.9323072Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:58:11.9915151Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:58:11.9945031Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:58:12.0370933Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:58:12.0397055Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:58:12.0832475Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:58:12.0860092Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:58:12.1845831Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_batch_norm_cpu_float64 2022-09-27T15:58:12.1876712Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_batch_norm_cpu_float64 2022-09-27T15:58:12.4552212Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_bilinear_cpu_float64 2022-09-27T15:58:12.4579589Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_bilinear_cpu_float64 2022-09-27T15:58:12.4797471Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:58:12.4832867Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_complex128 2022-09-27T15:58:12.5694235Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_topk_cpu_float64 2022-09-27T15:58:12.5708627Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_topk_cpu_float64 2022-09-27T15:58:12.5987971Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_float64 2022-09-27T15:58:12.6203314Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_float64 2022-09-27T15:58:12.6484914Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_float64 2022-09-27T15:58:12.6512925Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:58:12.7324543Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:58:12.7355447Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:58:12.7492152Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_celu_cpu_float64 2022-09-27T15:58:12.7504959Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_float64 2022-09-27T15:58:12.7531819Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_celu_cpu_float64 2022-09-27T15:58:12.7822167Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_float64 2022-09-27T15:58:12.7832655Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_float64 2022-09-27T15:58:12.8002791Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_complex128 2022-09-27T15:58:12.9176645Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_float64 2022-09-27T15:58:12.9195602Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_float64 2022-09-27T15:58:12.9331684Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_complex128 2022-09-27T15:58:12.9365527Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:58:12.9735838Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T15:58:12.9779118Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T15:58:13.0235466Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cpu_float64 2022-09-27T15:58:13.0253244Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cpu_float64 2022-09-27T15:58:13.2852224Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T15:58:13.2884865Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_complex128 2022-09-27T15:58:13.2946720Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_complex128 2022-09-27T15:58:13.3403203Z [gw3] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_complex128 2022-09-27T15:58:13.3888038Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_complex128 2022-09-27T15:58:13.3943547Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T15:58:13.4836838Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:58:13.4866950Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:58:13.6396945Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:58:13.6430271Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_complex128 2022-09-27T15:58:13.7788544Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_complex128 2022-09-27T15:58:13.7813097Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_complex128 2022-09-27T15:58:13.8827403Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_float64 2022-09-27T15:58:13.8856059Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_float64 2022-09-27T15:58:14.0245950Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_complex128 2022-09-27T15:58:14.0278579Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:58:14.1429154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_complex128 2022-09-27T15:58:14.1473331Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_complex128 2022-09-27T15:58:14.1681059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_complex_cpu_float64 2022-09-27T15:58:14.1962229Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_complex_cpu_float64 2022-09-27T15:58:14.4146156Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_complex128 2022-09-27T15:58:14.4188840Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_complex128 2022-09-27T15:58:14.6338439Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_complex128 2022-09-27T15:58:14.6382451Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_complex128 2022-09-27T15:58:14.7682313Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_xlogy_cpu_float64 2022-09-27T15:58:14.7723969Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_xlogy_cpu_float64 2022-09-27T15:58:14.7791368Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_float64 2022-09-27T15:58:14.8282614Z [gw3] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_float64 2022-09-27T15:58:15.6064163Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_complex128 2022-09-27T15:58:15.6092523Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_complex128 2022-09-27T15:58:15.7207403Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:58:15.7232404Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:58:16.6259529Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:58:16.6286721Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:58:16.8239939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:58:16.8267004Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_complex128 2022-09-27T15:58:16.9601092Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_float64 2022-09-27T15:58:16.9621046Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_float64 2022-09-27T15:58:17.4373407Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:58:17.4396266Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:58:17.4700977Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:58:17.4844810Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:58:17.4923126Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:58:17.5155834Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:58:17.5178688Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:58:17.5401475Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:58:17.6233959Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_complex128 2022-09-27T15:58:17.6256038Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:58:17.7122330Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:58:17.7141703Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:58:17.7450771Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:58:17.7681083Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:58:17.8115878Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:58:17.8148663Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:58:17.9117626Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:58:17.9159971Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:58:18.0352899Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:58:18.0376148Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_complex128 2022-09-27T15:58:19.6103241Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:58:19.6148027Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:58:20.0633819Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:58:20.0660697Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:58:20.0759023Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pdist_cpu_float64 2022-09-27T15:58:20.1162357Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pdist_cpu_float64 2022-09-27T15:58:20.1194468Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:58:20.1602531Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:58:20.1704499Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu_cpu_float64 2022-09-27T15:58:20.2042587Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu_cpu_float64 2022-09-27T15:58:20.2128121Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_cpu_float64 2022-09-27T15:58:20.2443264Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_cpu_float64 2022-09-27T15:58:20.4966203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:58:20.5013162Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:58:20.6668994Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_complex128 2022-09-27T15:58:20.6703645Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_complex128 2022-09-27T15:58:20.6865491Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_threshold_cpu_float64 2022-09-27T15:58:20.7202869Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_threshold_cpu_float64 2022-09-27T15:58:20.9744745Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:58:20.9770652Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:58:21.0899214Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:58:21.0920737Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:58:21.3984838Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_float64 2022-09-27T15:58:21.4029840Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_float64 2022-09-27T15:58:21.7169363Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_float64 2022-09-27T15:58:21.7195694Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_float64 2022-09-27T15:58:21.7226503Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_number_mean_cpu_float64 2022-09-27T15:58:21.7650708Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_number_mean_cpu_float64 2022-09-27T15:58:21.7661382Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_float64 2022-09-27T15:58:21.8112166Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_float64 2022-09-27T15:58:21.8187656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_float64 2022-09-27T15:58:21.8522242Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_float64 2022-09-27T15:58:22.2903762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_complex128 2022-09-27T15:58:22.2917857Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_complex128 2022-09-27T15:58:22.3403966Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_float64 2022-09-27T15:58:22.3429584Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_float64 2022-09-27T15:58:22.3709044Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_complex128 2022-09-27T15:58:22.3844854Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_complex128 2022-09-27T15:58:22.3902861Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_float64 2022-09-27T15:58:22.4287148Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_float64 2022-09-27T15:58:22.4872038Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_complex128 2022-09-27T15:58:22.4897930Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_complex128 2022-09-27T15:58:22.4928451Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:58:22.5401931Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:58:22.6080850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_complex128 2022-09-27T15:58:22.6133555Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_complex128 2022-09-27T15:58:22.6329221Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_complex128 2022-09-27T15:58:22.6354320Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_complex128 2022-09-27T15:58:22.6953681Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_float64 2022-09-27T15:58:22.6988823Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_float64 2022-09-27T15:58:22.8120359Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_complex128 2022-09-27T15:58:22.8146440Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_complex128 2022-09-27T15:58:22.8410332Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_float64 2022-09-27T15:58:22.8644004Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_float64 2022-09-27T15:58:23.0141920Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_complex128 2022-09-27T15:58:23.0167929Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_complex128 2022-09-27T15:58:23.0401857Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_float64 2022-09-27T15:58:23.0722260Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_float64 2022-09-27T15:58:23.3060510Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_complex128 2022-09-27T15:58:23.3087929Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_complex128 2022-09-27T15:58:23.3497736Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_float64 2022-09-27T15:58:23.3526761Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_float64 2022-09-27T15:58:23.3766248Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmod___cpu_float64 2022-09-27T15:58:23.4042795Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmod___cpu_float64 2022-09-27T15:58:23.4977146Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_complex128 2022-09-27T15:58:23.5004619Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_complex128 2022-09-27T15:58:23.5227330Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_float64 2022-09-27T15:58:23.5475703Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_float64 2022-09-27T15:58:23.5485544Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_complex128 2022-09-27T15:58:23.5957026Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_complex128 2022-09-27T15:58:23.5966913Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_float64 2022-09-27T15:58:23.6442502Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_float64 2022-09-27T15:58:23.7763372Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_complex128 2022-09-27T15:58:23.7792331Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_complex128 2022-09-27T15:58:23.8021022Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_float64 2022-09-27T15:58:23.8282419Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_float64 2022-09-27T15:58:23.9946526Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amax_cpu_float64 2022-09-27T15:58:23.9974448Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amax_cpu_float64 2022-09-27T15:58:24.0923488Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amin_cpu_float64 2022-09-27T15:58:24.0958288Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_complex128 2022-09-27T15:58:24.1668620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_complex128 2022-09-27T15:58:24.1698238Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amin_cpu_float64 2022-09-27T15:58:24.1740326Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmax_cpu_float64 2022-09-27T15:58:24.2170934Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmax_cpu_float64 2022-09-27T15:58:24.2181815Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmin_cpu_float64 2022-09-27T15:58:24.2643789Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmin_cpu_float64 2022-09-27T15:58:24.4516318Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_complex128 2022-09-27T15:58:24.4538229Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_complex128 2022-09-27T15:58:24.4898014Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_float64 2022-09-27T15:58:24.4965395Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_float64 2022-09-27T15:58:24.6297205Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_complex128 2022-09-27T15:58:24.6323050Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_complex128 2022-09-27T15:58:24.6678436Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_float64 2022-09-27T15:58:24.6726315Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_float64 2022-09-27T15:58:24.7172562Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_log_softmax_cpu_float64 2022-09-27T15:58:24.7197659Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_log_softmax_cpu_float64 2022-09-27T15:58:24.7709409Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logaddexp_cpu_float64 2022-09-27T15:58:24.7732541Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logaddexp_cpu_float64 2022-09-27T15:58:24.9767112Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logsumexp_cpu_float64 2022-09-27T15:58:24.9793800Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logsumexp_cpu_float64 2022-09-27T15:58:26.2528490Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_complex128 2022-09-27T15:58:26.2570093Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_complex128 2022-09-27T15:58:26.4899317Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_float64 2022-09-27T15:58:26.4923728Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_float64 2022-09-27T15:58:26.5326731Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_median_cpu_float64 2022-09-27T15:58:26.5364132Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_median_cpu_float64 2022-09-27T15:58:27.4922262Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_norm_cpu_float64 2022-09-27T15:58:27.4954669Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_complex128 2022-09-27T15:58:27.5001386Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_complex128 2022-09-27T15:58:27.5418630Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_complex128 2022-09-27T15:58:27.5431198Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_float64 2022-09-27T15:58:27.5833911Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_float64 2022-09-27T15:58:27.6005303Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_float64 2022-09-27T15:58:27.6322974Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_float64 2022-09-27T15:58:27.6411156Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_float64 2022-09-27T15:58:27.6763063Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_float64 2022-09-27T15:58:27.8332793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_complex128 2022-09-27T15:58:27.8350088Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_norm_cpu_float64 2022-09-27T15:58:28.1744258Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_complex128 2022-09-27T15:58:28.1767475Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_complex128 2022-09-27T15:58:28.2524514Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_float64 2022-09-27T15:58:28.2547377Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_float64 2022-09-27T15:58:28.3281508Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_complex128 2022-09-27T15:58:28.3358493Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_complex128 2022-09-27T15:58:28.4683750Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_complex128 2022-09-27T15:58:28.4704419Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_complex128 2022-09-27T15:58:28.4745915Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_complex128 2022-09-27T15:58:28.5148239Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_complex128 2022-09-27T15:58:28.5690731Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_complex128 2022-09-27T15:58:28.5733565Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_complex128 2022-09-27T15:58:28.9106379Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_complex128 2022-09-27T15:58:28.9125466Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_complex128 2022-09-27T15:58:29.0558049Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_float64 2022-09-27T15:58:29.0575331Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_complex128 2022-09-27T15:58:29.0638387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_cpu_float64 2022-09-27T15:58:29.1080786Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_cpu_float64 2022-09-27T15:58:29.1644532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_complex128 2022-09-27T15:58:29.1678288Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_float64 2022-09-27T15:58:29.1972697Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmax_cpu_float64 2022-09-27T15:58:29.2025159Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_complex128 2022-09-27T15:58:29.2396020Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_complex128 2022-09-27T15:58:29.2422663Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmax_cpu_float64 2022-09-27T15:58:29.2866464Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmin_cpu_float64 2022-09-27T15:58:29.2898733Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmin_cpu_float64 2022-09-27T15:58:29.5534718Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_complex128 2022-09-27T15:58:29.5559764Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_complex128 2022-09-27T15:58:29.7741270Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cpu_float64 2022-09-27T15:58:29.7774507Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cpu_float64 2022-09-27T15:58:29.8877396Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cpu_float64 2022-09-27T15:58:29.8925495Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cpu_float64 2022-09-27T15:58:29.9945835Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_complex128 2022-09-27T15:58:29.9973178Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_complex128 2022-09-27T15:58:30.0356829Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_float64 2022-09-27T15:58:30.0401695Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_float64 2022-09-27T15:58:30.0579891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_float64 2022-09-27T15:58:30.0889019Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_float64 2022-09-27T15:58:30.0972198Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_float64 2022-09-27T15:58:30.1328012Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_float64 2022-09-27T15:58:30.1416939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_float64 2022-09-27T15:58:30.1761325Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_float64 2022-09-27T15:58:30.2188346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_float64 2022-09-27T15:58:30.2238630Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_float64 2022-09-27T15:58:30.2298123Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_airy_ai_cpu_float64 2022-09-27T15:58:30.2728189Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_airy_ai_cpu_float64 2022-09-27T15:58:30.2729077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y1_cpu_float64 2022-09-27T15:58:30.3160921Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y1_cpu_float64 2022-09-27T15:58:30.3161614Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:58:30.3605525Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:58:30.3612015Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:58:30.4038777Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:58:30.4055161Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:58:30.4486268Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:58:30.4496709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T15:58:30.4961120Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T15:58:30.5058016Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtri_cpu_float64 2022-09-27T15:58:30.5355595Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtri_cpu_float64 2022-09-27T15:58:30.5365533Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:58:30.5806662Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:58:30.5817701Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:58:30.6241745Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:58:30.6364589Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_float64 2022-09-27T15:58:30.6713037Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_float64 2022-09-27T15:58:30.7037077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_float64 2022-09-27T15:58:30.7086092Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_float64 2022-09-27T15:58:30.7341826Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_float64 2022-09-27T15:58:30.7561625Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_float64 2022-09-27T15:58:30.8362323Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_float64 2022-09-27T15:58:30.8405626Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_float64 2022-09-27T15:58:30.9230996Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_float64 2022-09-27T15:58:30.9244153Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_complex128 2022-09-27T15:58:30.9816204Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_float64 2022-09-27T15:58:30.9837861Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_float64 2022-09-27T15:58:31.0960652Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_float64 2022-09-27T15:58:31.0999070Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_float64 2022-09-27T15:58:31.1911667Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_float64 2022-09-27T15:58:31.1929260Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_float64 2022-09-27T15:58:31.1974589Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_complex128 2022-09-27T15:58:31.2003806Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_float64 2022-09-27T15:58:31.2346952Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_complex128 2022-09-27T15:58:31.2449649Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_complex128 2022-09-27T15:58:31.5009960Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_complex128 2022-09-27T15:58:31.5036439Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_complex128 2022-09-27T15:58:31.5403108Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_complex128 2022-09-27T15:58:31.5443533Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_complex128 2022-09-27T15:58:32.1314783Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_complex128 2022-09-27T15:58:32.1341586Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_complex128 2022-09-27T15:58:32.2746318Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_float64 2022-09-27T15:58:32.2774043Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_float64 2022-09-27T15:58:32.3402225Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_complex128 2022-09-27T15:58:32.3449139Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_complex128 2022-09-27T15:58:32.8851010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_complex128 2022-09-27T15:58:32.8878405Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_complex128 2022-09-27T15:58:32.8920665Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_complex128 2022-09-27T15:58:32.9361630Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_complex128 2022-09-27T15:58:32.9372416Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_float64 2022-09-27T15:58:32.9797982Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_float64 2022-09-27T15:58:33.0609637Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_float64 2022-09-27T15:58:33.0633273Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pca_lowrank_cpu_float64 2022-09-27T15:58:33.1129355Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_float64 2022-09-27T15:58:33.1152174Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_float64 2022-09-27T15:58:33.1413380Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_float64 2022-09-27T15:58:33.1440699Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_float64 2022-09-27T15:58:33.1472618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:58:33.1878617Z [gw2] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:58:33.2006422Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_float64 2022-09-27T15:58:33.2163310Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_float64 2022-09-27T15:58:33.2190116Z [gw1] [ 27%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_float64 2022-09-27T15:58:33.2362926Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_float64 2022-09-27T15:58:33.2536153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_float64 2022-09-27T15:58:33.2641480Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_float64 2022-09-27T15:58:33.4785722Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_complex128 2022-09-27T15:58:33.4813361Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_float64 2022-09-27T15:58:33.6205809Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_float64 2022-09-27T15:58:33.6227574Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_complex128 2022-09-27T15:58:33.9107205Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_float64 2022-09-27T15:58:33.9139636Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_float64 2022-09-27T15:58:33.9181646Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_float64 2022-09-27T15:58:33.9649131Z [gw2] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_float64 2022-09-27T15:58:33.9659009Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_complex128 2022-09-27T15:58:33.9755140Z [gw2] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_complex128 2022-09-27T15:58:33.9781447Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_complex128 2022-09-27T15:58:33.9981897Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_complex128 2022-09-27T15:58:34.0002807Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_float64 2022-09-27T15:58:34.0122304Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_complex128 2022-09-27T15:58:34.0143744Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_complex128 2022-09-27T15:58:34.0522785Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_complex128 2022-09-27T15:58:34.0559298Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_float64 2022-09-27T15:58:34.0963500Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_float64 2022-09-27T15:58:34.0970268Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_complex128 2022-09-27T15:58:34.0973519Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_remainder_cpu_float64 2022-09-27T15:58:34.1109025Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_complex128 2022-09-27T15:58:34.1443879Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_complex128 2022-09-27T15:58:34.1456112Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_float64 2022-09-27T15:58:34.1881886Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_float64 2022-09-27T15:58:34.2040968Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_complex128 2022-09-27T15:58:34.2058672Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_complex128 2022-09-27T15:58:34.2070678Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_remainder_cpu_float64 2022-09-27T15:58:34.2327906Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_float64 2022-09-27T15:58:34.2332969Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_float64 2022-09-27T15:58:34.2761934Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_float64 2022-09-27T15:58:34.3665465Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_complex128 2022-09-27T15:58:34.3834449Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_float64 2022-09-27T15:58:34.4094974Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_float64 2022-09-27T15:58:34.4132696Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_float64 2022-09-27T15:58:34.4208776Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_float64 2022-09-27T15:58:34.4438491Z [gw2] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_float64 2022-09-27T15:58:34.4521529Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_complex128 2022-09-27T15:58:34.4613960Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_float64 2022-09-27T15:58:34.4714394Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_float64 2022-09-27T15:58:34.5008747Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_float64 2022-09-27T15:58:34.5043380Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_float64 2022-09-27T15:58:34.5081150Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_complex128 2022-09-27T15:58:34.5885557Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_float64 2022-09-27T15:58:34.5956062Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_float64 2022-09-27T15:58:34.6041222Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_0_cpu_float64 2022-09-27T15:58:34.6367220Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_0_cpu_float64 2022-09-27T15:58:34.6463522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_float64 2022-09-27T15:58:34.6824642Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_float64 2022-09-27T15:58:34.7380296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_float64 2022-09-27T15:58:34.7403155Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_float64 2022-09-27T15:58:34.8536395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cpu_float64 2022-09-27T15:58:34.8562401Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_complex128 2022-09-27T15:58:34.8677050Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_consecutive_cpu_float64 2022-09-27T15:58:34.9082495Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_consecutive_cpu_float64 2022-09-27T15:58:34.9871137Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_complex128 2022-09-27T15:58:34.9913405Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_complex128 2022-09-27T15:58:35.0418387Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_float64 2022-09-27T15:58:35.0436614Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cpu_float64 2022-09-27T15:58:35.0447882Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_float64 2022-09-27T15:58:35.0475938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_searchsorted_cpu_float64 2022-09-27T15:58:35.0551524Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_complex128 2022-09-27T15:58:35.0926748Z [gw2] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_searchsorted_cpu_float64 2022-09-27T15:58:35.1210614Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_float64 2022-09-27T15:58:35.1365231Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_float64 2022-09-27T15:58:35.1371283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_complex128 2022-09-27T15:58:35.1804530Z [gw2] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_complex128 2022-09-27T15:58:35.1845481Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sign_cpu_float64 2022-09-27T15:58:35.2281720Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sign_cpu_float64 2022-09-27T15:58:35.2353603Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_complex128 2022-09-27T15:58:35.2386221Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_complex128 2022-09-27T15:58:35.3702154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_complex128 2022-09-27T15:58:35.3728268Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_complex128 2022-09-27T15:58:35.3824591Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_float64 2022-09-27T15:58:35.3839711Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_complex128 2022-09-27T15:58:35.3848436Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_complex128 2022-09-27T15:58:35.3925462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_scatter_cpu_float64 2022-09-27T15:58:35.4210520Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_float64 2022-09-27T15:58:35.4414374Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_float64 2022-09-27T15:58:35.4450984Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_float64 2022-09-27T15:58:35.4479929Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_complex128 2022-09-27T15:58:35.5038959Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_complex128 2022-09-27T15:58:35.5052731Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_scatter_cpu_float64 2022-09-27T15:58:35.6617118Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sort_cpu_float64 2022-09-27T15:58:35.6650743Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_complex128 2022-09-27T15:58:35.6669153Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_complex128 2022-09-27T15:58:35.6678784Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_complex128 2022-09-27T15:58:35.7320395Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_float64 2022-09-27T15:58:35.7344214Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_float64 2022-09-27T15:58:35.9150453Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_complex128 2022-09-27T15:58:35.9174413Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_complex128 2022-09-27T15:58:35.9417019Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_float64 2022-09-27T15:58:35.9473227Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_float64 2022-09-27T15:58:35.9511809Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_complex128 2022-09-27T15:58:35.9640907Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_float64 2022-09-27T15:58:35.9763729Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_complex128 2022-09-27T15:58:35.9925066Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_float64 2022-09-27T15:58:35.9967480Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_float64 2022-09-27T15:58:36.0201039Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_float64 2022-09-27T15:58:36.0232599Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sort_cpu_float64 2022-09-27T15:58:36.0301421Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j0_cpu_float64 2022-09-27T15:58:36.0440784Z [gw2] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j0_cpu_float64 2022-09-27T15:58:36.0687299Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_float64 2022-09-27T15:58:36.0694704Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:58:36.1131028Z [gw2] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:58:36.1214932Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_entr_cpu_float64 2022-09-27T15:58:36.1503335Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_entr_cpu_float64 2022-09-27T15:58:36.1569709Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_complex128 2022-09-27T15:58:36.1577653Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_float64 2022-09-27T15:58:36.1662292Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i0e_cpu_float64 2022-09-27T15:58:36.1889139Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i0e_cpu_float64 2022-09-27T15:58:36.2040541Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_float64 2022-09-27T15:58:36.2049747Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:58:36.2059398Z [gw2] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:58:36.2527401Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_complex128 2022-09-27T15:58:36.2534684Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T15:58:36.3003881Z [gw2] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T15:58:36.3679373Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:58:36.3700780Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_complex128 2022-09-27T15:58:36.3767221Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_float64 2022-09-27T15:58:36.3789626Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:58:36.3819955Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:58:36.3907210Z [gw2] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:58:36.4211443Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_float64 2022-09-27T15:58:36.4221738Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_complex128 2022-09-27T15:58:36.4758558Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_xlog1py_cpu_float64 2022-09-27T15:58:36.4780216Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_complex128 2022-09-27T15:58:36.4927861Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_float64 2022-09-27T15:58:36.5286981Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_float64 2022-09-27T15:58:36.5292119Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_complex128 2022-09-27T15:58:36.5631727Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_complex128 2022-09-27T15:58:36.5726726Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_xlog1py_cpu_float64 2022-09-27T15:58:36.5731411Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_float64 2022-09-27T15:58:36.5763523Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_float64 2022-09-27T15:58:36.6212155Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_complex128 2022-09-27T15:58:36.6217468Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_complex128 2022-09-27T15:58:36.6688442Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_complex128 2022-09-27T15:58:36.6693393Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_float64 2022-09-27T15:58:36.7202046Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_float64 2022-09-27T15:58:36.7642813Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amax_cpu_float64 2022-09-27T15:58:36.7687984Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amax_cpu_float64 2022-09-27T15:58:36.8195354Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amin_cpu_float64 2022-09-27T15:58:36.8304930Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_complex128 2022-09-27T15:58:36.8357121Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_complex128 2022-09-27T15:58:36.8384765Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amin_cpu_float64 2022-09-27T15:58:36.8442734Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_aminmax_cpu_float64 2022-09-27T15:58:36.8700205Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_aminmax_cpu_float64 2022-09-27T15:58:36.8724484Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_complex128 2022-09-27T15:58:36.8882535Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_complex128 2022-09-27T15:58:36.8893985Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_complex128 2022-09-27T15:58:36.9305528Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_complex128 2022-09-27T15:58:36.9313501Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_float64 2022-09-27T15:58:36.9728282Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_float64 2022-09-27T15:58:36.9735422Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_complex128 2022-09-27T15:58:37.0166648Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_complex128 2022-09-27T15:58:37.0173105Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_float64 2022-09-27T15:58:37.0257185Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_float64 2022-09-27T15:58:37.0282583Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_complex128 2022-09-27T15:58:37.0611582Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_complex128 2022-09-27T15:58:37.0617749Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_arange_cpu_float64 2022-09-27T15:58:37.1047858Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_arange_cpu_float64 2022-09-27T15:58:37.1053715Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmax_cpu_float64 2022-09-27T15:58:37.1487393Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmax_cpu_float64 2022-09-27T15:58:37.1494352Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmin_cpu_float64 2022-09-27T15:58:37.1926281Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmin_cpu_float64 2022-09-27T15:58:37.1934315Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argsort_cpu_float64 2022-09-27T15:58:37.2367228Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argsort_cpu_float64 2022-09-27T15:58:37.2373310Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_complex128 2022-09-27T15:58:37.2808503Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_complex128 2022-09-27T15:58:37.2814508Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_float64 2022-09-27T15:58:37.3118021Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_float64 2022-09-27T15:58:37.3142114Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_complex128 2022-09-27T15:58:37.3235739Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_complex128 2022-09-27T15:58:37.3241475Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_complex128 2022-09-27T15:58:37.3682361Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_complex128 2022-09-27T15:58:37.3689893Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_float64 2022-09-27T15:58:37.4202920Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_float64 2022-09-27T15:58:37.4231106Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_complex128 2022-09-27T15:58:37.4689522Z [gw3] [ 28%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_complex128 2022-09-27T15:58:37.4695921Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_float64 2022-09-27T15:58:37.5163414Z [gw3] [ 28%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_float64 2022-09-27T15:58:37.5224667Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_complex128 2022-09-27T15:58:37.5628509Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_complex128 2022-09-27T15:58:37.5634587Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_float64 2022-09-27T15:58:37.6163557Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_float64 2022-09-27T15:58:37.6177608Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_complex128 2022-09-27T15:58:37.6588627Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_complex128 2022-09-27T15:58:37.6596703Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_float64 2022-09-27T15:58:37.7042925Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_float64 2022-09-27T15:58:37.7266379Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan2_cpu_float64 2022-09-27T15:58:37.7407225Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan2_cpu_float64 2022-09-27T15:58:37.7552609Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_complex128 2022-09-27T15:58:37.7909819Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_complex128 2022-09-27T15:58:37.7917547Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_float64 2022-09-27T15:58:37.8402568Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_float64 2022-09-27T15:58:37.8464752Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_complex128 2022-09-27T15:58:37.8878270Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_complex128 2022-09-27T15:58:37.8888316Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_float64 2022-09-27T15:58:37.9012253Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_float64 2022-09-27T15:58:37.9040639Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_complex128 2022-09-27T15:58:37.9362670Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_complex128 2022-09-27T15:58:38.1227235Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_complex128 2022-09-27T15:58:38.1274023Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_complex128 2022-09-27T15:58:38.1665226Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_float64 2022-09-27T15:58:38.1700460Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_float64 2022-09-27T15:58:38.2694010Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_complex128 2022-09-27T15:58:38.2719953Z [gw2] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_complex128 2022-09-27T15:58:38.3477686Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_complex128 2022-09-27T15:58:38.3504604Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_complex128 2022-09-27T15:58:38.3824886Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_float64 2022-09-27T15:58:38.3925652Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_float64 2022-09-27T15:58:38.5686678Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_complex128 2022-09-27T15:58:38.5711087Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_complex128 2022-09-27T15:58:38.5928585Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_float64 2022-09-27T15:58:38.6126117Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_float64 2022-09-27T15:58:39.0998874Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_complex128 2022-09-27T15:58:39.1016729Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_complex128 2022-09-27T15:58:39.1259306Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_float64 2022-09-27T15:58:39.1521946Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_float64 2022-09-27T15:58:39.1638342Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bernoulli_cpu_float64 2022-09-27T15:58:39.2008203Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bernoulli_cpu_float64 2022-09-27T15:58:39.2013397Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_complex128 2022-09-27T15:58:39.2432224Z [gw3] [ 29%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_complex128 2022-09-27T15:58:39.2475199Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_float64 2022-09-27T15:58:39.2922967Z [gw3] [ 29%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_float64 2022-09-27T15:58:39.3419409Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_complex128 2022-09-27T15:58:39.3436764Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_complex128 2022-09-27T15:58:39.3570466Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_float64 2022-09-27T15:58:39.3873036Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_float64 2022-09-27T15:58:39.4267263Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_complex128 2022-09-27T15:58:39.4292225Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_complex128 2022-09-27T15:58:39.4376557Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_float64 2022-09-27T15:58:39.4736162Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_float64 2022-09-27T15:58:39.4777861Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_complex128 2022-09-27T15:58:39.5246664Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_complex128 2022-09-27T15:58:39.5253540Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_float64 2022-09-27T15:58:39.5741770Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_float64 2022-09-27T15:58:39.6389762Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_complex128 2022-09-27T15:58:39.6413793Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_complex128 2022-09-27T15:58:39.6533625Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_float64 2022-09-27T15:58:39.6905835Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_float64 2022-09-27T15:58:39.7334715Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_complex128 2022-09-27T15:58:39.7362699Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_complex128 2022-09-27T15:58:39.7650793Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_float64 2022-09-27T15:58:39.7847587Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_float64 2022-09-27T15:58:39.7857539Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bucketize_cpu_float64 2022-09-27T15:58:39.8287996Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bucketize_cpu_float64 2022-09-27T15:58:39.8299616Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_complex128 2022-09-27T15:58:39.8727177Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_complex128 2022-09-27T15:58:39.8733335Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_float64 2022-09-27T15:58:39.9203212Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_float64 2022-09-27T15:58:39.9898747Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_complex128 2022-09-27T15:58:39.9944054Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_complex128 2022-09-27T15:58:40.0190741Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_float64 2022-09-27T15:58:40.0370278Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_float64 2022-09-27T15:58:40.1595249Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_complex128 2022-09-27T15:58:40.1612180Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_complex128 2022-09-27T15:58:40.1793241Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_float64 2022-09-27T15:58:40.2063497Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_float64 2022-09-27T15:58:41.0965914Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cdist_cpu_float64 2022-09-27T15:58:41.0977675Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cdist_cpu_float64 2022-09-27T15:58:41.1030313Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ceil_cpu_float64 2022-09-27T15:58:41.1407865Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ceil_cpu_float64 2022-09-27T15:58:41.1536781Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_complex128 2022-09-27T15:58:41.1845768Z [gw3] [ 29%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_complex128 2022-09-27T15:58:41.1965988Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_float64 2022-09-27T15:58:41.2287237Z [gw3] [ 29%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_float64 2022-09-27T15:58:41.2320381Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_complex128 2022-09-27T15:58:41.2727057Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_complex128 2022-09-27T15:58:41.2759677Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_float64 2022-09-27T15:58:41.3166709Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_float64 2022-09-27T15:58:41.5525371Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_complex128 2022-09-27T15:58:41.5537269Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_complex128 2022-09-27T15:58:41.6013192Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_float64 2022-09-27T15:58:41.6104190Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_float64 2022-09-27T15:58:41.8114692Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_complex128 2022-09-27T15:58:41.8133336Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_complex128 2022-09-27T15:58:41.8439516Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_float64 2022-09-27T15:58:41.8642728Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_float64 2022-09-27T15:58:42.0568194Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_complex128 2022-09-27T15:58:42.0585916Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_complex128 2022-09-27T15:58:42.0933908Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_float64 2022-09-27T15:58:42.1004873Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_float64 2022-09-27T15:58:42.2038965Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_complex128 2022-09-27T15:58:42.2072689Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_complex128 2022-09-27T15:58:42.2338021Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_float64 2022-09-27T15:58:42.2602634Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_float64 2022-09-27T15:58:42.2712451Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_cpu_float64 2022-09-27T15:58:42.2967606Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_cpu_float64 2022-09-27T15:58:42.3194366Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_max_cpu_float64 2022-09-27T15:58:42.3263336Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_max_cpu_float64 2022-09-27T15:58:42.3276604Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_float64 2022-09-27T15:58:42.3300595Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_cpu_float64 2022-09-27T15:58:42.3522304Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_cpu_float64 2022-09-27T15:58:42.3684809Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_min_cpu_float64 2022-09-27T15:58:42.3703433Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_number_mean_cpu_float64 2022-09-27T15:58:42.3730648Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_number_mean_cpu_float64 2022-09-27T15:58:42.3885078Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_min_cpu_float64 2022-09-27T15:58:42.4061608Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_complex128 2022-09-27T15:58:42.4161080Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_complex128 2022-09-27T15:58:42.4207436Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_complex128 2022-09-27T15:58:42.4436832Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_complex128 2022-09-27T15:58:42.4437541Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_float64 2022-09-27T15:58:42.4647448Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_float64 2022-09-27T15:58:42.4648173Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_float64 2022-09-27T15:58:42.4880480Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_float64 2022-09-27T15:58:42.5117725Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_complex128 2022-09-27T15:58:42.5124166Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_complex128 2022-09-27T15:58:42.5130572Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_complex128 2022-09-27T15:58:42.5285741Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_complex128 2022-09-27T15:58:42.5363025Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_float64 2022-09-27T15:58:42.5485698Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_float64 2022-09-27T15:58:42.5516646Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_float64 2022-09-27T15:58:42.5725626Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_float64 2022-09-27T15:58:42.5929541Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_complex128 2022-09-27T15:58:42.5977276Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_complex128 2022-09-27T15:58:42.6396850Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_complex128 2022-09-27T15:58:42.6424675Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_float64 2022-09-27T15:58:42.6808373Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_float64 2022-09-27T15:58:42.6941108Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_complex128 2022-09-27T15:58:42.6998102Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_complex128 2022-09-27T15:58:42.7006559Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_complex128 2022-09-27T15:58:42.7247628Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_float64 2022-09-27T15:58:42.7334339Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_float64 2022-09-27T15:58:42.7339390Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_float64 2022-09-27T15:58:42.7443968Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_float64 2022-09-27T15:58:42.7688203Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_complex_cpu_float64 2022-09-27T15:58:42.7700696Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pca_lowrank_cpu_float64 2022-09-27T15:58:42.7885214Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_complex_cpu_float64 2022-09-27T15:58:42.8042373Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_complex128 2022-09-27T15:58:42.8326435Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_complex128 2022-09-27T15:58:42.8390579Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_float64 2022-09-27T15:58:42.8764267Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_float64 2022-09-27T15:58:42.8850948Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_complex128 2022-09-27T15:58:42.9207587Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_complex128 2022-09-27T15:58:42.9261281Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_float64 2022-09-27T15:58:42.9722825Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_float64 2022-09-27T15:58:43.4661318Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_complex128 2022-09-27T15:58:43.4735469Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_complex128 2022-09-27T15:58:43.6371619Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_float64 2022-09-27T15:58:43.6397898Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_float64 2022-09-27T15:58:43.6635417Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_complex128 2022-09-27T15:58:43.6843969Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_complex128 2022-09-27T15:58:43.6935319Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_float64 2022-09-27T15:58:43.7248642Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_float64 2022-09-27T15:58:43.7528590Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_copysign_cpu_float64 2022-09-27T15:58:43.7688591Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_copysign_cpu_float64 2022-09-27T15:58:43.8483059Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_complex128 2022-09-27T15:58:43.8511800Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_complex128 2022-09-27T15:58:43.8711066Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_float64 2022-09-27T15:58:43.8929259Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_float64 2022-09-27T15:58:43.9382766Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_complex128 2022-09-27T15:58:43.9431022Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_complex128 2022-09-27T15:58:43.9623634Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_float64 2022-09-27T15:58:43.9882994Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_float64 2022-09-27T15:58:44.0212226Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_complex128 2022-09-27T15:58:44.0285511Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_complex128 2022-09-27T15:58:44.0413966Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_float64 2022-09-27T15:58:44.0728795Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_float64 2022-09-27T15:58:44.0765435Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_complex128 2022-09-27T15:58:44.1168340Z [gw3] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_complex128 2022-09-27T15:58:44.1213074Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_float64 2022-09-27T15:58:44.1607104Z [gw3] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_float64 2022-09-27T15:58:44.1966976Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_complex128 2022-09-27T15:58:44.2046447Z [gw3] [ 30%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_complex128 2022-09-27T15:58:44.2263678Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_float64 2022-09-27T15:58:44.2487736Z [gw3] [ 30%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_float64 2022-09-27T15:58:44.2852794Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_complex128 2022-09-27T15:58:44.2926072Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_complex128 2022-09-27T15:58:44.3041945Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_float64 2022-09-27T15:58:44.3457577Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_float64 2022-09-27T15:58:44.3458157Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummax_cpu_float64 2022-09-27T15:58:44.3884618Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummax_cpu_float64 2022-09-27T15:58:44.3896612Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummin_cpu_float64 2022-09-27T15:58:44.4295848Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummin_cpu_float64 2022-09-27T15:58:47.0962612Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_complex128 2022-09-27T15:58:47.0977736Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pca_lowrank_cpu_float64 2022-09-27T15:58:47.1515514Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_complex128 2022-09-27T15:58:47.1556722Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_complex128 2022-09-27T15:58:47.1743820Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_float64 2022-09-27T15:58:47.2042649Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_float64 2022-09-27T15:58:47.2711752Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_complex128 2022-09-27T15:58:47.2737256Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_complex128 2022-09-27T15:58:47.3004693Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_float64 2022-09-27T15:58:47.3164104Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_float64 2022-09-27T15:58:47.3829129Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polar_cpu_float64 2022-09-27T15:58:47.3856592Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polar_cpu_float64 2022-09-27T15:58:47.4099497Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:58:47.4316878Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:58:47.4327216Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:58:47.4757358Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:58:47.4767444Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:58:47.5200572Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:58:47.5210783Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:58:47.5637353Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:58:47.5647488Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:58:47.6122220Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:58:47.6283368Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_complex128 2022-09-27T15:58:47.6488055Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_complex128 2022-09-27T15:58:47.6558765Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_float64 2022-09-27T15:58:47.6927502Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_float64 2022-09-27T15:58:47.9259179Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_complex128 2022-09-27T15:58:47.9288648Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_complex128 2022-09-27T15:58:47.9836708Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_float64 2022-09-27T15:58:47.9862999Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_float64 2022-09-27T15:58:48.3999022Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_complex128 2022-09-27T15:58:48.4056038Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_complex128 2022-09-27T15:58:48.5399584Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_float64 2022-09-27T15:58:48.5455631Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_float64 2022-09-27T15:58:48.7374258Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_complex128 2022-09-27T15:58:48.7406265Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_complex128 2022-09-27T15:58:48.7822803Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_float64 2022-09-27T15:58:48.7884178Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_float64 2022-09-27T15:58:49.3858997Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_complex128 2022-09-27T15:58:49.3890861Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_complex128 2022-09-27T15:58:49.5346671Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_float64 2022-09-27T15:58:49.5377552Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_float64 2022-09-27T15:58:49.6953711Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_quantile_cpu_float64 2022-09-27T15:58:49.6985804Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_quantile_cpu_float64 2022-09-27T15:58:49.7065748Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rad2deg_cpu_float64 2022-09-27T15:58:49.7488917Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rad2deg_cpu_float64 2022-09-27T15:58:49.7501082Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_complex128 2022-09-27T15:58:49.7927382Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_complex128 2022-09-27T15:58:49.7938497Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_float64 2022-09-27T15:58:49.8339429Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_float64 2022-09-27T15:58:49.8379275Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randint_like_cpu_float64 2022-09-27T15:58:49.8845288Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randint_like_cpu_float64 2022-09-27T15:58:49.8854901Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_complex128 2022-09-27T15:58:49.8930235Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_complex128 2022-09-27T15:58:49.8950659Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_complex128 2022-09-27T15:58:49.9286642Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_float64 2022-09-27T15:58:49.9295455Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_float64 2022-09-27T15:58:49.9765643Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_float64 2022-09-27T15:58:49.9775270Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_complex128 2022-09-27T15:58:50.0205900Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_complex128 2022-09-27T15:58:50.0215559Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_float64 2022-09-27T15:58:50.0724320Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_float64 2022-09-27T15:58:50.0861322Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_complex128 2022-09-27T15:58:50.1107473Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_complex128 2022-09-27T15:58:50.1176878Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_float64 2022-09-27T15:58:50.1602552Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_float64 2022-09-27T15:58:50.1677280Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_complex128 2022-09-27T15:58:50.2008386Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_complex128 2022-09-27T15:58:50.2048305Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_float64 2022-09-27T15:58:50.2522350Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_float64 2022-09-27T15:58:50.2625854Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_complex128 2022-09-27T15:58:50.2922765Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_complex128 2022-09-27T15:58:50.2932440Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_float64 2022-09-27T15:58:50.3330442Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_float64 2022-09-27T15:58:50.3661463Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_remainder_cpu_float64 2022-09-27T15:58:50.3722974Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_remainder_cpu_float64 2022-09-27T15:58:50.4501618Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_complex128 2022-09-27T15:58:50.4526752Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_complex128 2022-09-27T15:58:50.4779793Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_float64 2022-09-27T15:58:50.5042154Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_float64 2022-09-27T15:58:50.7339220Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_complex128 2022-09-27T15:58:50.7398442Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_complex128 2022-09-27T15:58:50.7792686Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_float64 2022-09-27T15:58:50.7824815Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_float64 2022-09-27T15:58:50.8071660Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_complex128 2022-09-27T15:58:50.8112119Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_float64 2022-09-27T15:58:50.8423443Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_complex128 2022-09-27T15:58:50.8463842Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_complex128 2022-09-27T15:58:50.8655379Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_float64 2022-09-27T15:58:50.8959991Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_float64 2022-09-27T15:58:50.8969008Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_complex128 2022-09-27T15:58:50.8969652Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_float64 2022-09-27T15:58:50.9298642Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_complex128 2022-09-27T15:58:50.9402108Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_float64 2022-09-27T15:58:50.9778556Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_complex128 2022-09-27T15:58:50.9842418Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_complex128 2022-09-27T15:58:50.9959952Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_float64 2022-09-27T15:58:51.0360558Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_float64 2022-09-27T15:58:51.0466480Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_complex128 2022-09-27T15:58:51.0491844Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_complex128 2022-09-27T15:58:51.0828673Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_float64 2022-09-27T15:58:51.0926841Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_float64 2022-09-27T15:58:51.0970531Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_deg2rad_cpu_float64 2022-09-27T15:58:51.0999275Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_complex128 2022-09-27T15:58:51.1007108Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_float64 2022-09-27T15:58:51.1237073Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_deg2rad_cpu_float64 2022-09-27T15:58:51.1386869Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_float64 2022-09-27T15:58:51.1438419Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_complex128 2022-09-27T15:58:51.1441665Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_complex128 2022-09-27T15:58:51.1882871Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_complex128 2022-09-27T15:58:51.1888669Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_float64 2022-09-27T15:58:51.2224433Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_float64 2022-09-27T15:58:51.2250635Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_complex128 2022-09-27T15:58:51.2324362Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_float64 2022-09-27T15:58:51.2332466Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_complex128 2022-09-27T15:58:51.2506681Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_complex128 2022-09-27T15:58:51.2723949Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_float64 2022-09-27T15:58:51.2732167Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_float64 2022-09-27T15:58:51.2764092Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_complex128 2022-09-27T15:58:51.3240762Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_float64 2022-09-27T15:58:51.3307079Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_complex128 2022-09-27T15:58:51.3670986Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_complex128 2022-09-27T15:58:51.3677340Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_float64 2022-09-27T15:58:51.4160970Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_float64 2022-09-27T15:58:51.4191053Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_complex128 2022-09-27T15:58:51.4392027Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_complex128 2022-09-27T15:58:51.4450437Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_complex128 2022-09-27T15:58:51.4483251Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_float64 2022-09-27T15:58:51.4538661Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_float64 2022-09-27T15:58:51.4925730Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_float64 2022-09-27T15:58:51.4962354Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_complex128 2022-09-27T15:58:51.4988659Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_float64 2022-09-27T15:58:51.5304712Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_complex128 2022-09-27T15:58:51.5403194Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_complex128 2022-09-27T15:58:51.5519458Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_float64 2022-09-27T15:58:51.5846383Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_float64 2022-09-27T15:58:51.5862693Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_complex128 2022-09-27T15:58:51.5872462Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_complex128 2022-09-27T15:58:51.6118877Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_float64 2022-09-27T15:58:51.6286209Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_float64 2022-09-27T15:58:51.6868791Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_complex128 2022-09-27T15:58:51.6889476Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_complex128 2022-09-27T15:58:51.7175164Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_float64 2022-09-27T15:58:51.7327308Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_float64 2022-09-27T15:58:51.7733078Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_scatter_cpu_float64 2022-09-27T15:58:51.7764979Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_scatter_cpu_float64 2022-09-27T15:58:51.8484457Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_complex128 2022-09-27T15:58:51.8496330Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_complex128 2022-09-27T15:58:51.9037229Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_float64 2022-09-27T15:58:51.9049014Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_float64 2022-09-27T15:58:51.9090288Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_cpu_float64 2022-09-27T15:58:51.9447718Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_cpu_float64 2022-09-27T15:58:51.9526841Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_0_cpu_float64 2022-09-27T15:58:51.9887284Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_0_cpu_float64 2022-09-27T15:58:51.9914935Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_3_cpu_float64 2022-09-27T15:58:52.0325727Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_3_cpu_float64 2022-09-27T15:58:52.0354905Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_neg_3_cpu_float64 2022-09-27T15:58:52.0767016Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_neg_3_cpu_float64 2022-09-27T15:58:52.1007255Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_complex128 2022-09-27T15:58:52.1207006Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_complex128 2022-09-27T15:58:52.1285335Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_float64 2022-09-27T15:58:52.1648071Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_float64 2022-09-27T15:58:52.2631739Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_complex128 2022-09-27T15:58:52.2643412Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_complex128 2022-09-27T15:58:52.2878604Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_float64 2022-09-27T15:58:52.3047076Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_float64 2022-09-27T15:58:52.3871081Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_complex128 2022-09-27T15:58:52.3882683Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_complex128 2022-09-27T15:58:52.4071382Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_float64 2022-09-27T15:58:52.4287529Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_float64 2022-09-27T15:58:52.5027707Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_complex128 2022-09-27T15:58:52.5039494Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_complex128 2022-09-27T15:58:52.5211432Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_float64 2022-09-27T15:58:52.5447322Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_float64 2022-09-27T15:58:52.5584046Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amax_cpu_float64 2022-09-27T15:58:52.5596253Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_complex128 2022-09-27T15:58:52.6036591Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_float64 2022-09-27T15:58:52.6048121Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amax_cpu_float64 2022-09-27T15:58:52.6621728Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amin_cpu_float64 2022-09-27T15:58:52.6633134Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amin_cpu_float64 2022-09-27T15:58:52.7227900Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_mean_cpu_float64 2022-09-27T15:58:52.7246428Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_float64 2022-09-27T15:58:52.7254646Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_digamma_cpu_float64 2022-09-27T15:58:52.7264170Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_mean_cpu_float64 2022-09-27T15:58:52.7313070Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_prod_cpu_float64 2022-09-27T15:58:52.7647607Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_digamma_cpu_float64 2022-09-27T15:58:52.7962545Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_complex128 2022-09-27T15:58:52.7978443Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_prod_cpu_float64 2022-09-27T15:58:52.8441185Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_sum_cpu_float64 2022-09-27T15:58:52.8468608Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_sum_cpu_float64 2022-09-27T15:58:52.8511325Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_searchsorted_cpu_float64 2022-09-27T15:58:52.8887161Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_searchsorted_cpu_float64 2022-09-27T15:58:53.0377870Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_lengths_cpu_float64 2022-09-27T15:58:53.0393301Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_lengths_cpu_float64 2022-09-27T15:58:53.1354906Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_offsets_cpu_float64 2022-09-27T15:58:53.1369604Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_complex128 2022-09-27T15:58:53.1810631Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_float64 2022-09-27T15:58:53.1825088Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_offsets_cpu_float64 2022-09-27T15:58:53.2145859Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_complex128 2022-09-27T15:58:53.2246306Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_complex128 2022-09-27T15:58:53.2352396Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_float64 2022-09-27T15:58:53.2687494Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_float64 2022-09-27T15:58:53.2779494Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_scatter_cpu_float64 2022-09-27T15:58:53.2791651Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_float64 2022-09-27T15:58:53.2822033Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_floor_rounding_cpu_float64 2022-09-27T15:58:53.3050810Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_scatter_cpu_float64 2022-09-27T15:58:53.3125769Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_floor_rounding_cpu_float64 2022-09-27T15:58:53.3206366Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_complex128 2022-09-27T15:58:53.3242534Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:58:53.3567314Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_complex128 2022-09-27T15:58:53.3628749Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_float64 2022-09-27T15:58:53.4007149Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_float64 2022-09-27T15:58:53.4042615Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_complex128 2022-09-27T15:58:53.4129631Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_complex128 2022-09-27T15:58:53.4139449Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:58:53.4364707Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_float64 2022-09-27T15:58:53.4444954Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_float64 2022-09-27T15:58:53.4482966Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_float64 2022-09-27T15:58:53.4564614Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_float64 2022-09-27T15:58:53.4832697Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_trunc_rounding_cpu_float64 2022-09-27T15:58:53.4884346Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_trunc_rounding_cpu_float64 2022-09-27T15:58:53.5004322Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_complex128 2022-09-27T15:58:53.5105404Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_complex128 2022-09-27T15:58:53.5225379Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_complex128 2022-09-27T15:58:53.5324099Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_complex128 2022-09-27T15:58:53.5409669Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_float64 2022-09-27T15:58:53.5444809Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_float64 2022-09-27T15:58:53.5501364Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_float64 2022-09-27T15:58:53.5767295Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_float64 2022-09-27T15:58:53.5823789Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sign_cpu_float64 2022-09-27T15:58:53.5884204Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sign_cpu_float64 2022-09-27T15:58:53.6082275Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_complex128 2022-09-27T15:58:53.6206032Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_complex128 2022-09-27T15:58:53.6243354Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_signbit_cpu_float64 2022-09-27T15:58:53.6324442Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_signbit_cpu_float64 2022-09-27T15:58:53.6425183Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_float64 2022-09-27T15:58:53.6646840Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_float64 2022-09-27T15:58:53.6765613Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_complex128 2022-09-27T15:58:53.6806075Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_complex128 2022-09-27T15:58:53.7086241Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_complex128 2022-09-27T15:58:53.7107856Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_float64 2022-09-27T15:58:53.7149726Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_complex128 2022-09-27T15:58:53.7204008Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_float64 2022-09-27T15:58:53.7316465Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_float64 2022-09-27T15:58:53.7526604Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_float64 2022-09-27T15:58:53.7645983Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_complex128 2022-09-27T15:58:53.7759632Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_complex128 2022-09-27T15:58:53.7965425Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_complex128 2022-09-27T15:58:53.8012074Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_float64 2022-09-27T15:58:53.8053082Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_complex128 2022-09-27T15:58:53.8082085Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_float64 2022-09-27T15:58:53.8180981Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_float64 2022-09-27T15:58:53.8406256Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_float64 2022-09-27T15:58:53.8525791Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_complex128 2022-09-27T15:58:53.8545313Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_complex128 2022-09-27T15:58:53.9433145Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_complex128 2022-09-27T15:58:53.9583649Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_float64 2022-09-27T15:58:53.9844558Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_float64 2022-09-27T15:58:54.0006804Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_scatter_cpu_float64 2022-09-27T15:58:54.0024197Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_complex128 2022-09-27T15:58:54.0347832Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_float64 2022-09-27T15:58:54.0444120Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_float64 2022-09-27T15:58:54.0483886Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_complex128 2022-09-27T15:58:54.0778774Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_complex128 2022-09-27T15:58:54.0801860Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_scatter_cpu_float64 2022-09-27T15:58:54.0929338Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_cpu_float64 2022-09-27T15:58:54.0935493Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_float64 2022-09-27T15:58:54.1032194Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_float64 2022-09-27T15:58:54.1246360Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_cpu_float64 2022-09-27T15:58:54.1345420Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_complex128 2022-09-27T15:58:54.1369794Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_complex128 2022-09-27T15:58:54.1715906Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_complex128 2022-09-27T15:58:54.1757369Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_complex128 2022-09-27T15:58:54.1803146Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_float64 2022-09-27T15:58:54.1805918Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_float64 2022-09-27T15:58:54.2089255Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_float64 2022-09-27T15:58:54.2240912Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_float64 2022-09-27T15:58:54.2244889Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_complex128 2022-09-27T15:58:54.2320921Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_complex128 2022-09-27T15:58:54.2687705Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sort_cpu_float64 2022-09-27T15:58:54.2693141Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_float64 2022-09-27T15:58:54.3127742Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_float64 2022-09-27T15:58:54.3137368Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_complex128 2022-09-27T15:58:54.3567417Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_complex128 2022-09-27T15:58:54.3577598Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_float64 2022-09-27T15:58:54.3655346Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_float64 2022-09-27T15:58:54.3676661Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sort_cpu_float64 2022-09-27T15:58:54.3706885Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:58:54.3967635Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:58:54.4026392Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erf_cpu_float64 2022-09-27T15:58:54.4118409Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erf_cpu_float64 2022-09-27T15:58:54.4123974Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_float64 2022-09-27T15:58:54.4407592Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_float64 2022-09-27T15:58:54.4487182Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfc_cpu_float64 2022-09-27T15:58:54.4566449Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfc_cpu_float64 2022-09-27T15:58:54.4571523Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_airy_ai_cpu_float64 2022-09-27T15:58:54.4847333Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_airy_ai_cpu_float64 2022-09-27T15:58:54.4902024Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfinv_cpu_float64 2022-09-27T15:58:54.5006904Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfinv_cpu_float64 2022-09-27T15:58:54.5013352Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j0_cpu_float64 2022-09-27T15:58:54.5287097Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j0_cpu_float64 2022-09-27T15:58:54.5359638Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp2_cpu_float64 2022-09-27T15:58:54.5447099Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp2_cpu_float64 2022-09-27T15:58:54.5454176Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j1_cpu_float64 2022-09-27T15:58:54.5726904Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j1_cpu_float64 2022-09-27T15:58:54.5898082Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_complex128 2022-09-27T15:58:54.5907202Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y0_cpu_float64 2022-09-27T15:58:54.5933015Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y0_cpu_float64 2022-09-27T15:58:54.6247068Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_complex128 2022-09-27T15:58:54.6252142Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_float64 2022-09-27T15:58:54.6324403Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_float64 2022-09-27T15:58:54.6329738Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y1_cpu_float64 2022-09-27T15:58:54.6681562Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y1_cpu_float64 2022-09-27T15:58:54.6776637Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_complex128 2022-09-27T15:58:54.6784059Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:58:54.6872506Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:58:54.7153728Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_complex128 2022-09-27T15:58:54.7208097Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_float64 2022-09-27T15:58:54.7214954Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_float64 2022-09-27T15:58:54.7219291Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:58:54.7649551Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:58:54.7656215Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_complex128 2022-09-27T15:58:54.7662589Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:58:54.8089260Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:58:54.8097444Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:58:54.8601145Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:58:54.8609757Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_complex128 2022-09-27T15:58:54.8614595Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_entr_cpu_float64 2022-09-27T15:58:54.8620759Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_entr_cpu_float64 2022-09-27T15:58:54.8943150Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_float64 2022-09-27T15:58:54.9044877Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_float64 2022-09-27T15:58:54.9048982Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_erfcx_cpu_float64 2022-09-27T15:58:54.9116265Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_erfcx_cpu_float64 2022-09-27T15:58:54.9119461Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expm1_cpu_float64 2022-09-27T15:58:54.9489270Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expm1_cpu_float64 2022-09-27T15:58:54.9490005Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:58:54.9537080Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:58:54.9537945Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_complex128 2022-09-27T15:58:54.9967729Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_complex128 2022-09-27T15:58:54.9977626Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:58:54.9981790Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:58:54.9984015Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_float64 2022-09-27T15:58:55.0471278Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_float64 2022-09-27T15:58:55.0479949Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_complex128 2022-09-27T15:58:55.0483167Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i0e_cpu_float64 2022-09-27T15:58:55.0923830Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i0e_cpu_float64 2022-09-27T15:58:55.0934528Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1_cpu_float64 2022-09-27T15:58:55.1364598Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1_cpu_float64 2022-09-27T15:58:55.1375079Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1e_cpu_float64 2022-09-27T15:58:55.1770965Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1e_cpu_float64 2022-09-27T15:58:55.1771624Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:58:55.1809185Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:58:55.1820686Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_complex128 2022-09-27T15:58:55.2097306Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_float64 2022-09-27T15:58:55.2239867Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_float64 2022-09-27T15:58:55.2240796Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:58:55.2299274Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:58:55.2763156Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_complex128 2022-09-27T15:58:55.2774209Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_log_ndtr_cpu_float64 2022-09-27T15:58:55.3167939Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_log_ndtr_cpu_float64 2022-09-27T15:58:55.3174123Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i0_cpu_float64 2022-09-27T15:58:55.3437853Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i0_cpu_float64 2022-09-27T15:58:55.3473549Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_complex128 2022-09-27T15:58:55.3648206Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_float64 2022-09-27T15:58:55.3653790Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i1_cpu_float64 2022-09-27T15:58:55.3818364Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i1_cpu_float64 2022-09-27T15:58:55.3882890Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_float64 2022-09-27T15:58:55.4085180Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_complex128 2022-09-27T15:58:55.4090471Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k0_cpu_float64 2022-09-27T15:58:55.4529288Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k0_cpu_float64 2022-09-27T15:58:55.4536225Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k1_cpu_float64 2022-09-27T15:58:55.5042558Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k1_cpu_float64 2022-09-27T15:58:55.5072144Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtr_cpu_float64 2022-09-27T15:58:55.5273934Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtr_cpu_float64 2022-09-27T15:58:55.5300213Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_complex128 2022-09-27T15:58:55.5482476Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_float64 2022-09-27T15:58:55.5499086Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtri_cpu_float64 2022-09-27T15:58:55.5923025Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtri_cpu_float64 2022-09-27T15:58:55.5940383Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:58:55.5956853Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_float64 2022-09-27T15:58:55.6106825Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_complex128 2022-09-27T15:58:55.6333364Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:58:55.6337480Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:58:55.6348636Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:58:55.6401983Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_complex128 2022-09-27T15:58:55.6508624Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_float64 2022-09-27T15:58:55.6770364Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_float64 2022-09-27T15:58:55.6777549Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:58:55.6865965Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:58:55.7201371Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_complex128 2022-09-27T15:58:55.7206767Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:58:55.7640784Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:58:55.7646714Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:58:55.8084269Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:58:55.8089916Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:58:55.8141400Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:58:55.8178018Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_complex128 2022-09-27T15:58:55.8520033Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_float64 2022-09-27T15:58:55.8525427Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:58:55.8698161Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:58:55.8722264Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_float64 2022-09-27T15:58:55.8969106Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_complex128 2022-09-27T15:58:55.8974306Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:58:55.9442354Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:58:55.9528703Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_xlog1py_cpu_float64 2022-09-27T15:58:55.9559532Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_complex128 2022-09-27T15:58:55.9899931Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_float64 2022-09-27T15:58:55.9949184Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_xlog1py_cpu_float64 2022-09-27T15:58:55.9984160Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_zeta_cpu_float64 2022-09-27T15:58:56.0007148Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_float64 2022-09-27T15:58:56.0040804Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_complex128 2022-09-27T15:58:56.0444149Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_zeta_cpu_float64 2022-09-27T15:58:56.0801677Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_complex128 2022-09-27T15:58:56.0831721Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_complex128 2022-09-27T15:58:56.1008220Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_float64 2022-09-27T15:58:56.1248482Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_float64 2022-09-27T15:58:56.1406064Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_complex128 2022-09-27T15:58:56.1423534Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_complex128 2022-09-27T15:58:56.1735470Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_float64 2022-09-27T15:58:56.1755328Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_complex128 2022-09-27T15:58:56.1848928Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_float64 2022-09-27T15:58:56.1875174Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_float64 2022-09-27T15:58:56.1916654Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_complex128 2022-09-27T15:58:56.2243852Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_float64 2022-09-27T15:58:56.2848194Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_complex128 2022-09-27T15:58:56.2866614Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_complex128 2022-09-27T15:58:56.3394015Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_float64 2022-09-27T15:58:56.3441645Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_complex128 2022-09-27T15:58:56.3864544Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_float64 2022-09-27T15:58:56.3915014Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_float64 2022-09-27T15:58:56.3923913Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_complex128 2022-09-27T15:58:56.3952742Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_float64 2022-09-27T15:58:56.4223782Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_complex128 2022-09-27T15:58:56.4367374Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_complex128 2022-09-27T15:58:56.4433805Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_float64 2022-09-27T15:58:56.4882697Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_float64 2022-09-27T15:58:56.5107344Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_complex128 2022-09-27T15:58:56.5249014Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_complex128 2022-09-27T15:58:56.5292692Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_float64 2022-09-27T15:58:56.5312116Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_complex128 2022-09-27T15:58:56.5407935Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_float64 2022-09-27T15:58:56.5764062Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_float64 2022-09-27T15:58:56.5976725Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_complex128 2022-09-27T15:58:56.6002076Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_float64 2022-09-27T15:58:56.6533818Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_complex128 2022-09-27T15:58:56.6571463Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_complex128 2022-09-27T15:58:56.6820586Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_float64 2022-09-27T15:58:56.7122952Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_float64 2022-09-27T15:58:56.7858995Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_complex128 2022-09-27T15:58:56.7887025Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_complex128 2022-09-27T15:58:56.8513875Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_float64 2022-09-27T15:58:56.8551170Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_complex128 2022-09-27T15:58:56.8815994Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_float64 2022-09-27T15:58:56.8834040Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_float64 2022-09-27T15:58:56.8972103Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_complex128 2022-09-27T15:58:56.9004355Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_float64 2022-09-27T15:58:56.9565509Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_complex128 2022-09-27T15:58:56.9584208Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_complex128 2022-09-27T15:58:56.9836233Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_float64 2022-09-27T15:58:56.9915999Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_float64 2022-09-27T15:58:57.0050994Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_complex128 2022-09-27T15:58:57.0055664Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft2_cpu_float64 2022-09-27T15:58:57.0396212Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_float64 2022-09-27T15:58:57.0447916Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_float64 2022-09-27T15:58:57.0492246Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_complex128 2022-09-27T15:58:57.0513975Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft2_cpu_float64 2022-09-27T15:58:57.1169258Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft_cpu_float64 2022-09-27T15:58:57.1191267Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft_cpu_float64 2022-09-27T15:58:57.2056396Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfftn_cpu_float64 2022-09-27T15:58:57.2070088Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfftn_cpu_float64 2022-09-27T15:58:57.2755516Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_complex128 2022-09-27T15:58:57.2760719Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_complex128 2022-09-27T15:58:57.2784853Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_complex128 2022-09-27T15:58:57.2790751Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_float64 2022-09-27T15:58:57.3131087Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_float64 2022-09-27T15:58:57.3245561Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_float64 2022-09-27T15:58:57.3398307Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_complex128 2022-09-27T15:58:57.3426181Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_float64 2022-09-27T15:58:57.4454489Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_complex128 2022-09-27T15:58:57.4475106Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_complex128 2022-09-27T15:58:57.4770574Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_float64 2022-09-27T15:58:57.4925890Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_float64 2022-09-27T15:58:57.5333320Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_complex128 2022-09-27T15:58:57.5361488Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_complex128 2022-09-27T15:58:57.5950566Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_float64 2022-09-27T15:58:57.5983674Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_float64 2022-09-27T15:58:57.6245288Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_complex128 2022-09-27T15:58:57.6278426Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_complex128 2022-09-27T15:58:57.6782143Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_float64 2022-09-27T15:58:57.6807520Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_float64 2022-09-27T15:58:57.7186726Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft2_cpu_float64 2022-09-27T15:58:57.7244232Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft2_cpu_float64 2022-09-27T15:58:57.7329953Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft_cpu_float64 2022-09-27T15:58:57.7375341Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_complex128 2022-09-27T15:58:57.7646200Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_float64 2022-09-27T15:58:57.7683640Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft_cpu_float64 2022-09-27T15:58:57.7928715Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfftn_cpu_float64 2022-09-27T15:58:57.7960940Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_float64 2022-09-27T15:58:57.8164237Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_complex128 2022-09-27T15:58:57.8189476Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfftn_cpu_float64 2022-09-27T15:58:57.8590698Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_complex128 2022-09-27T15:58:57.8616220Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_complex128 2022-09-27T15:58:57.8760727Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_float64 2022-09-27T15:58:57.9088619Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_float64 2022-09-27T15:58:57.9113631Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_complex128 2022-09-27T15:58:57.9119779Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_float64 2022-09-27T15:58:57.9425089Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_complex128 2022-09-27T15:58:57.9450955Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_float64 2022-09-27T15:58:57.9465187Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_complex128 2022-09-27T15:58:57.9523605Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_float64 2022-09-27T15:58:57.9570446Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_complex128 2022-09-27T15:58:57.9619534Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_float64 2022-09-27T15:58:57.9642580Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_complex128 2022-09-27T15:58:57.9860613Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_float64 2022-09-27T15:58:58.0001702Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_float64 2022-09-27T15:58:58.0162226Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_float64 2022-09-27T15:58:58.0364782Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_complex128 2022-09-27T15:58:58.0378655Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_float64 2022-09-27T15:58:58.0547131Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_float64 2022-09-27T15:58:58.0610790Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_float64 2022-09-27T15:58:58.0634060Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_complex128 2022-09-27T15:58:58.0700680Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_float64 2022-09-27T15:58:58.0713676Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_complex128 2022-09-27T15:58:58.0876779Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_float64 2022-09-27T15:58:58.0905153Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_float64 2022-09-27T15:58:58.0914613Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_float64 2022-09-27T15:58:58.1081288Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_float64 2022-09-27T15:58:58.1201817Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_complex128 2022-09-27T15:58:58.1410362Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_complex128 2022-09-27T15:58:58.1636801Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_complex128 2022-09-27T15:58:58.1642407Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_float64 2022-09-27T15:58:58.1672860Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_float64 2022-09-27T15:58:58.1687212Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_float64 2022-09-27T15:58:58.2081232Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_float64 2022-09-27T15:58:58.2235021Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_complex128 2022-09-27T15:58:58.2446649Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_complex128 2022-09-27T15:58:58.2509003Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_float64 2022-09-27T15:58:58.2581034Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_float64 2022-09-27T15:58:58.2598391Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_float64 2022-09-27T15:58:58.2746229Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_float64 2022-09-27T15:58:58.2963146Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_float64 2022-09-27T15:58:58.2971870Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_complex128 2022-09-27T15:58:58.3079878Z [gw3] [ 33%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_complex128 2022-09-27T15:58:58.3401360Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_complex128 2022-09-27T15:58:58.3432184Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_float64 2022-09-27T15:58:58.3841307Z [gw3] [ 33%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_float64 2022-09-27T15:58:58.5081176Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_complex128 2022-09-27T15:58:58.5094119Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_complex128 2022-09-27T15:58:58.6413004Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_complex128 2022-09-27T15:58:58.6425834Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_complex128 2022-09-27T15:58:58.6927627Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_float64 2022-09-27T15:58:58.6949054Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_float64 2022-09-27T15:58:58.7048255Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_cpu_float64 2022-09-27T15:58:58.7406590Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_cpu_float64 2022-09-27T15:58:58.7415199Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_divide_cpu_float64 2022-09-27T15:58:58.7882466Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_divide_cpu_float64 2022-09-27T15:58:58.8098827Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmax_cpu_float64 2022-09-27T15:58:58.8246074Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmax_cpu_float64 2022-09-27T15:58:58.8580198Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmin_cpu_float64 2022-09-27T15:58:58.8685971Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmin_cpu_float64 2022-09-27T15:58:58.8919470Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmod_cpu_float64 2022-09-27T15:58:58.8932205Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_complex128 2022-09-27T15:58:58.9055329Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_complex128 2022-09-27T15:58:58.9124126Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmod_cpu_float64 2022-09-27T15:58:58.9220487Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frac_cpu_float64 2022-09-27T15:58:58.9646602Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frac_cpu_float64 2022-09-27T15:58:58.9647866Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frexp_cpu_float64 2022-09-27T15:58:59.0059978Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frexp_cpu_float64 2022-09-27T15:58:59.0061330Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_complex128 2022-09-27T15:58:59.0488469Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_complex128 2022-09-27T15:58:59.0489165Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_float64 2022-09-27T15:58:59.1041215Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_float64 2022-09-27T15:58:59.1246305Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_complex128 2022-09-27T15:58:59.1380462Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_complex128 2022-09-27T15:58:59.1394312Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_complex128 2022-09-27T15:58:59.1406509Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_float64 2022-09-27T15:58:59.1477640Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_complex128 2022-09-27T15:58:59.1846903Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_float64 2022-09-27T15:58:59.1852933Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ge_cpu_float64 2022-09-27T15:58:59.2289093Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ge_cpu_float64 2022-09-27T15:58:59.2293735Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_complex128 2022-09-27T15:58:59.2729127Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_complex128 2022-09-27T15:58:59.2733848Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_float64 2022-09-27T15:58:59.3163184Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_float64 2022-09-27T15:58:59.5644808Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_complex128 2022-09-27T15:58:59.5672120Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_complex128 2022-09-27T15:58:59.6499564Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_float64 2022-09-27T15:58:59.6527418Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_float64 2022-09-27T15:58:59.7346738Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_float64 2022-09-27T15:58:59.7359683Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_complex128 2022-09-27T15:58:59.7713952Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_float64 2022-09-27T15:58:59.7726503Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_float64 2022-09-27T15:58:59.7757005Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_cpu_float64 2022-09-27T15:58:59.7900908Z [gw2] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_cpu_float64 2022-09-27T15:58:59.7915248Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_float64 2022-09-27T15:58:59.7949561Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gt_cpu_float64 2022-09-27T15:58:59.8242199Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gt_cpu_float64 2022-09-27T15:58:59.8401561Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_float64 2022-09-27T15:58:59.8443867Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_complex128 2022-09-27T15:58:59.8842203Z [gw3] [ 34%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_complex128 2022-09-27T15:58:59.8852535Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_float64 2022-09-27T15:58:59.8866884Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_float64 2022-09-27T15:58:59.8965417Z [gw3] [ 34%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_float64 2022-09-27T15:58:59.9053762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_float64 2022-09-27T15:58:59.9245712Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_float64 2022-09-27T15:58:59.9254839Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_heaviside_cpu_float64 2022-09-27T15:58:59.9482388Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_heaviside_cpu_float64 2022-09-27T15:58:59.9687415Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_real_cpu_complex128 2022-09-27T15:58:59.9694558Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histc_cpu_float64 2022-09-27T15:58:59.9700150Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histc_cpu_float64 2022-09-27T15:58:59.9845464Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_real_cpu_complex128 2022-09-27T15:59:00.0012459Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_float64 2022-09-27T15:59:00.0085200Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_float64 2022-09-27T15:59:00.0126773Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogram_cpu_float64 2022-09-27T15:59:00.0401857Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogram_cpu_float64 2022-09-27T15:59:00.0567767Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_float64 2022-09-27T15:59:00.0575513Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogramdd_cpu_float64 2022-09-27T15:59:00.0755152Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogramdd_cpu_float64 2022-09-27T15:59:00.0784733Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_float64 2022-09-27T15:59:00.0844298Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_complex128 2022-09-27T15:59:00.1041995Z [gw2] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_complex128 2022-09-27T15:59:00.1282061Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_complex128 2022-09-27T15:59:00.1426628Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_complex128 2022-09-27T15:59:00.1461757Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_complex128 2022-09-27T15:59:00.1669626Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_float64 2022-09-27T15:59:00.1961591Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_float64 2022-09-27T15:59:00.2248780Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_complex128 2022-09-27T15:59:00.2324543Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_complex128 2022-09-27T15:59:00.2438014Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_float64 2022-09-27T15:59:00.2883198Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_float64 2022-09-27T15:59:00.3032517Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hypot_cpu_float64 2022-09-27T15:59:00.3325449Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hypot_cpu_float64 2022-09-27T15:59:00.3334120Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_i0_cpu_float64 2022-09-27T15:59:00.3725419Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_i0_cpu_float64 2022-09-27T15:59:00.3730125Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igamma_cpu_float64 2022-09-27T15:59:00.4205793Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igamma_cpu_float64 2022-09-27T15:59:00.4211529Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igammac_cpu_float64 2022-09-27T15:59:00.4721372Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igammac_cpu_float64 2022-09-27T15:59:00.4781667Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_imag_cpu_complex128 2022-09-27T15:59:00.5201477Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_imag_cpu_complex128 2022-09-27T15:59:00.6653936Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_complex128 2022-09-27T15:59:00.6691471Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_complex128 2022-09-27T15:59:00.6983442Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_float64 2022-09-27T15:59:00.7003738Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_complex128 2022-09-27T15:59:00.7020813Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_float64 2022-09-27T15:59:00.7320862Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_float64 2022-09-27T15:59:00.7604764Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_complex128 2022-09-27T15:59:00.7633913Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_complex128 2022-09-27T15:59:00.7732765Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_float64 2022-09-27T15:59:00.8162875Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_float64 2022-09-27T15:59:00.8369747Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_complex128 2022-09-27T15:59:00.8563104Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_complex128 2022-09-27T15:59:00.8619816Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_float64 2022-09-27T15:59:00.8974531Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_float64 2022-09-27T15:59:00.9302399Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_complex128 2022-09-27T15:59:00.9406418Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_complex128 2022-09-27T15:59:00.9535037Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_float64 2022-09-27T15:59:00.9846618Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_float64 2022-09-27T15:59:01.0750127Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_reduce_cpu_float64 2022-09-27T15:59:01.0765490Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_reduce_cpu_float64 2022-09-27T15:59:01.0979003Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_complex128 2022-09-27T15:59:01.1242718Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_complex128 2022-09-27T15:59:01.1260645Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_float64 2022-09-27T15:59:01.1682625Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_float64 2022-09-27T15:59:01.1983574Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_complex128 2022-09-27T15:59:01.2044033Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_complex128 2022-09-27T15:59:01.2260404Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_float64 2022-09-27T15:59:01.2534576Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_float64 2022-09-27T15:59:01.2544724Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_complex128 2022-09-27T15:59:01.2971467Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_complex128 2022-09-27T15:59:01.2981702Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_float64 2022-09-27T15:59:01.3021674Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_float64 2022-09-27T15:59:01.3036950Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_float64 2022-09-27T15:59:01.3381053Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_lowrank_cpu_float64 2022-09-27T15:59:01.3411958Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_complex128 2022-09-27T15:59:01.3853027Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_complex128 2022-09-27T15:59:01.3862300Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_float64 2022-09-27T15:59:01.4290252Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_float64 2022-09-27T15:59:01.4299880Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_complex128 2022-09-27T15:59:01.4731300Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_complex128 2022-09-27T15:59:01.4740731Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_float64 2022-09-27T15:59:01.5127678Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_float64 2022-09-27T15:59:01.5159389Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isin_cpu_float64 2022-09-27T15:59:01.5567906Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isin_cpu_float64 2022-09-27T15:59:01.5595934Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_complex128 2022-09-27T15:59:01.6006964Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_complex128 2022-09-27T15:59:01.6035673Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_float64 2022-09-27T15:59:01.6446843Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_float64 2022-09-27T15:59:01.6477094Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_complex128 2022-09-27T15:59:01.6886463Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_complex128 2022-09-27T15:59:01.6918240Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_float64 2022-09-27T15:59:01.7326660Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_float64 2022-09-27T15:59:01.7354656Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isneginf_cpu_float64 2022-09-27T15:59:01.7807432Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isneginf_cpu_float64 2022-09-27T15:59:01.7817115Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isposinf_cpu_float64 2022-09-27T15:59:01.8248469Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isposinf_cpu_float64 2022-09-27T15:59:01.8257797Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_complex128 2022-09-27T15:59:01.9128221Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_complex128 2022-09-27T15:59:01.9137596Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_float64 2022-09-27T15:59:01.9402977Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_float64 2022-09-27T15:59:04.2048023Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_complex128 2022-09-27T15:59:04.2075411Z [gw0] [ 34%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:59:04.2941652Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout2d_cpu_float64 2022-09-27T15:59:04.3207162Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout2d_cpu_float64 2022-09-27T15:59:04.4009727Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout3d_cpu_float64 2022-09-27T15:59:04.4032144Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout3d_cpu_float64 2022-09-27T15:59:04.4823328Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout_cpu_float64 2022-09-27T15:59:04.4842688Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout_cpu_float64 2022-09-27T15:59:04.4938903Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_elu_cpu_float64 2022-09-27T15:59:04.5386736Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_elu_cpu_float64 2022-09-27T15:59:04.6969293Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:59:04.6995040Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:59:04.7084653Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_cpu_float64 2022-09-27T15:59:04.7482014Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_cpu_float64 2022-09-27T15:59:04.8172205Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:59:04.8197107Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:59:04.8838896Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:59:04.8855108Z [gw3] [ 34%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_complex128 2022-09-27T15:59:05.1762402Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_float64 2022-09-27T15:59:05.1788409Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:59:05.2344184Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:59:05.2370866Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:59:05.6765593Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:59:05.6792468Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:59:05.9647311Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:59:05.9675540Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_lowrank_cpu_float64 2022-09-27T15:59:06.0289890Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_complex128 2022-09-27T15:59:06.0314719Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:59:06.0895602Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:59:06.1043733Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_complex128 2022-09-27T15:59:06.1453460Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_float64 2022-09-27T15:59:06.1476448Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_float64 2022-09-27T15:59:06.1843499Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_complex128 2022-09-27T15:59:06.2021029Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_complex128 2022-09-27T15:59:06.2102136Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_float64 2022-09-27T15:59:06.2522304Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_float64 2022-09-27T15:59:06.3090585Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_complex128 2022-09-27T15:59:06.3114132Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_complex128 2022-09-27T15:59:06.3227082Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_float64 2022-09-27T15:59:06.3601952Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_float64 2022-09-27T15:59:06.4280717Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_complex128 2022-09-27T15:59:06.4394320Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_complex128 2022-09-27T15:59:06.4673043Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_float64 2022-09-27T15:59:06.4765517Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_float64 2022-09-27T15:59:06.5008846Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_complex128 2022-09-27T15:59:06.5207099Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_complex128 2022-09-27T15:59:06.5270866Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_float64 2022-09-27T15:59:06.5722357Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_float64 2022-09-27T15:59:06.5775804Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_complex128 2022-09-27T15:59:06.6084988Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_complex128 2022-09-27T15:59:06.6148564Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_float64 2022-09-27T15:59:06.6641409Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_float64 2022-09-27T15:59:06.8730654Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_complex128 2022-09-27T15:59:06.8756894Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_complex128 2022-09-27T15:59:06.9155888Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_float64 2022-09-27T15:59:06.9183247Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_float64 2022-09-27T15:59:06.9458359Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_complex128 2022-09-27T15:59:06.9640869Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_complex128 2022-09-27T15:59:06.9702481Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_float64 2022-09-27T15:59:07.0121078Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_float64 2022-09-27T15:59:07.1497038Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_complex128 2022-09-27T15:59:07.1518563Z [gw3] [ 35%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_float64 2022-09-27T15:59:07.1561380Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:59:07.1965521Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:59:07.1972217Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:59:07.2406563Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:59:07.2412587Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:59:07.2784573Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:59:07.2823091Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_complex128 2022-09-27T15:59:07.2827260Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_float64 2022-09-27T15:59:07.2851073Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:59:07.3294348Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:59:07.3300516Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_float64 2022-09-27T15:59:07.3318383Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_complex128 2022-09-27T15:59:07.3327726Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_complex128 2022-09-27T15:59:07.3725878Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_complex128 2022-09-27T15:59:07.3762084Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_float64 2022-09-27T15:59:07.4136769Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_float64 2022-09-27T15:59:07.4152395Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_complex128 2022-09-27T15:59:07.4164897Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_float64 2022-09-27T15:59:07.4209311Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:59:07.4222231Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:59:07.4231243Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_complex128 2022-09-27T15:59:07.4578907Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_float64 2022-09-27T15:59:07.4643593Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_float64 2022-09-27T15:59:07.4649135Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_complex128 2022-09-27T15:59:07.4673704Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:59:07.4685603Z [gw1] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_complex128 2022-09-27T15:59:07.4801803Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:59:07.4812814Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:59:07.4928398Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gelu_cpu_float64 2022-09-27T15:59:07.5083864Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gelu_cpu_float64 2022-09-27T15:59:07.5086821Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_float64 2022-09-27T15:59:07.5137094Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_complex128 2022-09-27T15:59:07.5157170Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_complex128 2022-09-27T15:59:07.5284974Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_float64 2022-09-27T15:59:07.5601144Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_glu_cpu_float64 2022-09-27T15:59:07.5652374Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_topk_cpu_float64 2022-09-27T15:59:07.5656992Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_float64 2022-09-27T15:59:07.6009857Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_float64 2022-09-27T15:59:07.6025125Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_topk_cpu_float64 2022-09-27T15:59:07.6115837Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_complex128 2022-09-27T15:59:07.6127638Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_complex128 2022-09-27T15:59:07.6288046Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_complex128 2022-09-27T15:59:07.6371584Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_complex128 2022-09-27T15:59:07.6388601Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_glu_cpu_float64 2022-09-27T15:59:07.6443799Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_grid_sample_cpu_float64 2022-09-27T15:59:07.6495782Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_float64 2022-09-27T15:59:07.6504166Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_float64 2022-09-27T15:59:07.6556492Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_float64 2022-09-27T15:59:07.6886983Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_float64 2022-09-27T15:59:07.6924457Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_complex128 2022-09-27T15:59:07.7123593Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kthvalue_cpu_float64 2022-09-27T15:59:07.7391235Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kthvalue_cpu_float64 2022-09-27T15:59:07.7411140Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_complex128 2022-09-27T15:59:07.7440803Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_float64 2022-09-27T15:59:07.7559729Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_complex128 2022-09-27T15:59:07.7737157Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_float64 2022-09-27T15:59:07.7759746Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_grid_sample_cpu_float64 2022-09-27T15:59:07.7786189Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_group_norm_cpu_float64 2022-09-27T15:59:07.7813903Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_float64 2022-09-27T15:59:07.7995363Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_complex128 2022-09-27T15:59:07.8147430Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_complex128 2022-09-27T15:59:07.8167479Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_group_norm_cpu_float64 2022-09-27T15:59:07.8283717Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardshrink_cpu_float64 2022-09-27T15:59:07.8290917Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardshrink_cpu_float64 2022-09-27T15:59:07.8305298Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_complex128 2022-09-27T15:59:07.8527115Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_float64 2022-09-27T15:59:07.8641481Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_float64 2022-09-27T15:59:07.8686257Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:59:07.8760406Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:59:07.8953863Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:59:07.8971585Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_complex128 2022-09-27T15:59:07.9120860Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_float64 2022-09-27T15:59:07.9139138Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardswish_cpu_float64 2022-09-27T15:59:07.9319694Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardswish_cpu_float64 2022-09-27T15:59:07.9481992Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_float64 2022-09-27T15:59:07.9520364Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_complex128 2022-09-27T15:59:07.9733731Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardtanh_cpu_float64 2022-09-27T15:59:08.0003146Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardtanh_cpu_float64 2022-09-27T15:59:08.0307463Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:59:08.0365457Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:59:08.0583453Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_huber_loss_cpu_float64 2022-09-27T15:59:08.0598807Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_complex128 2022-09-27T15:59:08.0660068Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_float64 2022-09-27T15:59:08.0805939Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_huber_loss_cpu_float64 2022-09-27T15:59:08.0822238Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_instance_norm_cpu_float64 2022-09-27T15:59:08.1081728Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_float64 2022-09-27T15:59:08.1959538Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_complex128 2022-09-27T15:59:08.1996258Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_instance_norm_cpu_float64 2022-09-27T15:59:08.2767357Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:59:08.2806579Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:59:08.3370930Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:59:08.3395446Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:59:08.3938207Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:59:08.3983486Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:59:08.4571845Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:59:08.4727566Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:59:08.4847601Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:59:08.4863988Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_complex128 2022-09-27T15:59:08.5123384Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_float64 2022-09-27T15:59:08.5202969Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:59:08.5347589Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:59:08.5367158Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_float64 2022-09-27T15:59:08.5435493Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_complex128 2022-09-27T15:59:08.5683803Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:59:08.5907562Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_kl_div_cpu_float64 2022-09-27T15:59:08.5925502Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_complex128 2022-09-27T15:59:08.6083694Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_float64 2022-09-27T15:59:08.6357374Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_float64 2022-09-27T15:59:08.6411288Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_kl_div_cpu_float64 2022-09-27T15:59:08.6412069Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:59:08.7027774Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_complex128 2022-09-27T15:59:08.7054475Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:59:08.7233458Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_float64 2022-09-27T15:59:08.7528129Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_float64 2022-09-27T15:59:08.7811301Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_layer_norm_cpu_float64 2022-09-27T15:59:08.7925785Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_layer_norm_cpu_float64 2022-09-27T15:59:08.8267681Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:59:08.8363632Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:59:08.8665480Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_complex128 2022-09-27T15:59:08.8684464Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_complex128 2022-09-27T15:59:08.9014140Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_float64 2022-09-27T15:59:08.9124951Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_float64 2022-09-27T15:59:09.0734747Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_complex128 2022-09-27T15:59:09.0778596Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_complex128 2022-09-27T15:59:09.1015667Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_float64 2022-09-27T15:59:09.1306040Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_float64 2022-09-27T15:59:09.1307645Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trunc_cpu_float64 2022-09-27T15:59:09.1536064Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trunc_cpu_float64 2022-09-27T15:59:09.1565242Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_complex128 2022-09-27T15:59:09.1802238Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_float64 2022-09-27T15:59:09.1956381Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_complex128 2022-09-27T15:59:09.1970033Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_complex128 2022-09-27T15:59:09.2489111Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_float64 2022-09-27T15:59:09.2507932Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_float64 2022-09-27T15:59:09.3173887Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:59:09.3191055Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:59:09.3202092Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_complex128 2022-09-27T15:59:09.3219987Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:59:09.3311327Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_float64 2022-09-27T15:59:09.3646738Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:59:09.3694290Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:59:09.3730413Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_float64 2022-09-27T15:59:09.4252980Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_complex128 2022-09-27T15:59:09.4273738Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_float64 2022-09-27T15:59:09.4838002Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_complex128 2022-09-27T15:59:09.4886341Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_complex128 2022-09-27T15:59:09.5066149Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_float64 2022-09-27T15:59:09.5076612Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:59:09.5238116Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:59:09.5324102Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_float64 2022-09-27T15:59:09.6063682Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_complex128 2022-09-27T15:59:09.6103424Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:59:09.6141204Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:59:09.6548365Z [gw3] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:59:09.7526128Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:59:09.7553728Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_complex128 2022-09-27T15:59:09.7969145Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_float64 2022-09-27T15:59:09.7998057Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_float64 2022-09-27T15:59:09.8040737Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_complex128 2022-09-27T15:59:09.8422015Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_complex128 2022-09-27T15:59:09.8688529Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_float64 2022-09-27T15:59:09.9093141Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_float64 2022-09-27T15:59:09.9094509Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_consecutive_cpu_float64 2022-09-27T15:59:09.9391796Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_consecutive_cpu_float64 2022-09-27T15:59:09.9891851Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_cpu_float64 2022-09-27T15:59:09.9892634Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_cpu_float64 2022-09-27T15:59:10.0448234Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_complex128 2022-09-27T15:59:10.0471406Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_complex128 2022-09-27T15:59:10.0623824Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_float64 2022-09-27T15:59:10.0961206Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_float64 2022-09-27T15:59:10.1351651Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_complex128 2022-09-27T15:59:10.1374957Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:59:10.1403699Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:59:10.1558349Z [gw3] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:59:10.1578720Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_complex128 2022-09-27T15:59:10.1867848Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_float64 2022-09-27T15:59:10.1924620Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:59:10.2043353Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_float64 2022-09-27T15:59:10.2099387Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_complex128 2022-09-27T15:59:10.2121770Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_complex128 2022-09-27T15:59:10.3208128Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_float64 2022-09-27T15:59:10.3229628Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_float64 2022-09-27T15:59:10.3233261Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_complex128 2022-09-27T15:59:10.3253452Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T15:59:10.3533867Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_float64 2022-09-27T15:59:10.3725893Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_float64 2022-09-27T15:59:10.3996519Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_complex128 2022-09-27T15:59:10.4186290Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_complex128 2022-09-27T15:59:10.4268674Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:59:10.4273833Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_float64 2022-09-27T15:59:10.4292717Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_float64 2022-09-27T15:59:10.4526530Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T15:59:10.4677352Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T15:59:10.4715421Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_complex_cpu_float64 2022-09-27T15:59:10.4726718Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_complex_cpu_float64 2022-09-27T15:59:10.5163509Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T15:59:10.5499611Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_complex128 2022-09-27T15:59:10.5565103Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_complex128 2022-09-27T15:59:10.5806857Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_float64 2022-09-27T15:59:10.6029059Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_float64 2022-09-27T15:59:10.6092512Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_real_cpu_complex128 2022-09-27T15:59:10.6393745Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_real_cpu_complex128 2022-09-27T15:59:10.6420005Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T15:59:10.6465851Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:59:10.6475285Z [gw3] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:59:10.6875395Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_complex128 2022-09-27T15:59:10.6890924Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_complex128 2022-09-27T15:59:10.6904039Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:59:10.6917114Z [gw3] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:59:10.7051953Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_float64 2022-09-27T15:59:10.7333887Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_float64 2022-09-27T15:59:10.7432097Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:59:10.7883104Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_complex128 2022-09-27T15:59:10.7937124Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_complex128 2022-09-27T15:59:10.8155628Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_float64 2022-09-27T15:59:10.8299289Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_float64 2022-09-27T15:59:10.8320575Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T15:59:10.8442458Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T15:59:10.8737311Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_complex128 2022-09-27T15:59:10.8804885Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_complex128 2022-09-27T15:59:10.8888907Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_float64 2022-09-27T15:59:10.8907690Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T15:59:10.8921383Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_complex128 2022-09-27T15:59:10.8934829Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:59:10.9086163Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_float64 2022-09-27T15:59:10.9321435Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T15:59:11.0586899Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_complex128 2022-09-27T15:59:11.0620698Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_complex128 2022-09-27T15:59:11.0909656Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_float64 2022-09-27T15:59:11.1044139Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_float64 2022-09-27T15:59:11.1449711Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_xlogy_cpu_float64 2022-09-27T15:59:11.1484695Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_xlogy_cpu_float64 2022-09-27T15:59:11.1734266Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_complex128 2022-09-27T15:59:11.1965847Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_complex128 2022-09-27T15:59:11.2075308Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_float64 2022-09-27T15:59:11.2484659Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_float64 2022-09-27T15:59:11.2489749Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_complex128 2022-09-27T15:59:11.2927561Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_complex128 2022-09-27T15:59:11.2932500Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_float64 2022-09-27T15:59:11.3369260Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_float64 2022-09-27T15:59:11.3370633Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_complex128 2022-09-27T15:59:11.3811478Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_complex128 2022-09-27T15:59:11.3818667Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_float64 2022-09-27T15:59:11.4281083Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_float64 2022-09-27T15:59:11.7001670Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_complex128 2022-09-27T15:59:11.7043449Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T15:59:11.8132380Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T15:59:11.8170089Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_complex128 2022-09-27T15:59:11.9528666Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_float64 2022-09-27T15:59:11.9550839Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_float64 2022-09-27T15:59:12.3292392Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_complex128 2022-09-27T15:59:12.3332285Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_complex128 2022-09-27T15:59:12.4034383Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_float64 2022-09-27T15:59:12.4061276Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_float64 2022-09-27T15:59:12.4102534Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_complex128 2022-09-27T15:59:12.4382203Z [gw2] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_complex128 2022-09-27T15:59:12.4406560Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T15:59:12.4526586Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T15:59:12.4532179Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_float64 2022-09-27T15:59:12.4972516Z [gw2] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_float64 2022-09-27T15:59:12.4978417Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_complex128 2022-09-27T15:59:12.5411490Z [gw2] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_complex128 2022-09-27T15:59:12.5417736Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_float64 2022-09-27T15:59:12.5476997Z [gw2] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_float64 2022-09-27T15:59:12.5500220Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T15:59:12.5882692Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:59:12.6805042Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amax_cpu_float64 2022-09-27T15:59:12.6828594Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:59:12.8611969Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:59:12.8632068Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amax_cpu_float64 2022-09-27T15:59:13.0316969Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amin_cpu_float64 2022-09-27T15:59:13.0341580Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:59:13.1160195Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T15:59:13.1186321Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amin_cpu_float64 2022-09-27T15:59:13.1238404Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_aminmax_cpu_float64 2022-09-27T15:59:13.1630812Z [gw2] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_aminmax_cpu_float64 2022-09-27T15:59:13.1803482Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_complex128 2022-09-27T15:59:13.1985212Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T15:59:13.2452062Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:59:13.2473801Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_complex128 2022-09-27T15:59:13.2691314Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_float64 2022-09-27T15:59:13.2951240Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_float64 2022-09-27T15:59:13.2952493Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_complex128 2022-09-27T15:59:13.3802586Z [gw2] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_complex128 2022-09-27T15:59:13.3803832Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_float64 2022-09-27T15:59:13.4044544Z [gw2] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_float64 2022-09-27T15:59:13.4054025Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_arange_cpu_float64 2022-09-27T15:59:13.4485940Z [gw2] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_arange_cpu_float64 2022-09-27T15:59:13.4496983Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmax_cpu_float64 2022-09-27T15:59:13.4925750Z [gw2] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmax_cpu_float64 2022-09-27T15:59:13.4936775Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmin_cpu_float64 2022-09-27T15:59:13.5369110Z [gw2] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmin_cpu_float64 2022-09-27T15:59:13.5376903Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argsort_cpu_float64 2022-09-27T15:59:13.5805513Z [gw2] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argsort_cpu_float64 2022-09-27T15:59:13.5813852Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_complex128 2022-09-27T15:59:13.6246244Z [gw2] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_complex128 2022-09-27T15:59:13.6258974Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_float64 2022-09-27T15:59:13.6677168Z [gw2] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_float64 2022-09-27T15:59:13.6688507Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_complex128 2022-09-27T15:59:13.7115901Z [gw2] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_complex128 2022-09-27T15:59:13.7127085Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_float64 2022-09-27T15:59:13.7602880Z [gw2] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_float64 2022-09-27T15:59:13.7696733Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T15:59:13.7726301Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_complex128 2022-09-27T15:59:13.7884878Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_float64 2022-09-27T15:59:13.8243909Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_float64 2022-09-27T15:59:13.8521259Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_complex128 2022-09-27T15:59:13.8561732Z [gw2] [ 37%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T15:59:13.9096777Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T15:59:13.9137309Z [gw2] [ 37%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T15:59:13.9453669Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_complex128 2022-09-27T15:59:13.9482478Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_complex128 2022-09-27T15:59:13.9791217Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_float64 2022-09-27T15:59:13.9928985Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_float64 2022-09-27T15:59:14.0083689Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_complex128 2022-09-27T15:59:14.0109514Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_complex128 2022-09-27T15:59:14.0318717Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_float64 2022-09-27T15:59:14.0603212Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_float64 2022-09-27T15:59:14.1238598Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_complex128 2022-09-27T15:59:14.1273933Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_complex128 2022-09-27T15:59:14.1476444Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_float64 2022-09-27T15:59:14.1762484Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_float64 2022-09-27T15:59:14.4770868Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan2_cpu_float64 2022-09-27T15:59:14.4799935Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan2_cpu_float64 2022-09-27T15:59:14.5609382Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_complex128 2022-09-27T15:59:14.5637358Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_complex128 2022-09-27T15:59:14.5841758Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_float64 2022-09-27T15:59:14.6123126Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_float64 2022-09-27T15:59:14.6963780Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_complex128 2022-09-27T15:59:14.7076841Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_complex128 2022-09-27T15:59:14.7335625Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_float64 2022-09-27T15:59:14.7562900Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_float64 2022-09-27T15:59:14.9906739Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_complex128 2022-09-27T15:59:14.9939368Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_complex128 2022-09-27T15:59:15.1693780Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_float64 2022-09-27T15:59:15.1722568Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:59:15.2289826Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T15:59:15.2428624Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_float64 2022-09-27T15:59:15.4572482Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_complex128 2022-09-27T15:59:15.4606818Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_complex128 2022-09-27T15:59:15.6322774Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_float64 2022-09-27T15:59:15.6339923Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_float64 2022-09-27T15:59:15.7814700Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_complex128 2022-09-27T15:59:15.7836272Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T15:59:16.0820360Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:59:16.0983620Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_complex128 2022-09-27T15:59:16.3021571Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_float64 2022-09-27T15:59:16.3053793Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_float64 2022-09-27T15:59:16.3932566Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_complex128 2022-09-27T15:59:16.3964984Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:59:16.5292262Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:59:16.5332800Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_complex128 2022-09-27T15:59:16.5635695Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_float64 2022-09-27T15:59:16.5670406Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:59:16.7174925Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:59:16.7213885Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_float64 2022-09-27T15:59:17.3659547Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_complex128 2022-09-27T15:59:17.3694035Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:59:17.4471533Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:59:17.4506128Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:59:17.6249421Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:59:17.6263626Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_complex128 2022-09-27T15:59:17.6275064Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_float64 2022-09-27T15:59:17.6309495Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_complex128 2022-09-27T15:59:17.7662669Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_float64 2022-09-27T15:59:17.7696253Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_float64 2022-09-27T15:59:17.8012538Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_complex128 2022-09-27T15:59:17.8026769Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_float64 2022-09-27T15:59:18.1812151Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_complex128 2022-09-27T15:59:18.1838042Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:59:18.3538926Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:59:18.3577756Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:59:18.3676344Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:59:18.3720980Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:59:18.3784997Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T15:59:18.4189949Z [gw3] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T15:59:18.5229753Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:59:18.5269203Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:59:18.5568850Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:59:18.5684122Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:59:18.6771660Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:59:18.6811432Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:59:18.7081085Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:59:18.7281288Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:59:19.7730356Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:59:19.7784112Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_complex128 2022-09-27T15:59:20.2717537Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_float64 2022-09-27T15:59:20.2735731Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_float64 2022-09-27T15:59:20.6094823Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmod___cpu_float64 2022-09-27T15:59:20.6143585Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmod___cpu_float64 2022-09-27T15:59:20.7090854Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_complex128 2022-09-27T15:59:20.7113864Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:59:20.7732418Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T15:59:20.7782787Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_complex128 2022-09-27T15:59:20.8715834Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_float64 2022-09-27T15:59:20.8739481Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:59:20.8778689Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:59:20.9202402Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:59:21.0850530Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:59:21.0871793Z [gw3] [ 37%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T15:59:21.0898121Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:59:21.0903508Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T15:59:21.0947448Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:59:21.1237799Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:59:21.1401363Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T15:59:21.1416391Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:59:21.1741695Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T15:59:21.1854471Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T15:59:21.1880367Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_float64 2022-09-27T15:59:21.1886295Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bernoulli_cpu_float64 2022-09-27T15:59:21.3005036Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T15:59:21.3044849Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T15:59:21.3155841Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T15:59:21.3476239Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bernoulli_cpu_float64 2022-09-27T15:59:21.3518743Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T15:59:21.3635862Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_complex128 2022-09-27T15:59:21.3681748Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:59:21.3882728Z [gw3] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:59:21.3923334Z [gw2] [ 37%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_complex128 2022-09-27T15:59:21.4139669Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_float64 2022-09-27T15:59:21.4175553Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T15:59:21.4214574Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:59:21.4265799Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:59:21.4390142Z [gw0] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:59:21.4419454Z [gw2] [ 38%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_float64 2022-09-27T15:59:21.4451853Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T15:59:21.4565426Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_complex128 2022-09-27T15:59:21.4762971Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:59:21.6212639Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:59:21.6263279Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:59:21.6444298Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mish_cpu_float64 2022-09-27T15:59:21.6671423Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mish_cpu_float64 2022-09-27T15:59:21.6765702Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:59:21.6776276Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:59:21.6895419Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mse_loss_cpu_float64 2022-09-27T15:59:21.7020469Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mse_loss_cpu_float64 2022-09-27T15:59:21.7102081Z [gw1] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_complex128 2022-09-27T15:59:21.7202698Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_float64 2022-09-27T15:59:21.7262177Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:59:21.7559998Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:59:21.7649740Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:59:21.7660455Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T15:59:21.7699095Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:59:21.8083024Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:59:21.8172439Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:59:21.8302898Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:59:21.8326161Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T15:59:21.8508789Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:59:21.8896981Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_nll_loss_cpu_float64 2022-09-27T15:59:21.8935254Z [gw1] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_float64 2022-09-27T15:59:21.8981456Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_complex128 2022-09-27T15:59:21.9397025Z [gw1] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_complex128 2022-09-27T15:59:21.9398100Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_float64 2022-09-27T15:59:21.9843391Z [gw1] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_float64 2022-09-27T15:59:22.0659810Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_complex128 2022-09-27T15:59:22.0683409Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_nll_loss_cpu_float64 2022-09-27T15:59:22.1449836Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_complex128 2022-09-27T15:59:22.1473638Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:59:22.1889169Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:59:22.1912861Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_complex128 2022-09-27T15:59:22.2211297Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_float64 2022-09-27T15:59:22.2245991Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:59:22.2456603Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T15:59:22.2493855Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_complex128 2022-09-27T15:59:22.2606884Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_float64 2022-09-27T15:59:22.2725619Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T15:59:22.2974743Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T15:59:22.3008319Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_float64 2022-09-27T15:59:22.3130782Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:59:22.3167839Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T15:59:22.3319463Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T15:59:22.3363806Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_float64 2022-09-27T15:59:22.4301873Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_complex128 2022-09-27T15:59:22.4351728Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:59:22.4710074Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_float64 2022-09-27T15:59:22.4764142Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_float64 2022-09-27T15:59:22.5186810Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:59:22.5229690Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_complex128 2022-09-27T15:59:22.5344699Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_float64 2022-09-27T15:59:22.5412079Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T15:59:22.5652075Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T15:59:22.5678985Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_float64 2022-09-27T15:59:22.5744453Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_complex128 2022-09-27T15:59:22.5756502Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_complex128 2022-09-27T15:59:22.5780714Z [gw1] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_complex128 2022-09-27T15:59:22.5885217Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_float64 2022-09-27T15:59:22.5915749Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T15:59:22.6128162Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:59:22.6138206Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_float64 2022-09-27T15:59:22.6603215Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_float64 2022-09-27T15:59:22.6854276Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T15:59:22.6875034Z [gw1] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_float64 2022-09-27T15:59:22.7752862Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amax_cpu_float64 2022-09-27T15:59:22.7814976Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:59:22.8206040Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:59:22.8244098Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:59:22.8680789Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T15:59:22.8711939Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T15:59:23.0143868Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:59:23.0181159Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T15:59:23.0768822Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T15:59:23.0781888Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T15:59:23.1084852Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_complex128 2022-09-27T15:59:23.1112416Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:59:23.2520230Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_float64 2022-09-27T15:59:23.2555992Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_float64 2022-09-27T15:59:23.2939624Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:59:23.2971902Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_complex128 2022-09-27T15:59:23.3588910Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_float64 2022-09-27T15:59:23.3618364Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:59:23.3890415Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:59:23.3904199Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_float64 2022-09-27T15:59:23.3943886Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bucketize_cpu_float64 2022-09-27T15:59:23.4027149Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bucketize_cpu_float64 2022-09-27T15:59:23.4061622Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:59:23.4159701Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:59:23.4181143Z [gw1] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amax_cpu_float64 2022-09-27T15:59:23.4379191Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amin_cpu_float64 2022-09-27T15:59:23.4383776Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_complex128 2022-09-27T15:59:23.4819206Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_complex128 2022-09-27T15:59:23.4823793Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_float64 2022-09-27T15:59:23.5068182Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_float64 2022-09-27T15:59:23.5107419Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:59:23.5286398Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:59:23.5383988Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T15:59:23.5534262Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:59:23.6051869Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:59:23.6085325Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:59:23.6310679Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:59:23.6602829Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:59:23.6851555Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pdist_cpu_float64 2022-09-27T15:59:23.7001925Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pdist_cpu_float64 2022-09-27T15:59:23.7343854Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:59:23.7406973Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:59:23.7516768Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:59:23.7885666Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:59:23.8130675Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:59:23.8297849Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:59:23.8362145Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:59:23.8804722Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:59:23.9022706Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:59:23.9072433Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T15:59:23.9840003Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_float64 2022-09-27T15:59:23.9853774Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_float64 2022-09-27T15:59:24.1519714Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_complex128 2022-09-27T15:59:24.1546390Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:59:24.1988391Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_prelu_cpu_float64 2022-09-27T15:59:24.2017367Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_prelu_cpu_float64 2022-09-27T15:59:24.2097824Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu6_cpu_float64 2022-09-27T15:59:24.2564988Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu6_cpu_float64 2022-09-27T15:59:24.2593651Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu_cpu_float64 2022-09-27T15:59:24.2729699Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu_cpu_float64 2022-09-27T15:59:24.2758278Z [gw1] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amin_cpu_float64 2022-09-27T15:59:24.2802482Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmax_cpu_float64 2022-09-27T15:59:24.2987084Z [gw1] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmax_cpu_float64 2022-09-27T15:59:24.3161785Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_rrelu_cpu_float64 2022-09-27T15:59:24.3172793Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_rrelu_cpu_float64 2022-09-27T15:59:24.3202714Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmin_cpu_float64 2022-09-27T15:59:24.3406990Z [gw1] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmin_cpu_float64 2022-09-27T15:59:24.3500448Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_selu_cpu_float64 2022-09-27T15:59:24.3606108Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_selu_cpu_float64 2022-09-27T15:59:24.3846826Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T15:59:24.3884556Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:59:24.4206529Z [gw0] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:59:24.4286802Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:59:24.4320657Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_cpu_float64 2022-09-27T15:59:24.4385866Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:59:24.4802442Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_cpu_float64 2022-09-27T15:59:24.5071007Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:59:24.5094782Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_complex128 2022-09-27T15:59:24.5116644Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_float64 2022-09-27T15:59:24.5164694Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:59:24.5500673Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:59:24.5642041Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:59:24.5891365Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_cpu_float64 2022-09-27T15:59:24.6032885Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_cpu_float64 2022-09-27T15:59:24.6045071Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_float64 2022-09-27T15:59:24.6074451Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cdist_cpu_float64 2022-09-27T15:59:24.6119753Z [gw2] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cdist_cpu_float64 2022-09-27T15:59:24.6446536Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:59:24.6483472Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:59:24.6487925Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:59:24.6645713Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ceil_cpu_float64 2022-09-27T15:59:24.6680525Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ceil_cpu_float64 2022-09-27T15:59:24.7016965Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:59:24.7017773Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_complex128 2022-09-27T15:59:24.7018487Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softplus_cpu_float64 2022-09-27T15:59:24.7057661Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softplus_cpu_float64 2022-09-27T15:59:24.7077235Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:59:24.7082330Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:59:24.7403544Z [gw2] [ 39%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_complex128 2022-09-27T15:59:24.7441898Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_float64 2022-09-27T15:59:24.7601547Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softshrink_cpu_float64 2022-09-27T15:59:24.7603281Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softshrink_cpu_float64 2022-09-27T15:59:24.7850379Z [gw2] [ 39%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_float64 2022-09-27T15:59:24.7858856Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_complex128 2022-09-27T15:59:24.7867984Z [gw2] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_complex128 2022-09-27T15:59:24.8110593Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_complex128 2022-09-27T15:59:24.8247726Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_complex128 2022-09-27T15:59:24.8286704Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_float64 2022-09-27T15:59:24.8297617Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_float64 2022-09-27T15:59:24.8491883Z [gw2] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_float64 2022-09-27T15:59:24.8762340Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_float64 2022-09-27T15:59:24.8773067Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:59:24.8948775Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_complex128 2022-09-27T15:59:24.9125581Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:59:24.9203075Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:59:24.9566195Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:59:24.9654817Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_threshold_cpu_float64 2022-09-27T15:59:25.0006714Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_threshold_cpu_float64 2022-09-27T15:59:25.1412961Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:59:25.1438533Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:59:25.1729989Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:59:25.1923177Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:59:25.2062854Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:59:25.2084868Z [gw1] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T15:59:25.2973365Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_float64 2022-09-27T15:59:25.2992715Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:59:25.3187552Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:59:25.3211726Z [gw1] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_float64 2022-09-27T15:59:25.3300765Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T15:59:25.3405959Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:59:26.0182622Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_complex128 2022-09-27T15:59:26.0245143Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:59:26.1065178Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:59:26.1092897Z [gw1] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T15:59:26.2558653Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_float64 2022-09-27T15:59:26.2621129Z [gw1] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_float64 2022-09-27T15:59:26.3516512Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T15:59:26.3557531Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_complex128 2022-09-27T15:59:26.3737473Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_float64 2022-09-27T15:59:26.3766570Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:59:26.5548920Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T15:59:26.5575042Z [gw1] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T15:59:26.5615749Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T15:59:26.6047471Z [gw1] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T15:59:26.7439455Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T15:59:26.7464670Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_float64 2022-09-27T15:59:27.8484349Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T15:59:27.8517107Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T15:59:27.9132667Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T15:59:27.9151796Z [gw1] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T15:59:28.0759074Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_complex128 2022-09-27T15:59:28.0792067Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T15:59:28.6909452Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T15:59:28.6944363Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_complex128 2022-09-27T15:59:29.6257520Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_float64 2022-09-27T15:59:29.6283707Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T15:59:29.7931090Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_float64 2022-09-27T15:59:29.7961061Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_float64 2022-09-27T15:59:29.8175011Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:59:29.8402584Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:59:29.8670003Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:59:29.8844497Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:59:29.8882157Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_complex128 2022-09-27T15:59:29.9291676Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_complex128 2022-09-27T15:59:29.9337155Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_float64 2022-09-27T15:59:29.9784789Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_float64 2022-09-27T15:59:30.1004079Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_complex128 2022-09-27T15:59:30.1028030Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_float64 2022-09-27T15:59:30.1643987Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_complex128 2022-09-27T15:59:30.1681555Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_complex128 2022-09-27T15:59:30.2706905Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_float64 2022-09-27T15:59:30.2730706Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_float64 2022-09-27T15:59:30.2889165Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_complex128 2022-09-27T15:59:30.3211074Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_complex128 2022-09-27T15:59:30.3297576Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_float64 2022-09-27T15:59:30.3723718Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_float64 2022-09-27T15:59:30.4498331Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_complex128 2022-09-27T15:59:30.4523682Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_complex128 2022-09-27T15:59:30.5128135Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_float64 2022-09-27T15:59:30.5151764Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_complex128 2022-09-27T15:59:30.5357879Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_float64 2022-09-27T15:59:30.5394687Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_float64 2022-09-27T15:59:30.5601715Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_cpu_float64 2022-09-27T15:59:30.5631831Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_float64 2022-09-27T15:59:30.6159780Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_complex128 2022-09-27T15:59:30.6177539Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_complex128 2022-09-27T15:59:30.6210709Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_float64 2022-09-27T15:59:30.6683775Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_float64 2022-09-27T15:59:30.6953092Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_complex128 2022-09-27T15:59:30.7008718Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_cpu_float64 2022-09-27T15:59:30.8483942Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_max_cpu_float64 2022-09-27T15:59:30.8516419Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_max_cpu_float64 2022-09-27T15:59:30.9420214Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_min_cpu_float64 2022-09-27T15:59:30.9452111Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_min_cpu_float64 2022-09-27T15:59:30.9894253Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_complex128 2022-09-27T15:59:30.9919776Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_complex128 2022-09-27T15:59:31.0042433Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_float64 2022-09-27T15:59:31.0324647Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_float64 2022-09-27T15:59:31.3283221Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_complex128 2022-09-27T15:59:31.3318561Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_complex128 2022-09-27T15:59:31.4152271Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_float64 2022-09-27T15:59:31.4185047Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_float64 2022-09-27T15:59:32.3836232Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_complex128 2022-09-27T15:59:32.3950060Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_complex128 2022-09-27T15:59:32.4356637Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_float64 2022-09-27T15:59:32.4400452Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_float64 2022-09-27T15:59:32.5415091Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kthvalue_cpu_float64 2022-09-27T15:59:32.5456180Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kthvalue_cpu_float64 2022-09-27T15:59:32.6299512Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_complex128 2022-09-27T15:59:32.6446138Z [gw1] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_complex128 2022-09-27T15:59:32.8552884Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_float64 2022-09-27T15:59:32.8590916Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_complex128 2022-09-27T15:59:33.1990409Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_float64 2022-09-27T15:59:33.2033830Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_float64 2022-09-27T15:59:33.4287302Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_complex_cpu_float64 2022-09-27T15:59:33.4328025Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_complex_cpu_float64 2022-09-27T15:59:33.5424037Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_complex128 2022-09-27T15:59:33.5466125Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_complex128 2022-09-27T15:59:33.5584715Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_float64 2022-09-27T15:59:33.5625725Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_complex128 2022-09-27T15:59:33.5947216Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_float64 2022-09-27T15:59:33.6043942Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_float64 2022-09-27T15:59:33.6627040Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_complex128 2022-09-27T15:59:33.6664467Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_complex128 2022-09-27T15:59:33.6831941Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_float64 2022-09-27T15:59:33.7203093Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_float64 2022-09-27T15:59:33.7934677Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T15:59:33.7989239Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_float64 2022-09-27T15:59:33.8061151Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_le_cpu_float64 2022-09-27T15:59:33.8415409Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_le_cpu_float64 2022-09-27T15:59:34.0371836Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_complex128 2022-09-27T15:59:34.0432092Z [gw1] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_float64 2022-09-27T15:59:34.3014903Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_median_cpu_float64 2022-09-27T15:59:34.3058050Z [gw1] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_median_cpu_float64 2022-09-27T15:59:35.8117529Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_norm_cpu_float64 2022-09-27T15:59:35.8153684Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T15:59:36.3178075Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T15:59:36.3230829Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T15:59:36.4548753Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_complex128 2022-09-27T15:59:36.4627651Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_complex128 2022-09-27T15:59:36.5106843Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_float64 2022-09-27T15:59:36.5182107Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_float64 2022-09-27T15:59:36.5930029Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_copysign_cpu_float64 2022-09-27T15:59:36.5958894Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_complex128 2022-09-27T15:59:36.6004072Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_float64 2022-09-27T15:59:36.6021138Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_copysign_cpu_float64 2022-09-27T15:59:36.8050390Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_complex128 2022-09-27T15:59:36.8078646Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_float64 2022-09-27T15:59:36.8378068Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lgamma_cpu_float64 2022-09-27T15:59:36.8484327Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lgamma_cpu_float64 2022-09-27T15:59:37.3048008Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T15:59:37.3081081Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_complex128 2022-09-27T15:59:37.4120576Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_float64 2022-09-27T15:59:37.4163106Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_float64 2022-09-27T15:59:37.4976668Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_complex128 2022-09-27T15:59:37.5003799Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_complex128 2022-09-27T15:59:37.5190525Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_float64 2022-09-27T15:59:37.5522633Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_float64 2022-09-27T15:59:37.6254006Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_complex128 2022-09-27T15:59:37.6280483Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_complex128 2022-09-27T15:59:37.6448778Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_float64 2022-09-27T15:59:37.6724502Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_float64 2022-09-27T15:59:37.6734729Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_complex128 2022-09-27T15:59:37.7165747Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_complex128 2022-09-27T15:59:37.7172360Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_float64 2022-09-27T15:59:37.7642827Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_float64 2022-09-27T15:59:37.9210947Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_complex128 2022-09-27T15:59:37.9261736Z [gw2] [ 40%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_complex128 2022-09-27T15:59:37.9874831Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_float64 2022-09-27T15:59:37.9912547Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T15:59:38.0241843Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T15:59:38.0285090Z [gw2] [ 40%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_float64 2022-09-27T15:59:38.3107756Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_complex128 2022-09-27T15:59:38.3135457Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_complex128 2022-09-27T15:59:38.3456074Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_float64 2022-09-27T15:59:38.3682665Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_float64 2022-09-27T15:59:38.3802427Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummax_cpu_float64 2022-09-27T15:59:38.4163051Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummax_cpu_float64 2022-09-27T15:59:38.4282541Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummin_cpu_float64 2022-09-27T15:59:38.4603207Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummin_cpu_float64 2022-09-27T15:59:39.1533585Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_complex128 2022-09-27T15:59:39.1584835Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T15:59:39.5216540Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T15:59:39.5239670Z [gw1] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_norm_cpu_float64 2022-09-27T15:59:39.6831377Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_complex128 2022-09-27T15:59:39.6858341Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T15:59:40.6861171Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:59:40.6888431Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T15:59:40.7168168Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:59:40.7402263Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:59:40.8889925Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:59:40.8993952Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:59:40.9030738Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_complex128 2022-09-27T15:59:40.9487849Z [gw3] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_complex128 2022-09-27T15:59:40.9488621Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_float64 2022-09-27T15:59:40.9924484Z [gw3] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_float64 2022-09-27T15:59:41.1528891Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_complex128 2022-09-27T15:59:41.1560992Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:59:41.4481785Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T15:59:41.4508775Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T15:59:41.7931071Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_complex128 2022-09-27T15:59:41.8001551Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_complex128 2022-09-27T15:59:41.8492787Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_float64 2022-09-27T15:59:41.8508928Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_float64 2022-09-27T15:59:42.1301687Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_complex128 2022-09-27T15:59:42.1330093Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_complex128 2022-09-27T15:59:42.1785675Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_float64 2022-09-27T15:59:42.1812291Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_float64 2022-09-27T15:59:42.6081470Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_complex128 2022-09-27T15:59:42.6111944Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_complex128 2022-09-27T15:59:42.6352540Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_float64 2022-09-27T15:59:42.6379706Z [gw1] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_complex128 2022-09-27T15:59:42.6811074Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_float64 2022-09-27T15:59:42.6837874Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_float64 2022-09-27T15:59:42.7463074Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T15:59:42.7498403Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_complex128 2022-09-27T15:59:42.8786813Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_float64 2022-09-27T15:59:42.8826494Z [gw0] [ 40%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T15:59:43.2570361Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T15:59:43.2582567Z [gw1] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_float64 2022-09-27T15:59:43.2627305Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_complex128 2022-09-27T15:59:43.2656846Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_float64 2022-09-27T15:59:43.4549739Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_complex128 2022-09-27T15:59:43.4564851Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_complex128 2022-09-27T15:59:43.4816974Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_float64 2022-09-27T15:59:43.4967619Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_float64 2022-09-27T15:59:43.5625699Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_complex128 2022-09-27T15:59:43.5638748Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T15:59:44.3092717Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_complex128 2022-09-27T15:59:44.3119958Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_complex128 2022-09-27T15:59:44.4985646Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_float64 2022-09-27T15:59:44.5012919Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_float64 2022-09-27T15:59:44.8592572Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T15:59:44.8620535Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_complex128 2022-09-27T15:59:45.0091983Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_float64 2022-09-27T15:59:45.0118708Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_float64 2022-09-27T15:59:45.2127676Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_complex128 2022-09-27T15:59:45.2168062Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_complex128 2022-09-27T15:59:45.2482121Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_float64 2022-09-27T15:59:45.2604539Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_float64 2022-09-27T15:59:45.2638540Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_cpu_float64 2022-09-27T15:59:45.2726742Z [gw3] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_cpu_float64 2022-09-27T15:59:45.2752625Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T15:59:45.3075744Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_float64 2022-09-27T15:59:45.3085672Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_number_mean_cpu_float64 2022-09-27T15:59:45.3526843Z [gw3] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_number_mean_cpu_float64 2022-09-27T15:59:45.3531961Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_complex128 2022-09-27T15:59:45.4006679Z [gw3] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_complex128 2022-09-27T15:59:45.4012256Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_float64 2022-09-27T15:59:45.4447363Z [gw3] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_float64 2022-09-27T15:59:45.4453320Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_complex128 2022-09-27T15:59:45.4560260Z [gw3] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_complex128 2022-09-27T15:59:45.4568398Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_float64 2022-09-27T15:59:45.4845829Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T15:59:45.4891103Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_float64 2022-09-27T15:59:45.5325259Z [gw3] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_float64 2022-09-27T15:59:45.5360860Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_complex128 2022-09-27T15:59:45.5764932Z [gw3] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_complex128 2022-09-27T15:59:45.5800309Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_float64 2022-09-27T15:59:45.6245480Z [gw3] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_float64 2022-09-27T15:59:45.6946266Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_complex128 2022-09-27T15:59:45.6970089Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_complex128 2022-09-27T15:59:45.7121116Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_float64 2022-09-27T15:59:45.7482266Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_float64 2022-09-27T15:59:45.8080960Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pca_lowrank_cpu_float64 2022-09-27T15:59:45.8114495Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T15:59:45.9052387Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T15:59:45.9091464Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T15:59:46.2335467Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T15:59:46.2368965Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T15:59:46.2971563Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T15:59:46.2985421Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T15:59:48.2971429Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T15:59:48.3001167Z [gw1] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_complex128 2022-09-27T15:59:49.4537129Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_float64 2022-09-27T15:59:49.4569894Z [gw1] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_float64 2022-09-27T15:59:49.6620379Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmax_cpu_float64 2022-09-27T15:59:49.6653083Z [gw1] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmax_cpu_float64 2022-09-27T15:59:49.8681491Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmin_cpu_float64 2022-09-27T15:59:49.8733538Z [gw1] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmin_cpu_float64 2022-09-27T15:59:50.3238008Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_complex128 2022-09-27T15:59:50.3269434Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T15:59:50.8804338Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T15:59:50.8839689Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T15:59:51.2522022Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_complex128 2022-09-27T15:59:51.2540905Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_complex128 2022-09-27T15:59:51.3030103Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_float64 2022-09-27T15:59:51.3053557Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_float64 2022-09-27T15:59:51.5295503Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T15:59:51.5316949Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T15:59:51.5731561Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T15:59:51.5745135Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T15:59:51.5771305Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T15:59:51.6166808Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T15:59:51.6194872Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T15:59:51.6605917Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T15:59:51.6640442Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:59:51.7045308Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:59:51.7079582Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:59:51.7485990Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:59:51.7526748Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T15:59:51.7923694Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T15:59:51.7953792Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T15:59:51.8366339Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T15:59:51.8388305Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T15:59:51.8805500Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T15:59:51.8828095Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T15:59:51.9248508Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T15:59:56.9659959Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:59:56.9704291Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_complex128 2022-09-27T15:59:58.9984985Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_float64 2022-09-27T15:59:59.0023198Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_float64 2022-09-27T16:00:00.7711943Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_complex128 2022-09-27T16:00:00.7741516Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:00:02.7073041Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:00:02.7101569Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:00:03.0612795Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_complex128 2022-09-27T16:00:03.0640749Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_complex128 2022-09-27T16:00:03.8519091Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_float64 2022-09-27T16:00:03.8535452Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_float64 2022-09-27T16:00:04.6047089Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_complex128 2022-09-27T16:00:04.6063652Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_complex128 2022-09-27T16:00:05.1198251Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_float64 2022-09-27T16:00:05.1220735Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_float64 2022-09-27T16:00:06.7942209Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:00:06.7996367Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:00:07.3092611Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:00:07.3131804Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:00:09.2864515Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:00:09.2892616Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:00:09.6233792Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:00:09.6246174Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:00:09.7032264Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:00:09.7047241Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_complex128 2022-09-27T16:00:10.4855571Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_float64 2022-09-27T16:00:10.4891131Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pca_lowrank_cpu_float64 2022-09-27T16:00:10.6391669Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_complex128 2022-09-27T16:00:10.6426682Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_complex128 2022-09-27T16:00:10.6781065Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_float64 2022-09-27T16:00:10.6923202Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_float64 2022-09-27T16:00:11.1283118Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_complex128 2022-09-27T16:00:11.1302139Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_float64 2022-09-27T16:00:11.1914296Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_complex128 2022-09-27T16:00:11.1938714Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_complex128 2022-09-27T16:00:11.2118323Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_float64 2022-09-27T16:00:11.2483653Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_float64 2022-09-27T16:00:11.3832139Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_complex128 2022-09-27T16:00:11.3855762Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_complex128 2022-09-27T16:00:11.4242413Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_float64 2022-09-27T16:00:11.4326348Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_float64 2022-09-27T16:00:11.5847830Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_complex128 2022-09-27T16:00:11.5874867Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_complex128 2022-09-27T16:00:11.6059048Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_float64 2022-09-27T16:00:11.6285669Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_float64 2022-09-27T16:00:11.6557022Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_complex128 2022-09-27T16:00:11.6586129Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_complex128 2022-09-27T16:00:11.8155804Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_float64 2022-09-27T16:00:11.8179269Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_float64 2022-09-27T16:00:11.9751758Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polar_cpu_float64 2022-09-27T16:00:11.9778503Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polar_cpu_float64 2022-09-27T16:00:12.0423761Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:00:12.0450252Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:00:12.0481632Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:00:12.0915167Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:00:12.0925264Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:00:12.1396090Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:00:12.1405189Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:00:12.1876745Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:00:12.1886612Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:00:12.2229924Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:00:12.2240393Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_complex128 2022-09-27T16:00:12.2289154Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_float64 2022-09-27T16:00:12.3167434Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_complex128 2022-09-27T16:00:12.3185924Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_float64 2022-09-27T16:00:12.3219517Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_complex128 2022-09-27T16:00:12.3244563Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_complex128 2022-09-27T16:00:12.3560309Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_float64 2022-09-27T16:00:12.3802497Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_float64 2022-09-27T16:00:13.7691468Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_complex128 2022-09-27T16:00:13.7715017Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_complex128 2022-09-27T16:00:14.1391376Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_float64 2022-09-27T16:00:14.1435623Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_float64 2022-09-27T16:00:14.8532532Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_complex128 2022-09-27T16:00:14.8566685Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_complex128 2022-09-27T16:00:15.1443519Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_float64 2022-09-27T16:00:15.1485066Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_float64 2022-09-27T16:00:15.2945522Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_float64 2022-09-27T16:00:15.2973058Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_float64 2022-09-27T16:00:15.5090713Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_complex128 2022-09-27T16:00:15.5117158Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_complex128 2022-09-27T16:00:15.5530932Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_float64 2022-09-27T16:00:15.5563007Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_float64 2022-09-27T16:00:16.7238953Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_complex128 2022-09-27T16:00:16.7281256Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_complex128 2022-09-27T16:00:16.7837713Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_float64 2022-09-27T16:00:16.7864714Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_complex128 2022-09-27T16:00:16.8922301Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_float64 2022-09-27T16:00:16.8948812Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_float64 2022-09-27T16:00:17.1530775Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_complex128 2022-09-27T16:00:17.1554336Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_float64 2022-09-27T16:00:17.5990936Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_complex128 2022-09-27T16:00:17.6017506Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_complex128 2022-09-27T16:00:17.7447992Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_float64 2022-09-27T16:00:17.7487840Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_float64 2022-09-27T16:00:17.7553580Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_complex128 2022-09-27T16:00:17.7946156Z [gw1] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_complex128 2022-09-27T16:00:17.8253393Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_float64 2022-09-27T16:00:17.8406794Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_float64 2022-09-27T16:00:17.9610026Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_topk_cpu_float64 2022-09-27T16:00:17.9637609Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_topk_cpu_float64 2022-09-27T16:00:18.0156096Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_complex128 2022-09-27T16:00:18.0184014Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_complex128 2022-09-27T16:00:18.0334249Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_float64 2022-09-27T16:00:18.0722643Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_float64 2022-09-27T16:00:18.2982049Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_complex128 2022-09-27T16:00:18.3004447Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_complex128 2022-09-27T16:00:18.3369114Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_float64 2022-09-27T16:00:18.3521238Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_float64 2022-09-27T16:00:18.4424982Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_complex128 2022-09-27T16:00:18.4449504Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_complex128 2022-09-27T16:00:18.6565899Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_float64 2022-09-27T16:00:18.6591801Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_float64 2022-09-27T16:00:19.2674399Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_complex128 2022-09-27T16:00:19.2706331Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_complex128 2022-09-27T16:00:19.5490457Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_float64 2022-09-27T16:00:19.5517452Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_float64 2022-09-27T16:00:20.4355387Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_complex128 2022-09-27T16:00:20.4526763Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_complex128 2022-09-27T16:00:20.8317503Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_float64 2022-09-27T16:00:20.8359308Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_float64 2022-09-27T16:00:22.4133656Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_complex128 2022-09-27T16:00:22.4144074Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_complex128 2022-09-27T16:00:22.4477078Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_float64 2022-09-27T16:00:22.4505503Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_complex128 2022-09-27T16:00:22.7479734Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_float64 2022-09-27T16:00:22.7504613Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_float64 2022-09-27T16:00:23.1591258Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_complex128 2022-09-27T16:00:23.1625105Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_float64 2022-09-27T16:00:23.2484721Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_quantile_cpu_float64 2022-09-27T16:00:23.2509125Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_complex128 2022-09-27T16:00:23.3610035Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_float64 2022-09-27T16:00:23.3647595Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_float64 2022-09-27T16:00:23.8186650Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_complex128 2022-09-27T16:00:23.8218046Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_complex128 2022-09-27T16:00:23.9408188Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_float64 2022-09-27T16:00:23.9434799Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_float64 2022-09-27T16:00:24.2711157Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_complex128 2022-09-27T16:00:24.2744904Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_quantile_cpu_float64 2022-09-27T16:00:24.2962182Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rad2deg_cpu_float64 2022-09-27T16:00:24.3223867Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rad2deg_cpu_float64 2022-09-27T16:00:24.3237540Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_complex128 2022-09-27T16:00:24.3633895Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_complex128 2022-09-27T16:00:24.3681698Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_float64 2022-09-27T16:00:24.4096254Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_float64 2022-09-27T16:00:24.4108225Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randint_like_cpu_float64 2022-09-27T16:00:24.4536481Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randint_like_cpu_float64 2022-09-27T16:00:24.4548556Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_complex128 2022-09-27T16:00:24.4982956Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_complex128 2022-09-27T16:00:24.4996988Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_float64 2022-09-27T16:00:24.5421245Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_float64 2022-09-27T16:00:24.5434428Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_complex128 2022-09-27T16:00:24.5860084Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_complex128 2022-09-27T16:00:24.5873598Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_float64 2022-09-27T16:00:24.6268275Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_float64 2022-09-27T16:00:24.7401215Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_complex128 2022-09-27T16:00:24.7573426Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_complex128 2022-09-27T16:00:24.7948594Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_float64 2022-09-27T16:00:24.8088701Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_complex128 2022-09-27T16:00:24.8443907Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_float64 2022-09-27T16:00:24.8523495Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_float64 2022-09-27T16:00:24.9626089Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_complex128 2022-09-27T16:00:24.9653465Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_complex128 2022-09-27T16:00:24.9680391Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_float64 2022-09-27T16:00:24.9705738Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_float64 2022-09-27T16:00:24.9799589Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trunc_cpu_float64 2022-09-27T16:00:24.9885279Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trunc_cpu_float64 2022-09-27T16:00:25.0083401Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_float64 2022-09-27T16:00:25.0179812Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_complex128 2022-09-27T16:00:25.1118234Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_complex128 2022-09-27T16:00:25.1144255Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_complex128 2022-09-27T16:00:25.1590533Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_float64 2022-09-27T16:00:25.1631562Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_float64 2022-09-27T16:00:25.3631898Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_remainder_cpu_float64 2022-09-27T16:00:25.3671293Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_remainder_cpu_float64 2022-09-27T16:00:25.6026762Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_complex128 2022-09-27T16:00:25.6071900Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_complex128 2022-09-27T16:00:25.7291451Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_float64 2022-09-27T16:00:25.7343232Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_float64 2022-09-27T16:00:25.9421623Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_complex128 2022-09-27T16:00:25.9471534Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_complex128 2022-09-27T16:00:26.0785428Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_float64 2022-09-27T16:00:26.0831685Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_float64 2022-09-27T16:00:26.1586319Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_complex128 2022-09-27T16:00:26.1640928Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_complex128 2022-09-27T16:00:26.2544760Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_float64 2022-09-27T16:00:26.2598537Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_float64 2022-09-27T16:00:27.2325469Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_complex128 2022-09-27T16:00:27.2379982Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_complex128 2022-09-27T16:00:27.2538149Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_float64 2022-09-27T16:00:27.2566581Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_complex128 2022-09-27T16:00:27.3353654Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_float64 2022-09-27T16:00:27.3388375Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_float64 2022-09-27T16:00:27.4577420Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T16:00:27.4626479Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_float64 2022-09-27T16:00:27.4726362Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_complex128 2022-09-27T16:00:27.5125753Z [gw1] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_complex128 2022-09-27T16:00:27.5136253Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_float64 2022-09-27T16:00:27.5278438Z [gw1] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_float64 2022-09-27T16:00:27.5305724Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T16:00:27.5568526Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_float64 2022-09-27T16:00:27.5578547Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_consecutive_cpu_float64 2022-09-27T16:00:27.5781336Z [gw1] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_consecutive_cpu_float64 2022-09-27T16:00:27.5805823Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_float64 2022-09-27T16:00:27.5973917Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_complex128 2022-09-27T16:00:27.6019006Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_cpu_float64 2022-09-27T16:00:27.6522603Z [gw1] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_cpu_float64 2022-09-27T16:00:27.7587712Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_complex128 2022-09-27T16:00:27.7631278Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_complex128 2022-09-27T16:00:27.8062053Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_float64 2022-09-27T16:00:27.8105266Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_float64 2022-09-27T16:00:28.0724044Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_complex128 2022-09-27T16:00:28.0761047Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_complex128 2022-09-27T16:00:28.1193206Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_float64 2022-09-27T16:00:28.1231444Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_complex128 2022-09-27T16:00:28.1584216Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_float64 2022-09-27T16:00:28.1622853Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_float64 2022-09-27T16:00:28.1930661Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_complex128 2022-09-27T16:00:28.1981582Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_float64 2022-09-27T16:00:28.2050218Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_complex128 2022-09-27T16:00:28.2485156Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_complex128 2022-09-27T16:00:28.2492324Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_float64 2022-09-27T16:00:28.2967325Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_float64 2022-09-27T16:00:28.2977809Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_complex128 2022-09-27T16:00:28.3407271Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_complex128 2022-09-27T16:00:28.3417518Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_float64 2022-09-27T16:00:28.3882752Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_float64 2022-09-27T16:00:28.4639149Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_complex128 2022-09-27T16:00:28.4691175Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_complex128 2022-09-27T16:00:28.4947571Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_float64 2022-09-27T16:00:28.5192340Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_float64 2022-09-27T16:00:28.5597233Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_complex128 2022-09-27T16:00:28.5628810Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_complex128 2022-09-27T16:00:28.5637806Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_complex128 2022-09-27T16:00:28.5652471Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_float64 2022-09-27T16:00:28.5873258Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_float64 2022-09-27T16:00:28.6202892Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_float64 2022-09-27T16:00:28.7075651Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_complex128 2022-09-27T16:00:28.7113431Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_float64 2022-09-27T16:00:29.3222132Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_complex128 2022-09-27T16:00:29.3381132Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_complex128 2022-09-27T16:00:29.4850974Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_float64 2022-09-27T16:00:29.4879983Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_float64 2022-09-27T16:00:29.5049004Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_complex128 2022-09-27T16:00:29.5070687Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_complex128 2022-09-27T16:00:29.5853954Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_float64 2022-09-27T16:00:29.5881014Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_float64 2022-09-27T16:00:29.7044336Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_complex128 2022-09-27T16:00:29.7086824Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_complex128 2022-09-27T16:00:29.7357815Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_float64 2022-09-27T16:00:29.7585502Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_float64 2022-09-27T16:00:29.7728654Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_complex_cpu_float64 2022-09-27T16:00:29.8042706Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_complex_cpu_float64 2022-09-27T16:00:29.9471961Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_complex128 2022-09-27T16:00:29.9500043Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_complex128 2022-09-27T16:00:29.9840490Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_float64 2022-09-27T16:00:30.0002068Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_float64 2022-09-27T16:00:30.0270126Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_real_cpu_complex128 2022-09-27T16:00:30.0483013Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_real_cpu_complex128 2022-09-27T16:00:30.3598949Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_complex128 2022-09-27T16:00:30.3635741Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_complex128 2022-09-27T16:00:30.4306838Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_float64 2022-09-27T16:00:30.4339843Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_float64 2022-09-27T16:00:30.5417035Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_complex128 2022-09-27T16:00:30.5439058Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_complex128 2022-09-27T16:00:30.5737306Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_float64 2022-09-27T16:00:30.5962683Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_float64 2022-09-27T16:00:30.7160054Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_complex128 2022-09-27T16:00:30.7194606Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_complex128 2022-09-27T16:00:30.8755718Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_float64 2022-09-27T16:00:30.8794436Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_complex128 2022-09-27T16:00:30.9457815Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_float64 2022-09-27T16:00:30.9497268Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_float64 2022-09-27T16:00:31.1274633Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_complex128 2022-09-27T16:00:31.1307362Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_float64 2022-09-27T16:00:31.1443716Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_cpu_float64 2022-09-27T16:00:31.1842093Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_cpu_float64 2022-09-27T16:00:31.1890181Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_0_cpu_float64 2022-09-27T16:00:31.2239283Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_0_cpu_float64 2022-09-27T16:00:31.2239983Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_3_cpu_float64 2022-09-27T16:00:31.2679226Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_3_cpu_float64 2022-09-27T16:00:31.2679894Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:00:31.3163520Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:00:31.4452797Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_complex128 2022-09-27T16:00:31.4469629Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_complex128 2022-09-27T16:00:31.4648462Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_float64 2022-09-27T16:00:31.4706076Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_float64 2022-09-27T16:00:31.4724064Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_complex128 2022-09-27T16:00:31.5000648Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_float64 2022-09-27T16:00:31.5948757Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_complex128 2022-09-27T16:00:31.5982802Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_float64 2022-09-27T16:00:31.8011721Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_xlogy_cpu_float64 2022-09-27T16:00:31.8046868Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_xlogy_cpu_float64 2022-09-27T16:00:31.9064392Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_complex128 2022-09-27T16:00:31.9088393Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_complex128 2022-09-27T16:00:31.9313171Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_float64 2022-09-27T16:00:31.9566012Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_float64 2022-09-27T16:00:31.9570818Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_complex128 2022-09-27T16:00:32.0049158Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_complex128 2022-09-27T16:00:32.0055297Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_float64 2022-09-27T16:00:32.0489562Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_float64 2022-09-27T16:00:32.0495316Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_complex128 2022-09-27T16:00:32.0926718Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_complex128 2022-09-27T16:00:32.0934613Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_float64 2022-09-27T16:00:32.1443513Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_float64 2022-09-27T16:00:32.1707799Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_complex128 2022-09-27T16:00:32.1728078Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_complex128 2022-09-27T16:00:32.2894058Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_float64 2022-09-27T16:00:32.2916624Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_float64 2022-09-27T16:00:32.8930860Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_complex128 2022-09-27T16:00:32.8955046Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_complex128 2022-09-27T16:00:33.0151822Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_float64 2022-09-27T16:00:33.0180619Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_float64 2022-09-27T16:00:33.4722221Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_complex128 2022-09-27T16:00:33.4746469Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_complex128 2022-09-27T16:00:33.5973480Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_float64 2022-09-27T16:00:33.5996252Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_float64 2022-09-27T16:00:34.0075143Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:00:34.0099537Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:00:34.3096325Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:00:34.3125664Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:00:34.6123276Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:00:34.6159231Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:00:35.1001515Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:00:35.1022699Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:00:35.3205925Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:00:35.3234406Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:00:35.3279690Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_searchsorted_cpu_float64 2022-09-27T16:00:35.3732243Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_searchsorted_cpu_float64 2022-09-27T16:00:35.3742938Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:00:35.4213904Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:00:35.4224710Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:00:35.4683136Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:00:35.5919117Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_complex128 2022-09-27T16:00:35.5948571Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_complex128 2022-09-27T16:00:35.6346727Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_float64 2022-09-27T16:00:35.6418080Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_float64 2022-09-27T16:00:35.7114864Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_scatter_cpu_float64 2022-09-27T16:00:35.7144223Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_scatter_cpu_float64 2022-09-27T16:00:35.7649347Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_complex128 2022-09-27T16:00:35.7677458Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_complex128 2022-09-27T16:00:35.7761385Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_float64 2022-09-27T16:00:35.8136091Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_float64 2022-09-27T16:00:35.8147462Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_complex128 2022-09-27T16:00:35.8573856Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_complex128 2022-09-27T16:00:35.8583984Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_float64 2022-09-27T16:00:35.9043987Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_float64 2022-09-27T16:00:36.0375936Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_complex128 2022-09-27T16:00:36.0403527Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_complex128 2022-09-27T16:00:36.0891127Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_float64 2022-09-27T16:00:36.0920368Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_float64 2022-09-27T16:00:36.1004696Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sign_cpu_float64 2022-09-27T16:00:36.1375569Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sign_cpu_float64 2022-09-27T16:00:36.1386590Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_signbit_cpu_float64 2022-09-27T16:00:36.1843875Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_signbit_cpu_float64 2022-09-27T16:00:36.2825052Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_complex128 2022-09-27T16:00:36.2853650Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_complex128 2022-09-27T16:00:36.2960577Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_float64 2022-09-27T16:00:36.3302082Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_float64 2022-09-27T16:00:36.5195044Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_complex128 2022-09-27T16:00:36.5567373Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_complex128 2022-09-27T16:00:36.6238978Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_float64 2022-09-27T16:00:36.6270196Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_float64 2022-09-27T16:00:36.6719918Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_complex128 2022-09-27T16:00:36.6738069Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_complex128 2022-09-27T16:00:36.6829356Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_float64 2022-09-27T16:00:36.7169355Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_float64 2022-09-27T16:00:37.1410961Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_scatter_cpu_float64 2022-09-27T16:00:37.1431212Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_scatter_cpu_float64 2022-09-27T16:00:37.2230406Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_cpu_float64 2022-09-27T16:00:37.2253504Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_cpu_float64 2022-09-27T16:00:37.3998753Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:00:37.4025588Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:00:37.4465822Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:00:37.4491878Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:00:37.7511294Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sort_cpu_float64 2022-09-27T16:00:37.7539366Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sort_cpu_float64 2022-09-27T16:00:37.7573663Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:00:37.7966022Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:00:37.8004594Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:00:37.8445511Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:00:37.8478872Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_airy_ai_cpu_float64 2022-09-27T16:00:37.8884254Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_airy_ai_cpu_float64 2022-09-27T16:00:37.8918545Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T16:00:37.9365324Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T16:00:37.9397271Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T16:00:37.9805926Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T16:00:37.9845447Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T16:00:38.0246917Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T16:00:38.0284773Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T16:00:38.0686843Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T16:00:38.0728150Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:38.1127500Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:38.1164287Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:00:38.1567557Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:00:38.1598757Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:00:38.2009532Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:00:38.2037216Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:38.2447820Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:38.2676425Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_entr_cpu_float64 2022-09-27T16:00:38.2885502Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_entr_cpu_float64 2022-09-27T16:00:38.3044096Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_erfcx_cpu_float64 2022-09-27T16:00:38.3059550Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_complex128 2022-09-27T16:00:38.3097952Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_float64 2022-09-27T16:00:38.3118022Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_float64 2022-09-27T16:00:38.3265016Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_erfcx_cpu_float64 2022-09-27T16:00:38.3286194Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_complex128 2022-09-27T16:00:38.3344182Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_float64 2022-09-27T16:00:38.3371816Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:00:38.3516512Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:00:38.3638226Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_complex128 2022-09-27T16:00:38.3807171Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_complex128 2022-09-27T16:00:38.3813610Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:00:38.3956265Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:00:38.3993084Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_float64 2022-09-27T16:00:38.4260187Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_float64 2022-09-27T16:00:38.4411474Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i0e_cpu_float64 2022-09-27T16:00:38.4417425Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i0e_cpu_float64 2022-09-27T16:00:38.4685691Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_complex128 2022-09-27T16:00:38.5010859Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1_cpu_float64 2022-09-27T16:00:38.5125100Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1_cpu_float64 2022-09-27T16:00:38.5518391Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1e_cpu_float64 2022-09-27T16:00:38.5563371Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1e_cpu_float64 2022-09-27T16:00:38.5604578Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:00:38.6034650Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:00:38.6040413Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:00:38.6561946Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:00:38.6652577Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T16:00:38.6679278Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_complex128 2022-09-27T16:00:38.6729421Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_float64 2022-09-27T16:00:38.6928714Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T16:00:38.6937634Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:00:38.6961165Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_float64 2022-09-27T16:00:38.7085731Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:00:38.7365742Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_complex128 2022-09-27T16:00:38.7399701Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:00:38.7805540Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:00:38.7838898Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:00:38.8246292Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:00:38.8280010Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:00:38.8655927Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:00:38.8664945Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_complex128 2022-09-27T16:00:38.8778983Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_float64 2022-09-27T16:00:38.8942941Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtr_cpu_float64 2022-09-27T16:00:38.9031299Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_float64 2022-09-27T16:00:38.9084377Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtr_cpu_float64 2022-09-27T16:00:38.9165040Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_complex128 2022-09-27T16:00:38.9368919Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtri_cpu_float64 2022-09-27T16:00:38.9606628Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtri_cpu_float64 2022-09-27T16:00:39.0283388Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:00:39.0303512Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:00:39.0320268Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:00:39.0771735Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:00:39.0783715Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:00:39.0880625Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:00:39.0897310Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_complex128 2022-09-27T16:00:39.1148038Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_float64 2022-09-27T16:00:39.1198878Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_float64 2022-09-27T16:00:39.1203573Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:39.1332909Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:39.1637995Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_complex128 2022-09-27T16:00:39.1647804Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:00:39.2044897Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:00:39.2061535Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:00:39.2487278Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:00:39.2509974Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:39.2925282Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:39.2957539Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:00:39.3406870Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:00:39.3782234Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_xlog1py_cpu_float64 2022-09-27T16:00:39.3803404Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_complex128 2022-09-27T16:00:39.4158806Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_float64 2022-09-27T16:00:39.4245619Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_float64 2022-09-27T16:00:39.4822349Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmod___cpu_float64 2022-09-27T16:00:39.4862420Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmod___cpu_float64 2022-09-27T16:00:39.5873762Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_complex128 2022-09-27T16:00:39.5947199Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_xlog1py_cpu_float64 2022-09-27T16:00:39.6009936Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_zeta_cpu_float64 2022-09-27T16:00:39.6405118Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_zeta_cpu_float64 2022-09-27T16:00:39.7652069Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_complex128 2022-09-27T16:00:39.7679198Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_complex128 2022-09-27T16:00:39.7741709Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_float64 2022-09-27T16:00:39.7924722Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_complex128 2022-09-27T16:00:39.7956395Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_float64 2022-09-27T16:00:39.8114663Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_float64 2022-09-27T16:00:39.8115609Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_complex128 2022-09-27T16:00:39.8200317Z [gw1] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_complex128 2022-09-27T16:00:39.8441801Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_float64 2022-09-27T16:00:39.8471479Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_complex128 2022-09-27T16:00:39.8489260Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:00:39.8558033Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:00:39.8558627Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_float64 2022-09-27T16:00:39.9001679Z [gw1] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_float64 2022-09-27T16:00:40.0866993Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_complex128 2022-09-27T16:00:40.0872042Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_complex128 2022-09-27T16:00:40.1027098Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_float64 2022-09-27T16:00:40.1036104Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_complex128 2022-09-27T16:00:40.1237332Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_float64 2022-09-27T16:00:40.1284366Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_float64 2022-09-27T16:00:40.1321609Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_float64 2022-09-27T16:00:40.1520768Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T16:00:40.3560193Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amax_cpu_float64 2022-09-27T16:00:40.3587435Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T16:00:40.3725096Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_float64 2022-09-27T16:00:40.3752146Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amax_cpu_float64 2022-09-27T16:00:40.3984097Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amin_cpu_float64 2022-09-27T16:00:40.4043661Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_float64 2022-09-27T16:00:40.5144274Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_complex128 2022-09-27T16:00:40.5194055Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_complex128 2022-09-27T16:00:40.5365491Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_float64 2022-09-27T16:00:40.5682709Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_float64 2022-09-27T16:00:40.6913006Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_complex128 2022-09-27T16:00:40.7024245Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_complex128 2022-09-27T16:00:40.7369309Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_float64 2022-09-27T16:00:40.7484056Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_float64 2022-09-27T16:00:40.7831261Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_complex128 2022-09-27T16:00:40.7887641Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amin_cpu_float64 2022-09-27T16:00:40.7973693Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmax_cpu_float64 2022-09-27T16:00:40.8372222Z [gw1] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmax_cpu_float64 2022-09-27T16:00:40.8373088Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmin_cpu_float64 2022-09-27T16:00:40.8768670Z [gw1] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmin_cpu_float64 2022-09-27T16:00:41.0757962Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_complex128 2022-09-27T16:00:41.0816663Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_complex128 2022-09-27T16:00:41.1126638Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_float64 2022-09-27T16:00:41.1363403Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_float64 2022-09-27T16:00:41.1812099Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_complex128 2022-09-27T16:00:41.1841477Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_complex128 2022-09-27T16:00:41.2272832Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_float64 2022-09-27T16:00:41.2298208Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_float64 2022-09-27T16:00:41.3765614Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_complex128 2022-09-27T16:00:41.3799360Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_complex128 2022-09-27T16:00:41.4134835Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_float64 2022-09-27T16:00:41.4206524Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_float64 2022-09-27T16:00:41.4745718Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_log_softmax_cpu_float64 2022-09-27T16:00:41.4776996Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_log_softmax_cpu_float64 2022-09-27T16:00:41.5380239Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logaddexp_cpu_float64 2022-09-27T16:00:41.5413601Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logaddexp_cpu_float64 2022-09-27T16:00:41.9254766Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logsumexp_cpu_float64 2022-09-27T16:00:41.9277011Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logsumexp_cpu_float64 2022-09-27T16:00:41.9288675Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_complex128 2022-09-27T16:00:41.9300499Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_complex128 2022-09-27T16:00:42.0457208Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_float64 2022-09-27T16:00:42.0478837Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_float64 2022-09-27T16:00:42.4856945Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_complex128 2022-09-27T16:00:42.4882146Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_complex128 2022-09-27T16:00:42.6295826Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_float64 2022-09-27T16:00:42.6331078Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_float64 2022-09-27T16:00:43.1453430Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_complex128 2022-09-27T16:00:43.1479931Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_complex128 2022-09-27T16:00:43.2396395Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_float64 2022-09-27T16:00:43.2423251Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_float64 2022-09-27T16:00:43.5836719Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_complex128 2022-09-27T16:00:43.5866326Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_complex128 2022-09-27T16:00:43.6806915Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_float64 2022-09-27T16:00:43.6834063Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_complex128 2022-09-27T16:00:43.8006535Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_float64 2022-09-27T16:00:43.8032433Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_float64 2022-09-27T16:00:44.1729096Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_complex128 2022-09-27T16:00:44.1892421Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_float64 2022-09-27T16:00:44.2356884Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_median_cpu_float64 2022-09-27T16:00:44.2365947Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_median_cpu_float64 2022-09-27T16:00:44.4073095Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_norm_cpu_float64 2022-09-27T16:00:44.4099707Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_complex128 2022-09-27T16:00:44.5081576Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_float64 2022-09-27T16:00:44.5108717Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_float64 2022-09-27T16:00:45.1129944Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_complex128 2022-09-27T16:00:45.1159577Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_complex128 2022-09-27T16:00:45.2028716Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_float64 2022-09-27T16:00:45.2041412Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_float64 2022-09-27T16:00:45.5296002Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_complex128 2022-09-27T16:00:45.5317243Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_complex128 2022-09-27T16:00:45.5995367Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_float64 2022-09-27T16:00:45.6022047Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_float64 2022-09-27T16:00:45.6812349Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_complex128 2022-09-27T16:00:45.6835259Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_norm_cpu_float64 2022-09-27T16:00:46.0665240Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_complex128 2022-09-27T16:00:46.0677744Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:00:46.1481419Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:00:46.1495954Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_complex128 2022-09-27T16:00:46.2567457Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_float64 2022-09-27T16:00:46.2586665Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_float64 2022-09-27T16:00:46.3296414Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_complex128 2022-09-27T16:00:46.3313341Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_float64 2022-09-27T16:00:46.4089817Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_complex128 2022-09-27T16:00:46.4106601Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_complex128 2022-09-27T16:00:46.4281006Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_float64 2022-09-27T16:00:46.4529614Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_float64 2022-09-27T16:00:47.3199501Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:00:47.3209710Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:00:47.3229568Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_complex128 2022-09-27T16:00:47.3249149Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_float64 2022-09-27T16:00:47.4346087Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:00:47.4373613Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:00:47.4537162Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_deg2rad_cpu_float64 2022-09-27T16:00:47.4806903Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_deg2rad_cpu_float64 2022-09-27T16:00:47.5440136Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_complex128 2022-09-27T16:00:47.5462176Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_float64 2022-09-27T16:00:47.6273971Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmax_cpu_float64 2022-09-27T16:00:47.6296433Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmax_cpu_float64 2022-09-27T16:00:47.6782892Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmin_cpu_float64 2022-09-27T16:00:47.6805818Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmin_cpu_float64 2022-09-27T16:00:47.9517266Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_complex128 2022-09-27T16:00:47.9544641Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_complex128 2022-09-27T16:00:48.0251630Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_float64 2022-09-27T16:00:48.0280734Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_float64 2022-09-27T16:00:48.5318112Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_complex128 2022-09-27T16:00:48.5344472Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_complex128 2022-09-27T16:00:48.6055415Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_float64 2022-09-27T16:00:48.6083140Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_float64 2022-09-27T16:00:48.7148659Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_complex128 2022-09-27T16:00:48.7176614Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_complex128 2022-09-27T16:00:48.7436924Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_float64 2022-09-27T16:00:48.7682507Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_float64 2022-09-27T16:00:49.2218634Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_complex128 2022-09-27T16:00:49.2254218Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_complex128 2022-09-27T16:00:49.2654805Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_float64 2022-09-27T16:00:49.2673368Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:00:49.3682081Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:00:49.3702570Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_complex128 2022-09-27T16:00:49.4416896Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_float64 2022-09-27T16:00:49.4438364Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_float64 2022-09-27T16:00:49.5697916Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T16:00:49.5735194Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_float64 2022-09-27T16:00:49.6261747Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_complex128 2022-09-27T16:00:49.6291033Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:00:49.6515174Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:00:49.6537875Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T16:00:50.3177317Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_complex128 2022-09-27T16:00:50.3191995Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_complex128 2022-09-27T16:00:50.4582487Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_float64 2022-09-27T16:00:50.4610776Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_float64 2022-09-27T16:00:50.7893990Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_complex128 2022-09-27T16:00:50.7928366Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:00:51.0022662Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:00:51.0054984Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:00:51.0101924Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:00:51.0505099Z [gw0] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:00:51.0550532Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:00:51.0982255Z [gw0] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:00:51.0989897Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:00:51.1420003Z [gw0] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:00:51.1427661Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:00:51.1872930Z [gw0] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:00:51.6879466Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:00:51.6902749Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_complex128 2022-09-27T16:00:51.9814871Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_float64 2022-09-27T16:00:51.9848304Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:00:52.0709016Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:00:52.0731952Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_float64 2022-09-27T16:00:52.0842955Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_complex128 2022-09-27T16:00:52.1138389Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_complex128 2022-09-27T16:00:52.1161685Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:00:52.1261760Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_complex128 2022-09-27T16:00:52.1266984Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_float64 2022-09-27T16:00:52.1722819Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_float64 2022-09-27T16:00:52.1932175Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_complex128 2022-09-27T16:00:52.2102222Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_complex128 2022-09-27T16:00:52.2182242Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_float64 2022-09-27T16:00:52.2602415Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_float64 2022-09-27T16:00:52.2761481Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_complex128 2022-09-27T16:00:52.3037578Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_complex128 2022-09-27T16:00:52.3042261Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_float64 2022-09-27T16:00:52.3481917Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_float64 2022-09-27T16:00:52.5572925Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_complex128 2022-09-27T16:00:52.5594946Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_complex128 2022-09-27T16:00:52.5866230Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_float64 2022-09-27T16:00:52.6122729Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_float64 2022-09-27T16:00:52.9561562Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_complex128 2022-09-27T16:00:52.9604252Z [gw0] [ 45%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_complex128 2022-09-27T16:00:53.3186154Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_float64 2022-09-27T16:00:53.3207719Z [gw0] [ 45%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_float64 2022-09-27T16:00:53.3533439Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:00:53.3587032Z [gw0] [ 45%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:00:53.3608903Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_complex128 2022-09-27T16:00:53.3721276Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_float64 2022-09-27T16:00:53.3772549Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:00:53.4163438Z [gw0] [ 45%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:00:53.4504222Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T16:00:53.4527093Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_float64 2022-09-27T16:00:54.0397221Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_complex128 2022-09-27T16:00:54.0432873Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_complex128 2022-09-27T16:00:54.1202425Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_float64 2022-09-27T16:00:54.1225146Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_float64 2022-09-27T16:00:54.4648299Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_complex128 2022-09-27T16:00:54.4671560Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_complex128 2022-09-27T16:00:54.5432328Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_float64 2022-09-27T16:00:54.5470403Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_float64 2022-09-27T16:00:54.8734585Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_complex128 2022-09-27T16:00:54.8928617Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_complex128 2022-09-27T16:00:54.9410722Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_float64 2022-09-27T16:00:54.9435817Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_float64 2022-09-27T16:00:55.0171235Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-09-27T16:00:55.0196426Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_complex128 2022-09-27T16:00:55.1886833Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_float64 2022-09-27T16:00:55.1923719Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-09-27T16:00:55.2247788Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_float64 2022-09-27T16:00:55.2365772Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_float64 2022-09-27T16:00:55.5204670Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_complex128 2022-09-27T16:00:55.5237212Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_complex128 2022-09-27T16:00:55.5780457Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_float64 2022-09-27T16:00:55.5813693Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_float64 2022-09-27T16:00:55.6307029Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_complex128 2022-09-27T16:00:55.6329274Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T16:00:55.7070032Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_float64 2022-09-27T16:00:55.7092683Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_complex128 2022-09-27T16:00:55.7881126Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_float64 2022-09-27T16:00:55.7937614Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_float64 2022-09-27T16:00:55.8031910Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_complex128 2022-09-27T16:00:55.8447196Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_complex128 2022-09-27T16:00:55.8451798Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_float64 2022-09-27T16:00:55.8928911Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_float64 2022-09-27T16:00:55.8935871Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_complex128 2022-09-27T16:00:55.9298673Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_complex128 2022-09-27T16:00:55.9325747Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_float64 2022-09-27T16:00:55.9404459Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:00:55.9414307Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_float64 2022-09-27T16:00:55.9922400Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_float64 2022-09-27T16:00:56.0052889Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amax_cpu_float64 2022-09-27T16:00:56.0298411Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amax_cpu_float64 2022-09-27T16:00:56.0487511Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amin_cpu_float64 2022-09-27T16:00:56.0771696Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amin_cpu_float64 2022-09-27T16:00:56.0772458Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_aminmax_cpu_float64 2022-09-27T16:00:56.1066760Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_aminmax_cpu_float64 2022-09-27T16:00:56.1094532Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_float64 2022-09-27T16:00:56.1242744Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_digamma_cpu_float64 2022-09-27T16:00:56.1291131Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_complex128 2022-09-27T16:00:56.1423717Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_complex128 2022-09-27T16:00:56.1565885Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_digamma_cpu_float64 2022-09-27T16:00:56.1646053Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_complex128 2022-09-27T16:00:56.1702218Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_float64 2022-09-27T16:00:56.2127066Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_float64 2022-09-27T16:00:56.2130609Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_complex128 2022-09-27T16:00:56.2569262Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_complex128 2022-09-27T16:00:56.2573731Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_float64 2022-09-27T16:00:56.3006671Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_float64 2022-09-27T16:00:56.3012040Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_arange_cpu_float64 2022-09-27T16:00:56.3451033Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_arange_cpu_float64 2022-09-27T16:00:56.3460972Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmax_cpu_float64 2022-09-27T16:00:56.3887623Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmax_cpu_float64 2022-09-27T16:00:56.3897783Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmin_cpu_float64 2022-09-27T16:00:56.4328761Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmin_cpu_float64 2022-09-27T16:00:56.4339088Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argsort_cpu_float64 2022-09-27T16:00:56.4734652Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argsort_cpu_float64 2022-09-27T16:00:56.4787686Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_complex128 2022-09-27T16:00:56.5166131Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_complex128 2022-09-27T16:00:56.5201275Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_float64 2022-09-27T16:00:56.5605222Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_float64 2022-09-27T16:00:56.5622476Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_complex128 2022-09-27T16:00:56.5637635Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:00:56.5644883Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_complex128 2022-09-27T16:00:56.6045027Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:00:56.6070236Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_float64 2022-09-27T16:00:56.6418127Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_float64 2022-09-27T16:00:56.6429999Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:00:56.6458967Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:00:56.6482887Z [gw0] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:00:56.6885339Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-09-27T16:00:56.6888214Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:00:56.7361267Z [gw0] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:00:56.7629134Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_complex128 2022-09-27T16:00:56.7651110Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-09-27T16:00:56.7930377Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_float64 2022-09-27T16:00:56.8122447Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_float64 2022-09-27T16:00:56.8234085Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_complex128 2022-09-27T16:00:56.8584305Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_complex128 2022-09-27T16:00:56.8593313Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_float64 2022-09-27T16:00:56.9041949Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_float64 2022-09-27T16:00:56.9102238Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_complex128 2022-09-27T16:00:56.9506964Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_complex128 2022-09-27T16:00:56.9516496Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_float64 2022-09-27T16:00:56.9962549Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_float64 2022-09-27T16:00:57.0274945Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan2_cpu_float64 2022-09-27T16:00:57.0364244Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan2_cpu_float64 2022-09-27T16:00:57.0737435Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_complex128 2022-09-27T16:00:57.0824516Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_complex128 2022-09-27T16:00:57.0871895Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_float64 2022-09-27T16:00:57.1285871Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_float64 2022-09-27T16:00:57.1423834Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_complex128 2022-09-27T16:00:57.1726020Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_complex128 2022-09-27T16:00:57.1776855Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_float64 2022-09-27T16:00:57.2167329Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_float64 2022-09-27T16:00:57.2988819Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_complex128 2022-09-27T16:00:57.3006281Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_complex128 2022-09-27T16:00:57.3128578Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_float64 2022-09-27T16:00:57.3485936Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_float64 2022-09-27T16:00:57.4994936Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_complex128 2022-09-27T16:00:57.5003511Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_complex128 2022-09-27T16:00:57.5159858Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_float64 2022-09-27T16:00:57.5448350Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_float64 2022-09-27T16:00:57.6294338Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_complex128 2022-09-27T16:00:57.6312657Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_complex128 2022-09-27T16:00:57.6441492Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_float64 2022-09-27T16:00:57.6726683Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_float64 2022-09-27T16:00:58.2096945Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_complex128 2022-09-27T16:00:58.2123073Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_complex128 2022-09-27T16:00:58.2423466Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_float64 2022-09-27T16:00:58.2643165Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_float64 2022-09-27T16:00:58.2754110Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bernoulli_cpu_float64 2022-09-27T16:00:58.3080646Z [gw1] [ 46%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bernoulli_cpu_float64 2022-09-27T16:00:58.3138629Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_complex128 2022-09-27T16:00:58.3590740Z [gw1] [ 46%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_complex128 2022-09-27T16:00:58.3597647Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_float64 2022-09-27T16:00:58.4042768Z [gw1] [ 46%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_float64 2022-09-27T16:00:58.4811791Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_complex128 2022-09-27T16:00:58.4823976Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_complex128 2022-09-27T16:00:58.4919895Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_float64 2022-09-27T16:00:58.5245644Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_float64 2022-09-27T16:00:58.5591530Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_complex128 2022-09-27T16:00:58.5725211Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_complex128 2022-09-27T16:00:58.5814733Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_float64 2022-09-27T16:00:58.6212954Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_float64 2022-09-27T16:00:58.6219250Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_complex128 2022-09-27T16:00:58.6653164Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_complex128 2022-09-27T16:00:58.6659409Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_float64 2022-09-27T16:00:58.7086541Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_float64 2022-09-27T16:00:58.7597031Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-09-27T16:00:58.7610896Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-09-27T16:00:58.7695444Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_float64 2022-09-27T16:00:58.8045169Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_float64 2022-09-27T16:00:58.8305403Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_complex128 2022-09-27T16:00:58.8486037Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_complex128 2022-09-27T16:00:58.8551875Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_float64 2022-09-27T16:00:58.8927324Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_float64 2022-09-27T16:00:58.8955825Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bucketize_cpu_float64 2022-09-27T16:00:58.9368074Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bucketize_cpu_float64 2022-09-27T16:00:58.9400338Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_complex128 2022-09-27T16:00:58.9808092Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_complex128 2022-09-27T16:00:58.9842873Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_float64 2022-09-27T16:00:59.0245166Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_float64 2022-09-27T16:00:59.0770180Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_complex128 2022-09-27T16:00:59.0785841Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_complex128 2022-09-27T16:00:59.0884897Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_float64 2022-09-27T16:00:59.1207740Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_float64 2022-09-27T16:00:59.2063835Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_complex128 2022-09-27T16:00:59.2079913Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_complex128 2022-09-27T16:00:59.2234571Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_float64 2022-09-27T16:00:59.2486630Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_float64 2022-09-27T16:00:59.2949761Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cdist_cpu_float64 2022-09-27T16:00:59.2967781Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cdist_cpu_float64 2022-09-27T16:00:59.3010456Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ceil_cpu_float64 2022-09-27T16:00:59.3442385Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ceil_cpu_float64 2022-09-27T16:00:59.3526827Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_complex128 2022-09-27T16:00:59.3846462Z [gw1] [ 46%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_complex128 2022-09-27T16:00:59.3953225Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_float64 2022-09-27T16:00:59.4249961Z [gw1] [ 46%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_float64 2022-09-27T16:00:59.4265562Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_complex128 2022-09-27T16:00:59.4283308Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_float64 2022-09-27T16:00:59.4331122Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_complex128 2022-09-27T16:00:59.4726719Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_complex128 2022-09-27T16:00:59.4773041Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_float64 2022-09-27T16:00:59.5167879Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_float64 2022-09-27T16:00:59.5426665Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_complex128 2022-09-27T16:00:59.5630744Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_complex128 2022-09-27T16:00:59.5737254Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_float64 2022-09-27T16:00:59.6048261Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_float64 2022-09-27T16:00:59.7731708Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-09-27T16:00:59.7777274Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_float64 2022-09-27T16:00:59.8511276Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:00:59.8523438Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-09-27T16:00:59.8847604Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_float64 2022-09-27T16:00:59.8967481Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_float64 2022-09-27T16:01:00.1551275Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_complex128 2022-09-27T16:01:00.1574154Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_complex128 2022-09-27T16:01:00.2043368Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_float64 2022-09-27T16:01:00.2065732Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_float64 2022-09-27T16:01:00.2588853Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_complex128 2022-09-27T16:01:00.2626799Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_complex128 2022-09-27T16:01:00.2807780Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_float64 2022-09-27T16:01:00.3085868Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_float64 2022-09-27T16:01:00.3322754Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_cpu_float64 2022-09-27T16:01:00.3523348Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_cpu_float64 2022-09-27T16:01:00.3531206Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_complex128 2022-09-27T16:01:00.3552833Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_max_cpu_float64 2022-09-27T16:01:00.3982247Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_float64 2022-09-27T16:01:00.4014727Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_max_cpu_float64 2022-09-27T16:01:00.4300726Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_min_cpu_float64 2022-09-27T16:01:00.4366871Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_min_cpu_float64 2022-09-27T16:01:00.4373186Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:01:00.4445669Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T16:01:00.4623842Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_complex128 2022-09-27T16:01:00.4889950Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_complex128 2022-09-27T16:01:00.4979924Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_float64 2022-09-27T16:01:00.5220951Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_float64 2022-09-27T16:01:00.5239546Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T16:01:00.5328307Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_complex128 2022-09-27T16:01:00.6241108Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_complex128 2022-09-27T16:01:00.6289860Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_complex128 2022-09-27T16:01:00.6479832Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_float64 2022-09-27T16:01:00.6773856Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_float64 2022-09-27T16:01:00.9393402Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_complex128 2022-09-27T16:01:00.9527197Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_complex128 2022-09-27T16:01:01.0101826Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_float64 2022-09-27T16:01:01.0145034Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_float64 2022-09-27T16:01:01.0628780Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_complex_cpu_float64 2022-09-27T16:01:01.0650924Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_complex_cpu_float64 2022-09-27T16:01:01.0815610Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_complex128 2022-09-27T16:01:01.1087373Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_complex128 2022-09-27T16:01:01.1147296Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_float64 2022-09-27T16:01:01.1539293Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_float64 2022-09-27T16:01:01.1642918Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_complex128 2022-09-27T16:01:01.1967089Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_complex128 2022-09-27T16:01:01.2012745Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_float64 2022-09-27T16:01:01.2406409Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_float64 2022-09-27T16:01:01.3124333Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-09-27T16:01:01.3142328Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_float64 2022-09-27T16:01:01.4549232Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T16:01:01.4593379Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T16:01:01.6108693Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:01:01.6136562Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-09-27T16:01:01.6739324Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_float64 2022-09-27T16:01:01.6766707Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_float64 2022-09-27T16:01:01.6906854Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_complex128 2022-09-27T16:01:01.7269522Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_complex128 2022-09-27T16:01:01.7279818Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_float64 2022-09-27T16:01:01.7722325Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_float64 2022-09-27T16:01:01.7941098Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_copysign_cpu_float64 2022-09-27T16:01:01.8085896Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_copysign_cpu_float64 2022-09-27T16:01:01.8756848Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_complex128 2022-09-27T16:01:01.8846983Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_complex128 2022-09-27T16:01:01.8944355Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_float64 2022-09-27T16:01:01.9326306Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_float64 2022-09-27T16:01:01.9509904Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_complex128 2022-09-27T16:01:01.9807163Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_complex128 2022-09-27T16:01:01.9852267Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_float64 2022-09-27T16:01:01.9878423Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_complex128 2022-09-27T16:01:01.9920805Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_float64 2022-09-27T16:01:02.0286577Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_float64 2022-09-27T16:01:02.0474534Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_complex128 2022-09-27T16:01:02.0766616Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_complex128 2022-09-27T16:01:02.0834053Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_float64 2022-09-27T16:01:02.1206320Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_float64 2022-09-27T16:01:02.1240467Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_complex128 2022-09-27T16:01:02.1686382Z [gw1] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_complex128 2022-09-27T16:01:02.1727189Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_float64 2022-09-27T16:01:02.2203379Z [gw1] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_float64 2022-09-27T16:01:02.2289737Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_complex128 2022-09-27T16:01:02.2566706Z [gw1] [ 47%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_complex128 2022-09-27T16:01:02.2721909Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_float64 2022-09-27T16:01:02.3111759Z [gw1] [ 47%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_float64 2022-09-27T16:01:02.3120019Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_float64 2022-09-27T16:01:02.3214185Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_complex128 2022-09-27T16:01:02.3768118Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:01:02.3783014Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_complex128 2022-09-27T16:01:02.3986520Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_float64 2022-09-27T16:01:02.4324956Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_float64 2022-09-27T16:01:02.4342820Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummax_cpu_float64 2022-09-27T16:01:02.4641187Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummax_cpu_float64 2022-09-27T16:01:02.4668015Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:01:02.4807483Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:01:02.4809665Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummin_cpu_float64 2022-09-27T16:01:02.5241898Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummin_cpu_float64 2022-09-27T16:01:02.7090027Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_complex128 2022-09-27T16:01:02.7201178Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:01:02.7932702Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:01:02.7965357Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:01:02.9259131Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_complex128 2022-09-27T16:01:02.9285239Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_complex128 2022-09-27T16:01:02.9447516Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_float64 2022-09-27T16:01:02.9573062Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_float64 2022-09-27T16:01:02.9591420Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_complex128 2022-09-27T16:01:02.9749469Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_float64 2022-09-27T16:01:03.1532727Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_complex128 2022-09-27T16:01:03.1616111Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_complex128 2022-09-27T16:01:03.1833076Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_float64 2022-09-27T16:01:03.2047689Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_float64 2022-09-27T16:01:03.4434825Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_complex128 2022-09-27T16:01:03.4458453Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_complex128 2022-09-27T16:01:03.5155544Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_float64 2022-09-27T16:01:03.5193688Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_float64 2022-09-27T16:01:03.7882660Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_complex128 2022-09-27T16:01:03.7909474Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:01:03.8930053Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:01:03.8960789Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_complex128 2022-09-27T16:01:03.9590098Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_float64 2022-09-27T16:01:03.9614185Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_float64 2022-09-27T16:01:04.2432630Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_complex128 2022-09-27T16:01:04.2443302Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:01:04.7509895Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:01:04.7547116Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_complex128 2022-09-27T16:01:04.8624977Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_float64 2022-09-27T16:01:04.8648133Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_complex128 2022-09-27T16:01:04.9931950Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_float64 2022-09-27T16:01:04.9961693Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_float64 2022-09-27T16:01:05.0022359Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_complex128 2022-09-27T16:01:05.0408307Z [gw2] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_complex128 2022-09-27T16:01:05.0418238Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_float64 2022-09-27T16:01:05.0847611Z [gw2] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_float64 2022-09-27T16:01:05.0857707Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_complex128 2022-09-27T16:01:05.1329514Z [gw2] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_complex128 2022-09-27T16:01:05.1339437Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_float64 2022-09-27T16:01:05.1779048Z [gw2] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_float64 2022-09-27T16:01:05.1791017Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_complex128 2022-09-27T16:01:05.2221843Z [gw2] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_complex128 2022-09-27T16:01:05.2234047Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_float64 2022-09-27T16:01:05.2290252Z [gw2] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_float64 2022-09-27T16:01:05.2317011Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_float64 2022-09-27T16:01:05.2645281Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_complex128 2022-09-27T16:01:05.2658816Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_complex128 2022-09-27T16:01:05.2674119Z [gw2] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_complex128 2022-09-27T16:01:05.2724582Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_complex128 2022-09-27T16:01:05.3074362Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:01:05.3084559Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:01:05.3097190Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_float64 2022-09-27T16:01:05.3165289Z [gw2] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_float64 2022-09-27T16:01:05.3259026Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:01:05.3564812Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:01:05.3607628Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erf_cpu_float64 2022-09-27T16:01:05.3830203Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:01:05.3924100Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erf_cpu_float64 2022-09-27T16:01:05.4282549Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfc_cpu_float64 2022-09-27T16:01:05.4364335Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfc_cpu_float64 2022-09-27T16:01:05.4737953Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfinv_cpu_float64 2022-09-27T16:01:05.4804010Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfinv_cpu_float64 2022-09-27T16:01:05.5180148Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp2_cpu_float64 2022-09-27T16:01:05.5228464Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:01:05.5310056Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:01:05.5384481Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp2_cpu_float64 2022-09-27T16:01:05.7277983Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_complex128 2022-09-27T16:01:05.7337565Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_complex128 2022-09-27T16:01:05.7770106Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_float64 2022-09-27T16:01:05.7822118Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_float64 2022-09-27T16:01:05.9615032Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_complex128 2022-09-27T16:01:05.9667890Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_complex128 2022-09-27T16:01:06.0125752Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_float64 2022-09-27T16:01:06.0171030Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_float64 2022-09-27T16:01:06.0915280Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_complex128 2022-09-27T16:01:06.0940432Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_float64 2022-09-27T16:01:06.5434643Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_lowrank_cpu_float64 2022-09-27T16:01:06.5481531Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_complex128 2022-09-27T16:01:06.6616508Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_float64 2022-09-27T16:01:06.6666291Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_float64 2022-09-27T16:01:06.6906781Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expm1_cpu_float64 2022-09-27T16:01:06.7126950Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expm1_cpu_float64 2022-09-27T16:01:06.7138475Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_complex128 2022-09-27T16:01:06.7527369Z [gw2] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_complex128 2022-09-27T16:01:06.7557405Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_float64 2022-09-27T16:01:06.8006998Z [gw2] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_float64 2022-09-27T16:01:07.1992014Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_complex128 2022-09-27T16:01:07.2020105Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_complex128 2022-09-27T16:01:07.2592946Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_float64 2022-09-27T16:01:07.2621134Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_float64 2022-09-27T16:01:07.4201803Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_complex128 2022-09-27T16:01:07.4233158Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:01:07.6024610Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:01:07.6049864Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_complex128 2022-09-27T16:01:07.7535575Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_float64 2022-09-27T16:01:07.7559515Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_float64 2022-09-27T16:01:08.3260459Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_complex128 2022-09-27T16:01:08.3304276Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_complex128 2022-09-27T16:01:08.5384433Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_float64 2022-09-27T16:01:08.5422751Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_float64 2022-09-27T16:01:08.7913276Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T16:01:08.7937784Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T16:01:08.8263001Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_float64 2022-09-27T16:01:08.8364897Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_float64 2022-09-27T16:01:09.3235267Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T16:01:09.3276879Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T16:01:09.4421457Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_float64 2022-09-27T16:01:09.4461510Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_float64 2022-09-27T16:01:09.9002471Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_complex128 2022-09-27T16:01:09.9044346Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_complex128 2022-09-27T16:01:10.0120259Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_float64 2022-09-27T16:01:10.0161636Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_float64 2022-09-27T16:01:10.4996672Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T16:01:10.5030278Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:01:10.6147761Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:01:10.6172510Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T16:01:10.7369924Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_float64 2022-09-27T16:01:10.7390204Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_float64 2022-09-27T16:01:11.1633652Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T16:01:11.1672674Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T16:01:11.2851376Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_float64 2022-09-27T16:01:11.2890159Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_float64 2022-09-27T16:01:11.7581955Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_complex128 2022-09-27T16:01:11.7626938Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_complex128 2022-09-27T16:01:11.8993451Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_float64 2022-09-27T16:01:11.9034458Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_float64 2022-09-27T16:01:11.9934954Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T16:01:11.9969580Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:01:12.0009823Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:01:12.0484138Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:01:12.2752511Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:01:12.2817119Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:01:12.3017599Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:01:12.3291077Z [gw1] [ 48%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:01:12.5413530Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:01:12.5443693Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T16:01:12.6947248Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_float64 2022-09-27T16:01:12.6974338Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_float64 2022-09-27T16:01:12.8199782Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:01:12.8226510Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:01:12.8386615Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T16:01:12.8413968Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:01:12.8546613Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:01:12.8686401Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T16:01:12.9004122Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T16:01:12.9030829Z [gw1] [ 48%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:01:12.9767972Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:01:12.9803047Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T16:01:13.0830326Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft_cpu_float64 2022-09-27T16:01:13.0845331Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:01:13.0919625Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mish_cpu_float64 2022-09-27T16:01:13.0951938Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mish_cpu_float64 2022-09-27T16:01:13.0976766Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft_cpu_float64 2022-09-27T16:01:13.1288038Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T16:01:13.1512290Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-09-27T16:01:13.1676869Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-09-27T16:01:13.1689429Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T16:01:13.1839090Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T16:01:13.1844419Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:01:13.2322157Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:01:13.2340691Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:01:13.2762290Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:01:13.2904915Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:01:13.3192521Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:01:13.4127737Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-09-27T16:01:13.4154941Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T16:01:13.4684304Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_float64 2022-09-27T16:01:13.4722059Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-09-27T16:01:13.5068332Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-09-27T16:01:13.5105019Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_float64 2022-09-27T16:01:13.6274891Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_complex128 2022-09-27T16:01:13.6319737Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-09-27T16:01:13.6765441Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-09-27T16:01:13.6802866Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-09-27T16:01:13.7571654Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:01:13.7593537Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:01:13.7732341Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-09-27T16:01:13.8082342Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-09-27T16:01:13.9043157Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:01:13.9050919Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_complex128 2022-09-27T16:01:13.9474795Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_float64 2022-09-27T16:01:13.9593217Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_float64 2022-09-27T16:01:14.1549903Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T16:01:14.1579940Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:01:14.2244851Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-09-27T16:01:14.2274492Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-09-27T16:01:14.4099518Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:01:14.4110972Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T16:01:14.4142346Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:01:14.4155837Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_float64 2022-09-27T16:01:14.4650697Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:01:14.4663187Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:01:14.5292305Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:01:14.5314524Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_float64 2022-09-27T16:01:14.6310078Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft2_cpu_float64 2022-09-27T16:01:14.6345394Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft2_cpu_float64 2022-09-27T16:01:14.6774073Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft_cpu_float64 2022-09-27T16:01:14.6794570Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:01:14.7091944Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:01:14.7163373Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:01:14.7187775Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft_cpu_float64 2022-09-27T16:01:14.7240735Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfftn_cpu_float64 2022-09-27T16:01:14.7808945Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:01:14.7832435Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfftn_cpu_float64 2022-09-27T16:01:14.8620424Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_complex128 2022-09-27T16:01:14.8649572Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:01:14.8694381Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:01:14.8722698Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_complex128 2022-09-27T16:01:14.8914657Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_float64 2022-09-27T16:01:14.8972915Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:01:14.9085545Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_float64 2022-09-27T16:01:14.9169526Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-09-27T16:01:14.9170157Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_complex128 2022-09-27T16:01:14.9525541Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-09-27T16:01:14.9816266Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:01:14.9964848Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:01:15.0059702Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:01:15.0429657Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:01:15.0713837Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:01:15.0722312Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_complex128 2022-09-27T16:01:15.0750539Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:01:15.0845159Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_float64 2022-09-27T16:01:15.0915309Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:01:15.1114187Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:01:15.1164818Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_float64 2022-09-27T16:01:15.1326736Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_complex128 2022-09-27T16:01:15.3724930Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:01:15.3748370Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_complex128 2022-09-27T16:01:15.4199038Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_float64 2022-09-27T16:01:15.4222185Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_float64 2022-09-27T16:01:15.4675542Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_complex128 2022-09-27T16:01:15.4684703Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_complex128 2022-09-27T16:01:15.4803647Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_float64 2022-09-27T16:01:15.5090449Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_float64 2022-09-27T16:01:15.5099071Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:01:15.5124344Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-09-27T16:01:15.5580884Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_complex128 2022-09-27T16:01:15.5594523Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_complex128 2022-09-27T16:01:15.5632249Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_float64 2022-09-27T16:01:15.5643722Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-09-27T16:01:15.5704989Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-09-27T16:01:15.5708320Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-09-27T16:01:15.6006466Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_float64 2022-09-27T16:01:15.6044970Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_complex128 2022-09-27T16:01:15.6124248Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu_cpu_float64 2022-09-27T16:01:15.6193617Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu_cpu_float64 2022-09-27T16:01:15.6446777Z [gw2] [ 49%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_complex128 2022-09-27T16:01:15.6486310Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_float64 2022-09-27T16:01:15.6563314Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-09-27T16:01:15.6887344Z [gw2] [ 49%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_float64 2022-09-27T16:01:15.6890744Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-09-27T16:01:15.6925286Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_complex128 2022-09-27T16:01:15.6986732Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_selu_cpu_float64 2022-09-27T16:01:15.7366706Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_selu_cpu_float64 2022-09-27T16:01:15.7408313Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:01:15.7808530Z [gw1] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:01:15.7875212Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_cpu_float64 2022-09-27T16:01:15.8247250Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_cpu_float64 2022-09-27T16:01:15.8493221Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:01:15.8687445Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:01:15.8825191Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:01:15.9127901Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:01:15.9249058Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-09-27T16:01:15.9567551Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-09-27T16:01:16.0047487Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:01:16.0062206Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:01:16.0172936Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:01:16.0486128Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:01:16.0561789Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-09-27T16:01:16.0926849Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-09-27T16:01:16.1030108Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-09-27T16:01:16.1366730Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-09-27T16:01:16.1641384Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-09-27T16:01:16.1806461Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-09-27T16:01:16.1892589Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-09-27T16:01:16.2244960Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-09-27T16:01:16.2476020Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:01:16.2685628Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:01:16.2768775Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:01:16.3125267Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:01:16.3224568Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-09-27T16:01:16.3565392Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-09-27T16:01:16.5105548Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:01:16.5128997Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_complex128 2022-09-27T16:01:16.6697637Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_float64 2022-09-27T16:01:16.6703989Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_float64 2022-09-27T16:01:16.6767318Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_cpu_float64 2022-09-27T16:01:16.6814401Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_cpu_float64 2022-09-27T16:01:16.6825836Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:01:16.7128227Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:01:16.7167140Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_divide_cpu_float64 2022-09-27T16:01:16.7287703Z [gw2] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_divide_cpu_float64 2022-09-27T16:01:16.7302949Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:01:16.7565335Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:01:16.8463583Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmax_cpu_float64 2022-09-27T16:01:16.8474001Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmax_cpu_float64 2022-09-27T16:01:16.9359117Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmin_cpu_float64 2022-09-27T16:01:16.9373141Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmin_cpu_float64 2022-09-27T16:01:17.0278063Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmod_cpu_float64 2022-09-27T16:01:17.0295455Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmod_cpu_float64 2022-09-27T16:01:17.0432165Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frac_cpu_float64 2022-09-27T16:01:17.0726691Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frac_cpu_float64 2022-09-27T16:01:17.0850821Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frexp_cpu_float64 2022-09-27T16:01:17.0861308Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:01:17.0877003Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:01:17.1165248Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frexp_cpu_float64 2022-09-27T16:01:17.1197111Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_complex128 2022-09-27T16:01:17.1506616Z [gw2] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_complex128 2022-09-27T16:01:17.1521375Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:01:17.1604693Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-09-27T16:01:17.1639845Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_float64 2022-09-27T16:01:17.2045348Z [gw2] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_float64 2022-09-27T16:01:17.3402563Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_complex128 2022-09-27T16:01:17.3413382Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_complex128 2022-09-27T16:01:17.3704617Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_float64 2022-09-27T16:01:17.3886220Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_float64 2022-09-27T16:01:17.3957692Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ge_cpu_float64 2022-09-27T16:01:17.4374126Z [gw2] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ge_cpu_float64 2022-09-27T16:01:17.4383153Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_complex128 2022-09-27T16:01:17.4853926Z [gw2] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_complex128 2022-09-27T16:01:17.4862996Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_float64 2022-09-27T16:01:17.5322699Z [gw2] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_float64 2022-09-27T16:01:19.2770009Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_complex128 2022-09-27T16:01:19.2816142Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_complex128 2022-09-27T16:01:19.6372254Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_float64 2022-09-27T16:01:19.6419423Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_float64 2022-09-27T16:01:19.6505585Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gt_cpu_float64 2022-09-27T16:01:19.6921294Z [gw2] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gt_cpu_float64 2022-09-27T16:01:19.6991542Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_complex128 2022-09-27T16:01:19.7361931Z [gw2] [ 49%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_complex128 2022-09-27T16:01:19.7409231Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_float64 2022-09-27T16:01:19.7781460Z [gw2] [ 49%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_float64 2022-09-27T16:01:19.7794428Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_heaviside_cpu_float64 2022-09-27T16:01:19.8219144Z [gw2] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_heaviside_cpu_float64 2022-09-27T16:01:19.8232499Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histc_cpu_float64 2022-09-27T16:01:19.8699650Z [gw2] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histc_cpu_float64 2022-09-27T16:01:19.8713012Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogram_cpu_float64 2022-09-27T16:01:19.9133186Z [gw2] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogram_cpu_float64 2022-09-27T16:01:19.9145099Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogramdd_cpu_float64 2022-09-27T16:01:19.9487060Z [gw2] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogramdd_cpu_float64 2022-09-27T16:01:19.9607660Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-09-27T16:01:19.9608352Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-09-27T16:01:20.1073096Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_complex128 2022-09-27T16:01:20.1124210Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_complex128 2022-09-27T16:01:20.1597623Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_float64 2022-09-27T16:01:20.1633796Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_float64 2022-09-27T16:01:20.4474643Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_complex128 2022-09-27T16:01:20.4516803Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_complex128 2022-09-27T16:01:20.5132026Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_float64 2022-09-27T16:01:20.5170932Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_float64 2022-09-27T16:01:20.7343561Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hypot_cpu_float64 2022-09-27T16:01:20.7381589Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-09-27T16:01:20.7428388Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:01:20.7477474Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hypot_cpu_float64 2022-09-27T16:01:20.7584508Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_i0_cpu_float64 2022-09-27T16:01:20.7721878Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:01:20.7880473Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_i0_cpu_float64 2022-09-27T16:01:20.7891640Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:01:20.7934183Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igamma_cpu_float64 2022-09-27T16:01:20.8085463Z [gw2] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igamma_cpu_float64 2022-09-27T16:01:20.8244747Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:01:20.8283725Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_complex128 2022-09-27T16:01:20.8396323Z [gw1] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_complex128 2022-09-27T16:01:20.8406105Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igammac_cpu_float64 2022-09-27T16:01:20.8727812Z [gw2] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igammac_cpu_float64 2022-09-27T16:01:20.8734773Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_float64 2022-09-27T16:01:20.8876553Z [gw1] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_float64 2022-09-27T16:01:20.9203609Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_imag_cpu_complex128 2022-09-27T16:01:20.9755652Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_complex128 2022-09-27T16:01:20.9781965Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_imag_cpu_complex128 2022-09-27T16:01:21.1873636Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_complex128 2022-09-27T16:01:21.1888754Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_complex128 2022-09-27T16:01:21.2486197Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_float64 2022-09-27T16:01:21.2509253Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_float64 2022-09-27T16:01:21.2706267Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_complex128 2022-09-27T16:01:21.2926163Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_complex128 2022-09-27T16:01:21.3001283Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_float64 2022-09-27T16:01:21.3442536Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_float64 2022-09-27T16:01:21.5248816Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_complex128 2022-09-27T16:01:21.5263603Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_complex128 2022-09-27T16:01:21.5455077Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_float64 2022-09-27T16:01:21.5478734Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_complex128 2022-09-27T16:01:21.5799114Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_float64 2022-09-27T16:01:21.6002278Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_float64 2022-09-27T16:01:21.6542867Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_complex128 2022-09-27T16:01:21.6586266Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_complex128 2022-09-27T16:01:21.6742882Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_float64 2022-09-27T16:01:21.7036009Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_float64 2022-09-27T16:01:21.7046041Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_cpu_float64 2022-09-27T16:01:21.7280729Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_cpu_float64 2022-09-27T16:01:21.7311423Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_float64 2022-09-27T16:01:21.7516497Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_complex128 2022-09-27T16:01:21.7526168Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_number_mean_cpu_float64 2022-09-27T16:01:21.7966586Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_number_mean_cpu_float64 2022-09-27T16:01:21.7976313Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_complex128 2022-09-27T16:01:21.8406370Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_complex128 2022-09-27T16:01:21.8416016Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_float64 2022-09-27T16:01:21.8846424Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_float64 2022-09-27T16:01:21.8856317Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_complex128 2022-09-27T16:01:21.9289680Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_complex128 2022-09-27T16:01:21.9298198Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_float64 2022-09-27T16:01:21.9305436Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_float64 2022-09-27T16:01:21.9325370Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_complex128 2022-09-27T16:01:21.9668667Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_float64 2022-09-27T16:01:21.9726236Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_float64 2022-09-27T16:01:21.9731322Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_complex128 2022-09-27T16:01:21.9767023Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_complex128 2022-09-27T16:01:22.0215351Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_complex128 2022-09-27T16:01:22.0221622Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_float64 2022-09-27T16:01:22.0721861Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_float64 2022-09-27T16:01:22.0970997Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_complex128 2022-09-27T16:01:22.1140398Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_complex128 2022-09-27T16:01:22.1149479Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_float64 2022-09-27T16:01:22.1239107Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_float64 2022-09-27T16:01:22.1267126Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_complex128 2022-09-27T16:01:22.1520304Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_float64 2022-09-27T16:01:22.1605160Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_float64 2022-09-27T16:01:22.1697121Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pca_lowrank_cpu_float64 2022-09-27T16:01:22.5312095Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_complex128 2022-09-27T16:01:22.5328521Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_complex128 2022-09-27T16:01:22.6534530Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_float64 2022-09-27T16:01:22.6566016Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_float64 2022-09-27T16:01:23.5714882Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_reduce_cpu_float64 2022-09-27T16:01:23.5748548Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_reduce_cpu_float64 2022-09-27T16:01:23.6504024Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_complex128 2022-09-27T16:01:23.6537472Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_complex128 2022-09-27T16:01:23.6734200Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_float64 2022-09-27T16:01:23.7042259Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_float64 2022-09-27T16:01:23.9931248Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_complex128 2022-09-27T16:01:23.9960087Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_complex128 2022-09-27T16:01:24.4663992Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_float64 2022-09-27T16:01:24.4675363Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_float64 2022-09-27T16:01:24.4695918Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_complex128 2022-09-27T16:01:24.4745537Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_complex128 2022-09-27T16:01:24.4753982Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_float64 2022-09-27T16:01:24.5213362Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_float64 2022-09-27T16:01:24.5223376Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_complex128 2022-09-27T16:01:24.5649095Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_complex128 2022-09-27T16:01:24.5657678Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_float64 2022-09-27T16:01:24.6088002Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_float64 2022-09-27T16:01:24.6123430Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_complex128 2022-09-27T16:01:24.6527859Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_complex128 2022-09-27T16:01:24.6576885Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_float64 2022-09-27T16:01:24.7013418Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_float64 2022-09-27T16:01:24.7023201Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isin_cpu_float64 2022-09-27T16:01:24.7456891Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isin_cpu_float64 2022-09-27T16:01:24.7466740Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_complex128 2022-09-27T16:01:24.7898475Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_complex128 2022-09-27T16:01:24.7908773Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_float64 2022-09-27T16:01:24.8376817Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_float64 2022-09-27T16:01:24.8386384Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_complex128 2022-09-27T16:01:24.8854583Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_complex128 2022-09-27T16:01:24.8864204Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_float64 2022-09-27T16:01:24.9337769Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_float64 2022-09-27T16:01:24.9347613Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isneginf_cpu_float64 2022-09-27T16:01:24.9786983Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isneginf_cpu_float64 2022-09-27T16:01:24.9796175Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isposinf_cpu_float64 2022-09-27T16:01:25.0253711Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isposinf_cpu_float64 2022-09-27T16:01:25.0263488Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_complex128 2022-09-27T16:01:25.0733837Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_complex128 2022-09-27T16:01:25.0743858Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_float64 2022-09-27T16:01:25.1203773Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_float64 2022-09-27T16:01:26.2469589Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_complex128 2022-09-27T16:01:26.2516538Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pca_lowrank_cpu_float64 2022-09-27T16:01:26.3021929Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_complex128 2022-09-27T16:01:26.3055490Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_complex128 2022-09-27T16:01:26.3243095Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_float64 2022-09-27T16:01:26.3555408Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_float64 2022-09-27T16:01:26.5119890Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_complex128 2022-09-27T16:01:26.5160794Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_complex128 2022-09-27T16:01:26.5517187Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_float64 2022-09-27T16:01:26.5553553Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_complex128 2022-09-27T16:01:26.6074034Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_float64 2022-09-27T16:01:26.6112559Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_float64 2022-09-27T16:01:26.6613937Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polar_cpu_float64 2022-09-27T16:01:26.6642334Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polar_cpu_float64 2022-09-27T16:01:26.6824329Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:01:26.7076337Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:01:26.7081200Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:01:26.7518352Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:01:26.7523243Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:01:26.7961390Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:01:26.7966474Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:01:26.8408074Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:01:26.8409038Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:01:26.8859101Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:01:26.8863252Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_float64 2022-09-27T16:01:26.8896359Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_complex128 2022-09-27T16:01:26.8955228Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:01:26.9085338Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:01:26.9248361Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_complex128 2022-09-27T16:01:26.9343417Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_float64 2022-09-27T16:01:26.9351147Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_float64 2022-09-27T16:01:26.9376287Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:01:26.9808302Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:01:26.9814005Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_complex128 2022-09-27T16:01:26.9818631Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:01:27.0249862Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:01:27.0253321Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:01:27.0688954Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:01:27.0689812Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T16:01:27.1127637Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T16:01:27.1133982Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_float64 2022-09-27T16:01:27.1569255Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_float64 2022-09-27T16:01:27.1572251Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:01:27.2048488Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:01:27.2052955Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:01:27.2188779Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:01:27.2210310Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_complex128 2022-09-27T16:01:27.2487479Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_float64 2022-09-27T16:01:27.2491338Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T16:01:27.2591341Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T16:01:27.2643080Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_float64 2022-09-27T16:01:27.2962873Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_complex128 2022-09-27T16:01:27.4984904Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-09-27T16:01:27.5012291Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_complex128 2022-09-27T16:01:27.5816503Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_float64 2022-09-27T16:01:27.5859910Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_float64 2022-09-27T16:01:27.8939175Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_complex128 2022-09-27T16:01:27.8955137Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_complex128 2022-09-27T16:01:27.9255767Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_float64 2022-09-27T16:01:27.9364826Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_float64 2022-09-27T16:01:28.1983762Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_complex128 2022-09-27T16:01:28.1995400Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_complex128 2022-09-27T16:01:28.2509351Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_float64 2022-09-27T16:01:28.2525433Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_float64 2022-09-27T16:01:28.3501459Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_quantile_cpu_float64 2022-09-27T16:01:28.3513658Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_quantile_cpu_float64 2022-09-27T16:01:28.3557190Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rad2deg_cpu_float64 2022-09-27T16:01:28.3925768Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rad2deg_cpu_float64 2022-09-27T16:01:28.3957424Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_complex128 2022-09-27T16:01:28.4368435Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_complex128 2022-09-27T16:01:28.4407440Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_float64 2022-09-27T16:01:28.4805028Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_float64 2022-09-27T16:01:28.4838417Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randint_like_cpu_float64 2022-09-27T16:01:28.5245774Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randint_like_cpu_float64 2022-09-27T16:01:28.5271870Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_complex128 2022-09-27T16:01:28.5685880Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_complex128 2022-09-27T16:01:28.5710059Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_float64 2022-09-27T16:01:28.6125903Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_float64 2022-09-27T16:01:28.6152382Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_complex128 2022-09-27T16:01:28.6565720Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_complex128 2022-09-27T16:01:28.6593695Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_float64 2022-09-27T16:01:28.7005324Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_float64 2022-09-27T16:01:28.7171667Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_complex128 2022-09-27T16:01:28.7446841Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_complex128 2022-09-27T16:01:28.7504496Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_float64 2022-09-27T16:01:28.7886347Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_float64 2022-09-27T16:01:28.8028643Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_complex128 2022-09-27T16:01:28.8326680Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_complex128 2022-09-27T16:01:28.8380065Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_float64 2022-09-27T16:01:28.8765999Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_float64 2022-09-27T16:01:28.8948514Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_complex128 2022-09-27T16:01:28.9206990Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_complex128 2022-09-27T16:01:28.9267821Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_float64 2022-09-27T16:01:28.9645792Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_float64 2022-09-27T16:01:28.9850887Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_remainder_cpu_float64 2022-09-27T16:01:29.0086970Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_remainder_cpu_float64 2022-09-27T16:01:29.0171279Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_complex128 2022-09-27T16:01:29.0526545Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_complex128 2022-09-27T16:01:29.0610863Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_float64 2022-09-27T16:01:29.0967305Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_float64 2022-09-27T16:01:29.1905338Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_complex128 2022-09-27T16:01:29.1916878Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_complex128 2022-09-27T16:01:29.2168774Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_float64 2022-09-27T16:01:29.2326350Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_float64 2022-09-27T16:01:29.2967920Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_complex128 2022-09-27T16:01:29.3007931Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_complex128 2022-09-27T16:01:29.3169887Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_float64 2022-09-27T16:01:29.3446839Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_float64 2022-09-27T16:01:29.3714262Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_complex128 2022-09-27T16:01:29.3926047Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_complex128 2022-09-27T16:01:29.4011773Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_float64 2022-09-27T16:01:29.4365860Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_float64 2022-09-27T16:01:29.4975812Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_complex128 2022-09-27T16:01:29.5124357Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_complex128 2022-09-27T16:01:29.5218809Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_float64 2022-09-27T16:01:29.5565964Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_float64 2022-09-27T16:01:29.5595901Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_complex128 2022-09-27T16:01:29.6005136Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_complex128 2022-09-27T16:01:29.6032440Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_float64 2022-09-27T16:01:29.6445263Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_float64 2022-09-27T16:01:29.6472129Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_complex128 2022-09-27T16:01:29.6884821Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_complex128 2022-09-27T16:01:29.6914175Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_float64 2022-09-27T16:01:29.7325323Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_float64 2022-09-27T16:01:29.7431107Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_complex128 2022-09-27T16:01:29.7765622Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_complex128 2022-09-27T16:01:29.7806588Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_float64 2022-09-27T16:01:29.8205704Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_float64 2022-09-27T16:01:29.8306364Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_complex128 2022-09-27T16:01:29.8645150Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_complex128 2022-09-27T16:01:29.8684148Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_float64 2022-09-27T16:01:29.9086520Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_float64 2022-09-27T16:01:29.9928903Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_complex128 2022-09-27T16:01:29.9945298Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_complex128 2022-09-27T16:01:30.0155633Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_float64 2022-09-27T16:01:30.0367197Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_float64 2022-09-27T16:01:30.2662811Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_complex128 2022-09-27T16:01:30.2672106Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_complex128 2022-09-27T16:01:30.3201780Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_float64 2022-09-27T16:01:30.3210680Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_float64 2022-09-27T16:01:30.3257699Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_cpu_float64 2022-09-27T16:01:30.3646310Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_cpu_float64 2022-09-27T16:01:30.3709950Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_0_cpu_float64 2022-09-27T16:01:30.4084515Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_0_cpu_float64 2022-09-27T16:01:30.4106696Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_3_cpu_float64 2022-09-27T16:01:30.4524775Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_3_cpu_float64 2022-09-27T16:01:30.4545905Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-09-27T16:01:30.4964853Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-09-27T16:01:30.5114414Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_complex128 2022-09-27T16:01:30.5123149Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_complex128 2022-09-27T16:01:30.5131352Z [gw0] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:01:30.5407709Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:01:30.5492582Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_float64 2022-09-27T16:01:30.5847105Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_float64 2022-09-27T16:01:30.7718885Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_complex128 2022-09-27T16:01:30.7739646Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_complex128 2022-09-27T16:01:30.8030647Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_float64 2022-09-27T16:01:30.8166279Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_float64 2022-09-27T16:01:30.9243482Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_complex128 2022-09-27T16:01:30.9264998Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_complex128 2022-09-27T16:01:30.9513519Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_float64 2022-09-27T16:01:30.9686990Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_float64 2022-09-27T16:01:31.0859601Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_complex128 2022-09-27T16:01:31.0881970Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_complex128 2022-09-27T16:01:31.1107457Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_float64 2022-09-27T16:01:31.1325957Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_float64 2022-09-27T16:01:31.2050028Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-09-27T16:01:31.2069196Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-09-27T16:01:31.2439405Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-09-27T16:01:31.2483969Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-09-27T16:01:31.3077941Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-09-27T16:01:31.3096000Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-09-27T16:01:31.3501469Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-09-27T16:01:31.3521221Z [gw1] [ 51%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-09-27T16:01:31.4039255Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-09-27T16:01:31.4062733Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-09-27T16:01:31.4100718Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_searchsorted_cpu_float64 2022-09-27T16:01:31.4525397Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_searchsorted_cpu_float64 2022-09-27T16:01:31.4566194Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-09-27T16:01:31.5041058Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-09-27T16:01:31.5042980Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-09-27T16:01:31.5482323Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-09-27T16:01:31.5759115Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_complex128 2022-09-27T16:01:31.5845270Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_complex128 2022-09-27T16:01:31.5944693Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_float64 2022-09-27T16:01:31.6285318Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_float64 2022-09-27T16:01:31.6458630Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_scatter_cpu_float64 2022-09-27T16:01:31.6725395Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_scatter_cpu_float64 2022-09-27T16:01:31.6844254Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_complex128 2022-09-27T16:01:31.7206420Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_complex128 2022-09-27T16:01:31.7257633Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_float64 2022-09-27T16:01:31.7685374Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_float64 2022-09-27T16:01:31.7719492Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_complex128 2022-09-27T16:01:31.8125377Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_complex128 2022-09-27T16:01:31.8161187Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_float64 2022-09-27T16:01:31.8606897Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_float64 2022-09-27T16:01:31.8809755Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_complex128 2022-09-27T16:01:31.9085775Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_complex128 2022-09-27T16:01:31.9154919Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_float64 2022-09-27T16:01:31.9566528Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_float64 2022-09-27T16:01:31.9651999Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sign_cpu_float64 2022-09-27T16:01:32.0052701Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sign_cpu_float64 2022-09-27T16:01:32.0059827Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_signbit_cpu_float64 2022-09-27T16:01:32.0529503Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_signbit_cpu_float64 2022-09-27T16:01:32.0649928Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_complex128 2022-09-27T16:01:32.0987256Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_complex128 2022-09-27T16:01:32.0998511Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_float64 2022-09-27T16:01:32.1417115Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_float64 2022-09-27T16:01:32.1748041Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_complex128 2022-09-27T16:01:32.1844106Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_complex128 2022-09-27T16:01:32.1967910Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_float64 2022-09-27T16:01:32.2294810Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_float64 2022-09-27T16:01:32.2449322Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_complex128 2022-09-27T16:01:32.2772921Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_complex128 2022-09-27T16:01:32.2835698Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_float64 2022-09-27T16:01:32.3301930Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_float64 2022-09-27T16:01:32.4423619Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_scatter_cpu_float64 2022-09-27T16:01:32.4565727Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_scatter_cpu_float64 2022-09-27T16:01:32.4681901Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_cpu_float64 2022-09-27T16:01:32.4975082Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_cpu_float64 2022-09-27T16:01:32.4991163Z [gw3] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_lowrank_cpu_float64 2022-09-27T16:01:32.5002616Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_complex128 2022-09-27T16:01:32.5772057Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-09-27T16:01:32.5925378Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-09-27T16:01:32.6038484Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-09-27T16:01:32.6406902Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-09-27T16:01:32.8113031Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sort_cpu_float64 2022-09-27T16:01:32.8147686Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sort_cpu_float64 2022-09-27T16:01:32.8196918Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:01:32.8619676Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:01:32.8620426Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-09-27T16:01:32.9074152Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-09-27T16:01:32.9074869Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_airy_ai_cpu_float64 2022-09-27T16:01:32.9537190Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_airy_ai_cpu_float64 2022-09-27T16:01:32.9551158Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j0_cpu_float64 2022-09-27T16:01:32.9730213Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j0_cpu_float64 2022-09-27T16:01:32.9753782Z [gw3] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_complex128 2022-09-27T16:01:32.9975052Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_float64 2022-09-27T16:01:32.9977566Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j1_cpu_float64 2022-09-27T16:01:33.0457313Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j1_cpu_float64 2022-09-27T16:01:33.0461684Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y0_cpu_float64 2022-09-27T16:01:33.0664041Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y0_cpu_float64 2022-09-27T16:01:33.0685920Z [gw3] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_float64 2022-09-27T16:01:33.0935320Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_complex128 2022-09-27T16:01:33.0940469Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y1_cpu_float64 2022-09-27T16:01:33.1296595Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y1_cpu_float64 2022-09-27T16:01:33.1317995Z [gw3] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_complex128 2022-09-27T16:01:33.1363042Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_float64 2022-09-27T16:01:33.1368123Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:01:33.1531835Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:01:33.1813851Z [gw3] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_float64 2022-09-27T16:01:33.1844680Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:01:33.1850907Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:01:33.2244978Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_complex128 2022-09-27T16:01:33.2250895Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:01:33.2685869Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:01:33.2691043Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:01:33.3124139Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:01:33.3152062Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_entr_cpu_float64 2022-09-27T16:01:33.3432843Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_entr_cpu_float64 2022-09-27T16:01:33.3459884Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-09-27T16:01:33.3525986Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-09-27T16:01:33.3562133Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_erfcx_cpu_float64 2022-09-27T16:01:33.3575388Z [gw3] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_complex128 2022-09-27T16:01:33.3605781Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_float64 2022-09-27T16:01:33.3827325Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_erfcx_cpu_float64 2022-09-27T16:01:33.3966968Z [gw3] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_float64 2022-09-27T16:01:33.4008944Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:01:33.4013116Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:01:33.4407875Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_complex128 2022-09-27T16:01:33.4453794Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:01:33.4711203Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:01:33.4735759Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-09-27T16:01:33.4926235Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-09-27T16:01:33.4932254Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i0e_cpu_float64 2022-09-27T16:01:33.5405820Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i0e_cpu_float64 2022-09-27T16:01:33.5411986Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1_cpu_float64 2022-09-27T16:01:33.5884136Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1_cpu_float64 2022-09-27T16:01:33.5901028Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1e_cpu_float64 2022-09-27T16:01:33.6298531Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1e_cpu_float64 2022-09-27T16:01:33.6299241Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:01:33.6403854Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:01:33.6420521Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-09-27T16:01:33.6766044Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-09-27T16:01:33.6771815Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:01:33.6809828Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:01:33.6842627Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-09-27T16:01:33.6880370Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-09-27T16:01:33.7244687Z [gw2] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-09-27T16:01:33.7247839Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_log_ndtr_cpu_float64 2022-09-27T16:01:33.7262683Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_log_ndtr_cpu_float64 2022-09-27T16:01:33.7282162Z [gw3] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_complex128 2022-09-27T16:01:33.7286102Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_float64 2022-09-27T16:01:33.7330433Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-09-27T16:01:33.7607526Z [gw2] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-09-27T16:01:33.7640727Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-09-27T16:01:33.7745654Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-09-27T16:01:33.7750226Z [gw3] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_float64 2022-09-27T16:01:33.7766266Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:01:33.7776817Z [gw2] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:01:33.8046792Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_complex128 2022-09-27T16:01:33.8083311Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-09-27T16:01:33.8164297Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-09-27T16:01:33.8205317Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:01:33.8217699Z [gw2] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:01:33.8230415Z [gw3] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_complex128 2022-09-27T16:01:33.8325952Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_float64 2022-09-27T16:01:33.8526176Z [gw3] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_float64 2022-09-27T16:01:33.8532697Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-09-27T16:01:33.8640807Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-09-27T16:01:33.8751318Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-09-27T16:01:33.8927870Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_complex128 2022-09-27T16:01:33.8958289Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-09-27T16:01:33.9000174Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-09-27T16:01:33.9084070Z [gw3] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_complex128 2022-09-27T16:01:33.9193635Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_float64 2022-09-27T16:01:33.9366001Z [gw3] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_float64 2022-09-27T16:01:33.9443681Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtr_cpu_float64 2022-09-27T16:01:33.9525523Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtr_cpu_float64 2022-09-27T16:01:33.9807034Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_complex128 2022-09-27T16:01:33.9876834Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtri_cpu_float64 2022-09-27T16:01:34.0188366Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtri_cpu_float64 2022-09-27T16:01:34.0200404Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-09-27T16:01:34.0211982Z [gw0] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:01:34.0220313Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_complex128 2022-09-27T16:01:34.0243210Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-09-27T16:01:34.0402528Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:01:34.0489606Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:01:34.0646790Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-09-27T16:01:34.0684177Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_complex128 2022-09-27T16:01:34.0726583Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:01:34.1164691Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:01:34.1169835Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:01:34.1619782Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:01:34.1643793Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:01:34.2119659Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:01:34.2120602Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:01:34.2566596Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:01:34.2567763Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:01:34.2969244Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:01:34.3005226Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:01:34.3406589Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:01:34.3440855Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:01:34.3847002Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:01:34.4125019Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_xlog1py_cpu_float64 2022-09-27T16:01:34.4285761Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_xlog1py_cpu_float64 2022-09-27T16:01:34.4326752Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_zeta_cpu_float64 2022-09-27T16:01:34.4513420Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_zeta_cpu_float64 2022-09-27T16:01:34.4526650Z [gw3] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_complex128 2022-09-27T16:01:34.4725310Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_float64 2022-09-27T16:01:34.4900173Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_complex128 2022-09-27T16:01:34.5164100Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_complex128 2022-09-27T16:01:34.5227301Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_float64 2022-09-27T16:01:34.5604490Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_float64 2022-09-27T16:01:34.5865678Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_complex128 2022-09-27T16:01:34.6043884Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_complex128 2022-09-27T16:01:34.6127187Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_float64 2022-09-27T16:01:34.6484843Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_float64 2022-09-27T16:01:34.6803229Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_complex128 2022-09-27T16:01:34.6924574Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_complex128 2022-09-27T16:01:34.7003985Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_float64 2022-09-27T16:01:34.7365648Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_float64 2022-09-27T16:01:34.7494594Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_complex128 2022-09-27T16:01:34.7736700Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_complex128 2022-09-27T16:01:34.7743358Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_complex128 2022-09-27T16:01:34.7803442Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_float64 2022-09-27T16:01:34.7859189Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_float64 2022-09-27T16:01:34.8246309Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_float64 2022-09-27T16:01:34.8398765Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_complex128 2022-09-27T16:01:34.8409963Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_float64 2022-09-27T16:01:34.8470197Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:01:34.8685730Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_complex128 2022-09-27T16:01:34.8758700Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_float64 2022-09-27T16:01:34.9126313Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_float64 2022-09-27T16:01:34.9249986Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_complex128 2022-09-27T16:01:34.9256827Z [gw2] [ 53%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:01:34.9561382Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:01:34.9613918Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_complex128 2022-09-27T16:01:34.9621004Z [gw2] [ 53%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:01:34.9671516Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_float64 2022-09-27T16:01:34.9686972Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_float64 2022-09-27T16:01:35.0087897Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_complex128 2022-09-27T16:01:35.2808632Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_complex128 2022-09-27T16:01:35.2829063Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_complex128 2022-09-27T16:01:35.3275452Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_float64 2022-09-27T16:01:35.3303271Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_float64 2022-09-27T16:01:35.4331533Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_complex128 2022-09-27T16:01:35.4345986Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_complex128 2022-09-27T16:01:35.4770701Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_float64 2022-09-27T16:01:35.4885025Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_complex128 2022-09-27T16:01:35.5000425Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_float64 2022-09-27T16:01:35.5007515Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_float64 2022-09-27T16:01:35.5027302Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_float64 2022-09-27T16:01:35.5402225Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:01:35.5708441Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_complex128 2022-09-27T16:01:35.5727550Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:01:35.5877387Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:01:35.6205300Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:01:35.6216133Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-09-27T16:01:35.6238815Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_complex128 2022-09-27T16:01:35.6244974Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_float64 2022-09-27T16:01:35.6398439Z [gw2] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-09-27T16:01:35.6685037Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_float64 2022-09-27T16:01:35.6690622Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-09-27T16:01:35.6737859Z [gw2] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-09-27T16:01:35.7162985Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_complex128 2022-09-27T16:01:35.9146493Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_complex128 2022-09-27T16:01:35.9152887Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_complex128 2022-09-27T16:01:35.9597671Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_float64 2022-09-27T16:01:35.9616895Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_float64 2022-09-27T16:01:36.2037461Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_complex128 2022-09-27T16:01:36.2064767Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_complex128 2022-09-27T16:01:36.2368830Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_float64 2022-09-27T16:01:36.2520134Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_float64 2022-09-27T16:01:36.4015763Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_complex128 2022-09-27T16:01:36.4044597Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_complex128 2022-09-27T16:01:36.4305090Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_float64 2022-09-27T16:01:36.4487023Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_float64 2022-09-27T16:01:36.4750234Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_complex128 2022-09-27T16:01:36.4855428Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_complex128 2022-09-27T16:01:36.5467161Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_float64 2022-09-27T16:01:36.5485168Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_complex128 2022-09-27T16:01:36.5682372Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_float64 2022-09-27T16:01:36.5697473Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_float64 2022-09-27T16:01:36.5711704Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-09-27T16:01:36.5925533Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_float64 2022-09-27T16:01:36.6510401Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_complex128 2022-09-27T16:01:36.6525551Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-09-27T16:01:36.6754976Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_float64 2022-09-27T16:01:36.6967346Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_float64 2022-09-27T16:01:37.0474090Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_complex128 2022-09-27T16:01:37.0485999Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_complex128 2022-09-27T16:01:37.0966241Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_float64 2022-09-27T16:01:37.0982711Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_float64 2022-09-27T16:01:37.3765964Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-09-27T16:01:37.3780563Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-09-27T16:01:37.4537678Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-09-27T16:01:37.4569011Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-09-27T16:01:39.2681931Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-09-27T16:01:39.2706119Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_complex128 2022-09-27T16:01:39.6448721Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_float64 2022-09-27T16:01:39.6477031Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_float64 2022-09-27T16:01:40.0806526Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_lowrank_cpu_float64 2022-09-27T16:01:40.0838080Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_float64 2022-09-27T16:01:40.1995063Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-09-27T16:01:40.2020328Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-09-27T16:01:40.2196254Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-09-27T16:01:40.2448592Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-09-27T16:01:40.2529508Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_deg2rad_cpu_float64 2022-09-27T16:01:40.2885783Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_deg2rad_cpu_float64 2022-09-27T16:01:40.5072119Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_complex128 2022-09-27T16:01:40.5119180Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_complex128 2022-09-27T16:01:40.5473947Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_float64 2022-09-27T16:01:40.5524069Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_float64 2022-09-27T16:01:40.7334737Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_complex128 2022-09-27T16:01:40.7399697Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_complex128 2022-09-27T16:01:40.7902937Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_float64 2022-09-27T16:01:40.7957868Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_float64 2022-09-27T16:01:40.8282819Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_complex128 2022-09-27T16:01:40.8436672Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_complex128 2022-09-27T16:01:40.8443954Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_float64 2022-09-27T16:01:40.8883555Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_float64 2022-09-27T16:01:41.0112042Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_complex128 2022-09-27T16:01:41.0225314Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_complex128 2022-09-27T16:01:41.0663246Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_float64 2022-09-27T16:01:41.0690603Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_float64 2022-09-27T16:01:41.1113686Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_scatter_cpu_float64 2022-09-27T16:01:41.1135026Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_scatter_cpu_float64 2022-09-27T16:01:41.8936355Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_complex128 2022-09-27T16:01:41.8950738Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-09-27T16:01:42.3285737Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-09-27T16:01:42.3306827Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_complex128 2022-09-27T16:01:42.5346780Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_float64 2022-09-27T16:01:42.5369741Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_float64 2022-09-27T16:01:42.5483933Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_digamma_cpu_float64 2022-09-27T16:01:42.5883311Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_digamma_cpu_float64 2022-09-27T16:01:43.1260938Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_complex128 2022-09-27T16:01:43.1287607Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-09-27T16:01:43.2856066Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_complex128 2022-09-27T16:01:43.2878456Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_lowrank_cpu_float64 2022-09-27T16:01:43.3114017Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_complex128 2022-09-27T16:01:43.3293440Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_complex128 2022-09-27T16:01:43.3314759Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_complex128 2022-09-27T16:01:43.3336403Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_float64 2022-09-27T16:01:43.3362681Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_float64 2022-09-27T16:01:43.3766101Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_float64 2022-09-27T16:01:43.3916300Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_complex128 2022-09-27T16:01:43.4196654Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_complex128 2022-09-27T16:01:43.4221150Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_float64 2022-09-27T16:01:43.4305610Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_floor_rounding_cpu_float64 2022-09-27T16:01:43.4312542Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_float64 2022-09-27T16:01:43.4473520Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_float64 2022-09-27T16:01:43.4645540Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_floor_rounding_cpu_float64 2022-09-27T16:01:43.4801778Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-09-27T16:01:43.5023927Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_complex128 2022-09-27T16:01:43.5167408Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_complex128 2022-09-27T16:01:43.5263105Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_float64 2022-09-27T16:01:43.5607652Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_float64 2022-09-27T16:01:43.5828459Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_complex128 2022-09-27T16:01:43.5844835Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-09-27T16:01:43.6059631Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-09-27T16:01:43.6072264Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_complex128 2022-09-27T16:01:43.6078741Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_float64 2022-09-27T16:01:43.6188584Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-09-27T16:01:43.6243614Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_float64 2022-09-27T16:01:43.6460004Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-09-27T16:01:43.6483615Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-09-27T16:01:43.6629507Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_complex128 2022-09-27T16:01:43.6683842Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_complex128 2022-09-27T16:01:43.6925329Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_complex128 2022-09-27T16:01:43.6991487Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_float64 2022-09-27T16:01:43.7074163Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_float64 2022-09-27T16:01:43.7123694Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_complex128 2022-09-27T16:01:43.7181212Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_float64 2022-09-27T16:01:43.7406817Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_float64 2022-09-27T16:01:43.7552179Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_complex128 2022-09-27T16:01:43.7571128Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_complex128 2022-09-27T16:01:43.7833135Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_complex128 2022-09-27T16:01:43.7876225Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_complex128 2022-09-27T16:01:43.7913018Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_float64 2022-09-27T16:01:43.8004400Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_float64 2022-09-27T16:01:43.8108128Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_float64 2022-09-27T16:01:43.8286199Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_float64 2022-09-27T16:01:43.8445276Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_complex128 2022-09-27T16:01:43.8606469Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_complex128 2022-09-27T16:01:43.8885739Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_complex128 2022-09-27T16:01:43.8937425Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_float64 2022-09-27T16:01:43.9281669Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_float64 2022-09-27T16:01:43.9293445Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_complex128 2022-09-27T16:01:43.9339461Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_float64 2022-09-27T16:01:43.9535730Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_complex128 2022-09-27T16:01:43.9728268Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_float64 2022-09-27T16:01:43.9772264Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_complex128 2022-09-27T16:01:43.9792617Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_complex128 2022-09-27T16:01:43.9855239Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_float64 2022-09-27T16:01:44.0126042Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_float64 2022-09-27T16:01:44.0163995Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_complex128 2022-09-27T16:01:44.0206633Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_float64 2022-09-27T16:01:44.0251495Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_complex128 2022-09-27T16:01:44.0609423Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_float64 2022-09-27T16:01:44.1321985Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_complex128 2022-09-27T16:01:44.1334507Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_complex128 2022-09-27T16:01:44.1515709Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_float64 2022-09-27T16:01:44.1766467Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_float64 2022-09-27T16:01:44.1809557Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_complex128 2022-09-27T16:01:44.2205059Z [gw3] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_complex128 2022-09-27T16:01:44.2245986Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_float64 2022-09-27T16:01:44.2319971Z [gw3] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_float64 2022-09-27T16:01:44.2328985Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_complex128 2022-09-27T16:01:44.2687415Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_float64 2022-09-27T16:01:44.2702907Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_complex128 2022-09-27T16:01:44.2727550Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_float64 2022-09-27T16:01:44.2761702Z [gw3] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_complex128 2022-09-27T16:01:44.3126994Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_complex128 2022-09-27T16:01:44.3163267Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_float64 2022-09-27T16:01:44.3566746Z [gw3] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_float64 2022-09-27T16:01:44.3599809Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_complex128 2022-09-27T16:01:44.4006409Z [gw3] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_complex128 2022-09-27T16:01:44.4039711Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_float64 2022-09-27T16:01:44.4279744Z [gw3] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_float64 2022-09-27T16:01:44.4287238Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_complex128 2022-09-27T16:01:44.4446246Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_float64 2022-09-27T16:01:44.4479894Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_complex128 2022-09-27T16:01:44.4634932Z [gw3] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_complex128 2022-09-27T16:01:44.4723294Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_float64 2022-09-27T16:01:44.4747616Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_complex128 2022-09-27T16:01:44.4884710Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_complex128 2022-09-27T16:01:44.4917544Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_float64 2022-09-27T16:01:44.5163004Z [gw3] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_float64 2022-09-27T16:01:44.5233161Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_float64 2022-09-27T16:01:44.5323868Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_float64 2022-09-27T16:01:44.5376434Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erf_cpu_float64 2022-09-27T16:01:44.5606401Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erf_cpu_float64 2022-09-27T16:01:44.5765645Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_topk_cpu_float64 2022-09-27T16:01:44.5816409Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfc_cpu_float64 2022-09-27T16:01:44.5851713Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_topk_cpu_float64 2022-09-27T16:01:44.6045654Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfc_cpu_float64 2022-09-27T16:01:44.6159663Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_complex128 2022-09-27T16:01:44.6268313Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_complex128 2022-09-27T16:01:44.6275081Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfinv_cpu_float64 2022-09-27T16:01:44.6535945Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfinv_cpu_float64 2022-09-27T16:01:44.6542213Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_float64 2022-09-27T16:01:44.6720941Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_float64 2022-09-27T16:01:44.6725039Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp2_cpu_float64 2022-09-27T16:01:44.7040073Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp2_cpu_float64 2022-09-27T16:01:44.7198873Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_complex128 2022-09-27T16:01:44.7314651Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_complex128 2022-09-27T16:01:44.7335845Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_complex128 2022-09-27T16:01:44.7361312Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_complex128 2022-09-27T16:01:44.7471436Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_float64 2022-09-27T16:01:44.7523200Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_float64 2022-09-27T16:01:44.7601795Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_float64 2022-09-27T16:01:44.7804683Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_float64 2022-09-27T16:01:44.7966335Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_complex128 2022-09-27T16:01:44.8187253Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_complex128 2022-09-27T16:01:44.8406229Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_complex128 2022-09-27T16:01:44.8485521Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_float64 2022-09-27T16:01:44.8566909Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_float64 2022-09-27T16:01:44.8579847Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_complex128 2022-09-27T16:01:44.8707881Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_float64 2022-09-27T16:01:44.8819034Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_complex128 2022-09-27T16:01:44.8845692Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_float64 2022-09-27T16:01:44.8986637Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_complex128 2022-09-27T16:01:44.9250979Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_float64 2022-09-27T16:01:44.9357695Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_complex128 2022-09-27T16:01:44.9373695Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_complex128 2022-09-27T16:01:44.9510913Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_float64 2022-09-27T16:01:44.9805782Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_float64 2022-09-27T16:01:44.9857315Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expm1_cpu_float64 2022-09-27T16:01:45.0194374Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expm1_cpu_float64 2022-09-27T16:01:45.0203891Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_complex128 2022-09-27T16:01:45.0246576Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_float64 2022-09-27T16:01:45.0289786Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_complex128 2022-09-27T16:01:45.0357371Z [gw3] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_complex128 2022-09-27T16:01:45.0646563Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_float64 2022-09-27T16:01:45.0766865Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_complex128 2022-09-27T16:01:45.0847999Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_float64 2022-09-27T16:01:45.1282040Z [gw3] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_float64 2022-09-27T16:01:45.1577134Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_complex128 2022-09-27T16:01:45.1608645Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_float64 2022-09-27T16:01:45.2935026Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-09-27T16:01:45.2938960Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_complex128 2022-09-27T16:01:45.2961594Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_complex128 2022-09-27T16:01:45.2971030Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_float64 2022-09-27T16:01:45.3356840Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_float64 2022-09-27T16:01:45.3444321Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_float64 2022-09-27T16:01:45.3984799Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_complex128 2022-09-27T16:01:45.4015695Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_float64 2022-09-27T16:01:45.4218703Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_complex128 2022-09-27T16:01:45.4242102Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_complex128 2022-09-27T16:01:45.4381523Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_float64 2022-09-27T16:01:45.4723253Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_float64 2022-09-27T16:01:45.5299859Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_complex128 2022-09-27T16:01:45.5332779Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-09-27T16:01:45.5682091Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_float64 2022-09-27T16:01:45.5708403Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_complex128 2022-09-27T16:01:45.5809802Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_float64 2022-09-27T16:01:45.5834563Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_complex128 2022-09-27T16:01:45.5940551Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_float64 2022-09-27T16:01:45.5959699Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_float64 2022-09-27T16:01:45.5998508Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-09-27T16:01:45.6145183Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_float64 2022-09-27T16:01:45.6169896Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_float64 2022-09-27T16:01:45.6177520Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-09-27T16:01:45.6297418Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_complex128 2022-09-27T16:01:45.6401570Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_complex128 2022-09-27T16:01:45.6424589Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-09-27T16:01:45.6806396Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-09-27T16:01:45.6841898Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-09-27T16:01:45.6865213Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_complex128 2022-09-27T16:01:45.7064315Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_float64 2022-09-27T16:01:45.7302060Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_float64 2022-09-27T16:01:45.7330443Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_complex128 2022-09-27T16:01:45.7363877Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_complex128 2022-09-27T16:01:45.7687429Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_float64 2022-09-27T16:01:45.7806138Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_float64 2022-09-27T16:01:45.7970892Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_complex128 2022-09-27T16:01:45.7987736Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-09-27T16:01:45.8171020Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-09-27T16:01:45.8361494Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-09-27T16:01:45.8484852Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_complex128 2022-09-27T16:01:45.8504582Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_complex128 2022-09-27T16:01:45.8784165Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_float64 2022-09-27T16:01:45.9042464Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_float64 2022-09-27T16:01:45.9056606Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_complex128 2022-09-27T16:01:45.9067856Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_complex128 2022-09-27T16:01:45.9524532Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_float64 2022-09-27T16:01:45.9554370Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_float64 2022-09-27T16:01:45.9610354Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trunc_cpu_float64 2022-09-27T16:01:45.9672242Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trunc_cpu_float64 2022-09-27T16:01:45.9684757Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_complex128 2022-09-27T16:01:45.9828522Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_float64 2022-09-27T16:01:45.9842428Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_complex128 2022-09-27T16:01:45.9890479Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_float64 2022-09-27T16:01:45.9964328Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_float64 2022-09-27T16:01:45.9968736Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_complex128 2022-09-27T16:01:46.0126237Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_float64 2022-09-27T16:01:46.0245254Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-09-27T16:01:46.0479759Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_complex128 2022-09-27T16:01:46.0524080Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_complex128 2022-09-27T16:01:46.0688034Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_float64 2022-09-27T16:01:46.0814507Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_float64 2022-09-27T16:01:46.0829001Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_complex128 2022-09-27T16:01:46.0953686Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_float64 2022-09-27T16:01:46.1035118Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_float64 2022-09-27T16:01:46.1246768Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_complex128 2022-09-27T16:01:46.1468493Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_complex128 2022-09-27T16:01:46.1482093Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_complex128 2022-09-27T16:01:46.1608099Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_float64 2022-09-27T16:01:46.1646605Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_float64 2022-09-27T16:01:46.1683021Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_complex128 2022-09-27T16:01:46.1778061Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_float64 2022-09-27T16:01:46.1924542Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_float64 2022-09-27T16:01:46.2125014Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_complex128 2022-09-27T16:01:46.2575568Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_complex128 2022-09-27T16:01:46.2588099Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_complex128 2022-09-27T16:01:46.2700465Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_float64 2022-09-27T16:01:46.3004710Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_float64 2022-09-27T16:01:46.3053571Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_complex128 2022-09-27T16:01:46.3063531Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_complex128 2022-09-27T16:01:46.3267195Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_float64 2022-09-27T16:01:46.3485565Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_float64 2022-09-27T16:01:46.3530997Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_complex128 2022-09-27T16:01:46.3533869Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_complex128 2022-09-27T16:01:46.3542255Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_complex128 2022-09-27T16:01:46.3663831Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_float64 2022-09-27T16:01:46.3925498Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_float64 2022-09-27T16:01:46.3960136Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_float64 2022-09-27T16:01:46.3970321Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_float64 2022-09-27T16:01:46.4294438Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-09-27T16:01:46.4405831Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-09-27T16:01:46.4449792Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_float64 2022-09-27T16:01:46.4454950Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_consecutive_cpu_float64 2022-09-27T16:01:46.4497279Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_consecutive_cpu_float64 2022-09-27T16:01:46.4845336Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_float64 2022-09-27T16:01:46.4851498Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft2_cpu_float64 2022-09-27T16:01:46.4898890Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_cpu_float64 2022-09-27T16:01:46.4952149Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_cpu_float64 2022-09-27T16:01:46.5285891Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft2_cpu_float64 2022-09-27T16:01:46.5288712Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft_cpu_float64 2022-09-27T16:01:46.5400771Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_complex128 2022-09-27T16:01:46.5707966Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft_cpu_float64 2022-09-27T16:01:46.5722832Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_complex128 2022-09-27T16:01:46.5769509Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfftn_cpu_float64 2022-09-27T16:01:46.5853545Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_float64 2022-09-27T16:01:46.5870361Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfftn_cpu_float64 2022-09-27T16:01:46.5946053Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_float64 2022-09-27T16:01:46.5958033Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-09-27T16:01:46.6164539Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_float64 2022-09-27T16:01:46.6204722Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_complex128 2022-09-27T16:01:46.6582690Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_complex128 2022-09-27T16:01:46.6603417Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_complex128 2022-09-27T16:01:46.6704144Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_float64 2022-09-27T16:01:46.6738952Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_float64 2022-09-27T16:01:46.6752729Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_float64 2022-09-27T16:01:46.6799260Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-09-27T16:01:46.6813358Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_complex128 2022-09-27T16:01:46.6925069Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_float64 2022-09-27T16:01:46.7045395Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_float64 2022-09-27T16:01:46.7287320Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_complex128 2022-09-27T16:01:46.7535347Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_complex128 2022-09-27T16:01:46.7551715Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_complex128 2022-09-27T16:01:46.7661641Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_float64 2022-09-27T16:01:46.8082614Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_float64 2022-09-27T16:01:46.8668005Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_complex128 2022-09-27T16:01:46.8682073Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_complex128 2022-09-27T16:01:46.8843539Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_float64 2022-09-27T16:01:46.9047481Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_float64 2022-09-27T16:01:46.9164899Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_complex128 2022-09-27T16:01:46.9242796Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_float64 2022-09-27T16:01:46.9297481Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_complex128 2022-09-27T16:01:46.9473273Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_float64 2022-09-27T16:01:46.9682084Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_complex128 2022-09-27T16:01:46.9749661Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft2_cpu_float64 2022-09-27T16:01:46.9761461Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft2_cpu_float64 2022-09-27T16:01:46.9762069Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_float64 2022-09-27T16:01:47.0120953Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_float64 2022-09-27T16:01:47.0186742Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft_cpu_float64 2022-09-27T16:01:47.0192859Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_complex_cpu_float64 2022-09-27T16:01:47.0240409Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_complex_cpu_float64 2022-09-27T16:01:47.0525498Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft_cpu_float64 2022-09-27T16:01:47.0642458Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfftn_cpu_float64 2022-09-27T16:01:47.0704393Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_complex128 2022-09-27T16:01:47.0969401Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfftn_cpu_float64 2022-09-27T16:01:47.1004599Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_complex128 2022-09-27T16:01:47.1179695Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_complex128 2022-09-27T16:01:47.1199293Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_complex128 2022-09-27T16:01:47.1238192Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_float64 2022-09-27T16:01:47.1445528Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_float64 2022-09-27T16:01:47.1505319Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_float64 2022-09-27T16:01:47.1601193Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_float64 2022-09-27T16:01:47.1608572Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_real_cpu_complex128 2022-09-27T16:01:47.1926559Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_real_cpu_complex128 2022-09-27T16:01:47.2082710Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_complex128 2022-09-27T16:01:47.2363481Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_complex128 2022-09-27T16:01:47.2397717Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_complex128 2022-09-27T16:01:47.2539362Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_float64 2022-09-27T16:01:47.2549623Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_float64 2022-09-27T16:01:47.2567372Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_complex128 2022-09-27T16:01:47.2675564Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_float64 2022-09-27T16:01:47.2844097Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_float64 2022-09-27T16:01:47.3045876Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_complex128 2022-09-27T16:01:47.3203120Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_complex128 2022-09-27T16:01:47.3532458Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_complex128 2022-09-27T16:01:47.3534540Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_float64 2022-09-27T16:01:47.3543143Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_complex128 2022-09-27T16:01:47.3590533Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_float64 2022-09-27T16:01:47.3714949Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_float64 2022-09-27T16:01:47.3965280Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_float64 2022-09-27T16:01:47.4005793Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_complex128 2022-09-27T16:01:47.4110267Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_complex128 2022-09-27T16:01:47.4407556Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_complex128 2022-09-27T16:01:47.4460495Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_float64 2022-09-27T16:01:47.4476730Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_complex128 2022-09-27T16:01:47.4483422Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_float64 2022-09-27T16:01:47.4576249Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_float64 2022-09-27T16:01:47.4789239Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_float64 2022-09-27T16:01:47.4797660Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-09-27T16:01:47.4842706Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-09-27T16:01:47.4924032Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_complex128 2022-09-27T16:01:47.4989321Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_complex128 2022-09-27T16:01:47.5285918Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_complex128 2022-09-27T16:01:47.5346665Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_float64 2022-09-27T16:01:47.5458571Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_float64 2022-09-27T16:01:47.5466518Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_complex128 2022-09-27T16:01:47.5582273Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_float64 2022-09-27T16:01:47.5723284Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_float64 2022-09-27T16:01:47.5791770Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_complex128 2022-09-27T16:01:47.5883105Z [gw3] [ 55%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_complex128 2022-09-27T16:01:47.6098397Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_xlogy_cpu_float64 2022-09-27T16:01:47.6107530Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_xlogy_cpu_float64 2022-09-27T16:01:47.6114922Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-09-27T16:01:47.6139466Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_complex128 2022-09-27T16:01:47.6161504Z [gw2] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_complex128 2022-09-27T16:01:47.6220453Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_float64 2022-09-27T16:01:47.6322569Z [gw3] [ 56%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_float64 2022-09-27T16:01:47.6467902Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_complex128 2022-09-27T16:01:47.6523600Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_complex128 2022-09-27T16:01:47.6553738Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_float64 2022-09-27T16:01:47.6602274Z [gw2] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_float64 2022-09-27T16:01:47.6764112Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_complex128 2022-09-27T16:01:47.6818753Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_float64 2022-09-27T16:01:47.6963386Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_float64 2022-09-27T16:01:47.7114989Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_complex128 2022-09-27T16:01:47.7204070Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_complex128 2022-09-27T16:01:47.7231265Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_complex128 2022-09-27T16:01:47.7404162Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_complex128 2022-09-27T16:01:47.7461731Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_float64 2022-09-27T16:01:47.7643931Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_float64 2022-09-27T16:01:47.7671272Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_float64 2022-09-27T16:01:47.7843938Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_float64 2022-09-27T16:01:47.7885780Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log1p_cpu_float64 2022-09-27T16:01:47.8083293Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log1p_cpu_float64 2022-09-27T16:01:47.8116256Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_complex128 2022-09-27T16:01:47.8283210Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_complex128 2022-09-27T16:01:47.8460596Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_complex128 2022-09-27T16:01:47.8522966Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_complex128 2022-09-27T16:01:47.8549065Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_float64 2022-09-27T16:01:47.8575683Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_float64 2022-09-27T16:01:47.8583187Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_complex128 2022-09-27T16:01:47.8722730Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_float64 2022-09-27T16:01:47.8786948Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_float64 2022-09-27T16:01:47.8908030Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_float64 2022-09-27T16:01:47.8963369Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_float64 2022-09-27T16:01:47.9002754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_complex128 2022-09-27T16:01:47.9048732Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_cpu_float64 2022-09-27T16:01:47.9164124Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_cpu_float64 2022-09-27T16:01:47.9343082Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_complex128 2022-09-27T16:01:47.9444131Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_complex128 2022-09-27T16:01:47.9476956Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_divide_cpu_float64 2022-09-27T16:01:47.9606009Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_divide_cpu_float64 2022-09-27T16:01:47.9670514Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_float64 2022-09-27T16:01:47.9925076Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_float64 2022-09-27T16:01:48.0045032Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmax_cpu_float64 2022-09-27T16:01:48.0157808Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_cpu_float64 2022-09-27T16:01:48.0178286Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_cpu_float64 2022-09-27T16:01:48.0364898Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmax_cpu_float64 2022-09-27T16:01:48.0515132Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmin_cpu_float64 2022-09-27T16:01:48.0630338Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-09-27T16:01:48.0806877Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmin_cpu_float64 2022-09-27T16:01:48.0920559Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmod_cpu_float64 2022-09-27T16:01:48.0933462Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-09-27T16:01:48.1038872Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-09-27T16:01:48.1096901Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-09-27T16:01:48.1245605Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmod_cpu_float64 2022-09-27T16:01:48.1311312Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frac_cpu_float64 2022-09-27T16:01:48.1363333Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frac_cpu_float64 2022-09-27T16:01:48.1428251Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp2_cpu_float64 2022-09-27T16:01:48.1685658Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp2_cpu_float64 2022-09-27T16:01:48.1764863Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frexp_cpu_float64 2022-09-27T16:01:48.1803295Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frexp_cpu_float64 2022-09-27T16:01:48.1868845Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp_cpu_float64 2022-09-27T16:01:48.2165556Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp_cpu_float64 2022-09-27T16:01:48.2198523Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_complex128 2022-09-27T16:01:48.2242656Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_complex128 2022-09-27T16:01:48.2318651Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logcumsumexp_cpu_float64 2022-09-27T16:01:48.2646344Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logcumsumexp_cpu_float64 2022-09-27T16:01:48.2678426Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_float64 2022-09-27T16:01:48.2690127Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_float64 2022-09-27T16:01:48.3086883Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_complex128 2022-09-27T16:01:48.3637594Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_complex128 2022-09-27T16:01:48.3655160Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_complex128 2022-09-27T16:01:48.3889362Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_float64 2022-09-27T16:01:48.3911256Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_float64 2022-09-27T16:01:48.3926127Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_complex128 2022-09-27T16:01:48.4099507Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_float64 2022-09-27T16:01:48.4132364Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ge_cpu_float64 2022-09-27T16:01:48.4200074Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ge_cpu_float64 2022-09-27T16:01:48.4446476Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_float64 2022-09-27T16:01:48.4447182Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_complex128 2022-09-27T16:01:48.4568362Z [gw2] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_complex128 2022-09-27T16:01:48.4569090Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_complex128 2022-09-27T16:01:48.4905914Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_complex128 2022-09-27T16:01:48.4921464Z [gw0] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_complex128 2022-09-27T16:01:48.4932330Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_float64 2022-09-27T16:01:48.4942245Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_float64 2022-09-27T16:01:48.5043735Z [gw2] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_float64 2022-09-27T16:01:48.5045268Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_float64 2022-09-27T16:01:48.5404868Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_float64 2022-09-27T16:01:48.5406483Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_complex128 2022-09-27T16:01:48.5560424Z [gw2] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_complex128 2022-09-27T16:01:48.5855381Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_complex128 2022-09-27T16:01:48.5856138Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_float64 2022-09-27T16:01:48.6249815Z [gw2] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_float64 2022-09-27T16:01:48.6282410Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_complex128 2022-09-27T16:01:48.6603586Z [gw2] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_complex128 2022-09-27T16:01:48.6614503Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_complex128 2022-09-27T16:01:48.6683181Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_float64 2022-09-27T16:01:48.6715044Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_float64 2022-09-27T16:01:48.6825257Z [gw2] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_float64 2022-09-27T16:01:48.7044330Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_float64 2022-09-27T16:01:48.7075826Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gt_cpu_float64 2022-09-27T16:01:48.7121439Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gt_cpu_float64 2022-09-27T16:01:48.7152477Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_complex128 2022-09-27T16:01:48.7487160Z [gw2] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_complex128 2022-09-27T16:01:48.7567575Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_complex128 2022-09-27T16:01:48.7579455Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_float64 2022-09-27T16:01:48.7605048Z [gw3] [ 56%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_complex128 2022-09-27T16:01:48.7926727Z [gw2] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_float64 2022-09-27T16:01:48.7991178Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_float64 2022-09-27T16:01:48.8008849Z [gw3] [ 56%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_float64 2022-09-27T16:01:48.8102134Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logit_cpu_float64 2022-09-27T16:01:48.8367283Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logit_cpu_float64 2022-09-27T16:01:48.8418136Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_heaviside_cpu_float64 2022-09-27T16:01:48.8446131Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_heaviside_cpu_float64 2022-09-27T16:01:48.8492407Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_complex128 2022-09-27T16:01:48.8851810Z [gw2] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_complex128 2022-09-27T16:01:48.8859161Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histc_cpu_float64 2022-09-27T16:01:48.8889472Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histc_cpu_float64 2022-09-27T16:01:48.8928407Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_float64 2022-09-27T16:01:48.9295366Z [gw2] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_float64 2022-09-27T16:01:48.9304169Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogram_cpu_float64 2022-09-27T16:01:48.9330986Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogram_cpu_float64 2022-09-27T16:01:48.9732824Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logsumexp_cpu_float64 2022-09-27T16:01:48.9738214Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogramdd_cpu_float64 2022-09-27T16:01:49.0126971Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogramdd_cpu_float64 2022-09-27T16:01:49.0332412Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_complex128 2022-09-27T16:01:49.0566581Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_complex128 2022-09-27T16:01:49.0604086Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_float64 2022-09-27T16:01:49.0613479Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logsumexp_cpu_float64 2022-09-27T16:01:49.0643860Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_complex128 2022-09-27T16:01:49.0654759Z [gw2] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_complex128 2022-09-27T16:01:49.1007060Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_float64 2022-09-27T16:01:49.1045318Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_complex128 2022-09-27T16:01:49.1080206Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_float64 2022-09-27T16:01:49.1486085Z [gw2] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_float64 2022-09-27T16:01:49.1524796Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lt_cpu_float64 2022-09-27T16:01:49.1560153Z [gw2] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lt_cpu_float64 2022-09-27T16:01:49.1574164Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_complex128 2022-09-27T16:01:49.1598711Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_float64 2022-09-27T16:01:49.1610683Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_complex128 2022-09-27T16:01:49.1634890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_float64 2022-09-27T16:01:49.1684098Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_float64 2022-09-27T16:01:49.1925438Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_float64 2022-09-27T16:01:49.2045782Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_complex128 2022-09-27T16:01:49.2118747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_complex128 2022-09-27T16:01:49.2121395Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hypot_cpu_float64 2022-09-27T16:01:49.2527042Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_complex128 2022-09-27T16:01:49.2559415Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_float64 2022-09-27T16:01:49.2731739Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_float64 2022-09-27T16:01:49.2738608Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hypot_cpu_float64 2022-09-27T16:01:49.2793754Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_i0_cpu_float64 2022-09-27T16:01:49.2964147Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_i0_cpu_float64 2022-09-27T16:01:49.2994039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_complex128 2022-09-27T16:01:49.3163531Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_complex128 2022-09-27T16:01:49.3193768Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igamma_cpu_float64 2022-09-27T16:01:49.3405772Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igamma_cpu_float64 2022-09-27T16:01:49.3440747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_float64 2022-09-27T16:01:49.3604400Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_float64 2022-09-27T16:01:49.3639814Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igammac_cpu_float64 2022-09-27T16:01:49.3844794Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igammac_cpu_float64 2022-09-27T16:01:49.3880403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_complex128 2022-09-27T16:01:49.4084846Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_complex128 2022-09-27T16:01:49.4229666Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_imag_cpu_complex128 2022-09-27T16:01:49.4284476Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_imag_cpu_complex128 2022-09-27T16:01:49.4321224Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_float64 2022-09-27T16:01:49.4565413Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_float64 2022-09-27T16:01:49.4696473Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_complex128 2022-09-27T16:01:49.4709043Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_complex128 2022-09-27T16:01:49.4762566Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_float64 2022-09-27T16:01:49.4767041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_complex128 2022-09-27T16:01:49.5194439Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_complex128 2022-09-27T16:01:49.5209541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_float64 2022-09-27T16:01:49.5222447Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_float64 2022-09-27T16:01:49.5229638Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_float64 2022-09-27T16:01:49.5517961Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_complex128 2022-09-27T16:01:49.5598982Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_complex128 2022-09-27T16:01:49.5644546Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_float64 2022-09-27T16:01:49.5686075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_complex128 2022-09-27T16:01:49.5691129Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_float64 2022-09-27T16:01:49.5966004Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_complex128 2022-09-27T16:01:49.6125280Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_complex128 2022-09-27T16:01:49.6165496Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_float64 2022-09-27T16:01:49.6376433Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_float64 2022-09-27T16:01:49.6401734Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_complex128 2022-09-27T16:01:49.6481651Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_float64 2022-09-27T16:01:49.6563952Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_float64 2022-09-27T16:01:49.6595990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmod___cpu_float64 2022-09-27T16:01:49.6846141Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmod___cpu_float64 2022-09-27T16:01:49.7046333Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_complex128 2022-09-27T16:01:49.7052715Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_complex128 2022-09-27T16:01:49.7083485Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_complex128 2022-09-27T16:01:49.7324629Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_complex128 2022-09-27T16:01:49.7391383Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_float64 2022-09-27T16:01:49.7484377Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_float64 2022-09-27T16:01:49.7517596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_float64 2022-09-27T16:01:49.7765507Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_float64 2022-09-27T16:01:49.7923684Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_complex128 2022-09-27T16:01:49.7948109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_complex128 2022-09-27T16:01:49.8387387Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_complex128 2022-09-27T16:01:49.8438844Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_complex128 2022-09-27T16:01:49.8443687Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_float64 2022-09-27T16:01:49.8444281Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_float64 2022-09-27T16:01:49.8491200Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_float64 2022-09-27T16:01:49.8845262Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_float64 2022-09-27T16:01:49.8921723Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_reduce_cpu_float64 2022-09-27T16:01:49.8933076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_complex128 2022-09-27T16:01:49.8937373Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_complex128 2022-09-27T16:01:49.9285931Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_reduce_cpu_float64 2022-09-27T16:01:49.9364354Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_complex128 2022-09-27T16:01:49.9498359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_float64 2022-09-27T16:01:49.9511671Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_float64 2022-09-27T16:01:49.9840088Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_complex128 2022-09-27T16:01:49.9848559Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_float64 2022-09-27T16:01:49.9856513Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_float64 2022-09-27T16:01:49.9893093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amax_cpu_float64 2022-09-27T16:01:50.0366120Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amax_cpu_float64 2022-09-27T16:01:50.0373882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amin_cpu_float64 2022-09-27T16:01:50.0382399Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amin_cpu_float64 2022-09-27T16:01:50.0610845Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_complex128 2022-09-27T16:01:50.0682315Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_complex128 2022-09-27T16:01:50.0728930Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_float64 2022-09-27T16:01:50.0745200Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_complex128 2022-09-27T16:01:50.0764060Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_float64 2022-09-27T16:01:50.0769273Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmax_cpu_float64 2022-09-27T16:01:50.0811529Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_float64 2022-09-27T16:01:50.1166011Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmax_cpu_float64 2022-09-27T16:01:50.1168906Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_complex128 2022-09-27T16:01:50.1243347Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_complex128 2022-09-27T16:01:50.1246264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmin_cpu_float64 2022-09-27T16:01:50.1605868Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmin_cpu_float64 2022-09-27T16:01:50.1608764Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_float64 2022-09-27T16:01:50.1683833Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_float64 2022-09-27T16:01:50.1687996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_complex128 2022-09-27T16:01:50.1692583Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_complex128 2022-09-27T16:01:50.1704942Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_float64 2022-09-27T16:01:50.2047394Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_complex128 2022-09-27T16:01:50.2048020Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_complex128 2022-09-27T16:01:50.2124005Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_complex128 2022-09-27T16:01:50.2126170Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_float64 2022-09-27T16:01:50.2445412Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_float64 2022-09-27T16:01:50.2478319Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_float64 2022-09-27T16:01:50.2563682Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_float64 2022-09-27T16:01:50.2569289Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_complex128 2022-09-27T16:01:50.2922916Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_complex128 2022-09-27T16:01:50.2929322Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_complex128 2022-09-27T16:01:50.2931346Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_complex128 2022-09-27T16:01:50.2949997Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_complex128 2022-09-27T16:01:50.2962147Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_float64 2022-09-27T16:01:50.2996007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_float64 2022-09-27T16:01:50.3273806Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_float64 2022-09-27T16:01:50.3323744Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_float64 2022-09-27T16:01:50.3356465Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_float64 2022-09-27T16:01:50.3371892Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_float64 2022-09-27T16:01:50.3402886Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_complex128 2022-09-27T16:01:50.3433032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_log_softmax_cpu_float64 2022-09-27T16:01:50.3714157Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_log_softmax_cpu_float64 2022-09-27T16:01:50.3805520Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_complex128 2022-09-27T16:01:50.3849696Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isin_cpu_float64 2022-09-27T16:01:50.3857017Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isin_cpu_float64 2022-09-27T16:01:50.3883761Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_float64 2022-09-27T16:01:50.3928252Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logaddexp_cpu_float64 2022-09-27T16:01:50.3966856Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logaddexp_cpu_float64 2022-09-27T16:01:50.4246528Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_float64 2022-09-27T16:01:50.4285236Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_complex128 2022-09-27T16:01:50.4293747Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_complex128 2022-09-27T16:01:50.4363255Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_complex128 2022-09-27T16:01:50.4367075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logsumexp_cpu_float64 2022-09-27T16:01:50.4689312Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logsumexp_cpu_float64 2022-09-27T16:01:50.4712482Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_complex128 2022-09-27T16:01:50.4723537Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_float64 2022-09-27T16:01:50.4786917Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_float64 2022-09-27T16:01:50.4789756Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_float64 2022-09-27T16:01:50.4811566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_complex128 2022-09-27T16:01:50.4870595Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_complex128 2022-09-27T16:01:50.5204765Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_float64 2022-09-27T16:01:50.5206865Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_complex128 2022-09-27T16:01:50.5218866Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_complex128 2022-09-27T16:01:50.5244299Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_complex128 2022-09-27T16:01:50.5278996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_float64 2022-09-27T16:01:50.5341246Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_float64 2022-09-27T16:01:50.5349209Z [gw0] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_float64 2022-09-27T16:01:50.5605211Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:01:50.5640357Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_float64 2022-09-27T16:01:50.5724304Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_float64 2022-09-27T16:01:50.5757064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_median_cpu_float64 2022-09-27T16:01:50.5791945Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_median_cpu_float64 2022-09-27T16:01:50.5801419Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_complex128 2022-09-27T16:01:50.5901683Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_float64 2022-09-27T16:01:50.6085111Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_float64 2022-09-27T16:01:50.6117566Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isneginf_cpu_float64 2022-09-27T16:01:50.6203146Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isneginf_cpu_float64 2022-09-27T16:01:50.6237951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_norm_cpu_float64 2022-09-27T16:01:50.6245841Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_norm_cpu_float64 2022-09-27T16:01:50.6525228Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_complex128 2022-09-27T16:01:50.6561186Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isposinf_cpu_float64 2022-09-27T16:01:50.6644240Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isposinf_cpu_float64 2022-09-27T16:01:50.6678890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_complex128 2022-09-27T16:01:50.6692667Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_complex128 2022-09-27T16:01:50.6720848Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_complex128 2022-09-27T16:01:50.6801854Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_float64 2022-09-27T16:01:50.6964851Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_float64 2022-09-27T16:01:50.6994071Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_complex128 2022-09-27T16:01:50.7123106Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_complex128 2022-09-27T16:01:50.7155710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_float64 2022-09-27T16:01:50.7167753Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_float64 2022-09-27T16:01:50.7445865Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_complex128 2022-09-27T16:01:50.7480965Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_float64 2022-09-27T16:01:50.7544716Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_float64 2022-09-27T16:01:50.7562109Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_complex128 2022-09-27T16:01:50.7593436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_complex128 2022-09-27T16:01:50.7605714Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_complex128 2022-09-27T16:01:50.7705237Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_float64 2022-09-27T16:01:50.7884630Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_float64 2022-09-27T16:01:50.8116747Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_complex128 2022-09-27T16:01:50.8123577Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_complex128 2022-09-27T16:01:50.8163037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_float64 2022-09-27T16:01:50.8566265Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_float64 2022-09-27T16:01:50.8571863Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmax_cpu_float64 2022-09-27T16:01:50.9006384Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmax_cpu_float64 2022-09-27T16:01:50.9011440Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmin_cpu_float64 2022-09-27T16:01:50.9447512Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmin_cpu_float64 2022-09-27T16:01:50.9452516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_complex128 2022-09-27T16:01:50.9889482Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_complex128 2022-09-27T16:01:50.9891562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_float64 2022-09-27T16:01:51.0374611Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_float64 2022-09-27T16:01:51.0376958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_complex128 2022-09-27T16:01:51.0810623Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_complex128 2022-09-27T16:01:51.0815464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_float64 2022-09-27T16:01:51.1286589Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_float64 2022-09-27T16:01:51.1292832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_complex128 2022-09-27T16:01:51.1769422Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_complex128 2022-09-27T16:01:51.1776365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_float64 2022-09-27T16:01:51.1904769Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_float64 2022-09-27T16:01:51.1946403Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_complex128 2022-09-27T16:01:51.2109596Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_float64 2022-09-27T16:01:51.2137200Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_complex128 2022-09-27T16:01:51.2196710Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_float64 2022-09-27T16:01:51.2197475Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_complex128 2022-09-27T16:01:51.2543521Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_complex128 2022-09-27T16:01:51.2582689Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_float64 2022-09-27T16:01:51.2680159Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_complex128 2022-09-27T16:01:51.3048538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_float64 2022-09-27T16:01:51.3074097Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_float64 2022-09-27T16:01:51.3131728Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:01:51.3529060Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:01:51.3529895Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:01:51.3595517Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:01:51.3625476Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_complex128 2022-09-27T16:01:51.3834969Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_float64 2022-09-27T16:01:51.4001083Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_float64 2022-09-27T16:01:51.4010732Z [gw0] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:01:51.4011433Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:01:51.4027739Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:01:51.4045005Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T16:01:51.4412447Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_binary_cpu_float64 2022-09-27T16:01:51.4446619Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_binary_cpu_float64 2022-09-27T16:01:51.4447302Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:01:51.4482863Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:01:51.4585099Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-09-27T16:01:51.4845493Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-09-27T16:01:51.4883164Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_complex128 2022-09-27T16:01:51.4927934Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_complex128 2022-09-27T16:01:51.5030630Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-09-27T16:01:51.5324482Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-09-27T16:01:51.5350248Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_float64 2022-09-27T16:01:51.5404501Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_float64 2022-09-27T16:01:51.5777278Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_maximum_cpu_float64 2022-09-27T16:01:51.5809815Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:01:51.5925204Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:01:51.5941681Z [gw0] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T16:01:51.6091052Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:01:51.6104851Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_maximum_cpu_float64 2022-09-27T16:01:51.6245183Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_complex128 2022-09-27T16:01:51.6255931Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:01:51.6660139Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:01:51.6687657Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_complex128 2022-09-27T16:01:51.7165363Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_complex128 2022-09-27T16:01:51.7171204Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_float64 2022-09-27T16:01:51.7273025Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_float64 2022-09-27T16:01:51.7285972Z [gw0] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:01:51.7551038Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:01:51.7598444Z [gw0] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:01:51.7724862Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_complex128 2022-09-27T16:01:51.7871330Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:01:51.7921491Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_complex128 2022-09-27T16:01:51.7935755Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_complex128 2022-09-27T16:01:51.8003572Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_float64 2022-09-27T16:01:51.8096957Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_float64 2022-09-27T16:01:51.8221558Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_float64 2022-09-27T16:01:51.8365980Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_float64 2022-09-27T16:01:51.8445418Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_median_cpu_float64 2022-09-27T16:01:51.8572412Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kthvalue_cpu_float64 2022-09-27T16:01:51.8685655Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_median_cpu_float64 2022-09-27T16:01:51.8806380Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kthvalue_cpu_float64 2022-09-27T16:01:51.8886258Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:01:52.0590095Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_complex128 2022-09-27T16:01:52.0600481Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:01:52.0765174Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:01:52.0785279Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_complex128 2022-09-27T16:01:52.0849777Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_float64 2022-09-27T16:01:52.1005022Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:01:52.1144704Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:01:52.1205230Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_float64 2022-09-27T16:01:52.1244487Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_le_cpu_float64 2022-09-27T16:01:52.1422694Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_le_cpu_float64 2022-09-27T16:01:52.1433057Z [gw0] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:01:52.1649421Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:01:52.1983292Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_complex128 2022-09-27T16:01:52.1995516Z [gw0] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:01:52.2525352Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_complex128 2022-09-27T16:01:52.2539350Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:01:52.2765959Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:01:52.2967494Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:01:52.3310485Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_binary_cpu_float64 2022-09-27T16:01:52.3404295Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_binary_cpu_float64 2022-09-27T16:01:52.3470983Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-09-27T16:01:52.3846972Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-09-27T16:01:52.4005670Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-09-27T16:01:52.4361803Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-09-27T16:01:52.4841878Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_minimum_cpu_float64 2022-09-27T16:01:52.4892035Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_minimum_cpu_float64 2022-09-27T16:01:52.5657032Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_complex128 2022-09-27T16:01:52.5672650Z [gw0] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_complex128 2022-09-27T16:01:52.5702536Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_float64 2022-09-27T16:01:52.5723414Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_complex128 2022-09-27T16:01:52.5830449Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_float64 2022-09-27T16:01:52.5870373Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_complex128 2022-09-27T16:01:52.5962799Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_float64 2022-09-27T16:01:52.6186731Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_float64 2022-09-27T16:01:52.6197749Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_float64 2022-09-27T16:01:52.6268534Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lgamma_cpu_float64 2022-09-27T16:01:52.6283594Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lgamma_cpu_float64 2022-09-27T16:01:52.6404407Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mode_cpu_float64 2022-09-27T16:01:52.6422773Z [gw0] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_float64 2022-09-27T16:01:52.6512560Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:01:52.6605671Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mode_cpu_float64 2022-09-27T16:01:52.6974146Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-09-27T16:01:52.7541715Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_complex128 2022-09-27T16:01:52.7571741Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_complex128 2022-09-27T16:01:52.7680463Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_float64 2022-09-27T16:01:52.8087352Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_float64 2022-09-27T16:01:52.8486046Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_msort_cpu_float64 2022-09-27T16:01:52.8590160Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_msort_cpu_float64 2022-09-27T16:01:52.9241328Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_complex128 2022-09-27T16:01:52.9254210Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-09-27T16:01:52.9430276Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_float64 2022-09-27T16:01:52.9686138Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_float64 2022-09-27T16:01:52.9846937Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:01:52.9861096Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_complex128 2022-09-27T16:01:52.9997478Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_float64 2022-09-27T16:01:53.0013289Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_float64 2022-09-27T16:01:53.0110517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_complex128 2022-09-27T16:01:53.0299902Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_float64 2022-09-27T16:01:53.0334210Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_multinomial_cpu_float64 2022-09-27T16:01:53.0665113Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_multinomial_cpu_float64 2022-09-27T16:01:53.0683161Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_complex128 2022-09-27T16:01:53.0800668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_float64 2022-09-27T16:01:53.0803551Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:01:53.0817296Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_complex128 2022-09-27T16:01:53.0908184Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-09-27T16:01:53.0922264Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_complex128 2022-09-27T16:01:53.1007640Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_float64 2022-09-27T16:01:53.1165659Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-09-27T16:01:53.1167391Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_complex128 2022-09-27T16:01:53.1245882Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_complex128 2022-09-27T16:01:53.1246520Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_float64 2022-09-27T16:01:53.1252842Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_float64 2022-09-27T16:01:53.1660707Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_complex128 2022-09-27T16:01:53.1666769Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_float64 2022-09-27T16:01:53.1673811Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_float64 2022-09-27T16:01:53.1679704Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_complex128 2022-09-27T16:01:53.1688765Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:01:53.1780426Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_float64 2022-09-27T16:01:53.1801697Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_float64 2022-09-27T16:01:53.2081171Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:01:53.2205746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_complex128 2022-09-27T16:01:53.2302741Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_complex128 2022-09-27T16:01:53.2809345Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:01:53.2834949Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:01:53.3231540Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:01:53.3256018Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_complex128 2022-09-27T16:01:53.3260643Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_float64 2022-09-27T16:01:53.3292897Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:01:53.3424791Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nan_to_num_cpu_float64 2022-09-27T16:01:53.3427898Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nan_to_num_cpu_float64 2022-09-27T16:01:53.3687234Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_float64 2022-09-27T16:01:53.3727327Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_complex128 2022-09-27T16:01:53.3776659Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmean_cpu_float64 2022-09-27T16:01:53.3925856Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_complex128 2022-09-27T16:01:53.4232346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_float64 2022-09-27T16:01:53.4344868Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_float64 2022-09-27T16:01:53.4368778Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmean_cpu_float64 2022-09-27T16:01:53.4405508Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmedian_cpu_float64 2022-09-27T16:01:53.4734897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_complex128 2022-09-27T16:01:53.4844570Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmedian_cpu_float64 2022-09-27T16:01:53.4978618Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanquantile_cpu_float64 2022-09-27T16:01:53.5080911Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_complex128 2022-09-27T16:01:53.5301183Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_float64 2022-09-27T16:01:53.5428398Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_float64 2022-09-27T16:01:53.7327405Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-09-27T16:01:53.7353996Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanquantile_cpu_float64 2022-09-27T16:01:53.7650479Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nansum_cpu_float64 2022-09-27T16:01:53.7670509Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_complex128 2022-09-27T16:01:53.7864530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_float64 2022-09-27T16:01:53.7890932Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nansum_cpu_float64 2022-09-27T16:01:53.7952271Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_complex128 2022-09-27T16:01:53.7953029Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_float64 2022-09-27T16:01:53.8168134Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_complex128 2022-09-27T16:01:53.8365556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_complex128 2022-09-27T16:01:53.8366172Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_float64 2022-09-27T16:01:53.8880942Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_float64 2022-09-27T16:01:53.9660650Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_complex128 2022-09-27T16:01:53.9672034Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_complex128 2022-09-27T16:01:53.9811864Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_float64 2022-09-27T16:01:54.0082536Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_float64 2022-09-27T16:01:54.0100112Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_layer_norm_cpu_float64 2022-09-27T16:01:54.0253183Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_layer_norm_cpu_float64 2022-09-27T16:01:54.0263953Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-09-27T16:01:54.0432624Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_float64 2022-09-27T16:01:54.0441858Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_complex128 2022-09-27T16:01:54.0558966Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_float64 2022-09-27T16:01:54.0570779Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_complex128 2022-09-27T16:01:54.0682910Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_complex128 2022-09-27T16:01:54.0785999Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_float64 2022-09-27T16:01:54.0796459Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_float64 2022-09-27T16:01:54.0885991Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_complex128 2022-09-27T16:01:54.0965471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_complex128 2022-09-27T16:01:54.1012001Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_float64 2022-09-27T16:01:54.1406004Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_float64 2022-09-27T16:01:54.1421050Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_complex128 2022-09-27T16:01:54.1433091Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_complex128 2022-09-27T16:01:54.1540034Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_float64 2022-09-27T16:01:54.1680352Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_complex128 2022-09-27T16:01:54.1901496Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_float64 2022-09-27T16:01:54.1911614Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_float64 2022-09-27T16:01:54.1917807Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_float64 2022-09-27T16:01:54.2292835Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_complex128 2022-09-27T16:01:54.2333998Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_complex128 2022-09-27T16:01:54.2346833Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_complex128 2022-09-27T16:01:54.2356696Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_complex128 2022-09-27T16:01:54.2765354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_float64 2022-09-27T16:01:54.2773758Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_float64 2022-09-27T16:01:54.2792401Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_float64 2022-09-27T16:01:54.2806686Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_complex128 2022-09-27T16:01:54.2814093Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_float64 2022-09-27T16:01:54.2843297Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_float64 2022-09-27T16:01:54.2977856Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_complex128 2022-09-27T16:01:54.3215500Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_float64 2022-09-27T16:01:54.3225562Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_complex128 2022-09-27T16:01:54.3299342Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_complex128 2022-09-27T16:01:54.3659512Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-09-27T16:01:54.3668067Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_float64 2022-09-27T16:01:54.4088167Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_float64 2022-09-27T16:01:54.4097180Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_complex128 2022-09-27T16:01:54.4123627Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_complex128 2022-09-27T16:01:54.4133553Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-09-27T16:01:54.4310223Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_float64 2022-09-27T16:01:54.4545343Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_float64 2022-09-27T16:01:54.4545985Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_float64 2022-09-27T16:01:54.4561286Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_float64 2022-09-27T16:01:54.4566809Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_complex128 2022-09-27T16:01:54.4726710Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-09-27T16:01:54.4842541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_float64 2022-09-27T16:01:54.4941427Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_float64 2022-09-27T16:01:54.4987145Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_complex128 2022-09-27T16:01:54.5242276Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_complex128 2022-09-27T16:01:54.5417924Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-09-27T16:01:54.5421946Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_float64 2022-09-27T16:01:54.5465369Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_float64 2022-09-27T16:01:54.5557590Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-09-27T16:01:54.5857202Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-09-27T16:01:54.5860559Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_complex128 2022-09-27T16:01:54.5968749Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_complex128 2022-09-27T16:01:54.6010082Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-09-27T16:01:54.6298878Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-09-27T16:01:54.6299521Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_float64 2022-09-27T16:01:54.6396428Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_float64 2022-09-27T16:01:54.6415351Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-09-27T16:01:54.6494549Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_float64 2022-09-27T16:01:54.6729762Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_float64 2022-09-27T16:01:54.6730412Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nextafter_cpu_float64 2022-09-27T16:01:54.6922340Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nextafter_cpu_float64 2022-09-27T16:01:54.7201829Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_complex128 2022-09-27T16:01:54.7307606Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:01:54.7589775Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:01:54.7956101Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:01:54.7989954Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_complex128 2022-09-27T16:01:54.8110707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_float64 2022-09-27T16:01:54.8128241Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:01:54.8250091Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:01:54.8403609Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_float64 2022-09-27T16:01:54.8780832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_complex128 2022-09-27T16:01:54.8817803Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:01:54.8966749Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:01:54.8985222Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_complex128 2022-09-27T16:01:54.9082945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_float64 2022-09-27T16:01:54.9109158Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:01:54.9292505Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_float64 2022-09-27T16:01:54.9405541Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:01:54.9445114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_complex128 2022-09-27T16:01:54.9561346Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_complex128 2022-09-27T16:01:54.9704590Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:01:54.9851701Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:01:54.9892571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_float64 2022-09-27T16:01:55.0221830Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_float64 2022-09-27T16:01:55.0252782Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:01:55.0298863Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:01:55.0327915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_complex128 2022-09-27T16:01:55.0643995Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_complex128 2022-09-27T16:01:55.0683493Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:01:55.0808222Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:01:55.0808763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_float64 2022-09-27T16:01:55.1036176Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_float64 2022-09-27T16:01:55.1164966Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:01:55.1251560Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:01:55.1252186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amax_cpu_float64 2022-09-27T16:01:55.1435835Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amax_cpu_float64 2022-09-27T16:01:55.1628224Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:01:55.1728810Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-09-27T16:01:55.1729469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amin_cpu_float64 2022-09-27T16:01:55.2170441Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amin_cpu_float64 2022-09-27T16:01:55.2171097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_aminmax_cpu_float64 2022-09-27T16:01:55.2209023Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_aminmax_cpu_float64 2022-09-27T16:01:55.2221259Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-09-27T16:01:55.2427134Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_float64 2022-09-27T16:01:55.2450728Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-09-27T16:01:55.2606615Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-09-27T16:01:55.2613248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_complex128 2022-09-27T16:01:55.2792925Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_complex128 2022-09-27T16:01:55.2809280Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_float64 2022-09-27T16:01:55.3046741Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_complex128 2022-09-27T16:01:55.3054273Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_float64 2022-09-27T16:01:55.3411029Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_float64 2022-09-27T16:01:55.3435441Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_complex128 2022-09-27T16:01:55.3489925Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_float64 2022-09-27T16:01:55.3494996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_complex128 2022-09-27T16:01:55.3621825Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_complex128 2022-09-27T16:01:55.3859555Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_float64 2022-09-27T16:01:55.3863429Z [gw0] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:01:55.3939450Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-09-27T16:01:55.3943000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_float64 2022-09-27T16:01:55.3961210Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_float64 2022-09-27T16:01:55.4372473Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T16:01:55.4373347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_arange_cpu_float64 2022-09-27T16:01:55.4807494Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_arange_cpu_float64 2022-09-27T16:01:55.4813732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmax_cpu_float64 2022-09-27T16:01:55.5180980Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmax_cpu_float64 2022-09-27T16:01:55.5252033Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-09-27T16:01:55.5258205Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-09-27T16:01:55.5263689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmin_cpu_float64 2022-09-27T16:01:55.5629168Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmin_cpu_float64 2022-09-27T16:01:55.5667755Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-09-27T16:01:55.5668771Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-09-27T16:01:55.5693477Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argsort_cpu_float64 2022-09-27T16:01:55.5708324Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argsort_cpu_float64 2022-09-27T16:01:55.6170399Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-09-27T16:01:55.6171637Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_complex128 2022-09-27T16:01:55.6188029Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_complex128 2022-09-27T16:01:55.6194423Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-09-27T16:01:55.6605944Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-09-27T16:01:55.6612709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_float64 2022-09-27T16:01:55.6621159Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_float64 2022-09-27T16:01:55.6661895Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:01:55.7035727Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:01:55.7042378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_complex128 2022-09-27T16:01:55.7051068Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_complex128 2022-09-27T16:01:55.7093398Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:01:55.7510489Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:01:55.7523850Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-09-27T16:01:55.7524595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_float64 2022-09-27T16:01:55.7533475Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_float64 2022-09-27T16:01:55.7581842Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:01:55.7586563Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-09-27T16:01:55.8019350Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-09-27T16:01:55.8021244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-09-27T16:01:55.8021931Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-09-27T16:01:55.8022585Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-09-27T16:01:55.8438182Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-09-27T16:01:55.8439202Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-09-27T16:01:55.8493195Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-09-27T16:01:55.8494108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_float64 2022-09-27T16:01:55.8876557Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_float64 2022-09-27T16:01:55.8877239Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_float64 2022-09-27T16:01:55.8924814Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_float64 2022-09-27T16:01:55.9104918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_complex128 2022-09-27T16:01:55.9224646Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_complex128 2022-09-27T16:01:55.9242082Z [gw0] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T16:01:55.9359846Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:01:55.9442466Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:01:55.9444042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_float64 2022-09-27T16:01:55.9682786Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_float64 2022-09-27T16:01:55.9699635Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:01:55.9805816Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:01:55.9844076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_complex128 2022-09-27T16:01:56.0246806Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_complex128 2022-09-27T16:01:56.0286068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_float64 2022-09-27T16:01:56.0669846Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_float64 2022-09-27T16:01:56.0761298Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:01:56.0768310Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_celu_cpu_float64 2022-09-27T16:01:56.0770747Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_celu_cpu_float64 2022-09-27T16:01:56.0983950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan2_cpu_float64 2022-09-27T16:01:56.1166578Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan2_cpu_float64 2022-09-27T16:01:56.1281968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_complex128 2022-09-27T16:01:56.1346330Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-09-27T16:01:56.1669175Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_complex128 2022-09-27T16:01:56.1681872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_float64 2022-09-27T16:01:56.2088687Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_float64 2022-09-27T16:01:56.2100387Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_complex128 2022-09-27T16:01:56.2528948Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_complex128 2022-09-27T16:01:56.2539214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_float64 2022-09-27T16:01:56.2970817Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_float64 2022-09-27T16:01:56.2981424Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_complex128 2022-09-27T16:01:56.3379307Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_complex128 2022-09-27T16:01:56.3402409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_float64 2022-09-27T16:01:56.3808126Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_float64 2022-09-27T16:01:56.3843006Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_complex128 2022-09-27T16:01:56.4247014Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_complex128 2022-09-27T16:01:56.4283732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_float64 2022-09-27T16:01:56.4686104Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_float64 2022-09-27T16:01:56.4731439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_complex128 2022-09-27T16:01:56.5167618Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_complex128 2022-09-27T16:01:56.5171556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_float64 2022-09-27T16:01:56.5626863Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_float64 2022-09-27T16:01:57.0140838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_complex128 2022-09-27T16:01:57.0173480Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_complex128 2022-09-27T16:01:57.0564293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_float64 2022-09-27T16:01:57.0602133Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_float64 2022-09-27T16:01:57.0659836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bernoulli_cpu_float64 2022-09-27T16:01:57.1087752Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bernoulli_cpu_float64 2022-09-27T16:01:57.1088436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_complex128 2022-09-27T16:01:57.1525671Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_complex128 2022-09-27T16:01:57.1527645Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_float64 2022-09-27T16:01:57.1964652Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_float64 2022-09-27T16:01:57.1968034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_complex128 2022-09-27T16:01:57.2212448Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_complex128 2022-09-27T16:01:57.2239954Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-09-27T16:01:57.2407482Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-09-27T16:01:57.2410555Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_float64 2022-09-27T16:01:57.2845075Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_float64 2022-09-27T16:01:57.2849596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_complex128 2022-09-27T16:01:57.3107358Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_complex128 2022-09-27T16:01:57.3123935Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-09-27T16:01:57.3283315Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-09-27T16:01:57.3287687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_float64 2022-09-27T16:01:57.3723735Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_float64 2022-09-27T16:01:57.3725079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_complex128 2022-09-27T16:01:57.4205054Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_complex128 2022-09-27T16:01:57.4207457Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_float64 2022-09-27T16:01:57.4685550Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_float64 2022-09-27T16:01:57.4688335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-09-27T16:01:57.5127810Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-09-27T16:01:57.5128532Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_float64 2022-09-27T16:01:57.5570738Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_float64 2022-09-27T16:01:57.5571416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_complex128 2022-09-27T16:01:57.6007229Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_complex128 2022-09-27T16:01:57.6007946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_float64 2022-09-27T16:01:57.6445063Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_float64 2022-09-27T16:01:57.6445794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bucketize_cpu_float64 2022-09-27T16:01:57.6884900Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bucketize_cpu_float64 2022-09-27T16:01:57.6889321Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_complex128 2022-09-27T16:01:57.7141337Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_complex128 2022-09-27T16:01:57.7172979Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:01:57.7327846Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:01:57.7328482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_float64 2022-09-27T16:01:57.7807851Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_float64 2022-09-27T16:01:57.7808542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_complex128 2022-09-27T16:01:57.8289371Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_complex128 2022-09-27T16:01:57.8290048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_float64 2022-09-27T16:01:57.8775828Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_float64 2022-09-27T16:01:57.8776559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_complex128 2022-09-27T16:01:57.9210045Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_complex128 2022-09-27T16:01:57.9210871Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_float64 2022-09-27T16:01:57.9690483Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_float64 2022-09-27T16:01:57.9691268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cdist_cpu_float64 2022-09-27T16:01:58.0143776Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cdist_cpu_float64 2022-09-27T16:01:58.0145305Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ceil_cpu_float64 2022-09-27T16:01:58.0569189Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ceil_cpu_float64 2022-09-27T16:01:58.0569866Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_complex128 2022-09-27T16:01:58.1009627Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_complex128 2022-09-27T16:01:58.1010323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_float64 2022-09-27T16:01:58.1449267Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_float64 2022-09-27T16:01:58.1449941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_complex128 2022-09-27T16:01:58.1890955Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_complex128 2022-09-27T16:01:58.1891623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_float64 2022-09-27T16:01:58.2274531Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_float64 2022-09-27T16:01:58.2335489Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:01:58.2336207Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_complex128 2022-09-27T16:01:58.2336816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_complex128 2022-09-27T16:01:58.2810207Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_complex128 2022-09-27T16:01:58.2810877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_float64 2022-09-27T16:01:58.3247590Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_float64 2022-09-27T16:01:58.3248286Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-09-27T16:01:58.3687181Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-09-27T16:01:58.3687901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_float64 2022-09-27T16:01:58.4128333Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_float64 2022-09-27T16:01:58.4129234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_complex128 2022-09-27T16:01:58.4567554Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_complex128 2022-09-27T16:01:58.4568356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_float64 2022-09-27T16:01:58.5010572Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_float64 2022-09-27T16:01:58.5011111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_complex128 2022-09-27T16:01:58.5453712Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_complex128 2022-09-27T16:01:58.5454266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_float64 2022-09-27T16:01:58.5963026Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_float64 2022-09-27T16:01:58.6197584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_cpu_float64 2022-09-27T16:01:58.6367128Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_cpu_float64 2022-09-27T16:01:58.6569758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_max_cpu_float64 2022-09-27T16:01:58.6593994Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_complex128 2022-09-27T16:01:58.6594685Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_max_cpu_float64 2022-09-27T16:01:58.6847923Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_float64 2022-09-27T16:01:58.7008703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_min_cpu_float64 2022-09-27T16:01:58.7227622Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_min_cpu_float64 2022-09-27T16:01:58.7239841Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_float64 2022-09-27T16:01:58.7284735Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-09-27T16:01:58.7315256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_complex128 2022-09-27T16:01:58.7812069Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_complex128 2022-09-27T16:01:58.7812767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_float64 2022-09-27T16:01:58.8252307Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_float64 2022-09-27T16:01:58.8253015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_complex128 2022-09-27T16:01:58.8695586Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_complex128 2022-09-27T16:01:58.8696322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_float64 2022-09-27T16:01:58.9132601Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_float64 2022-09-27T16:01:58.9133307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_complex128 2022-09-27T16:01:58.9425126Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_complex128 2022-09-27T16:01:58.9438257Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-09-27T16:01:58.9574811Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-09-27T16:01:58.9575475Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_float64 2022-09-27T16:01:59.0011524Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_float64 2022-09-27T16:01:59.0012208Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_complex_cpu_float64 2022-09-27T16:01:59.0047341Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_complex_cpu_float64 2022-09-27T16:01:59.0057773Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-09-27T16:01:59.0452102Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:01:59.0452770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_complex128 2022-09-27T16:01:59.0891278Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_complex128 2022-09-27T16:01:59.0891935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_float64 2022-09-27T16:01:59.1288724Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_float64 2022-09-27T16:01:59.1387861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_complex128 2022-09-27T16:01:59.1727756Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_complex128 2022-09-27T16:01:59.1776761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_float64 2022-09-27T16:01:59.2168300Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_float64 2022-09-27T16:01:59.2207937Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-09-27T16:01:59.2651358Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-09-27T16:01:59.2652056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_float64 2022-09-27T16:01:59.2997388Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_float64 2022-09-27T16:01:59.3007649Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:01:59.3089253Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:01:59.3089899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_complex128 2022-09-27T16:01:59.3505070Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_complex128 2022-09-27T16:01:59.3537359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_float64 2022-09-27T16:01:59.3603897Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_float64 2022-09-27T16:01:59.3616237Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:01:59.4002633Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-09-27T16:01:59.4088882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_copysign_cpu_float64 2022-09-27T16:01:59.4366647Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_copysign_cpu_float64 2022-09-27T16:01:59.4410395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_complex128 2022-09-27T16:01:59.4807344Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_complex128 2022-09-27T16:01:59.4839847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_float64 2022-09-27T16:01:59.5362970Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_float64 2022-09-27T16:01:59.5486033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_complex128 2022-09-27T16:01:59.5807675Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_complex128 2022-09-27T16:01:59.5813172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_float64 2022-09-27T16:01:59.6323686Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_float64 2022-09-27T16:01:59.6430019Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_complex128 2022-09-27T16:01:59.6726769Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_complex128 2022-09-27T16:01:59.6735374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_float64 2022-09-27T16:01:59.7134693Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_float64 2022-09-27T16:01:59.7141304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_complex128 2022-09-27T16:01:59.7628723Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_complex128 2022-09-27T16:01:59.7631316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_float64 2022-09-27T16:01:59.8059408Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_float64 2022-09-27T16:01:59.8066330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_complex128 2022-09-27T16:01:59.8504655Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_complex128 2022-09-27T16:01:59.8511680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_float64 2022-09-27T16:01:59.8914676Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_float64 2022-09-27T16:01:59.8956339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_complex128 2022-09-27T16:01:59.9383162Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_complex128 2022-09-27T16:01:59.9388048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_float64 2022-09-27T16:01:59.9800693Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_float64 2022-09-27T16:01:59.9831460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummax_cpu_float64 2022-09-27T16:02:00.0260565Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummax_cpu_float64 2022-09-27T16:02:00.0264777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummin_cpu_float64 2022-09-27T16:02:00.0801902Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummin_cpu_float64 2022-09-27T16:02:00.4735643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_complex128 2022-09-27T16:02:00.4761200Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-09-27T16:02:00.9673380Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-09-27T16:02:00.9687388Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-09-27T16:02:01.5848050Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:02:01.5856853Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:02:01.6323344Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:02:01.6334826Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:02:01.6991675Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:02:01.7019754Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:02:01.9649355Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:02:01.9678477Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:02:02.0238888Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:02:02.0266485Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:02:02.0737783Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:02:02.0766662Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:02:02.1538586Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:02:02.1566326Z [gw0] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:02:02.1651749Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:02:02.1678673Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:02:02.1863974Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:02:02.2169758Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:02:02.3216344Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-09-27T16:02:02.3252183Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-09-27T16:02:02.4110196Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-09-27T16:02:02.4125665Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-09-27T16:02:02.4902333Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-09-27T16:02:02.4916962Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-09-27T16:02:02.4969601Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_elu_cpu_float64 2022-09-27T16:02:02.5328662Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_elu_cpu_float64 2022-09-27T16:02:02.5443620Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:02:02.5727527Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:02:02.5743650Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_complex128 2022-09-27T16:02:02.5766994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_float64 2022-09-27T16:02:02.5861105Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-09-27T16:02:02.6206401Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-09-27T16:02:02.6445917Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:02:02.6646551Z [gw2] [ 62%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:02:02.7883613Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:02:02.7902173Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_float64 2022-09-27T16:02:02.8182900Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_complex128 2022-09-27T16:02:02.8331774Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_complex128 2022-09-27T16:02:02.8418382Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_float64 2022-09-27T16:02:02.8806795Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_float64 2022-09-27T16:02:02.8807519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-09-27T16:02:02.9246887Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-09-27T16:02:02.9248728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-09-27T16:02:02.9717261Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-09-27T16:02:02.9758077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_deg2rad_cpu_float64 2022-09-27T16:02:03.0166321Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_deg2rad_cpu_float64 2022-09-27T16:02:03.0166990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_complex128 2022-09-27T16:02:03.0647672Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_complex128 2022-09-27T16:02:03.0648444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_float64 2022-09-27T16:02:03.1096045Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_float64 2022-09-27T16:02:03.1097229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_complex128 2022-09-27T16:02:03.1135739Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_complex128 2022-09-27T16:02:03.1163435Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:02:03.1527115Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:02:03.1538893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_float64 2022-09-27T16:02:03.1967415Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_float64 2022-09-27T16:02:03.2001744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_complex128 2022-09-27T16:02:03.2072014Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_complex128 2022-09-27T16:02:03.2080119Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:02:03.2447815Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:02:03.2451292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_float64 2022-09-27T16:02:03.2892447Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_float64 2022-09-27T16:02:03.2893182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_complex128 2022-09-27T16:02:03.3286424Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_complex128 2022-09-27T16:02:03.3291038Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:02:03.3295932Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_float64 2022-09-27T16:02:03.3335014Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_complex128 2022-09-27T16:02:03.3345574Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_complex128 2022-09-27T16:02:03.3727366Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_float64 2022-09-27T16:02:03.3757121Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_float64 2022-09-27T16:02:03.3772499Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_float64 2022-09-27T16:02:03.3773903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_scatter_cpu_float64 2022-09-27T16:02:03.3902303Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_scatter_cpu_float64 2022-09-27T16:02:03.3910767Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-09-27T16:02:03.4164731Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-09-27T16:02:03.4216416Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_complex128 2022-09-27T16:02:03.4219586Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_complex128 2022-09-27T16:02:03.4303367Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_complex128 2022-09-27T16:02:03.4308373Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:02:03.4659461Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:02:03.4660140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_float64 2022-09-27T16:02:03.5122703Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_float64 2022-09-27T16:02:03.5135413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_digamma_cpu_float64 2022-09-27T16:02:03.5528144Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_digamma_cpu_float64 2022-09-27T16:02:03.5533413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_complex128 2022-09-27T16:02:03.5701142Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_complex128 2022-09-27T16:02:03.5731060Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_complex128 2022-09-27T16:02:03.5967208Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_float64 2022-09-27T16:02:03.5977238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_float64 2022-09-27T16:02:03.6097161Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_float64 2022-09-27T16:02:03.6164538Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_float64 2022-09-27T16:02:03.6316418Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log1p_cpu_float64 2022-09-27T16:02:03.6441860Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log1p_cpu_float64 2022-09-27T16:02:03.6545684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_floor_rounding_cpu_float64 2022-09-27T16:02:03.6682943Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_floor_rounding_cpu_float64 2022-09-27T16:02:03.6883427Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_complex128 2022-09-27T16:02:03.7439307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-09-27T16:02:03.7463622Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_complex128 2022-09-27T16:02:03.7673391Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_float64 2022-09-27T16:02:03.7962732Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_float64 2022-09-27T16:02:03.8108472Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_complex128 2022-09-27T16:02:03.8123312Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-09-27T16:02:03.8321017Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-09-27T16:02:03.8640741Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-09-27T16:02:03.8744588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-09-27T16:02:03.8879637Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-09-27T16:02:03.8902954Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:02:03.8956682Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:02:03.8967974Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_complex128 2022-09-27T16:02:03.9057157Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_float64 2022-09-27T16:02:03.9062476Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_complex128 2022-09-27T16:02:03.9144438Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_complex128 2022-09-27T16:02:03.9405735Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_float64 2022-09-27T16:02:03.9498384Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_cpu_float64 2022-09-27T16:02:03.9503449Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_float64 2022-09-27T16:02:03.9882415Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_float64 2022-09-27T16:02:03.9894254Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_cpu_float64 2022-09-27T16:02:03.9903196Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-09-27T16:02:03.9936414Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_complex128 2022-09-27T16:02:03.9959568Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_complex128 2022-09-27T16:02:04.0201675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_complex128 2022-09-27T16:02:04.0370999Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:02:04.0376350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_float64 2022-09-27T16:02:04.0807417Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_float64 2022-09-27T16:02:04.0812734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_complex128 2022-09-27T16:02:04.1206774Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_complex128 2022-09-27T16:02:04.1245068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_float64 2022-09-27T16:02:04.1646692Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_float64 2022-09-27T16:02:04.1702116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_complex128 2022-09-27T16:02:04.1886019Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_complex128 2022-09-27T16:02:04.1896616Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:02:04.2086438Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:02:04.2135978Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_float64 2022-09-27T16:02:04.2237365Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_float64 2022-09-27T16:02:04.2325785Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:02:04.2481382Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp2_cpu_float64 2022-09-27T16:02:04.2525096Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp2_cpu_float64 2022-09-27T16:02:04.2564246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_complex128 2022-09-27T16:02:04.2766812Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_complex128 2022-09-27T16:02:04.2923082Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp_cpu_float64 2022-09-27T16:02:04.2965958Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp_cpu_float64 2022-09-27T16:02:04.3002595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_float64 2022-09-27T16:02:04.3206567Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_float64 2022-09-27T16:02:04.3405588Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logcumsumexp_cpu_float64 2022-09-27T16:02:04.3447729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_complex128 2022-09-27T16:02:04.3846255Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_complex128 2022-09-27T16:02:04.3880814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_float64 2022-09-27T16:02:04.4000559Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_float64 2022-09-27T16:02:04.4018071Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logcumsumexp_cpu_float64 2022-09-27T16:02:04.4287030Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_complex128 2022-09-27T16:02:04.4322931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_complex128 2022-09-27T16:02:04.4726094Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_complex128 2022-09-27T16:02:04.4771110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_float64 2022-09-27T16:02:04.5165684Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_float64 2022-09-27T16:02:04.5203214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_complex128 2022-09-27T16:02:04.5606029Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_complex128 2022-09-27T16:02:04.5643218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_float64 2022-09-27T16:02:04.6046760Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_float64 2022-09-27T16:02:04.6085912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_complex128 2022-09-27T16:02:04.6487655Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_complex128 2022-09-27T16:02:04.6525371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_float64 2022-09-27T16:02:04.6926650Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_float64 2022-09-27T16:02:04.6986189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erf_cpu_float64 2022-09-27T16:02:04.7366146Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erf_cpu_float64 2022-09-27T16:02:04.7448554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfc_cpu_float64 2022-09-27T16:02:04.7806576Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfc_cpu_float64 2022-09-27T16:02:04.7871789Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfinv_cpu_float64 2022-09-27T16:02:04.8245103Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfinv_cpu_float64 2022-09-27T16:02:04.8266718Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp2_cpu_float64 2022-09-27T16:02:04.8277743Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_complex128 2022-09-27T16:02:04.8325506Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_float64 2022-09-27T16:02:04.8686905Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp2_cpu_float64 2022-09-27T16:02:04.8874997Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_complex128 2022-09-27T16:02:04.8944950Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_complex128 2022-09-27T16:02:04.8955940Z [gw0] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_float64 2022-09-27T16:02:04.8987252Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_complex128 2022-09-27T16:02:04.9126784Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_complex128 2022-09-27T16:02:04.9202134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_float64 2022-09-27T16:02:04.9366479Z [gw1] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_float64 2022-09-27T16:02:04.9398324Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_float64 2022-09-27T16:02:04.9565497Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_float64 2022-09-27T16:02:04.9600907Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_complex128 2022-09-27T16:02:04.9805787Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_complex128 2022-09-27T16:02:04.9840467Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_complex128 2022-09-27T16:02:05.0006398Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_complex128 2022-09-27T16:02:05.0039634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_float64 2022-09-27T16:02:05.0245324Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_float64 2022-09-27T16:02:05.0282386Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_float64 2022-09-27T16:02:05.0445352Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_float64 2022-09-27T16:02:05.0477677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_complex128 2022-09-27T16:02:05.0686702Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_complex128 2022-09-27T16:02:05.0718891Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_complex128 2022-09-27T16:02:05.0884262Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_complex128 2022-09-27T16:02:05.0911035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_float64 2022-09-27T16:02:05.1103156Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_float64 2022-09-27T16:02:05.1112701Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_complex128 2022-09-27T16:02:05.1121284Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_float64 2022-09-27T16:02:05.1138246Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_float64 2022-09-27T16:02:05.1151181Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_float64 2022-09-27T16:02:05.1324521Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_float64 2022-09-27T16:02:05.1363784Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expm1_cpu_float64 2022-09-27T16:02:05.1525487Z [gw1] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expm1_cpu_float64 2022-09-27T16:02:05.1551525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_complex128 2022-09-27T16:02:05.1603953Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_complex128 2022-09-27T16:02:05.1636532Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_complex128 2022-09-27T16:02:05.1764468Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_complex128 2022-09-27T16:02:05.1789420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_complex128 2022-09-27T16:02:05.1964781Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_complex128 2022-09-27T16:02:05.1988406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_float64 2022-09-27T16:02:05.2042943Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_float64 2022-09-27T16:02:05.2069741Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_float64 2022-09-27T16:02:05.2204774Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_float64 2022-09-27T16:02:05.2234447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_float64 2022-09-27T16:02:05.2404276Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_float64 2022-09-27T16:02:05.2427821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_complex128 2022-09-27T16:02:05.2483082Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_complex128 2022-09-27T16:02:05.2646368Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logit_cpu_float64 2022-09-27T16:02:05.2681645Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_complex128 2022-09-27T16:02:05.2718602Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_complex128 2022-09-27T16:02:05.2844790Z [gw0] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logit_cpu_float64 2022-09-27T16:02:05.2876825Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_float64 2022-09-27T16:02:05.2923043Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_float64 2022-09-27T16:02:05.2951555Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_complex128 2022-09-27T16:02:05.3084761Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_complex128 2022-09-27T16:02:05.3119710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_float64 2022-09-27T16:02:05.3287092Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_float64 2022-09-27T16:02:05.3320256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_complex128 2022-09-27T16:02:05.3363296Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_complex128 2022-09-27T16:02:05.3399021Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_float64 2022-09-27T16:02:05.3526242Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_float64 2022-09-27T16:02:05.3560598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_complex128 2022-09-27T16:02:05.3725819Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_complex128 2022-09-27T16:02:05.3759563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_float64 2022-09-27T16:02:05.3804598Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_float64 2022-09-27T16:02:05.3965372Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logsumexp_cpu_float64 2022-09-27T16:02:05.4003341Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_float64 2022-09-27T16:02:05.4166137Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_float64 2022-09-27T16:02:05.4205399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_complex128 2022-09-27T16:02:05.4405368Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_complex128 2022-09-27T16:02:05.4441433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_complex128 2022-09-27T16:02:05.4606420Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_complex128 2022-09-27T16:02:05.4641555Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_float64 2022-09-27T16:02:05.4846619Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_float64 2022-09-27T16:02:05.4881613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_float64 2022-09-27T16:02:05.5047879Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_float64 2022-09-27T16:02:05.5081594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_complex128 2022-09-27T16:02:05.5287354Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_complex128 2022-09-27T16:02:05.5325035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nextafter_cpu_float64 2022-09-27T16:02:05.5486068Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nextafter_cpu_float64 2022-09-27T16:02:05.5519214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_float64 2022-09-27T16:02:05.5725996Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_float64 2022-09-27T16:02:05.5761035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:02:05.5926232Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:02:05.5957227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_complex128 2022-09-27T16:02:05.6166068Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_complex128 2022-09-27T16:02:05.6199910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:02:05.6365851Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:02:05.6406980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_float64 2022-09-27T16:02:05.6606166Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_float64 2022-09-27T16:02:05.6641163Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:02:05.6805607Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:02:05.6842470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_complex128 2022-09-27T16:02:05.7046059Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_complex128 2022-09-27T16:02:05.7079367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:02:05.7246241Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:02:05.7278796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_float64 2022-09-27T16:02:05.7486447Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_float64 2022-09-27T16:02:05.7521752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:02:05.7726424Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:02:05.7761949Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_complex128 2022-09-27T16:02:05.7924908Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_complex128 2022-09-27T16:02:05.7931615Z [gw0] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logsumexp_cpu_float64 2022-09-27T16:02:05.7937029Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:02:05.7973028Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_complex128 2022-09-27T16:02:05.7975703Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_complex128 2022-09-27T16:02:05.8164329Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:02:05.8193052Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_float64 2022-09-27T16:02:05.8365931Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_float64 2022-09-27T16:02:05.8369916Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_float64 2022-09-27T16:02:05.8398014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:02:05.8408452Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_float64 2022-09-27T16:02:05.8606523Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:02:05.8638162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-09-27T16:02:05.8807968Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-09-27T16:02:05.8809106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:02:05.8846530Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lt_cpu_float64 2022-09-27T16:02:05.8854530Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:02:05.9046502Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lt_cpu_float64 2022-09-27T16:02:05.9075123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_float64 2022-09-27T16:02:05.9245801Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_float64 2022-09-27T16:02:05.9275590Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:02:05.9289264Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:02:05.9489447Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_complex128 2022-09-27T16:02:05.9526941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft2_cpu_float64 2022-09-27T16:02:05.9686678Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft2_cpu_float64 2022-09-27T16:02:05.9723343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-09-27T16:02:05.9928043Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-09-27T16:02:05.9957024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft_cpu_float64 2022-09-27T16:02:06.0127769Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft_cpu_float64 2022-09-27T16:02:06.0162510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-09-27T16:02:06.0368220Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-09-27T16:02:06.0401162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfftn_cpu_float64 2022-09-27T16:02:06.0566605Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfftn_cpu_float64 2022-09-27T16:02:06.0601297Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:02:06.0807235Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:02:06.0839904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_complex128 2022-09-27T16:02:06.1006951Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_complex128 2022-09-27T16:02:06.1038803Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:02:06.1246998Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:02:06.1281230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_float64 2022-09-27T16:02:06.1446737Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_float64 2022-09-27T16:02:06.1520217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_celu_cpu_float64 2022-09-27T16:02:06.1687008Z [gw1] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_celu_cpu_float64 2022-09-27T16:02:06.1720559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_complex128 2022-09-27T16:02:06.1886551Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_complex128 2022-09-27T16:02:06.1920474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-09-27T16:02:06.2126869Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-09-27T16:02:06.2158331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_float64 2022-09-27T16:02:06.2326528Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_float64 2022-09-27T16:02:06.2361717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-09-27T16:02:06.2566845Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-09-27T16:02:06.2647474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_complex128 2022-09-27T16:02:06.2766114Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_complex128 2022-09-27T16:02:06.2801262Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-09-27T16:02:06.3007864Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-09-27T16:02:06.3039354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_float64 2022-09-27T16:02:06.3206200Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_float64 2022-09-27T16:02:06.3238561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-09-27T16:02:06.3447138Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-09-27T16:02:06.3479242Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft2_cpu_float64 2022-09-27T16:02:06.3647483Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft2_cpu_float64 2022-09-27T16:02:06.3677700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:02:06.3886936Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:02:06.3917977Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft_cpu_float64 2022-09-27T16:02:06.4086396Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft_cpu_float64 2022-09-27T16:02:06.4120597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:02:06.4327784Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:02:06.4365425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfftn_cpu_float64 2022-09-27T16:02:06.4526256Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfftn_cpu_float64 2022-09-27T16:02:06.4580573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:02:06.4770007Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:02:06.4969127Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_complex128 2022-09-27T16:02:06.5022889Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:02:06.5046079Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:02:06.5057204Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:02:06.5154149Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-09-27T16:02:06.5405778Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-09-27T16:02:06.5437735Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:02:06.5483744Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:02:06.5848713Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_glu_cpu_float64 2022-09-27T16:02:06.5879978Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:02:06.5971939Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:02:06.5981078Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_glu_cpu_float64 2022-09-27T16:02:06.6101669Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-09-27T16:02:06.6284098Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-09-27T16:02:06.6313993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:02:06.6402783Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:02:06.6700069Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-09-27T16:02:06.6764682Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-09-27T16:02:06.6765448Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:02:06.6841400Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:02:06.6938686Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-09-27T16:02:06.7239613Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-09-27T16:02:06.7335772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-09-27T16:02:06.7393848Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:02:06.7882817Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:02:06.7884885Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-09-27T16:02:06.8319975Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-09-27T16:02:06.8344516Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-09-27T16:02:06.8405551Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-09-27T16:02:06.8477678Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-09-27T16:02:06.8682816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-09-27T16:02:06.9041549Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:02:06.9133758Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:02:06.9147069Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-09-27T16:02:06.9162310Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-09-27T16:02:06.9481472Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-09-27T16:02:06.9643581Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-09-27T16:02:06.9943118Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-09-27T16:02:06.9955866Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-09-27T16:02:07.0021398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_elu_cpu_float64 2022-09-27T16:02:07.0445863Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_elu_cpu_float64 2022-09-27T16:02:07.0448654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:02:07.0619416Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:02:07.0642592Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-09-27T16:02:07.0925463Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:02:07.0929654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-09-27T16:02:07.0977664Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-09-27T16:02:07.1084887Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:02:07.1363240Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:02:07.1370403Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:02:07.1640107Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:02:07.1644725Z [gw1] [ 64%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:02:07.1763391Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:02:07.1842760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:02:07.1963561Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:02:07.2261807Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:02:07.2404762Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:02:07.2746558Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:02:07.2843973Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:02:07.3131696Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:02:07.3285927Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:02:07.3813172Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-09-27T16:02:07.3834694Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-09-27T16:02:07.5112691Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:02:07.5126623Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:02:07.5339112Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-09-27T16:02:07.5839346Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-09-27T16:02:07.6018954Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-09-27T16:02:07.6036933Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:02:07.6696930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:02:07.6756956Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-09-27T16:02:07.6953700Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:02:07.7065175Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:02:07.7082472Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:02:07.7115460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:02:07.7162962Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:02:07.7605878Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-09-27T16:02:07.7612929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:02:07.8045995Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:02:07.8052203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:02:07.8446047Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:02:07.8481794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-09-27T16:02:07.8884824Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-09-27T16:02:07.8915854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_glu_cpu_float64 2022-09-27T16:02:07.9324561Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_glu_cpu_float64 2022-09-27T16:02:07.9355797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-09-27T16:02:07.9764981Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-09-27T16:02:07.9805278Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-09-27T16:02:08.0205577Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-09-27T16:02:08.0236877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-09-27T16:02:08.0251368Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-09-27T16:02:08.0260892Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-09-27T16:02:08.0587199Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_float64 2022-09-27T16:02:08.0644822Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_float64 2022-09-27T16:02:08.0684284Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:02:08.0714665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_complex128 2022-09-27T16:02:08.0996799Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:02:08.1006031Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_complex128 2022-09-27T16:02:08.1124966Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_float64 2022-09-27T16:02:08.1161419Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-09-27T16:02:08.1296584Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-09-27T16:02:08.1444288Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_float64 2022-09-27T16:02:08.1475139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_complex128 2022-09-27T16:02:08.1603328Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_complex128 2022-09-27T16:02:08.1630449Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-09-27T16:02:08.1877608Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-09-27T16:02:08.1936424Z [gw0] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_complex128 2022-09-27T16:02:08.1945284Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_float64 2022-09-27T16:02:08.1948097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_float64 2022-09-27T16:02:08.2044773Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_float64 2022-09-27T16:02:08.2083335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:02:08.2326229Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:02:08.2357699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_complex128 2022-09-27T16:02:08.2486700Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_complex128 2022-09-27T16:02:08.2526121Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-09-27T16:02:08.2766380Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-09-27T16:02:08.2798335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_float64 2022-09-27T16:02:08.2926259Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_float64 2022-09-27T16:02:08.2963794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-09-27T16:02:08.3205539Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-09-27T16:02:08.3237806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_complex128 2022-09-27T16:02:08.3365528Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_complex128 2022-09-27T16:02:08.3410954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:02:08.3646411Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:02:08.3683913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_float64 2022-09-27T16:02:08.3806027Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_float64 2022-09-27T16:02:08.3845327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:02:08.4086468Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:02:08.4117387Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_complex128 2022-09-27T16:02:08.4246865Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_complex128 2022-09-27T16:02:08.4286144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:02:08.4526044Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:02:08.4557753Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_float64 2022-09-27T16:02:08.4685482Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_float64 2022-09-27T16:02:08.4727120Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:02:08.4966736Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:02:08.4999106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_complex128 2022-09-27T16:02:08.5125980Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_complex128 2022-09-27T16:02:08.5165627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:02:08.5408280Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:02:08.5446530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_float64 2022-09-27T16:02:08.5566485Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_float64 2022-09-27T16:02:08.5605536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:02:08.5847660Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:02:08.5854628Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_complex128 2022-09-27T16:02:08.5861718Z [gw0] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_float64 2022-09-27T16:02:08.6007014Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_complex128 2022-09-27T16:02:08.6047930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-09-27T16:02:08.6448085Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-09-27T16:02:08.6498106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:02:08.6887733Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:02:08.6953629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-09-27T16:02:08.7012039Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-09-27T16:02:08.7035763Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_complex128 2022-09-27T16:02:08.7384088Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_float64 2022-09-27T16:02:08.7446530Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_float64 2022-09-27T16:02:08.7453425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-09-27T16:02:08.7484460Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-09-27T16:02:08.7551612Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_cpu_float64 2022-09-27T16:02:08.7808520Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_cpu_float64 2022-09-27T16:02:08.7846926Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:02:08.7992627Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:02:08.8000930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_divide_cpu_float64 2022-09-27T16:02:08.8246252Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_divide_cpu_float64 2022-09-27T16:02:08.8283044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-09-27T16:02:08.8404885Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-09-27T16:02:08.8441800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmax_cpu_float64 2022-09-27T16:02:08.8685648Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmax_cpu_float64 2022-09-27T16:02:08.8719013Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_float64 2022-09-27T16:02:08.8885589Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_float64 2022-09-27T16:02:08.8921759Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmin_cpu_float64 2022-09-27T16:02:08.9126441Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmin_cpu_float64 2022-09-27T16:02:08.9159881Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:02:08.9325724Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:02:08.9548475Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmod_cpu_float64 2022-09-27T16:02:08.9605983Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmod_cpu_float64 2022-09-27T16:02:08.9649209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:02:08.9765676Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:02:08.9852613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frac_cpu_float64 2022-09-27T16:02:09.0046354Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frac_cpu_float64 2022-09-27T16:02:09.0081644Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:02:09.0205652Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:02:09.0242741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frexp_cpu_float64 2022-09-27T16:02:09.0486268Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frexp_cpu_float64 2022-09-27T16:02:09.0521951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:02:09.0646112Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:02:09.0683414Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_complex128 2022-09-27T16:02:09.0926466Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_complex128 2022-09-27T16:02:09.0956139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:02:09.1086215Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:02:09.1128677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_float64 2022-09-27T16:02:09.1366562Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_float64 2022-09-27T16:02:09.1397056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:02:09.1566235Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:02:09.1606746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_complex128 2022-09-27T16:02:09.1805000Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_complex128 2022-09-27T16:02:09.1838600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:02:09.2006155Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:02:09.2045799Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_float64 2022-09-27T16:02:09.2245438Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_float64 2022-09-27T16:02:09.2277677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:02:09.2446323Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:02:09.2491207Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ge_cpu_float64 2022-09-27T16:02:09.2685950Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ge_cpu_float64 2022-09-27T16:02:09.2719060Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:02:09.2926707Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:02:09.2962927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_complex128 2022-09-27T16:02:09.3126466Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_complex128 2022-09-27T16:02:09.3162085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:02:09.3366855Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:02:09.3401258Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_float64 2022-09-27T16:02:09.3564988Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_float64 2022-09-27T16:02:09.3598568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:02:09.3846002Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:02:09.3880960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_complex128 2022-09-27T16:02:09.4004680Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_complex128 2022-09-27T16:02:09.4039787Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:02:09.4285467Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:02:09.4322218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_float64 2022-09-27T16:02:09.4444924Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_float64 2022-09-27T16:02:09.4509314Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mish_cpu_float64 2022-09-27T16:02:09.4725775Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mish_cpu_float64 2022-09-27T16:02:09.4758606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gt_cpu_float64 2022-09-27T16:02:09.4884326Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gt_cpu_float64 2022-09-27T16:02:09.4912592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-09-27T16:02:09.5166228Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-09-27T16:02:09.5199201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_complex128 2022-09-27T16:02:09.5220726Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_complex128 2022-09-27T16:02:09.5230329Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_complex128 2022-09-27T16:02:09.5263873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_float64 2022-09-27T16:02:09.5323638Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_float64 2022-09-27T16:02:09.5357179Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:02:09.5605636Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:02:09.5638545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_float64 2022-09-27T16:02:09.5647986Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_float64 2022-09-27T16:02:09.5727405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-09-27T16:02:09.5763891Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-09-27T16:02:09.5797461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:02:09.6045690Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:02:09.6076413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_heaviside_cpu_float64 2022-09-27T16:02:09.6086763Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_heaviside_cpu_float64 2022-09-27T16:02:09.6119250Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-09-27T16:02:09.6204181Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-09-27T16:02:09.6241659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:02:09.6486528Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:02:09.6514254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histc_cpu_float64 2022-09-27T16:02:09.6527658Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histc_cpu_float64 2022-09-27T16:02:09.6558077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:02:09.6645548Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:02:09.6678116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-09-27T16:02:09.6926353Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-09-27T16:02:09.6954404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogram_cpu_float64 2022-09-27T16:02:09.6970611Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogram_cpu_float64 2022-09-27T16:02:09.7003045Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:02:09.7084096Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:02:09.7117321Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-09-27T16:02:09.7366352Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-09-27T16:02:09.7402066Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogramdd_cpu_float64 2022-09-27T16:02:09.7413085Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogramdd_cpu_float64 2022-09-27T16:02:09.7444954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-09-27T16:02:09.7524359Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-09-27T16:02:09.7559068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-09-27T16:02:09.7805413Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-09-27T16:02:09.7837140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_complex128 2022-09-27T16:02:09.7846885Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_complex128 2022-09-27T16:02:09.7877549Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-09-27T16:02:09.7964172Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-09-27T16:02:09.7997848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:02:09.8245732Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:02:09.8274741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_float64 2022-09-27T16:02:09.8330914Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_float64 2022-09-27T16:02:09.8371892Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-09-27T16:02:09.8403575Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-09-27T16:02:09.8437378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-09-27T16:02:09.8686002Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-09-27T16:02:09.8717362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_complex128 2022-09-27T16:02:09.8763111Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_complex128 2022-09-27T16:02:09.8791711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-09-27T16:02:09.8842936Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-09-27T16:02:09.8869619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:02:09.9125104Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:02:09.9153098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_float64 2022-09-27T16:02:09.9202860Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_float64 2022-09-27T16:02:09.9227018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-09-27T16:02:09.9282486Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-09-27T16:02:09.9312364Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-09-27T16:02:09.9564489Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-09-27T16:02:09.9643779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hypot_cpu_float64 2022-09-27T16:02:09.9668745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-09-27T16:02:09.9702038Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-09-27T16:02:09.9721193Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hypot_cpu_float64 2022-09-27T16:02:09.9749307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:02:10.0004263Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:02:10.0059871Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_i0_cpu_float64 2022-09-27T16:02:10.0081742Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_i0_cpu_float64 2022-09-27T16:02:10.0106493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-09-27T16:02:10.0162636Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-09-27T16:02:10.0189677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:02:10.0444663Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:02:10.0471403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igamma_cpu_float64 2022-09-27T16:02:10.0522337Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igamma_cpu_float64 2022-09-27T16:02:10.0546938Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-09-27T16:02:10.0603512Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-09-27T16:02:10.0629993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:02:10.0884392Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:02:10.0912907Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igammac_cpu_float64 2022-09-27T16:02:10.0961559Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igammac_cpu_float64 2022-09-27T16:02:10.0986632Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:02:10.1041932Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:02:10.1069090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:02:10.1326191Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:02:10.1359728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_imag_cpu_complex128 2022-09-27T16:02:10.1403334Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_imag_cpu_complex128 2022-09-27T16:02:10.1435322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:02:10.1483653Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:02:10.1519127Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:02:10.1765248Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:02:10.1844798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_complex128 2022-09-27T16:02:10.1880950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-09-27T16:02:10.1924447Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-09-27T16:02:10.1958572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:02:10.2285919Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:02:10.2319226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-09-27T16:02:10.2364742Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-09-27T16:02:10.2404253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-09-27T16:02:10.2719186Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-09-27T16:02:10.2728025Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_complex128 2022-09-27T16:02:10.2731854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_float64 2022-09-27T16:02:10.2762635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_complex128 2022-09-27T16:02:10.2803287Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_complex128 2022-09-27T16:02:10.2833683Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:02:10.2950399Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:02:10.3167334Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_float64 2022-09-27T16:02:10.3170729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_complex128 2022-09-27T16:02:10.3204410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_float64 2022-09-27T16:02:10.3243488Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_float64 2022-09-27T16:02:10.3275412Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:02:10.3499021Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:02:10.3607112Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_complex128 2022-09-27T16:02:10.3608585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_float64 2022-09-27T16:02:10.3644515Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:02:10.3676629Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:02:10.3690392Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_float64 2022-09-27T16:02:10.3725880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:02:10.4047571Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:02:10.4048719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_complex128 2022-09-27T16:02:10.4085482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:02:10.4123237Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:02:10.4156616Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:02:10.4213034Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:02:10.4486213Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_complex128 2022-09-27T16:02:10.4489143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_float64 2022-09-27T16:02:10.4527299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_complex128 2022-09-27T16:02:10.4542565Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_complex128 2022-09-27T16:02:10.4563634Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_float64 2022-09-27T16:02:10.4598306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:02:10.4927568Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:02:10.4929819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_complex128 2022-09-27T16:02:10.4967879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_float64 2022-09-27T16:02:10.5003363Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_float64 2022-09-27T16:02:10.5038027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-09-27T16:02:10.5365906Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-09-27T16:02:10.5403899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:02:10.5450088Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:02:10.5453223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-09-27T16:02:10.5462609Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_complex128 2022-09-27T16:02:10.5481607Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_float64 2022-09-27T16:02:10.5592415Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-09-27T16:02:10.5805965Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_float64 2022-09-27T16:02:10.5843809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:02:10.5886276Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:02:10.5888183Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu_cpu_float64 2022-09-27T16:02:10.5919226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_reduce_cpu_float64 2022-09-27T16:02:10.5964895Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu_cpu_float64 2022-09-27T16:02:10.6246660Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_reduce_cpu_float64 2022-09-27T16:02:10.6282335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-09-27T16:02:10.6325860Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-09-27T16:02:10.6354764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-09-27T16:02:10.6362921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_complex128 2022-09-27T16:02:10.6467937Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_complex128 2022-09-27T16:02:10.6686452Z [gw1] [ 66%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-09-27T16:02:10.6719551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-09-27T16:02:10.6763271Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-09-27T16:02:10.6804767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_selu_cpu_float64 2022-09-27T16:02:10.6833702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_float64 2022-09-27T16:02:10.6846660Z [gw1] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_selu_cpu_float64 2022-09-27T16:02:10.7126305Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_float64 2022-09-27T16:02:10.7162263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_complex128 2022-09-27T16:02:10.7204097Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_complex128 2022-09-27T16:02:10.7236058Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:02:10.7246499Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:02:10.7285535Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_complex128 2022-09-27T16:02:10.7566715Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_complex128 2022-09-27T16:02:10.7603109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_float64 2022-09-27T16:02:10.7643661Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_float64 2022-09-27T16:02:10.7683847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_cpu_float64 2022-09-27T16:02:10.7711755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_float64 2022-09-27T16:02:10.7730337Z [gw1] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_cpu_float64 2022-09-27T16:02:10.8006229Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_float64 2022-09-27T16:02:10.8047657Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-09-27T16:02:10.8083574Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-09-27T16:02:10.8115695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:02:10.8125323Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:02:10.8166129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_complex128 2022-09-27T16:02:10.8445642Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_complex128 2022-09-27T16:02:10.8479106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_float64 2022-09-27T16:02:10.8523600Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_float64 2022-09-27T16:02:10.8553744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:02:10.8565769Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:02:10.8596900Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_float64 2022-09-27T16:02:10.8886054Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_float64 2022-09-27T16:02:10.8919238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_complex128 2022-09-27T16:02:10.8963727Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_complex128 2022-09-27T16:02:10.9006149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-09-27T16:02:10.9009640Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-09-27T16:02:10.9034067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_complex128 2022-09-27T16:02:10.9326754Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_complex128 2022-09-27T16:02:10.9361625Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_float64 2022-09-27T16:02:10.9403492Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_float64 2022-09-27T16:02:10.9427139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:02:10.9441362Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:02:10.9471523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_float64 2022-09-27T16:02:10.9764778Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_float64 2022-09-27T16:02:10.9799856Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-09-27T16:02:10.9841450Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-09-27T16:02:10.9866071Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:02:10.9881439Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:02:10.9911097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_complex128 2022-09-27T16:02:11.0204924Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_complex128 2022-09-27T16:02:11.0238117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-09-27T16:02:11.0283490Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-09-27T16:02:11.0309383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-09-27T16:02:11.0362645Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-09-27T16:02:11.0389028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_float64 2022-09-27T16:02:11.0646030Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_float64 2022-09-27T16:02:11.0682505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-09-27T16:02:11.0723398Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-09-27T16:02:11.0753743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-09-27T16:02:11.0803171Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-09-27T16:02:11.0884690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isin_cpu_float64 2022-09-27T16:02:11.1085655Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isin_cpu_float64 2022-09-27T16:02:11.1133101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-09-27T16:02:11.1162963Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-09-27T16:02:11.1193717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-09-27T16:02:11.1283732Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-09-27T16:02:11.1316597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_complex128 2022-09-27T16:02:11.1525576Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_complex128 2022-09-27T16:02:11.1562970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_complex128 2022-09-27T16:02:11.1604241Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_complex128 2022-09-27T16:02:11.1633979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-09-27T16:02:11.1764895Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-09-27T16:02:11.1796216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_float64 2022-09-27T16:02:11.1965230Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_float64 2022-09-27T16:02:11.2000826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_float64 2022-09-27T16:02:11.2043956Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_float64 2022-09-27T16:02:11.2079761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:02:11.2204899Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:02:11.2236585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_complex128 2022-09-27T16:02:11.2405844Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_complex128 2022-09-27T16:02:11.2440978Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-09-27T16:02:11.2483192Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-09-27T16:02:11.2515943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:02:11.2644524Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:02:11.2675927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_float64 2022-09-27T16:02:11.2845223Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_float64 2022-09-27T16:02:11.2880860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_float64 2022-09-27T16:02:11.2922950Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_float64 2022-09-27T16:02:11.2956137Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-09-27T16:02:11.3125425Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-09-27T16:02:11.3158345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isneginf_cpu_float64 2022-09-27T16:02:11.3284641Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isneginf_cpu_float64 2022-09-27T16:02:11.3322612Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-09-27T16:02:11.3363252Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-09-27T16:02:11.3393601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:02:11.3565427Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:02:11.3596681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isposinf_cpu_float64 2022-09-27T16:02:11.3724595Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isposinf_cpu_float64 2022-09-27T16:02:11.3758865Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-09-27T16:02:11.3801263Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-09-27T16:02:11.3825766Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:02:11.4003495Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:02:11.4029699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_complex128 2022-09-27T16:02:11.4162812Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_complex128 2022-09-27T16:02:11.4200247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-09-27T16:02:11.4240999Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-09-27T16:02:11.4265846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:02:11.4442970Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:02:11.4465146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_float64 2022-09-27T16:02:11.4603374Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_float64 2022-09-27T16:02:11.4637678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-09-27T16:02:11.4681429Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-09-27T16:02:11.4704756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:02:11.4883670Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:02:11.4907482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_complex128 2022-09-27T16:02:11.5044287Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_complex128 2022-09-27T16:02:11.5078986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_complex128 2022-09-27T16:02:11.5121816Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_complex128 2022-09-27T16:02:11.5149819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-09-27T16:02:11.5323649Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-09-27T16:02:11.5349421Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_float64 2022-09-27T16:02:11.5482927Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_float64 2022-09-27T16:02:11.5504896Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_float64 2022-09-27T16:02:11.5562009Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_float64 2022-09-27T16:02:11.5584698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-09-27T16:02:11.5763406Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-09-27T16:02:11.5785734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:02:11.5923151Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:02:11.5945865Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-09-27T16:02:11.6001942Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-09-27T16:02:11.6025205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:02:11.6205062Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:02:11.6208409Z [gw0] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_complex128 2022-09-27T16:02:11.6214021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:02:11.6232219Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_float64 2022-09-27T16:02:11.6364415Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:02:11.6392555Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_float64 2022-09-27T16:02:11.6443524Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_float64 2022-09-27T16:02:11.6470633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:02:11.6646159Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:02:11.6677959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:02:11.6805254Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:02:11.6833957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-09-27T16:02:11.6883768Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-09-27T16:02:11.6910011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_complex128 2022-09-27T16:02:11.7086228Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_complex128 2022-09-27T16:02:11.7123320Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:02:11.7244683Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:02:11.7280621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-09-27T16:02:11.7323534Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-09-27T16:02:11.7356845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_float64 2022-09-27T16:02:11.7526691Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_float64 2022-09-27T16:02:11.7558711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_complex128 2022-09-27T16:02:11.7685823Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_complex128 2022-09-27T16:02:11.7719053Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_complex128 2022-09-27T16:02:11.7763619Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_complex128 2022-09-27T16:02:11.7794043Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_complex128 2022-09-27T16:02:11.7965647Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_complex128 2022-09-27T16:02:11.7998857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_float64 2022-09-27T16:02:11.8125096Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_float64 2022-09-27T16:02:11.8157618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_float64 2022-09-27T16:02:11.8203470Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_float64 2022-09-27T16:02:11.8236718Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_float64 2022-09-27T16:02:11.8405469Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_float64 2022-09-27T16:02:11.8437937Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:02:11.8566194Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:02:11.8644709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_complex128 2022-09-27T16:02:11.8677924Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_complex128 2022-09-27T16:02:11.8846044Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_complex128 2022-09-27T16:02:11.8886625Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:02:11.9085679Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:02:11.9120102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_float64 2022-09-27T16:02:11.9285005Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_float64 2022-09-27T16:02:11.9320823Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_complex128 2022-09-27T16:02:11.9525029Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_complex128 2022-09-27T16:02:11.9557804Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_complex128 2022-09-27T16:02:11.9725801Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_complex128 2022-09-27T16:02:11.9764663Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_float64 2022-09-27T16:02:11.9965852Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_float64 2022-09-27T16:02:12.0000407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_float64 2022-09-27T16:02:12.0165488Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_float64 2022-09-27T16:02:12.0212846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_complex128 2022-09-27T16:02:12.0405432Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_complex128 2022-09-27T16:02:12.0446833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_complex128 2022-09-27T16:02:12.0605639Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_complex128 2022-09-27T16:02:12.0648862Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_float64 2022-09-27T16:02:12.0845957Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_float64 2022-09-27T16:02:12.0882140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_float64 2022-09-27T16:02:12.1044919Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_float64 2022-09-27T16:02:12.1084206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kthvalue_cpu_float64 2022-09-27T16:02:12.1284728Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kthvalue_cpu_float64 2022-09-27T16:02:12.1318230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_cpu_float64 2022-09-27T16:02:12.1485291Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_cpu_float64 2022-09-27T16:02:12.1524397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_complex128 2022-09-27T16:02:12.1725576Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_complex128 2022-09-27T16:02:12.1753645Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_number_mean_cpu_float64 2022-09-27T16:02:12.1925424Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_number_mean_cpu_float64 2022-09-27T16:02:12.1961046Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_float64 2022-09-27T16:02:12.2165695Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_float64 2022-09-27T16:02:12.2201923Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_complex128 2022-09-27T16:02:12.2365574Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_complex128 2022-09-27T16:02:12.2401494Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_le_cpu_float64 2022-09-27T16:02:12.2606293Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_le_cpu_float64 2022-09-27T16:02:12.2633815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_float64 2022-09-27T16:02:12.2646317Z [gw0] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_float64 2022-09-27T16:02:12.2655480Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_float64 2022-09-27T16:02:12.2805705Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_complex128 2022-09-27T16:02:12.3045878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_complex128 2022-09-27T16:02:12.3086772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_complex128 2022-09-27T16:02:12.3485635Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_complex128 2022-09-27T16:02:12.3526292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_float64 2022-09-27T16:02:12.3926144Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_float64 2022-09-27T16:02:12.3959754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_complex128 2022-09-27T16:02:12.4364617Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_complex128 2022-09-27T16:02:12.4402655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_float64 2022-09-27T16:02:12.4804688Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_float64 2022-09-27T16:02:12.4841183Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_complex128 2022-09-27T16:02:12.5244160Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_complex128 2022-09-27T16:02:12.5282668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_float64 2022-09-27T16:02:12.5685357Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_float64 2022-09-27T16:02:12.5721430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pca_lowrank_cpu_float64 2022-09-27T16:02:12.5900553Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pca_lowrank_cpu_float64 2022-09-27T16:02:12.5915742Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_complex128 2022-09-27T16:02:12.6125230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_float64 2022-09-27T16:02:12.6159974Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_complex128 2022-09-27T16:02:12.6241545Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_complex128 2022-09-27T16:02:12.6324216Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_float64 2022-09-27T16:02:12.6392370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lgamma_cpu_float64 2022-09-27T16:02:12.6565076Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lgamma_cpu_float64 2022-09-27T16:02:12.6596959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_float64 2022-09-27T16:02:12.6765886Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_float64 2022-09-27T16:02:12.6800960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-09-27T16:02:12.7005605Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-09-27T16:02:12.7036180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_complex128 2022-09-27T16:02:12.7205535Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_complex128 2022-09-27T16:02:12.7238623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_float64 2022-09-27T16:02:12.7445503Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_float64 2022-09-27T16:02:12.7477852Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_float64 2022-09-27T16:02:12.7646155Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_float64 2022-09-27T16:02:12.7681884Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:02:12.7886518Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:02:12.7919781Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polar_cpu_float64 2022-09-27T16:02:12.8085948Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polar_cpu_float64 2022-09-27T16:02:12.8121928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-09-27T16:02:12.8326024Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-09-27T16:02:12.8489197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:02:12.8524162Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:02:12.8557940Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_complex128 2022-09-27T16:02:12.8766059Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_complex128 2022-09-27T16:02:12.8788570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:02:12.8965731Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:02:12.9002987Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_float64 2022-09-27T16:02:12.9111755Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_float64 2022-09-27T16:02:12.9123458Z [gw0] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_complex128 2022-09-27T16:02:12.9204189Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_float64 2022-09-27T16:02:12.9226883Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:02:12.9406364Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:02:12.9439086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_complex128 2022-09-27T16:02:12.9645957Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_complex128 2022-09-27T16:02:12.9667166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:02:12.9845738Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:02:12.9877233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_float64 2022-09-27T16:02:13.0086015Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_float64 2022-09-27T16:02:13.0112256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:02:13.0122992Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:02:13.0131195Z [gw0] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_float64 2022-09-27T16:02:13.0284182Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_complex128 2022-09-27T16:02:13.0317574Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_complex128 2022-09-27T16:02:13.0523716Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_complex128 2022-09-27T16:02:13.0554514Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_complex128 2022-09-27T16:02:13.0723715Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_complex128 2022-09-27T16:02:13.0754537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_float64 2022-09-27T16:02:13.0964188Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_float64 2022-09-27T16:02:13.0998382Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_float64 2022-09-27T16:02:13.1166246Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_float64 2022-09-27T16:02:13.1199660Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-09-27T16:02:13.1407362Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-09-27T16:02:13.1441556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_complex128 2022-09-27T16:02:13.1560352Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_complex128 2022-09-27T16:02:13.1569743Z [gw0] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_complex128 2022-09-27T16:02:13.1649725Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_float64 2022-09-27T16:02:13.1653940Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_float64 2022-09-27T16:02:13.1817841Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_float64 2022-09-27T16:02:13.1843162Z [gw0] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_float64 2022-09-27T16:02:13.1871407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_float64 2022-09-27T16:02:13.2003577Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_float64 2022-09-27T16:02:13.2043782Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_complex128 2022-09-27T16:02:13.2092297Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_complex128 2022-09-27T16:02:13.2286222Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_complex128 2022-09-27T16:02:13.2327585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_complex128 2022-09-27T16:02:13.2486729Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_complex128 2022-09-27T16:02:13.2533355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_float64 2022-09-27T16:02:13.2725534Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_float64 2022-09-27T16:02:13.2765328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_float64 2022-09-27T16:02:13.2926560Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_float64 2022-09-27T16:02:13.2974698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_complex128 2022-09-27T16:02:13.3165356Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_complex128 2022-09-27T16:02:13.3221350Z [gw0] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_complex128 2022-09-27T16:02:13.3222275Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_float64 2022-09-27T16:02:13.3367126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_complex128 2022-09-27T16:02:13.3397324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_float64 2022-09-27T16:02:13.3560195Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_float64 2022-09-27T16:02:13.3603751Z [gw0] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_float64 2022-09-27T16:02:13.3806698Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_complex128 2022-09-27T16:02:13.3846681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-09-27T16:02:13.4149449Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-09-27T16:02:13.4163801Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_complex128 2022-09-27T16:02:13.4230997Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_float64 2022-09-27T16:02:13.4245395Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_float64 2022-09-27T16:02:13.4285429Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_float64 2022-09-27T16:02:13.4606474Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_float64 2022-09-27T16:02:13.4659013Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log1p_cpu_float64 2022-09-27T16:02:13.4683209Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log1p_cpu_float64 2022-09-27T16:02:13.4720204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-09-27T16:02:13.4989953Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-09-27T16:02:13.4996298Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_complex128 2022-09-27T16:02:13.5085810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_float64 2022-09-27T16:02:13.5123725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_complex128 2022-09-27T16:02:13.5166377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-09-27T16:02:13.5335386Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-09-27T16:02:13.5345342Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_float64 2022-09-27T16:02:13.5402253Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_complex128 2022-09-27T16:02:13.5431479Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_complex128 2022-09-27T16:02:13.5523300Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_complex128 2022-09-27T16:02:13.5564217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_float64 2022-09-27T16:02:13.5599731Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-09-27T16:02:13.5603487Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-09-27T16:02:13.5846473Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_float64 2022-09-27T16:02:13.5879723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_float64 2022-09-27T16:02:13.5965472Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_float64 2022-09-27T16:02:13.6004070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_complex128 2022-09-27T16:02:13.6038797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_float64 2022-09-27T16:02:13.6053712Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_float64 2022-09-27T16:02:13.6067944Z [gw0] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_complex128 2022-09-27T16:02:13.6202514Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_float64 2022-09-27T16:02:13.6284652Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_complex128 2022-09-27T16:02:13.6317987Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_quantile_cpu_float64 2022-09-27T16:02:13.6405312Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_quantile_cpu_float64 2022-09-27T16:02:13.6444236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_float64 2022-09-27T16:02:13.6480533Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_complex128 2022-09-27T16:02:13.6487320Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_float64 2022-09-27T16:02:13.6544729Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_complex128 2022-09-27T16:02:13.6552125Z [gw0] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_float64 2022-09-27T16:02:13.6725649Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_complex128 2022-09-27T16:02:13.6790745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rad2deg_cpu_float64 2022-09-27T16:02:13.6844831Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rad2deg_cpu_float64 2022-09-27T16:02:13.6878541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_cpu_float64 2022-09-27T16:02:13.6888690Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_cpu_float64 2022-09-27T16:02:13.6922134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_float64 2022-09-27T16:02:13.7206585Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_float64 2022-09-27T16:02:13.7237366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_complex128 2022-09-27T16:02:13.7283881Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_complex128 2022-09-27T16:02:13.7318021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-09-27T16:02:13.7328205Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-09-27T16:02:13.7364605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-09-27T16:02:13.7646115Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-09-27T16:02:13.7678617Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_float64 2022-09-27T16:02:13.7723987Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_float64 2022-09-27T16:02:13.7757367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-09-27T16:02:13.7768396Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-09-27T16:02:13.7801236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-09-27T16:02:13.8086138Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-09-27T16:02:13.8118975Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randint_like_cpu_float64 2022-09-27T16:02:13.8163711Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randint_like_cpu_float64 2022-09-27T16:02:13.8199543Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp2_cpu_float64 2022-09-27T16:02:13.8206049Z [gw0] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_complex128 2022-09-27T16:02:13.8214578Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp2_cpu_float64 2022-09-27T16:02:13.8219346Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_float64 2022-09-27T16:02:13.8255825Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-09-27T16:02:13.8525702Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-09-27T16:02:13.8545865Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_complex128 2022-09-27T16:02:13.8558627Z [gw0] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_float64 2022-09-27T16:02:13.8602033Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_complex128 2022-09-27T16:02:13.8631492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp_cpu_float64 2022-09-27T16:02:13.8657186Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp_cpu_float64 2022-09-27T16:02:13.8657885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-09-27T16:02:13.8678373Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_complex128 2022-09-27T16:02:13.8966964Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-09-27T16:02:13.8996767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_float64 2022-09-27T16:02:13.9047728Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_float64 2022-09-27T16:02:13.9080189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logcumsumexp_cpu_float64 2022-09-27T16:02:13.9091090Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logcumsumexp_cpu_float64 2022-09-27T16:02:13.9123735Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:02:13.9406560Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:02:13.9439578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_complex128 2022-09-27T16:02:13.9484055Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_complex128 2022-09-27T16:02:13.9518129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_complex128 2022-09-27T16:02:13.9563569Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_complex128 2022-09-27T16:02:13.9595594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:02:13.9845399Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:02:13.9875564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_float64 2022-09-27T16:02:13.9923572Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_float64 2022-09-27T16:02:13.9956786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_float64 2022-09-27T16:02:14.0003652Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_float64 2022-09-27T16:02:14.0036792Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-09-27T16:02:14.0223330Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-09-27T16:02:14.0230569Z [gw0] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_complex128 2022-09-27T16:02:14.0284172Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_float64 2022-09-27T16:02:14.0316219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_complex128 2022-09-27T16:02:14.0363450Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_complex128 2022-09-27T16:02:14.0397881Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_complex128 2022-09-27T16:02:14.0443520Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_complex128 2022-09-27T16:02:14.0473583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-09-27T16:02:14.0556341Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-09-27T16:02:14.0643125Z [gw0] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_float64 2022-09-27T16:02:14.0724016Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_complex128 2022-09-27T16:02:14.0753168Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_float64 2022-09-27T16:02:14.0802109Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_float64 2022-09-27T16:02:14.0832686Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_float64 2022-09-27T16:02:14.0883043Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_float64 2022-09-27T16:02:14.0903210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-09-27T16:02:14.1165374Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-09-27T16:02:14.1196240Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_complex128 2022-09-27T16:02:14.1256338Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_complex128 2022-09-27T16:02:14.1278173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_complex128 2022-09-27T16:02:14.1323606Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_complex128 2022-09-27T16:02:14.1350306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_float64 2022-09-27T16:02:14.1605932Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_float64 2022-09-27T16:02:14.1638053Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_float64 2022-09-27T16:02:14.1683989Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_float64 2022-09-27T16:02:14.1719650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_float64 2022-09-27T16:02:14.1762880Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_float64 2022-09-27T16:02:14.1793146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:02:14.2046708Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:02:14.2126261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_complex128 2022-09-27T16:02:14.2169419Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_complex128 2022-09-27T16:02:14.2225885Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_complex128 2022-09-27T16:02:14.2243348Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_complex128 2022-09-27T16:02:14.2274232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:02:14.2486917Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:02:14.2550850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_float64 2022-09-27T16:02:14.2604413Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_float64 2022-09-27T16:02:14.2641532Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_float64 2022-09-27T16:02:14.2683705Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_float64 2022-09-27T16:02:14.2713897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtri_cpu_float64 2022-09-27T16:02:14.2965713Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtri_cpu_float64 2022-09-27T16:02:14.3044247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_remainder_cpu_float64 2022-09-27T16:02:14.3077594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_complex128 2022-09-27T16:02:14.3122802Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_complex128 2022-09-27T16:02:14.3143828Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:02:14.3163725Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_remainder_cpu_float64 2022-09-27T16:02:14.3405608Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:02:14.3489321Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_complex128 2022-09-27T16:02:14.3492088Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_complex128 2022-09-27T16:02:14.3529168Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_float64 2022-09-27T16:02:14.3565261Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_float64 2022-09-27T16:02:14.3606686Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:02:14.3847357Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:02:14.3923998Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_float64 2022-09-27T16:02:14.3933711Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_float64 2022-09-27T16:02:14.4118241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logit_cpu_float64 2022-09-27T16:02:14.4121829Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:02:14.4129252Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logit_cpu_float64 2022-09-27T16:02:14.4325045Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:02:14.4335211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_complex128 2022-09-27T16:02:14.4384077Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_complex128 2022-09-27T16:02:14.4408490Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_complex128 2022-09-27T16:02:14.4473717Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_complex128 2022-09-27T16:02:14.4476124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:14.4889620Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:14.4891074Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_float64 2022-09-27T16:02:14.4894480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_float64 2022-09-27T16:02:14.4904575Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_float64 2022-09-27T16:02:14.4912032Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_float64 2022-09-27T16:02:14.4928431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:14.5247358Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:14.5250497Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_complex128 2022-09-27T16:02:14.5259964Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_complex128 2022-09-27T16:02:14.5288816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logsumexp_cpu_float64 2022-09-27T16:02:14.5409078Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logsumexp_cpu_float64 2022-09-27T16:02:14.5412645Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:14.5741920Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:14.5746235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_float64 2022-09-27T16:02:14.5754386Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_float64 2022-09-27T16:02:14.5758307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_complex128 2022-09-27T16:02:14.5813533Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_complex128 2022-09-27T16:02:14.5839168Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:14.6129394Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:14.6132829Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_float64 2022-09-27T16:02:14.6168215Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_complex128 2022-09-27T16:02:14.6169862Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_complex128 2022-09-27T16:02:14.6244777Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_float64 2022-09-27T16:02:14.6287267Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:02:14.6566237Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:02:14.6604226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_float64 2022-09-27T16:02:14.6615087Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_float64 2022-09-27T16:02:14.6648623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lt_cpu_float64 2022-09-27T16:02:14.6684737Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lt_cpu_float64 2022-09-27T16:02:14.6722829Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_xlog1py_cpu_float64 2022-09-27T16:02:14.7006443Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_xlog1py_cpu_float64 2022-09-27T16:02:14.7035062Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_complex128 2022-09-27T16:02:14.7084459Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_complex128 2022-09-27T16:02:14.7119200Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_complex128 2022-09-27T16:02:14.7163748Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_complex128 2022-09-27T16:02:14.7193492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_zeta_cpu_float64 2022-09-27T16:02:14.7487390Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_zeta_cpu_float64 2022-09-27T16:02:14.7529261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_float64 2022-09-27T16:02:14.7565901Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_float64 2022-09-27T16:02:14.7607960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_float64 2022-09-27T16:02:14.7614876Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_float64 2022-09-27T16:02:14.7643188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_complex128 2022-09-27T16:02:14.7927726Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_complex128 2022-09-27T16:02:14.7963026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_complex128 2022-09-27T16:02:14.8003599Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_complex128 2022-09-27T16:02:14.8035876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_complex128 2022-09-27T16:02:14.8046549Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_complex128 2022-09-27T16:02:14.8080925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_float64 2022-09-27T16:02:14.8365432Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_float64 2022-09-27T16:02:14.8394474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_float64 2022-09-27T16:02:14.8444389Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_float64 2022-09-27T16:02:14.8483974Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_float64 2022-09-27T16:02:14.8489537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_complex128 2022-09-27T16:02:14.8517946Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_float64 2022-09-27T16:02:14.8560686Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_complex128 2022-09-27T16:02:14.8567070Z [gw0] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_complex128 2022-09-27T16:02:14.8804966Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_float64 2022-09-27T16:02:14.8833734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_complex128 2022-09-27T16:02:14.8883614Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_complex128 2022-09-27T16:02:14.8924722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_complex128 2022-09-27T16:02:14.8932328Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_complex128 2022-09-27T16:02:14.8958569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_float64 2022-09-27T16:02:14.9246038Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_float64 2022-09-27T16:02:14.9278263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_float64 2022-09-27T16:02:14.9323683Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_float64 2022-09-27T16:02:14.9362453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_float64 2022-09-27T16:02:14.9403083Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_float64 2022-09-27T16:02:14.9435095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_complex128 2022-09-27T16:02:14.9688177Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_complex128 2022-09-27T16:02:14.9732145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_complex128 2022-09-27T16:02:14.9765055Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_complex128 2022-09-27T16:02:14.9805906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_complex128 2022-09-27T16:02:14.9843434Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_complex128 2022-09-27T16:02:14.9873676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_float64 2022-09-27T16:02:15.0051944Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_float64 2022-09-27T16:02:15.0058900Z [gw0] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_float64 2022-09-27T16:02:15.0164940Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_complex128 2022-09-27T16:02:15.0194352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_float64 2022-09-27T16:02:15.0244692Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_float64 2022-09-27T16:02:15.0282631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_float64 2022-09-27T16:02:15.0288168Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_complex128 2022-09-27T16:02:15.0400633Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_float64 2022-09-27T16:02:15.0606871Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_complex128 2022-09-27T16:02:15.0643975Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_complex128 2022-09-27T16:02:15.0684680Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_complex128 2022-09-27T16:02:15.0726329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_complex128 2022-09-27T16:02:15.0732470Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_complex128 2022-09-27T16:02:15.0785461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_float64 2022-09-27T16:02:15.1046559Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_float64 2022-09-27T16:02:15.1079597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_float64 2022-09-27T16:02:15.1124244Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_float64 2022-09-27T16:02:15.1167007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_float64 2022-09-27T16:02:15.1203669Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_float64 2022-09-27T16:02:15.1420000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_complex128 2022-09-27T16:02:15.1485702Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_complex128 2022-09-27T16:02:15.1521978Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_complex128 2022-09-27T16:02:15.1565025Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_complex128 2022-09-27T16:02:15.1685530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_complex128 2022-09-27T16:02:15.1760588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_float64 2022-09-27T16:02:15.1900968Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_float64 2022-09-27T16:02:15.1910521Z [gw0] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_complex128 2022-09-27T16:02:15.1963961Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_float64 2022-09-27T16:02:15.1996468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_float64 2022-09-27T16:02:15.2166142Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_float64 2022-09-27T16:02:15.2179802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_complex128 2022-09-27T16:02:15.2188083Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_complex128 2022-09-27T16:02:15.2322517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_float64 2022-09-27T16:02:15.2349347Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_float64 2022-09-27T16:02:15.2360390Z [gw0] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_float64 2022-09-27T16:02:15.2403310Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_binary_cpu_float64 2022-09-27T16:02:15.2438570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_complex128 2022-09-27T16:02:15.2528483Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_complex128 2022-09-27T16:02:15.2604732Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_complex128 2022-09-27T16:02:15.2644877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_complex128 2022-09-27T16:02:15.2724206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_float64 2022-09-27T16:02:15.2845175Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_float64 2022-09-27T16:02:15.2881292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_float64 2022-09-27T16:02:15.2974306Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_float64 2022-09-27T16:02:15.3042964Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_complex128 2022-09-27T16:02:15.3083537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_float64 2022-09-27T16:02:15.3125603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_complex128 2022-09-27T16:02:15.3130672Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_complex128 2022-09-27T16:02:15.3232287Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_float64 2022-09-27T16:02:15.3240419Z [gw0] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_binary_cpu_float64 2022-09-27T16:02:15.3282368Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:02:15.3330329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_cpu_float64 2022-09-27T16:02:15.3346941Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_cpu_float64 2022-09-27T16:02:15.3484135Z [gw0] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:02:15.3516277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_complex128 2022-09-27T16:02:15.3562305Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_complex128 2022-09-27T16:02:15.3591814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_float64 2022-09-27T16:02:15.3683518Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_float64 2022-09-27T16:02:15.3764489Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:02:15.3831161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_0_cpu_float64 2022-09-27T16:02:15.3865453Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_0_cpu_float64 2022-09-27T16:02:15.3922955Z [gw0] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:02:15.3952934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_float64 2022-09-27T16:02:15.4002657Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_float64 2022-09-27T16:02:15.4032662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_complex128 2022-09-27T16:02:15.4124267Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_complex128 2022-09-27T16:02:15.4203571Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_maximum_cpu_float64 2022-09-27T16:02:15.4226497Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_3_cpu_float64 2022-09-27T16:02:15.4364505Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_3_cpu_float64 2022-09-27T16:02:15.4394573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_complex128 2022-09-27T16:02:15.4443036Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_complex128 2022-09-27T16:02:15.4479002Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_float64 2022-09-27T16:02:15.4645233Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_float64 2022-09-27T16:02:15.4669182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-09-27T16:02:15.4804930Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-09-27T16:02:15.4839661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_float64 2022-09-27T16:02:15.4883439Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_float64 2022-09-27T16:02:15.4919497Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_complex128 2022-09-27T16:02:15.5084966Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_complex128 2022-09-27T16:02:15.5187856Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_complex128 2022-09-27T16:02:15.5199111Z [gw0] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_maximum_cpu_float64 2022-09-27T16:02:15.5242530Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_complex128 2022-09-27T16:02:15.5272530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_complex128 2022-09-27T16:02:15.5282063Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_complex128 2022-09-27T16:02:15.5322292Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_complex128 2022-09-27T16:02:15.5351953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_float64 2022-09-27T16:02:15.5564096Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_float64 2022-09-27T16:02:15.5627308Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_float64 2022-09-27T16:02:15.5682562Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_float64 2022-09-27T16:02:15.5712283Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_float64 2022-09-27T16:02:15.5762336Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_float64 2022-09-27T16:02:15.5795901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_complex128 2022-09-27T16:02:15.6044659Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_complex128 2022-09-27T16:02:15.6072125Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_complex128 2022-09-27T16:02:15.6123229Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_complex128 2022-09-27T16:02:15.6164520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_binary_cpu_float64 2022-09-27T16:02:15.6202519Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_binary_cpu_float64 2022-09-27T16:02:15.6233155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_float64 2022-09-27T16:02:15.6484946Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_float64 2022-09-27T16:02:15.6511296Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_float64 2022-09-27T16:02:15.6562725Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_float64 2022-09-27T16:02:15.6595232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-09-27T16:02:15.6642763Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-09-27T16:02:15.6926503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_complex128 2022-09-27T16:02:15.7003998Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_complex128 2022-09-27T16:02:15.7034934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-09-27T16:02:15.7444350Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-09-27T16:02:15.7478338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_maximum_cpu_float64 2022-09-27T16:02:15.7575647Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_maximum_cpu_float64 2022-09-27T16:02:15.7589623Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_complex128 2022-09-27T16:02:15.7779773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_float64 2022-09-27T16:02:15.7884561Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_float64 2022-09-27T16:02:15.7914012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_complex128 2022-09-27T16:02:15.8004524Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_complex128 2022-09-27T16:02:15.8033930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_complex128 2022-09-27T16:02:15.8232442Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_complex128 2022-09-27T16:02:15.8244409Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_complex128 2022-09-27T16:02:15.8323972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_float64 2022-09-27T16:02:15.8354652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_float64 2022-09-27T16:02:15.8444552Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_float64 2022-09-27T16:02:15.8475346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_float64 2022-09-27T16:02:15.8490941Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_float64 2022-09-27T16:02:15.8685629Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_float64 2022-09-27T16:02:15.8764100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_complex128 2022-09-27T16:02:15.8798663Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_median_cpu_float64 2022-09-27T16:02:15.8883930Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_median_cpu_float64 2022-09-27T16:02:15.8914336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_complex128 2022-09-27T16:02:15.9205160Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_complex128 2022-09-27T16:02:15.9240912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:02:15.9324411Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:02:15.9354858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_float64 2022-09-27T16:02:15.9644737Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_float64 2022-09-27T16:02:15.9678857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:02:15.9764579Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:02:15.9794287Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_complex128 2022-09-27T16:02:16.0027008Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_complex128 2022-09-27T16:02:16.0040031Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_complex128 2022-09-27T16:02:16.0083877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_float64 2022-09-27T16:02:16.0123917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:02:16.0204218Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:02:16.0225107Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_float64 2022-09-27T16:02:16.0245583Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_float64 2022-09-27T16:02:16.0391580Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_float64 2022-09-27T16:02:16.0396432Z [gw0] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_complex128 2022-09-27T16:02:16.0482779Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_float64 2022-09-27T16:02:16.0522475Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-09-27T16:02:16.0551079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:02:16.0643830Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:02:16.0674102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_lowrank_cpu_float64 2022-09-27T16:02:16.0879655Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_lowrank_cpu_float64 2022-09-27T16:02:16.0922996Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-09-27T16:02:16.0963159Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-09-27T16:02:16.0993478Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_binary_cpu_float64 2022-09-27T16:02:16.1082854Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_binary_cpu_float64 2022-09-27T16:02:16.1115308Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_complex128 2022-09-27T16:02:16.1319836Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_complex128 2022-09-27T16:02:16.1330662Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-09-27T16:02:16.1337705Z [gw0] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_float64 2022-09-27T16:02:16.1363104Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_median_cpu_float64 2022-09-27T16:02:16.1403546Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-09-27T16:02:16.1441873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-09-27T16:02:16.1524566Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-09-27T16:02:16.1563658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_float64 2022-09-27T16:02:16.1845650Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_float64 2022-09-27T16:02:16.1865022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-09-27T16:02:16.1878421Z [gw0] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_median_cpu_float64 2022-09-27T16:02:16.1888532Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:02:16.1963752Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-09-27T16:02:16.2009313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_complex128 2022-09-27T16:02:16.2021241Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-09-27T16:02:16.2116699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-09-27T16:02:16.2167845Z [gw1] [ 71%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-09-27T16:02:16.2284336Z [gw3] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_complex128 2022-09-27T16:02:16.2323034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_minimum_cpu_float64 2022-09-27T16:02:16.2404364Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_minimum_cpu_float64 2022-09-27T16:02:16.2443291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_float64 2022-09-27T16:02:16.2469042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-09-27T16:02:16.2726221Z [gw3] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_float64 2022-09-27T16:02:16.2755976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_complex128 2022-09-27T16:02:16.2843986Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_complex128 2022-09-27T16:02:16.2879011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_complex128 2022-09-27T16:02:16.2978345Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_complex128 2022-09-27T16:02:16.2987225Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-09-27T16:02:16.3020189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_searchsorted_cpu_float64 2022-09-27T16:02:16.3165660Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_searchsorted_cpu_float64 2022-09-27T16:02:16.3196742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_float64 2022-09-27T16:02:16.3283793Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_float64 2022-09-27T16:02:16.3314993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_float64 2022-09-27T16:02:16.3404290Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_float64 2022-09-27T16:02:16.3437877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-09-27T16:02:16.3605460Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-09-27T16:02:16.3635880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mode_cpu_float64 2022-09-27T16:02:16.3724147Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mode_cpu_float64 2022-09-27T16:02:16.3757951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_complex128 2022-09-27T16:02:16.3844270Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_complex128 2022-09-27T16:02:16.3879561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-09-27T16:02:16.4045649Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-09-27T16:02:16.4073938Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_complex128 2022-09-27T16:02:16.4204791Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_complex128 2022-09-27T16:02:16.4234228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_float64 2022-09-27T16:02:16.4283575Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_float64 2022-09-27T16:02:16.4321034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_complex128 2022-09-27T16:02:16.4485452Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_complex128 2022-09-27T16:02:16.4517126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_float64 2022-09-27T16:02:16.4644618Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_float64 2022-09-27T16:02:16.4724363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_complex128 2022-09-27T16:02:16.4759811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_float64 2022-09-27T16:02:16.4774541Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_float64 2022-09-27T16:02:16.4924409Z [gw3] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_complex128 2022-09-27T16:02:16.4954158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_msort_cpu_float64 2022-09-27T16:02:16.5084236Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_msort_cpu_float64 2022-09-27T16:02:16.5136470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_float64 2022-09-27T16:02:16.5162768Z [gw3] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_float64 2022-09-27T16:02:16.5197277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_scatter_cpu_float64 2022-09-27T16:02:16.5364261Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_scatter_cpu_float64 2022-09-27T16:02:16.5564094Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_complex128 2022-09-27T16:02:16.5643816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_complex128 2022-09-27T16:02:16.5691958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_complex128 2022-09-27T16:02:16.5786218Z [gw3] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_complex128 2022-09-27T16:02:16.6004845Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_complex128 2022-09-27T16:02:16.6054668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_float64 2022-09-27T16:02:16.6086139Z [gw3] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_float64 2022-09-27T16:02:16.6093058Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_float64 2022-09-27T16:02:16.6116533Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_complex128 2022-09-27T16:02:16.6142608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_float64 2022-09-27T16:02:16.6275940Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_float64 2022-09-27T16:02:16.6485475Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_float64 2022-09-27T16:02:16.6517921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_complex128 2022-09-27T16:02:16.6530910Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_complex128 2022-09-27T16:02:16.6532307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_multinomial_cpu_float64 2022-09-27T16:02:16.6566232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_complex128 2022-09-27T16:02:16.6574199Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_multinomial_cpu_float64 2022-09-27T16:02:16.6926361Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_complex128 2022-09-27T16:02:16.6954716Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_float64 2022-09-27T16:02:16.6997048Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_float64 2022-09-27T16:02:16.7010156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_float64 2022-09-27T16:02:16.7012842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_complex128 2022-09-27T16:02:16.7016673Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_float64 2022-09-27T16:02:16.7442924Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_complex128 2022-09-27T16:02:16.7459191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_complex128 2022-09-27T16:02:16.7460151Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_float64 2022-09-27T16:02:16.7461196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_complex128 2022-09-27T16:02:16.7461939Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_complex128 2022-09-27T16:02:16.7594689Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_float64 2022-09-27T16:02:16.7846346Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_complex128 2022-09-27T16:02:16.7849312Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:02:16.7904000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_float64 2022-09-27T16:02:16.7917425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_float64 2022-09-27T16:02:16.7930040Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_float64 2022-09-27T16:02:16.8032910Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_float64 2022-09-27T16:02:16.8208685Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:02:16.8219242Z [gw0] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:02:16.8288529Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:02:16.8289195Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sign_cpu_float64 2022-09-27T16:02:16.8335091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:02:16.8336201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_complex128 2022-09-27T16:02:16.8363960Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sign_cpu_float64 2022-09-27T16:02:16.8474871Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_complex128 2022-09-27T16:02:16.8726022Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:02:16.8754388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_signbit_cpu_float64 2022-09-27T16:02:16.8768616Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_signbit_cpu_float64 2022-09-27T16:02:16.8772983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:02:16.8809994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_float64 2022-09-27T16:02:16.8956828Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_float64 2022-09-27T16:02:16.9165926Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:02:16.9234633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_complex128 2022-09-27T16:02:16.9241674Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_complex128 2022-09-27T16:02:16.9254581Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_complex128 2022-09-27T16:02:16.9303291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nan_to_num_cpu_float64 2022-09-27T16:02:16.9319431Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_complex128 2022-09-27T16:02:16.9342881Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nan_to_num_cpu_float64 2022-09-27T16:02:16.9353092Z [gw0] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:02:16.9605336Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:02:16.9658573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_float64 2022-09-27T16:02:16.9661592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_float64 2022-09-27T16:02:16.9675276Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_float64 2022-09-27T16:02:16.9688864Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_float64 2022-09-27T16:02:16.9720493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmean_cpu_float64 2022-09-27T16:02:17.0045902Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmean_cpu_float64 2022-09-27T16:02:17.0084656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_complex128 2022-09-27T16:02:17.0120329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_complex128 2022-09-27T16:02:17.0132358Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_complex128 2022-09-27T16:02:17.0172748Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmedian_cpu_float64 2022-09-27T16:02:17.0262193Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmedian_cpu_float64 2022-09-27T16:02:17.0484863Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_complex128 2022-09-27T16:02:17.0524354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_float64 2022-09-27T16:02:17.0564537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_float64 2022-09-27T16:02:17.0568254Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_float64 2022-09-27T16:02:17.0578410Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_float64 2022-09-27T16:02:17.0617282Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanquantile_cpu_float64 2022-09-27T16:02:17.0926056Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanquantile_cpu_float64 2022-09-27T16:02:17.0969417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_complex128 2022-09-27T16:02:17.0999048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_topk_cpu_float64 2022-09-27T16:02:17.1010928Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_topk_cpu_float64 2022-09-27T16:02:17.1045957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nansum_cpu_float64 2022-09-27T16:02:17.1064361Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nansum_cpu_float64 2022-09-27T16:02:17.1364675Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_complex128 2022-09-27T16:02:17.1405632Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_float64 2022-09-27T16:02:17.1417878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_complex128 2022-09-27T16:02:17.1437720Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_float64 2022-09-27T16:02:17.1447579Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_complex128 2022-09-27T16:02:17.1480050Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_complex128 2022-09-27T16:02:17.1805734Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_complex128 2022-09-27T16:02:17.1836759Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_scatter_cpu_float64 2022-09-27T16:02:17.1845146Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_scatter_cpu_float64 2022-09-27T16:02:17.1882337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_float64 2022-09-27T16:02:17.1888212Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_float64 2022-09-27T16:02:17.1918492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_float64 2022-09-27T16:02:17.2246118Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_float64 2022-09-27T16:02:17.2277986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_cpu_float64 2022-09-27T16:02:17.2291261Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_cpu_float64 2022-09-27T16:02:17.2323016Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_complex128 2022-09-27T16:02:17.2355418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_complex128 2022-09-27T16:02:17.2662312Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_complex128 2022-09-27T16:02:17.2683356Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_complex128 2022-09-27T16:02:17.2712986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-09-27T16:02:17.2725945Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-09-27T16:02:17.2763195Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_float64 2022-09-27T16:02:17.2797978Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_float64 2022-09-27T16:02:17.2814608Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_float64 2022-09-27T16:02:17.3125476Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_float64 2022-09-27T16:02:17.3157831Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-09-27T16:02:17.3168612Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-09-27T16:02:17.3202971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_complex128 2022-09-27T16:02:17.3213545Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_complex128 2022-09-27T16:02:17.3248485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_native_layer_norm_cpu_float64 2022-09-27T16:02:17.3565688Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_native_layer_norm_cpu_float64 2022-09-27T16:02:17.3601334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sort_cpu_float64 2022-09-27T16:02:17.3615012Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sort_cpu_float64 2022-09-27T16:02:17.3651179Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_float64 2022-09-27T16:02:17.3682595Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_float64 2022-09-27T16:02:17.3721221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_complex128 2022-09-27T16:02:17.4005445Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_complex128 2022-09-27T16:02:17.4034982Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:02:17.4050862Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:02:17.4087890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_complex128 2022-09-27T16:02:17.4122293Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_complex128 2022-09-27T16:02:17.4156834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_float64 2022-09-27T16:02:17.4445297Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_float64 2022-09-27T16:02:17.4478149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-09-27T16:02:17.4487898Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-09-27T16:02:17.4518333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_float64 2022-09-27T16:02:17.4563751Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_float64 2022-09-27T16:02:17.4685105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_complex128 2022-09-27T16:02:17.4886658Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_complex128 2022-09-27T16:02:17.4917819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_airy_ai_cpu_float64 2022-09-27T16:02:17.4929429Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_airy_ai_cpu_float64 2022-09-27T16:02:17.4962973Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_complex128 2022-09-27T16:02:17.5003017Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_complex128 2022-09-27T16:02:17.5058476Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_float64 2022-09-27T16:02:17.5313420Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_float64 2022-09-27T16:02:17.5323751Z [gw0] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:02:17.5328385Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:02:17.5359800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j0_cpu_float64 2022-09-27T16:02:17.5403286Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j0_cpu_float64 2022-09-27T16:02:17.5435073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_float64 2022-09-27T16:02:17.5483588Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_float64 2022-09-27T16:02:17.5521850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_complex128 2022-09-27T16:02:17.5765789Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_complex128 2022-09-27T16:02:17.5794298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j1_cpu_float64 2022-09-27T16:02:17.5843479Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j1_cpu_float64 2022-09-27T16:02:17.5971754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_complex128 2022-09-27T16:02:17.6048113Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_float64 2022-09-27T16:02:17.6245033Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_float64 2022-09-27T16:02:17.6248264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y0_cpu_float64 2022-09-27T16:02:17.6451226Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y0_cpu_float64 2022-09-27T16:02:17.6455352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_complex128 2022-09-27T16:02:17.6535777Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_complex128 2022-09-27T16:02:17.6548282Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_complex128 2022-09-27T16:02:17.6603141Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_float64 2022-09-27T16:02:17.6616647Z [gw0] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:02:17.6685765Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_binary_cpu_float64 2022-09-27T16:02:17.6689046Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y1_cpu_float64 2022-09-27T16:02:17.6747757Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y1_cpu_float64 2022-09-27T16:02:17.6891831Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_float64 2022-09-27T16:02:17.6896996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_float64 2022-09-27T16:02:17.7003890Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_float64 2022-09-27T16:02:17.7125033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_complex128 2022-09-27T16:02:17.7128647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:17.7337662Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:17.7340917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_complex128 2022-09-27T16:02:17.7565828Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_complex128 2022-09-27T16:02:17.7569958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:17.7744326Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:17.7766351Z [gw0] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_binary_cpu_float64 2022-09-27T16:02:17.7778821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_float64 2022-09-27T16:02:17.7793215Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_float64 2022-09-27T16:02:17.7946880Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:02:17.7996451Z [gw0] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:02:17.8002595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:17.8241964Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:17.8243985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_float64 2022-09-27T16:02:17.8435185Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:02:17.8437658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:17.8729735Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:17.8749629Z [gw0] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:02:17.8827931Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_minimum_cpu_float64 2022-09-27T16:02:17.8854525Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_complex128 2022-09-27T16:02:17.8860385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_float64 2022-09-27T16:02:17.8886138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_entr_cpu_float64 2022-09-27T16:02:17.9034026Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_entr_cpu_float64 2022-09-27T16:02:17.9360007Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_float64 2022-09-27T16:02:17.9365045Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_erfcx_cpu_float64 2022-09-27T16:02:17.9373095Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_erfcx_cpu_float64 2022-09-27T16:02:17.9771759Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_complex128 2022-09-27T16:02:17.9778610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:02:18.0245263Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:02:18.0248846Z [gw0] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_minimum_cpu_float64 2022-09-27T16:02:18.0251638Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_complex128 2022-09-27T16:02:18.0254417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:02:18.0273711Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:02:18.0294273Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_complex128 2022-09-27T16:02:18.0470632Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_float64 2022-09-27T16:02:18.0702567Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_float64 2022-09-27T16:02:18.0709223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i0e_cpu_float64 2022-09-27T16:02:18.0771449Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i0e_cpu_float64 2022-09-27T16:02:18.0820234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trunc_cpu_float64 2022-09-27T16:02:18.1086506Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trunc_cpu_float64 2022-09-27T16:02:18.1118213Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1_cpu_float64 2022-09-27T16:02:18.1203543Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1_cpu_float64 2022-09-27T16:02:18.1236384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_complex128 2022-09-27T16:02:18.1525174Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_complex128 2022-09-27T16:02:18.1559125Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1e_cpu_float64 2022-09-27T16:02:18.1570814Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1e_cpu_float64 2022-09-27T16:02:18.1583188Z [gw0] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_complex128 2022-09-27T16:02:18.1683833Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_float64 2022-09-27T16:02:18.1720795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_float64 2022-09-27T16:02:18.1730057Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_float64 2022-09-27T16:02:18.1965988Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_float64 2022-09-27T16:02:18.1997922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:02:18.2007450Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:02:18.2124674Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mode_cpu_float64 2022-09-27T16:02:18.2158308Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_complex128 2022-09-27T16:02:18.2397496Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_complex128 2022-09-27T16:02:18.2444005Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mode_cpu_float64 2022-09-27T16:02:18.2444885Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_complex128 2022-09-27T16:02:18.2466293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:02:18.2604476Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:02:18.2635206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_float64 2022-09-27T16:02:18.2885638Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_float64 2022-09-27T16:02:18.2922989Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_log_ndtr_cpu_float64 2022-09-27T16:02:18.2999530Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_log_ndtr_cpu_float64 2022-09-27T16:02:18.3008913Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_complex128 2022-09-27T16:02:18.3066026Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_float64 2022-09-27T16:02:18.3075791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_complex128 2022-09-27T16:02:18.3137699Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_complex128 2022-09-27T16:02:18.3326041Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_float64 2022-09-27T16:02:18.3357564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-09-27T16:02:18.3444283Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-09-27T16:02:18.3483711Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_msort_cpu_float64 2022-09-27T16:02:18.3518175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_float64 2022-09-27T16:02:18.3687936Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_float64 2022-09-27T16:02:18.3764674Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_msort_cpu_float64 2022-09-27T16:02:18.3795142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-09-27T16:02:18.3884144Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-09-27T16:02:18.3964175Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_complex128 2022-09-27T16:02:18.3998817Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_complex128 2022-09-27T16:02:18.4205359Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_complex128 2022-09-27T16:02:18.4237289Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-09-27T16:02:18.4405195Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-09-27T16:02:18.4434847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_float64 2022-09-27T16:02:18.4644852Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_float64 2022-09-27T16:02:18.4675144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-09-27T16:02:18.4844948Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-09-27T16:02:18.4878378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_consecutive_cpu_float64 2022-09-27T16:02:18.5084830Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_consecutive_cpu_float64 2022-09-27T16:02:18.5118634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtr_cpu_float64 2022-09-27T16:02:18.5284724Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtr_cpu_float64 2022-09-27T16:02:18.5318002Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_cpu_float64 2022-09-27T16:02:18.5524641Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_cpu_float64 2022-09-27T16:02:18.5724680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ceil_cpu_float64 2022-09-27T16:02:18.6220835Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_complex128 2022-09-27T16:02:18.6233517Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_complex128 2022-09-27T16:02:18.6331628Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_float64 2022-09-27T16:02:18.6658909Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_float64 2022-09-27T16:02:18.6689566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_complex128 2022-09-27T16:02:18.7085370Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_complex128 2022-09-27T16:02:18.7120779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_float64 2022-09-27T16:02:18.7566211Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_float64 2022-09-27T16:02:18.7609889Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_complex128 2022-09-27T16:02:18.8005534Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_complex128 2022-09-27T16:02:18.8040748Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_float64 2022-09-27T16:02:18.8251037Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_float64 2022-09-27T16:02:18.8268083Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_complex128 2022-09-27T16:02:18.8474075Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_float64 2022-09-27T16:02:18.8490909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_complex128 2022-09-27T16:02:18.8884977Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_complex128 2022-09-27T16:02:18.8931089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_float64 2022-09-27T16:02:18.9133904Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_float64 2022-09-27T16:02:18.9146543Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_float64 2022-09-27T16:02:18.9175341Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_multinomial_cpu_float64 2022-09-27T16:02:18.9324149Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_multinomial_cpu_float64 2022-09-27T16:02:18.9362490Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_complex_cpu_float64 2022-09-27T16:02:18.9565436Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_complex_cpu_float64 2022-09-27T16:02:18.9765541Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_complex128 2022-09-27T16:02:18.9800737Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_complex128 2022-09-27T16:02:19.0121592Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_complex128 2022-09-27T16:02:19.0132174Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_complex128 2022-09-27T16:02:19.0203557Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_float64 2022-09-27T16:02:19.0243195Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_float64 2022-09-27T16:02:19.0271893Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_float64 2022-09-27T16:02:19.0565938Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_float64 2022-09-27T16:02:19.0644825Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:02:19.0680465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_real_cpu_complex128 2022-09-27T16:02:19.1084727Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_real_cpu_complex128 2022-09-27T16:02:19.1122423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_complex128 2022-09-27T16:02:19.1176214Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_complex128 2022-09-27T16:02:19.1185619Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:02:19.1270247Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:02:19.1277092Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_float64 2022-09-27T16:02:19.1302947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_complex128 2022-09-27T16:02:19.1524438Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_complex128 2022-09-27T16:02:19.1554099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_float64 2022-09-27T16:02:19.1684098Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_float64 2022-09-27T16:02:19.1711060Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_float64 2022-09-27T16:02:19.1777553Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_float64 2022-09-27T16:02:19.1795489Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:02:19.1967105Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:02:19.2004837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_complex128 2022-09-27T16:02:19.2125827Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_complex128 2022-09-27T16:02:19.2159782Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmod___cpu_float64 2022-09-27T16:02:19.2300329Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmod___cpu_float64 2022-09-27T16:02:19.2307825Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:02:19.2405018Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nan_to_num_cpu_float64 2022-09-27T16:02:19.2450463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_float64 2022-09-27T16:02:19.2459513Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nan_to_num_cpu_float64 2022-09-27T16:02:19.2563259Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_float64 2022-09-27T16:02:19.2586914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_complex128 2022-09-27T16:02:19.2724724Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_complex128 2022-09-27T16:02:19.2884918Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmean_cpu_float64 2022-09-27T16:02:19.2918272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_complex128 2022-09-27T16:02:19.3004198Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_complex128 2022-09-27T16:02:19.3084832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_float64 2022-09-27T16:02:19.3365299Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_float64 2022-09-27T16:02:19.3402372Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_float64 2022-09-27T16:02:19.3444120Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_float64 2022-09-27T16:02:19.3470909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_complex128 2022-09-27T16:02:19.3845503Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_complex128 2022-09-27T16:02:19.3886571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_complex128 2022-09-27T16:02:19.3890585Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_complex128 2022-09-27T16:02:19.3910336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_float64 2022-09-27T16:02:19.4351917Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_float64 2022-09-27T16:02:19.4365698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_complex128 2022-09-27T16:02:19.4370227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_float64 2022-09-27T16:02:19.4378927Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_complex128 2022-09-27T16:02:19.4509726Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_float64 2022-09-27T16:02:19.4521045Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmean_cpu_float64 2022-09-27T16:02:19.4765064Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmedian_cpu_float64 2022-09-27T16:02:19.4767513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_float64 2022-09-27T16:02:19.4799031Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_xlogy_cpu_float64 2022-09-27T16:02:19.4990071Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_float64 2022-09-27T16:02:19.5125124Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_xlogy_cpu_float64 2022-09-27T16:02:19.5138417Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmedian_cpu_float64 2022-09-27T16:02:19.5204891Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanquantile_cpu_float64 2022-09-27T16:02:19.5208182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amax_cpu_float64 2022-09-27T16:02:19.5246582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_complex128 2022-09-27T16:02:19.5391629Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amax_cpu_float64 2022-09-27T16:02:19.5645828Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_complex128 2022-09-27T16:02:19.5649442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amin_cpu_float64 2022-09-27T16:02:19.5679739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_float64 2022-09-27T16:02:19.5719670Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amin_cpu_float64 2022-09-27T16:02:19.6084678Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_float64 2022-09-27T16:02:19.6118954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_complex128 2022-09-27T16:02:19.6168708Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_complex128 2022-09-27T16:02:19.6171933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmax_cpu_float64 2022-09-27T16:02:19.6525295Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmax_cpu_float64 2022-09-27T16:02:19.6569036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_float64 2022-09-27T16:02:19.6577884Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_float64 2022-09-27T16:02:19.6612079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmin_cpu_float64 2022-09-27T16:02:19.6966367Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmin_cpu_float64 2022-09-27T16:02:19.6999367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_complex128 2022-09-27T16:02:19.7042645Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_complex128 2022-09-27T16:02:19.7077828Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_complex128 2022-09-27T16:02:19.7406017Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_complex128 2022-09-27T16:02:19.7439903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_float64 2022-09-27T16:02:19.7483654Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_float64 2022-09-27T16:02:19.7517448Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_float64 2022-09-27T16:02:19.7846076Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_float64 2022-09-27T16:02:19.7965174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_complex128 2022-09-27T16:02:19.8001236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_complex128 2022-09-27T16:02:19.8063320Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_complex128 2022-09-27T16:02:19.8072129Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ceil_cpu_float64 2022-09-27T16:02:19.8098171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_complex128 2022-09-27T16:02:19.8404697Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_complex128 2022-09-27T16:02:19.8435511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_float64 2022-09-27T16:02:19.8482728Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_float64 2022-09-27T16:02:19.8512651Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_float64 2022-09-27T16:02:19.8845811Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_float64 2022-09-27T16:02:19.8876837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_log_softmax_cpu_float64 2022-09-27T16:02:19.8923556Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_log_softmax_cpu_float64 2022-09-27T16:02:19.8957455Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_complex128 2022-09-27T16:02:19.9285681Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_complex128 2022-09-27T16:02:19.9317946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logaddexp_cpu_float64 2022-09-27T16:02:19.9363807Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logaddexp_cpu_float64 2022-09-27T16:02:19.9395719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_float64 2022-09-27T16:02:19.9725885Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_float64 2022-09-27T16:02:19.9758192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logsumexp_cpu_float64 2022-09-27T16:02:19.9802623Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logsumexp_cpu_float64 2022-09-27T16:02:19.9840962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_complex128 2022-09-27T16:02:20.0205449Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_complex128 2022-09-27T16:02:20.0242811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_complex128 2022-09-27T16:02:20.0252963Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_complex128 2022-09-27T16:02:20.0283410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_float64 2022-09-27T16:02:20.0571129Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_float64 2022-09-27T16:02:20.0585612Z [gw0] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanquantile_cpu_float64 2022-09-27T16:02:20.0712659Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nansum_cpu_float64 2022-09-27T16:02:20.0722383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_float64 2022-09-27T16:02:20.0740960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_complex128 2022-09-27T16:02:20.0744877Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_complex128 2022-09-27T16:02:20.1125391Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_float64 2022-09-27T16:02:20.1155364Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_float64 2022-09-27T16:02:20.1166216Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_float64 2022-09-27T16:02:20.1195639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_median_cpu_float64 2022-09-27T16:02:20.1566027Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_median_cpu_float64 2022-09-27T16:02:20.1596783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_complex128 2022-09-27T16:02:20.1612826Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_complex128 2022-09-27T16:02:20.1652063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_norm_cpu_float64 2022-09-27T16:02:20.2005461Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_norm_cpu_float64 2022-09-27T16:02:20.2039256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_float64 2022-09-27T16:02:20.2047389Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_float64 2022-09-27T16:02:20.2077891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_complex128 2022-09-27T16:02:20.2131894Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_complex128 2022-09-27T16:02:20.2144155Z [gw0] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nansum_cpu_float64 2022-09-27T16:02:20.2171580Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_complex128 2022-09-27T16:02:20.2446930Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_complex128 2022-09-27T16:02:20.2476331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_complex128 2022-09-27T16:02:20.2486814Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_complex128 2022-09-27T16:02:20.2522702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_float64 2022-09-27T16:02:20.2564042Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_float64 2022-09-27T16:02:20.2595944Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_float64 2022-09-27T16:02:20.2886105Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_float64 2022-09-27T16:02:20.2918988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_float64 2022-09-27T16:02:20.2929376Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_float64 2022-09-27T16:02:20.2958530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_complex128 2022-09-27T16:02:20.3002075Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_complex128 2022-09-27T16:02:20.3324698Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_complex128 2022-09-27T16:02:20.3396344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_cpu_float64 2022-09-27T16:02:20.3399808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_float64 2022-09-27T16:02:20.3494358Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_float64 2022-09-27T16:02:20.3764436Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_cpu_float64 2022-09-27T16:02:20.3829842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_max_cpu_float64 2022-09-27T16:02:20.3840493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmax_cpu_float64 2022-09-27T16:02:20.3918591Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmax_cpu_float64 2022-09-27T16:02:20.4204271Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_max_cpu_float64 2022-09-27T16:02:20.4276899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_min_cpu_float64 2022-09-27T16:02:20.4282357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmin_cpu_float64 2022-09-27T16:02:20.4346444Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmin_cpu_float64 2022-09-27T16:02:20.4643951Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_min_cpu_float64 2022-09-27T16:02:20.4673191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_complex128 2022-09-27T16:02:20.4690149Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_complex128 2022-09-27T16:02:20.4721487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_complex128 2022-09-27T16:02:20.5125854Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_complex128 2022-09-27T16:02:20.5126915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_float64 2022-09-27T16:02:20.5163565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_float64 2022-09-27T16:02:20.5168079Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_float64 2022-09-27T16:02:20.5565847Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_float64 2022-09-27T16:02:20.5581755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_complex128 2022-09-27T16:02:20.5582383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_complex128 2022-09-27T16:02:20.5606516Z [gw0] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_complex128 2022-09-27T16:02:20.5613965Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_float64 2022-09-27T16:02:20.5621108Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_complex128 2022-09-27T16:02:20.6005501Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_complex128 2022-09-27T16:02:20.6006341Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_float64 2022-09-27T16:02:20.6055154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_float64 2022-09-27T16:02:20.6061008Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_float64 2022-09-27T16:02:20.6064203Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_float64 2022-09-27T16:02:20.6070651Z [gw0] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_float64 2022-09-27T16:02:20.6405497Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_layer_norm_cpu_float64 2022-09-27T16:02:20.6445345Z [gw0] [ 74%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_layer_norm_cpu_float64 2022-09-27T16:02:20.6447038Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_complex128 2022-09-27T16:02:20.6481649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_complex128 2022-09-27T16:02:20.6491292Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_complex128 2022-09-27T16:02:20.6500913Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_complex128 2022-09-27T16:02:20.6529716Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_complex128 2022-09-27T16:02:20.6889207Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_complex128 2022-09-27T16:02:20.6889864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_float64 2022-09-27T16:02:20.6920565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_float64 2022-09-27T16:02:20.6928935Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_float64 2022-09-27T16:02:20.6961811Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_float64 2022-09-27T16:02:20.6998172Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_float64 2022-09-27T16:02:20.7327262Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_float64 2022-09-27T16:02:20.7327930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_complex_cpu_float64 2022-09-27T16:02:20.7351945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_complex128 2022-09-27T16:02:20.7403116Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_complex128 2022-09-27T16:02:20.7410294Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_complex128 2022-09-27T16:02:20.7712125Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_complex_cpu_float64 2022-09-27T16:02:20.7763196Z [gw0] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_complex128 2022-09-27T16:02:20.7766027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_complex128 2022-09-27T16:02:20.7801162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_float64 2022-09-27T16:02:20.7819453Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_complex128 2022-09-27T16:02:20.7883253Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_float64 2022-09-27T16:02:20.7969079Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_float64 2022-09-27T16:02:20.8206862Z [gw0] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_float64 2022-09-27T16:02:20.8208020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_float64 2022-09-27T16:02:20.8237769Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_complex128 2022-09-27T16:02:20.8323716Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_float64 2022-09-27T16:02:20.8355221Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_complex128 2022-09-27T16:02:20.8436450Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_complex128 2022-09-27T16:02:20.8646483Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_complex128 2022-09-27T16:02:20.8647526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_float64 2022-09-27T16:02:20.8733650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_complex128 2022-09-27T16:02:20.8751338Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_float64 2022-09-27T16:02:20.8762499Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_complex128 2022-09-27T16:02:20.8793112Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_float64 2022-09-27T16:02:20.9088006Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_float64 2022-09-27T16:02:20.9088710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_float64 2022-09-27T16:02:20.9124706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_complex128 2022-09-27T16:02:20.9141765Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_complex128 2022-09-27T16:02:20.9203486Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_float64 2022-09-27T16:02:20.9232518Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T16:02:20.9527711Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T16:02:20.9530927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_complex128 2022-09-27T16:02:20.9566325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_float64 2022-09-27T16:02:20.9572711Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_complex128 2022-09-27T16:02:20.9643723Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_float64 2022-09-27T16:02:20.9673664Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_float64 2022-09-27T16:02:20.9964630Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_float64 2022-09-27T16:02:20.9966063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_float64 2022-09-27T16:02:20.9986910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_complex128 2022-09-27T16:02:21.0082410Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_float64 2022-09-27T16:02:21.0105808Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_complex128 2022-09-27T16:02:21.0403783Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_complex128 2022-09-27T16:02:21.0426447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_complex128 2022-09-27T16:02:21.0523277Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_complex128 2022-09-27T16:02:21.0547438Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_float64 2022-09-27T16:02:21.0580345Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_float64 2022-09-27T16:02:21.0589261Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_complex128 2022-09-27T16:02:21.0641233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_float64 2022-09-27T16:02:21.0649565Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_complex128 2022-09-27T16:02:21.0672340Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_float64 2022-09-27T16:02:21.0727847Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_float64 2022-09-27T16:02:21.0841944Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_float64 2022-09-27T16:02:21.0867695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_float64 2022-09-27T16:02:21.0962987Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_float64 2022-09-27T16:02:21.0992985Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_complex128 2022-09-27T16:02:21.1001242Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_complex128 2022-09-27T16:02:21.1083135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_complex128 2022-09-27T16:02:21.1141784Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_complex128 2022-09-27T16:02:21.1283611Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_complex128 2022-09-27T16:02:21.1404060Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_copysign_cpu_float64 2022-09-27T16:02:21.1431009Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_float64 2022-09-27T16:02:21.1442598Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_copysign_cpu_float64 2022-09-27T16:02:21.1521812Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_float64 2022-09-27T16:02:21.1552103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_float64 2022-09-27T16:02:21.1706758Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_float64 2022-09-27T16:02:21.1719970Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_complex128 2022-09-27T16:02:21.1752296Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_float64 2022-09-27T16:02:21.1758346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_complex128 2022-09-27T16:02:21.1812207Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_complex128 2022-09-27T16:02:21.1841538Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_float64 2022-09-27T16:02:21.1869433Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_complex128 2022-09-27T16:02:21.1961334Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_complex128 2022-09-27T16:02:21.1985756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_complex128 2022-09-27T16:02:21.2123689Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_complex128 2022-09-27T16:02:21.2162834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_complex128 2022-09-27T16:02:21.2187944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_float64 2022-09-27T16:02:21.2283784Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_float64 2022-09-27T16:02:21.2319969Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_float64 2022-09-27T16:02:21.2404304Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_float64 2022-09-27T16:02:21.2434213Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_float64 2022-09-27T16:02:21.2604950Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_float64 2022-09-27T16:02:21.2725467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_complex128 2022-09-27T16:02:21.2760471Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nextafter_cpu_float64 2022-09-27T16:02:21.2779866Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nextafter_cpu_float64 2022-09-27T16:02:21.2790240Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_complex128 2022-09-27T16:02:21.2797452Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_complex128 2022-09-27T16:02:21.2842323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_float64 2022-09-27T16:02:21.2871628Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_complex128 2022-09-27T16:02:21.2947260Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_complex128 2022-09-27T16:02:21.3042283Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_float64 2022-09-27T16:02:21.3109370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_float64 2022-09-27T16:02:21.3163218Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_float64 2022-09-27T16:02:21.3203759Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:02:21.3284202Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_complex128 2022-09-27T16:02:21.3313849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_float64 2022-09-27T16:02:21.3523617Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_float64 2022-09-27T16:02:21.3532940Z [gw0] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:02:21.3602635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_complex128 2022-09-27T16:02:21.3743828Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:02:21.3765768Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_complex128 2022-09-27T16:02:21.3770015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_complex128 2022-09-27T16:02:21.3924681Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_complex128 2022-09-27T16:02:21.4013466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_float64 2022-09-27T16:02:21.4047764Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_float64 2022-09-27T16:02:21.4055263Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_complex128 2022-09-27T16:02:21.4164231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_float64 2022-09-27T16:02:21.4203474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_float64 2022-09-27T16:02:21.4219405Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_float64 2022-09-27T16:02:21.4270403Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_float64 2022-09-27T16:02:21.4279346Z [gw0] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:02:21.4363102Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:02:21.4387332Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_complex128 2022-09-27T16:02:21.4483259Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_complex128 2022-09-27T16:02:21.4605767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_complex128 2022-09-27T16:02:21.4649952Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_complex128 2022-09-27T16:02:21.4805831Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_complex128 2022-09-27T16:02:21.4847893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_float64 2022-09-27T16:02:21.4894320Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_float64 2022-09-27T16:02:21.4921881Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_complex128 2022-09-27T16:02:21.4992114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_float64 2022-09-27T16:02:21.5053612Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_float64 2022-09-27T16:02:21.5066265Z [gw0] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:02:21.5083373Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:02:21.5131426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_float64 2022-09-27T16:02:21.5283321Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_float64 2022-09-27T16:02:21.5288420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_complex128 2022-09-27T16:02:21.5401163Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_complex128 2022-09-27T16:02:21.5516584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_complex128 2022-09-27T16:02:21.5529328Z [gw0] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:02:21.5532324Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:02:21.5569206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_complex128 2022-09-27T16:02:21.5725992Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_complex128 2022-09-27T16:02:21.5728250Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_float64 2022-09-27T16:02:21.5945475Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_float64 2022-09-27T16:02:21.5963253Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_complex128 2022-09-27T16:02:21.6006972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_float64 2022-09-27T16:02:21.6016197Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_float64 2022-09-27T16:02:21.6082728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_float64 2022-09-27T16:02:21.6161852Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_float64 2022-09-27T16:02:21.6163095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_complex128 2022-09-27T16:02:21.6444104Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_complex128 2022-09-27T16:02:21.6447800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_complex128 2022-09-27T16:02:21.6477989Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_complex128 2022-09-27T16:02:21.6597069Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_complex128 2022-09-27T16:02:21.6598634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_float64 2022-09-27T16:02:21.6754900Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_float64 2022-09-27T16:02:21.6767381Z [gw0] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:02:21.6877221Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:02:21.6898043Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_complex128 2022-09-27T16:02:21.6901452Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_float64 2022-09-27T16:02:21.6934276Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_float64 2022-09-27T16:02:21.7042563Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_float64 2022-09-27T16:02:21.7043963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummax_cpu_float64 2022-09-27T16:02:21.7071175Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummax_cpu_float64 2022-09-27T16:02:21.7324178Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_float64 2022-09-27T16:02:21.7326690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_complex128 2022-09-27T16:02:21.7366319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_complex128 2022-09-27T16:02:21.7475275Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_complex128 2022-09-27T16:02:21.7482598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummin_cpu_float64 2022-09-27T16:02:21.7731699Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummin_cpu_float64 2022-09-27T16:02:21.7802913Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_complex128 2022-09-27T16:02:21.7803613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_float64 2022-09-27T16:02:21.7853241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_float64 2022-09-27T16:02:21.7904759Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_float64 2022-09-27T16:02:21.7934747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_complex128 2022-09-27T16:02:21.8004939Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_float64 2022-09-27T16:02:21.8013560Z [gw0] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:02:21.8245123Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:02:21.8249118Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_complex128 2022-09-27T16:02:21.8274214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_complex128 2022-09-27T16:02:21.8289812Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_complex128 2022-09-27T16:02:21.8493633Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_complex128 2022-09-27T16:02:21.8505595Z [gw0] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:02:21.8711567Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:02:21.8712334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_float64 2022-09-27T16:02:21.8727203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_float64 2022-09-27T16:02:21.8737403Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_float64 2022-09-27T16:02:21.8824047Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_float64 2022-09-27T16:02:21.8923790Z [gw0] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:02:21.9129359Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:02:21.9135658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_complex128 2022-09-27T16:02:21.9179495Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_complex128 2022-09-27T16:02:21.9186244Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_complex128 2022-09-27T16:02:21.9281123Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_complex128 2022-09-27T16:02:21.9362633Z [gw0] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:02:21.9568457Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:02:21.9571525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_float64 2022-09-27T16:02:21.9609581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_float64 2022-09-27T16:02:21.9624699Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_float64 2022-09-27T16:02:22.0007444Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_float64 2022-09-27T16:02:22.0010173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft2_cpu_float64 2022-09-27T16:02:22.0041199Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amax_cpu_float64 2022-09-27T16:02:22.0061240Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft2_cpu_float64 2022-09-27T16:02:22.0472957Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amax_cpu_float64 2022-09-27T16:02:22.0477037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amin_cpu_float64 2022-09-27T16:02:22.0478907Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft_cpu_float64 2022-09-27T16:02:22.0499832Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amin_cpu_float64 2022-09-27T16:02:22.0803650Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft_cpu_float64 2022-09-27T16:02:22.0811878Z [gw0] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:02:22.0885812Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:02:22.0887503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_aminmax_cpu_float64 2022-09-27T16:02:22.0929190Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfftn_cpu_float64 2022-09-27T16:02:22.0935287Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_aminmax_cpu_float64 2022-09-27T16:02:22.1328728Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfftn_cpu_float64 2022-09-27T16:02:22.1334783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_complex128 2022-09-27T16:02:22.1363072Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_complex128 2022-09-27T16:02:22.1377635Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_complex128 2022-09-27T16:02:22.1796052Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_complex128 2022-09-27T16:02:22.1806342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_float64 2022-09-27T16:02:22.1811024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_float64 2022-09-27T16:02:22.1825881Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_float64 2022-09-27T16:02:22.2234960Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_float64 2022-09-27T16:02:22.2238238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_complex128 2022-09-27T16:02:22.2254671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_complex128 2022-09-27T16:02:22.2268783Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_complex128 2022-09-27T16:02:22.2683691Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_complex128 2022-09-27T16:02:22.2693289Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_float64 2022-09-27T16:02:22.2698611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_float64 2022-09-27T16:02:22.2735048Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_float64 2022-09-27T16:02:22.3125547Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_float64 2022-09-27T16:02:22.3132251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_arange_cpu_float64 2022-09-27T16:02:22.3141398Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_arange_cpu_float64 2022-09-27T16:02:22.3182209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_complex128 2022-09-27T16:02:22.3525171Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_complex128 2022-09-27T16:02:22.3557396Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmax_cpu_float64 2022-09-27T16:02:22.3573387Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmax_cpu_float64 2022-09-27T16:02:22.3622155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_float64 2022-09-27T16:02:22.3965728Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_float64 2022-09-27T16:02:22.4059842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmin_cpu_float64 2022-09-27T16:02:22.4075168Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmin_cpu_float64 2022-09-27T16:02:22.4080959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft2_cpu_float64 2022-09-27T16:02:22.4406417Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft2_cpu_float64 2022-09-27T16:02:22.4437872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argsort_cpu_float64 2022-09-27T16:02:22.4459496Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argsort_cpu_float64 2022-09-27T16:02:22.4500577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft_cpu_float64 2022-09-27T16:02:22.4850191Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft_cpu_float64 2022-09-27T16:02:22.4887097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_complex128 2022-09-27T16:02:22.4938202Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_complex128 2022-09-27T16:02:22.4943005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfftn_cpu_float64 2022-09-27T16:02:22.5285491Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfftn_cpu_float64 2022-09-27T16:02:22.5324846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_float64 2022-09-27T16:02:22.5399220Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_float64 2022-09-27T16:02:22.5712676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_complex128 2022-09-27T16:02:22.5757086Z [gw3] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_complex128 2022-09-27T16:02:22.5759054Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_complex128 2022-09-27T16:02:22.5766675Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_complex128 2022-09-27T16:02:22.5924639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_float64 2022-09-27T16:02:22.6199018Z [gw3] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_float64 2022-09-27T16:02:22.6199942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_float64 2022-09-27T16:02:22.6212670Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_float64 2022-09-27T16:02:22.6257991Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_complex128 2022-09-27T16:02:22.6691021Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_complex128 2022-09-27T16:02:22.6693799Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_complex128 2022-09-27T16:02:22.6699081Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_complex128 2022-09-27T16:02:22.6701888Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_float64 2022-09-27T16:02:22.7088077Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_float64 2022-09-27T16:02:22.7102212Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_float64 2022-09-27T16:02:22.7120904Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_float64 2022-09-27T16:02:22.7168463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_complex128 2022-09-27T16:02:22.7565989Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_complex128 2022-09-27T16:02:22.7569486Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_complex128 2022-09-27T16:02:22.7579642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_float64 2022-09-27T16:02:22.7770015Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_float64 2022-09-27T16:02:22.8009527Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_complex128 2022-09-27T16:02:22.8011489Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_float64 2022-09-27T16:02:22.8016558Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_float64 2022-09-27T16:02:22.8017239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_complex128 2022-09-27T16:02:22.8439764Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_complex128 2022-09-27T16:02:22.8450261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_complex128 2022-09-27T16:02:22.8454163Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_complex128 2022-09-27T16:02:22.8456582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_float64 2022-09-27T16:02:22.8547342Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_float64 2022-09-27T16:02:22.8566753Z [gw0] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:02:22.8860871Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:02:22.8867809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_float64 2022-09-27T16:02:22.8874731Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_float64 2022-09-27T16:02:22.8913259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_complex128 2022-09-27T16:02:22.9294404Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_complex128 2022-09-27T16:02:22.9348235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_float64 2022-09-27T16:02:22.9351527Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan2_cpu_float64 2022-09-27T16:02:22.9568646Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_float64 2022-09-27T16:02:22.9764263Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan2_cpu_float64 2022-09-27T16:02:22.9767497Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_complex128 2022-09-27T16:02:22.9776338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_complex128 2022-09-27T16:02:22.9968499Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_complex128 2022-09-27T16:02:23.0221975Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_complex128 2022-09-27T16:02:23.0226995Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_float64 2022-09-27T16:02:23.0235011Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_float64 2022-09-27T16:02:23.0238751Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_float64 2022-09-27T16:02:23.0565423Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_float64 2022-09-27T16:02:23.0593255Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_complex128 2022-09-27T16:02:23.0638303Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_complex128 2022-09-27T16:02:23.1006297Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_complex128 2022-09-27T16:02:23.1046888Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_float64 2022-09-27T16:02:23.1145299Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_float64 2022-09-27T16:02:23.1153760Z [gw3] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_complex128 2022-09-27T16:02:23.1286973Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_float64 2022-09-27T16:02:23.1444200Z [gw3] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_float64 2022-09-27T16:02:23.1471424Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_complex128 2022-09-27T16:02:23.1563039Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_complex128 2022-09-27T16:02:23.1604897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_cpu_float64 2022-09-27T16:02:23.1885629Z [gw3] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_cpu_float64 2022-09-27T16:02:23.1914884Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_float64 2022-09-27T16:02:23.2004545Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_float64 2022-09-27T16:02:23.2036099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_divide_cpu_float64 2022-09-27T16:02:23.2325519Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_divide_cpu_float64 2022-09-27T16:02:23.2359274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_complex128 2022-09-27T16:02:23.2442571Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_complex128 2022-09-27T16:02:23.2473478Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmax_cpu_float64 2022-09-27T16:02:23.2765677Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmax_cpu_float64 2022-09-27T16:02:23.2798671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_float64 2022-09-27T16:02:23.2883929Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_float64 2022-09-27T16:02:23.2916501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmin_cpu_float64 2022-09-27T16:02:23.3217649Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmin_cpu_float64 2022-09-27T16:02:23.3239652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_complex128 2022-09-27T16:02:23.3323141Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_complex128 2022-09-27T16:02:23.3475200Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmod_cpu_float64 2022-09-27T16:02:23.3644667Z [gw3] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmod_cpu_float64 2022-09-27T16:02:23.3675726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_float64 2022-09-27T16:02:23.3763371Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_float64 2022-09-27T16:02:23.3834967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frac_cpu_float64 2022-09-27T16:02:23.4085877Z [gw3] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frac_cpu_float64 2022-09-27T16:02:23.4238297Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_complex128 2022-09-27T16:02:23.4314296Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frexp_cpu_float64 2022-09-27T16:02:23.4684311Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frexp_cpu_float64 2022-09-27T16:02:23.4691502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_complex128 2022-09-27T16:02:23.5095595Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_complex128 2022-09-27T16:02:23.5146247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_float64 2022-09-27T16:02:23.5537818Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_float64 2022-09-27T16:02:23.5565567Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_complex128 2022-09-27T16:02:23.5750182Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_complex128 2022-09-27T16:02:23.5760118Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_complex128 2022-09-27T16:02:23.5833409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_float64 2022-09-27T16:02:23.5964964Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_float64 2022-09-27T16:02:23.5990418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_float64 2022-09-27T16:02:23.6163788Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_float64 2022-09-27T16:02:23.6190742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bernoulli_cpu_float64 2022-09-27T16:02:23.6403183Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bernoulli_cpu_float64 2022-09-27T16:02:23.6433049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ge_cpu_float64 2022-09-27T16:02:23.6604668Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ge_cpu_float64 2022-09-27T16:02:23.6637049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_complex128 2022-09-27T16:02:23.6846636Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_complex128 2022-09-27T16:02:23.6880703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_complex128 2022-09-27T16:02:23.7065290Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_complex128 2022-09-27T16:02:23.7095202Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_float64 2022-09-27T16:02:23.7285581Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_float64 2022-09-27T16:02:23.7319144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_float64 2022-09-27T16:02:23.7483503Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_float64 2022-09-27T16:02:23.7526018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_complex128 2022-09-27T16:02:23.7723861Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_complex128 2022-09-27T16:02:23.7759610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_complex128 2022-09-27T16:02:23.7926241Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_complex128 2022-09-27T16:02:23.7957365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_float64 2022-09-27T16:02:23.8166629Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_float64 2022-09-27T16:02:23.8202587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_float64 2022-09-27T16:02:23.8364715Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_float64 2022-09-27T16:02:23.8396523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_complex128 2022-09-27T16:02:23.8631275Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_complex128 2022-09-27T16:02:23.8639666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gt_cpu_float64 2022-09-27T16:02:23.8845945Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gt_cpu_float64 2022-09-27T16:02:23.8847552Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_float64 2022-09-27T16:02:23.9043824Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_float64 2022-09-27T16:02:23.9075621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_complex128 2022-09-27T16:02:23.9243105Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_complex128 2022-09-27T16:02:23.9274405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_complex128 2022-09-27T16:02:23.9483353Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_complex128 2022-09-27T16:02:23.9515016Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_float64 2022-09-27T16:02:23.9683928Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_float64 2022-09-27T16:02:23.9717219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_float64 2022-09-27T16:02:23.9924117Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_float64 2022-09-27T16:02:23.9955627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_heaviside_cpu_float64 2022-09-27T16:02:24.0124177Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_heaviside_cpu_float64 2022-09-27T16:02:24.0156297Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_complex128 2022-09-27T16:02:24.0364521Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_complex128 2022-09-27T16:02:24.0396661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histc_cpu_float64 2022-09-27T16:02:24.0563892Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histc_cpu_float64 2022-09-27T16:02:24.0597590Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_float64 2022-09-27T16:02:24.0803950Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_float64 2022-09-27T16:02:24.0844142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogram_cpu_float64 2022-09-27T16:02:24.1002501Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogram_cpu_float64 2022-09-27T16:02:24.1033184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_complex128 2022-09-27T16:02:24.1203848Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_complex128 2022-09-27T16:02:24.1220017Z [gw0] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:02:24.1284471Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:02:24.1300855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogramdd_cpu_float64 2022-09-27T16:02:24.1493846Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogramdd_cpu_float64 2022-09-27T16:02:24.1498795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_float64 2022-09-27T16:02:24.1723069Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_float64 2022-09-27T16:02:24.1727379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_complex128 2022-09-27T16:02:24.1920967Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_complex128 2022-09-27T16:02:24.1928340Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bucketize_cpu_float64 2022-09-27T16:02:24.2164995Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bucketize_cpu_float64 2022-09-27T16:02:24.2169852Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_float64 2022-09-27T16:02:24.2325035Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_float64 2022-09-27T16:02:24.2376631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_complex128 2022-09-27T16:02:24.2603931Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_complex128 2022-09-27T16:02:24.2610805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_complex128 2022-09-27T16:02:24.2815339Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_complex128 2022-09-27T16:02:24.2820832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_float64 2022-09-27T16:02:24.3043024Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_float64 2022-09-27T16:02:24.3046299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_float64 2022-09-27T16:02:24.3216063Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_float64 2022-09-27T16:02:24.3261437Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_complex128 2022-09-27T16:02:24.3478947Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_complex128 2022-09-27T16:02:24.3590984Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hypot_cpu_float64 2022-09-27T16:02:24.3693814Z [gw3] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hypot_cpu_float64 2022-09-27T16:02:24.3698365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_float64 2022-09-27T16:02:24.3883793Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_float64 2022-09-27T16:02:24.3959093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_i0_cpu_float64 2022-09-27T16:02:24.4132940Z [gw3] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_i0_cpu_float64 2022-09-27T16:02:24.4140309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_complex128 2022-09-27T16:02:24.4325048Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_complex128 2022-09-27T16:02:24.4364349Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igamma_cpu_float64 2022-09-27T16:02:24.4577147Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igamma_cpu_float64 2022-09-27T16:02:24.4585173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_float64 2022-09-27T16:02:24.4805904Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_float64 2022-09-27T16:02:24.4814697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igammac_cpu_float64 2022-09-27T16:02:24.5009790Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igammac_cpu_float64 2022-09-27T16:02:24.5018575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cdist_cpu_float64 2022-09-27T16:02:24.5244846Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cdist_cpu_float64 2022-09-27T16:02:24.5253355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_imag_cpu_complex128 2022-09-27T16:02:24.5431269Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_imag_cpu_complex128 2022-09-27T16:02:24.5446273Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_float64 2022-09-27T16:02:24.5720758Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_float64 2022-09-27T16:02:24.5926909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_complex128 2022-09-27T16:02:24.5935880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_complex128 2022-09-27T16:02:24.6377436Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_complex128 2022-09-27T16:02:24.6386483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_float64 2022-09-27T16:02:24.6456268Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_float64 2022-09-27T16:02:24.6473010Z [gw3] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_complex128 2022-09-27T16:02:24.6619196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_float64 2022-09-27T16:02:24.6632594Z [gw0] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:02:24.6682884Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T16:02:24.6808100Z [gw3] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_float64 2022-09-27T16:02:24.6808765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_complex128 2022-09-27T16:02:24.6895467Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_complex128 2022-09-27T16:02:24.6959348Z [gw0] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T16:02:24.7043457Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_complex128 2022-09-27T16:02:24.7175508Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:02:24.7202845Z [gw3] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_complex128 2022-09-27T16:02:24.7237626Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_float64 2022-09-27T16:02:24.7399013Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_float64 2022-09-27T16:02:24.7418929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_float64 2022-09-27T16:02:24.7698474Z [gw3] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_float64 2022-09-27T16:02:24.7703662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_complex128 2022-09-27T16:02:24.7763597Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_complex128 2022-09-27T16:02:24.7978042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_complex128 2022-09-27T16:02:24.8126683Z [gw3] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_complex128 2022-09-27T16:02:24.8128779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_float64 2022-09-27T16:02:24.8203300Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_float64 2022-09-27T16:02:24.8281681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_float64 2022-09-27T16:02:24.8525344Z [gw3] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_float64 2022-09-27T16:02:24.8557562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_complex128 2022-09-27T16:02:24.8642619Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_complex128 2022-09-27T16:02:24.8965769Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_complex128 2022-09-27T16:02:24.9015185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_float64 2022-09-27T16:02:24.9289716Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_float64 2022-09-27T16:02:24.9322809Z [gw3] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_complex128 2022-09-27T16:02:24.9480517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_float64 2022-09-27T16:02:24.9549159Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_complex128 2022-09-27T16:02:24.9640294Z [gw3] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_float64 2022-09-27T16:02:24.9789389Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_complex128 2022-09-27T16:02:24.9924989Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_reduce_cpu_float64 2022-09-27T16:02:24.9927262Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_float64 2022-09-27T16:02:25.0346167Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_float64 2022-09-27T16:02:25.0349702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log1p_cpu_float64 2022-09-27T16:02:25.0801688Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log1p_cpu_float64 2022-09-27T16:02:25.1091714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_complex128 2022-09-27T16:02:25.1162919Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_complex128 2022-09-27T16:02:25.1236122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_float64 2022-09-27T16:02:25.1264758Z [gw3] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_reduce_cpu_float64 2022-09-27T16:02:25.1410233Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_float64 2022-09-27T16:02:25.1442856Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_complex128 2022-09-27T16:02:25.1682018Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_complex128 2022-09-27T16:02:25.1831425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_complex128 2022-09-27T16:02:25.1883650Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_complex128 2022-09-27T16:02:25.1885771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_float64 2022-09-27T16:02:25.2122774Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_float64 2022-09-27T16:02:25.2131236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_float64 2022-09-27T16:02:25.2169708Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_float64 2022-09-27T16:02:25.2189551Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_complex128 2022-09-27T16:02:25.2324156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_float64 2022-09-27T16:02:25.2327906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_complex128 2022-09-27T16:02:25.2485509Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_complex128 2022-09-27T16:02:25.2518628Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_cpu_float64 2022-09-27T16:02:25.2769802Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_cpu_float64 2022-09-27T16:02:25.2772427Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_float64 2022-09-27T16:02:25.2924660Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_float64 2022-09-27T16:02:25.2959205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_complex128 2022-09-27T16:02:25.3203601Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_complex128 2022-09-27T16:02:25.3205489Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_complex128 2022-09-27T16:02:25.3364599Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_complex128 2022-09-27T16:02:25.3410686Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_float64 2022-09-27T16:02:25.3645983Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_float64 2022-09-27T16:02:25.3648108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_float64 2022-09-27T16:02:25.3846203Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_float64 2022-09-27T16:02:25.3847553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp2_cpu_float64 2022-09-27T16:02:25.4087734Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp2_cpu_float64 2022-09-27T16:02:25.4089097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_complex128 2022-09-27T16:02:25.4244694Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_complex128 2022-09-27T16:02:25.4285783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp_cpu_float64 2022-09-27T16:02:25.4485699Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp_cpu_float64 2022-09-27T16:02:25.4517533Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_float64 2022-09-27T16:02:25.4724689Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_float64 2022-09-27T16:02:25.4726577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logcumsumexp_cpu_float64 2022-09-27T16:02:25.4926163Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logcumsumexp_cpu_float64 2022-09-27T16:02:25.4958993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_complex128 2022-09-27T16:02:25.5166223Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_complex128 2022-09-27T16:02:25.5167924Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_complex128 2022-09-27T16:02:25.5366325Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_complex128 2022-09-27T16:02:25.5399997Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_float64 2022-09-27T16:02:25.5607309Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_float64 2022-09-27T16:02:25.5608582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_float64 2022-09-27T16:02:25.5806115Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_float64 2022-09-27T16:02:25.5852760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isin_cpu_float64 2022-09-27T16:02:25.6046182Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isin_cpu_float64 2022-09-27T16:02:25.6047905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_complex128 2022-09-27T16:02:25.6359801Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_complex128 2022-09-27T16:02:25.6361111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_complex128 2022-09-27T16:02:25.6599023Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_complex128 2022-09-27T16:02:25.6679135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_float64 2022-09-27T16:02:25.6998914Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_float64 2022-09-27T16:02:25.7000618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_float64 2022-09-27T16:02:25.7003573Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_float64 2022-09-27T16:02:25.7004766Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_complex128 2022-09-27T16:02:25.7282998Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_complex128 2022-09-27T16:02:25.7284082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_complex128 2022-09-27T16:02:25.7482043Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_complex128 2022-09-27T16:02:25.7483089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_float64 2022-09-27T16:02:25.7686234Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_float64 2022-09-27T16:02:25.7686976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_float64 2022-09-27T16:02:25.7807664Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_float64 2022-09-27T16:02:25.7808488Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_complex128 2022-09-27T16:02:25.8047715Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_complex128 2022-09-27T16:02:25.8050016Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isneginf_cpu_float64 2022-09-27T16:02:25.8151127Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isneginf_cpu_float64 2022-09-27T16:02:25.8168759Z [gw1] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_float64 2022-09-27T16:02:25.8254536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_complex128 2022-09-27T16:02:25.8256590Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_float64 2022-09-27T16:02:25.8471412Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_float64 2022-09-27T16:02:25.8489633Z [gw1] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_complex128 2022-09-27T16:02:25.8491675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isposinf_cpu_float64 2022-09-27T16:02:25.8603997Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isposinf_cpu_float64 2022-09-27T16:02:25.8697439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_float64 2022-09-27T16:02:25.8699057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_complex128 2022-09-27T16:02:25.8734820Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_complex128 2022-09-27T16:02:25.8928347Z [gw1] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_float64 2022-09-27T16:02:25.8930342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_complex128 2022-09-27T16:02:25.9084498Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_complex128 2022-09-27T16:02:25.9139003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:02:25.9148317Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:02:25.9155288Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_float64 2022-09-27T16:02:25.9361801Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_float64 2022-09-27T16:02:25.9369621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_float64 2022-09-27T16:02:25.9483894Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_float64 2022-09-27T16:02:25.9548752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_float64 2022-09-27T16:02:25.9656540Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logit_cpu_float64 2022-09-27T16:02:25.9764372Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_float64 2022-09-27T16:02:25.9804025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_complex128 2022-09-27T16:02:25.9923056Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_complex128 2022-09-27T16:02:26.0006196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_deg2rad_cpu_float64 2022-09-27T16:02:26.0031486Z [gw2] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logit_cpu_float64 2022-09-27T16:02:26.0059238Z [gw1] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_deg2rad_cpu_float64 2022-09-27T16:02:26.0133647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_complex128 2022-09-27T16:02:26.0243020Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_complex128 2022-09-27T16:02:26.0244144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_float64 2022-09-27T16:02:26.0404118Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_float64 2022-09-27T16:02:26.0445456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_complex128 2022-09-27T16:02:26.0484281Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_complex128 2022-09-27T16:02:26.0529474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_float64 2022-09-27T16:02:26.0725373Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_float64 2022-09-27T16:02:26.0727651Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:02:26.0939510Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:02:26.0942961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_float64 2022-09-27T16:02:26.0951873Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_float64 2022-09-27T16:02:26.0965487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logsumexp_cpu_float64 2022-09-27T16:02:26.1218977Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logsumexp_cpu_float64 2022-09-27T16:02:26.1222564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:02:26.1325751Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:02:26.1361681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_complex128 2022-09-27T16:02:26.1378894Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_complex128 2022-09-27T16:02:26.1399883Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_complex128 2022-09-27T16:02:26.1678131Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_complex128 2022-09-27T16:02:26.1688677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:02:26.1764555Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:02:26.1802556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_float64 2022-09-27T16:02:26.1808139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_float64 2022-09-27T16:02:26.1834439Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_float64 2022-09-27T16:02:26.2087306Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_float64 2022-09-27T16:02:26.2126635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:02:26.2203547Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:02:26.2243078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_complex128 2022-09-27T16:02:26.2252292Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_complex128 2022-09-27T16:02:26.2273433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lt_cpu_float64 2022-09-27T16:02:26.2526227Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lt_cpu_float64 2022-09-27T16:02:26.2564102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:02:26.2643413Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:02:26.2681240Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_float64 2022-09-27T16:02:26.2688579Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_float64 2022-09-27T16:02:26.2714913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_complex128 2022-09-27T16:02:26.3006076Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_complex128 2022-09-27T16:02:26.3042845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:02:26.3083551Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:02:26.3121602Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_complex128 2022-09-27T16:02:26.3163278Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_complex128 2022-09-27T16:02:26.3195682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_float64 2022-09-27T16:02:26.3446061Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_float64 2022-09-27T16:02:26.3483056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:02:26.3523796Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:02:26.3561657Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_float64 2022-09-27T16:02:26.3604085Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_float64 2022-09-27T16:02:26.3633770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_complex128 2022-09-27T16:02:26.3885801Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_complex128 2022-09-27T16:02:26.3923833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:02:26.3964334Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:02:26.4003829Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_scatter_cpu_float64 2022-09-27T16:02:26.4043421Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_scatter_cpu_float64 2022-09-27T16:02:26.4073692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_float64 2022-09-27T16:02:26.4326382Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_float64 2022-09-27T16:02:26.4363622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:02:26.4404278Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:02:26.4443963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_complex128 2022-09-27T16:02:26.4483569Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_complex128 2022-09-27T16:02:26.4514288Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_complex128 2022-09-27T16:02:26.4806019Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_complex128 2022-09-27T16:02:26.4848727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:02:26.4851128Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:02:26.4882759Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_float64 2022-09-27T16:02:26.4923129Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_float64 2022-09-27T16:02:26.4956579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_float64 2022-09-27T16:02:26.5287252Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_float64 2022-09-27T16:02:26.5290494Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_digamma_cpu_float64 2022-09-27T16:02:26.5332238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:02:26.5364892Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:02:26.5367796Z [gw1] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_digamma_cpu_float64 2022-09-27T16:02:26.5401793Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_complex128 2022-09-27T16:02:26.5726526Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_complex128 2022-09-27T16:02:26.5757323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_complex128 2022-09-27T16:02:26.5771227Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_complex128 2022-09-27T16:02:26.5804907Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:02:26.5811129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_float64 2022-09-27T16:02:26.5833773Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:02:26.6167071Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_float64 2022-09-27T16:02:26.6199597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_float64 2022-09-27T16:02:26.6208633Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_float64 2022-09-27T16:02:26.6243078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:02:26.6283666Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:02:26.6319565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_complex128 2022-09-27T16:02:26.6606027Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_complex128 2022-09-27T16:02:26.6645214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_floor_rounding_cpu_float64 2022-09-27T16:02:26.6727806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mish_cpu_float64 2022-09-27T16:02:26.6735779Z [gw3] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mish_cpu_float64 2022-09-27T16:02:26.6750160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_float64 2022-09-27T16:02:26.6770196Z [gw1] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_floor_rounding_cpu_float64 2022-09-27T16:02:26.7046062Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_float64 2022-09-27T16:02:26.7085673Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:02:26.7122750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:02:26.7164898Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:02:26.7529088Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_complex128 2022-09-27T16:02:26.7565982Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:02:26.7582155Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:02:26.7601214Z [gw1] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:02:26.7609077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_float64 2022-09-27T16:02:26.7642345Z [gw2] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_complex128 2022-09-27T16:02:26.7780751Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_float64 2022-09-27T16:02:26.7807523Z [gw2] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_float64 2022-09-27T16:02:26.8006489Z [gw1] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_float64 2022-09-27T16:02:26.8010983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_trunc_rounding_cpu_float64 2022-09-27T16:02:26.8041608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:02:26.8084462Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:02:26.8167358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_complex128 2022-09-27T16:02:26.8169104Z [gw1] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_trunc_rounding_cpu_float64 2022-09-27T16:02:26.8177733Z [gw0] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:02:26.8405641Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:02:26.8444201Z [gw2] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_complex128 2022-09-27T16:02:26.8488774Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_complex128 2022-09-27T16:02:26.8493178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:02:26.8499109Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:02:26.8522688Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_complex128 2022-09-27T16:02:26.8627696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_float64 2022-09-27T16:02:26.8921519Z [gw2] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_float64 2022-09-27T16:02:26.8924422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:02:26.8925229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_float64 2022-09-27T16:02:26.8931643Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_float64 2022-09-27T16:02:26.8998388Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:02:26.9002603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_complex128 2022-09-27T16:02:26.9328761Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_complex128 2022-09-27T16:02:26.9330370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_complex128 2022-09-27T16:02:26.9364671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_complex128 2022-09-27T16:02:26.9375066Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_complex128 2022-09-27T16:02:26.9403795Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_complex128 2022-09-27T16:02:26.9436539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_float64 2022-09-27T16:02:26.9767869Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_float64 2022-09-27T16:02:26.9771649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_float64 2022-09-27T16:02:26.9798337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_float64 2022-09-27T16:02:26.9812180Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_float64 2022-09-27T16:02:26.9864389Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_float64 2022-09-27T16:02:26.9875247Z [gw0] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:02:26.9883898Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:02:26.9922053Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_complex128 2022-09-27T16:02:27.0208588Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_complex128 2022-09-27T16:02:27.0211050Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_complex128 2022-09-27T16:02:27.0249285Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:02:27.0254421Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:02:27.0324695Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_complex128 2022-09-27T16:02:27.0361300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_float64 2022-09-27T16:02:27.0647510Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_float64 2022-09-27T16:02:27.0649605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:02:27.0689004Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_float64 2022-09-27T16:02:27.0698048Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:02:27.0765021Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_float64 2022-09-27T16:02:27.0809993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_complex128 2022-09-27T16:02:27.1088562Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_complex128 2022-09-27T16:02:27.1091309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:02:27.1126036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_complex128 2022-09-27T16:02:27.1129307Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:02:27.1204720Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_complex128 2022-09-27T16:02:27.1247130Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_float64 2022-09-27T16:02:27.1527332Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_float64 2022-09-27T16:02:27.1559695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_float64 2022-09-27T16:02:27.1571004Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_float64 2022-09-27T16:02:27.1603837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:02:27.1644029Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:02:27.1688983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_binary_cpu_float64 2022-09-27T16:02:27.1966550Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_binary_cpu_float64 2022-09-27T16:02:27.1998432Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_complex128 2022-09-27T16:02:27.2011383Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_complex128 2022-09-27T16:02:27.2050243Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:02:27.2083819Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:02:27.2123945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_no_dim_cpu_float64 2022-09-27T16:02:27.2406468Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_no_dim_cpu_float64 2022-09-27T16:02:27.2438014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_float64 2022-09-27T16:02:27.2449220Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_float64 2022-09-27T16:02:27.2491353Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:02:27.2523683Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:02:27.2563977Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_with_dim_cpu_float64 2022-09-27T16:02:27.2845330Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_with_dim_cpu_float64 2022-09-27T16:02:27.2879689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_complex128 2022-09-27T16:02:27.2893030Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_complex128 2022-09-27T16:02:27.2927027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:02:27.2963919Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:02:27.3004468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_maximum_cpu_float64 2022-09-27T16:02:27.3285677Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_maximum_cpu_float64 2022-09-27T16:02:27.3315145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_float64 2022-09-27T16:02:27.3330367Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_float64 2022-09-27T16:02:27.3364901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:02:27.3404457Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:02:27.3443579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_complex128 2022-09-27T16:02:27.3725849Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_complex128 2022-09-27T16:02:27.3755712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_complex128 2022-09-27T16:02:27.3768160Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_complex128 2022-09-27T16:02:27.3801165Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:02:27.3844329Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:02:27.3888063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_float64 2022-09-27T16:02:27.4207371Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_float64 2022-09-27T16:02:27.4208388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:02:27.4242207Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_float64 2022-09-27T16:02:27.4251138Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:02:27.4284528Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_float64 2022-09-27T16:02:27.4321719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_median_cpu_float64 2022-09-27T16:02:27.4687050Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_median_cpu_float64 2022-09-27T16:02:27.4688410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pdist_cpu_float64 2022-09-27T16:02:27.4732325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_complex128 2022-09-27T16:02:27.4737163Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pdist_cpu_float64 2022-09-27T16:02:27.4740455Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_complex128 2022-09-27T16:02:27.4763540Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:02:27.5126618Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:02:27.5165223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_float64 2022-09-27T16:02:27.5178045Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_float64 2022-09-27T16:02:27.5183741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:02:27.5217163Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:02:27.5220350Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:02:27.5567312Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:02:27.5604120Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_complex128 2022-09-27T16:02:27.5614283Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:02:27.5620112Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_complex128 2022-09-27T16:02:27.5643908Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:02:27.5657742Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:02:27.6006291Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:02:27.6051765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_float64 2022-09-27T16:02:27.6055728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:02:27.6059927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:02:27.6089335Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_float64 2022-09-27T16:02:27.6093867Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:02:27.6447074Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:02:27.6511894Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erf_cpu_float64 2022-09-27T16:02:27.6527893Z [gw1] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erf_cpu_float64 2022-09-27T16:02:27.6530873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:02:27.6566336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_binary_cpu_float64 2022-09-27T16:02:27.6574301Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_binary_cpu_float64 2022-09-27T16:02:27.6885965Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:02:27.6991903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfc_cpu_float64 2022-09-27T16:02:27.7000271Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:02:27.7008660Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_no_dim_cpu_float64 2022-09-27T16:02:27.7012327Z [gw1] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfc_cpu_float64 2022-09-27T16:02:27.7017784Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:02:27.7326623Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_no_dim_cpu_float64 2022-09-27T16:02:27.7398887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfinv_cpu_float64 2022-09-27T16:02:27.7447387Z [gw1] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfinv_cpu_float64 2022-09-27T16:02:27.7449554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_with_dim_cpu_float64 2022-09-27T16:02:27.7481218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_prelu_cpu_float64 2022-09-27T16:02:27.7490948Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_with_dim_cpu_float64 2022-09-27T16:02:27.7806155Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_prelu_cpu_float64 2022-09-27T16:02:27.7885360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp2_cpu_float64 2022-09-27T16:02:27.7886791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_minimum_cpu_float64 2022-09-27T16:02:27.7923308Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu6_cpu_float64 2022-09-27T16:02:27.7932523Z [gw1] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp2_cpu_float64 2022-09-27T16:02:27.7939381Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu6_cpu_float64 2022-09-27T16:02:27.8247116Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_minimum_cpu_float64 2022-09-27T16:02:27.8365907Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_complex128 2022-09-27T16:02:27.8372235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu_cpu_float64 2022-09-27T16:02:27.8408613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_complex128 2022-09-27T16:02:27.8412983Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_complex128 2022-09-27T16:02:27.8531048Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu_cpu_float64 2022-09-27T16:02:27.8685062Z [gw1] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_complex128 2022-09-27T16:02:27.8780701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_float64 2022-09-27T16:02:27.8805059Z [gw1] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_float64 2022-09-27T16:02:27.8807589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_rrelu_cpu_float64 2022-09-27T16:02:27.8838037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_float64 2022-09-27T16:02:27.9015586Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_float64 2022-09-27T16:02:27.9125898Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_rrelu_cpu_float64 2022-09-27T16:02:27.9164434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_complex128 2022-09-27T16:02:27.9247106Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_complex128 2022-09-27T16:02:27.9248000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_selu_cpu_float64 2022-09-27T16:02:27.9293914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mode_cpu_float64 2022-09-27T16:02:27.9326339Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mode_cpu_float64 2022-09-27T16:02:27.9565805Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_selu_cpu_float64 2022-09-27T16:02:27.9604698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_float64 2022-09-27T16:02:27.9714403Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_float64 2022-09-27T16:02:27.9731132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_complex128 2022-09-27T16:02:27.9734533Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:02:27.9737869Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:02:28.0006846Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_complex128 2022-09-27T16:02:28.0046362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_complex128 2022-09-27T16:02:28.0151472Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_complex128 2022-09-27T16:02:28.0159755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_float64 2022-09-27T16:02:28.0172178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_cpu_float64 2022-09-27T16:02:28.0212539Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_float64 2022-09-27T16:02:28.0446466Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_cpu_float64 2022-09-27T16:02:28.0488138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_float64 2022-09-27T16:02:28.0597462Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_float64 2022-09-27T16:02:28.0598356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:02:28.0601677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_msort_cpu_float64 2022-09-27T16:02:28.0609241Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:02:28.0886435Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_msort_cpu_float64 2022-09-27T16:02:28.0950893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expm1_cpu_float64 2022-09-27T16:02:28.1005952Z [gw1] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expm1_cpu_float64 2022-09-27T16:02:28.1007028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:02:28.1045606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_complex128 2022-09-27T16:02:28.1325165Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:02:28.1355453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_complex128 2022-09-27T16:02:28.1444865Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_complex128 2022-09-27T16:02:28.1475503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_cpu_float64 2022-09-27T16:02:28.1709992Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_cpu_float64 2022-09-27T16:02:28.1724319Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_complex128 2022-09-27T16:02:28.1762980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_float64 2022-09-27T16:02:28.1799986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_float64 2022-09-27T16:02:28.1884683Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_float64 2022-09-27T16:02:28.1902525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:02:28.1918404Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_float64 2022-09-27T16:02:28.2167503Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:02:28.2196423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_multinomial_cpu_float64 2022-09-27T16:02:28.2243726Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_multinomial_cpu_float64 2022-09-27T16:02:28.2274720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_complex128 2022-09-27T16:02:28.2325503Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_complex128 2022-09-27T16:02:28.2361791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:02:28.2607427Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:02:28.2639379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_complex128 2022-09-27T16:02:28.2684464Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_complex128 2022-09-27T16:02:28.2718530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_float64 2022-09-27T16:02:28.2763652Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_float64 2022-09-27T16:02:28.2796872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softplus_cpu_float64 2022-09-27T16:02:28.3047269Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softplus_cpu_float64 2022-09-27T16:02:28.3080718Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_float64 2022-09-27T16:02:28.3124230Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_float64 2022-09-27T16:02:28.3157676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_complex128 2022-09-27T16:02:28.3203803Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_complex128 2022-09-27T16:02:28.3238609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softshrink_cpu_float64 2022-09-27T16:02:28.3486845Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softshrink_cpu_float64 2022-09-27T16:02:28.3606282Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:02:28.3645549Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_float64 2022-09-27T16:02:28.3658270Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_float64 2022-09-27T16:02:28.3687124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_complex128 2022-09-27T16:02:28.3696780Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_complex128 2022-09-27T16:02:28.3925991Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:02:28.4046089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:02:28.4087423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_complex128 2022-09-27T16:02:28.4100827Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_complex128 2022-09-27T16:02:28.4126667Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_float64 2022-09-27T16:02:28.4135768Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:02:28.4365376Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_float64 2022-09-27T16:02:28.4485322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:02:28.4524390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_float64 2022-09-27T16:02:28.4563759Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_float64 2022-09-27T16:02:28.4574408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:02:28.4596092Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:02:28.4807135Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:02:28.4881614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nan_to_num_cpu_float64 2022-09-27T16:02:28.4924521Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nan_to_num_cpu_float64 2022-09-27T16:02:28.4971073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_complex128 2022-09-27T16:02:28.5004586Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_complex128 2022-09-27T16:02:28.5038701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:02:28.5247283Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:02:28.5280410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmean_cpu_float64 2022-09-27T16:02:28.5366123Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmean_cpu_float64 2022-09-27T16:02:28.5407269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_float64 2022-09-27T16:02:28.5444569Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_float64 2022-09-27T16:02:28.5482741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_threshold_cpu_float64 2022-09-27T16:02:28.5686927Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_threshold_cpu_float64 2022-09-27T16:02:28.5722330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmedian_cpu_float64 2022-09-27T16:02:28.5806682Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmedian_cpu_float64 2022-09-27T16:02:28.5843149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_complex128 2022-09-27T16:02:28.5885630Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_complex128 2022-09-27T16:02:28.5925166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:02:28.6127857Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:02:28.6160036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_float64 2022-09-27T16:02:28.6244215Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_float64 2022-09-27T16:02:28.6273383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanquantile_cpu_float64 2022-09-27T16:02:28.6323772Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanquantile_cpu_float64 2022-09-27T16:02:28.6357360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:02:28.6566682Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:02:28.6600380Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pca_lowrank_cpu_float64 2022-09-27T16:02:28.6725646Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pca_lowrank_cpu_float64 2022-09-27T16:02:28.6756344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nansum_cpu_float64 2022-09-27T16:02:28.6804247Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nansum_cpu_float64 2022-09-27T16:02:28.6839544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:02:28.7006433Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:02:28.7041577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_complex128 2022-09-27T16:02:28.7166043Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_complex128 2022-09-27T16:02:28.7196442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_complex128 2022-09-27T16:02:28.7245012Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_complex128 2022-09-27T16:02:28.7279509Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:02:28.7446446Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:02:28.7480816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_float64 2022-09-27T16:02:28.7606273Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_float64 2022-09-27T16:02:28.7638593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_float64 2022-09-27T16:02:28.7684833Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_float64 2022-09-27T16:02:28.7721162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_complex128 2022-09-27T16:02:28.7886345Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_complex128 2022-09-27T16:02:28.7924168Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_complex128 2022-09-27T16:02:28.8046210Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_complex128 2022-09-27T16:02:28.8080343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_complex128 2022-09-27T16:02:28.8124482Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_complex128 2022-09-27T16:02:28.8163150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_float64 2022-09-27T16:02:28.8325742Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_float64 2022-09-27T16:02:28.8359412Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_float64 2022-09-27T16:02:28.8486419Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_float64 2022-09-27T16:02:28.8517733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_float64 2022-09-27T16:02:28.8564843Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_float64 2022-09-27T16:02:28.8601395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:02:28.8767370Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:02:28.8798916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polar_cpu_float64 2022-09-27T16:02:28.8965998Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polar_cpu_float64 2022-09-27T16:02:28.8995549Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_layer_norm_cpu_float64 2022-09-27T16:02:28.9045479Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_layer_norm_cpu_float64 2022-09-27T16:02:28.9080346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:02:28.9205524Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:02:28.9394315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:02:28.9404506Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:02:28.9437739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_complex128 2022-09-27T16:02:28.9484537Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_complex128 2022-09-27T16:02:28.9518089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_complex128 2022-09-27T16:02:28.9646837Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_complex128 2022-09-27T16:02:28.9664721Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:02:28.9886795Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:02:28.9914862Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_float64 2022-09-27T16:02:28.9964927Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_float64 2022-09-27T16:02:28.9998745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_float64 2022-09-27T16:02:29.0085640Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_float64 2022-09-27T16:02:29.0107317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:02:29.0327219Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:02:29.0405556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_complex128 2022-09-27T16:02:29.0440141Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_complex128 2022-09-27T16:02:29.0456186Z [gw1] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_complex128 2022-09-27T16:02:29.0525235Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_complex128 2022-09-27T16:02:29.0544695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:02:29.0807224Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:02:29.0857015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_float64 2022-09-27T16:02:29.0903465Z [gw1] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_float64 2022-09-27T16:02:29.0925816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_float64 2022-09-27T16:02:29.0963913Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_float64 2022-09-27T16:02:29.0990047Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:02:29.1245872Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:02:29.1279408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_complex128 2022-09-27T16:02:29.1325109Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_complex128 2022-09-27T16:02:29.1364338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_complex128 2022-09-27T16:02:29.1404603Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_complex128 2022-09-27T16:02:29.1443183Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_complex128 2022-09-27T16:02:29.1687081Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_complex128 2022-09-27T16:02:29.1728067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_float64 2022-09-27T16:02:29.1765150Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_float64 2022-09-27T16:02:29.1815254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_float64 2022-09-27T16:02:29.1845252Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_float64 2022-09-27T16:02:29.1881797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_float64 2022-09-27T16:02:29.2128199Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_float64 2022-09-27T16:02:29.2158846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_complex128 2022-09-27T16:02:29.2205063Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_complex128 2022-09-27T16:02:29.2247794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_complex128 2022-09-27T16:02:29.2284818Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_complex128 2022-09-27T16:02:29.2336082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_complex128 2022-09-27T16:02:29.2567461Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_complex128 2022-09-27T16:02:29.2599451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_float64 2022-09-27T16:02:29.2645200Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_float64 2022-09-27T16:02:29.2685085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_float64 2022-09-27T16:02:29.2724280Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_float64 2022-09-27T16:02:29.2769701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_float64 2022-09-27T16:02:29.3045774Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_float64 2022-09-27T16:02:29.3078883Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_complex128 2022-09-27T16:02:29.3124638Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_complex128 2022-09-27T16:02:29.3166943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_complex128 2022-09-27T16:02:29.3173417Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_complex128 2022-09-27T16:02:29.3196707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_complex128 2022-09-27T16:02:29.3486957Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_complex128 2022-09-27T16:02:29.3519006Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_float64 2022-09-27T16:02:29.3565661Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_float64 2022-09-27T16:02:29.3597742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_float64 2022-09-27T16:02:29.3613333Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_float64 2022-09-27T16:02:29.3646066Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_float64 2022-09-27T16:02:29.3926282Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_float64 2022-09-27T16:02:29.3959735Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_complex128 2022-09-27T16:02:29.4045464Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_complex128 2022-09-27T16:02:29.4047904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_complex128 2022-09-27T16:02:29.4070855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_cpu_float64 2022-09-27T16:02:29.4405969Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_cpu_float64 2022-09-27T16:02:29.4437886Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_float64 2022-09-27T16:02:29.4485155Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_float64 2022-09-27T16:02:29.4514576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_number_mean_cpu_float64 2022-09-27T16:02:29.4845748Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_number_mean_cpu_float64 2022-09-27T16:02:29.4881558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_complex128 2022-09-27T16:02:29.4924325Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_complex128 2022-09-27T16:02:29.4972073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_complex128 2022-09-27T16:02:29.5286455Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_complex128 2022-09-27T16:02:29.5318177Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_float64 2022-09-27T16:02:29.5364978Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_float64 2022-09-27T16:02:29.5403518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_float64 2022-09-27T16:02:29.5726226Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_float64 2022-09-27T16:02:29.5761033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nextafter_cpu_float64 2022-09-27T16:02:29.5804844Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nextafter_cpu_float64 2022-09-27T16:02:29.5851781Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_complex128 2022-09-27T16:02:29.5854222Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_complex128 2022-09-27T16:02:29.5862818Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_complex128 2022-09-27T16:02:29.6166637Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_float64 2022-09-27T16:02:29.6200222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:02:29.6244768Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:02:29.6284631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_float64 2022-09-27T16:02:29.6294084Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_float64 2022-09-27T16:02:29.6317128Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_float64 2022-09-27T16:02:29.6336610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_complex128 2022-09-27T16:02:29.6607648Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_complex128 2022-09-27T16:02:29.6641506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:02:29.6684981Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:02:29.6722317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_complex128 2022-09-27T16:02:29.6731000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_float64 2022-09-27T16:02:29.6756870Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_complex128 2022-09-27T16:02:29.7046055Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_float64 2022-09-27T16:02:29.7078911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:02:29.7125153Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:02:29.7164088Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_float64 2022-09-27T16:02:29.7172879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_quantile_cpu_float64 2022-09-27T16:02:29.7198069Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_float64 2022-09-27T16:02:29.7486415Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_quantile_cpu_float64 2022-09-27T16:02:29.7517826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:02:29.7606255Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:02:29.7609120Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rad2deg_cpu_float64 2022-09-27T16:02:29.7644265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_complex128 2022-09-27T16:02:29.7682105Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_complex128 2022-09-27T16:02:29.7967255Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rad2deg_cpu_float64 2022-09-27T16:02:29.8002318Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:02:29.8077557Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:02:29.8079040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_complex128 2022-09-27T16:02:29.8081818Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_prod_cpu_float64 2022-09-27T16:02:29.8405404Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_complex128 2022-09-27T16:02:29.8435580Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:02:29.8483375Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:02:29.8515594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_float64 2022-09-27T16:02:29.8845508Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_float64 2022-09-27T16:02:29.8876004Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:02:29.8923659Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:02:29.8937327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randint_like_cpu_float64 2022-09-27T16:02:29.8951662Z [gw3] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_prod_cpu_float64 2022-09-27T16:02:29.8957449Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_sum_cpu_float64 2022-09-27T16:02:29.9285387Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randint_like_cpu_float64 2022-09-27T16:02:29.9322551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:02:29.9363249Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:02:29.9403606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_complex128 2022-09-27T16:02:29.9617568Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_complex128 2022-09-27T16:02:29.9631029Z [gw3] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_sum_cpu_float64 2022-09-27T16:02:29.9670477Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_searchsorted_cpu_float64 2022-09-27T16:02:29.9764524Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_searchsorted_cpu_float64 2022-09-27T16:02:29.9794724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:02:29.9807723Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:02:29.9841579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_float64 2022-09-27T16:02:30.0046943Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_float64 2022-09-27T16:02:30.0077880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_lengths_cpu_float64 2022-09-27T16:02:30.0206974Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_lengths_cpu_float64 2022-09-27T16:02:30.0242855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:02:30.0252330Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:02:30.0284908Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_complex128 2022-09-27T16:02:30.0487385Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_complex128 2022-09-27T16:02:30.0518917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_offsets_cpu_float64 2022-09-27T16:02:30.0646354Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_offsets_cpu_float64 2022-09-27T16:02:30.0678583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_bilinear_cpu_float64 2022-09-27T16:02:30.0692337Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_bilinear_cpu_float64 2022-09-27T16:02:30.0725606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_float64 2022-09-27T16:02:30.0927647Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_float64 2022-09-27T16:02:30.0959268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_complex128 2022-09-27T16:02:30.1086189Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_complex128 2022-09-27T16:02:30.1124006Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:02:30.1135650Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:02:30.1169956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_complex128 2022-09-27T16:02:30.1366071Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_complex128 2022-09-27T16:02:30.1396262Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_float64 2022-09-27T16:02:30.1526153Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_float64 2022-09-27T16:02:30.1557842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:02:30.1595233Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:02:30.1608665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_float64 2022-09-27T16:02:30.1806222Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_float64 2022-09-27T16:02:30.1837908Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_scatter_cpu_float64 2022-09-27T16:02:30.1965225Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_scatter_cpu_float64 2022-09-27T16:02:30.2004436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_celu_cpu_float64 2022-09-27T16:02:30.2040022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_complex128 2022-09-27T16:02:30.2050976Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_complex128 2022-09-27T16:02:30.2245136Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_celu_cpu_float64 2022-09-27T16:02:30.2363427Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_complex128 2022-09-27T16:02:30.2444705Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_complex128 2022-09-27T16:02:30.2473929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_float64 2022-09-27T16:02:30.2509992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:02:30.2522126Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:02:30.2685168Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_float64 2022-09-27T16:02:30.2736903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_float64 2022-09-27T16:02:30.2891171Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_float64 2022-09-27T16:02:30.2891838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_float64 2022-09-27T16:02:30.2916201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_complex128 2022-09-27T16:02:30.3078726Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_float64 2022-09-27T16:02:30.3124054Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_complex128 2022-09-27T16:02:30.3154069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_complex128 2022-09-27T16:02:30.3326872Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_complex128 2022-09-27T16:02:30.3327541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:02:30.3362021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_float64 2022-09-27T16:02:30.3398235Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:02:30.3564554Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_float64 2022-09-27T16:02:30.3593766Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_float64 2022-09-27T16:02:30.3765779Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_float64 2022-09-27T16:02:30.3769479Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_float64 2022-09-27T16:02:30.3793963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_remainder_cpu_float64 2022-09-27T16:02:30.3910212Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_float64 2022-09-27T16:02:30.4002806Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_remainder_cpu_float64 2022-09-27T16:02:30.4189668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_complex128 2022-09-27T16:02:30.4206312Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_complex128 2022-09-27T16:02:30.4208190Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_complex128 2022-09-27T16:02:30.4249811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:02:30.4446477Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:02:30.4540622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_float64 2022-09-27T16:02:30.4583106Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_float64 2022-09-27T16:02:30.4642936Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_complex128 2022-09-27T16:02:30.4649109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_float64 2022-09-27T16:02:30.4683446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:02:30.4758593Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:02:30.4884633Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_float64 2022-09-27T16:02:30.4943934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sign_cpu_float64 2022-09-27T16:02:30.5094532Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sign_cpu_float64 2022-09-27T16:02:30.5096295Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_complex128 2022-09-27T16:02:30.5127436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:02:30.5131564Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:02:30.5325562Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_complex128 2022-09-27T16:02:30.5361969Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_signbit_cpu_float64 2022-09-27T16:02:30.5525752Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_signbit_cpu_float64 2022-09-27T16:02:30.5528868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_float64 2022-09-27T16:02:30.5563657Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:02:30.5572692Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_float64 2022-09-27T16:02:30.5765027Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:02:30.5921963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_complex128 2022-09-27T16:02:30.5965438Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_complex128 2022-09-27T16:02:30.5966927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_complex128 2022-09-27T16:02:30.6002221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:02:30.6010327Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_complex128 2022-09-27T16:02:30.6205682Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:02:30.6268013Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_float64 2022-09-27T16:02:30.6405729Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_float64 2022-09-27T16:02:30.6408095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:02:30.6438502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_float64 2022-09-27T16:02:30.6446742Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_float64 2022-09-27T16:02:30.6645607Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:02:30.6871783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_complex128 2022-09-27T16:02:30.6886191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:02:30.6887564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_complex128 2022-09-27T16:02:30.6890201Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_complex128 2022-09-27T16:02:30.6932969Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:02:30.7083203Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_complex128 2022-09-27T16:02:30.7181615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_float64 2022-09-27T16:02:30.7282865Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_float64 2022-09-27T16:02:30.7316190Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_float64 2022-09-27T16:02:30.7332255Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_float64 2022-09-27T16:02:30.7364468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:02:30.7525000Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:02:30.7681029Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_complex128 2022-09-27T16:02:30.7722334Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_complex128 2022-09-27T16:02:30.7753497Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_complex128 2022-09-27T16:02:30.7767451Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_complex128 2022-09-27T16:02:30.7967417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:02:30.8017317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_float64 2022-09-27T16:02:30.8166252Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_float64 2022-09-27T16:02:30.8197635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_float64 2022-09-27T16:02:30.8317339Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_float64 2022-09-27T16:02:30.8339704Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:02:30.8403974Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:02:30.8440328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_scatter_cpu_float64 2022-09-27T16:02:30.8605580Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_scatter_cpu_float64 2022-09-27T16:02:30.8636562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_complex128 2022-09-27T16:02:30.8846281Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_complex128 2022-09-27T16:02:30.8883388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_cpu_float64 2022-09-27T16:02:30.8939574Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_cpu_float64 2022-09-27T16:02:30.8953424Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:02:30.9043606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout_cpu_float64 2022-09-27T16:02:30.9075137Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_float64 2022-09-27T16:02:30.9284771Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_float64 2022-09-27T16:02:30.9318099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_complex128 2022-09-27T16:02:30.9484731Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_complex128 2022-09-27T16:02:30.9515122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_complex128 2022-09-27T16:02:30.9724472Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_complex128 2022-09-27T16:02:30.9754594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_float64 2022-09-27T16:02:30.9853852Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_float64 2022-09-27T16:02:30.9864865Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout_cpu_float64 2022-09-27T16:02:30.9922228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_elu_cpu_float64 2022-09-27T16:02:30.9959799Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_float64 2022-09-27T16:02:30.9961603Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_elu_cpu_float64 2022-09-27T16:02:31.0165225Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_float64 2022-09-27T16:02:31.0198200Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sort_cpu_float64 2022-09-27T16:02:31.0283518Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sort_cpu_float64 2022-09-27T16:02:31.0315653Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:02:31.0363007Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:02:31.0397024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_complex128 2022-09-27T16:02:31.0606691Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_complex128 2022-09-27T16:02:31.0639603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:02:31.0724779Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:02:31.0757287Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_cpu_float64 2022-09-27T16:02:31.0803123Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_cpu_float64 2022-09-27T16:02:31.0834458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_float64 2022-09-27T16:02:31.1046647Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_float64 2022-09-27T16:02:31.1075525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:02:31.1164694Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:02:31.1246855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:02:31.1289270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_complex128 2022-09-27T16:02:31.1486902Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_complex128 2022-09-27T16:02:31.1532217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_airy_ai_cpu_float64 2022-09-27T16:02:31.1543453Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:02:31.1603436Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_airy_ai_cpu_float64 2022-09-27T16:02:31.1686111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:02:31.1729394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_float64 2022-09-27T16:02:31.1927161Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_float64 2022-09-27T16:02:31.1967005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j0_cpu_float64 2022-09-27T16:02:31.2126350Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j0_cpu_float64 2022-09-27T16:02:31.2163244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_complex128 2022-09-27T16:02:31.2365757Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_complex128 2022-09-27T16:02:31.2404788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j1_cpu_float64 2022-09-27T16:02:31.2565630Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j1_cpu_float64 2022-09-27T16:02:31.2608036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_float64 2022-09-27T16:02:31.2806584Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_float64 2022-09-27T16:02:31.2845815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y0_cpu_float64 2022-09-27T16:02:31.3005418Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y0_cpu_float64 2022-09-27T16:02:31.3044764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_complex128 2022-09-27T16:02:31.3245651Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_complex128 2022-09-27T16:02:31.3283085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y1_cpu_float64 2022-09-27T16:02:31.3446636Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y1_cpu_float64 2022-09-27T16:02:31.3499100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_float64 2022-09-27T16:02:31.3685810Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_float64 2022-09-27T16:02:31.3732575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:31.3886510Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:31.3953774Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_cpu_float64 2022-09-27T16:02:31.4125498Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_cpu_float64 2022-09-27T16:02:31.4168263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:31.4324977Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:31.4425656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_0_cpu_float64 2022-09-27T16:02:31.4515900Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_0_cpu_float64 2022-09-27T16:02:31.4530998Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:02:31.4587699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:02:31.4592937Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:31.4764239Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:31.4788219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_3_cpu_float64 2022-09-27T16:02:31.5005595Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_3_cpu_float64 2022-09-27T16:02:31.5031149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:31.5204537Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:31.5225802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_neg_3_cpu_float64 2022-09-27T16:02:31.5258937Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_neg_3_cpu_float64 2022-09-27T16:02:31.5272632Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:02:31.5307043Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:02:31.5444715Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:02:31.5478234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_entr_cpu_float64 2022-09-27T16:02:31.5646338Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_entr_cpu_float64 2022-09-27T16:02:31.5685533Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_complex128 2022-09-27T16:02:31.5716566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:02:31.5846996Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:02:31.5884698Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_complex128 2022-09-27T16:02:31.5916839Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_erfcx_cpu_float64 2022-09-27T16:02:31.6086023Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_erfcx_cpu_float64 2022-09-27T16:02:31.6125042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_float64 2022-09-27T16:02:31.6165197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:02:31.6176045Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_float64 2022-09-27T16:02:31.6326242Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:02:31.6359548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:02:31.6526299Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:02:31.6555451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_complex128 2022-09-27T16:02:31.6604675Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_complex128 2022-09-27T16:02:31.6605660Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gelu_cpu_float64 2022-09-27T16:02:31.6766443Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gelu_cpu_float64 2022-09-27T16:02:31.6799441Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:02:31.6965521Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:02:31.6999023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_float64 2022-09-27T16:02:31.7011604Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_float64 2022-09-27T16:02:31.7045657Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_glu_cpu_float64 2022-09-27T16:02:31.7206073Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_glu_cpu_float64 2022-09-27T16:02:31.7239139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i0e_cpu_float64 2022-09-27T16:02:31.7404852Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i0e_cpu_float64 2022-09-27T16:02:31.7443476Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_complex128 2022-09-27T16:02:31.7478505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:02:31.7686001Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:02:31.7727312Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1_cpu_float64 2022-09-27T16:02:31.7884656Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1_cpu_float64 2022-09-27T16:02:31.7921417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_group_norm_cpu_float64 2022-09-27T16:02:31.8069445Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_group_norm_cpu_float64 2022-09-27T16:02:31.8078133Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_complex128 2022-09-27T16:02:31.8123733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_float64 2022-09-27T16:02:31.8160891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1e_cpu_float64 2022-09-27T16:02:31.8272007Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1e_cpu_float64 2022-09-27T16:02:31.8324382Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_float64 2022-09-27T16:02:31.8358340Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:02:31.8485587Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:02:31.8565218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_complex128 2022-09-27T16:02:31.8598711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:02:31.8766311Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:02:31.8840612Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:02:31.9006348Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:02:31.9028766Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:02:31.9246157Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:02:31.9274929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardswish_cpu_float64 2022-09-27T16:02:31.9285608Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_complex128 2022-09-27T16:02:31.9295727Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardswish_cpu_float64 2022-09-27T16:02:31.9445993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_float64 2022-09-27T16:02:31.9479255Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_log_ndtr_cpu_float64 2022-09-27T16:02:31.9492684Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_log_ndtr_cpu_float64 2022-09-27T16:02:31.9686250Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_float64 2022-09-27T16:02:31.9722491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:02:31.9733421Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:02:31.9885869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amax_cpu_float64 2022-09-27T16:02:31.9920074Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:02:32.0127229Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:02:32.0163520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:02:32.0227392Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:02:32.0237335Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amax_cpu_float64 2022-09-27T16:02:32.0324348Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amin_cpu_float64 2022-09-27T16:02:32.0354876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:02:32.0565779Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:02:32.0597940Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:02:32.0767533Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:02:32.0774569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:02:32.0783651Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amin_cpu_float64 2022-09-27T16:02:32.0798145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_mean_cpu_float64 2022-09-27T16:02:32.1005431Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:02:32.1034922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:02:32.1205197Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:02:32.1240912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:02:32.1309116Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:02:32.1320379Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_mean_cpu_float64 2022-09-27T16:02:32.1445214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_complex128 2022-09-27T16:02:32.1452642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:02:32.1473248Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_complex128 2022-09-27T16:02:32.1644612Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:02:32.1674124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtr_cpu_float64 2022-09-27T16:02:32.1764158Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtr_cpu_float64 2022-09-27T16:02:32.1814533Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_float64 2022-09-27T16:02:32.1923802Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_float64 2022-09-27T16:02:32.1955233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:02:32.2085506Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:02:32.2118730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtri_cpu_float64 2022-09-27T16:02:32.2205197Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtri_cpu_float64 2022-09-27T16:02:32.2366380Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_complex128 2022-09-27T16:02:32.2402012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:02:32.2414265Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:02:32.2525410Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_complex128 2022-09-27T16:02:32.2555475Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:02:32.2645334Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:02:32.2720102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_float64 2022-09-27T16:02:32.2845566Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_float64 2022-09-27T16:02:32.2883893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:02:32.2965681Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:02:32.2997701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:02:32.3084842Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:02:32.3286259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_complex128 2022-09-27T16:02:32.3323062Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:02:32.3406378Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:02:32.3446308Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:02:32.3493414Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:02:32.3521993Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_complex128 2022-09-27T16:02:32.3643205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_float64 2022-09-27T16:02:32.3765028Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_float64 2022-09-27T16:02:32.3799585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:02:32.3844081Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:02:32.3870731Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:32.3965008Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:32.3995485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_complex128 2022-09-27T16:02:32.4205848Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_complex128 2022-09-27T16:02:32.4239302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_kl_div_cpu_float64 2022-09-27T16:02:32.4284403Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_kl_div_cpu_float64 2022-09-27T16:02:32.4317429Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:32.4404432Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:32.4433223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_float64 2022-09-27T16:02:32.4646644Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_float64 2022-09-27T16:02:32.4680012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:02:32.4723711Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:02:32.4749757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:32.4843870Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:32.4879190Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_complex128 2022-09-27T16:02:32.5086290Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_complex128 2022-09-27T16:02:32.5125026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:02:32.5163728Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:02:32.5190802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:32.5284691Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:32.5317075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_float64 2022-09-27T16:02:32.5525794Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_float64 2022-09-27T16:02:32.5566303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:02:32.5603340Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:02:32.5643125Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:02:32.5724692Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:02:32.5763131Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_complex128 2022-09-27T16:02:32.5966214Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_complex128 2022-09-27T16:02:32.6011659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:02:32.6043586Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:02:32.6083627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_xlog1py_cpu_float64 2022-09-27T16:02:32.6164407Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_xlog1py_cpu_float64 2022-09-27T16:02:32.6194784Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_float64 2022-09-27T16:02:32.6405668Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_float64 2022-09-27T16:02:32.6443984Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_complex128 2022-09-27T16:02:32.6483290Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_complex128 2022-09-27T16:02:32.6521225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_zeta_cpu_float64 2022-09-27T16:02:32.6604113Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_zeta_cpu_float64 2022-09-27T16:02:32.6633324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_complex128 2022-09-27T16:02:32.6845672Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_complex128 2022-09-27T16:02:32.6881829Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_float64 2022-09-27T16:02:32.6924290Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_float64 2022-09-27T16:02:32.6961932Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_complex128 2022-09-27T16:02:32.7043987Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_complex128 2022-09-27T16:02:32.7077162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_float64 2022-09-27T16:02:32.7287136Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_float64 2022-09-27T16:02:32.7327683Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:02:32.7363752Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:02:32.7411099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_float64 2022-09-27T16:02:32.7483809Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_float64 2022-09-27T16:02:32.7726695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_complex128 2022-09-27T16:02:32.7769720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:02:32.7804134Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:02:32.7844315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_complex128 2022-09-27T16:02:32.8143286Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_complex128 2022-09-27T16:02:32.8151095Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_complex128 2022-09-27T16:02:32.8163779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_float64 2022-09-27T16:02:32.8206747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_float64 2022-09-27T16:02:32.8244148Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_float64 2022-09-27T16:02:32.8287279Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_float64 2022-09-27T16:02:32.8318629Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_float64 2022-09-27T16:02:32.8567270Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_float64 2022-09-27T16:02:32.8596230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_complex128 2022-09-27T16:02:32.8610255Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_complex128 2022-09-27T16:02:32.8641506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_complex128 2022-09-27T16:02:32.8684248Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_complex128 2022-09-27T16:02:32.8726168Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_complex128 2022-09-27T16:02:32.9006419Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_complex128 2022-09-27T16:02:32.9033875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_float64 2022-09-27T16:02:32.9056083Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_float64 2022-09-27T16:02:32.9083132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_float64 2022-09-27T16:02:32.9124221Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_float64 2022-09-27T16:02:32.9163011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_float64 2022-09-27T16:02:32.9445642Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_float64 2022-09-27T16:02:32.9486433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_complex128 2022-09-27T16:02:32.9494087Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_complex128 2022-09-27T16:02:32.9521736Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_complex128 2022-09-27T16:02:32.9565157Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_complex128 2022-09-27T16:02:32.9886345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T16:02:32.9917554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_float64 2022-09-27T16:02:32.9928279Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_float64 2022-09-27T16:02:32.9960320Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_float64 2022-09-27T16:02:33.0327004Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_float64 2022-09-27T16:02:33.0364348Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_complex128 2022-09-27T16:02:33.0373241Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_complex128 2022-09-27T16:02:33.0406302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_consecutive_cpu_float64 2022-09-27T16:02:33.0767697Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_consecutive_cpu_float64 2022-09-27T16:02:33.0799705Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_float64 2022-09-27T16:02:33.0843596Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_float64 2022-09-27T16:02:33.0881495Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_cpu_float64 2022-09-27T16:02:33.0885554Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:02:33.0895698Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_cpu_float64 2022-09-27T16:02:33.1205554Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:02:33.1240077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_lowrank_cpu_float64 2022-09-27T16:02:33.1282550Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_lowrank_cpu_float64 2022-09-27T16:02:33.1646240Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_complex128 2022-09-27T16:02:33.1684056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_complex128 2022-09-27T16:02:33.1829477Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_complex128 2022-09-27T16:02:33.1846357Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_complex128 2022-09-27T16:02:33.1990182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_float64 2022-09-27T16:02:33.2084681Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_float64 2022-09-27T16:02:33.2113569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_float64 2022-09-27T16:02:33.2284808Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_float64 2022-09-27T16:02:33.2317755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_complex128 2022-09-27T16:02:33.2525563Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_complex128 2022-09-27T16:02:33.2713997Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_complex128 2022-09-27T16:02:33.2724705Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_complex128 2022-09-27T16:02:33.2758178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_float64 2022-09-27T16:02:33.2964763Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_float64 2022-09-27T16:02:33.3042618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_float64 2022-09-27T16:02:33.3164993Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_float64 2022-09-27T16:02:33.3199316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_complex128 2022-09-27T16:02:33.3405098Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_complex128 2022-09-27T16:02:33.3438501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_complex128 2022-09-27T16:02:33.3604815Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_complex128 2022-09-27T16:02:33.3638310Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_float64 2022-09-27T16:02:33.3846009Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_float64 2022-09-27T16:02:33.3879786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_float64 2022-09-27T16:02:33.4085108Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_float64 2022-09-27T16:02:33.4118961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_complex128 2022-09-27T16:02:33.4285501Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_complex128 2022-09-27T16:02:33.4320378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_complex128 2022-09-27T16:02:33.4565026Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_complex128 2022-09-27T16:02:33.4598750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_float64 2022-09-27T16:02:33.4725118Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_float64 2022-09-27T16:02:33.4762751Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_float64 2022-09-27T16:02:33.5005880Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_float64 2022-09-27T16:02:33.5048495Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_complex_cpu_float64 2022-09-27T16:02:33.5163683Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_complex_cpu_float64 2022-09-27T16:02:33.5289967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_complex128 2022-09-27T16:02:33.5445413Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_complex128 2022-09-27T16:02:33.5480241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_complex128 2022-09-27T16:02:33.5605429Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_complex128 2022-09-27T16:02:33.5665548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_float64 2022-09-27T16:02:33.5886348Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_float64 2022-09-27T16:02:33.5920064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_float64 2022-09-27T16:02:33.6044524Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_float64 2022-09-27T16:02:33.6168660Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_complex128 2022-09-27T16:02:33.6364521Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_complex128 2022-09-27T16:02:33.6405913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_real_cpu_complex128 2022-09-27T16:02:33.6483214Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_real_cpu_complex128 2022-09-27T16:02:33.6540685Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_float64 2022-09-27T16:02:33.6806070Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_float64 2022-09-27T16:02:33.6843555Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_complex128 2022-09-27T16:02:33.6922696Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_complex128 2022-09-27T16:02:33.6958725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_complex128 2022-09-27T16:02:33.7244303Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_complex128 2022-09-27T16:02:33.7281089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_float64 2022-09-27T16:02:33.7364690Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_float64 2022-09-27T16:02:33.7403081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_float64 2022-09-27T16:02:33.7684973Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_float64 2022-09-27T16:02:33.7720346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_complex128 2022-09-27T16:02:33.7806023Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_complex128 2022-09-27T16:02:33.7839185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_complex128 2022-09-27T16:02:33.8166808Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_complex128 2022-09-27T16:02:33.8201720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_float64 2022-09-27T16:02:33.8241992Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_float64 2022-09-27T16:02:33.8275349Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_float64 2022-09-27T16:02:33.8606702Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_float64 2022-09-27T16:02:33.8638867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_complex128 2022-09-27T16:02:33.8653498Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_complex128 2022-09-27T16:02:33.8661256Z [gw0] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:02:33.8682792Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:02:33.8712429Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_complex128 2022-09-27T16:02:33.9046204Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_complex128 2022-09-27T16:02:33.9078401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_float64 2022-09-27T16:02:33.9123228Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_float64 2022-09-27T16:02:33.9154569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_float64 2022-09-27T16:02:33.9525000Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_float64 2022-09-27T16:02:33.9554638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_complex128 2022-09-27T16:02:33.9571808Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_complex128 2022-09-27T16:02:33.9606675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_complex128 2022-09-27T16:02:34.0043407Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_complex128 2022-09-27T16:02:34.0044033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_float64 2022-09-27T16:02:34.0048625Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_float64 2022-09-27T16:02:34.0050308Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_float64 2022-09-27T16:02:34.0446547Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_float64 2022-09-27T16:02:34.0450740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_xlogy_cpu_float64 2022-09-27T16:02:34.0490900Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_complex128 2022-09-27T16:02:34.0603495Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_complex128 2022-09-27T16:02:34.0885344Z [gw1] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_xlogy_cpu_float64 2022-09-27T16:02:34.0887482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_complex128 2022-09-27T16:02:34.0922260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_float64 2022-09-27T16:02:34.1091486Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_float64 2022-09-27T16:02:34.1326025Z [gw1] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_complex128 2022-09-27T16:02:34.1329524Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_float64 2022-09-27T16:02:34.1365820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_topk_cpu_float64 2022-09-27T16:02:34.1411638Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_topk_cpu_float64 2022-09-27T16:02:34.1791589Z [gw1] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_float64 2022-09-27T16:02:34.1797099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_complex128 2022-09-27T16:02:34.1805201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_complex128 2022-09-27T16:02:34.1817078Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_complex128 2022-09-27T16:02:34.2205705Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_complex128 2022-09-27T16:02:34.2209760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_float64 2022-09-27T16:02:34.2250372Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_float64 2022-09-27T16:02:34.2254193Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_float64 2022-09-27T16:02:34.2645003Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_float64 2022-09-27T16:02:34.2649710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_complex128 2022-09-27T16:02:34.2680477Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_complex128 2022-09-27T16:02:34.3107781Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_complex128 2022-09-27T16:02:34.3123227Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_complex128 2022-09-27T16:02:34.3129486Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_float64 2022-09-27T16:02:34.3160373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_float64 2022-09-27T16:02:34.3262454Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_float64 2022-09-27T16:02:34.3565146Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_float64 2022-09-27T16:02:34.3594378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_complex128 2022-09-27T16:02:34.3609328Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_complex128 2022-09-27T16:02:34.4005155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_complex128 2022-09-27T16:02:34.4049265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_float64 2022-09-27T16:02:34.4445194Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_float64 2022-09-27T16:02:34.4479408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_complex128 2022-09-27T16:02:34.4923992Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_complex128 2022-09-27T16:02:34.4957790Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_float64 2022-09-27T16:02:34.5364232Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_float64 2022-09-27T16:02:34.5399178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_complex128 2022-09-27T16:02:34.5804428Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_complex128 2022-09-27T16:02:34.5838946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_float64 2022-09-27T16:02:34.6243659Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_float64 2022-09-27T16:02:34.7293947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_complex128 2022-09-27T16:02:34.7317642Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_complex128 2022-09-27T16:02:34.8270188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_float64 2022-09-27T16:02:34.8294935Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_float64 2022-09-27T16:02:34.8466567Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_complex128 2022-09-27T16:02:34.8485182Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T16:02:34.8529053Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T16:02:34.8969407Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T16:02:34.8976583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_complex128 2022-09-27T16:02:34.9028138Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_complex128 2022-09-27T16:02:34.9039819Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_complex128 2022-09-27T16:02:34.9210495Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_float64 2022-09-27T16:02:34.9410194Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_float64 2022-09-27T16:02:34.9410824Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_float64 2022-09-27T16:02:34.9482052Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_float64 2022-09-27T16:02:34.9847404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_complex128 2022-09-27T16:02:34.9848135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_median_cpu_float64 2022-09-27T16:02:35.0181078Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_median_cpu_float64 2022-09-27T16:02:35.0201270Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_complex128 2022-09-27T16:02:35.0286179Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_float64 2022-09-27T16:02:35.0289915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_norm_cpu_float64 2022-09-27T16:02:35.0369015Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_norm_cpu_float64 2022-09-27T16:02:35.0711093Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_float64 2022-09-27T16:02:35.0711698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trunc_cpu_float64 2022-09-27T16:02:35.0722967Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trunc_cpu_float64 2022-09-27T16:02:35.0725120Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_complex128 2022-09-27T16:02:35.1127459Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_complex128 2022-09-27T16:02:35.1132282Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_complex128 2022-09-27T16:02:35.1172217Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_complex128 2022-09-27T16:02:35.1199580Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_float64 2022-09-27T16:02:35.1527029Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_float64 2022-09-27T16:02:35.1562576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_float64 2022-09-27T16:02:35.1604141Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_float64 2022-09-27T16:02:35.1637990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_complex128 2022-09-27T16:02:35.1966825Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_complex128 2022-09-27T16:02:35.1997338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_complex128 2022-09-27T16:02:35.2084558Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_complex128 2022-09-27T16:02:35.2119476Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_float64 2022-09-27T16:02:35.2405934Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_float64 2022-09-27T16:02:35.2430722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_float64 2022-09-27T16:02:35.2525560Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_float64 2022-09-27T16:02:35.2557220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmax_cpu_float64 2022-09-27T16:02:35.2847011Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmax_cpu_float64 2022-09-27T16:02:35.2966844Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T16:02:35.2999181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmin_cpu_float64 2022-09-27T16:02:35.3407362Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmin_cpu_float64 2022-09-27T16:02:35.3444703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_complex128 2022-09-27T16:02:35.3846902Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_complex128 2022-09-27T16:02:35.3885681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_float64 2022-09-27T16:02:35.4288270Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_float64 2022-09-27T16:02:35.4371827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_complex128 2022-09-27T16:02:35.4728406Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_complex128 2022-09-27T16:02:35.4764551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_float64 2022-09-27T16:02:35.5166981Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_float64 2022-09-27T16:02:35.5204185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_complex128 2022-09-27T16:02:35.5606870Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_complex128 2022-09-27T16:02:35.5644110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_float64 2022-09-27T16:02:35.6046729Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_float64 2022-09-27T16:02:35.6073625Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_complex128 2022-09-27T16:02:35.6487998Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_complex128 2022-09-27T16:02:35.6624270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_float64 2022-09-27T16:02:35.7069592Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_float64 2022-09-27T16:02:35.7851491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_complex128 2022-09-27T16:02:35.7870083Z [gw0] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:02:35.8486803Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:02:35.8588804Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_complex128 2022-09-27T16:02:35.8989899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_float64 2022-09-27T16:02:35.9320183Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_float64 2022-09-27T16:02:35.9325456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_complex128 2022-09-27T16:02:35.9560564Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_complex128 2022-09-27T16:02:35.9566280Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_float64 2022-09-27T16:02:36.0001334Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_float64 2022-09-27T16:02:36.0004905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_complex128 2022-09-27T16:02:36.0023746Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_complex128 2022-09-27T16:02:36.0059215Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_float64 2022-09-27T16:02:36.0524339Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_float64 2022-09-27T16:02:36.0529333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_complex128 2022-09-27T16:02:36.0927174Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_complex128 2022-09-27T16:02:36.0932822Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_float64 2022-09-27T16:02:36.1368146Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_float64 2022-09-27T16:02:36.1373094Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_complex128 2022-09-27T16:02:36.1809095Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_complex128 2022-09-27T16:02:36.1815431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_float64 2022-09-27T16:02:36.2128043Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_float64 2022-09-27T16:02:36.2154873Z [gw0] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:02:36.2246136Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:02:36.2251088Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_complex128 2022-09-27T16:02:36.2656172Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_complex128 2022-09-27T16:02:36.2697855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_float64 2022-09-27T16:02:36.3127510Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_float64 2022-09-27T16:02:36.3131646Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_complex128 2022-09-27T16:02:36.3568271Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_complex128 2022-09-27T16:02:36.3572705Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_float64 2022-09-27T16:02:36.3664871Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_float64 2022-09-27T16:02:36.3677035Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_complex128 2022-09-27T16:02:36.4045835Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_float64 2022-09-27T16:02:36.4051243Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_complex128 2022-09-27T16:02:36.4302196Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_complex128 2022-09-27T16:02:36.4313298Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_float64 2022-09-27T16:02:36.4524690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_complex128 2022-09-27T16:02:36.4530509Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_float64 2022-09-27T16:02:36.4965168Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_float64 2022-09-27T16:02:36.4970872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmod___cpu_float64 2022-09-27T16:02:36.5404960Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmod___cpu_float64 2022-09-27T16:02:36.5410739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_complex128 2022-09-27T16:02:36.5884179Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_complex128 2022-09-27T16:02:36.5890469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_float64 2022-09-27T16:02:36.6299503Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_float64 2022-09-27T16:02:36.6324835Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_complex128 2022-09-27T16:02:36.6705549Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_complex128 2022-09-27T16:02:36.6722425Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:02:36.6792520Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:02:36.6799423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_float64 2022-09-27T16:02:36.7289199Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_float64 2022-09-27T16:02:36.7293806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_complex128 2022-09-27T16:02:36.7726962Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_complex128 2022-09-27T16:02:36.7731202Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_float64 2022-09-27T16:02:36.8178117Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_float64 2022-09-27T16:02:36.8185278Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amax_cpu_float64 2022-09-27T16:02:36.8608406Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amax_cpu_float64 2022-09-27T16:02:36.8613090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amin_cpu_float64 2022-09-27T16:02:36.9058656Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amin_cpu_float64 2022-09-27T16:02:36.9072249Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmax_cpu_float64 2022-09-27T16:02:36.9165253Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmax_cpu_float64 2022-09-27T16:02:36.9203676Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T16:02:36.9277118Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T16:02:36.9495952Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T16:02:36.9508186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmin_cpu_float64 2022-09-27T16:02:36.9684477Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmin_cpu_float64 2022-09-27T16:02:36.9930505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_complex128 2022-09-27T16:02:36.9940275Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T16:02:37.0333601Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T16:02:37.0384189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_float64 2022-09-27T16:02:37.0715394Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_float64 2022-09-27T16:02:37.0740588Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_complex128 2022-09-27T16:02:37.0853566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_float64 2022-09-27T16:02:37.0866962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T16:02:37.0877636Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T16:02:37.0887138Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_complex128 2022-09-27T16:02:37.1148591Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_float64 2022-09-27T16:02:37.1257157Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_float64 2022-09-27T16:02:37.1269041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_float64 2022-09-27T16:02:37.1288875Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_float64 2022-09-27T16:02:37.1324304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_complex128 2022-09-27T16:02:37.1687651Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_complex128 2022-09-27T16:02:37.1698863Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:02:37.1706223Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:02:37.1714140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T16:02:37.1762664Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T16:02:37.1770441Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_float64 2022-09-27T16:02:37.1980907Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_float64 2022-09-27T16:02:37.1995981Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_float64 2022-09-27T16:02:37.2202394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_complex128 2022-09-27T16:02:37.2211109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_cpu_float64 2022-09-27T16:02:37.3495696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan2_cpu_float64 2022-09-27T16:02:37.3510574Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:02:37.4026504Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:02:37.4060478Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan2_cpu_float64 2022-09-27T16:02:37.4492805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_complex128 2022-09-27T16:02:37.4666197Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_cpu_float64 2022-09-27T16:02:37.5527253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_max_cpu_float64 2022-09-27T16:02:37.5573069Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_complex128 2022-09-27T16:02:37.5889561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_float64 2022-09-27T16:02:37.6004824Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_float64 2022-09-27T16:02:37.6038839Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_complex128 2022-09-27T16:02:37.6393159Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_complex128 2022-09-27T16:02:37.6440094Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_max_cpu_float64 2022-09-27T16:02:37.6489566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_min_cpu_float64 2022-09-27T16:02:37.6529336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_float64 2022-09-27T16:02:37.6968153Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_float64 2022-09-27T16:02:37.6969110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_complex128 2022-09-27T16:02:37.7447321Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_complex128 2022-09-27T16:02:37.7450623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_float64 2022-09-27T16:02:37.7496481Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_float64 2022-09-27T16:02:37.7530544Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:02:37.7629433Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:02:37.7661063Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_min_cpu_float64 2022-09-27T16:02:37.7724341Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_complex128 2022-09-27T16:02:37.7876617Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_complex128 2022-09-27T16:02:37.7881185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_complex128 2022-09-27T16:02:37.8128888Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_complex128 2022-09-27T16:02:37.8129456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_float64 2022-09-27T16:02:37.8287399Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_float64 2022-09-27T16:02:37.8328638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_float64 2022-09-27T16:02:37.8607216Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_float64 2022-09-27T16:02:37.8607926Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_complex128 2022-09-27T16:02:37.8769585Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_complex128 2022-09-27T16:02:37.8770970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_complex128 2022-09-27T16:02:37.9088893Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_complex128 2022-09-27T16:02:37.9090051Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_float64 2022-09-27T16:02:37.9205628Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_float64 2022-09-27T16:02:37.9207311Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_float64 2022-09-27T16:02:37.9566358Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_float64 2022-09-27T16:02:37.9571547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_complex128 2022-09-27T16:02:37.9609638Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_complex128 2022-09-27T16:02:38.0006650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_complex128 2022-09-27T16:02:38.0012418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_float64 2022-09-27T16:02:38.0447887Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_float64 2022-09-27T16:02:38.0453421Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_complex_cpu_float64 2022-09-27T16:02:38.0674896Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_complex_cpu_float64 2022-09-27T16:02:38.0686335Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:02:38.0887507Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:02:38.0893106Z [gw0] [ 86%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:02:38.0898128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_complex128 2022-09-27T16:02:38.1084726Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_complex128 2022-09-27T16:02:38.1096752Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_complex128 2022-09-27T16:02:38.1239650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_float64 2022-09-27T16:02:38.1297911Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:02:38.1326006Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_float64 2022-09-27T16:02:38.1755518Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_float64 2022-09-27T16:02:38.2695488Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_complex128 2022-09-27T16:02:38.2759642Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_complex128 2022-09-27T16:02:38.3051543Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_float64 2022-09-27T16:02:38.3163804Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_float64 2022-09-27T16:02:38.3227210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T16:02:38.3556215Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T16:02:38.3625987Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:02:38.3636862Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_float64 2022-09-27T16:02:38.3657010Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:02:38.3663434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T16:02:38.3672047Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T16:02:38.4088809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_complex128 2022-09-27T16:02:38.4096771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_complex128 2022-09-27T16:02:38.4528729Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_complex128 2022-09-27T16:02:38.4536089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_float64 2022-09-27T16:02:38.5002023Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_float64 2022-09-27T16:02:38.5881098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_copysign_cpu_float64 2022-09-27T16:02:38.5919226Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_copysign_cpu_float64 2022-09-27T16:02:38.5983584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_complex128 2022-09-27T16:02:38.6368677Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_complex128 2022-09-27T16:02:38.6375784Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_float64 2022-09-27T16:02:38.6841855Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_float64 2022-09-27T16:02:38.7478093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_complex128 2022-09-27T16:02:38.7509717Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:02:38.8403750Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:02:38.8425434Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_complex128 2022-09-27T16:02:38.8915203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_float64 2022-09-27T16:02:38.8927788Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_float64 2022-09-27T16:02:38.9987537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_complex128 2022-09-27T16:02:38.9999753Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_complex128 2022-09-27T16:02:39.0441328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_float64 2022-09-27T16:02:39.0461632Z [gw1] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_complex128 2022-09-27T16:02:39.0852838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_float64 2022-09-27T16:02:39.0883414Z [gw1] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_float64 2022-09-27T16:02:39.0925824Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_complex128 2022-09-27T16:02:39.0942526Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_float64 2022-09-27T16:02:39.0978972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bernoulli_cpu_float64 2022-09-27T16:02:39.1002664Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_complex128 2022-09-27T16:02:39.1407048Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bernoulli_cpu_float64 2022-09-27T16:02:39.1418395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_float64 2022-09-27T16:02:39.1432632Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_float64 2022-09-27T16:02:39.1471517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_complex128 2022-09-27T16:02:39.1847053Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_complex128 2022-09-27T16:02:39.1897192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_complex128 2022-09-27T16:02:39.1902142Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_complex128 2022-09-27T16:02:39.1904803Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_float64 2022-09-27T16:02:39.2289750Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_float64 2022-09-27T16:02:39.2298067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_float64 2022-09-27T16:02:39.2311966Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_float64 2022-09-27T16:02:39.2334559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_complex128 2022-09-27T16:02:39.2362080Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:02:39.2368635Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_complex128 2022-09-27T16:02:39.2613200Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T16:02:39.2719554Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T16:02:39.2766478Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_complex128 2022-09-27T16:02:39.2771529Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_complex128 2022-09-27T16:02:39.2777739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_float64 2022-09-27T16:02:39.2781893Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_float64 2022-09-27T16:02:39.2818420Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:02:39.2990632Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:02:39.3000845Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_complex128 2022-09-27T16:02:39.3215238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_float64 2022-09-27T16:02:39.3224643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_float64 2022-09-27T16:02:39.3234499Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_float64 2022-09-27T16:02:39.3487203Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:02:39.3487769Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_complex128 2022-09-27T16:02:39.3643555Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_complex128 2022-09-27T16:02:39.3644077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummax_cpu_float64 2022-09-27T16:02:39.3796520Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummax_cpu_float64 2022-09-27T16:02:39.3811401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_float64 2022-09-27T16:02:39.3824351Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:02:39.3852901Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_float64 2022-09-27T16:02:39.4179850Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:02:39.4185743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummin_cpu_float64 2022-09-27T16:02:39.4204751Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummin_cpu_float64 2022-09-27T16:02:39.4248137Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_complex128 2022-09-27T16:02:39.4282936Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_complex128 2022-09-27T16:02:39.4300512Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_float64 2022-09-27T16:02:39.4642621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_complex128 2022-09-27T16:02:39.4708131Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_complex128 2022-09-27T16:02:39.4712302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_float64 2022-09-27T16:02:39.5142718Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_float64 2022-09-27T16:02:39.5152359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T16:02:39.5405727Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T16:02:39.5423301Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:02:39.5581599Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:02:39.5589619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T16:02:39.6020568Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T16:02:39.6030279Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_complex128 2022-09-27T16:02:39.6462497Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_complex128 2022-09-27T16:02:39.6471576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_float64 2022-09-27T16:02:39.6904190Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_float64 2022-09-27T16:02:39.6913655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bucketize_cpu_float64 2022-09-27T16:02:39.7338914Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bucketize_cpu_float64 2022-09-27T16:02:39.7348043Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_complex128 2022-09-27T16:02:39.7780853Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_complex128 2022-09-27T16:02:39.7790854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_float64 2022-09-27T16:02:39.8220313Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_float64 2022-09-27T16:02:39.8229414Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T16:02:39.8661358Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T16:02:39.8670883Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_float64 2022-09-27T16:02:39.8828951Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_float64 2022-09-27T16:02:39.8842604Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_complex128 2022-09-27T16:02:39.9059557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_float64 2022-09-27T16:02:39.9071908Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_float64 2022-09-27T16:02:39.9090708Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_complex128 2022-09-27T16:02:39.9361867Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_complex128 2022-09-27T16:02:39.9539096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T16:02:39.9546644Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_float64 2022-09-27T16:02:39.9983469Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_float64 2022-09-27T16:02:39.9991045Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cdist_cpu_float64 2022-09-27T16:02:40.0401914Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cdist_cpu_float64 2022-09-27T16:02:40.0511587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ceil_cpu_float64 2022-09-27T16:02:40.0843841Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ceil_cpu_float64 2022-09-27T16:02:40.0853647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_complex128 2022-09-27T16:02:40.1295518Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_complex128 2022-09-27T16:02:40.1300447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_float64 2022-09-27T16:02:40.1734704Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_float64 2022-09-27T16:02:40.1746825Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_complex128 2022-09-27T16:02:40.2174872Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_complex128 2022-09-27T16:02:40.2186553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_float64 2022-09-27T16:02:40.2569040Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_float64 2022-09-27T16:02:40.2606246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_complex128 2022-09-27T16:02:40.3008570Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_complex128 2022-09-27T16:02:40.3059158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_float64 2022-09-27T16:02:40.3425089Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_float64 2022-09-27T16:02:40.3443155Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T16:02:40.3448880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T16:02:40.3511388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T16:02:40.3644968Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T16:02:40.3941313Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T16:02:40.3950492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T16:02:40.4040772Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T16:02:40.4378930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_complex128 2022-09-27T16:02:40.4386952Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T16:02:40.4803997Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T16:02:40.4830113Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_float64 2022-09-27T16:02:40.5259974Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_float64 2022-09-27T16:02:40.5267813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_complex128 2022-09-27T16:02:40.5699435Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_complex128 2022-09-27T16:02:40.5707466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_float64 2022-09-27T16:02:40.6180374Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_float64 2022-09-27T16:02:40.6188932Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_complex128 2022-09-27T16:02:40.6625712Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_complex128 2022-09-27T16:02:40.6636037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_float64 2022-09-27T16:02:40.6817566Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_float64 2022-09-27T16:02:40.6850287Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_complex128 2022-09-27T16:02:40.7060859Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_float64 2022-09-27T16:02:40.7072635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T16:02:40.7500170Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T16:02:40.7512360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_float64 2022-09-27T16:02:40.7532909Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_float64 2022-09-27T16:02:40.7564434Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_float64 2022-09-27T16:02:40.7939665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_complex128 2022-09-27T16:02:40.7951965Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T16:02:40.8378955Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T16:02:40.8392249Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_float64 2022-09-27T16:02:40.8821971Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_float64 2022-09-27T16:02:40.8835309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_complex128 2022-09-27T16:02:40.9262474Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_complex128 2022-09-27T16:02:40.9275084Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_float64 2022-09-27T16:02:40.9707223Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_float64 2022-09-27T16:02:40.9720548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T16:02:41.0101926Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T16:02:41.0160425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_float64 2022-09-27T16:02:41.0419054Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_float64 2022-09-27T16:02:41.0427844Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_complex128 2022-09-27T16:02:41.0527936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_float64 2022-09-27T16:02:41.0572647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:02:41.0588462Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:02:41.0598271Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:02:41.0744798Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:02:41.0848145Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_float64 2022-09-27T16:02:41.0881724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_complex128 2022-09-27T16:02:41.1002377Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_complex128 2022-09-27T16:02:41.1029526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T16:02:41.1287565Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T16:02:41.1320337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_float64 2022-09-27T16:02:41.1446019Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_float64 2022-09-27T16:02:41.1452012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T16:02:41.1727553Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T16:02:41.1765552Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_complex128 2022-09-27T16:02:41.1885933Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_complex128 2022-09-27T16:02:41.1892409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft_cpu_float64 2022-09-27T16:02:41.2247476Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft_cpu_float64 2022-09-27T16:02:41.2254189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_float64 2022-09-27T16:02:41.2326226Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_float64 2022-09-27T16:02:41.2331777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T16:02:41.2455868Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T16:02:41.2475032Z [gw0] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:02:41.2689949Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:02:41.2692388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amax_cpu_float64 2022-09-27T16:02:41.2723971Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amax_cpu_float64 2022-09-27T16:02:41.2770595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T16:02:41.3086795Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T16:02:41.3124450Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amin_cpu_float64 2022-09-27T16:02:41.3163707Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amin_cpu_float64 2022-09-27T16:02:41.3202374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_float64 2022-09-27T16:02:41.3525483Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_float64 2022-09-27T16:02:41.3563165Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_aminmax_cpu_float64 2022-09-27T16:02:41.3604025Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_aminmax_cpu_float64 2022-09-27T16:02:41.3642569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_complex128 2022-09-27T16:02:41.3965951Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_complex128 2022-09-27T16:02:41.4004711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_complex128 2022-09-27T16:02:41.4043826Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_complex128 2022-09-27T16:02:41.4084136Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_float64 2022-09-27T16:02:41.4405506Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_float64 2022-09-27T16:02:41.4447251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_float64 2022-09-27T16:02:41.4484371Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_float64 2022-09-27T16:02:41.4523542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T16:02:41.4846242Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T16:02:41.4885389Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_complex128 2022-09-27T16:02:41.4923992Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_complex128 2022-09-27T16:02:41.4956151Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_float64 2022-09-27T16:02:41.5287404Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_float64 2022-09-27T16:02:41.5324912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_float64 2022-09-27T16:02:41.5363135Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_float64 2022-09-27T16:02:41.5397276Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft2_cpu_float64 2022-09-27T16:02:41.5725951Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft2_cpu_float64 2022-09-27T16:02:41.5768074Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_arange_cpu_float64 2022-09-27T16:02:41.5803525Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_arange_cpu_float64 2022-09-27T16:02:41.5889180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft_cpu_float64 2022-09-27T16:02:41.6204043Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft_cpu_float64 2022-09-27T16:02:41.6216862Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmax_cpu_float64 2022-09-27T16:02:41.6285755Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmax_cpu_float64 2022-09-27T16:02:41.6288459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfftn_cpu_float64 2022-09-27T16:02:41.6699130Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfftn_cpu_float64 2022-09-27T16:02:41.6701852Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmin_cpu_float64 2022-09-27T16:02:41.6708277Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmin_cpu_float64 2022-09-27T16:02:41.7171801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_complex128 2022-09-27T16:02:41.7172450Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argsort_cpu_float64 2022-09-27T16:02:41.7611464Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argsort_cpu_float64 2022-09-27T16:02:41.7612134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_complex128 2022-09-27T16:02:41.7993330Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_complex128 2022-09-27T16:02:41.8004943Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_complex128 2022-09-27T16:02:41.8089984Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_float64 2022-09-27T16:02:41.8090601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_float64 2022-09-27T16:02:41.8126948Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_float64 2022-09-27T16:02:41.8303372Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_float64 2022-09-27T16:02:41.8313800Z [gw0] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:02:41.8522342Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:02:41.8523020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_complex128 2022-09-27T16:02:41.8573763Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_complex128 2022-09-27T16:02:41.8574404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_complex128 2022-09-27T16:02:41.9002859Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_complex128 2022-09-27T16:02:41.9054443Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_digamma_cpu_float64 2022-09-27T16:02:41.9055178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_float64 2022-09-27T16:02:41.9126465Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_float64 2022-09-27T16:02:41.9413332Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_digamma_cpu_float64 2022-09-27T16:02:41.9413972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_complex128 2022-09-27T16:02:41.9487860Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_complex128 2022-09-27T16:02:41.9488490Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_complex128 2022-09-27T16:02:41.9853638Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_complex128 2022-09-27T16:02:41.9999569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_float64 2022-09-27T16:02:42.0000310Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_float64 2022-09-27T16:02:42.0001019Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_float64 2022-09-27T16:02:42.0282276Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_float64 2022-09-27T16:02:42.0405762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T16:02:42.0408485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_complex128 2022-09-27T16:02:42.0692386Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_complex128 2022-09-27T16:02:42.0765960Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T16:02:42.0849088Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:02:42.0849717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_float64 2022-09-27T16:02:42.1289779Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_float64 2022-09-27T16:02:42.1290465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_complex128 2022-09-27T16:02:42.1730291Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_complex128 2022-09-27T16:02:42.1730973Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_float64 2022-09-27T16:02:42.2169918Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_float64 2022-09-27T16:02:42.2170586Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_complex128 2022-09-27T16:02:42.2610135Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_complex128 2022-09-27T16:02:42.2610806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_float64 2022-09-27T16:02:42.3044462Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_float64 2022-09-27T16:02:42.6426932Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_complex128 2022-09-27T16:02:42.6512264Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:02:42.6885655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:02:42.6903076Z [gw0] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:02:42.7605732Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:02:42.7606453Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:02:42.8285962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:02:42.8286961Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:02:42.8482991Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_complex128 2022-09-27T16:02:42.8732016Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_complex128 2022-09-27T16:02:42.8732993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_float64 2022-09-27T16:02:42.9173124Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_float64 2022-09-27T16:02:42.9173951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_complex128 2022-09-27T16:02:42.9656907Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_complex128 2022-09-27T16:02:42.9657569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_float64 2022-09-27T16:02:43.0104622Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_float64 2022-09-27T16:02:43.0139897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_complex128 2022-09-27T16:02:43.0572969Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_complex128 2022-09-27T16:02:43.0573640Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_float64 2022-09-27T16:02:43.1009379Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_float64 2022-09-27T16:02:43.1019737Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_complex128 2022-09-27T16:02:43.1426488Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_complex128 2022-09-27T16:02:43.1460688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_float64 2022-09-27T16:02:43.1691177Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_float64 2022-09-27T16:02:43.1715335Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_complex128 2022-09-27T16:02:43.1925587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_float64 2022-09-27T16:02:43.1935282Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_complex128 2022-09-27T16:02:43.2367600Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_complex128 2022-09-27T16:02:43.2377795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_float64 2022-09-27T16:02:43.2625421Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_float64 2022-09-27T16:02:43.2638213Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_float64 2022-09-27T16:02:43.2705696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_cpu_float64 2022-09-27T16:02:43.2808160Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_cpu_float64 2022-09-27T16:02:43.2817171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_complex128 2022-09-27T16:02:43.3089821Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_complex128 2022-09-27T16:02:43.3090487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_divide_cpu_float64 2022-09-27T16:02:43.3217577Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_divide_cpu_float64 2022-09-27T16:02:43.3253415Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_float64 2022-09-27T16:02:43.3527409Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_float64 2022-09-27T16:02:43.3534811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmax_cpu_float64 2022-09-27T16:02:43.3699994Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmax_cpu_float64 2022-09-27T16:02:43.3707633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_complex128 2022-09-27T16:02:43.4007691Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_complex128 2022-09-27T16:02:43.4015189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmin_cpu_float64 2022-09-27T16:02:43.4138264Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmin_cpu_float64 2022-09-27T16:02:43.4146827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_float64 2022-09-27T16:02:43.4483462Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_float64 2022-09-27T16:02:43.4575779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmod_cpu_float64 2022-09-27T16:02:43.4583144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_complex128 2022-09-27T16:02:43.5020845Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_complex128 2022-09-27T16:02:43.5029291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_float64 2022-09-27T16:02:43.5457104Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_float64 2022-09-27T16:02:43.5469490Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmod_cpu_float64 2022-09-27T16:02:43.5478086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frac_cpu_float64 2022-09-27T16:02:43.5487266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_complex128 2022-09-27T16:02:43.5754453Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_complex128 2022-09-27T16:02:43.5885722Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frac_cpu_float64 2022-09-27T16:02:43.5895928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frexp_cpu_float64 2022-09-27T16:02:43.5901583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_float64 2022-09-27T16:02:43.5921355Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_float64 2022-09-27T16:02:43.6363060Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frexp_cpu_float64 2022-09-27T16:02:43.6373439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erf_cpu_float64 2022-09-27T16:02:43.6413362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_complex128 2022-09-27T16:02:43.6428269Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_complex128 2022-09-27T16:02:43.6727530Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erf_cpu_float64 2022-09-27T16:02:43.6878785Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfc_cpu_float64 2022-09-27T16:02:43.6885930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_float64 2022-09-27T16:02:43.6958381Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_float64 2022-09-27T16:02:43.7168330Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfc_cpu_float64 2022-09-27T16:02:43.7286955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfinv_cpu_float64 2022-09-27T16:02:43.7364118Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfinv_cpu_float64 2022-09-27T16:02:43.7368122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isin_cpu_float64 2022-09-27T16:02:43.7654044Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isin_cpu_float64 2022-09-27T16:02:43.7780463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp2_cpu_float64 2022-09-27T16:02:43.7804849Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp2_cpu_float64 2022-09-27T16:02:43.7838952Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_complex128 2022-09-27T16:02:43.8132585Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_complex128 2022-09-27T16:02:43.8327464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_complex128 2022-09-27T16:02:43.8329982Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_float64 2022-09-27T16:02:43.8809576Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_float64 2022-09-27T16:02:43.8810375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_complex128 2022-09-27T16:02:43.9288029Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_complex128 2022-09-27T16:02:43.9288728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_float64 2022-09-27T16:02:43.9446798Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_float64 2022-09-27T16:02:43.9482818Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_complex128 2022-09-27T16:02:43.9668413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_float64 2022-09-27T16:02:43.9726076Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_float64 2022-09-27T16:02:43.9764872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isneginf_cpu_float64 2022-09-27T16:02:43.9886502Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isneginf_cpu_float64 2022-09-27T16:02:43.9920559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_complex128 2022-09-27T16:02:44.0205892Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_complex128 2022-09-27T16:02:44.0246321Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isposinf_cpu_float64 2022-09-27T16:02:44.0324885Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isposinf_cpu_float64 2022-09-27T16:02:44.0360513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_float64 2022-09-27T16:02:44.0645556Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_float64 2022-09-27T16:02:44.0680325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_complex128 2022-09-27T16:02:44.0765175Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_complex128 2022-09-27T16:02:44.0800898Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_complex128 2022-09-27T16:02:44.1086555Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_complex128 2022-09-27T16:02:44.1127134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_float64 2022-09-27T16:02:44.1203839Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_float64 2022-09-27T16:02:44.1241398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_float64 2022-09-27T16:02:44.1525191Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_float64 2022-09-27T16:02:44.1562502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_complex128 2022-09-27T16:02:44.1643527Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_complex128 2022-09-27T16:02:44.1768034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expm1_cpu_float64 2022-09-27T16:02:44.1966793Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expm1_cpu_float64 2022-09-27T16:02:44.2001302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_float64 2022-09-27T16:02:44.2126727Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_float64 2022-09-27T16:02:44.2176918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_complex128 2022-09-27T16:02:44.2446423Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_complex128 2022-09-27T16:02:44.2484882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:02:44.2604980Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:02:44.2643960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_float64 2022-09-27T16:02:44.2925844Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_float64 2022-09-27T16:02:44.2959948Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:02:44.3044414Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:02:44.3081958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_complex128 2022-09-27T16:02:44.3403523Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_complex128 2022-09-27T16:02:44.3420044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:02:44.3524682Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:02:44.3560443Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_float64 2022-09-27T16:02:44.3807242Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_float64 2022-09-27T16:02:44.3840795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:02:44.3966468Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:02:44.3998509Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_complex128 2022-09-27T16:02:44.4245320Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_complex128 2022-09-27T16:02:44.4277283Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T16:02:44.4405118Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T16:02:44.4440192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_float64 2022-09-27T16:02:44.4725914Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_float64 2022-09-27T16:02:44.4762855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_float64 2022-09-27T16:02:44.4885000Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_float64 2022-09-27T16:02:44.4923510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_complex128 2022-09-27T16:02:44.5206329Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_complex128 2022-09-27T16:02:44.5243709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:02:44.5365815Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:02:44.5401886Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_float64 2022-09-27T16:02:44.5646976Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_float64 2022-09-27T16:02:44.5684282Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:02:44.5805628Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:02:44.5837864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T16:02:44.6085641Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T16:02:44.6119587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T16:02:44.6245436Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T16:02:44.6280048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_float64 2022-09-27T16:02:44.6566334Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_float64 2022-09-27T16:02:44.6605155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_float64 2022-09-27T16:02:44.6724570Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_float64 2022-09-27T16:02:44.6759315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T16:02:44.7047276Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T16:02:44.7080463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_complex128 2022-09-27T16:02:44.7204345Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_complex128 2022-09-27T16:02:44.7241765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_float64 2022-09-27T16:02:44.7526334Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_float64 2022-09-27T16:02:44.7557869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_float64 2022-09-27T16:02:44.7645235Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_float64 2022-09-27T16:02:44.7678786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_float64 2022-09-27T16:02:44.7966759Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_float64 2022-09-27T16:02:44.7995974Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kthvalue_cpu_float64 2022-09-27T16:02:44.8083429Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kthvalue_cpu_float64 2022-09-27T16:02:44.8111152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_complex128 2022-09-27T16:02:44.8404318Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_complex128 2022-09-27T16:02:44.8429039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_complex128 2022-09-27T16:02:44.8523919Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_complex128 2022-09-27T16:02:44.8548690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_float64 2022-09-27T16:02:44.8844610Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_float64 2022-09-27T16:02:44.8868856Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_float64 2022-09-27T16:02:44.8963326Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_float64 2022-09-27T16:02:44.8988047Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T16:02:44.9284660Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T16:02:44.9307015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_le_cpu_float64 2022-09-27T16:02:44.9403229Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_le_cpu_float64 2022-09-27T16:02:44.9428069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T16:02:44.9724889Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T16:02:44.9845175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_complex128 2022-09-27T16:02:44.9882380Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_complex128 2022-09-27T16:02:45.0335638Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_complex128 2022-09-27T16:02:45.0338480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_float64 2022-09-27T16:02:45.0766354Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_float64 2022-09-27T16:02:45.0769928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T16:02:45.1213416Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T16:02:45.1217180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_float64 2022-09-27T16:02:45.1638212Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_float64 2022-09-27T16:02:45.1646336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T16:02:45.2090157Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T16:02:45.2094132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T16:02:45.2532085Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T16:02:45.2536238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:02:45.2967422Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:02:45.2971522Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T16:02:45.3408390Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T16:02:45.3412408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T16:02:45.3847323Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T16:02:45.3851299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T16:02:45.4292202Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T16:02:45.4295470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_complex128 2022-09-27T16:02:45.4730684Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_complex128 2022-09-27T16:02:45.4731331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_float64 2022-09-27T16:02:45.5170616Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_float64 2022-09-27T16:02:45.5171299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T16:02:45.5607667Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T16:02:45.5610269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T16:02:45.6047115Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T16:02:45.6052161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:02:45.6539275Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:02:45.6547216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T16:02:45.6972524Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T16:02:45.6980611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:02:45.7457416Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:02:45.7463434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:02:45.7886654Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:02:45.7892750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:02:45.8299309Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:02:45.8344710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T16:02:45.8769023Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T16:02:45.8774649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T16:02:45.9247845Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T16:02:45.9258986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T16:02:45.9699299Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T16:02:45.9709815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:02:45.9760890Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:02:45.9776356Z [gw2] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_complex128 2022-09-27T16:02:46.0139499Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_float64 2022-09-27T16:02:46.0150272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:02:46.0583169Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:02:46.0593545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_complex128 2022-09-27T16:02:46.0697764Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_complex128 2022-09-27T16:02:46.0710371Z [gw2] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_float64 2022-09-27T16:02:46.1016536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lgamma_cpu_float64 2022-09-27T16:02:46.1020903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_float64 2022-09-27T16:02:46.1028000Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_float64 2022-09-27T16:02:46.1125013Z [gw2] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lgamma_cpu_float64 2022-09-27T16:02:46.1163221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T16:02:46.1435133Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T16:02:46.1474629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:02:46.1585072Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:02:46.1612875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T16:02:46.1942917Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T16:02:46.1946202Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:02:46.2047870Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:02:46.2051530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:02:46.2386233Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:02:46.2386953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:02:46.2487301Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:02:46.2489696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:02:46.2771746Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:02:46.2819164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:02:46.2884494Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:02:46.2915969Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_complex128 2022-09-27T16:02:46.3287015Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_complex128 2022-09-27T16:02:46.3290467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:02:46.3365598Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:02:46.3366761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_float64 2022-09-27T16:02:46.3807676Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_float64 2022-09-27T16:02:46.3809751Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:02:46.3813491Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:02:46.3815283Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_complex128 2022-09-27T16:02:46.4239466Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_complex128 2022-09-27T16:02:46.4249180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:02:46.4253371Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:02:46.4254132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:02:46.4648609Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:02:46.4707429Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:02:46.4717911Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:02:46.4726162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:02:46.5128737Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:02:46.5138724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:02:46.5145436Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:02:46.5150469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:02:46.5526237Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:02:46.5556740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:02:46.5613388Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:02:46.5618537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_complex128 2022-09-27T16:02:46.5966573Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_complex128 2022-09-27T16:02:46.5996265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:02:46.6043592Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:02:46.6048744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_float64 2022-09-27T16:02:46.6446823Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_float64 2022-09-27T16:02:46.6452898Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:02:46.6494849Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:02:46.6499897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:02:46.6890222Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:02:46.6896052Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:02:46.6928961Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:02:46.6933583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T16:02:46.7326496Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T16:02:46.7332561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:02:46.7375246Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:02:46.7380228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:02:46.7766388Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:02:46.7772057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:02:46.7844526Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:02:46.7848878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:02:46.8206957Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:02:46.8211419Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:02:46.8249403Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:02:46.8277103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_complex128 2022-09-27T16:02:46.8607091Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_complex128 2022-09-27T16:02:46.8644484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_complex128 2022-09-27T16:02:46.8684151Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_complex128 2022-09-27T16:02:46.8721401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_float64 2022-09-27T16:02:46.9046266Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_float64 2022-09-27T16:02:46.9078047Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_float64 2022-09-27T16:02:46.9123869Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_float64 2022-09-27T16:02:46.9527838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_complex128 2022-09-27T16:02:46.9533560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:02:46.9928315Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:02:46.9964355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:02:47.0167965Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:02:47.0183244Z [gw3] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_complex128 2022-09-27T16:02:47.0358385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_float64 2022-09-27T16:02:47.0370565Z [gw3] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_float64 2022-09-27T16:02:47.0408510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T16:02:47.0606911Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T16:02:47.0703929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log1p_cpu_float64 2022-09-27T16:02:47.0805038Z [gw3] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log1p_cpu_float64 2022-09-27T16:02:47.0843678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_float64 2022-09-27T16:02:47.1045285Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_float64 2022-09-27T16:02:47.1246822Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_complex128 2022-09-27T16:02:47.1292086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:02:47.1685577Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:02:47.1729108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:02:47.1775438Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:02:47.1790043Z [gw3] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_complex128 2022-09-27T16:02:47.1962143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_float64 2022-09-27T16:02:47.2126365Z [gw3] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_float64 2022-09-27T16:02:47.2163604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:02:47.2202837Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:02:47.2606030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_complex128 2022-09-27T16:02:47.2830625Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:02:47.3102482Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:02:47.3112922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_complex128 2022-09-27T16:02:47.3145307Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_complex128 2022-09-27T16:02:47.3220222Z [gw3] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_complex128 2022-09-27T16:02:47.3634513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_float64 2022-09-27T16:02:47.3638275Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_float64 2022-09-27T16:02:47.3644285Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_float64 2022-09-27T16:02:47.3692872Z [gw3] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_float64 2022-09-27T16:02:47.3693610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_cpu_float64 2022-09-27T16:02:47.4046071Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_cpu_float64 2022-09-27T16:02:47.4046957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:02:47.4126503Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:02:47.4129344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:02:47.4487216Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:02:47.4489488Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T16:02:47.4524160Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T16:02:47.4559059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:02:47.4928362Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:02:47.4931704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_complex128 2022-09-27T16:02:47.5005649Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_complex128 2022-09-27T16:02:47.5006516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp2_cpu_float64 2022-09-27T16:02:47.5326623Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp2_cpu_float64 2022-09-27T16:02:47.5359242Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_float64 2022-09-27T16:02:47.5405289Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_float64 2022-09-27T16:02:47.5436328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp_cpu_float64 2022-09-27T16:02:47.5767261Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp_cpu_float64 2022-09-27T16:02:47.5797228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:02:47.5843603Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:02:47.5874609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logcumsumexp_cpu_float64 2022-09-27T16:02:47.6206039Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logcumsumexp_cpu_float64 2022-09-27T16:02:47.6247546Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:02:47.6283638Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:02:47.6321249Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_complex128 2022-09-27T16:02:47.6645934Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_complex128 2022-09-27T16:02:47.6679468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:02:47.6723520Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:02:47.6758617Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_float64 2022-09-27T16:02:47.7085557Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_float64 2022-09-27T16:02:47.7120468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:02:47.7163940Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:02:47.7197719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_complex128 2022-09-27T16:02:47.7527158Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_complex128 2022-09-27T16:02:47.7559292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_complex128 2022-09-27T16:02:47.7603884Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_complex128 2022-09-27T16:02:47.7639439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_float64 2022-09-27T16:02:47.7968357Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_float64 2022-09-27T16:02:47.8000618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_float64 2022-09-27T16:02:47.8045469Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_float64 2022-09-27T16:02:47.8081049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_complex128 2022-09-27T16:02:47.8406708Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_complex128 2022-09-27T16:02:47.8442902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:02:47.8483913Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:02:47.8519173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_float64 2022-09-27T16:02:47.8845737Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_float64 2022-09-27T16:02:47.8877788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T16:02:47.8924059Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T16:02:47.8958040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_complex128 2022-09-27T16:02:47.9286987Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_complex128 2022-09-27T16:02:47.9322105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:02:47.9363764Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:02:47.9404510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_float64 2022-09-27T16:02:47.9724425Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_float64 2022-09-27T16:02:47.9746285Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:02:47.9802785Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:02:47.9830024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_complex128 2022-09-27T16:02:48.0164535Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_complex128 2022-09-27T16:02:48.0190165Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_maximum_cpu_float64 2022-09-27T16:02:48.0243489Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_maximum_cpu_float64 2022-09-27T16:02:48.0266950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_float64 2022-09-27T16:02:48.0603650Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_float64 2022-09-27T16:02:48.0626660Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_complex128 2022-09-27T16:02:48.0682322Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_complex128 2022-09-27T16:02:48.0910568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logit_cpu_float64 2022-09-27T16:02:48.1046356Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logit_cpu_float64 2022-09-27T16:02:48.1076004Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_float64 2022-09-27T16:02:48.1124667Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_float64 2022-09-27T16:02:48.1154000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_complex128 2022-09-27T16:02:48.1487934Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_complex128 2022-09-27T16:02:48.1520541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_median_cpu_float64 2022-09-27T16:02:48.1566939Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_median_cpu_float64 2022-09-27T16:02:48.1595860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_float64 2022-09-27T16:02:48.1967848Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_float64 2022-09-27T16:02:48.2004518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:02:48.2037506Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:02:48.2058526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logsumexp_cpu_float64 2022-09-27T16:02:48.2449064Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logsumexp_cpu_float64 2022-09-27T16:02:48.2450267Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:02:48.2454661Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:02:48.2493267Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_complex128 2022-09-27T16:02:48.2845134Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_complex128 2022-09-27T16:02:48.2879443Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:02:48.2891434Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:02:48.2923231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_float64 2022-09-27T16:02:48.3286765Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_float64 2022-09-27T16:02:48.3317851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:02:48.3336510Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:02:48.3367853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lt_cpu_float64 2022-09-27T16:02:48.3727105Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lt_cpu_float64 2022-09-27T16:02:48.3757908Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_binary_cpu_float64 2022-09-27T16:02:48.3773628Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_binary_cpu_float64 2022-09-27T16:02:48.3805854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_complex128 2022-09-27T16:02:48.4167023Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_complex128 2022-09-27T16:02:48.4203249Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:02:48.4216279Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:02:48.4246589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_float64 2022-09-27T16:02:48.4605852Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_float64 2022-09-27T16:02:48.4641933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:02:48.4652028Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:02:48.4690164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_complex128 2022-09-27T16:02:48.5125865Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_complex128 2022-09-27T16:02:48.5136736Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_float64 2022-09-27T16:02:48.5141159Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_minimum_cpu_float64 2022-09-27T16:02:48.5183012Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_minimum_cpu_float64 2022-09-27T16:02:48.5571373Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_float64 2022-09-27T16:02:48.5577981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_complex128 2022-09-27T16:02:48.5588984Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_complex128 2022-09-27T16:02:48.5624633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_complex128 2022-09-27T16:02:48.6008236Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_complex128 2022-09-27T16:02:48.6016840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_float64 2022-09-27T16:02:48.6027424Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_float64 2022-09-27T16:02:48.6060748Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_float64 2022-09-27T16:02:48.6447548Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_float64 2022-09-27T16:02:48.6454402Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mode_cpu_float64 2022-09-27T16:02:48.6473832Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mode_cpu_float64 2022-09-27T16:02:48.6504985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_complex128 2022-09-27T16:02:48.6857820Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_complex128 2022-09-27T16:02:48.6884271Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_complex128 2022-09-27T16:02:48.6894669Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_complex128 2022-09-27T16:02:48.6938621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_float64 2022-09-27T16:02:48.7286028Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_float64 2022-09-27T16:02:48.7331713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_float64 2022-09-27T16:02:48.7384095Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_float64 2022-09-27T16:02:48.7385906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_complex128 2022-09-27T16:02:48.7808076Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_complex128 2022-09-27T16:02:48.7808815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_msort_cpu_float64 2022-09-27T16:02:48.7822678Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_msort_cpu_float64 2022-09-27T16:02:48.7825418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_float64 2022-09-27T16:02:48.8280843Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_float64 2022-09-27T16:02:48.8281466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_complex128 2022-09-27T16:02:49.1020753Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_complex128 2022-09-27T16:02:49.1044276Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_complex128 2022-09-27T16:02:49.1640758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_float64 2022-09-27T16:02:49.1663917Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_float64 2022-09-27T16:02:49.4015145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_complex128 2022-09-27T16:02:49.4043183Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_complex128 2022-09-27T16:02:49.5205745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_float64 2022-09-27T16:02:49.5224822Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_complex128 2022-09-27T16:02:49.5515027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_float64 2022-09-27T16:02:49.5566404Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_float64 2022-09-27T16:02:49.5653168Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_multinomial_cpu_float64 2022-09-27T16:02:49.5953321Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_multinomial_cpu_float64 2022-09-27T16:02:49.5966696Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_float64 2022-09-27T16:02:49.5998362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_complex128 2022-09-27T16:02:49.6070302Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_complex128 2022-09-27T16:02:49.6079625Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_complex128 2022-09-27T16:02:49.6493736Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_complex128 2022-09-27T16:02:49.6567220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_float64 2022-09-27T16:02:49.6574460Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_float64 2022-09-27T16:02:49.6578167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_float64 2022-09-27T16:02:49.6886087Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_float64 2022-09-27T16:02:49.6895663Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_complex128 2022-09-27T16:02:49.6927533Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_complex128 2022-09-27T16:02:49.7327113Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:02:49.7332946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_float64 2022-09-27T16:02:49.7765563Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_float64 2022-09-27T16:02:49.7771615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_complex128 2022-09-27T16:02:49.8206086Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_complex128 2022-09-27T16:02:49.8213816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_float64 2022-09-27T16:02:49.8453232Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_float64 2022-09-27T16:02:49.8500413Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:02:49.8671008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:02:49.8673178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_binary_cpu_float64 2022-09-27T16:02:49.9096509Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_binary_cpu_float64 2022-09-27T16:02:49.9103032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:02:49.9487448Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:02:49.9540069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:02:49.9641813Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:02:49.9675304Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:02:49.9982131Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:02:49.9993873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:02:50.0421846Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:02:50.0433534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:02:50.0572284Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:02:50.0605571Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:02:50.0839851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nan_to_num_cpu_float64 2022-09-27T16:02:50.0859670Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nan_to_num_cpu_float64 2022-09-27T16:02:50.0869937Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:02:50.1049169Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:02:50.1106575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmean_cpu_float64 2022-09-27T16:02:50.1288194Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmean_cpu_float64 2022-09-27T16:02:50.1300477Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:02:50.1527011Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:02:50.1539891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmedian_cpu_float64 2022-09-27T16:02:50.1733254Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmedian_cpu_float64 2022-09-27T16:02:50.1745570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:02:50.1987138Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:02:50.2000064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanquantile_cpu_float64 2022-09-27T16:02:50.2166220Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanquantile_cpu_float64 2022-09-27T16:02:50.2177224Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:02:50.2421349Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:02:50.2433050Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nansum_cpu_float64 2022-09-27T16:02:50.2606701Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nansum_cpu_float64 2022-09-27T16:02:50.2617858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:02:50.2808835Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:02:50.2838209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_complex128 2022-09-27T16:02:50.3007453Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_complex128 2022-09-27T16:02:50.3045447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:02:50.3246139Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:02:50.3285293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_float64 2022-09-27T16:02:50.3447368Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_float64 2022-09-27T16:02:50.3725150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T16:02:50.3729273Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T16:02:50.3732718Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_complex128 2022-09-27T16:02:50.3936500Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_complex128 2022-09-27T16:02:50.3940526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:02:50.4125291Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:02:50.4163649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_float64 2022-09-27T16:02:50.4324417Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_float64 2022-09-27T16:02:50.4360269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:02:50.4565281Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:02:50.4603462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_native_layer_norm_cpu_float64 2022-09-27T16:02:50.4764733Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_native_layer_norm_cpu_float64 2022-09-27T16:02:50.4804685Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:02:50.5006910Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:02:50.5048504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_complex128 2022-09-27T16:02:50.5204335Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_complex128 2022-09-27T16:02:50.5247172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:02:50.5446362Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:02:50.5486143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_float64 2022-09-27T16:02:50.5644385Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_float64 2022-09-27T16:02:50.5682843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:02:50.5886589Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:02:50.6085112Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_complex128 2022-09-27T16:02:50.6126587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:02:50.6247189Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:02:50.6324355Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_complex128 2022-09-27T16:02:50.6424059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_float64 2022-09-27T16:02:50.6526166Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_float64 2022-09-27T16:02:50.6556846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:02:50.6767907Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:02:50.6805295Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_complex128 2022-09-27T16:02:50.6966133Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_complex128 2022-09-27T16:02:50.6997390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:02:50.7207199Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:02:50.7239915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_float64 2022-09-27T16:02:50.7406288Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_float64 2022-09-27T16:02:50.7451531Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:02:50.7689155Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:02:50.7693017Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T16:02:50.7887196Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T16:02:50.7890768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:02:50.8129299Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:02:50.8133926Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_float64 2022-09-27T16:02:50.8293390Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_float64 2022-09-27T16:02:50.8337218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:02:50.8529069Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:02:50.8558227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_complex128 2022-09-27T16:02:50.8728620Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_complex128 2022-09-27T16:02:50.8756932Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:02:50.8966332Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:02:50.9003275Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_float64 2022-09-27T16:02:50.9166694Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_float64 2022-09-27T16:02:50.9414028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:02:50.9442962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_complex128 2022-09-27T16:02:50.9845761Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_complex128 2022-09-27T16:02:50.9886750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_float64 2022-09-27T16:02:51.0287352Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_float64 2022-09-27T16:02:51.0321990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_complex128 2022-09-27T16:02:51.0727517Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_complex128 2022-09-27T16:02:51.0772507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_float64 2022-09-27T16:02:51.1207612Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_float64 2022-09-27T16:02:51.1209654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nextafter_cpu_float64 2022-09-27T16:02:51.1255615Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nextafter_cpu_float64 2022-09-27T16:02:51.1310708Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:02:51.1647062Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:02:51.1652907Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:02:51.2091625Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:02:51.2097988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:02:51.2529461Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:02:51.2535217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:02:51.2968904Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:02:51.2969859Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:02:51.3407875Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:02:51.3413121Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:02:51.3861647Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:02:51.3862761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:02:51.3969485Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:02:51.3983875Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:02:51.4248372Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:02:51.4286474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:02:51.4688098Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:02:51.4728365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:02:51.5127623Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:02:51.5177088Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:02:51.5566471Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:02:51.5610662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:02:51.6007352Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:02:51.6049112Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:02:51.6332987Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:02:51.6346221Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:02:51.6446234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T16:02:51.6488837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:02:51.6521405Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:02:51.6767342Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T16:02:51.6801471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:02:51.6886339Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:02:51.6926892Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T16:02:51.7287411Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T16:02:51.7289779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:02:51.7324463Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:02:51.7370953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:02:51.7808157Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:02:51.7809742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:02:51.7814594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:02:51.8234781Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:02:51.8245736Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:02:51.8646308Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:02:51.8689714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:02:51.9126769Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:02:51.9134196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:02:51.9445918Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:02:51.9462874Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:02:51.9534506Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:02:51.9572426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:02:52.0008754Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:02:52.0017262Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:02:52.0110782Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:02:52.0140817Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:02:52.0449578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:02:52.0459515Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:02:52.0890329Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:02:52.0904081Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:02:52.0912603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:02:52.0924127Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:02:52.1292633Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T16:02:52.1349641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:02:52.1737456Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:02:52.1786981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:02:52.2210081Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:02:52.2219964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:02:52.2644791Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:02:52.2914507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T16:02:52.3048580Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T16:02:52.3096008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:02:52.3531650Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:02:52.3542041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:02:52.3969996Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:02:52.3979923Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:02:52.4410456Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:02:52.4420294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:02:52.4809624Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:02:52.4853921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:02:52.5290723Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:02:52.5291574Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:02:52.5569693Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:02:52.5587291Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T16:02:52.5623298Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:02:52.5686123Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:02:52.5726700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T16:02:52.6017804Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T16:02:52.6180458Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:02:52.6187208Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:02:52.6618579Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:02:52.6625903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:02:52.7059997Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:02:52.7066983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:02:52.7498613Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:02:52.7505338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:02:52.7943122Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:02:52.7948160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:02:52.8133441Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:02:52.8151644Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:02:52.8379472Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:02:52.8380187Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:02:52.8562972Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:02:52.8594914Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:02:52.8656808Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:02:52.8804651Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:02:52.8818483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:02:52.9058891Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:02:52.9259898Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:02:52.9264770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:02:52.9385290Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:02:52.9444591Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:02:52.9699332Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:02:52.9705570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:02:52.9992248Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:02:53.0026139Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:02:53.0136913Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:02:53.0137593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:02:53.0566751Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:02:53.0584099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:02:53.1006190Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:02:53.1018416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:02:53.1436571Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:02:53.1461519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:02:53.1848445Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:02:53.1890508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:02:53.2103672Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:02:53.2125650Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:02:53.2329052Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:02:53.2334090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:02:53.2776438Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:02:53.2781130Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:02:53.2835761Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:02:53.3006721Z [gw3] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:02:53.3206178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:02:53.3210571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T16:02:53.3661702Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T16:02:53.3665280Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T16:02:53.3688506Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T16:02:53.3701697Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:02:53.4107865Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:02:53.4111763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T16:02:53.4562825Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T16:02:53.5827873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T16:02:53.5889754Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T16:02:53.6178438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T16:02:53.6302312Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T16:02:53.6355986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:02:53.6790401Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:02:53.6876262Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T16:02:53.6915650Z [gw3] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:02:53.6954773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:02:53.6980543Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:02:53.7222269Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T16:02:53.7223026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:02:53.7371681Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:02:53.7373609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:02:53.7662981Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:02:53.7664533Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:02:53.7817836Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:02:53.7820248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:02:53.8048575Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:02:53.8101408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T16:02:53.8249306Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T16:02:53.8252146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:02:53.8538590Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:02:53.8541190Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:02:53.8693913Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:02:53.8696908Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T16:02:53.8849585Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T16:02:53.8860693Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:02:53.8925744Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:02:53.8959801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:02:53.9131128Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:02:53.9131864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:02:53.9406197Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:02:53.9414115Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T16:02:53.9577102Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T16:02:53.9578161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:02:53.9792915Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:02:53.9806279Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:02:53.9856266Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:02:53.9858218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T16:02:53.9964807Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T16:02:53.9995078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:02:54.0245203Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:02:54.0273797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:02:54.0404155Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:02:54.0456303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:02:54.0519488Z [gw3] [ 93%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:02:54.0530865Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:02:54.0687403Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:02:54.0720082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T16:02:54.0846057Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T16:02:54.0879493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:02:54.1062040Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:02:54.1074806Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:02:54.1122229Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:02:54.1150134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:02:54.1283946Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:02:54.1314372Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:02:54.1565346Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:02:54.1592868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:02:54.1648529Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:02:54.1655849Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:02:54.1724754Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:02:54.1766320Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:02:54.2006504Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:02:54.2042903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:02:54.2166129Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:02:54.2213364Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:02:54.2319167Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:02:54.2325762Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:02:54.2445761Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:02:54.2485641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:02:54.2604889Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:02:54.2636689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:02:54.2885190Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:02:54.2919082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:02:54.3044185Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:02:54.3058063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:02:54.3065862Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:02:54.3084582Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:02:54.3327109Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:02:54.3427281Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:02:54.3485680Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:02:54.3523892Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:02:54.3808399Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:02:54.3814463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:02:54.3926253Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:02:54.3962839Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:02:54.4209946Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:02:54.4254200Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T16:02:54.4406385Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T16:02:54.4442812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:02:54.4687175Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:02:54.4692572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T16:02:54.4887062Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T16:02:54.4920747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_complex128 2022-09-27T16:02:54.5065858Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_complex128 2022-09-27T16:02:54.5111392Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:02:54.5118521Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:02:54.5131105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:02:54.5371821Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:02:54.5379750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_float64 2022-09-27T16:02:54.5558947Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_float64 2022-09-27T16:02:54.5571664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:02:54.5796677Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:02:54.5798798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_cpu_float64 2022-09-27T16:02:54.6008082Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_cpu_float64 2022-09-27T16:02:54.6013696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_complex128 2022-09-27T16:02:54.6238697Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_complex128 2022-09-27T16:02:54.6245141Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_number_mean_cpu_float64 2022-09-27T16:02:54.6447394Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_number_mean_cpu_float64 2022-09-27T16:02:54.6454343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_float64 2022-09-27T16:02:54.6688618Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_float64 2022-09-27T16:02:54.6695102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_complex128 2022-09-27T16:02:54.6887585Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_complex128 2022-09-27T16:02:54.6893369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_complex128 2022-09-27T16:02:54.7127820Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_complex128 2022-09-27T16:02:54.7133422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_float64 2022-09-27T16:02:54.7301592Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_float64 2022-09-27T16:02:54.7330957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_float64 2022-09-27T16:02:54.7568782Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_float64 2022-09-27T16:02:54.7574726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_complex128 2022-09-27T16:02:54.7767094Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_complex128 2022-09-27T16:02:54.7774047Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_complex128 2022-09-27T16:02:54.8008489Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_complex128 2022-09-27T16:02:54.8013504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_float64 2022-09-27T16:02:54.8207556Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_float64 2022-09-27T16:02:54.8208226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_float64 2022-09-27T16:02:54.8450624Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_float64 2022-09-27T16:02:54.8455823Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_complex128 2022-09-27T16:02:54.8651873Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_complex128 2022-09-27T16:02:54.8656993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_complex128 2022-09-27T16:02:54.8887544Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_complex128 2022-09-27T16:02:54.8892085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_float64 2022-09-27T16:02:54.9086767Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_float64 2022-09-27T16:02:54.9091244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_float64 2022-09-27T16:02:54.9258159Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_float64 2022-09-27T16:02:54.9270643Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:02:54.9285048Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:02:54.9340720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_complex128 2022-09-27T16:02:54.9527444Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_complex128 2022-09-27T16:02:54.9528692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polar_cpu_float64 2022-09-27T16:02:54.9765208Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polar_cpu_float64 2022-09-27T16:02:54.9768511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_float64 2022-09-27T16:02:55.0041294Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_float64 2022-09-27T16:02:55.0221290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:02:55.0226324Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:02:55.0248790Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pca_lowrank_cpu_float64 2022-09-27T16:02:55.0270983Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pca_lowrank_cpu_float64 2022-09-27T16:02:55.0687047Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:02:55.0687745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_complex128 2022-09-27T16:02:55.0831554Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_complex128 2022-09-27T16:02:55.0841989Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:02:55.0861539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:02:55.1121272Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:02:55.1127491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_float64 2022-09-27T16:02:55.1311384Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_float64 2022-09-27T16:02:55.1312071Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:02:55.1571593Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:02:55.1573102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_complex128 2022-09-27T16:02:55.1747842Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_complex128 2022-09-27T16:02:55.1750317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:02:55.1946989Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:02:55.1965813Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:02:55.2005634Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:02:55.2014645Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_float64 2022-09-27T16:02:55.2166703Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_float64 2022-09-27T16:02:55.2198379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:02:55.2405221Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:02:55.2434921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_quantile_cpu_float64 2022-09-27T16:02:55.2448500Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:02:55.2456829Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_quantile_cpu_float64 2022-09-27T16:02:55.2605662Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:02:55.2636404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_complex128 2022-09-27T16:02:55.2845460Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_complex128 2022-09-27T16:02:55.3047158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rad2deg_cpu_float64 2022-09-27T16:02:55.3087902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_float64 2022-09-27T16:02:55.3237319Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_float64 2022-09-27T16:02:55.3325201Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rad2deg_cpu_float64 2022-09-27T16:02:55.3335954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_complex128 2022-09-27T16:02:55.3529423Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_complex128 2022-09-27T16:02:55.3539181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_complex128 2022-09-27T16:02:55.3768595Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_complex128 2022-09-27T16:02:55.3777441Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_float64 2022-09-27T16:02:55.3967361Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_float64 2022-09-27T16:02:55.3974961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_float64 2022-09-27T16:02:55.4207523Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_float64 2022-09-27T16:02:55.4214113Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randint_like_cpu_float64 2022-09-27T16:02:55.4447462Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randint_like_cpu_float64 2022-09-27T16:02:55.4454386Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_complex128 2022-09-27T16:02:55.4647504Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_complex128 2022-09-27T16:02:55.4654583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_complex128 2022-09-27T16:02:55.4889465Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_complex128 2022-09-27T16:02:55.4897438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_float64 2022-09-27T16:02:55.5090274Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_float64 2022-09-27T16:02:55.5093584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_float64 2022-09-27T16:02:55.5301156Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_float64 2022-09-27T16:02:55.5526486Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_complex128 2022-09-27T16:02:55.5529685Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_complex128 2022-09-27T16:02:55.5967029Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_complex128 2022-09-27T16:02:55.5971778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_float64 2022-09-27T16:02:55.6406352Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_float64 2022-09-27T16:02:55.6410425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_complex128 2022-09-27T16:02:55.6848906Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_complex128 2022-09-27T16:02:55.6852962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_float64 2022-09-27T16:02:55.7287860Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_float64 2022-09-27T16:02:55.7291386Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_complex128 2022-09-27T16:02:55.7727592Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_complex128 2022-09-27T16:02:55.7729369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_float64 2022-09-27T16:02:55.8178341Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_float64 2022-09-27T16:02:55.9786775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_complex128 2022-09-27T16:02:55.9813325Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_complex128 2022-09-27T16:02:56.0172695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_float64 2022-09-27T16:02:56.0243965Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_float64 2022-09-27T16:02:56.0278197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_float64 2022-09-27T16:02:56.0765873Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_float64 2022-09-27T16:02:56.0770957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_complex128 2022-09-27T16:02:56.1207036Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_complex128 2022-09-27T16:02:56.1215398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_float64 2022-09-27T16:02:56.1647270Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_float64 2022-09-27T16:02:56.1656779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_complex128 2022-09-27T16:02:56.2087890Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_complex128 2022-09-27T16:02:56.2101253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_float64 2022-09-27T16:02:56.2527280Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_float64 2022-09-27T16:02:56.2536692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_complex128 2022-09-27T16:02:56.2943609Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_complex128 2022-09-27T16:02:56.2972251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_float64 2022-09-27T16:02:56.3407353Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_float64 2022-09-27T16:02:56.3418210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_complex128 2022-09-27T16:02:56.3846892Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_complex128 2022-09-27T16:02:56.3856152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_float64 2022-09-27T16:02:56.4288741Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_float64 2022-09-27T16:02:56.4478339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_cpu_float64 2022-09-27T16:02:56.4762128Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_cpu_float64 2022-09-27T16:02:56.4808810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_0_cpu_float64 2022-09-27T16:02:56.5127395Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_0_cpu_float64 2022-09-27T16:02:56.5145260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_3_cpu_float64 2022-09-27T16:02:56.5597534Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_3_cpu_float64 2022-09-27T16:02:56.5607746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:02:56.6083123Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:02:56.7506518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_complex128 2022-09-27T16:02:56.7531053Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_complex128 2022-09-27T16:02:56.7889555Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_float64 2022-09-27T16:02:56.7947844Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_float64 2022-09-27T16:02:56.7965962Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_complex128 2022-09-27T16:02:56.7976766Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_float64 2022-09-27T16:02:56.8000869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_complex128 2022-09-27T16:02:56.8449010Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_complex128 2022-09-27T16:02:56.8462440Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_float64 2022-09-27T16:02:56.8923085Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_float64 2022-09-27T16:02:57.0686560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_complex128 2022-09-27T16:02:57.0704009Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_float64 2022-09-27T16:02:57.0741494Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_complex128 2022-09-27T16:02:57.0882831Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_complex128 2022-09-27T16:02:57.0895819Z [gw0] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:02:57.1180959Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T16:02:57.1192329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_float64 2022-09-27T16:02:57.1643975Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_float64 2022-09-27T16:02:57.3054685Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_remainder_cpu_float64 2022-09-27T16:02:57.3162436Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_remainder_cpu_float64 2022-09-27T16:02:57.3260015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_complex128 2022-09-27T16:02:57.3275709Z [gw0] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T16:02:57.4928911Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:02:57.4972579Z [gw0] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:02:57.5324722Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:02:57.5352617Z [gw0] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:02:57.5445720Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_complex128 2022-09-27T16:02:57.5470753Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:02:57.7050270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_float64 2022-09-27T16:02:57.7081735Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_float64 2022-09-27T16:02:57.8491430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_complex128 2022-09-27T16:02:57.8514259Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_complex128 2022-09-27T16:02:57.9464709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_float64 2022-09-27T16:02:57.9493565Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_float64 2022-09-27T16:02:57.9534971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_complex128 2022-09-27T16:02:57.9967142Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_complex128 2022-09-27T16:02:57.9973286Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_float64 2022-09-27T16:02:58.0408687Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_float64 2022-09-27T16:02:58.0417573Z [gw0] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:02:58.0423167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T16:02:58.0432109Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T16:02:58.0855594Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:02:58.0862805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_float64 2022-09-27T16:02:58.1247856Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_float64 2022-09-27T16:02:58.1287954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_complex128 2022-09-27T16:02:58.1726901Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_complex128 2022-09-27T16:02:58.1735993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_float64 2022-09-27T16:02:58.2152116Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_float64 2022-09-27T16:02:58.2166704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_complex128 2022-09-27T16:02:58.2646140Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_complex128 2022-09-27T16:02:58.2654598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_float64 2022-09-27T16:02:58.3086662Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_float64 2022-09-27T16:02:58.3129078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_complex128 2022-09-27T16:02:58.3159903Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_complex128 2022-09-27T16:02:58.3186718Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_complex128 2022-09-27T16:02:58.3566725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_float64 2022-09-27T16:02:58.3576936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_float64 2022-09-27T16:02:58.3995713Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_float64 2022-09-27T16:02:58.4028591Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_float64 2022-09-27T16:02:58.4036043Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:02:58.4045198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_complex128 2022-09-27T16:02:58.4531523Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_complex128 2022-09-27T16:02:58.4692497Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_float64 2022-09-27T16:02:58.4926128Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_float64 2022-09-27T16:02:58.4999960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sign_cpu_float64 2022-09-27T16:02:58.5406652Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sign_cpu_float64 2022-09-27T16:02:58.5418012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_signbit_cpu_float64 2022-09-27T16:02:58.5883702Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_signbit_cpu_float64 2022-09-27T16:02:58.6588070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_complex128 2022-09-27T16:02:58.6612368Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_complex128 2022-09-27T16:02:58.6816995Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_float64 2022-09-27T16:02:58.7239086Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_float64 2022-09-27T16:02:58.7240678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_complex128 2022-09-27T16:02:58.7266641Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:02:58.9000865Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:02:58.9037808Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_complex128 2022-09-27T16:02:58.9357853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_float64 2022-09-27T16:02:58.9522578Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_float64 2022-09-27T16:02:59.0330195Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_complex128 2022-09-27T16:02:59.0353846Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_complex128 2022-09-27T16:02:59.0514474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_float64 2022-09-27T16:02:59.0808010Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_float64 2022-09-27T16:02:59.0814678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_scatter_cpu_float64 2022-09-27T16:02:59.1248305Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_scatter_cpu_float64 2022-09-27T16:02:59.1254061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_cpu_float64 2022-09-27T16:02:59.1409640Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_cpu_float64 2022-09-27T16:02:59.1431722Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:02:59.1687798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:02:59.1693133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:02:59.2127078Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:02:59.2132371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:02:59.2579537Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:02:59.2586048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sort_cpu_float64 2022-09-27T16:02:59.3016341Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sort_cpu_float64 2022-09-27T16:02:59.3023962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:02:59.3445149Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:02:59.3468160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:02:59.3839581Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:02:59.3867842Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:02:59.3873119Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:02:59.3900658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_airy_ai_cpu_float64 2022-09-27T16:02:59.4335348Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_airy_ai_cpu_float64 2022-09-27T16:02:59.4338704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T16:02:59.4777207Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T16:02:59.4778101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T16:02:59.5213463Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T16:02:59.5219531Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T16:02:59.5659576Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T16:02:59.5668323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T16:02:59.6093343Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T16:02:59.6100733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:59.6527814Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:59.6534389Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:59.7001732Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:59.7008102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:59.7444847Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:59.7451314Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:59.7897492Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:59.7903957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_entr_cpu_float64 2022-09-27T16:02:59.8335409Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_entr_cpu_float64 2022-09-27T16:02:59.8341967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_erfcx_cpu_float64 2022-09-27T16:02:59.8810902Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_erfcx_cpu_float64 2022-09-27T16:02:59.8816151Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:02:59.9247979Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:02:59.9254582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:02:59.9696643Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:02:59.9703923Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i0e_cpu_float64 2022-09-27T16:03:00.0136318Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i0e_cpu_float64 2022-09-27T16:03:00.0143861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1_cpu_float64 2022-09-27T16:03:00.0364187Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1_cpu_float64 2022-09-27T16:03:00.0383842Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:03:00.0575691Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:03:00.0579095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1e_cpu_float64 2022-09-27T16:03:00.1018087Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1e_cpu_float64 2022-09-27T16:03:00.1022835Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:03:00.1448929Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:03:00.1454973Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:03:00.1901799Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:03:00.1911270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T16:03:00.2378679Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T16:03:00.2388083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:03:00.2636156Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:03:00.2662381Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:03:00.2704329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_searchsorted_cpu_float64 2022-09-27T16:03:00.2799703Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_searchsorted_cpu_float64 2022-09-27T16:03:00.2808624Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:03:00.3157447Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:03:00.3166476Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:03:00.3217234Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:03:00.3254986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:03:00.3673740Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:03:00.3684023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:03:00.3694383Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:03:00.3724241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:03:00.4087723Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:03:00.4097087Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_complex128 2022-09-27T16:03:00.4136019Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_complex128 2022-09-27T16:03:00.4144374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtr_cpu_float64 2022-09-27T16:03:00.4488024Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtr_cpu_float64 2022-09-27T16:03:00.4527799Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_float64 2022-09-27T16:03:00.4565030Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_float64 2022-09-27T16:03:00.4602747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtri_cpu_float64 2022-09-27T16:03:00.4927432Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtri_cpu_float64 2022-09-27T16:03:00.4956393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_scatter_cpu_float64 2022-09-27T16:03:00.5044727Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_scatter_cpu_float64 2022-09-27T16:03:00.5086563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:03:00.5366676Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:03:00.5528765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_complex128 2022-09-27T16:03:00.5619570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:03:00.5882562Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:03:00.5897788Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_complex128 2022-09-27T16:03:00.5965851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_float64 2022-09-27T16:03:00.5972766Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:03:00.6003774Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_float64 2022-09-27T16:03:00.6366183Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:03:00.6373310Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_complex128 2022-09-27T16:03:00.6445030Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_complex128 2022-09-27T16:03:00.6465850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:03:00.6806437Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:03:00.6813530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_float64 2022-09-27T16:03:00.6916374Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_float64 2022-09-27T16:03:00.6923405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:03:00.7321941Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:03:00.7366654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_complex128 2022-09-27T16:03:00.7373410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:03:00.7797486Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:03:00.7804667Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:03:00.8246076Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:03:00.8252403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_float64 2022-09-27T16:03:00.8556178Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_float64 2022-09-27T16:03:00.8582536Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_complex128 2022-09-27T16:03:00.8640290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:03:00.8730203Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:03:00.9045987Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_complex128 2022-09-27T16:03:00.9054697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_xlog1py_cpu_float64 2022-09-27T16:03:00.9288300Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_xlog1py_cpu_float64 2022-09-27T16:03:00.9332058Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_complex128 2022-09-27T16:03:00.9531905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_float64 2022-09-27T16:03:00.9532691Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_zeta_cpu_float64 2022-09-27T16:03:00.9568434Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_zeta_cpu_float64 2022-09-27T16:03:00.9841857Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_float64 2022-09-27T16:03:01.0009307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_complex128 2022-09-27T16:03:01.0010096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_complex128 2022-09-27T16:03:01.0540661Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_complex128 2022-09-27T16:03:01.0541337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_float64 2022-09-27T16:03:01.0730419Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_float64 2022-09-27T16:03:01.0731258Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_complex128 2022-09-27T16:03:01.0868861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_float64 2022-09-27T16:03:01.0883996Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_float64 2022-09-27T16:03:01.0930415Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_complex128 2022-09-27T16:03:01.1086377Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_complex128 2022-09-27T16:03:01.1357878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_complex128 2022-09-27T16:03:01.1377268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_float64 2022-09-27T16:03:01.1820887Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_float64 2022-09-27T16:03:01.1821804Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T16:03:01.2304215Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T16:03:01.2305195Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_float64 2022-09-27T16:03:01.2730009Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_float64 2022-09-27T16:03:01.2831768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_complex128 2022-09-27T16:03:01.3008154Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_complex128 2022-09-27T16:03:01.3601139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_float64 2022-09-27T16:03:01.3769278Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_float64 2022-09-27T16:03:01.3805068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_complex128 2022-09-27T16:03:01.4250971Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_complex128 2022-09-27T16:03:01.4261449Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_float64 2022-09-27T16:03:01.4729796Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_float64 2022-09-27T16:03:01.4740807Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_complex128 2022-09-27T16:03:01.5168097Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_complex128 2022-09-27T16:03:01.5176789Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_float64 2022-09-27T16:03:01.5609257Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_float64 2022-09-27T16:03:01.5619209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_complex128 2022-09-27T16:03:01.6054538Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_complex128 2022-09-27T16:03:01.6060433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_float64 2022-09-27T16:03:01.6488395Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_float64 2022-09-27T16:03:01.6495588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_complex128 2022-09-27T16:03:01.6932586Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_complex128 2022-09-27T16:03:01.6933834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_float64 2022-09-27T16:03:01.7099350Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_float64 2022-09-27T16:03:01.7116760Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_complex128 2022-09-27T16:03:01.7411313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_float64 2022-09-27T16:03:01.7412032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_complex128 2022-09-27T16:03:01.7850511Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_complex128 2022-09-27T16:03:01.7851178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_float64 2022-09-27T16:03:01.7884666Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_float64 2022-09-27T16:03:01.7905423Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_float64 2022-09-27T16:03:01.7941478Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_complex128 2022-09-27T16:03:01.8290224Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_complex128 2022-09-27T16:03:01.8290876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_lowrank_cpu_float64 2022-09-27T16:03:01.8409341Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_lowrank_cpu_float64 2022-09-27T16:03:01.8410116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_float64 2022-09-27T16:03:01.8770281Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_float64 2022-09-27T16:03:01.8770927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_complex128 2022-09-27T16:03:01.8849426Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_complex128 2022-09-27T16:03:01.8850114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_complex128 2022-09-27T16:03:01.9209894Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_complex128 2022-09-27T16:03:01.9210589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_float64 2022-09-27T16:03:01.9298631Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_float64 2022-09-27T16:03:01.9613840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_complex128 2022-09-27T16:03:02.0266637Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_complex128 2022-09-27T16:03:02.0325198Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_complex128 2022-09-27T16:03:02.0546465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_float64 2022-09-27T16:03:02.0767672Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_float64 2022-09-27T16:03:02.1051135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_complex128 2022-09-27T16:03:02.1078803Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_complex128 2022-09-27T16:03:02.1522775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_float64 2022-09-27T16:03:02.1724627Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_float64 2022-09-27T16:03:02.1725481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_complex128 2022-09-27T16:03:02.2087050Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_complex128 2022-09-27T16:03:02.2087849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_float64 2022-09-27T16:03:02.2493757Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_float64 2022-09-27T16:03:02.2494414Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_complex128 2022-09-27T16:03:02.2495196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_complex128 2022-09-27T16:03:02.2535071Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_complex128 2022-09-27T16:03:02.2811061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_float64 2022-09-27T16:03:02.2928307Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_float64 2022-09-27T16:03:02.2929266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_float64 2022-09-27T16:03:02.2964809Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_float64 2022-09-27T16:03:02.2995237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_complex128 2022-09-27T16:03:02.3366572Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_complex128 2022-09-27T16:03:02.3372692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_complex128 2022-09-27T16:03:02.3445287Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_complex128 2022-09-27T16:03:02.3449629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_float64 2022-09-27T16:03:02.3847024Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_float64 2022-09-27T16:03:02.3852870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_float64 2022-09-27T16:03:02.3901343Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_float64 2022-09-27T16:03:02.3905206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_complex128 2022-09-27T16:03:02.4290826Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_complex128 2022-09-27T16:03:02.4295448Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_complex128 2022-09-27T16:03:02.4325900Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_complex128 2022-09-27T16:03:02.4329770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_float64 2022-09-27T16:03:02.4728091Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_float64 2022-09-27T16:03:02.4732527Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_float64 2022-09-27T16:03:02.4809781Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_float64 2022-09-27T16:03:02.4813092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_complex128 2022-09-27T16:03:02.5206834Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_complex128 2022-09-27T16:03:02.5210467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_topk_cpu_float64 2022-09-27T16:03:02.5242497Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_topk_cpu_float64 2022-09-27T16:03:02.5254902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_float64 2022-09-27T16:03:02.5647609Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_float64 2022-09-27T16:03:02.5652205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_complex128 2022-09-27T16:03:02.5726835Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_complex128 2022-09-27T16:03:02.5730251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_complex128 2022-09-27T16:03:02.6127215Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_complex128 2022-09-27T16:03:02.6130458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_float64 2022-09-27T16:03:02.6207520Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_float64 2022-09-27T16:03:02.6210758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_float64 2022-09-27T16:03:02.6649117Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_float64 2022-09-27T16:03:02.6649771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_complex128 2022-09-27T16:03:02.6650376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_complex128 2022-09-27T16:03:02.7098252Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_complex128 2022-09-27T16:03:02.7099363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_float64 2022-09-27T16:03:02.7526439Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_float64 2022-09-27T16:03:02.7554265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_complex128 2022-09-27T16:03:02.8006412Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_complex128 2022-09-27T16:03:02.8046536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_float64 2022-09-27T16:03:02.8521472Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_float64 2022-09-27T16:03:02.9556964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_complex128 2022-09-27T16:03:02.9586285Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_complex128 2022-09-27T16:03:03.0394439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_float64 2022-09-27T16:03:03.0462210Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_float64 2022-09-27T16:03:03.2190802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_complex128 2022-09-27T16:03:03.2220837Z [gw3] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_complex128 2022-09-27T16:03:03.2668695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_float64 2022-09-27T16:03:03.2697189Z [gw3] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_float64 2022-09-27T16:03:03.3014110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trunc_cpu_float64 2022-09-27T16:03:03.3365331Z [gw3] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trunc_cpu_float64 2022-09-27T16:03:03.3686909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_complex128 2022-09-27T16:03:03.3858360Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_complex128 2022-09-27T16:03:03.3867630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_float64 2022-09-27T16:03:03.4279326Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_float64 2022-09-27T16:03:03.4288461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_complex128 2022-09-27T16:03:03.4716638Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_complex128 2022-09-27T16:03:03.4732799Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_float64 2022-09-27T16:03:03.5209207Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_float64 2022-09-27T16:03:03.5218972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_complex128 2022-09-27T16:03:03.5685696Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_complex128 2022-09-27T16:03:03.5693879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_float64 2022-09-27T16:03:03.5748703Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_float64 2022-09-27T16:03:03.5761458Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_complex128 2022-09-27T16:03:03.6123793Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_float64 2022-09-27T16:03:03.6130112Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_complex128 2022-09-27T16:03:03.6289203Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_complex128 2022-09-27T16:03:03.6306828Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_float64 2022-09-27T16:03:03.6565903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_complex128 2022-09-27T16:03:03.6605825Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_float64 2022-09-27T16:03:03.7046461Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_float64 2022-09-27T16:03:03.7088385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_consecutive_cpu_float64 2022-09-27T16:03:03.7521200Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_consecutive_cpu_float64 2022-09-27T16:03:03.7531980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_cpu_float64 2022-09-27T16:03:03.8000023Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_cpu_float64 2022-09-27T16:03:04.2489870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_complex128 2022-09-27T16:03:04.2518778Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_complex128 2022-09-27T16:03:04.3104751Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_float64 2022-09-27T16:03:04.3230848Z [gw3] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_complex128 2022-09-27T16:03:04.4114628Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_float64 2022-09-27T16:03:04.4151265Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_float64 2022-09-27T16:03:04.4219402Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_complex128 2022-09-27T16:03:04.4417505Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_complex128 2022-09-27T16:03:04.4463656Z [gw3] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_float64 2022-09-27T16:03:04.4535798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_complex128 2022-09-27T16:03:04.4655522Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_complex128 2022-09-27T16:03:04.4761355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_float64 2022-09-27T16:03:04.4925249Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_float64 2022-09-27T16:03:04.4935484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_complex128 2022-09-27T16:03:04.5071140Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_complex128 2022-09-27T16:03:04.5095598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_float64 2022-09-27T16:03:04.5406123Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_float64 2022-09-27T16:03:04.5416588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_float64 2022-09-27T16:03:04.5564342Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_float64 2022-09-27T16:03:04.5574265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_complex_cpu_float64 2022-09-27T16:03:04.5886070Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_complex_cpu_float64 2022-09-27T16:03:04.5896306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_complex128 2022-09-27T16:03:04.6025393Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_complex128 2022-09-27T16:03:04.6058439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_float64 2022-09-27T16:03:04.6287019Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_float64 2022-09-27T16:03:04.6323897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_real_cpu_complex128 2022-09-27T16:03:04.6445016Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_real_cpu_complex128 2022-09-27T16:03:04.6483108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_complex128 2022-09-27T16:03:04.6727848Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_complex128 2022-09-27T16:03:04.6758205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_float64 2022-09-27T16:03:04.6886398Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_float64 2022-09-27T16:03:04.6924347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_complex128 2022-09-27T16:03:04.7166721Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_complex128 2022-09-27T16:03:04.7205264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_float64 2022-09-27T16:03:04.7326739Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_float64 2022-09-27T16:03:04.7366097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_complex128 2022-09-27T16:03:04.7647390Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_complex128 2022-09-27T16:03:04.7681334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_float64 2022-09-27T16:03:04.7765130Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_float64 2022-09-27T16:03:04.7806044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_complex128 2022-09-27T16:03:04.8087730Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_complex128 2022-09-27T16:03:04.8116942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_float64 2022-09-27T16:03:04.8205125Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_float64 2022-09-27T16:03:04.8600884Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_xlogy_cpu_float64 2022-09-27T16:03:04.9608728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_complex128 2022-09-27T16:03:04.9673838Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_xlogy_cpu_float64 2022-09-27T16:03:04.9800720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_float64 2022-09-27T16:03:05.0013519Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_float64 2022-09-27T16:03:05.0035515Z [gw3] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_complex128 2022-09-27T16:03:05.0077977Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_complex128 2022-09-27T16:03:05.0090539Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_complex128 2022-09-27T16:03:05.0129630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_float64 2022-09-27T16:03:05.0502013Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_float64 2022-09-27T16:03:05.0602422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_float64 2022-09-27T16:03:05.1001609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_complex128 2022-09-27T16:03:05.1164626Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_float64 2022-09-27T16:03:05.7426062Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_complex128 2022-09-27T16:03:05.7438255Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:03:11.4027540Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:03:11.4044516Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:03:14.4820847Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:03:14.4829902Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:03:14.4848693Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:03:14.5246202Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:03:14.5277211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:03:14.5687694Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:03:14.5720411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_complex128 2022-09-27T16:03:14.6126666Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_complex128 2022-09-27T16:03:14.6168909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_float64 2022-09-27T16:03:14.6608387Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_float64 2022-09-27T16:03:14.6618020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:03:14.7006157Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:03:14.7036426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:03:14.7445909Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:03:14.7478386Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_complex128 2022-09-27T16:03:14.7884884Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_complex128 2022-09-27T16:03:14.7915391Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_float64 2022-09-27T16:03:14.8324849Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_float64 2022-09-27T16:03:16.0945513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_complex128 2022-09-27T16:03:16.0954156Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_complex128 2022-09-27T16:03:16.0976821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_float64 2022-09-27T16:03:16.1365097Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_float64 2022-09-27T16:03:16.1396973Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kthvalue_cpu_float64 2022-09-27T16:03:16.1805402Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kthvalue_cpu_float64 2022-09-27T16:03:17.4906662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_complex128 2022-09-27T16:03:17.4914771Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_complex128 2022-09-27T16:03:17.4945795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_float64 2022-09-27T16:03:17.5323027Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_float64 2022-09-27T16:03:17.5345403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_le_cpu_float64 2022-09-27T16:03:17.5763440Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_le_cpu_float64 2022-09-27T16:03:17.7193046Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_complex128 2022-09-27T16:03:17.7201960Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_complex128 2022-09-27T16:03:17.7451149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_float64 2022-09-27T16:03:17.7645149Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_float64 2022-09-27T16:03:17.7721099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lgamma_cpu_float64 2022-09-27T16:03:17.8085599Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lgamma_cpu_float64 2022-09-27T16:03:17.8113712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_complex128 2022-09-27T16:03:17.8525675Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_complex128 2022-09-27T16:03:17.8559801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_float64 2022-09-27T16:03:17.8965377Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_float64 2022-09-27T16:03:17.8998637Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:03:17.9404904Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:03:17.9438312Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:03:17.9846176Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:03:17.9877257Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_complex128 2022-09-27T16:03:18.0325963Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_complex128 2022-09-27T16:03:18.0357745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_float64 2022-09-27T16:03:18.0768671Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_float64 2022-09-27T16:03:18.0807619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_complex128 2022-09-27T16:03:18.1247218Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_complex128 2022-09-27T16:03:18.1283231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_float64 2022-09-27T16:03:18.1684779Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_float64 2022-09-27T16:03:18.1720329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_complex128 2022-09-27T16:03:18.2124711Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_complex128 2022-09-27T16:03:18.2162065Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_float64 2022-09-27T16:03:18.2565409Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_float64 2022-09-27T16:03:18.2600272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_complex128 2022-09-27T16:03:18.3004380Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_complex128 2022-09-27T16:03:18.3040717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_float64 2022-09-27T16:03:18.3444740Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_float64 2022-09-27T16:03:18.3482366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_complex128 2022-09-27T16:03:18.3886544Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_complex128 2022-09-27T16:03:18.3992131Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_float64 2022-09-27T16:03:18.4325858Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_float64 2022-09-27T16:03:18.4364748Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_complex128 2022-09-27T16:03:18.4765912Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_complex128 2022-09-27T16:03:18.4806971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_float64 2022-09-27T16:03:18.5206529Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_float64 2022-09-27T16:03:18.5244365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_complex128 2022-09-27T16:03:18.5645730Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_complex128 2022-09-27T16:03:18.5685410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_float64 2022-09-27T16:03:18.6086055Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_float64 2022-09-27T16:03:18.6124768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:03:18.6526233Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:03:18.6563841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_float64 2022-09-27T16:03:18.6966703Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_float64 2022-09-27T16:03:18.7009529Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_complex128 2022-09-27T16:03:18.7406248Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_complex128 2022-09-27T16:03:18.7442962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_float64 2022-09-27T16:03:18.7846349Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_float64 2022-09-27T16:03:18.7883506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_complex128 2022-09-27T16:03:18.8285819Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_complex128 2022-09-27T16:03:18.8323723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_float64 2022-09-27T16:03:18.8726570Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_float64 2022-09-27T16:03:18.8762267Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_complex128 2022-09-27T16:03:18.9164660Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_complex128 2022-09-27T16:03:18.9199838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_float64 2022-09-27T16:03:18.9605366Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_float64 2022-09-27T16:03:18.9640598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:03:19.0045204Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:03:19.0085791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_float64 2022-09-27T16:03:19.0485713Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_float64 2022-09-27T16:03:19.0522563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:03:19.0923789Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:03:19.0947580Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:03:19.1363895Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:03:19.1390790Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:03:19.1805845Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:03:19.1836961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_float64 2022-09-27T16:03:19.2245963Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_float64 2022-09-27T16:03:19.2266889Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_complex128 2022-09-27T16:03:19.2686864Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_complex128 2022-09-27T16:03:19.2709279Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_float64 2022-09-27T16:03:19.3125362Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_float64 2022-09-27T16:03:19.3160459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:03:19.3564642Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:03:19.3599345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:03:19.4004206Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:03:19.4038660Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_complex128 2022-09-27T16:03:19.4444768Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_complex128 2022-09-27T16:03:19.4474995Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_float64 2022-09-27T16:03:19.4885221Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_float64 2022-09-27T16:03:19.4917198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_complex128 2022-09-27T16:03:19.5324258Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_complex128 2022-09-27T16:03:19.5355768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_float64 2022-09-27T16:03:19.5764090Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_float64 2022-09-27T16:03:19.5796374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:03:19.6204242Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:03:19.6237970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:03:19.6645076Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:03:19.6674989Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_complex128 2022-09-27T16:03:19.7083307Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_complex128 2022-09-27T16:03:19.7107448Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_float64 2022-09-27T16:03:19.7523476Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_float64 2022-09-27T16:03:19.7546239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:03:19.7963700Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:03:19.7990429Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_float64 2022-09-27T16:03:19.8403475Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_float64 2022-09-27T16:03:19.8427933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_complex128 2022-09-27T16:03:19.8844454Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_complex128 2022-09-27T16:03:19.8869065Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_float64 2022-09-27T16:03:19.9284613Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_float64 2022-09-27T16:03:19.9319317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:03:19.9724755Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:03:19.9753953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_float64 2022-09-27T16:03:20.0165242Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_float64 2022-09-27T16:03:20.0197268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:03:20.0604966Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:03:20.0634994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:03:20.1044635Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:03:20.1073512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_complex128 2022-09-27T16:03:20.1484799Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_complex128 2022-09-27T16:03:20.1520099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_float64 2022-09-27T16:03:20.1925222Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_float64 2022-09-27T16:03:20.1955803Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_complex128 2022-09-27T16:03:20.2365836Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_complex128 2022-09-27T16:03:20.2400442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_float64 2022-09-27T16:03:20.2805377Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_float64 2022-09-27T16:03:20.2835197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:03:20.3246582Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:03:20.3277939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:03:20.3686616Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:03:20.3716724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_complex128 2022-09-27T16:03:20.4124042Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_complex128 2022-09-27T16:03:20.4148580Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_float64 2022-09-27T16:03:20.4564321Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_float64 2022-09-27T16:03:20.4588308Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:03:20.5003699Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:03:20.5028312Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:03:20.5444763Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:03:20.5469161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:03:20.5885308Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:03:20.5907006Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_float64 2022-09-27T16:03:20.6323043Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_float64 2022-09-27T16:03:20.6346046Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_complex128 2022-09-27T16:03:20.6765040Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_complex128 2022-09-27T16:03:20.6794463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_float64 2022-09-27T16:03:20.7204904Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_float64 2022-09-27T16:03:20.7233964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_complex128 2022-09-27T16:03:20.7644403Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_complex128 2022-09-27T16:03:20.7673128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_float64 2022-09-27T16:03:20.8084903Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_float64 2022-09-27T16:03:20.8113275Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_complex128 2022-09-27T16:03:20.8524638Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_complex128 2022-09-27T16:03:20.8561273Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_float64 2022-09-27T16:03:20.8964707Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_float64 2022-09-27T16:03:20.8995384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_complex128 2022-09-27T16:03:20.9404884Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_complex128 2022-09-27T16:03:20.9435506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_float64 2022-09-27T16:03:20.9647786Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_float64 2022-09-27T16:03:20.9659491Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_complex128 2022-09-27T16:03:20.9845345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_float64 2022-09-27T16:03:20.9874359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:03:21.0285265Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:03:21.0318226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_float64 2022-09-27T16:03:21.0724783Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_float64 2022-09-27T16:03:21.0756186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_complex128 2022-09-27T16:03:21.1163976Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_complex128 2022-09-27T16:03:21.1195130Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_float64 2022-09-27T16:03:21.1605626Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_float64 2022-09-27T16:03:21.1639801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_complex128 2022-09-27T16:03:21.2045282Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_complex128 2022-09-27T16:03:21.2074833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_float64 2022-09-27T16:03:21.2485373Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_float64 2022-09-27T16:03:21.2516178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_complex128 2022-09-27T16:03:21.2925595Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_complex128 2022-09-27T16:03:21.2954875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_float64 2022-09-27T16:03:21.3364463Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_float64 2022-09-27T16:03:21.3560679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:03:24.8983561Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:03:24.8992214Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_float64 2022-09-27T16:03:24.9793704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_complex128 2022-09-27T16:03:24.9796272Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_complex128 2022-09-27T16:03:24.9980892Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_float64 2022-09-27T16:03:25.0204197Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_float64 2022-09-27T16:03:25.0230444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:03:25.0644913Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:03:25.0677332Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:03:25.1084109Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:03:25.1208534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_deg2rad_cpu_float64 2022-09-27T16:03:25.1524384Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_deg2rad_cpu_float64 2022-09-27T16:03:25.1549802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_complex128 2022-09-27T16:03:25.1964560Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_complex128 2022-09-27T16:03:25.1995991Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_float64 2022-09-27T16:03:25.2443551Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_float64 2022-09-27T16:03:25.2472622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_complex128 2022-09-27T16:03:25.2883396Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_complex128 2022-09-27T16:03:25.2915816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_float64 2022-09-27T16:03:25.3322834Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_float64 2022-09-27T16:03:25.3345080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_complex128 2022-09-27T16:03:25.3762833Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_complex128 2022-09-27T16:03:25.3785140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_float64 2022-09-27T16:03:25.4203436Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_float64 2022-09-27T16:03:25.4225964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_complex128 2022-09-27T16:03:25.4642898Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_complex128 2022-09-27T16:03:25.4664880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_float64 2022-09-27T16:03:25.5083892Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_float64 2022-09-27T16:03:25.5105065Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T16:03:25.5522931Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T16:03:25.5545557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_complex128 2022-09-27T16:03:25.5963261Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_complex128 2022-09-27T16:03:25.5989339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_float64 2022-09-27T16:03:25.6403571Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_float64 2022-09-27T16:03:25.6427294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_complex128 2022-09-27T16:03:25.6842599Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_complex128 2022-09-27T16:03:25.6865688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_float64 2022-09-27T16:03:25.7283637Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_float64 2022-09-27T16:03:25.7306492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_complex128 2022-09-27T16:03:25.7723207Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_complex128 2022-09-27T16:03:25.7747116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_float64 2022-09-27T16:03:25.8164013Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_float64 2022-09-27T16:03:25.8187720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ge_cpu_float64 2022-09-27T16:03:25.8602719Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ge_cpu_float64 2022-09-27T16:03:25.8626669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_complex128 2022-09-27T16:03:25.9043482Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_complex128 2022-09-27T16:03:25.9068612Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_float64 2022-09-27T16:03:25.9483608Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_float64 2022-09-27T16:03:25.9505695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_complex128 2022-09-27T16:03:25.9923133Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_complex128 2022-09-27T16:03:25.9945627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_float64 2022-09-27T16:03:26.0363798Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_float64 2022-09-27T16:03:26.0385384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gt_cpu_float64 2022-09-27T16:03:26.0803495Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gt_cpu_float64 2022-09-27T16:03:26.0824939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_complex128 2022-09-27T16:03:26.1242185Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_complex128 2022-09-27T16:03:26.1264461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_float64 2022-09-27T16:03:26.1683229Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_float64 2022-09-27T16:03:26.1705683Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_heaviside_cpu_float64 2022-09-27T16:03:26.2123800Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_heaviside_cpu_float64 2022-09-27T16:03:26.2148512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histc_cpu_float64 2022-09-27T16:03:26.2562601Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histc_cpu_float64 2022-09-27T16:03:26.2584004Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogram_cpu_float64 2022-09-27T16:03:26.3002363Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogram_cpu_float64 2022-09-27T16:03:26.3026005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogramdd_cpu_float64 2022-09-27T16:03:26.3442942Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogramdd_cpu_float64 2022-09-27T16:03:26.3464609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_complex128 2022-09-27T16:03:26.3884246Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_complex128 2022-09-27T16:03:26.3909399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_float64 2022-09-27T16:03:26.4322950Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_float64 2022-09-27T16:03:26.4347264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_complex128 2022-09-27T16:03:26.4763719Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_complex128 2022-09-27T16:03:26.4787351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_float64 2022-09-27T16:03:26.5203974Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_float64 2022-09-27T16:03:26.5783985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hypot_cpu_float64 2022-09-27T16:03:26.5794775Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hypot_cpu_float64 2022-09-27T16:03:26.5974999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_i0_cpu_float64 2022-09-27T16:03:26.6204125Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_i0_cpu_float64 2022-09-27T16:03:26.6227610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igamma_cpu_float64 2022-09-27T16:03:26.6644857Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igamma_cpu_float64 2022-09-27T16:03:26.6670140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igammac_cpu_float64 2022-09-27T16:03:26.7083432Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igammac_cpu_float64 2022-09-27T16:03:26.7106373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_imag_cpu_complex128 2022-09-27T16:03:26.7523577Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_imag_cpu_complex128 2022-09-27T16:03:27.0591138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_complex128 2022-09-27T16:03:27.0601081Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_complex128 2022-09-27T16:03:27.1230671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_float64 2022-09-27T16:03:27.1238699Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_float64 2022-09-27T16:03:27.2276739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_complex128 2022-09-27T16:03:27.2284754Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_complex128 2022-09-27T16:03:27.2575084Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_float64 2022-09-27T16:03:27.2724094Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_float64 2022-09-27T16:03:27.3269203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_complex128 2022-09-27T16:03:27.3278769Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_complex128 2022-09-27T16:03:27.3410440Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_float64 2022-09-27T16:03:27.3685073Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_float64 2022-09-27T16:03:27.5237916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_complex128 2022-09-27T16:03:27.5273922Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_complex128 2022-09-27T16:03:27.5568684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_float64 2022-09-27T16:03:27.5682561Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_float64 2022-09-27T16:03:27.9020941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_reduce_cpu_float64 2022-09-27T16:03:27.9030960Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_reduce_cpu_float64 2022-09-27T16:03:27.9058394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_complex128 2022-09-27T16:03:27.9445352Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_complex128 2022-09-27T16:03:27.9471148Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_float64 2022-09-27T16:03:27.9884926Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_float64 2022-09-27T16:03:27.9914528Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_complex128 2022-09-27T16:03:28.0324891Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_complex128 2022-09-27T16:03:28.0352979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_float64 2022-09-27T16:03:28.0764507Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_float64 2022-09-27T16:03:28.0792173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_complex128 2022-09-27T16:03:28.1203670Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_complex128 2022-09-27T16:03:28.1225476Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_float64 2022-09-27T16:03:28.1643490Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_float64 2022-09-27T16:03:28.1667277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_complex128 2022-09-27T16:03:28.2083276Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_complex128 2022-09-27T16:03:28.2317947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_float64 2022-09-27T16:03:29.1701595Z [gw1] [100%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_float64 2022-09-27T16:03:29.1701850Z 2022-09-27T16:03:29.1703117Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients.xml - 2022-09-27T16:03:29.1723689Z === 3435 passed, 4020 skipped, 73 xfailed, 209 warnings in 463.54s (0:07:43) === 2022-09-27T16:03:29.2932889Z Skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-09-27T16:03:30.3215968Z Running test_jit ... [2022-09-27 16:03:30.321185] 2022-09-27T16:03:30.3216622Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:03:30.321266] 2022-09-27T16:03:33.0568991Z CUDA not available, skipping tests 2022-09-27T16:03:33.0598013Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-09-27T16:03:33.2296392Z Test results will be stored in test-reports/python-unittest/test_jit 2022-09-27T16:03:33.2488550Z 2022-09-27T16:03:33.2488744Z Running tests... 2022-09-27T16:03:33.2489101Z ---------------------------------------------------------------------- 2022-09-27T16:03:33.3221831Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_becomes_wildcard_annotations /var/lib/jenkins/workspace/test/jit/test_alias_analysis.py line 14 2022-09-27T16:03:33.3222582Z due to: 2022-09-27T16:03:33.3223744Z Traceback (most recent call last): 2022-09-27T16:03:33.3224201Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:03:33.3224722Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:03:33.3225678Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:03:33.3226014Z 2022-09-27T16:03:33.3226089Z from user code: 2022-09-27T16:03:33.3226361Z File "/var/lib/jenkins/workspace/test/jit/test_alias_analysis.py", line 24, in test_becomes_wildcard_annotations 2022-09-27T16:03:33.3226647Z graph = parse_ir(graph_str) 2022-09-27T16:03:33.3226771Z 2022-09-27T16:03:33.3227110Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:33.3227932Z ========== 2022-09-27T16:03:33.3243127Z ok (0.011s) 2022-09-27T16:03:33.3402942Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... Exception ignored in: .extract_files.. at 0x7f3d59394ad0> 2022-09-27T16:03:33.3403595Z Traceback (most recent call last): 2022-09-27T16:03:33.3404143Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/jit_utils.py", line 210, in 2022-09-27T16:03:33.3404651Z debug_files = (pickle.load(f) for f in debug_files_stream) 2022-09-27T16:03:33.3405047Z SystemError: error return without exception set 2022-09-27T16:03:33.3405612Z Exception ignored in: .extract_files.. at 0x7f3d59394a50> 2022-09-27T16:03:33.3406031Z Traceback (most recent call last): 2022-09-27T16:03:33.3406432Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/jit_utils.py", line 209, in 2022-09-27T16:03:33.3406762Z debug_files_stream = (archive.open(f) for f in debug_files_str) 2022-09-27T16:03:33.3407028Z SystemError: error return without exception set 2022-09-27T16:03:33.3442279Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_alias_analysis.py line 33 2022-09-27T16:03:33.3442923Z due to: 2022-09-27T16:03:33.3443292Z Traceback (most recent call last): 2022-09-27T16:03:33.3443804Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:03:33.3444096Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:03:33.3444720Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:03:33.3445110Z 2022-09-27T16:03:33.3445248Z from user code: 2022-09-27T16:03:33.3445847Z File "/var/lib/jenkins/workspace/test/jit/test_alias_analysis.py", line 38, in 2022-09-27T16:03:33.3446128Z graph = foo.graph 2022-09-27T16:03:33.3446239Z 2022-09-27T16:03:33.3446371Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:33.3446589Z ========== 2022-09-27T16:03:33.3446742Z ok (0.020s) 2022-09-27T16:03:33.4952093Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_alias_analysis.py line 52 2022-09-27T16:03:33.4952722Z due to: 2022-09-27T16:03:33.4953053Z Traceback (most recent call last): 2022-09-27T16:03:33.4953364Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:03:33.4953673Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:03:33.4954135Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:03:33.4954367Z 2022-09-27T16:03:33.4954438Z from user code: 2022-09-27T16:03:33.4954723Z File "/var/lib/jenkins/workspace/test/jit/test_alias_analysis.py", line 64, in 2022-09-27T16:03:33.4955066Z alias_db = caller.graph.alias_db(isFrozen, descend_function_calls) 2022-09-27T16:03:33.4955223Z 2022-09-27T16:03:33.4955355Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:33.4955575Z ========== 2022-09-27T16:03:33.5032301Z ok (0.158s) 2022-09-27T16:03:33.5203346Z test_async_future_type_python (jit.test_async.TestAsync) ... ok (0.016s) 2022-09-27T16:03:33.6054207Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... ok (0.084s) 2022-09-27T16:03:33.6473945Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... ok (0.041s) 2022-09-27T16:03:33.9181647Z test_async_kwargs (jit.test_async.TestAsync) ... ok (0.270s) 2022-09-27T16:03:33.9596204Z test_async_parsing (jit.test_async.TestAsync) ... ok (0.041s) 2022-09-27T16:03:33.9846532Z test_async_python (jit.test_async.TestAsync) ... ok (0.024s) 2022-09-27T16:03:34.0209698Z test_async_script (jit.test_async.TestAsync) ... ok (0.036s) 2022-09-27T16:03:34.0266153Z test_async_script_capture (jit.test_async.TestAsync) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Mod /var/lib/jenkins/workspace/test/jit/test_async.py line 87 2022-09-27T16:03:34.0266561Z due to: 2022-09-27T16:03:34.0266764Z Traceback (most recent call last): 2022-09-27T16:03:34.0267042Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:03:34.0267292Z raise Unsupported(msg) 2022-09-27T16:03:34.0267527Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:03:34.0267680Z 2022-09-27T16:03:34.0267750Z from user code: 2022-09-27T16:03:34.0267974Z File "/var/lib/jenkins/workspace/test/jit/test_async.py", line 87, in Mod 2022-09-27T16:03:34.0268240Z class Mod(torch.jit.ScriptModule): 2022-09-27T16:03:34.0268376Z 2022-09-27T16:03:34.0268509Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:34.0268722Z ========== 2022-09-27T16:03:34.0319676Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_async.py line 90 2022-09-27T16:03:34.0320197Z due to: 2022-09-27T16:03:34.0320537Z Traceback (most recent call last): 2022-09-27T16:03:34.0320815Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:03:34.0321129Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:03:34.0321437Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:03:34.0321632Z 2022-09-27T16:03:34.0321701Z from user code: 2022-09-27T16:03:34.0321925Z File "/var/lib/jenkins/workspace/test/jit/test_async.py", line 91, in __init__ 2022-09-27T16:03:34.0322171Z super(Mod, self).__init__() 2022-09-27T16:03:34.0322289Z 2022-09-27T16:03:34.0322419Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:34.0322625Z ========== 2022-09-27T16:03:34.0389740Z ok (0.017s) 2022-09-27T16:03:34.1161101Z test_async_script_error (jit.test_async.TestAsync) ... ok (0.076s) 2022-09-27T16:03:34.2639958Z test_async_script_multi_forks (jit.test_async.TestAsync) ... ok (0.147s) 2022-09-27T16:03:34.2995117Z test_async_script_multi_waits (jit.test_async.TestAsync) ... ok (0.035s) 2022-09-27T16:03:34.3530148Z test_async_script_nested (jit.test_async.TestAsync) ... ok (0.053s) 2022-09-27T16:03:34.3634595Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... ok (0.010s) 2022-09-27T16:03:34.3708497Z test_async_script_trace (jit.test_async.TestAsync) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Mod /var/lib/jenkins/workspace/test/jit/test_async.py line 254 2022-09-27T16:03:34.3708850Z due to: 2022-09-27T16:03:34.3709040Z Traceback (most recent call last): 2022-09-27T16:03:34.3709358Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:03:34.3709602Z raise Unsupported(msg) 2022-09-27T16:03:34.3709845Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:03:34.3709999Z 2022-09-27T16:03:34.3710067Z from user code: 2022-09-27T16:03:34.3710317Z File "/var/lib/jenkins/workspace/test/jit/test_async.py", line 254, in Mod 2022-09-27T16:03:34.3710569Z class Mod(torch.jit.ScriptModule): 2022-09-27T16:03:34.3710709Z 2022-09-27T16:03:34.3710841Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:34.3711056Z ========== 2022-09-27T16:03:34.3790674Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_async.py line 255 2022-09-27T16:03:34.3791229Z due to: 2022-09-27T16:03:34.3791440Z Traceback (most recent call last): 2022-09-27T16:03:34.3791736Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:03:34.3792284Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:03:34.3792597Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:03:34.3792970Z 2022-09-27T16:03:34.3793043Z from user code: 2022-09-27T16:03:34.3793339Z File "/var/lib/jenkins/workspace/test/jit/test_async.py", line 256, in __init__ 2022-09-27T16:03:34.3793592Z super(Mod, self).__init__() 2022-09-27T16:03:34.3793709Z 2022-09-27T16:03:34.3793844Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:34.3794049Z ========== 2022-09-27T16:03:34.4143998Z ok (0.050s) 2022-09-27T16:03:34.4159536Z test_future_subtyping (jit.test_async.TestAsync) 2022-09-27T16:03:34.4549679Z Test that futures subtype each other properly. ... ok (0.040s) 2022-09-27T16:03:34.4632413Z test_no_future_subtype_message (jit.test_async.TestAsync) ... ok (0.008s) 2022-09-27T16:03:34.5320575Z test_trace_fork_wait (jit.test_async.TestAsync) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_async.py line 385 2022-09-27T16:03:34.5321044Z due to: 2022-09-27T16:03:34.5321221Z Traceback (most recent call last): 2022-09-27T16:03:34.5321575Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:03:34.5321885Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:03:34.5322398Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:03:34.5322633Z 2022-09-27T16:03:34.5322706Z from user code: 2022-09-27T16:03:34.5323003Z File "/var/lib/jenkins/workspace/test/jit/test_async.py", line 387, in 2022-09-27T16:03:34.5323557Z self.assertGraphContainsExactly(traced.graph, kind='prim::fork', num_kind_nodes=1) 2022-09-27T16:03:34.5323746Z 2022-09-27T16:03:34.5323936Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:34.5324163Z ========== 2022-09-27T16:03:34.5327496Z ok (0.069s) 2022-09-27T16:03:34.5525376Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_async.py line 417 2022-09-27T16:03:34.5525875Z due to: 2022-09-27T16:03:34.5526062Z Traceback (most recent call last): 2022-09-27T16:03:34.5526421Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:03:34.5526713Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:03:34.5527219Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:03:34.5527452Z 2022-09-27T16:03:34.5527525Z from user code: 2022-09-27T16:03:34.5527837Z File "/var/lib/jenkins/workspace/test/jit/test_async.py", line 418, in 2022-09-27T16:03:34.5528169Z torch._C._jit_pass_inline_fork_wait(traced.graph) 2022-09-27T16:03:34.5528314Z 2022-09-27T16:03:34.5528448Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:34.5528718Z ========== 2022-09-27T16:03:34.5532608Z ok (0.020s) 2022-09-27T16:03:34.5693566Z test_trace_fork_wait_inline_onnx (jit.test_async.TestAsync) ... ok (0.015s) 2022-09-27T16:03:34.5808114Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... ok (0.011s) 2022-09-27T16:03:34.6514601Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... ok (0.070s) 2022-09-27T16:03:34.7100464Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... ok (0.058s) 2022-09-27T16:03:34.7150788Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-09-27T16:03:37.1443326Z 1. Testing a = int, b = int ... ok (2.434s) 2022-09-27T16:03:37.2675967Z test_autodiff_requires_grad_nograd (jit.test_autodiff.TestAutodiffJit) ... ok (0.122s) 2022-09-27T16:03:37.3371870Z test_requires_grad_outputs (jit.test_autodiff.TestAutodiffJit) ... ok (0.069s) 2022-09-27T16:03:37.4844819Z test_requires_grad_outputs_profiled_twice (jit.test_autodiff.TestAutodiffJit) ... ok (0.147s) 2022-09-27T16:03:37.6447062Z test_requires_grad_outputs_side_effects (jit.test_autodiff.TestAutodiffJit) ... ok (0.159s) 2022-09-27T16:03:37.8905869Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... ok (0.245s) 2022-09-27T16:03:37.9069808Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.016s) 2022-09-27T16:03:38.3276999Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.420s) 2022-09-27T16:03:38.7180507Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.390s) 2022-09-27T16:03:38.8697809Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.151s) 2022-09-27T16:03:38.9203406Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.050s) 2022-09-27T16:03:38.9385855Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.017s) 2022-09-27T16:03:38.9419478Z test_differentiable_graph_ops_requires_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: disable until we property handle tensor lists with undefined gradients (0.003s) 2022-09-27T16:03:38.9642842Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.022s) 2022-09-27T16:03:38.9814496Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.017s) 2022-09-27T16:03:38.9859423Z test_has_profiled_info_aliasing_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_has_profiled_info_aliasing_outputs /var/lib/jenkins/workspace/test/jit/test_autodiff_subgraph_slicing.py line 487 2022-09-27T16:03:38.9859911Z due to: 2022-09-27T16:03:38.9860099Z Traceback (most recent call last): 2022-09-27T16:03:38.9860382Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:03:38.9860828Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:03:38.9861323Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:03:38.9861558Z 2022-09-27T16:03:38.9861631Z from user code: 2022-09-27T16:03:38.9861933Z File "/var/lib/jenkins/workspace/test/jit/test_autodiff_subgraph_slicing.py", line 502, in test_has_profiled_info_aliasing_outputs 2022-09-27T16:03:38.9862236Z graph = torch._C.parse_ir(ir) 2022-09-27T16:03:38.9862360Z 2022-09-27T16:03:38.9862479Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:38.9862702Z ========== 2022-09-27T16:03:38.9864714Z ok (0.004s) 2022-09-27T16:03:39.0135827Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_autodiff_subgraph_slicing.py line 369 2022-09-27T16:03:39.0136582Z due to: 2022-09-27T16:03:39.0136785Z Traceback (most recent call last): 2022-09-27T16:03:39.0137061Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:03:39.0137497Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:03:39.0137939Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:03:39.0138137Z 2022-09-27T16:03:39.0138194Z from user code: 2022-09-27T16:03:39.0138500Z File "/var/lib/jenkins/workspace/test/jit/test_autodiff_subgraph_slicing.py", line 371, in 2022-09-27T16:03:39.0139087Z FileCheck().check("prim::If").check("aten::select").check_next("aten::select")\ 2022-09-27T16:03:39.0139255Z 2022-09-27T16:03:39.0139389Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:39.0139597Z ========== 2022-09-27T16:03:39.0139856Z You have not run this instance of FileCheck! 2022-09-27T16:03:39.0140065Z FileCheck checks: 2022-09-27T16:03:39.0145959Z ok (0.028s) 2022-09-27T16:03:39.0283469Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.013s) 2022-09-27T16:03:39.0516726Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_autodiff_subgraph_slicing.py line 337 2022-09-27T16:03:39.0517332Z due to: 2022-09-27T16:03:39.0517530Z Traceback (most recent call last): 2022-09-27T16:03:39.0517823Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:03:39.0518267Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:03:39.0518703Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:03:39.0518909Z 2022-09-27T16:03:39.0518981Z from user code: 2022-09-27T16:03:39.0519274Z File "/var/lib/jenkins/workspace/test/jit/test_autodiff_subgraph_slicing.py", line 338, in 2022-09-27T16:03:39.0519632Z FileCheck().check_not("aten::add").run(g_str[0:g_str.find("return")]) 2022-09-27T16:03:39.0519794Z 2022-09-27T16:03:39.0519915Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:39.0520144Z ========== 2022-09-27T16:03:39.0520418Z You have not run this instance of FileCheck! 2022-09-27T16:03:39.0520613Z FileCheck checks: 2022-09-27T16:03:39.0521505Z ok (0.023s) 2022-09-27T16:03:39.0731107Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_autodiff_subgraph_slicing.py line 319 2022-09-27T16:03:39.0731856Z due to: 2022-09-27T16:03:39.0732046Z Traceback (most recent call last): 2022-09-27T16:03:39.0732341Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:03:39.0732784Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:03:39.0733231Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:03:39.0733418Z 2022-09-27T16:03:39.0733492Z from user code: 2022-09-27T16:03:39.0733786Z File "/var/lib/jenkins/workspace/test/jit/test_autodiff_subgraph_slicing.py", line 320, in 2022-09-27T16:03:39.0734140Z FileCheck().check_not("aten::add").run(g_str[0:g_str.find("return")]) 2022-09-27T16:03:39.0734301Z 2022-09-27T16:03:39.0734420Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:39.0734637Z ========== 2022-09-27T16:03:39.0734831Z You have not run this instance of FileCheck! 2022-09-27T16:03:39.0735025Z FileCheck checks: 2022-09-27T16:03:39.0736313Z ok (0.021s) 2022-09-27T16:03:39.0817621Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-09-27T16:03:39.0833928Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Simple Executor doesn't support gradients (0.001s) 2022-09-27T16:03:39.1046644Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.021s) 2022-09-27T16:03:39.1189831Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.014s) 2022-09-27T16:03:39.1264029Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-09-27T16:03:39.1473273Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_autodiff_subgraph_slicing.py line 247 2022-09-27T16:03:39.1474087Z due to: 2022-09-27T16:03:39.1474465Z Traceback (most recent call last): 2022-09-27T16:03:39.1474859Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:03:39.1475317Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:03:39.1475770Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:03:39.1475955Z 2022-09-27T16:03:39.1476028Z from user code: 2022-09-27T16:03:39.1476328Z File "/var/lib/jenkins/workspace/test/jit/test_autodiff_subgraph_slicing.py", line 248, in 2022-09-27T16:03:39.1476733Z FileCheck().check("aten::Int").check("aten::zeros").check_not("aten::mul").run(g_str[0:g_str.find("return")]) 2022-09-27T16:03:39.1476921Z 2022-09-27T16:03:39.1477041Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:39.1477260Z ========== 2022-09-27T16:03:39.1477461Z You have not run this instance of FileCheck! 2022-09-27T16:03:39.1477665Z FileCheck checks: 2022-09-27T16:03:39.1478780Z ok (0.021s) 2022-09-27T16:03:39.2381711Z test_errors (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-09-27T16:03:39.3112748Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_backends.py line 249 2022-09-27T16:03:39.3113499Z due to: 2022-09-27T16:03:39.3113695Z Traceback (most recent call last): 2022-09-27T16:03:39.3114048Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T16:03:39.3114347Z return super().call_method(tx, args, kwargs) 2022-09-27T16:03:39.3114749Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T16:03:39.3114929Z 2022-09-27T16:03:39.3114999Z from user code: 2022-09-27T16:03:39.3115264Z File "/var/lib/jenkins/workspace/test/jit/test_backends.py", line 252, in 2022-09-27T16:03:39.3115684Z self.lowered_module = torch.jit.script(NestedModuleTest.NestedModule(lowered_module)) 2022-09-27T16:03:39.3115886Z 2022-09-27T16:03:39.3116004Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:39.3116277Z ========== 2022-09-27T16:03:39.4821289Z ok (0.333s) 2022-09-27T16:03:39.5001660Z test_execution (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-09-27T16:03:39.6186848Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_execution /var/lib/jenkins/workspace/test/jit/test_backends.py line 449 2022-09-27T16:03:39.6187470Z due to: 2022-09-27T16:03:39.6187729Z Traceback (most recent call last): 2022-09-27T16:03:39.6188040Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/nn_module.py", line 475, in call_method 2022-09-27T16:03:39.6188345Z if id(method.__code__) in self._nn_module_method_ids(): 2022-09-27T16:03:39.6188682Z AttributeError: 'wrapper_descriptor' object has no attribute '__code__' 2022-09-27T16:03:39.6188857Z 2022-09-27T16:03:39.6188927Z from user code: 2022-09-27T16:03:39.6189180Z File "/var/lib/jenkins/workspace/test/jit/test_backends.py", line 451, in test_execution 2022-09-27T16:03:39.6189462Z self.basic_module_test.test_execution() 2022-09-27T16:03:39.6189740Z 2022-09-27T16:03:39.6189871Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:39.6190092Z ========== 2022-09-27T16:03:39.6225628Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_execution /var/lib/jenkins/workspace/test/jit/test_backends.py line 145 2022-09-27T16:03:39.6226018Z due to: 2022-09-27T16:03:39.6226357Z Traceback (most recent call last): 2022-09-27T16:03:39.6226697Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/nn_module.py", line 475, in call_method 2022-09-27T16:03:39.6227016Z if id(method.__code__) in self._nn_module_method_ids(): 2022-09-27T16:03:39.6227356Z AttributeError: 'wrapper_descriptor' object has no attribute '__code__' 2022-09-27T16:03:39.6227531Z 2022-09-27T16:03:39.6227602Z from user code: 2022-09-27T16:03:39.6227855Z File "/var/lib/jenkins/workspace/test/jit/test_backends.py", line 150, in test_execution 2022-09-27T16:03:39.6228128Z self.check_function("accum", (input, input)) 2022-09-27T16:03:39.6228274Z 2022-09-27T16:03:39.6228405Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:39.6228620Z ========== 2022-09-27T16:03:39.6255651Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT check_function /var/lib/jenkins/workspace/test/jit/test_backends.py line 86 2022-09-27T16:03:39.6256159Z due to: 2022-09-27T16:03:39.6256533Z Traceback (most recent call last): 2022-09-27T16:03:39.6256982Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/nn_module.py", line 475, in call_method 2022-09-27T16:03:39.6257271Z if id(method.__code__) in self._nn_module_method_ids(): 2022-09-27T16:03:39.6257615Z AttributeError: 'wrapper_descriptor' object has no attribute '__code__' 2022-09-27T16:03:39.6257787Z 2022-09-27T16:03:39.6257858Z from user code: 2022-09-27T16:03:39.6258110Z File "/var/lib/jenkins/workspace/test/jit/test_backends.py", line 92, in check_function 2022-09-27T16:03:39.6258397Z python_method = self.module.__getattribute__(function_name) 2022-09-27T16:03:39.6258559Z 2022-09-27T16:03:39.6258694Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:39.6258911Z ========== 2022-09-27T16:03:39.6581639Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_execution /var/lib/jenkins/workspace/test/jit/test_backends.py line 254 2022-09-27T16:03:39.6582158Z due to: 2022-09-27T16:03:39.6582523Z Traceback (most recent call last): 2022-09-27T16:03:39.6582950Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/nn_module.py", line 475, in call_method 2022-09-27T16:03:39.6583468Z if id(method.__code__) in self._nn_module_method_ids(): 2022-09-27T16:03:39.6584014Z AttributeError: 'wrapper_descriptor' object has no attribute '__code__' 2022-09-27T16:03:39.6584185Z 2022-09-27T16:03:39.6584264Z from user code: 2022-09-27T16:03:39.6584504Z File "/var/lib/jenkins/workspace/test/jit/test_backends.py", line 259, in test_execution 2022-09-27T16:03:39.6584785Z self.check_function("forward", (input, input)) 2022-09-27T16:03:39.6584933Z 2022-09-27T16:03:39.6585064Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:39.6585282Z ========== 2022-09-27T16:03:39.6706994Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_execution /var/lib/jenkins/workspace/test/jit/test_backends.py line 322 2022-09-27T16:03:39.6707524Z due to: 2022-09-27T16:03:39.6707882Z Traceback (most recent call last): 2022-09-27T16:03:39.6708236Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/nn_module.py", line 475, in call_method 2022-09-27T16:03:39.6708540Z if id(method.__code__) in self._nn_module_method_ids(): 2022-09-27T16:03:39.6708884Z AttributeError: 'wrapper_descriptor' object has no attribute '__code__' 2022-09-27T16:03:39.6709057Z 2022-09-27T16:03:39.6709128Z from user code: 2022-09-27T16:03:39.6709363Z File "/var/lib/jenkins/workspace/test/jit/test_backends.py", line 324, in test_execution 2022-09-27T16:03:39.6709648Z self.check_function("forward", (input, input)) 2022-09-27T16:03:39.6709995Z 2022-09-27T16:03:39.6710127Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:39.6710332Z ========== 2022-09-27T16:03:39.6958251Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_selective_lowering_type_remap /var/lib/jenkins/workspace/test/jit/test_backends.py line 335 2022-09-27T16:03:39.6958791Z due to: 2022-09-27T16:03:39.6959375Z Traceback (most recent call last): 2022-09-27T16:03:39.6959875Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:03:39.6960392Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:03:39.6960899Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:03:39.6961100Z 2022-09-27T16:03:39.6961172Z from user code: 2022-09-27T16:03:39.6961438Z File "/var/lib/jenkins/workspace/test/jit/test_backends.py", line 341, in test_selective_lowering_type_remap 2022-09-27T16:03:39.6961774Z FileCheck() \ 2022-09-27T16:03:39.6961885Z 2022-09-27T16:03:39.6962025Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:39.6962235Z ========== 2022-09-27T16:03:39.6962497Z You have not run this instance of FileCheck! 2022-09-27T16:03:39.6962707Z FileCheck checks: 2022-09-27T16:03:39.6973107Z ok (0.213s) 2022-09-27T16:03:39.7164606Z test_save_load (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-09-27T16:03:39.8384039Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_save_load /var/lib/jenkins/workspace/test/jit/test_backends.py line 154 2022-09-27T16:03:39.8384595Z due to: 2022-09-27T16:03:39.8384945Z Traceback (most recent call last): 2022-09-27T16:03:39.8385487Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/nn_module.py", line 475, in call_method 2022-09-27T16:03:39.8385939Z if id(method.__code__) in self._nn_module_method_ids(): 2022-09-27T16:03:39.8386298Z AttributeError: 'wrapper_descriptor' object has no attribute '__code__' 2022-09-27T16:03:39.8386469Z 2022-09-27T16:03:39.8386526Z from user code: 2022-09-27T16:03:39.8386784Z File "/var/lib/jenkins/workspace/test/jit/test_backends.py", line 157, in test_save_load 2022-09-27T16:03:39.8387042Z self.test_execution() 2022-09-27T16:03:39.8387159Z 2022-09-27T16:03:39.8387278Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:39.8387495Z ========== 2022-09-27T16:03:39.9146144Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_backends.py line 459 2022-09-27T16:03:39.9146610Z due to: 2022-09-27T16:03:39.9146786Z Traceback (most recent call last): 2022-09-27T16:03:39.9147078Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/nn_module.py", line 475, in call_method 2022-09-27T16:03:39.9147396Z if id(method.__code__) in self._nn_module_method_ids(): 2022-09-27T16:03:39.9147733Z AttributeError: 'wrapper_descriptor' object has no attribute '__code__' 2022-09-27T16:03:39.9147905Z 2022-09-27T16:03:39.9147977Z from user code: 2022-09-27T16:03:39.9148254Z File "/var/lib/jenkins/workspace/test/jit/test_backends.py", line 460, in 2022-09-27T16:03:39.9148548Z self.nested_module_test.test_save_load() 2022-09-27T16:03:39.9148686Z 2022-09-27T16:03:39.9148803Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:39.9149027Z ========== 2022-09-27T16:03:39.9188218Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_save_load /var/lib/jenkins/workspace/test/jit/test_backends.py line 261 2022-09-27T16:03:39.9188738Z due to: 2022-09-27T16:03:39.9188938Z Traceback (most recent call last): 2022-09-27T16:03:39.9189231Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/nn_module.py", line 475, in call_method 2022-09-27T16:03:39.9189738Z if id(method.__code__) in self._nn_module_method_ids(): 2022-09-27T16:03:39.9190074Z AttributeError: 'wrapper_descriptor' object has no attribute '__code__' 2022-09-27T16:03:39.9190248Z 2022-09-27T16:03:39.9190319Z from user code: 2022-09-27T16:03:39.9190574Z File "/var/lib/jenkins/workspace/test/jit/test_backends.py", line 263, in test_save_load 2022-09-27T16:03:39.9190876Z self.test_execution() 2022-09-27T16:03:39.9190998Z 2022-09-27T16:03:39.9191134Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:39.9191357Z ========== 2022-09-27T16:03:39.9495950Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_save_load /var/lib/jenkins/workspace/test/jit/test_backends.py line 328 2022-09-27T16:03:39.9496486Z due to: 2022-09-27T16:03:39.9496672Z Traceback (most recent call last): 2022-09-27T16:03:39.9496961Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/nn_module.py", line 475, in call_method 2022-09-27T16:03:39.9497249Z if id(method.__code__) in self._nn_module_method_ids(): 2022-09-27T16:03:39.9497600Z AttributeError: 'wrapper_descriptor' object has no attribute '__code__' 2022-09-27T16:03:39.9497771Z 2022-09-27T16:03:39.9497842Z from user code: 2022-09-27T16:03:39.9498094Z File "/var/lib/jenkins/workspace/test/jit/test_backends.py", line 329, in test_save_load 2022-09-27T16:03:39.9498339Z self.test_execution() 2022-09-27T16:03:39.9498455Z 2022-09-27T16:03:39.9498587Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:39.9498806Z ========== 2022-09-27T16:03:40.0246803Z ok (0.324s) 2022-09-27T16:03:40.1529580Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_backends.py line 635 2022-09-27T16:03:40.1530212Z due to: 2022-09-27T16:03:40.1530423Z Traceback (most recent call last): 2022-09-27T16:03:40.1530708Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T16:03:40.1531022Z return super().call_method(tx, args, kwargs) 2022-09-27T16:03:40.1531367Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T16:03:40.1531541Z 2022-09-27T16:03:40.1531599Z from user code: 2022-09-27T16:03:40.1531873Z File "/var/lib/jenkins/workspace/test/jit/test_backends.py", line 638, in 2022-09-27T16:03:40.1532230Z torch.jit.script(CompModuleTestWithCompiler.BasicModuleSub()), 2022-09-27T16:03:40.1532429Z 2022-09-27T16:03:40.1532562Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:40.1532772Z ========== 2022-09-27T16:03:40.1888258Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_errors /var/lib/jenkins/workspace/test/jit/test_backends.py line 683 2022-09-27T16:03:40.1888778Z due to: 2022-09-27T16:03:40.1889109Z Traceback (most recent call last): 2022-09-27T16:03:40.1889588Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T16:03:40.1889893Z return super().call_method(tx, args, kwargs) 2022-09-27T16:03:40.1890235Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T16:03:40.1890393Z 2022-09-27T16:03:40.1890465Z from user code: 2022-09-27T16:03:40.1890722Z File "/var/lib/jenkins/workspace/test/jit/test_backends.py", line 684, in test_errors 2022-09-27T16:03:40.1891006Z self.error_module_compiler_test.test_errors() 2022-09-27T16:03:40.1891149Z 2022-09-27T16:03:40.1891268Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:40.1891487Z ========== 2022-09-27T16:03:40.1908832Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_errors /var/lib/jenkins/workspace/test/jit/test_backends.py line 581 2022-09-27T16:03:40.1909364Z due to: 2022-09-27T16:03:40.1909697Z Traceback (most recent call last): 2022-09-27T16:03:40.1909995Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T16:03:40.1910544Z return super().call_method(tx, args, kwargs) 2022-09-27T16:03:40.1910870Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T16:03:40.1911040Z 2022-09-27T16:03:40.1911112Z from user code: 2022-09-27T16:03:40.1911366Z File "/var/lib/jenkins/workspace/test/jit/test_backends.py", line 582, in test_errors 2022-09-27T16:03:40.1911798Z scripted_module_n = torch.jit.script(ErrorMessagesWithCompiler.ModuleNotSupported()) 2022-09-27T16:03:40.1912009Z 2022-09-27T16:03:40.1912139Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:40.1912359Z ========== 2022-09-27T16:03:40.1994595Z ok (0.171s) 2022-09-27T16:03:40.2752639Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_backends.py line 512 2022-09-27T16:03:40.2753573Z due to: 2022-09-27T16:03:40.2753815Z Traceback (most recent call last): 2022-09-27T16:03:40.2754196Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:03:40.2754555Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:03:40.2754907Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:03:40.2755076Z 2022-09-27T16:03:40.2755149Z from user code: 2022-09-27T16:03:40.2755413Z File "/var/lib/jenkins/workspace/test/jit/test_backends.py", line 513, in 2022-09-27T16:03:40.2755714Z backend_output = self.lowered_module(*input) 2022-09-27T16:03:40.2755855Z 2022-09-27T16:03:40.2755990Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:40.2756208Z ========== 2022-09-27T16:03:40.2857382Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_backends.py line 680 2022-09-27T16:03:40.2857939Z due to: 2022-09-27T16:03:40.2858149Z Traceback (most recent call last): 2022-09-27T16:03:40.2858434Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/nn_module.py", line 475, in call_method 2022-09-27T16:03:40.2858734Z if id(method.__code__) in self._nn_module_method_ids(): 2022-09-27T16:03:40.2859078Z AttributeError: 'wrapper_descriptor' object has no attribute '__code__' 2022-09-27T16:03:40.2859249Z 2022-09-27T16:03:40.2859324Z from user code: 2022-09-27T16:03:40.2859585Z File "/var/lib/jenkins/workspace/test/jit/test_backends.py", line 681, in 2022-09-27T16:03:40.2859890Z self.comp_module_compiler_test.test_execution() 2022-09-27T16:03:40.2860039Z 2022-09-27T16:03:40.2860173Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:40.2860381Z ========== 2022-09-27T16:03:40.2906160Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_execution /var/lib/jenkins/workspace/test/jit/test_backends.py line 650 2022-09-27T16:03:40.2906676Z due to: 2022-09-27T16:03:40.2907046Z Traceback (most recent call last): 2022-09-27T16:03:40.2907426Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/nn_module.py", line 475, in call_method 2022-09-27T16:03:40.2907810Z if id(method.__code__) in self._nn_module_method_ids(): 2022-09-27T16:03:40.2908152Z AttributeError: 'wrapper_descriptor' object has no attribute '__code__' 2022-09-27T16:03:40.2908323Z 2022-09-27T16:03:40.2908384Z from user code: 2022-09-27T16:03:40.2908639Z File "/var/lib/jenkins/workspace/test/jit/test_backends.py", line 656, in test_execution 2022-09-27T16:03:40.2908938Z self.check_function("forward", (input1, input2, input2)) 2022-09-27T16:03:40.2909089Z 2022-09-27T16:03:40.2909221Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:40.2909428Z ========== 2022-09-27T16:03:40.3336306Z ok (0.132s) 2022-09-27T16:03:40.3755349Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_batch_mm.py line 43 2022-09-27T16:03:40.3756194Z due to: 2022-09-27T16:03:40.3756367Z Traceback (most recent call last): 2022-09-27T16:03:40.3756649Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:03:40.3757196Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:03:40.3757631Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:03:40.3757835Z 2022-09-27T16:03:40.3757906Z from user code: 2022-09-27T16:03:40.3758191Z File "/var/lib/jenkins/workspace/test/jit/test_batch_mm.py", line 48, in 2022-09-27T16:03:40.3758529Z FileCheck().check_count("aten::mm", 4, exactly=True).run( 2022-09-27T16:03:40.3758678Z 2022-09-27T16:03:40.3758798Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:40.3759019Z ========== 2022-09-27T16:03:40.3759218Z You have not run this instance of FileCheck! 2022-09-27T16:03:40.3759418Z FileCheck checks: 2022-09-27T16:03:40.3895072Z ok (0.054s) 2022-09-27T16:03:40.4313559Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_batch_mm.py line 81 2022-09-27T16:03:40.4314329Z due to: 2022-09-27T16:03:40.4314635Z Traceback (most recent call last): 2022-09-27T16:03:40.4314940Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:03:40.4315378Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:03:40.4315820Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:03:40.4316004Z 2022-09-27T16:03:40.4316075Z from user code: 2022-09-27T16:03:40.4316367Z File "/var/lib/jenkins/workspace/test/jit/test_batch_mm.py", line 86, in 2022-09-27T16:03:40.4316715Z FileCheck().check_count("aten::mm", 4, exactly=True).run( 2022-09-27T16:03:40.4316864Z 2022-09-27T16:03:40.4316982Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:40.4317202Z ========== 2022-09-27T16:03:40.4317401Z You have not run this instance of FileCheck! 2022-09-27T16:03:40.4317593Z FileCheck checks: 2022-09-27T16:03:40.4442950Z ok (0.054s) 2022-09-27T16:03:40.4596852Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_batch_mm.py line 99 2022-09-27T16:03:40.4597546Z due to: 2022-09-27T16:03:40.4597864Z Traceback (most recent call last): 2022-09-27T16:03:40.4598383Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:03:40.4599169Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:03:40.4599959Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:03:40.4600317Z 2022-09-27T16:03:40.4600430Z from user code: 2022-09-27T16:03:40.4600937Z File "/var/lib/jenkins/workspace/test/jit/test_batch_mm.py", line 117, in 2022-09-27T16:03:40.4601483Z FileCheck().check_count("aten::mm", 4, exactly=True).run(test_batch_mm.graph) 2022-09-27T16:03:40.4601740Z 2022-09-27T16:03:40.4601935Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:40.4602253Z ========== 2022-09-27T16:03:40.4602542Z You have not run this instance of FileCheck! 2022-09-27T16:03:40.4602858Z FileCheck checks: 2022-09-27T16:03:40.4604402Z ok (0.015s) 2022-09-27T16:03:40.4781992Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_batch_mm.py line 160 2022-09-27T16:03:40.4783086Z due to: 2022-09-27T16:03:40.4783413Z Traceback (most recent call last): 2022-09-27T16:03:40.4783923Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:03:40.4784556Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:03:40.4785350Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:03:40.4785765Z 2022-09-27T16:03:40.4785868Z from user code: 2022-09-27T16:03:40.4786359Z File "/var/lib/jenkins/workspace/test/jit/test_batch_mm.py", line 188, in 2022-09-27T16:03:40.4786837Z self.run_pass("batch_mm", test_batch_mm.graph) 2022-09-27T16:03:40.4787048Z 2022-09-27T16:03:40.4787242Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:40.4787563Z ========== 2022-09-27T16:03:40.4790033Z ok (0.018s) 2022-09-27T16:03:40.4966964Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_batch_mm.py line 125 2022-09-27T16:03:40.4967757Z due to: 2022-09-27T16:03:40.4968075Z Traceback (most recent call last): 2022-09-27T16:03:40.4968589Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:03:40.4969118Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:03:40.4969937Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:03:40.4970346Z 2022-09-27T16:03:40.4970470Z from user code: 2022-09-27T16:03:40.4970941Z File "/var/lib/jenkins/workspace/test/jit/test_batch_mm.py", line 153, in 2022-09-27T16:03:40.4971531Z self.run_pass("batch_mm", test_batch_mm.graph) 2022-09-27T16:03:40.4971783Z 2022-09-27T16:03:40.4972011Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:40.4972377Z ========== 2022-09-27T16:03:40.4975867Z ok (0.018s) 2022-09-27T16:03:40.5148709Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_batch_mm.py line 195 2022-09-27T16:03:40.5149446Z due to: 2022-09-27T16:03:40.5149786Z Traceback (most recent call last): 2022-09-27T16:03:40.5150279Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:03:40.5151056Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:03:40.5151809Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:03:40.5152167Z 2022-09-27T16:03:40.5152274Z from user code: 2022-09-27T16:03:40.5153014Z File "/var/lib/jenkins/workspace/test/jit/test_batch_mm.py", line 216, in 2022-09-27T16:03:40.5153689Z FileCheck().check_count("aten::mm", 8, exactly=True).run(test_batch_mm.graph) 2022-09-27T16:03:40.5153991Z 2022-09-27T16:03:40.5154221Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:40.5154598Z ========== 2022-09-27T16:03:40.5154942Z You have not run this instance of FileCheck! 2022-09-27T16:03:40.5155248Z FileCheck checks: 2022-09-27T16:03:40.5159868Z ok (0.018s) 2022-09-27T16:03:40.5352105Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_batch_mm.py line 260 2022-09-27T16:03:40.5353272Z due to: 2022-09-27T16:03:40.5353480Z Traceback (most recent call last): 2022-09-27T16:03:40.5353750Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:03:40.5354194Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:03:40.5354716Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:03:40.5354917Z 2022-09-27T16:03:40.5354988Z from user code: 2022-09-27T16:03:40.5355369Z File "/var/lib/jenkins/workspace/test/jit/test_batch_mm.py", line 286, in 2022-09-27T16:03:40.5355758Z FileCheck().check_count("aten::mm", 10, exactly=True).run(test_batch_mm.graph) 2022-09-27T16:03:40.5355929Z 2022-09-27T16:03:40.5356064Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:40.5356271Z ========== 2022-09-27T16:03:40.5356477Z You have not run this instance of FileCheck! 2022-09-27T16:03:40.5356687Z FileCheck checks: 2022-09-27T16:03:40.5361359Z ok (0.020s) 2022-09-27T16:03:40.5555500Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_batch_mm.py line 224 2022-09-27T16:03:40.5556252Z due to: 2022-09-27T16:03:40.5556459Z Traceback (most recent call last): 2022-09-27T16:03:40.5556742Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:03:40.5557167Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:03:40.5557610Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:03:40.5557808Z 2022-09-27T16:03:40.5557880Z from user code: 2022-09-27T16:03:40.5558175Z File "/var/lib/jenkins/workspace/test/jit/test_batch_mm.py", line 250, in 2022-09-27T16:03:40.5558560Z FileCheck().check_count("aten::mm", 10, exactly=True).run(test_batch_mm.graph) 2022-09-27T16:03:40.5558730Z 2022-09-27T16:03:40.5558862Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:40.5559084Z ========== 2022-09-27T16:03:40.5559271Z You have not run this instance of FileCheck! 2022-09-27T16:03:40.5559476Z FileCheck checks: 2022-09-27T16:03:40.5566947Z ok (0.020s) 2022-09-27T16:03:40.5836885Z test_del (jit.test_builtins.TestBuiltins) ... ok (0.026s) 2022-09-27T16:03:40.6800238Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... ok (0.096s) 2022-09-27T16:03:41.5818179Z test_has_attr (jit.test_builtins.TestBuiltins) ... ok (0.901s) 2022-09-27T16:03:41.6013783Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... ok (0.019s) 2022-09-27T16:03:41.6189380Z test_cast_overloads (jit.test_class_type.TestClassType) ... ok (0.017s) 2022-09-27T16:03:41.6201977Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-09-27T16:03:41.6307478Z Test that the error message displayed when convering a class type ... ok (0.011s) 2022-09-27T16:03:41.6739888Z test_class_constant (jit.test_class_type.TestClassType) ... ok (0.043s) 2022-09-27T16:03:41.6826992Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... ok (0.008s) 2022-09-27T16:03:41.6896891Z test_class_inheritance (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-09-27T16:03:41.6910375Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-09-27T16:03:41.6951373Z Test that inheritance is detected in ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT A /var/lib/jenkins/workspace/test/jit/test_class_type.py line 481 2022-09-27T16:03:41.6952004Z due to: 2022-09-27T16:03:41.6952385Z Traceback (most recent call last): 2022-09-27T16:03:41.6952690Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:03:41.6953349Z raise Unsupported(msg) 2022-09-27T16:03:41.6953590Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:03:41.6953744Z 2022-09-27T16:03:41.6953814Z from user code: 2022-09-27T16:03:41.6954046Z File "/var/lib/jenkins/workspace/test/jit/test_class_type.py", line 481, in A 2022-09-27T16:03:41.6954339Z class A: 2022-09-27T16:03:41.6954443Z 2022-09-27T16:03:41.6954576Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:41.6954846Z ========== 2022-09-27T16:03:41.6956457Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT B /var/lib/jenkins/workspace/test/jit/test_class_type.py line 489 2022-09-27T16:03:41.6956955Z due to: 2022-09-27T16:03:41.6957306Z Traceback (most recent call last): 2022-09-27T16:03:41.6957582Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:03:41.6957835Z raise Unsupported(msg) 2022-09-27T16:03:41.6958071Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:03:41.6958216Z 2022-09-27T16:03:41.6958289Z from user code: 2022-09-27T16:03:41.6958531Z File "/var/lib/jenkins/workspace/test/jit/test_class_type.py", line 489, in B 2022-09-27T16:03:41.6958764Z class B(A): 2022-09-27T16:03:41.6958866Z 2022-09-27T16:03:41.6958985Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:41.6959204Z ========== 2022-09-27T16:03:41.7090225Z ok (0.019s) 2022-09-27T16:03:41.9129507Z test_class_sorting (jit.test_class_type.TestClassType) ... ok (0.203s) 2022-09-27T16:03:42.0106863Z test_class_specialization (jit.test_class_type.TestClassType) ... ok (0.097s) 2022-09-27T16:03:42.0228637Z test_class_type_as_param (jit.test_class_type.TestClassType) ... ok (0.012s) 2022-09-27T16:03:42.0240476Z test_classmethod (jit.test_class_type.TestClassType) 2022-09-27T16:03:42.0361586Z Test classmethods on class types. ... ok (0.013s) 2022-09-27T16:03:42.0456955Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-09-27T16:03:42.0473013Z test_custom_delete (jit.test_class_type.TestClassType) 2022-09-27T16:03:42.0710132Z Test that del can be called on an instance of a class that ... ok (0.025s) 2022-09-27T16:03:42.0742040Z test_default_args (jit.test_class_type.TestClassType) 2022-09-27T16:03:42.1382171Z Test that methods on class types can have default arguments. ... ok (0.067s) 2022-09-27T16:03:42.1473777Z test_get_attr (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-09-27T16:03:42.1568247Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-09-27T16:03:42.1669604Z test_get_with_method (jit.test_class_type.TestClassType) ... ok (0.010s) 2022-09-27T16:03:42.1690146Z test_imported_classes (jit.test_class_type.TestClassType) ... skip: Test does not work with TorchDynamo (0.002s) 2022-09-27T16:03:42.1782820Z test_in (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-09-27T16:03:42.1841965Z test_init_compiled_first (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-09-27T16:03:42.2030680Z test_interface (jit.test_class_type.TestClassType) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT OneTwo /var/lib/jenkins/workspace/test/jit/test_class_type.py line 562 2022-09-27T16:03:42.2031163Z due to: 2022-09-27T16:03:42.2031371Z Traceback (most recent call last): 2022-09-27T16:03:42.2031646Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:03:42.2031907Z raise Unsupported(msg) 2022-09-27T16:03:42.2032145Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:03:42.2032307Z 2022-09-27T16:03:42.2032364Z from user code: 2022-09-27T16:03:42.2032614Z File "/var/lib/jenkins/workspace/test/jit/test_class_type.py", line 562, in OneTwo 2022-09-27T16:03:42.2033025Z @torch.jit.interface 2022-09-27T16:03:42.2033145Z 2022-09-27T16:03:42.2033263Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:42.2033483Z ========== 2022-09-27T16:03:42.2054759Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT OneTwoThree /var/lib/jenkins/workspace/test/jit/test_class_type.py line 570 2022-09-27T16:03:42.2055268Z due to: 2022-09-27T16:03:42.2055592Z Traceback (most recent call last): 2022-09-27T16:03:42.2055948Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:03:42.2056324Z raise Unsupported(msg) 2022-09-27T16:03:42.2056548Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:03:42.2056701Z 2022-09-27T16:03:42.2056773Z from user code: 2022-09-27T16:03:42.2057026Z File "/var/lib/jenkins/workspace/test/jit/test_class_type.py", line 570, in OneTwoThree 2022-09-27T16:03:42.2057282Z @torch.jit.interface 2022-09-27T16:03:42.2057385Z 2022-09-27T16:03:42.2057516Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:42.2057735Z ========== 2022-09-27T16:03:42.2082939Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT OneTwoWrong /var/lib/jenkins/workspace/test/jit/test_class_type.py line 581 2022-09-27T16:03:42.2083413Z due to: 2022-09-27T16:03:42.2083767Z Traceback (most recent call last): 2022-09-27T16:03:42.2084269Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:03:42.2084749Z raise Unsupported(msg) 2022-09-27T16:03:42.2085167Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:03:42.2085407Z 2022-09-27T16:03:42.2085550Z from user code: 2022-09-27T16:03:42.2085804Z File "/var/lib/jenkins/workspace/test/jit/test_class_type.py", line 581, in OneTwoWrong 2022-09-27T16:03:42.2086044Z @torch.jit.interface 2022-09-27T16:03:42.2086158Z 2022-09-27T16:03:42.2086290Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:42.2086513Z ========== 2022-09-27T16:03:42.2963830Z ok (0.112s) 2022-09-27T16:03:42.3050736Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... ok (0.008s) 2022-09-27T16:03:42.3156345Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... ok (0.010s) 2022-09-27T16:03:42.3274404Z test_overloaded_fn (jit.test_class_type.TestClassType) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Foo /var/lib/jenkins/workspace/test/jit/test_class_type.py line 692 2022-09-27T16:03:42.3274778Z due to: 2022-09-27T16:03:42.3274968Z Traceback (most recent call last): 2022-09-27T16:03:42.3275305Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:03:42.3275565Z raise Unsupported(msg) 2022-09-27T16:03:42.3275785Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:03:42.3275974Z 2022-09-27T16:03:42.3276060Z from user code: 2022-09-27T16:03:42.3276305Z File "/var/lib/jenkins/workspace/test/jit/test_class_type.py", line 692, in Foo 2022-09-27T16:03:42.3276533Z @torch.jit.script 2022-09-27T16:03:42.3276647Z 2022-09-27T16:03:42.3276830Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:42.3277048Z ========== 2022-09-27T16:03:42.4827499Z ok (0.166s) 2022-09-27T16:03:42.4853681Z test_properties (jit.test_class_type.TestClassType) 2022-09-27T16:03:42.4859094Z Test that a scripted class can make use of the @property decorator. ... skip: Not a suitable test for TorchDynamo (0.003s) 2022-09-27T16:03:42.4966805Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... ok (0.010s) 2022-09-27T16:03:42.5094380Z test_python_interop (jit.test_class_type.TestClassType) ... ok (0.012s) 2022-09-27T16:03:42.5102904Z test_recursive_class (jit.test_class_type.TestClassType) 2022-09-27T16:03:42.5188836Z Recursive class types not yet supported. We should give a good error message. ... ok (0.009s) 2022-09-27T16:03:42.5208154Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-09-27T16:03:42.5257497Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT A /var/lib/jenkins/workspace/test/jit/test_class_type.py line 1362 2022-09-27T16:03:42.5258358Z due to: 2022-09-27T16:03:42.5258531Z Traceback (most recent call last): 2022-09-27T16:03:42.5258807Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:03:42.5259067Z raise Unsupported(msg) 2022-09-27T16:03:42.5259291Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:03:42.5259443Z 2022-09-27T16:03:42.5259584Z from user code: 2022-09-27T16:03:42.5259829Z File "/var/lib/jenkins/workspace/test/jit/test_class_type.py", line 1362, in A 2022-09-27T16:03:42.5260067Z class A(object): 2022-09-27T16:03:42.5260164Z 2022-09-27T16:03:42.5260296Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:42.5260513Z ========== 2022-09-27T16:03:42.5807162Z ok (0.061s) 2022-09-27T16:03:42.5818857Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-09-27T16:03:42.5862187Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Wrapper /var/lib/jenkins/workspace/test/jit/test_class_type.py line 1407 2022-09-27T16:03:42.5862597Z due to: 2022-09-27T16:03:42.5862795Z Traceback (most recent call last): 2022-09-27T16:03:42.5863059Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:03:42.5863320Z raise Unsupported(msg) 2022-09-27T16:03:42.5863557Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:03:42.5863710Z 2022-09-27T16:03:42.5863767Z from user code: 2022-09-27T16:03:42.5864010Z File "/var/lib/jenkins/workspace/test/jit/test_class_type.py", line 1407, in Wrapper 2022-09-27T16:03:42.5864250Z class Wrapper(): 2022-09-27T16:03:42.5864360Z 2022-09-27T16:03:42.5864490Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:42.5864692Z ========== 2022-09-27T16:03:42.5968876Z ok (0.016s) 2022-09-27T16:03:42.5980756Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-09-27T16:03:42.6164943Z Test that class types are recursively scripted when an Python instance of one ... ok (0.019s) 2022-09-27T16:03:42.6180975Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-09-27T16:03:42.6306913Z Test that class types module attributes that fail to script ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ShouldCompile /var/lib/jenkins/workspace/test/jit/test_class_type.py line 1498 2022-09-27T16:03:42.6307555Z due to: 2022-09-27T16:03:42.6307874Z Traceback (most recent call last): 2022-09-27T16:03:42.6308178Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:03:42.6308434Z raise Unsupported(msg) 2022-09-27T16:03:42.6308656Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:03:42.6308807Z 2022-09-27T16:03:42.6308876Z from user code: 2022-09-27T16:03:42.6309129Z File "/var/lib/jenkins/workspace/test/jit/test_class_type.py", line 1498, in ShouldCompile 2022-09-27T16:03:42.6309409Z class ShouldCompile(torch.nn.Module): 2022-09-27T16:03:42.6309543Z 2022-09-27T16:03:42.6309674Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:42.6309888Z ========== 2022-09-27T16:03:42.6438413Z ok (0.027s) 2022-09-27T16:03:42.6452158Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-09-27T16:03:42.6569671Z Test that modifications made to a class instance in TorchScript ... ok (0.013s) 2022-09-27T16:03:42.6625734Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyMod /var/lib/jenkins/workspace/test/jit/test_class_type.py line 225 2022-09-27T16:03:42.6626382Z due to: 2022-09-27T16:03:42.6626667Z Traceback (most recent call last): 2022-09-27T16:03:42.6626941Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:03:42.6627201Z raise Unsupported(msg) 2022-09-27T16:03:42.6627438Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:03:42.6627813Z 2022-09-27T16:03:42.6627883Z from user code: 2022-09-27T16:03:42.6628125Z File "/var/lib/jenkins/workspace/test/jit/test_class_type.py", line 225, in MyMod 2022-09-27T16:03:42.6628402Z class MyMod(torch.jit.ScriptModule): 2022-09-27T16:03:42.6628542Z 2022-09-27T16:03:42.6628663Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:42.6628941Z ========== 2022-09-27T16:03:42.6708034Z ok (0.013s) 2022-09-27T16:03:42.6770787Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyMod /var/lib/jenkins/workspace/test/jit/test_class_type.py line 295 2022-09-27T16:03:42.6771465Z due to: 2022-09-27T16:03:42.6771830Z Traceback (most recent call last): 2022-09-27T16:03:42.6772275Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:03:42.6772519Z raise Unsupported(msg) 2022-09-27T16:03:42.6772755Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:03:42.6772914Z 2022-09-27T16:03:42.6772984Z from user code: 2022-09-27T16:03:42.6773215Z File "/var/lib/jenkins/workspace/test/jit/test_class_type.py", line 295, in MyMod 2022-09-27T16:03:42.6773486Z class MyMod(torch.jit.ScriptModule): 2022-09-27T16:03:42.6773626Z 2022-09-27T16:03:42.6773757Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:42.6773977Z ========== 2022-09-27T16:03:42.6911965Z ok (0.020s) 2022-09-27T16:03:42.6971327Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyMod /var/lib/jenkins/workspace/test/jit/test_class_type.py line 256 2022-09-27T16:03:42.6971934Z due to: 2022-09-27T16:03:42.6972306Z Traceback (most recent call last): 2022-09-27T16:03:42.6972795Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:03:42.6973278Z raise Unsupported(msg) 2022-09-27T16:03:42.6973679Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:03:42.6973850Z 2022-09-27T16:03:42.6973920Z from user code: 2022-09-27T16:03:42.6974164Z File "/var/lib/jenkins/workspace/test/jit/test_class_type.py", line 256, in MyMod 2022-09-27T16:03:42.6974437Z class MyMod(torch.jit.ScriptModule): 2022-09-27T16:03:42.6974580Z 2022-09-27T16:03:42.6974699Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:42.6974917Z ========== 2022-09-27T16:03:42.7059967Z ok (0.014s) 2022-09-27T16:03:42.7069670Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-09-27T16:03:42.9649150Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... ok (0.258s) 2022-09-27T16:03:42.9662688Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-09-27T16:03:42.9887196Z Test that a scripted class can have a method that refers to the class itself ... ok (0.023s) 2022-09-27T16:03:42.9995033Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... ok (0.010s) 2022-09-27T16:03:43.0095853Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-09-27T16:03:43.0191561Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-09-27T16:03:43.0207896Z test_staticmethod (jit.test_class_type.TestClassType) 2022-09-27T16:03:43.0437305Z Test static methods on class types. ... ok (0.024s) 2022-09-27T16:03:43.0450680Z test_type_annotation (jit.test_class_type.TestClassType) 2022-09-27T16:03:43.0549349Z Test that annotating container attributes with types works correctly ... ok (0.010s) 2022-09-27T16:03:43.0662311Z test_type_annotations (jit.test_class_type.TestClassType) ... ok (0.011s) 2022-09-27T16:03:43.0767674Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... ok (0.010s) 2022-09-27T16:03:43.0786917Z test_unused_method (jit.test_class_type.TestClassType) 2022-09-27T16:03:43.0835564Z Test unused methods on scripted classes. ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Unused /var/lib/jenkins/workspace/test/jit/test_class_type.py line 979 2022-09-27T16:03:43.0836484Z due to: 2022-09-27T16:03:43.0836771Z Traceback (most recent call last): 2022-09-27T16:03:43.0837257Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:03:43.0837658Z raise Unsupported(msg) 2022-09-27T16:03:43.0838152Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:03:43.0838426Z 2022-09-27T16:03:43.0838554Z from user code: 2022-09-27T16:03:43.0839000Z File "/var/lib/jenkins/workspace/test/jit/test_class_type.py", line 979, in Unused 2022-09-27T16:03:43.0839445Z @torch.jit.script 2022-09-27T16:03:43.0839633Z 2022-09-27T16:03:43.0839869Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:43.0840267Z ========== 2022-09-27T16:03:43.0884640Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModuleWithUnused /var/lib/jenkins/workspace/test/jit/test_class_type.py line 997 2022-09-27T16:03:43.0885134Z due to: 2022-09-27T16:03:43.0885553Z Traceback (most recent call last): 2022-09-27T16:03:43.0885995Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:03:43.0886392Z raise Unsupported(msg) 2022-09-27T16:03:43.0886761Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:03:43.0887007Z 2022-09-27T16:03:43.0887119Z from user code: 2022-09-27T16:03:43.0887588Z File "/var/lib/jenkins/workspace/test/jit/test_class_type.py", line 997, in ModuleWithUnused 2022-09-27T16:03:43.0888048Z class ModuleWithUnused(nn.Module): 2022-09-27T16:03:43.0888269Z 2022-09-27T16:03:43.0888487Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:43.0888849Z ========== 2022-09-27T16:03:43.1017456Z ok (0.024s) 2022-09-27T16:03:43.1378543Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT eq /var/lib/jenkins/workspace/test/jit/test_complex.py line 339 2022-09-27T16:03:43.1379129Z due to: 2022-09-27T16:03:43.1379422Z Traceback (most recent call last): 2022-09-27T16:03:43.1379861Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 200, in as_proxy 2022-09-27T16:03:43.1380291Z raise NotImplementedError(str(self)) 2022-09-27T16:03:43.1380720Z NotImplementedError: UserDefinedObjectVariable(complex) 2022-09-27T16:03:43.1380979Z 2022-09-27T16:03:43.1381109Z from user code: 2022-09-27T16:03:43.1381469Z File "/var/lib/jenkins/workspace/test/jit/test_complex.py", line 340, in eq 2022-09-27T16:03:43.1381838Z return x == y 2022-09-27T16:03:43.1381994Z 2022-09-27T16:03:43.1382199Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:43.1382526Z ========== 2022-09-27T16:03:43.1424420Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ne /var/lib/jenkins/workspace/test/jit/test_complex.py line 342 2022-09-27T16:03:43.1424960Z due to: 2022-09-27T16:03:43.1425239Z Traceback (most recent call last): 2022-09-27T16:03:43.1425704Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 200, in as_proxy 2022-09-27T16:03:43.1426139Z raise NotImplementedError(str(self)) 2022-09-27T16:03:43.1426570Z NotImplementedError: UserDefinedObjectVariable(complex) 2022-09-27T16:03:43.1426809Z 2022-09-27T16:03:43.1426922Z from user code: 2022-09-27T16:03:43.1427306Z File "/var/lib/jenkins/workspace/test/jit/test_complex.py", line 343, in ne 2022-09-27T16:03:43.1427677Z return x != y 2022-09-27T16:03:43.1427845Z 2022-09-27T16:03:43.1428028Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:43.1428371Z ========== 2022-09-27T16:03:43.1680710Z ok (0.065s) 2022-09-27T16:03:43.1869273Z test_comparison_ops (jit.test_complex.TestComplex) ... ok (0.018s) 2022-09-27T16:03:43.3679996Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT checkCmath /var/lib/jenkins/workspace/test/jit/test_complex.py line 77 2022-09-27T16:03:43.3680549Z due to: 2022-09-27T16:03:43.3681095Z Traceback (most recent call last): 2022-09-27T16:03:43.3681529Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 98, in call_method 2022-09-27T16:03:43.3681864Z assert not kwargs 2022-09-27T16:03:43.3682160Z AssertionError 2022-09-27T16:03:43.3682331Z 2022-09-27T16:03:43.3682432Z from user code: 2022-09-27T16:03:43.3682901Z File "/var/lib/jenkins/workspace/test/jit/test_complex.py", line 78, in checkCmath 2022-09-27T16:03:43.3683359Z funcs_str = funcs_template.format(func_or_const=func_name) 2022-09-27T16:03:43.3683602Z 2022-09-27T16:03:43.3683810Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:43.3684132Z ========== 2022-09-27T16:03:43.9164563Z ok (0.729s) 2022-09-27T16:03:43.9765323Z test_complex_constructor (jit.test_complex.TestComplex) ... ok (0.059s) 2022-09-27T16:03:43.9989577Z test_complex_list_sum (jit.test_complex.TestComplex) ... ok (0.022s) 2022-09-27T16:03:44.0267388Z test_complex_parse (jit.test_complex.TestComplex) ... ok (0.027s) 2022-09-27T16:03:44.0346592Z test_complexdict (jit.test_complex.TestComplex) ... ok (0.007s) 2022-09-27T16:03:44.0419872Z test_complexlist (jit.test_complex.TestComplex) ... ok (0.007s) 2022-09-27T16:03:44.0489053Z test_div (jit.test_complex.TestComplex) ... ok (0.006s) 2022-09-27T16:03:44.0537148Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ComplexModule /var/lib/jenkins/workspace/test/jit/test_complex.py line 159 2022-09-27T16:03:44.0537822Z due to: 2022-09-27T16:03:44.0538161Z Traceback (most recent call last): 2022-09-27T16:03:44.0538687Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:03:44.0539102Z raise Unsupported(msg) 2022-09-27T16:03:44.0539481Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:03:44.0539724Z 2022-09-27T16:03:44.0539828Z from user code: 2022-09-27T16:03:44.0540192Z File "/var/lib/jenkins/workspace/test/jit/test_complex.py", line 159, in ComplexModule 2022-09-27T16:03:44.0540665Z class ComplexModule(torch.jit.ScriptModule): 2022-09-27T16:03:44.0540898Z 2022-09-27T16:03:44.0541097Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:44.0541460Z ========== 2022-09-27T16:03:44.0568008Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_complex.py line 160 2022-09-27T16:03:44.0568537Z due to: 2022-09-27T16:03:44.0568866Z Traceback (most recent call last): 2022-09-27T16:03:44.0569402Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:03:44.0569962Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:03:44.0570524Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:03:44.0570878Z 2022-09-27T16:03:44.0570996Z from user code: 2022-09-27T16:03:44.0571421Z File "/var/lib/jenkins/workspace/test/jit/test_complex.py", line 161, in __init__ 2022-09-27T16:03:44.0571863Z super().__init__() 2022-09-27T16:03:44.0572058Z 2022-09-27T16:03:44.0572292Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:44.0572624Z ========== 2022-09-27T16:03:44.0638325Z ok (0.014s) 2022-09-27T16:03:44.0691145Z test_pickle (jit.test_complex.TestComplex) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ComplexModule /var/lib/jenkins/workspace/test/jit/test_complex.py line 39 2022-09-27T16:03:44.0691756Z due to: 2022-09-27T16:03:44.0692025Z Traceback (most recent call last): 2022-09-27T16:03:44.0692443Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:03:44.0692828Z raise Unsupported(msg) 2022-09-27T16:03:44.0693173Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:03:44.0693416Z 2022-09-27T16:03:44.0693527Z from user code: 2022-09-27T16:03:44.0693918Z File "/var/lib/jenkins/workspace/test/jit/test_complex.py", line 39, in ComplexModule 2022-09-27T16:03:44.0694363Z class ComplexModule(torch.jit.ScriptModule): 2022-09-27T16:03:44.0694831Z 2022-09-27T16:03:44.0695039Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:44.0695371Z ========== 2022-09-27T16:03:44.0717343Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_complex.py line 40 2022-09-27T16:03:44.0717853Z due to: 2022-09-27T16:03:44.0718384Z Traceback (most recent call last): 2022-09-27T16:03:44.0718940Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:03:44.0719498Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:03:44.0720048Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:03:44.0720398Z 2022-09-27T16:03:44.0720524Z from user code: 2022-09-27T16:03:44.0720958Z File "/var/lib/jenkins/workspace/test/jit/test_complex.py", line 41, in __init__ 2022-09-27T16:03:44.0721374Z super().__init__() 2022-09-27T16:03:44.0721576Z 2022-09-27T16:03:44.0721803Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:44.0722121Z ========== 2022-09-27T16:03:44.0785923Z ok (0.014s) 2022-09-27T16:03:44.0852259Z test_script (jit.test_complex.TestComplex) ... ok (0.006s) 2022-09-27T16:03:44.1119781Z test_tensor_attributes (jit.test_complex.TestComplex) ... ok (0.026s) 2022-09-27T16:03:44.2558958Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... ok (0.143s) 2022-09-27T16:03:44.2768266Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.020s) 2022-09-27T16:03:44.2839870Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_calling_traced_custom_op /var/lib/jenkins/workspace/test/jit/test_custom_operators.py line 99 2022-09-27T16:03:44.2840384Z due to: 2022-09-27T16:03:44.2840587Z Traceback (most recent call last): 2022-09-27T16:03:44.2840952Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:03:44.2841265Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:03:44.2841636Z NotImplementedError: argument of type: 2022-09-27T16:03:44.2841826Z 2022-09-27T16:03:44.2841897Z from user code: 2022-09-27T16:03:44.2842172Z File "/var/lib/jenkins/workspace/test/jit/test_custom_operators.py", line 101, in test_calling_traced_custom_op 2022-09-27T16:03:44.2842496Z func = torch.jit.trace(torch.ops.aten.relu, [input]) 2022-09-27T16:03:44.2842650Z 2022-09-27T16:03:44.2842784Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:44.2843001Z ========== 2022-09-27T16:03:44.2888892Z ok (0.012s) 2022-09-27T16:03:44.3004181Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... ok (0.011s) 2022-09-27T16:03:44.4997291Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... ok (0.199s) 2022-09-27T16:03:44.5059823Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_generic_list /var/lib/jenkins/workspace/test/jit/test_custom_operators.py line 124 2022-09-27T16:03:44.5060357Z due to: 2022-09-27T16:03:44.5060561Z Traceback (most recent call last): 2022-09-27T16:03:44.5060927Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:03:44.5061468Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:03:44.5061915Z AssertionError: torch.* op returned non-Tensor str call_function _test.get_first 2022-09-27T16:03:44.5062098Z 2022-09-27T16:03:44.5062210Z from user code: 2022-09-27T16:03:44.5062502Z File "/var/lib/jenkins/workspace/test/jit/test_custom_operators.py", line 125, in test_generic_list 2022-09-27T16:03:44.5062869Z self.assertEqual(torch.ops._test.get_first([['hello']]), 'hello') 2022-09-27T16:03:44.5063225Z 2022-09-27T16:03:44.5063358Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:44.5063580Z ========== 2022-09-27T16:03:44.5063747Z ok (0.006s) 2022-09-27T16:03:44.5191181Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... ok (0.012s) 2022-09-27T16:03:44.5264150Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... ok (0.007s) 2022-09-27T16:03:44.5334356Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.006s) 2022-09-27T16:03:44.5404616Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.006s) 2022-09-27T16:03:44.5478957Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... ok (0.007s) 2022-09-27T16:03:44.5579801Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_custom_operators.py line 115 2022-09-27T16:03:44.5580323Z due to: 2022-09-27T16:03:44.5580529Z Traceback (most recent call last): 2022-09-27T16:03:44.5580804Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:03:44.5581110Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:03:44.5581570Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:03:44.5581798Z 2022-09-27T16:03:44.5581867Z from user code: 2022-09-27T16:03:44.5582159Z File "/var/lib/jenkins/workspace/test/jit/test_custom_operators.py", line 118, in 2022-09-27T16:03:44.5582557Z self.assertExpectedInline(canonical(func.graph), '''\ 2022-09-27T16:03:44.5582717Z 2022-09-27T16:03:44.5582848Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:44.5583054Z ========== 2022-09-27T16:03:44.5690890Z ok (0.021s) 2022-09-27T16:03:44.5700791Z test_script_graph_for_custom_ops_matches_traced_graph (jit.test_custom_operators.TestCustomOperators) ... skip: Need to figure out default dtype differences between fbcode and oss (0.000s) 2022-09-27T16:03:44.5825141Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... ok (0.012s) 2022-09-27T16:03:44.5954270Z test_where_no_scalar (jit.test_custom_operators.TestCustomOperators) ... ok (0.012s) 2022-09-27T16:03:44.6063046Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... ok (0.010s) 2022-09-27T16:03:44.6177557Z test_setattr_removed (jit.test_dce.TestDCE) ... ok (0.011s) 2022-09-27T16:03:44.6187718Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:03:44.6197057Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:03:44.6213488Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:03:44.6227396Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:03:44.6236303Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:03:44.8797293Z test__post_init__ (jit.test_dataclasses.TestDataclasses) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /opt/conda/lib/python3.7/site-packages/hypothesis/strategies/_internal/numbers.py line 152 2022-09-27T16:03:44.8797771Z due to: 2022-09-27T16:03:44.8797959Z Traceback (most recent call last): 2022-09-27T16:03:44.8798260Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T16:03:44.8798543Z return super().call_method(tx, args, kwargs) 2022-09-27T16:03:44.8798884Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T16:03:44.8799291Z 2022-09-27T16:03:44.8799363Z from user code: 2022-09-27T16:03:44.8799736Z File "/opt/conda/lib/python3.7/site-packages/hypothesis/strategies/_internal/numbers.py", line 153, in __init__ 2022-09-27T16:03:44.8800016Z SearchStrategy.__init__(self) 2022-09-27T16:03:44.8800144Z 2022-09-27T16:03:44.8800337Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:44.8800558Z ========== 2022-09-27T16:03:48.7785165Z ok (4.154s) 2022-09-27T16:03:53.7523907Z test_comparators (jit.test_dataclasses.TestDataclasses) ... ok (4.973s) 2022-09-27T16:03:53.7782538Z test_custom__eq__ (jit.test_dataclasses.TestDataclasses) ... ok (0.025s) 2022-09-27T16:03:53.7946372Z test_default_factories (jit.test_dataclasses.TestDataclasses) ... ok (0.016s) 2022-09-27T16:03:53.7959717Z test_init_vars (jit.test_dataclasses.TestDataclasses) ... skip: InitVar not supported in Python < 3.8 (0.001s) 2022-09-27T16:03:53.8169752Z test_no_source (jit.test_dataclasses.TestDataclasses) ... ok (0.020s) 2022-09-27T16:03:53.8261500Z test_use_unregistered_dataclass_raises (jit.test_dataclasses.TestDataclasses) ... ok (0.009s) 2022-09-27T16:03:53.9054812Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.079s) 2022-09-27T16:03:53.9163716Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_device_analysis.py line 81 2022-09-27T16:03:53.9164439Z due to: 2022-09-27T16:03:53.9164777Z Traceback (most recent call last): 2022-09-27T16:03:53.9165298Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:03:53.9165897Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:03:53.9166749Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:03:53.9167188Z 2022-09-27T16:03:53.9167322Z from user code: 2022-09-27T16:03:53.9167811Z File "/var/lib/jenkins/workspace/test/jit/test_device_analysis.py", line 81, in 2022-09-27T16:03:53.9168124Z graph = torch.jit.script(add_self).graph 2022-09-27T16:03:53.9168271Z 2022-09-27T16:03:53.9168402Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:53.9168621Z ========== 2022-09-27T16:03:53.9168771Z ok (0.011s) 2022-09-27T16:03:53.9804220Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.063s) 2022-09-27T16:03:54.0431232Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.062s) 2022-09-27T16:03:54.0817745Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.038s) 2022-09-27T16:03:54.0901667Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.008s) 2022-09-27T16:03:54.0980396Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.007s) 2022-09-27T16:03:54.1567690Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py line 144 2022-09-27T16:03:54.1568152Z due to: 2022-09-27T16:03:54.1568340Z Traceback (most recent call last): 2022-09-27T16:03:54.1568659Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:03:54.1569030Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:03:54.1569244Z AssertionError: type 2022-09-27T16:03:54.1569362Z 2022-09-27T16:03:54.1569432Z from user code: 2022-09-27T16:03:54.1569864Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py", line 171, in __init__ 2022-09-27T16:03:54.1570123Z torch.nn.Conv2d, 2022-09-27T16:03:54.1570245Z 2022-09-27T16:03:54.1570423Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:54.1570855Z ========== 2022-09-27T16:03:59.1593278Z ok (5.061s) 2022-09-27T16:03:59.1689758Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.009s) 2022-09-27T16:03:59.1767891Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.007s) 2022-09-27T16:03:59.1868590Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.009s) 2022-09-27T16:03:59.2022155Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.015s) 2022-09-27T16:03:59.2104637Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.008s) 2022-09-27T16:03:59.3265856Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.115s) 2022-09-27T16:03:59.3275385Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... skip: No CUDA (0.000s) 2022-09-27T16:03:59.3565146Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.028s) 2022-09-27T16:03:59.3590010Z test_aug_assign (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.002s) 2022-09-27T16:03:59.3614445Z test_basic (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.002s) 2022-09-27T16:03:59.3627197Z test_clear (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.001s) 2022-09-27T16:03:59.3639724Z test_copy (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.001s) 2022-09-27T16:03:59.3655948Z test_del (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.001s) 2022-09-27T16:03:59.3674804Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.001s) 2022-09-27T16:03:59.3689748Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.001s) 2022-09-27T16:03:59.3705109Z test_dict_to_python (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.001s) 2022-09-27T16:03:59.3723593Z test_dict_variance (jit.test_list_dict.TestDict) 2022-09-27T16:03:59.3728618Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... skip: TorchDynamo fails for this test for unknown reason (0.002s) 2022-09-27T16:03:59.3744249Z test_get (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.001s) 2022-09-27T16:03:59.3760052Z test_get_boolkey (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.001s) 2022-09-27T16:03:59.3774438Z test_items (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.001s) 2022-09-27T16:03:59.3786554Z test_key_type (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.001s) 2022-09-27T16:03:59.3802266Z test_keys (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.001s) 2022-09-27T16:03:59.3814512Z test_len (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.001s) 2022-09-27T16:03:59.3827941Z test_loop (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.001s) 2022-09-27T16:03:59.3845458Z test_membership (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.001s) 2022-09-27T16:03:59.3858494Z test_mutability (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.001s) 2022-09-27T16:03:59.3873980Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.001s) 2022-09-27T16:03:59.3895503Z test_ordered_dict (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.002s) 2022-09-27T16:03:59.3914218Z test_pop (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.001s) 2022-09-27T16:03:59.3930857Z test_popitem (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.001s) 2022-09-27T16:03:59.3945006Z test_setdefault (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.001s) 2022-09-27T16:03:59.3957928Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-09-27T16:03:59.3966347Z Test that the use of a Dict type annotation without contained ... skip: TorchDynamo fails for this test for unknown reason (0.002s) 2022-09-27T16:03:59.3980686Z test_update (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.001s) 2022-09-27T16:03:59.3993693Z test_update_existing_key (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.001s) 2022-09-27T16:03:59.4006801Z test_values (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.001s) 2022-09-27T16:03:59.4020271Z test_view (jit.test_list_dict.TestDict) ... skip: TorchDynamo fails for this test for unknown reason (0.001s) 2022-09-27T16:03:59.4059626Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT setUp /var/lib/jenkins/workspace/test/jit/test_dtype_analysis.py line 92 2022-09-27T16:03:59.4060311Z due to: 2022-09-27T16:03:59.4060621Z Traceback (most recent call last): 2022-09-27T16:03:59.4061127Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:03:59.4061909Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:03:59.4062905Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:03:59.4063370Z 2022-09-27T16:03:59.4063475Z from user code: 2022-09-27T16:03:59.4063929Z File "/var/lib/jenkins/workspace/test/jit/test_dtype_analysis.py", line 94, in setUp 2022-09-27T16:03:59.4064447Z torch._C._jit_symbolic_shapes_test_mode_enabled() 2022-09-27T16:03:59.4064704Z 2022-09-27T16:03:59.4064944Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:59.4065306Z ========== 2022-09-27T16:03:59.4415356Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_dtype_analysis.py line 145 2022-09-27T16:03:59.4415973Z due to: 2022-09-27T16:03:59.4416318Z Traceback (most recent call last): 2022-09-27T16:03:59.4416845Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:03:59.4417396Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:03:59.4418253Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:03:59.4418663Z 2022-09-27T16:03:59.4418800Z from user code: 2022-09-27T16:03:59.4419342Z File "/var/lib/jenkins/workspace/test/jit/test_dtype_analysis.py", line 145, in 2022-09-27T16:03:59.4419970Z graph = torch.jit.script(fn).graph # Note this is a cached graph 2022-09-27T16:03:59.4420266Z 2022-09-27T16:03:59.4420494Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:59.4420893Z ========== 2022-09-27T16:03:59.5296130Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT tearDown /var/lib/jenkins/workspace/test/jit/test_dtype_analysis.py line 98 2022-09-27T16:03:59.5296506Z due to: 2022-09-27T16:03:59.5296722Z Traceback (most recent call last): 2022-09-27T16:03:59.5296997Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:03:59.5297437Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:03:59.5297981Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:03:59.5298462Z 2022-09-27T16:03:59.5298536Z from user code: 2022-09-27T16:03:59.5298779Z File "/var/lib/jenkins/workspace/test/jit/test_dtype_analysis.py", line 100, in tearDown 2022-09-27T16:03:59.5299058Z self.prev_symbolic_shapes_test_enabled 2022-09-27T16:03:59.5299257Z 2022-09-27T16:03:59.5299391Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:59.5299595Z ========== 2022-09-27T16:03:59.5299751Z ok (0.127s) 2022-09-27T16:03:59.5999336Z test_binary_tensors (jit.test_dtype_analysis.TestDtypeAnalysis) ... /var/lib/jenkins/workspace/test/jit/test_dtype_analysis.py:165: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:03:59.5999868Z rand_tensor = torch.rand(shape, dtype=dtype) 2022-09-27T16:03:59.7097849Z ok (0.179s) 2022-09-27T16:03:59.7812974Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.071s) 2022-09-27T16:03:59.8575000Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.075s) 2022-09-27T16:03:59.9325112Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.074s) 2022-09-27T16:04:00.0169156Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.084s) 2022-09-27T16:04:00.0554800Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.038s) 2022-09-27T16:04:00.0681190Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.012s) 2022-09-27T16:04:00.1130296Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.044s) 2022-09-27T16:04:00.1519956Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.038s) 2022-09-27T16:04:00.1657973Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-09-27T16:04:00.1724287Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:04:00.1788603Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:04:00.1852869Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:04:00.1983009Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-09-27T16:04:00.2041953Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-09-27T16:04:00.2100533Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-09-27T16:04:00.2158979Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-09-27T16:04:00.2216784Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-09-27T16:04:00.2274101Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-09-27T16:04:00.2319653Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-09-27T16:04:00.2364841Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-09-27T16:04:00.2410258Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-09-27T16:04:00.2813783Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.040s) 2022-09-27T16:04:00.2888843Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:04:00.2993127Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:04:00.3191907Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-09-27T16:04:00.3553928Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.035s) 2022-09-27T16:04:00.3607687Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-09-27T16:04:00.3698024Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:04:00.3784375Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:04:00.3830452Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-09-27T16:04:00.4182314Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.034s) 2022-09-27T16:04:00.4270041Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:04:00.4342723Z test_custom_rules_ints_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:04:00.4413714Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:04:00.4485003Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:04:00.4858773Z test_custom_rules_ints_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.037s) 2022-09-27T16:04:00.5028018Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:04:00.5202541Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-09-27T16:04:00.5560014Z test_custom_rules_ints_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.035s) 2022-09-27T16:04:00.5664205Z test_custom_rules_ints_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:04:00.5764869Z test_custom_rules_ints_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:04:00.6132826Z test_custom_rules_ints_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.036s) 2022-09-27T16:04:00.6240617Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:04:00.6347833Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:04:00.6451528Z test_custom_rules_ints_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:04:00.6557093Z test_custom_rules_ints_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:04:00.6661844Z test_custom_rules_ints_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:04:00.6754929Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:04:00.6863186Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:04:00.6966279Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:04:00.7020225Z test_custom_rules_ints_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-09-27T16:04:00.7069638Z test_custom_rules_ints_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-09-27T16:04:00.7118811Z test_custom_rules_ints_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-09-27T16:04:00.7180931Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:04:00.7242279Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-09-27T16:04:00.7303534Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-09-27T16:04:00.7352443Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-09-27T16:04:00.7401697Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-09-27T16:04:00.7450502Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-09-27T16:04:00.7497945Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-09-27T16:04:00.7546063Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-09-27T16:04:00.7687024Z test_custom_rules_ints_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-09-27T16:04:00.7759236Z test_custom_rules_ints_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:04:00.7831174Z test_custom_rules_ints_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:04:00.7970118Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-09-27T16:04:00.8041172Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:04:00.8111730Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:04:00.8197529Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:04:00.8285258Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:04:00.8374158Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:04:00.8453237Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:04:00.8529712Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:04:00.8606103Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:04:00.8679366Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:04:00.8754442Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:04:00.8828521Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:04:00.8905828Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:04:00.8981991Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:04:00.9061191Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:04:00.9138905Z test_custom_rules_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:04:00.9219897Z test_custom_rules_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:04:00.9297675Z test_custom_rules_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:04:00.9375880Z test_custom_rules_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:04:00.9463095Z test_custom_rules_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:04:00.9548048Z test_custom_rules_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:04:00.9634415Z test_custom_rules_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:04:00.9716492Z test_custom_rules_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:04:00.9799359Z test_custom_rules_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:04:00.9881556Z test_custom_rules_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:04:00.9961596Z test_custom_rules_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:04:01.0054302Z test_custom_rules_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:04:01.0145332Z test_custom_rules_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:04:01.0237931Z test_custom_rules_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:04:01.0345981Z test_custom_rules_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:04:01.0589231Z test_custom_rules_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.024s) 2022-09-27T16:04:01.0829099Z test_custom_rules_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.023s) 2022-09-27T16:04:01.0929843Z test_custom_rules_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:04:01.1027212Z test_custom_rules_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:04:01.1128412Z test_custom_rules_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:04:01.1234911Z test_custom_rules_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:04:01.1489684Z test_custom_rules_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.025s) 2022-09-27T16:04:01.1747407Z test_custom_rules_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.025s) 2022-09-27T16:04:01.1854189Z test_custom_rules_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:04:01.1958522Z test_custom_rules_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:04:01.2060260Z test_custom_rules_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:04:01.2163058Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:04:01.2266424Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:04:01.2366825Z test_custom_rules_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:04:01.2438122Z test_custom_rules_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:04:01.2510140Z test_custom_rules_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:04:01.2581954Z test_custom_rules_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:04:01.2670080Z test_custom_rules_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:04:01.2761232Z test_custom_rules_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:04:01.2848488Z test_custom_rules_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:04:01.2950456Z test_custom_rules_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:04:01.3056919Z test_custom_rules_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:04:01.3166020Z test_custom_rules_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:04:01.3268241Z test_custom_rules_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:04:01.3370616Z test_custom_rules_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:04:01.3444181Z test_custom_rules_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:04:01.3514031Z test_custom_rules_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:04:01.3582329Z test_custom_rules_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:04:01.3709452Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... ok (0.012s) 2022-09-27T16:04:01.3811520Z test_enum_as_const (jit.test_enum.TestEnum) ... ok (0.010s) 2022-09-27T16:04:01.3949004Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.013s) 2022-09-27T16:04:01.4044708Z test_enum_comp (jit.test_enum.TestEnum) ... ok (0.009s) 2022-09-27T16:04:01.4169360Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... ok (0.012s) 2022-09-27T16:04:01.4211363Z test_enum_explicit_script (jit.test_enum.TestEnum) ... ok (0.004s) 2022-09-27T16:04:01.4332686Z test_enum_iterate (jit.test_enum.TestEnum) ... ok (0.012s) 2022-09-27T16:04:01.4437219Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... ok (0.010s) 2022-09-27T16:04:01.4571877Z test_enum_module_return (jit.test_enum.TestEnum) ... ok (0.013s) 2022-09-27T16:04:01.4669997Z test_enum_name (jit.test_enum.TestEnum) ... ok (0.009s) 2022-09-27T16:04:01.4766011Z test_enum_return (jit.test_enum.TestEnum) ... ok (0.009s) 2022-09-27T16:04:01.4861425Z test_enum_value (jit.test_enum.TestEnum) ... ok (0.009s) 2022-09-27T16:04:01.5020368Z test_enum_value_types (jit.test_enum.TestEnum) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT TensorEnum /var/lib/jenkins/workspace/test/jit/test_enum.py line 47 2022-09-27T16:04:01.5020947Z due to: 2022-09-27T16:04:01.5021244Z Traceback (most recent call last): 2022-09-27T16:04:01.5021672Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:04:01.5022103Z raise Unsupported(msg) 2022-09-27T16:04:01.5022459Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:04:01.5022719Z 2022-09-27T16:04:01.5022829Z from user code: 2022-09-27T16:04:01.5023216Z File "/var/lib/jenkins/workspace/test/jit/test_enum.py", line 47, in TensorEnum 2022-09-27T16:04:01.5023625Z class TensorEnum(Enum): 2022-09-27T16:04:01.5023792Z 2022-09-27T16:04:01.5023980Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:01.5024347Z ========== 2022-09-27T16:04:01.5108908Z ok (0.024s) 2022-09-27T16:04:01.5184879Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... ok (0.007s) 2022-09-27T16:04:01.5260968Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... ok (0.007s) 2022-09-27T16:04:01.5396375Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.013s) 2022-09-27T16:04:01.5474581Z test_aten_fallback (jit.test_export_modes.TestExportModes) ... ok (0.007s) 2022-09-27T16:04:01.5491269Z test_caffe2_aten_fallback (jit.test_export_modes.TestExportModes) ... skip: Caffe2 is not available (0.001s) 2022-09-27T16:04:01.5525867Z test_compressed_zipfile (jit.test_export_modes.TestExportModes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_compressed_zipfile /var/lib/jenkins/workspace/test/jit/test_export_modes.py line 48 2022-09-27T16:04:01.5526533Z due to: 2022-09-27T16:04:01.5526826Z Traceback (most recent call last): 2022-09-27T16:04:01.5527323Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T16:04:01.5527817Z return super().call_method(tx, args, kwargs) 2022-09-27T16:04:01.5528376Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T16:04:01.5528663Z 2022-09-27T16:04:01.5528775Z from user code: 2022-09-27T16:04:01.5529226Z File "/var/lib/jenkins/workspace/test/jit/test_export_modes.py", line 49, in test_compressed_zipfile 2022-09-27T16:04:01.5529730Z torch_model = TestExportModes.MyModel() 2022-09-27T16:04:01.5529957Z 2022-09-27T16:04:01.5530178Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:01.5530544Z ========== 2022-09-27T16:04:01.5534864Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_export_modes.py line 28 2022-09-27T16:04:01.5535322Z due to: 2022-09-27T16:04:01.5535642Z Traceback (most recent call last): 2022-09-27T16:04:01.5536131Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:04:01.5536657Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:04:01.5537193Z NotImplementedError: GetAttrVariable(UserDefinedClassVariable(), MyModel) is not a constant 2022-09-27T16:04:01.5537535Z 2022-09-27T16:04:01.5537650Z from user code: 2022-09-27T16:04:01.5538065Z File "/var/lib/jenkins/workspace/test/jit/test_export_modes.py", line 29, in __init__ 2022-09-27T16:04:01.5538833Z super(TestExportModes.MyModel, self).__init__() 2022-09-27T16:04:01.5539096Z 2022-09-27T16:04:01.5539317Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:01.5539683Z ========== 2022-09-27T16:04:01.5557207Z /var/lib/jenkins/workspace/test/jit/test_export_modes.py:53: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:04:01.5557921Z export_type=torch.onnx.ExportTypes.COMPRESSED_ZIP_ARCHIVE) 2022-09-27T16:04:01.5594449Z ok (0.010s) 2022-09-27T16:04:01.5630058Z test_directory (jit.test_export_modes.TestExportModes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_directory /var/lib/jenkins/workspace/test/jit/test_export_modes.py line 55 2022-09-27T16:04:01.5630657Z due to: 2022-09-27T16:04:01.5630964Z Traceback (most recent call last): 2022-09-27T16:04:01.5631456Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T16:04:01.5631963Z return super().call_method(tx, args, kwargs) 2022-09-27T16:04:01.5632518Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T16:04:01.5632961Z 2022-09-27T16:04:01.5633078Z from user code: 2022-09-27T16:04:01.5633524Z File "/var/lib/jenkins/workspace/test/jit/test_export_modes.py", line 56, in test_directory 2022-09-27T16:04:01.5634010Z torch_model = TestExportModes.MyModel() 2022-09-27T16:04:01.5634233Z 2022-09-27T16:04:01.5634452Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:01.5634817Z ========== 2022-09-27T16:04:01.5653267Z /var/lib/jenkins/workspace/test/jit/test_export_modes.py:60: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:04:01.5653973Z export_type=torch.onnx.ExportTypes.DIRECTORY) 2022-09-27T16:04:01.5681283Z ok (0.008s) 2022-09-27T16:04:01.5742193Z test_onnx_aten (jit.test_export_modes.TestExportModes) ... ok (0.005s) 2022-09-27T16:04:01.5925774Z test_onnx_multiple_return (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:67: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:04:01.5926535Z f = io.BytesIO() 2022-09-27T16:04:01.5945466Z ok (0.020s) 2022-09-27T16:04:01.5982066Z test_protobuf (jit.test_export_modes.TestExportModes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_protobuf /var/lib/jenkins/workspace/test/jit/test_export_modes.py line 34 2022-09-27T16:04:01.5982683Z due to: 2022-09-27T16:04:01.5982978Z Traceback (most recent call last): 2022-09-27T16:04:01.5983501Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T16:04:01.5983996Z return super().call_method(tx, args, kwargs) 2022-09-27T16:04:01.5984562Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T16:04:01.5984858Z 2022-09-27T16:04:01.5984977Z from user code: 2022-09-27T16:04:01.5985406Z File "/var/lib/jenkins/workspace/test/jit/test_export_modes.py", line 35, in test_protobuf 2022-09-27T16:04:01.5985890Z torch_model = TestExportModes.MyModel() 2022-09-27T16:04:01.5986127Z 2022-09-27T16:04:01.5986336Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:01.5986710Z ========== 2022-09-27T16:04:01.6001933Z /var/lib/jenkins/workspace/test/jit/test_export_modes.py:39: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:04:01.6002645Z export_type=torch.onnx.ExportTypes.PROTOBUF_FILE) 2022-09-27T16:04:01.6027292Z ok (0.008s) 2022-09-27T16:04:01.6062009Z test_zipfile (jit.test_export_modes.TestExportModes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_zipfile /var/lib/jenkins/workspace/test/jit/test_export_modes.py line 41 2022-09-27T16:04:01.6062891Z due to: 2022-09-27T16:04:01.6063211Z Traceback (most recent call last): 2022-09-27T16:04:01.6063717Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T16:04:01.6064213Z return super().call_method(tx, args, kwargs) 2022-09-27T16:04:01.6064879Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T16:04:01.6065173Z 2022-09-27T16:04:01.6065273Z from user code: 2022-09-27T16:04:01.6065705Z File "/var/lib/jenkins/workspace/test/jit/test_export_modes.py", line 42, in test_zipfile 2022-09-27T16:04:01.6066193Z torch_model = TestExportModes.MyModel() 2022-09-27T16:04:01.6066436Z 2022-09-27T16:04:01.6066659Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:01.6067014Z ========== 2022-09-27T16:04:01.6084110Z /var/lib/jenkins/workspace/test/jit/test_export_modes.py:46: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:04:01.6084818Z export_type=torch.onnx.ExportTypes.ZIP_ARCHIVE) 2022-09-27T16:04:01.6109430Z ok (0.008s) 2022-09-27T16:04:01.6378253Z test_freeze_module (jit.test_freezing.TestFreezing) ... ok (0.026s) 2022-09-27T16:04:01.7337310Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... ok (0.095s) 2022-09-27T16:04:01.9915065Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... ok (0.257s) 2022-09-27T16:04:02.0091707Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-09-27T16:04:02.0144018Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT FreezeMe /var/lib/jenkins/workspace/test/jit/test_freezing.py line 1063 2022-09-27T16:04:02.0144654Z due to: 2022-09-27T16:04:02.0144934Z Traceback (most recent call last): 2022-09-27T16:04:02.0145371Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:04:02.0145792Z raise Unsupported(msg) 2022-09-27T16:04:02.0146162Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:04:02.0146443Z 2022-09-27T16:04:02.0146565Z from user code: 2022-09-27T16:04:02.0146977Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 1063, in FreezeMe 2022-09-27T16:04:02.0147387Z class FreezeMe(nn.Module): 2022-09-27T16:04:02.0147590Z 2022-09-27T16:04:02.0147809Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:02.0148148Z ========== 2022-09-27T16:04:02.0274669Z ok (0.018s) 2022-09-27T16:04:02.0412745Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-09-27T16:04:02.0620821Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... ok (0.020s) 2022-09-27T16:04:02.0767329Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-09-27T16:04:02.0932112Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-09-27T16:04:02.1086855Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-09-27T16:04:02.1218189Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-09-27T16:04:02.1400101Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-09-27T16:04:02.1548201Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-09-27T16:04:02.1710122Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-09-27T16:04:02.1765952Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Mod /var/lib/jenkins/workspace/test/jit/test_freezing.py line 1571 2022-09-27T16:04:02.1766609Z due to: 2022-09-27T16:04:02.1766899Z Traceback (most recent call last): 2022-09-27T16:04:02.1767637Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:04:02.1768053Z raise Unsupported(msg) 2022-09-27T16:04:02.1768421Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:04:02.1768660Z 2022-09-27T16:04:02.1768763Z from user code: 2022-09-27T16:04:02.1769275Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 1571, in Mod 2022-09-27T16:04:02.1769654Z class Mod(nn.Module): 2022-09-27T16:04:02.1769813Z 2022-09-27T16:04:02.1770009Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:02.1770328Z ========== 2022-09-27T16:04:02.1899884Z ok (0.018s) 2022-09-27T16:04:02.2119232Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-09-27T16:04:02.2368291Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... ok (0.024s) 2022-09-27T16:04:02.2524089Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT TestModule /var/lib/jenkins/workspace/test/jit/test_freezing.py line 308 2022-09-27T16:04:02.2524761Z due to: 2022-09-27T16:04:02.2525086Z Traceback (most recent call last): 2022-09-27T16:04:02.2525593Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:04:02.2526061Z raise Unsupported(msg) 2022-09-27T16:04:02.2526460Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:04:02.2526714Z 2022-09-27T16:04:02.2526811Z from user code: 2022-09-27T16:04:02.2527235Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 308, in TestModule 2022-09-27T16:04:02.2527651Z class TestModule(nn.Module): 2022-09-27T16:04:02.2527843Z 2022-09-27T16:04:02.2528051Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:02.2528367Z ========== 2022-09-27T16:04:02.2649669Z ok (0.027s) 2022-09-27T16:04:02.2858121Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... ok (0.020s) 2022-09-27T16:04:02.2916611Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT FreezeMe /var/lib/jenkins/workspace/test/jit/test_freezing.py line 656 2022-09-27T16:04:02.2917353Z due to: 2022-09-27T16:04:02.2917688Z Traceback (most recent call last): 2022-09-27T16:04:02.2918211Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:04:02.2918601Z raise Unsupported(msg) 2022-09-27T16:04:02.2918979Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:04:02.2919231Z 2022-09-27T16:04:02.2919337Z from user code: 2022-09-27T16:04:02.2919694Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 656, in FreezeMe 2022-09-27T16:04:02.2920097Z class FreezeMe(torch.jit.ScriptModule): 2022-09-27T16:04:02.2920324Z 2022-09-27T16:04:02.2920522Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:02.2920850Z ========== 2022-09-27T16:04:02.2956166Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_freezing.py line 657 2022-09-27T16:04:02.2956698Z due to: 2022-09-27T16:04:02.2957031Z Traceback (most recent call last): 2022-09-27T16:04:02.2957571Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:04:02.2958135Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:04:02.2958700Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:04:02.2959052Z 2022-09-27T16:04:02.2959172Z from user code: 2022-09-27T16:04:02.2959601Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 658, in __init__ 2022-09-27T16:04:02.2960064Z super(FreezeMe, self).__init__() 2022-09-27T16:04:02.2960289Z 2022-09-27T16:04:02.2960507Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:02.2960812Z ========== 2022-09-27T16:04:02.3015962Z ok (0.015s) 2022-09-27T16:04:02.3163785Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-09-27T16:04:02.3226784Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT FreezeMe /var/lib/jenkins/workspace/test/jit/test_freezing.py line 705 2022-09-27T16:04:02.3227384Z due to: 2022-09-27T16:04:02.3227964Z Traceback (most recent call last): 2022-09-27T16:04:02.3228423Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:04:02.3228813Z raise Unsupported(msg) 2022-09-27T16:04:02.3229239Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:04:02.3229502Z 2022-09-27T16:04:02.3229617Z from user code: 2022-09-27T16:04:02.3230025Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 705, in FreezeMe 2022-09-27T16:04:02.3230426Z class FreezeMe(nn.Module): 2022-09-27T16:04:02.3230627Z 2022-09-27T16:04:02.3230829Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:02.3231173Z ========== 2022-09-27T16:04:02.3322048Z ok (0.015s) 2022-09-27T16:04:02.3444656Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-09-27T16:04:02.3568144Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-09-27T16:04:02.3913355Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... ok (0.034s) 2022-09-27T16:04:02.3996566Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT SubModule /var/lib/jenkins/workspace/test/jit/test_freezing.py line 440 2022-09-27T16:04:02.3997231Z due to: 2022-09-27T16:04:02.3997515Z Traceback (most recent call last): 2022-09-27T16:04:02.3997974Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:04:02.3998378Z raise Unsupported(msg) 2022-09-27T16:04:02.3998734Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:04:02.3999003Z 2022-09-27T16:04:02.3999124Z from user code: 2022-09-27T16:04:02.3999553Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 440, in SubModule 2022-09-27T16:04:02.3999969Z class SubModule(nn.Module): 2022-09-27T16:04:02.4000176Z 2022-09-27T16:04:02.4000390Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:02.4000762Z ========== 2022-09-27T16:04:02.4296855Z ok (0.037s) 2022-09-27T16:04:02.4374192Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT SubModule /var/lib/jenkins/workspace/test/jit/test_freezing.py line 496 2022-09-27T16:04:02.4374833Z due to: 2022-09-27T16:04:02.4375101Z Traceback (most recent call last): 2022-09-27T16:04:02.4375563Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:04:02.4375991Z raise Unsupported(msg) 2022-09-27T16:04:02.4376361Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:04:02.4376629Z 2022-09-27T16:04:02.4376755Z from user code: 2022-09-27T16:04:02.4377185Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 496, in SubModule 2022-09-27T16:04:02.4377617Z class SubModule(nn.Module): 2022-09-27T16:04:02.4377816Z 2022-09-27T16:04:02.4378016Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:02.4378386Z ========== 2022-09-27T16:04:02.4693279Z ok (0.039s) 2022-09-27T16:04:02.4714934Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-09-27T16:04:02.4792932Z Test that Modules containing non-static ModuleDict or ModuleList ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModWithDict /var/lib/jenkins/workspace/test/jit/test_freezing.py line 1484 2022-09-27T16:04:02.4793579Z due to: 2022-09-27T16:04:02.4793904Z Traceback (most recent call last): 2022-09-27T16:04:02.4794341Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:04:02.4795107Z raise Unsupported(msg) 2022-09-27T16:04:02.4795507Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:04:02.4795767Z 2022-09-27T16:04:02.4795884Z from user code: 2022-09-27T16:04:02.4796281Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 1484, in ModWithDict 2022-09-27T16:04:02.4796723Z class ModWithDict(torch.nn.Module): 2022-09-27T16:04:02.4797080Z 2022-09-27T16:04:02.4797315Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:02.4797659Z ========== 2022-09-27T16:04:02.5128033Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModWithList /var/lib/jenkins/workspace/test/jit/test_freezing.py line 1498 2022-09-27T16:04:02.5128520Z due to: 2022-09-27T16:04:02.5128803Z Traceback (most recent call last): 2022-09-27T16:04:02.5129270Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:04:02.5129646Z raise Unsupported(msg) 2022-09-27T16:04:02.5130041Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:04:02.5130339Z 2022-09-27T16:04:02.5130465Z from user code: 2022-09-27T16:04:02.5130859Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 1498, in ModWithList 2022-09-27T16:04:02.5131314Z class ModWithList(torch.nn.Module): 2022-09-27T16:04:02.5131531Z 2022-09-27T16:04:02.5131761Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:02.5132091Z ========== 2022-09-27T16:04:02.5382175Z ok (0.068s) 2022-09-27T16:04:02.5581473Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... ok (0.019s) 2022-09-27T16:04:02.5801441Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-09-27T16:04:02.6048615Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... ok (0.024s) 2022-09-27T16:04:02.6136890Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT SubModule /var/lib/jenkins/workspace/test/jit/test_freezing.py line 348 2022-09-27T16:04:02.6137612Z due to: 2022-09-27T16:04:02.6137927Z Traceback (most recent call last): 2022-09-27T16:04:02.6138402Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:04:02.6138807Z raise Unsupported(msg) 2022-09-27T16:04:02.6139199Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:04:02.6139440Z 2022-09-27T16:04:02.6139550Z from user code: 2022-09-27T16:04:02.6139916Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 348, in SubModule 2022-09-27T16:04:02.6140335Z class SubModule(nn.Module): 2022-09-27T16:04:02.6140524Z 2022-09-27T16:04:02.6140726Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:02.6141072Z ========== 2022-09-27T16:04:02.6443044Z ok (0.039s) 2022-09-27T16:04:02.6728739Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... ok (0.028s) 2022-09-27T16:04:02.6870815Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-09-27T16:04:02.7021926Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-09-27T16:04:02.7213444Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... ok (0.018s) 2022-09-27T16:04:02.7337867Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-09-27T16:04:02.7558257Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-09-27T16:04:02.7619016Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT SubModule /var/lib/jenkins/workspace/test/jit/test_freezing.py line 1329 2022-09-27T16:04:02.7619738Z due to: 2022-09-27T16:04:02.7620043Z Traceback (most recent call last): 2022-09-27T16:04:02.7620510Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:04:02.7621232Z raise Unsupported(msg) 2022-09-27T16:04:02.7621617Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:04:02.7621894Z 2022-09-27T16:04:02.7622015Z from user code: 2022-09-27T16:04:02.7622447Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 1329, in SubModule 2022-09-27T16:04:02.7623000Z class SubModule(nn.Module): 2022-09-27T16:04:02.7623203Z 2022-09-27T16:04:02.7623424Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:02.7623788Z ========== 2022-09-27T16:04:02.7751815Z ok (0.019s) 2022-09-27T16:04:02.7810826Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Module /var/lib/jenkins/workspace/test/jit/test_freezing.py line 1242 2022-09-27T16:04:02.7811472Z due to: 2022-09-27T16:04:02.7811751Z Traceback (most recent call last): 2022-09-27T16:04:02.7812212Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:04:02.7812655Z raise Unsupported(msg) 2022-09-27T16:04:02.7813038Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:04:02.7813301Z 2022-09-27T16:04:02.7813424Z from user code: 2022-09-27T16:04:02.7813841Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 1242, in Module 2022-09-27T16:04:02.7814274Z class Module(nn.Module): 2022-09-27T16:04:02.7814470Z 2022-09-27T16:04:02.7814677Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:02.7815032Z ========== 2022-09-27T16:04:02.7912495Z ok (0.015s) 2022-09-27T16:04:02.7965658Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Module /var/lib/jenkins/workspace/test/jit/test_freezing.py line 1273 2022-09-27T16:04:02.7966291Z due to: 2022-09-27T16:04:02.7966601Z Traceback (most recent call last): 2022-09-27T16:04:02.7967066Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:04:02.7967489Z raise Unsupported(msg) 2022-09-27T16:04:02.7967873Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:04:02.7968116Z 2022-09-27T16:04:02.7968231Z from user code: 2022-09-27T16:04:02.7968652Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 1273, in Module 2022-09-27T16:04:02.7969087Z class Module(nn.Module): 2022-09-27T16:04:02.7969288Z 2022-09-27T16:04:02.7969500Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:02.7969860Z ========== 2022-09-27T16:04:02.8053669Z ok (0.013s) 2022-09-27T16:04:02.8251317Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.019s) 2022-09-27T16:04:02.8463400Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... ok (0.020s) 2022-09-27T16:04:02.8638900Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-09-27T16:04:02.9329565Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:288: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-09-27T16:04:02.9330439Z "must run observer before calling calculate_qparams. " + 2022-09-27T16:04:03.0163757Z ok (0.152s) 2022-09-27T16:04:03.0339882Z test_instancing_error (__main__.TestFrontend) ... ok (0.017s) 2022-09-27T16:04:03.0381720Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT setUp /var/lib/jenkins/workspace/test/jit/test_freezing.py line 1598 2022-09-27T16:04:03.0382592Z due to: 2022-09-27T16:04:03.0383291Z Traceback (most recent call last): 2022-09-27T16:04:03.0383848Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:03.0384726Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:03.0385863Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:04:03.0386210Z 2022-09-27T16:04:03.0386324Z from user code: 2022-09-27T16:04:03.0386721Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 1599, in setUp 2022-09-27T16:04:03.0387294Z self.default_dtype = torch.get_default_dtype() 2022-09-27T16:04:03.0387532Z 2022-09-27T16:04:03.0387719Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:03.0388066Z ========== 2022-09-27T16:04:03.1022037Z ok (0.068s) 2022-09-27T16:04:03.1087371Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_conv_add_folding /var/lib/jenkins/workspace/test/jit/test_freezing.py line 1713 2022-09-27T16:04:03.1087996Z due to: 2022-09-27T16:04:03.1088324Z Traceback (most recent call last): 2022-09-27T16:04:03.1088809Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/misc.py", line 254, in call_function 2022-09-27T16:04:03.1089278Z args[0], UserFunctionVariable 2022-09-27T16:04:03.1089606Z AssertionError 2022-09-27T16:04:03.1089787Z 2022-09-27T16:04:03.1089903Z from user code: 2022-09-27T16:04:03.1090340Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 1715, in test_conv_add_folding 2022-09-27T16:04:03.1090748Z @torch.no_grad() 2022-09-27T16:04:03.1090932Z 2022-09-27T16:04:03.1091152Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:03.1091519Z ========== 2022-09-27T16:04:04.6971998Z ok (1.594s) 2022-09-27T16:04:05.2600218Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.562s) 2022-09-27T16:04:05.2621685Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.002s) 2022-09-27T16:04:05.2685075Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ConvBN /var/lib/jenkins/workspace/test/jit/test_freezing.py line 1657 2022-09-27T16:04:05.2685808Z due to: 2022-09-27T16:04:05.2686139Z Traceback (most recent call last): 2022-09-27T16:04:05.2686586Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:04:05.2687012Z raise Unsupported(msg) 2022-09-27T16:04:05.2687420Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:04:05.2687684Z 2022-09-27T16:04:05.2687785Z from user code: 2022-09-27T16:04:05.2688196Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 1657, in ConvBN 2022-09-27T16:04:05.2688636Z class ConvBN(torch.nn.Module): 2022-09-27T16:04:05.2688851Z 2022-09-27T16:04:05.2689055Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:05.2689420Z ========== 2022-09-27T16:04:05.2843388Z ok (0.022s) 2022-09-27T16:04:07.6437372Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... ok (2.359s) 2022-09-27T16:04:07.7314191Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.087s) 2022-09-27T16:04:07.8092145Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.077s) 2022-09-27T16:04:07.8104445Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: Testing no mkldnn (0.001s) 2022-09-27T16:04:07.8128681Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.002s) 2022-09-27T16:04:07.8148256Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.001s) 2022-09-27T16:04:07.8708305Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_freezing.py line 2013 2022-09-27T16:04:07.8709161Z due to: 2022-09-27T16:04:07.8709505Z Traceback (most recent call last): 2022-09-27T16:04:07.8710205Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:04:07.8711036Z return self._op(*args, **kwargs or {}) 2022-09-27T16:04:07.8714895Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:04:07.8717238Z 2022-09-27T16:04:07.8717572Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:04:07.8718368Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:04:07.8719147Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:04:07.8719877Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:04:07.8720652Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:04:07.8721348Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:04:07.8722013Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:04:07.8722692Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:04:07.8723383Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:04:07.8724202Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:04:07.8724839Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:04:07.8725457Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:04:07.8726183Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:04:07.8726866Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:04:07.8727481Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:04:07.8728134Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:04:07.8728781Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:04:07.8729526Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:04:07.8730284Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:04:07.8731217Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:04:07.8731969Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:04:07.8732717Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:04:07.8733359Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:04:07.8734017Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:04:07.8734678Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:04:07.8735455Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:04:07.8736196Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:04:07.8736916Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:04:07.8737667Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:04:07.8738460Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:04:07.8739348Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:04:07.8740162Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:04:07.8740928Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:04:07.8741722Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:04:07.8742539Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:04:07.8743388Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:04:07.8744230Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:04:07.8744665Z 2022-09-27T16:04:07.8744673Z 2022-09-27T16:04:07.8744921Z During handling of the above exception, another exception occurred: 2022-09-27T16:04:07.8745209Z 2022-09-27T16:04:07.8745375Z Traceback (most recent call last): 2022-09-27T16:04:07.8746087Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:04:07.8746601Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:04:07.8747064Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:04:07.8747308Z 2022-09-27T16:04:07.8747503Z The above exception was the direct cause of the following exception: 2022-09-27T16:04:07.8747749Z 2022-09-27T16:04:07.8747884Z Traceback (most recent call last): 2022-09-27T16:04:07.8748298Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:04:07.8748762Z raise TorchRuntimeError() from e 2022-09-27T16:04:07.8749140Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:04:07.8749373Z 2022-09-27T16:04:07.8749494Z from user code: 2022-09-27T16:04:07.8749967Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 2015, in 2022-09-27T16:04:07.8750656Z self.assertEqual(out(inp.to_mkldnn()).to_dense(), conv(inp)) 2022-09-27T16:04:07.8750930Z 2022-09-27T16:04:07.8751165Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:07.8751549Z ========== 2022-09-27T16:04:07.8751833Z ok (0.057s) 2022-09-27T16:04:07.8871478Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.013s) 2022-09-27T16:04:07.9012459Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.013s) 2022-09-27T16:04:07.9541193Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... ok (0.052s) 2022-09-27T16:04:08.1263006Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... ok (0.171s) 2022-09-27T16:04:08.1280792Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-09-27T16:04:08.1298683Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-09-27T16:04:08.1299358Z Testing that the interleaving of multiple optimizations does not ... skip: Optimization currently only run for GPU (0.001s) 2022-09-27T16:04:08.1316658Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-09-27T16:04:08.1317366Z There should be no change to the graph due to the optimization pass ... skip: Optimization currently only run for GPU (0.001s) 2022-09-27T16:04:08.1335018Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-09-27T16:04:08.1532877Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_freezing.py line 2082 2022-09-27T16:04:08.1533677Z due to: 2022-09-27T16:04:08.1533980Z Traceback (most recent call last): 2022-09-27T16:04:08.1534461Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:08.1535198Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:08.1535905Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:04:08.1536248Z 2022-09-27T16:04:08.1536372Z from user code: 2022-09-27T16:04:08.1536902Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 2085, in 2022-09-27T16:04:08.1537518Z FileCheck().check_count("aten::linear", orig_linears, exactly=True).run(op_graph) 2022-09-27T16:04:08.1537817Z 2022-09-27T16:04:08.1538037Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:08.1538407Z ========== 2022-09-27T16:04:08.1538734Z You have not run this instance of FileCheck! 2022-09-27T16:04:08.1539069Z FileCheck checks: 2022-09-27T16:04:08.1597554Z ok (0.026s) 2022-09-27T16:04:08.1804819Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.020s) 2022-09-27T16:04:08.3929023Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.212s) 2022-09-27T16:04:08.4342941Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... ok (0.041s) 2022-09-27T16:04:08.4581166Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /var/lib/jenkins/workspace/test/jit/test_freezing.py line 2154 2022-09-27T16:04:08.4581911Z due to: 2022-09-27T16:04:08.4582222Z Traceback (most recent call last): 2022-09-27T16:04:08.4582697Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-09-27T16:04:08.4583267Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T16:04:08.4584043Z RuntimeError: a leaf Variable that requires grad is being used in an in-place operation. 2022-09-27T16:04:08.4584436Z 2022-09-27T16:04:08.4584705Z The above exception was the direct cause of the following exception: 2022-09-27T16:04:08.4585363Z 2022-09-27T16:04:08.4585548Z Traceback (most recent call last): 2022-09-27T16:04:08.4586126Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:04:08.4586700Z raise TorchRuntimeError() from e 2022-09-27T16:04:08.4587269Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:04:08.4587560Z 2022-09-27T16:04:08.4587704Z from user code: 2022-09-27T16:04:08.4588211Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 2155, in forward 2022-09-27T16:04:08.4588937Z return x.add_(self.tensor).div_(self.tensor) - 4 2022-09-27T16:04:08.4589192Z 2022-09-27T16:04:08.4589432Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:08.4589819Z ========== 2022-09-27T16:04:08.4604500Z ok (0.026s) 2022-09-27T16:04:08.5063003Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_freezing.py line 1957 2022-09-27T16:04:08.5063731Z due to: 2022-09-27T16:04:08.5064045Z Traceback (most recent call last): 2022-09-27T16:04:08.5064538Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:08.5065268Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:08.5066009Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:04:08.5066345Z 2022-09-27T16:04:08.5066461Z from user code: 2022-09-27T16:04:08.5066939Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 1959, in 2022-09-27T16:04:08.5067476Z FileCheck().check("batch_norm").run(frozen_mod.graph) 2022-09-27T16:04:08.5067724Z 2022-09-27T16:04:08.5067948Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:08.5068319Z ========== 2022-09-27T16:04:08.5068649Z You have not run this instance of FileCheck! 2022-09-27T16:04:08.5068980Z FileCheck checks: 2022-09-27T16:04:08.5168413Z ok (0.056s) 2022-09-27T16:04:08.8565056Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.339s) 2022-09-27T16:04:09.6893607Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.832s) 2022-09-27T16:04:09.7036619Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.014s) 2022-09-27T16:04:09.7163506Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.012s) 2022-09-27T16:04:09.7844589Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... ok (0.067s) 2022-09-27T16:04:09.7992299Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_functional_blocks.py line 32 2022-09-27T16:04:09.7993345Z due to: 2022-09-27T16:04:09.7993654Z Traceback (most recent call last): 2022-09-27T16:04:09.7994185Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:04:09.7994710Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:04:09.7995557Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:04:09.7995971Z 2022-09-27T16:04:09.7996082Z from user code: 2022-09-27T16:04:09.7996512Z File "/var/lib/jenkins/workspace/test/jit/test_functional_blocks.py", line 32, in 2022-09-27T16:04:09.7996932Z graph = torch.jit.script(fn).graph 2022-09-27T16:04:09.7997122Z 2022-09-27T16:04:09.7997308Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:09.7997623Z ========== 2022-09-27T16:04:09.8490094Z ok (0.064s) 2022-09-27T16:04:10.0759058Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.225s) 2022-09-27T16:04:10.1777908Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.101s) 2022-09-27T16:04:10.1922276Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_convert_activation.py line 93 2022-09-27T16:04:10.1923169Z due to: 2022-09-27T16:04:10.1923545Z Traceback (most recent call last): 2022-09-27T16:04:10.1924028Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:04:10.1924322Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:04:10.1924784Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:04:10.1925023Z 2022-09-27T16:04:10.1925097Z from user code: 2022-09-27T16:04:10.1925397Z File "/var/lib/jenkins/workspace/test/jit/test_convert_activation.py", line 94, in 2022-09-27T16:04:10.1925843Z self.run_pass('functional_to_inplace_activation', fn.graph) 2022-09-27T16:04:10.1926002Z 2022-09-27T16:04:10.1926140Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:10.1926363Z ========== 2022-09-27T16:04:10.2015092Z ok (0.023s) 2022-09-27T16:04:13.9567611Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_convert_activation.py line 129 2022-09-27T16:04:13.9568451Z due to: 2022-09-27T16:04:13.9568644Z Traceback (most recent call last): 2022-09-27T16:04:13.9569036Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:04:13.9569411Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:04:13.9569763Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:04:13.9569934Z 2022-09-27T16:04:13.9570005Z from user code: 2022-09-27T16:04:13.9570315Z File "/var/lib/jenkins/workspace/test/jit/test_convert_activation.py", line 130, in 2022-09-27T16:04:13.9570633Z self.assertEqual(model(inp), frozen_model(inp)) 2022-09-27T16:04:13.9570782Z 2022-09-27T16:04:13.9570916Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:13.9571137Z ========== 2022-09-27T16:04:15.5207686Z ok (5.318s) 2022-09-27T16:04:15.5354300Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... ok (0.014s) 2022-09-27T16:04:15.6261033Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... ok (0.090s) 2022-09-27T16:04:15.6434493Z test_hash_bool (jit.test_hash.TestHash) ... ok (0.016s) 2022-09-27T16:04:15.6570566Z test_hash_device (jit.test_hash.TestHash) ... ok (0.013s) 2022-09-27T16:04:15.6774216Z test_hash_float (jit.test_hash.TestHash) ... ok (0.020s) 2022-09-27T16:04:15.6953675Z test_hash_int (jit.test_hash.TestHash) ... ok (0.017s) 2022-09-27T16:04:15.7079464Z test_hash_none (jit.test_hash.TestHash) ... ok (0.012s) 2022-09-27T16:04:15.7236622Z test_hash_string (jit.test_hash.TestHash) ... ok (0.015s) 2022-09-27T16:04:15.7246860Z test_hash_tensor (jit.test_hash.TestHash) 2022-09-27T16:04:15.7731127Z Tensors should hash by identity ... ok (0.049s) 2022-09-27T16:04:15.7896044Z test_hash_tuple (jit.test_hash.TestHash) ... ok (0.016s) 2022-09-27T16:04:15.7990189Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... ok (0.009s) 2022-09-27T16:04:15.8350176Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... ok (0.035s) 2022-09-27T16:04:15.8366701Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... ok (0.001s) 2022-09-27T16:04:15.9276519Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... ok (0.090s) 2022-09-27T16:04:15.9698136Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... ok (0.041s) 2022-09-27T16:04:16.0511271Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_hooks.py line 185 2022-09-27T16:04:16.0512019Z due to: 2022-09-27T16:04:16.0512355Z Traceback (most recent call last): 2022-09-27T16:04:16.0513241Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:04:16.0513866Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:04:16.0514398Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:04:16.0514659Z 2022-09-27T16:04:16.0514770Z from user code: 2022-09-27T16:04:16.0515259Z File "/var/lib/jenkins/workspace/test/jit/test_hooks.py", line 186, in 2022-09-27T16:04:16.0515801Z self.assertNotEqual(m_scripted("a"), m_scripted.forward("a")) 2022-09-27T16:04:16.0516093Z 2022-09-27T16:04:16.0516312Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:16.0516663Z ========== 2022-09-27T16:04:16.0536843Z ok (0.083s) 2022-09-27T16:04:16.0981306Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.044s) 2022-09-27T16:04:16.1342483Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.035s) 2022-09-27T16:04:16.1664350Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.031s) 2022-09-27T16:04:16.2157762Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.048s) 2022-09-27T16:04:16.2595076Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.043s) 2022-09-27T16:04:16.2936041Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.033s) 2022-09-27T16:04:16.3278822Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.034s) 2022-09-27T16:04:16.3562570Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_hooks.py line 84 2022-09-27T16:04:16.3563266Z due to: 2022-09-27T16:04:16.3563474Z Traceback (most recent call last): 2022-09-27T16:04:16.3563841Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:04:16.3564216Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:04:16.3564556Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:04:16.3564728Z 2022-09-27T16:04:16.3564803Z from user code: 2022-09-27T16:04:16.3565099Z File "/var/lib/jenkins/workspace/test/jit/test_hooks.py", line 89, in 2022-09-27T16:04:16.3565433Z self.assertEqual(submodule("a"), scripted_submodule("a")) 2022-09-27T16:04:16.3565654Z 2022-09-27T16:04:16.3565788Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:16.3566007Z ========== 2022-09-27T16:04:16.3593266Z ok (0.031s) 2022-09-27T16:04:16.4717956Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_hooks.py line 207 2022-09-27T16:04:16.4718510Z due to: 2022-09-27T16:04:16.4718714Z Traceback (most recent call last): 2022-09-27T16:04:16.4719081Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:04:16.4719434Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:04:16.4719785Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:04:16.4719954Z 2022-09-27T16:04:16.4720025Z from user code: 2022-09-27T16:04:16.4720555Z File "/var/lib/jenkins/workspace/test/jit/test_hooks.py", line 210, in 2022-09-27T16:04:16.4720898Z m_submod_forward_call_scripted("a"), m_submod_forward_call("a") 2022-09-27T16:04:16.4721054Z 2022-09-27T16:04:16.4721189Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:16.4721465Z ========== 2022-09-27T16:04:16.4753070Z ok (0.115s) 2022-09-27T16:04:16.5145048Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.038s) 2022-09-27T16:04:16.5498334Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.034s) 2022-09-27T16:04:16.5846034Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... ok (0.034s) 2022-09-27T16:04:16.6185684Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.033s) 2022-09-27T16:04:16.6706515Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.051s) 2022-09-27T16:04:16.7148829Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.043s) 2022-09-27T16:04:16.7440072Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.028s) 2022-09-27T16:04:16.7801169Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.035s) 2022-09-27T16:04:17.0384608Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.258s) 2022-09-27T16:04:17.1619207Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.123s) 2022-09-27T16:04:17.1729313Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_ignorable_args.py line 52 2022-09-27T16:04:17.1729791Z due to: 2022-09-27T16:04:17.1730000Z Traceback (most recent call last): 2022-09-27T16:04:17.1730271Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:17.1730727Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:17.1731173Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:04:17.1731376Z 2022-09-27T16:04:17.1731448Z from user code: 2022-09-27T16:04:17.1731729Z File "/var/lib/jenkins/workspace/test/jit/test_ignorable_args.py", line 54, in 2022-09-27T16:04:17.1732057Z FileCheck().check("torch.add(x, y, out=y)").run(fn.code) 2022-09-27T16:04:17.1732205Z 2022-09-27T16:04:17.1732337Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:17.1732546Z ========== 2022-09-27T16:04:17.1732744Z You have not run this instance of FileCheck! 2022-09-27T16:04:17.1732951Z FileCheck checks: 2022-09-27T16:04:17.1733113Z ok (0.010s) 2022-09-27T16:04:17.1772019Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_slice_ignorable_args_for_slice /var/lib/jenkins/workspace/test/jit/test_ignorable_args.py line 21 2022-09-27T16:04:17.1772560Z due to: 2022-09-27T16:04:17.1772759Z Traceback (most recent call last): 2022-09-27T16:04:17.1773031Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:17.1773468Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:17.1774069Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:04:17.1774303Z 2022-09-27T16:04:17.1774375Z from user code: 2022-09-27T16:04:17.1774645Z File "/var/lib/jenkins/workspace/test/jit/test_ignorable_args.py", line 38, in test_slice_ignorable_args_for_slice 2022-09-27T16:04:17.1774932Z graph = parse_ir(graph_str) 2022-09-27T16:04:17.1775058Z 2022-09-27T16:04:17.1775443Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:17.1775651Z ========== 2022-09-27T16:04:17.1809746Z ok (0.007s) 2022-09-27T16:04:17.2007220Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /var/lib/jenkins/workspace/test/jit/test_ignore_context_manager.py line 27 2022-09-27T16:04:17.2007712Z due to: 2022-09-27T16:04:17.2007884Z Traceback (most recent call last): 2022-09-27T16:04:17.2008168Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:17.2008608Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:17.2009127Z AssertionError: torch.* op returned non-Tensor _IgnoreContextManager call_function 2022-09-27T16:04:17.2009375Z 2022-09-27T16:04:17.2009433Z from user code: 2022-09-27T16:04:17.2009703Z File "/var/lib/jenkins/workspace/test/jit/test_ignore_context_manager.py", line 32, in forward 2022-09-27T16:04:17.2010039Z with torch.jit._IgnoreContextManager(a="inp:int", b="inp:int", c="out:int", d="out:int"): 2022-09-27T16:04:17.2010221Z 2022-09-27T16:04:17.2010356Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:17.2010569Z ========== 2022-09-27T16:04:17.2101383Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /var/lib/jenkins/workspace/test/jit/test_ignore_context_manager.py line 46 2022-09-27T16:04:17.2101858Z due to: 2022-09-27T16:04:17.2102076Z Traceback (most recent call last): 2022-09-27T16:04:17.2102358Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:17.2102792Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:17.2103306Z AssertionError: torch.* op returned non-Tensor _IgnoreContextManager call_function 2022-09-27T16:04:17.2103538Z 2022-09-27T16:04:17.2103614Z from user code: 2022-09-27T16:04:17.2103878Z File "/var/lib/jenkins/workspace/test/jit/test_ignore_context_manager.py", line 50, in forward 2022-09-27T16:04:17.2104207Z with torch.jit._IgnoreContextManager(a="inp:int", b="inp:int", c="out:int"): 2022-09-27T16:04:17.2104382Z 2022-09-27T16:04:17.2104503Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:17.2104724Z ========== 2022-09-27T16:04:17.2179986Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /var/lib/jenkins/workspace/test/jit/test_ignore_context_manager.py line 63 2022-09-27T16:04:17.2180284Z due to: 2022-09-27T16:04:17.2180464Z Traceback (most recent call last): 2022-09-27T16:04:17.2180746Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:17.2181174Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:17.2181691Z AssertionError: torch.* op returned non-Tensor _IgnoreContextManager call_function 2022-09-27T16:04:17.2181919Z 2022-09-27T16:04:17.2181991Z from user code: 2022-09-27T16:04:17.2182254Z File "/var/lib/jenkins/workspace/test/jit/test_ignore_context_manager.py", line 66, in forward 2022-09-27T16:04:17.2182564Z with torch.jit._IgnoreContextManager(a="inp:int", b="out:int"): 2022-09-27T16:04:17.2182728Z 2022-09-27T16:04:17.2182849Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:17.2183065Z ========== 2022-09-27T16:04:17.2184340Z ok (0.037s) 2022-09-27T16:04:17.2309554Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /var/lib/jenkins/workspace/test/jit/test_ignore_context_manager.py line 81 2022-09-27T16:04:17.2310286Z due to: 2022-09-27T16:04:17.2310482Z Traceback (most recent call last): 2022-09-27T16:04:17.2310972Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:17.2311409Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:17.2312093Z AssertionError: torch.* op returned non-Tensor _IgnoreContextManager call_function 2022-09-27T16:04:17.2312408Z 2022-09-27T16:04:17.2312532Z from user code: 2022-09-27T16:04:17.2313214Z File "/var/lib/jenkins/workspace/test/jit/test_ignore_context_manager.py", line 84, in forward 2022-09-27T16:04:17.2313627Z with torch.jit._IgnoreContextManager(a="inp:int", b="inp:int"): 2022-09-27T16:04:17.2313789Z 2022-09-27T16:04:17.2313920Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:17.2314135Z ========== 2022-09-27T16:04:17.2314292Z ok (0.012s) 2022-09-27T16:04:17.2439369Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /var/lib/jenkins/workspace/test/jit/test_ignore_context_manager.py line 98 2022-09-27T16:04:17.2439816Z due to: 2022-09-27T16:04:17.2440015Z Traceback (most recent call last): 2022-09-27T16:04:17.2440301Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:17.2440718Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:17.2441355Z AssertionError: torch.* op returned non-Tensor _IgnoreContextManager call_function 2022-09-27T16:04:17.2441600Z 2022-09-27T16:04:17.2441690Z from user code: 2022-09-27T16:04:17.2441956Z File "/var/lib/jenkins/workspace/test/jit/test_ignore_context_manager.py", line 99, in forward 2022-09-27T16:04:17.2442259Z with torch.jit._IgnoreContextManager(c="out:List[int]"): 2022-09-27T16:04:17.2442411Z 2022-09-27T16:04:17.2442545Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:17.2442758Z ========== 2022-09-27T16:04:17.2442908Z ok (0.012s) 2022-09-27T16:04:17.3080612Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (0.063s) 2022-09-27T16:04:21.0134270Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_convert_activation.py line 176 2022-09-27T16:04:21.0134751Z due to: 2022-09-27T16:04:21.0134938Z Traceback (most recent call last): 2022-09-27T16:04:21.0135305Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:04:21.0135701Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:04:21.0136039Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:04:21.0136218Z 2022-09-27T16:04:21.0136287Z from user code: 2022-09-27T16:04:21.0136583Z File "/var/lib/jenkins/workspace/test/jit/test_convert_activation.py", line 177, in 2022-09-27T16:04:21.0136896Z self.assertEqual(model(inp), frozen_model(inp)) 2022-09-27T16:04:21.0137041Z 2022-09-27T16:04:21.0137176Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:21.0137393Z ========== 2022-09-27T16:04:22.1108412Z ok (4.802s) 2022-09-27T16:04:22.1446581Z test_bool (jit.test_isinstance.TestIsinstance) ... ok (0.033s) 2022-09-27T16:04:22.2268591Z test_dict (jit.test_isinstance.TestIsinstance) ... ok (0.082s) 2022-09-27T16:04:22.3126463Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... ok (0.085s) 2022-09-27T16:04:22.3287396Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.015s) 2022-09-27T16:04:22.3610719Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.032s) 2022-09-27T16:04:22.3661174Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_empty_container_special_cases /var/lib/jenkins/workspace/test/jit/test_isinstance.py line 316 2022-09-27T16:04:22.3661860Z due to: 2022-09-27T16:04:22.3662140Z Traceback (most recent call last): 2022-09-27T16:04:22.3662881Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:04:22.3663318Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:04:22.3663853Z RuntimeError: Creating a new Tensor subclass Tensor but the raw Tensor object is already associated to a python object of type FakeTensor 2022-09-27T16:04:22.3664228Z 2022-09-27T16:04:22.3664460Z The above exception was the direct cause of the following exception: 2022-09-27T16:04:22.3664727Z 2022-09-27T16:04:22.3664869Z Traceback (most recent call last): 2022-09-27T16:04:22.3665281Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:04:22.3665746Z raise TorchRuntimeError() from e 2022-09-27T16:04:22.3666079Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:04:22.3666321Z 2022-09-27T16:04:22.3666427Z from user code: 2022-09-27T16:04:22.3666938Z File "/var/lib/jenkins/workspace/test/jit/test_isinstance.py", line 319, in test_empty_container_special_cases 2022-09-27T16:04:22.3667541Z torch._jit_internal.check_empty_containers(torch.Tensor([])) 2022-09-27T16:04:22.3667839Z 2022-09-27T16:04:22.3668080Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:22.3668465Z ========== 2022-09-27T16:04:22.3668755Z ok (0.005s) 2022-09-27T16:04:23.6938085Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn /var/lib/jenkins/workspace/test/jit/test_isinstance.py line 303 2022-09-27T16:04:23.6938783Z due to: 2022-09-27T16:04:23.6939093Z Traceback (most recent call last): 2022-09-27T16:04:23.6939784Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:04:23.6940344Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:04:23.6940968Z NotImplementedError: argument of type: 2022-09-27T16:04:23.6941277Z 2022-09-27T16:04:23.6941399Z from user code: 2022-09-27T16:04:23.6941848Z File "/var/lib/jenkins/workspace/test/jit/test_isinstance.py", line 304, in fn 2022-09-27T16:04:23.6942323Z torch.jit.isinstance(x, List[int]) 2022-09-27T16:04:23.6942548Z 2022-09-27T16:04:23.6942781Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:23.6943165Z ========== 2022-09-27T16:04:24.9903453Z ok (2.623s) 2022-09-27T16:04:25.0199700Z test_float (jit.test_isinstance.TestIsinstance) ... ok (0.029s) 2022-09-27T16:04:25.0518489Z test_if_else (jit.test_isinstance.TestIsinstance) ... ok (0.031s) 2022-09-27T16:04:25.0654244Z test_in_if (jit.test_isinstance.TestIsinstance) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT list_in_if line 1 2022-09-27T16:04:25.0654762Z due to: 2022-09-27T16:04:25.0655074Z Traceback (most recent call last): 2022-09-27T16:04:25.0655775Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:04:25.0656337Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:04:25.0657000Z NotImplementedError: argument of type: 2022-09-27T16:04:25.0657318Z 2022-09-27T16:04:25.0657430Z from user code: 2022-09-27T16:04:25.0657768Z File "", line 2, in list_in_if 2022-09-27T16:04:25.0657992Z 2022-09-27T16:04:25.0658201Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:25.0658544Z ========== 2022-09-27T16:04:25.0707576Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT list_in_if /var/lib/jenkins/workspace/test/jit/test_isinstance.py line 170 2022-09-27T16:04:25.0708078Z due to: 2022-09-27T16:04:25.0708357Z Traceback (most recent call last): 2022-09-27T16:04:25.0709303Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:04:25.0709781Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:04:25.0710367Z NotImplementedError: argument of type: 2022-09-27T16:04:25.0710617Z 2022-09-27T16:04:25.0710810Z from user code: 2022-09-27T16:04:25.0711259Z File "/var/lib/jenkins/workspace/test/jit/test_isinstance.py", line 171, in list_in_if 2022-09-27T16:04:25.0711742Z if torch.jit.isinstance(x, List[int]): 2022-09-27T16:04:25.0711984Z 2022-09-27T16:04:25.0712226Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:25.0712611Z ========== 2022-09-27T16:04:25.0713129Z ok (0.018s) 2022-09-27T16:04:25.0973984Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... ok (0.026s) 2022-09-27T16:04:25.1227028Z test_int (jit.test_isinstance.TestIsinstance) ... ok (0.025s) 2022-09-27T16:04:25.1358178Z test_list (jit.test_isinstance.TestIsinstance) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT list_str_test line 1 2022-09-27T16:04:25.1358703Z due to: 2022-09-27T16:04:25.1359059Z Traceback (most recent call last): 2022-09-27T16:04:25.1359723Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:04:25.1360294Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:04:25.1360947Z NotImplementedError: argument of type: 2022-09-27T16:04:25.1361261Z 2022-09-27T16:04:25.1361383Z from user code: 2022-09-27T16:04:25.1361719Z File "", line 2, in list_str_test 2022-09-27T16:04:25.1361949Z 2022-09-27T16:04:25.1362184Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:25.1362553Z ========== 2022-09-27T16:04:25.1408224Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT list_str_test /var/lib/jenkins/workspace/test/jit/test_isinstance.py line 49 2022-09-27T16:04:25.1408700Z due to: 2022-09-27T16:04:25.1409000Z Traceback (most recent call last): 2022-09-27T16:04:25.1409592Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:04:25.1410111Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:04:25.1410667Z NotImplementedError: argument of type: 2022-09-27T16:04:25.1410945Z 2022-09-27T16:04:25.1411070Z from user code: 2022-09-27T16:04:25.1411445Z File "/var/lib/jenkins/workspace/test/jit/test_isinstance.py", line 50, in list_str_test 2022-09-27T16:04:25.1411871Z assert torch.jit.isinstance(x, List[str]) 2022-09-27T16:04:25.1412122Z 2022-09-27T16:04:25.1412359Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:25.1412721Z ========== 2022-09-27T16:04:25.1413003Z ok (0.018s) 2022-09-27T16:04:25.1609768Z test_list_nested (jit.test_isinstance.TestIsinstance) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 2 2022-09-27T16:04:25.1610355Z due to: 2022-09-27T16:04:25.1610666Z Traceback (most recent call last): 2022-09-27T16:04:25.1611221Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:04:25.1611789Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:04:25.1612353Z NotImplementedError: UserDefinedObjectVariable(_GenericAlias) is not a constant 2022-09-27T16:04:25.1612711Z 2022-09-27T16:04:25.1612833Z from user code: 2022-09-27T16:04:25.1613214Z File "", line 2, in 2022-09-27T16:04:25.1613437Z 2022-09-27T16:04:25.1613651Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:25.1613976Z ========== 2022-09-27T16:04:25.1719352Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_isinstance.py line 118 2022-09-27T16:04:25.1719867Z due to: 2022-09-27T16:04:25.1720134Z Traceback (most recent call last): 2022-09-27T16:04:25.1720885Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:04:25.1721399Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:04:25.1721907Z NotImplementedError: UserDefinedObjectVariable(_GenericAlias) is not a constant 2022-09-27T16:04:25.1722209Z 2022-09-27T16:04:25.1722404Z from user code: 2022-09-27T16:04:25.1722853Z File "/var/lib/jenkins/workspace/test/jit/test_isinstance.py", line 118, in 2022-09-27T16:04:25.1723298Z assert torch.jit.isinstance(x, List[Dict[str, int]]) 2022-09-27T16:04:25.1723561Z 2022-09-27T16:04:25.1723788Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:25.1724156Z ========== 2022-09-27T16:04:25.1724440Z ok (0.030s) 2022-09-27T16:04:25.1876049Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.015s) 2022-09-27T16:04:25.2020931Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT list_tensor_test line 1 2022-09-27T16:04:25.2021575Z due to: 2022-09-27T16:04:25.2021903Z Traceback (most recent call last): 2022-09-27T16:04:25.2022574Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:04:25.2023141Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:04:25.2023781Z NotImplementedError: argument of type: 2022-09-27T16:04:25.2024074Z 2022-09-27T16:04:25.2024183Z from user code: 2022-09-27T16:04:25.2024494Z File "", line 2, in list_tensor_test 2022-09-27T16:04:25.2024699Z 2022-09-27T16:04:25.2024908Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:25.2025217Z ========== 2022-09-27T16:04:25.2080027Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT list_tensor_test /var/lib/jenkins/workspace/test/jit/test_isinstance.py line 58 2022-09-27T16:04:25.2080656Z due to: 2022-09-27T16:04:25.2081006Z Traceback (most recent call last): 2022-09-27T16:04:25.2081620Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:04:25.2082130Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:04:25.2082719Z NotImplementedError: argument of type: 2022-09-27T16:04:25.2082996Z 2022-09-27T16:04:25.2083107Z from user code: 2022-09-27T16:04:25.2083492Z File "/var/lib/jenkins/workspace/test/jit/test_isinstance.py", line 59, in list_tensor_test 2022-09-27T16:04:25.2083931Z assert torch.jit.isinstance(x, List[torch.Tensor]) 2022-09-27T16:04:25.2084188Z 2022-09-27T16:04:25.2084412Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:25.2084764Z ========== 2022-09-27T16:04:25.2099759Z ok (0.022s) 2022-09-27T16:04:25.2230706Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT list_tensor_type_true line 1 2022-09-27T16:04:25.2231100Z due to: 2022-09-27T16:04:25.2231288Z Traceback (most recent call last): 2022-09-27T16:04:25.2231640Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:04:25.2231957Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:04:25.2232321Z NotImplementedError: argument of type: 2022-09-27T16:04:25.2232500Z 2022-09-27T16:04:25.2232559Z from user code: 2022-09-27T16:04:25.2233043Z File "", line 2, in list_tensor_type_true 2022-09-27T16:04:25.2233185Z 2022-09-27T16:04:25.2233316Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:25.2233522Z ========== 2022-09-27T16:04:25.2277420Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT list_tensor_type_true /var/lib/jenkins/workspace/test/jit/test_isinstance.py line 156 2022-09-27T16:04:25.2277920Z due to: 2022-09-27T16:04:25.2278115Z Traceback (most recent call last): 2022-09-27T16:04:25.2278456Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:04:25.2278991Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:04:25.2279344Z NotImplementedError: argument of type: 2022-09-27T16:04:25.2279517Z 2022-09-27T16:04:25.2279575Z from user code: 2022-09-27T16:04:25.2279903Z File "/var/lib/jenkins/workspace/test/jit/test_isinstance.py", line 157, in list_tensor_type_true 2022-09-27T16:04:25.2280213Z assert torch.jit.isinstance(x, List[torch.Tensor]) 2022-09-27T16:04:25.2280364Z 2022-09-27T16:04:25.2280495Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:25.2280699Z ========== 2022-09-27T16:04:25.2294320Z ok (0.019s) 2022-09-27T16:04:25.2449906Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.015s) 2022-09-27T16:04:25.2949617Z test_optional (jit.test_isinstance.TestIsinstance) ... ok (0.049s) 2022-09-27T16:04:25.3175498Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... ok (0.022s) 2022-09-27T16:04:25.3342694Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.016s) 2022-09-27T16:04:25.3647698Z test_optional_none (jit.test_isinstance.TestIsinstance) ... ok (0.030s) 2022-09-27T16:04:25.3777296Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT list_tensor_type_false line 1 2022-09-27T16:04:25.3777622Z due to: 2022-09-27T16:04:25.3777806Z Traceback (most recent call last): 2022-09-27T16:04:25.3778187Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:04:25.3778489Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:04:25.3778844Z NotImplementedError: argument of type: 2022-09-27T16:04:25.3779019Z 2022-09-27T16:04:25.3779091Z from user code: 2022-09-27T16:04:25.3779300Z File "", line 2, in list_tensor_type_false 2022-09-27T16:04:25.3779439Z 2022-09-27T16:04:25.3779570Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:25.3779789Z ========== 2022-09-27T16:04:25.3821982Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT list_tensor_type_false /var/lib/jenkins/workspace/test/jit/test_isinstance.py line 163 2022-09-27T16:04:25.3822506Z due to: 2022-09-27T16:04:25.3822697Z Traceback (most recent call last): 2022-09-27T16:04:25.3823049Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:04:25.3823369Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:04:25.3823865Z NotImplementedError: argument of type: 2022-09-27T16:04:25.3824074Z 2022-09-27T16:04:25.3824186Z from user code: 2022-09-27T16:04:25.3824684Z File "/var/lib/jenkins/workspace/test/jit/test_isinstance.py", line 164, in list_tensor_type_false 2022-09-27T16:04:25.3825099Z assert not torch.jit.isinstance(x, List[torch.Tensor]) 2022-09-27T16:04:25.3825257Z 2022-09-27T16:04:25.3825388Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:25.3825603Z ========== 2022-09-27T16:04:25.3825762Z ok (0.017s) 2022-09-27T16:04:25.4550009Z test_tuple (jit.test_isinstance.TestIsinstance) ... ok (0.072s) 2022-09-27T16:04:25.5265192Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... ok (0.071s) 2022-09-27T16:04:25.5432309Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.016s) 2022-09-27T16:04:25.5698682Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... ok (0.026s) 2022-09-27T16:04:25.6046732Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.034s) 2022-09-27T16:04:25.6221628Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT type_refinement line 1 2022-09-27T16:04:25.6221984Z due to: 2022-09-27T16:04:25.6222184Z Traceback (most recent call last): 2022-09-27T16:04:25.6222845Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:04:25.6223145Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:04:25.6223502Z NotImplementedError: argument of type: 2022-09-27T16:04:25.6223677Z 2022-09-27T16:04:25.6223749Z from user code: 2022-09-27T16:04:25.6224006Z File "", line 3, in type_refinement 2022-09-27T16:04:25.6224144Z 2022-09-27T16:04:25.6224275Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:25.6224492Z ========== 2022-09-27T16:04:25.6318104Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT type_refinement /var/lib/jenkins/workspace/test/jit/test_isinstance.py line 200 2022-09-27T16:04:25.6318392Z due to: 2022-09-27T16:04:25.6318590Z Traceback (most recent call last): 2022-09-27T16:04:25.6318948Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:04:25.6319247Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:04:25.6319610Z NotImplementedError: argument of type: 2022-09-27T16:04:25.6319784Z 2022-09-27T16:04:25.6319854Z from user code: 2022-09-27T16:04:25.6320110Z File "/var/lib/jenkins/workspace/test/jit/test_isinstance.py", line 202, in type_refinement 2022-09-27T16:04:25.6320397Z if torch.jit.isinstance(obj, List[torch.Tensor]): 2022-09-27T16:04:25.6320547Z 2022-09-27T16:04:25.6320679Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:25.6320899Z ========== 2022-09-27T16:04:25.6434374Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT type_refinement line 1 2022-09-27T16:04:25.6434843Z due to: 2022-09-27T16:04:25.6435147Z Traceback (most recent call last): 2022-09-27T16:04:25.6435817Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:04:25.6436121Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:04:25.6436481Z NotImplementedError: argument of type: 2022-09-27T16:04:25.6436655Z 2022-09-27T16:04:25.6436725Z from user code: 2022-09-27T16:04:25.6436916Z File "", line 3, in type_refinement 2022-09-27T16:04:25.6437049Z 2022-09-27T16:04:25.6437184Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:25.6437399Z ========== 2022-09-27T16:04:25.6457920Z ok (0.041s) 2022-09-27T16:04:25.7605883Z test_ModuleList (__main__.TestJit) ... ok (0.114s) 2022-09-27T16:04:25.7656190Z test_Sequential (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Seq test_jit.py line 889 2022-09-27T16:04:25.7656685Z due to: 2022-09-27T16:04:25.7657025Z Traceback (most recent call last): 2022-09-27T16:04:25.7657315Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:04:25.7657569Z raise Unsupported(msg) 2022-09-27T16:04:25.7657792Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:04:25.7657965Z 2022-09-27T16:04:25.7658034Z from user code: 2022-09-27T16:04:25.7658227Z File "test_jit.py", line 889, in Seq 2022-09-27T16:04:25.7658423Z class Seq(nn.Module): 2022-09-27T16:04:25.7658524Z 2022-09-27T16:04:25.7658655Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:25.7658869Z ========== 2022-09-27T16:04:25.7924161Z ok (0.031s) 2022-09-27T16:04:25.9119091Z test_T_mT_H_mH (__main__.TestJit) ... ok (0.119s) 2022-09-27T16:04:25.9597986Z test_add_relu_fusion (__main__.TestJit) ... ok (0.047s) 2022-09-27T16:04:25.9619627Z test_arg_configurations (__main__.TestJit) 2022-09-27T16:04:25.9620715Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.002s) 2022-09-27T16:04:25.9967669Z test_attrs (__main__.TestJit) ... ok (0.034s) 2022-09-27T16:04:26.0355180Z test_batchnorm (__main__.TestJit) ... ok (0.038s) 2022-09-27T16:04:26.0372225Z test_big (__main__.TestJit) ... skip: Requires a lot of RAM (0.001s) 2022-09-27T16:04:26.0847069Z test_conj_transpose (__main__.TestJit) ... ok (0.047s) 2022-09-27T16:04:26.2501140Z test_constant_insertion (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 2360 2022-09-27T16:04:26.2501763Z due to: 2022-09-27T16:04:26.2502123Z Traceback (most recent call last): 2022-09-27T16:04:26.2502621Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 98, in call_method 2022-09-27T16:04:26.2502872Z assert not kwargs 2022-09-27T16:04:26.2503049Z AssertionError 2022-09-27T16:04:26.2503158Z 2022-09-27T16:04:26.2503226Z from user code: 2022-09-27T16:04:26.2503449Z File "test_jit.py", line 2384, in 2022-09-27T16:04:26.2503690Z check_constant(constant) 2022-09-27T16:04:26.2503808Z 2022-09-27T16:04:26.2503941Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:26.2504145Z ========== 2022-09-27T16:04:26.2522393Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT check_constant test_jit.py line 2364 2022-09-27T16:04:26.2522869Z due to: 2022-09-27T16:04:26.2523215Z Traceback (most recent call last): 2022-09-27T16:04:26.2523727Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 98, in call_method 2022-09-27T16:04:26.2524035Z assert not kwargs 2022-09-27T16:04:26.2524215Z AssertionError 2022-09-27T16:04:26.2524322Z 2022-09-27T16:04:26.2524378Z from user code: 2022-09-27T16:04:26.2524581Z File "test_jit.py", line 2366, in check_constant 2022-09-27T16:04:26.2524865Z funcs_str = funcs_template.format(constant_constructor=constant_constructor) 2022-09-27T16:04:26.2525045Z 2022-09-27T16:04:26.2525177Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:26.2525381Z ========== 2022-09-27T16:04:31.4611716Z ok (5.376s) 2022-09-27T16:04:31.4810115Z test_constant_prop_aliasing_type (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 2247 2022-09-27T16:04:31.4810752Z due to: 2022-09-27T16:04:31.4811040Z Traceback (most recent call last): 2022-09-27T16:04:31.4811325Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:31.4811756Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:31.4812200Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:04:31.4812402Z 2022-09-27T16:04:31.4812472Z from user code: 2022-09-27T16:04:31.4812720Z File "test_jit.py", line 2251, in 2022-09-27T16:04:31.4813038Z FileCheck().check_dag("aten::tensor").check_dag("aten::len").run(foo.graph) 2022-09-27T16:04:31.4813205Z 2022-09-27T16:04:31.4813337Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:31.4813555Z ========== 2022-09-27T16:04:31.4813738Z You have not run this instance of FileCheck! 2022-09-27T16:04:31.4813944Z FileCheck checks: 2022-09-27T16:04:31.4833207Z ok (0.022s) 2022-09-27T16:04:31.4999148Z test_constant_prop_exception (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:04:31.5234476Z test_constant_prop_if_constant (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 2278 2022-09-27T16:04:31.5235114Z due to: 2022-09-27T16:04:31.5235438Z Traceback (most recent call last): 2022-09-27T16:04:31.5235991Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:04:31.5236422Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:04:31.5236885Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:04:31.5237178Z 2022-09-27T16:04:31.5237249Z from user code: 2022-09-27T16:04:31.5237496Z File "test_jit.py", line 2298, in 2022-09-27T16:04:31.5237949Z graph = constant_prop.graph 2022-09-27T16:04:31.5238074Z 2022-09-27T16:04:31.5238205Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:31.5238422Z ========== 2022-09-27T16:04:31.5238574Z ok (0.023s) 2022-09-27T16:04:31.5423842Z test_constant_prop_if_inline (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 2221 2022-09-27T16:04:31.5424458Z due to: 2022-09-27T16:04:31.5424791Z Traceback (most recent call last): 2022-09-27T16:04:31.5425304Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:04:31.5425858Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:04:31.5426701Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:04:31.5427114Z 2022-09-27T16:04:31.5427216Z from user code: 2022-09-27T16:04:31.5427458Z File "test_jit.py", line 2232, in 2022-09-27T16:04:31.5427809Z self.run_pass('constant_propagation', constant_prop.graph) 2022-09-27T16:04:31.5427968Z 2022-09-27T16:04:31.5428098Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:31.5428305Z ========== 2022-09-27T16:04:31.5428465Z ok (0.018s) 2022-09-27T16:04:31.5645356Z test_constant_prop_loop_constant (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 2310 2022-09-27T16:04:31.5645775Z due to: 2022-09-27T16:04:31.5645959Z Traceback (most recent call last): 2022-09-27T16:04:31.5646260Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:04:31.5646560Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:04:31.5646996Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:04:31.5647228Z 2022-09-27T16:04:31.5647301Z from user code: 2022-09-27T16:04:31.5647548Z File "test_jit.py", line 2330, in 2022-09-27T16:04:31.5647885Z self.run_pass('constant_propagation', constant_prop.graph) 2022-09-27T16:04:31.5648047Z 2022-09-27T16:04:31.5648177Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:31.5648392Z ========== 2022-09-27T16:04:31.5708044Z ok (0.028s) 2022-09-27T16:04:31.6318565Z test_constant_prop_nested (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 2169 2022-09-27T16:04:31.6318913Z due to: 2022-09-27T16:04:31.6319097Z Traceback (most recent call last): 2022-09-27T16:04:31.6319390Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:04:31.6319709Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:04:31.6320172Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:04:31.6320402Z 2022-09-27T16:04:31.6320476Z from user code: 2022-09-27T16:04:31.6320711Z File "test_jit.py", line 2170, in 2022-09-27T16:04:31.6321062Z self.run_pass('constant_propagation', constant_prop.graph) 2022-09-27T16:04:31.6321221Z 2022-09-27T16:04:31.6321351Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:31.6321568Z ========== 2022-09-27T16:04:31.6326052Z ok (0.061s) 2022-09-27T16:04:31.6686610Z test_constant_prop_none (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 2207 2022-09-27T16:04:31.6687183Z due to: 2022-09-27T16:04:31.6687407Z Traceback (most recent call last): 2022-09-27T16:04:31.6687694Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:04:31.6688244Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:04:31.6688833Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:04:31.6689187Z 2022-09-27T16:04:31.6689349Z from user code: 2022-09-27T16:04:31.6689594Z File "test_jit.py", line 2217, in 2022-09-27T16:04:31.6689942Z self.run_pass('constant_propagation', constant_prop.graph) 2022-09-27T16:04:31.6690104Z 2022-09-27T16:04:31.6690223Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:31.6690440Z ========== 2022-09-27T16:04:31.6690602Z ok (0.036s) 2022-09-27T16:04:31.6878810Z test_constant_prop_print (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 2179 2022-09-27T16:04:31.6879278Z due to: 2022-09-27T16:04:31.6879560Z Traceback (most recent call last): 2022-09-27T16:04:31.6879940Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:04:31.6880312Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:04:31.6880772Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:04:31.6881000Z 2022-09-27T16:04:31.6881070Z from user code: 2022-09-27T16:04:31.6881310Z File "test_jit.py", line 2186, in 2022-09-27T16:04:31.6881640Z self.run_pass('constant_propagation', constant_prop.graph) 2022-09-27T16:04:31.6881797Z 2022-09-27T16:04:31.6881929Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:31.6882145Z ========== 2022-09-27T16:04:31.6882296Z ok (0.018s) 2022-09-27T16:04:31.7061155Z test_constant_prop_rand (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 2192 2022-09-27T16:04:31.7061778Z due to: 2022-09-27T16:04:31.7062054Z Traceback (most recent call last): 2022-09-27T16:04:31.7062337Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:04:31.7062687Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:04:31.7063151Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:04:31.7063449Z 2022-09-27T16:04:31.7063521Z from user code: 2022-09-27T16:04:31.7063745Z File "test_jit.py", line 2198, in 2022-09-27T16:04:31.7064090Z self.run_pass('constant_propagation', constant_prop.graph) 2022-09-27T16:04:31.7064249Z 2022-09-27T16:04:31.7064381Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:31.7064589Z ========== 2022-09-27T16:04:31.7064751Z ok (0.018s) 2022-09-27T16:04:31.7254327Z test_constant_prop_remove_output (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 2337 2022-09-27T16:04:31.7254802Z due to: 2022-09-27T16:04:31.7255040Z Traceback (most recent call last): 2022-09-27T16:04:31.7255380Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:04:31.7255683Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:04:31.7256166Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:04:31.7256399Z 2022-09-27T16:04:31.7256468Z from user code: 2022-09-27T16:04:31.7256712Z File "test_jit.py", line 2351, in 2022-09-27T16:04:31.7256969Z graph = constant_prop.graph 2022-09-27T16:04:31.7257083Z 2022-09-27T16:04:31.7257214Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:31.7257734Z ========== 2022-09-27T16:04:31.7257894Z ok (0.019s) 2022-09-27T16:04:31.7513291Z test_constant_prop_simple (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 2151 2022-09-27T16:04:31.7513744Z due to: 2022-09-27T16:04:31.7514095Z Traceback (most recent call last): 2022-09-27T16:04:31.7514386Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:04:31.7514674Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:04:31.7515129Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:04:31.7515356Z 2022-09-27T16:04:31.7515426Z from user code: 2022-09-27T16:04:31.7515655Z File "test_jit.py", line 2152, in 2022-09-27T16:04:31.7516002Z self.run_pass('constant_propagation', constant_prop.graph) 2022-09-27T16:04:31.7516252Z 2022-09-27T16:04:31.7516433Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:31.7516660Z ========== 2022-09-27T16:04:31.7516978Z ok (0.026s) 2022-09-27T16:04:31.7921418Z test_constants_pkl (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 382 2022-09-27T16:04:31.7922017Z due to: 2022-09-27T16:04:31.7922214Z Traceback (most recent call last): 2022-09-27T16:04:31.7922493Z File "/var/lib/jenkins/torchdynamo/torchdynamo/symbolic_convert.py", line 306, in step 2022-09-27T16:04:31.7922798Z log.debug(f"TRACE {inst.opname} {inst.argval} {self.stack}") 2022-09-27T16:04:31.7923046Z BytesWarning: str() on a bytes instance 2022-09-27T16:04:31.7923164Z 2022-09-27T16:04:31.7923233Z from user code: 2022-09-27T16:04:31.7923509Z File "test_jit.py", line 384, in 2022-09-27T16:04:31.7923821Z files = zipfile.ZipFile(buf).filelist 2022-09-27T16:04:31.7924013Z 2022-09-27T16:04:31.7924132Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:31.7924348Z ========== 2022-09-27T16:04:31.7924507Z ok (0.040s) 2022-09-27T16:04:31.8114358Z test_cpp (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Model /var/lib/jenkins/workspace/test/cpp/jit/tests_setup.py line 27 2022-09-27T16:04:31.8115002Z due to: 2022-09-27T16:04:31.8115309Z Traceback (most recent call last): 2022-09-27T16:04:31.8115738Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:04:31.8116088Z raise Unsupported(msg) 2022-09-27T16:04:31.8116452Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:04:31.8116676Z 2022-09-27T16:04:31.8116778Z from user code: 2022-09-27T16:04:31.8117138Z File "/var/lib/jenkins/workspace/test/cpp/jit/tests_setup.py", line 27, in Model 2022-09-27T16:04:31.8117550Z class Model(torch.jit.ScriptModule): 2022-09-27T16:04:31.8117768Z 2022-09-27T16:04:31.8117978Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:31.8118306Z ========== 2022-09-27T16:04:31.8151267Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/cpp/jit/tests_setup.py line 28 2022-09-27T16:04:31.8151754Z due to: 2022-09-27T16:04:31.8152062Z Traceback (most recent call last): 2022-09-27T16:04:31.8152549Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:04:31.8153306Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:04:31.8153872Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:04:31.8154222Z 2022-09-27T16:04:31.8154342Z from user code: 2022-09-27T16:04:31.8154767Z File "/var/lib/jenkins/workspace/test/cpp/jit/tests_setup.py", line 29, in __init__ 2022-09-27T16:04:31.8155219Z super(Model, self).__init__() 2022-09-27T16:04:31.8155433Z 2022-09-27T16:04:31.8155666Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:31.8156206Z ========== 2022-09-27T16:04:31.8311211Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT setup /var/lib/jenkins/workspace/test/cpp/jit/tests_setup.py line 45 2022-09-27T16:04:31.8311536Z due to: 2022-09-27T16:04:31.8311727Z Traceback (most recent call last): 2022-09-27T16:04:31.8312327Z File "/opt/conda/lib/python3.7/site-packages/torch/serialization.py", line 634, in _save 2022-09-27T16:04:31.8312593Z pickler.dump(obj) 2022-09-27T16:04:31.8313119Z AttributeError: Can't pickle local object 'WeakValueDictionary.__init__..remove' 2022-09-27T16:04:31.8313312Z 2022-09-27T16:04:31.8313369Z from user code: 2022-09-27T16:04:31.8313617Z File "/var/lib/jenkins/workspace/test/cpp/jit/tests_setup.py", line 51, in setup 2022-09-27T16:04:31.8313922Z torch.save(value, self.path, _use_new_zipfile_serialization=True) 2022-09-27T16:04:31.8314084Z 2022-09-27T16:04:31.8314232Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:31.8314488Z ========== 2022-09-27T16:04:31.8390011Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT setup /var/lib/jenkins/workspace/test/cpp/jit/tests_setup.py line 58 2022-09-27T16:04:31.8390560Z due to: 2022-09-27T16:04:31.8390831Z Traceback (most recent call last): 2022-09-27T16:04:31.8391210Z File "/opt/conda/lib/python3.7/site-packages/torch/serialization.py", line 563, in _legacy_save 2022-09-27T16:04:31.8391476Z pickler.dump(obj) 2022-09-27T16:04:31.8391803Z AttributeError: Can't pickle local object 'WeakValueDictionary.__init__..remove' 2022-09-27T16:04:31.8391992Z 2022-09-27T16:04:31.8392061Z from user code: 2022-09-27T16:04:31.8392309Z File "/var/lib/jenkins/workspace/test/cpp/jit/tests_setup.py", line 64, in setup 2022-09-27T16:04:31.8392612Z torch.save(value, self.path, _use_new_zipfile_serialization=False) 2022-09-27T16:04:31.8392927Z 2022-09-27T16:04:31.8393050Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:31.8393268Z ========== 2022-09-27T16:04:31.8419489Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT setup /var/lib/jenkins/workspace/test/cpp/jit/tests_setup.py line 69 2022-09-27T16:04:31.8419992Z due to: 2022-09-27T16:04:31.8420174Z Traceback (most recent call last): 2022-09-27T16:04:31.8420453Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:31.8420886Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:31.8421333Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:04:31.8421537Z 2022-09-27T16:04:31.8421609Z from user code: 2022-09-27T16:04:31.8421856Z File "/var/lib/jenkins/workspace/test/cpp/jit/tests_setup.py", line 70, in setup 2022-09-27T16:04:31.8422119Z if not torch.cuda.is_available(): 2022-09-27T16:04:31.8422235Z 2022-09-27T16:04:31.8422366Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:31.8422592Z ========== 2022-09-27T16:04:31.8652070Z ok (0.072s) 2022-09-27T16:04:31.8980967Z test_cse (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 1238 2022-09-27T16:04:31.8981527Z due to: 2022-09-27T16:04:31.8981830Z Traceback (most recent call last): 2022-09-27T16:04:31.8982116Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:31.8982534Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:31.8982977Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:04:31.8983175Z 2022-09-27T16:04:31.8983244Z from user code: 2022-09-27T16:04:31.8983450Z File "test_jit.py", line 1240, in 2022-09-27T16:04:31.8983716Z FileCheck().check_count("add", 1).check_count("mul", 2, do_exactly) \ 2022-09-27T16:04:31.8983872Z 2022-09-27T16:04:31.8984182Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:31.8984392Z ========== 2022-09-27T16:04:31.8993228Z You have not run this instance of FileCheck! 2022-09-27T16:04:31.8993442Z FileCheck checks: 2022-09-27T16:04:31.9020492Z ok (0.036s) 2022-09-27T16:04:31.9214129Z test_cse_not_introduce_aliasing (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 1247 2022-09-27T16:04:31.9214501Z due to: 2022-09-27T16:04:31.9214676Z Traceback (most recent call last): 2022-09-27T16:04:31.9214983Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:04:31.9215287Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:04:31.9215741Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:04:31.9215970Z 2022-09-27T16:04:31.9216042Z from user code: 2022-09-27T16:04:31.9216299Z File "test_jit.py", line 1251, in 2022-09-27T16:04:31.9216631Z self.run_pass('cse', tensor_alias_outputs.graph) 2022-09-27T16:04:31.9216766Z 2022-09-27T16:04:31.9216902Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:31.9217121Z ========== 2022-09-27T16:04:31.9237872Z ok (0.021s) 2022-09-27T16:04:31.9272744Z test_cu_escaped_number (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cu_escaped_number test_jit.py line 2643 2022-09-27T16:04:31.9273432Z due to: 2022-09-27T16:04:31.9273797Z Traceback (most recent call last): 2022-09-27T16:04:31.9274084Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:31.9274506Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:31.9274984Z AssertionError: torch.* op returned non-Tensor CompilationUnit call_function 2022-09-27T16:04:31.9275212Z 2022-09-27T16:04:31.9275283Z from user code: 2022-09-27T16:04:31.9275489Z File "test_jit.py", line 2647, in test_cu_escaped_number 2022-09-27T16:04:31.9275712Z ''') 2022-09-27T16:04:31.9275808Z 2022-09-27T16:04:31.9275942Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:31.9276149Z ========== 2022-09-27T16:04:31.9292980Z ok (0.005s) 2022-09-27T16:04:31.9308625Z test_cuda_export_restore (__main__.TestJit) ... skip: requires CUDA (0.001s) 2022-09-27T16:04:31.9663084Z test_debug_flush_compilation_cache (__main__.TestJit) ... ok (0.035s) 2022-09-27T16:04:32.0111799Z test_decompose_addmm (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 2051 2022-09-27T16:04:32.0112188Z due to: 2022-09-27T16:04:32.0112394Z Traceback (most recent call last): 2022-09-27T16:04:32.0112671Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:04:32.0113173Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:04:32.0113638Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:04:32.0113870Z 2022-09-27T16:04:32.0113942Z from user code: 2022-09-27T16:04:32.0114171Z File "test_jit.py", line 2052, in 2022-09-27T16:04:32.0114478Z self.run_pass('decompose_ops', addmm.graph) 2022-09-27T16:04:32.0114623Z 2022-09-27T16:04:32.0114757Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:32.0114964Z ========== 2022-09-27T16:04:32.0633755Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 2058 2022-09-27T16:04:32.0634280Z due to: 2022-09-27T16:04:32.0634581Z Traceback (most recent call last): 2022-09-27T16:04:32.0635139Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:04:32.0635679Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:04:32.0636148Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:04:32.0636378Z 2022-09-27T16:04:32.0636436Z from user code: 2022-09-27T16:04:32.0636738Z File "test_jit.py", line 2065, in 2022-09-27T16:04:32.0636980Z orig = str(addmm.graph) 2022-09-27T16:04:32.0637100Z 2022-09-27T16:04:32.0637234Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:32.0637444Z ========== 2022-09-27T16:04:32.0637603Z ok (0.097s) 2022-09-27T16:04:32.0648337Z test_device_not_equal (__main__.TestJit) ... skip: requires CUDA (0.001s) 2022-09-27T16:04:32.0846793Z test_diff_subgraph_clones_constants (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 1156 2022-09-27T16:04:32.0847220Z due to: 2022-09-27T16:04:32.0847406Z Traceback (most recent call last): 2022-09-27T16:04:32.0847712Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:04:32.0848002Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:04:32.0848470Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:04:32.0848698Z 2022-09-27T16:04:32.0848769Z from user code: 2022-09-27T16:04:32.0849014Z File "test_jit.py", line 1163, in 2022-09-27T16:04:32.0849270Z graph = f.graph.copy() 2022-09-27T16:04:32.0849388Z 2022-09-27T16:04:32.0849523Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:32.0849746Z ========== 2022-09-27T16:04:32.0854132Z ok (0.020s) 2022-09-27T16:04:32.0949483Z test_disabled (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyModule test_jit.py line 929 2022-09-27T16:04:32.0949933Z due to: 2022-09-27T16:04:32.0950270Z Traceback (most recent call last): 2022-09-27T16:04:32.0950795Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:04:32.0951240Z raise Unsupported(msg) 2022-09-27T16:04:32.0951503Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:04:32.0951652Z 2022-09-27T16:04:32.0951724Z from user code: 2022-09-27T16:04:32.0951928Z File "test_jit.py", line 929, in MyModule 2022-09-27T16:04:32.0952169Z class MyModule(torch.jit.ScriptModule): 2022-09-27T16:04:32.0952314Z 2022-09-27T16:04:32.0952433Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:32.0952652Z ========== 2022-09-27T16:04:32.0952997Z ok (0.009s) 2022-09-27T16:04:32.0999153Z test_dropout (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dropout test_jit.py line 1785 2022-09-27T16:04:32.0999685Z due to: 2022-09-27T16:04:32.0999900Z Traceback (most recent call last): 2022-09-27T16:04:32.1000188Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:32.1000615Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:32.1001118Z AssertionError: torch.* op returned non-Tensor _GeneratorContextManager call_function 2022-09-27T16:04:32.1001344Z 2022-09-27T16:04:32.1001415Z from user code: 2022-09-27T16:04:32.1001621Z File "test_jit.py", line 1787, in test_dropout 2022-09-27T16:04:32.1001845Z with torch.random.fork_rng(devices=[]): 2022-09-27T16:04:32.1001983Z 2022-09-27T16:04:32.1002116Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:32.1002334Z ========== 2022-09-27T16:04:32.1012867Z ok (0.006s) 2022-09-27T16:04:32.1030033Z test_dropout_cuda (__main__.TestJit) ... skip: test_dropout_cuda require CUDA (0.001s) 2022-09-27T16:04:32.1050987Z test_dropout_func_requires_grad (__main__.TestJit) ... skip: Torchdynamo cannot correctly handle profiler.profile calls (0.002s) 2022-09-27T16:04:32.1069014Z test_dropout_module_requires_grad (__main__.TestJit) ... skip: Testing differentiable graph (0.001s) 2022-09-27T16:04:32.1418448Z test_einsum (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT check test_jit.py line 1985 2022-09-27T16:04:32.1419002Z due to: 2022-09-27T16:04:32.1419195Z Traceback (most recent call last): 2022-09-27T16:04:32.1419494Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:04:32.1419807Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:04:32.1420269Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:04:32.1420504Z 2022-09-27T16:04:32.1420576Z from user code: 2022-09-27T16:04:32.1420762Z File "test_jit.py", line 1986, in check 2022-09-27T16:04:32.1421165Z self.assertGraphContains(jitted.graph, kind='aten::einsum') 2022-09-27T16:04:32.1421341Z 2022-09-27T16:04:32.1421475Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:32.1421683Z ========== 2022-09-27T16:04:32.1755605Z ok (0.068s) 2022-09-27T16:04:32.2003621Z test_element_size (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 885 2022-09-27T16:04:32.2004163Z due to: 2022-09-27T16:04:32.2004379Z Traceback (most recent call last): 2022-09-27T16:04:32.2004666Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:32.2005109Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:32.2005516Z AssertionError: torch.* op returned non-Tensor int call_method element_size 2022-09-27T16:04:32.2005757Z 2022-09-27T16:04:32.2005831Z from user code: 2022-09-27T16:04:32.2006062Z File "test_jit.py", line 886, in 2022-09-27T16:04:32.2006335Z self.assertEqual(element_size, x.element_size()) 2022-09-27T16:04:32.2006482Z 2022-09-27T16:04:32.2006600Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:32.2006823Z ========== 2022-09-27T16:04:32.2006986Z ok (0.024s) 2022-09-27T16:04:32.2117080Z test_expand_fold_quant_inputs (__main__.TestJit) ... ok (0.011s) 2022-09-27T16:04:32.2226641Z test_expand_quantlint (__main__.TestJit) ... ok (0.010s) 2022-09-27T16:04:32.2246030Z test_export_batchnorm (__main__.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:04:32.2544733Z test_export_dropout (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 2561 2022-09-27T16:04:32.2545108Z due to: 2022-09-27T16:04:32.2545283Z Traceback (most recent call last): 2022-09-27T16:04:32.2545648Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:04:32.2546032Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:04:32.2546369Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:04:32.2546538Z 2022-09-27T16:04:32.2546609Z from user code: 2022-09-27T16:04:32.2546850Z File "test_jit.py", line 2563, in 2022-09-27T16:04:32.2547105Z self.assertEqual(traced(x), imported(x)) 2022-09-27T16:04:32.2547245Z 2022-09-27T16:04:32.2547377Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:32.2547599Z ========== 2022-09-27T16:04:32.2553050Z ok (0.030s) 2022-09-27T16:04:32.3020146Z test_export_lstm (__main__.TestJit) ... ok (0.046s) 2022-09-27T16:04:32.3082048Z test_export_opnames (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Foo test_jit.py line 2889 2022-09-27T16:04:32.3082521Z due to: 2022-09-27T16:04:32.3082874Z Traceback (most recent call last): 2022-09-27T16:04:32.3083441Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:04:32.3083706Z raise Unsupported(msg) 2022-09-27T16:04:32.3083945Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:04:32.3084088Z 2022-09-27T16:04:32.3084159Z from user code: 2022-09-27T16:04:32.3084353Z File "test_jit.py", line 2889, in Foo 2022-09-27T16:04:32.3084638Z class Foo(torch.jit.ScriptModule): 2022-09-27T16:04:32.3084779Z 2022-09-27T16:04:32.3084900Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:32.3085118Z ========== 2022-09-27T16:04:32.3094203Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT Bar test_jit.py line 2906 2022-09-27T16:04:32.3094637Z due to: 2022-09-27T16:04:32.3094980Z Traceback (most recent call last): 2022-09-27T16:04:32.3095502Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:04:32.3095847Z raise Unsupported(msg) 2022-09-27T16:04:32.3096070Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:04:32.3096230Z 2022-09-27T16:04:32.3096300Z from user code: 2022-09-27T16:04:32.3096495Z File "test_jit.py", line 2906, in Bar 2022-09-27T16:04:32.3096706Z class Bar(torch.jit.ScriptModule): 2022-09-27T16:04:32.3096844Z 2022-09-27T16:04:32.3096978Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:32.3097199Z ========== 2022-09-27T16:04:32.3141269Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 2907 2022-09-27T16:04:32.3141705Z due to: 2022-09-27T16:04:32.3142067Z Traceback (most recent call last): 2022-09-27T16:04:32.3142370Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:04:32.3142669Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:04:32.3142978Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:04:32.3143171Z 2022-09-27T16:04:32.3143241Z from user code: 2022-09-27T16:04:32.3143431Z File "test_jit.py", line 2908, in __init__ 2022-09-27T16:04:32.3143640Z super(Bar, self).__init__() 2022-09-27T16:04:32.3143758Z 2022-09-27T16:04:32.3143886Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:32.3144108Z ========== 2022-09-27T16:04:32.3170794Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 2890 2022-09-27T16:04:32.3171297Z due to: 2022-09-27T16:04:32.3171499Z Traceback (most recent call last): 2022-09-27T16:04:32.3171785Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:04:32.3172104Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:04:32.3172416Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:04:32.3172609Z 2022-09-27T16:04:32.3172681Z from user code: 2022-09-27T16:04:32.3172868Z File "test_jit.py", line 2891, in __init__ 2022-09-27T16:04:32.3173077Z super(Foo, self).__init__() 2022-09-27T16:04:32.3173202Z 2022-09-27T16:04:32.3173333Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:32.3173539Z ========== 2022-09-27T16:04:32.3274743Z ok (0.025s) 2022-09-27T16:04:32.4050720Z test_export_rnn (__main__.TestJit) ... ok (0.077s) 2022-09-27T16:04:32.4073134Z test_flags (__main__.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.001s) 2022-09-27T16:04:32.7692473Z test_function_default_values (__main__.TestJit) ... ok (0.361s) 2022-09-27T16:04:32.7904321Z test_hide_source_ranges_context_manager (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 2993 2022-09-27T16:04:32.7904989Z due to: 2022-09-27T16:04:32.7905272Z Traceback (most recent call last): 2022-09-27T16:04:32.7905566Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:04:32.7905882Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:04:32.7906680Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:04:32.7906902Z 2022-09-27T16:04:32.7906976Z from user code: 2022-09-27T16:04:32.7907240Z File "test_jit.py", line 2997, in 2022-09-27T16:04:32.7907775Z graph = foo.graph 2022-09-27T16:04:32.7907989Z 2022-09-27T16:04:32.7908211Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:32.7908440Z ========== 2022-09-27T16:04:32.7908605Z ok (0.021s) 2022-09-27T16:04:32.7949831Z test_import_method (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_import_method test_jit.py line 2650 2022-09-27T16:04:32.7950361Z due to: 2022-09-27T16:04:32.7950595Z Traceback (most recent call last): 2022-09-27T16:04:32.7950894Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:32.7951327Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:32.7951840Z AssertionError: torch.* op returned non-Tensor _GeneratorContextManager call_function 2022-09-27T16:04:32.7952079Z 2022-09-27T16:04:32.7952153Z from user code: 2022-09-27T16:04:32.7952371Z File "test_jit.py", line 2651, in test_import_method 2022-09-27T16:04:32.7952609Z with torch._jit_internal._disable_emit_hooks(): 2022-09-27T16:04:32.7952749Z 2022-09-27T16:04:32.7953186Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:32.7953521Z ========== 2022-09-27T16:04:32.7954591Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT Foo test_jit.py line 2652 2022-09-27T16:04:32.7955038Z due to: 2022-09-27T16:04:32.7955400Z Traceback (most recent call last): 2022-09-27T16:04:32.7955696Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:04:32.7955945Z raise Unsupported(msg) 2022-09-27T16:04:32.7956188Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:04:32.7956347Z 2022-09-27T16:04:32.7956417Z from user code: 2022-09-27T16:04:32.7956598Z File "test_jit.py", line 2652, in Foo 2022-09-27T16:04:32.7956822Z class Foo(torch.jit.ScriptModule): 2022-09-27T16:04:32.7956958Z 2022-09-27T16:04:32.7957092Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:32.7957299Z ========== 2022-09-27T16:04:32.7990362Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 2653 2022-09-27T16:04:32.7990820Z due to: 2022-09-27T16:04:32.7991120Z Traceback (most recent call last): 2022-09-27T16:04:32.7991400Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:04:32.7991721Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:04:32.7992034Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:04:32.7992232Z 2022-09-27T16:04:32.7992291Z from user code: 2022-09-27T16:04:32.7992493Z File "test_jit.py", line 2654, in __init__ 2022-09-27T16:04:32.7992702Z super(Foo, self).__init__() 2022-09-27T16:04:32.7992953Z 2022-09-27T16:04:32.7993070Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:32.7993290Z ========== 2022-09-27T16:04:32.8029276Z ok (0.012s) 2022-09-27T16:04:32.8126982Z test_inferred_as_tensor (__main__.TestJit) ... ok (0.009s) 2022-09-27T16:04:32.8419775Z test_layout (__main__.TestJit) ... ok (0.029s) 2022-09-27T16:04:32.8920392Z test_matrix_conj_transpose (__main__.TestJit) ... ok (0.049s) 2022-09-27T16:04:32.9204229Z test_matrix_transpose (__main__.TestJit) ... ok (0.028s) 2022-09-27T16:04:32.9271767Z test_module_default_values (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Test test_jit.py line 2751 2022-09-27T16:04:32.9272075Z due to: 2022-09-27T16:04:32.9272281Z Traceback (most recent call last): 2022-09-27T16:04:32.9273046Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:04:32.9273297Z raise Unsupported(msg) 2022-09-27T16:04:32.9273534Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:04:32.9273693Z 2022-09-27T16:04:32.9273766Z from user code: 2022-09-27T16:04:32.9273947Z File "test_jit.py", line 2751, in Test 2022-09-27T16:04:32.9274246Z class Test(torch.jit.ScriptModule): 2022-09-27T16:04:32.9274391Z 2022-09-27T16:04:32.9274526Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:32.9274749Z ========== 2022-09-27T16:04:32.9307843Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 2752 2022-09-27T16:04:32.9308309Z due to: 2022-09-27T16:04:32.9308667Z Traceback (most recent call last): 2022-09-27T16:04:32.9308992Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:04:32.9309314Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:04:32.9309640Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:04:32.9309835Z 2022-09-27T16:04:32.9309907Z from user code: 2022-09-27T16:04:32.9310093Z File "test_jit.py", line 2753, in __init__ 2022-09-27T16:04:32.9310305Z super(Test, self).__init__() 2022-09-27T16:04:32.9310427Z 2022-09-27T16:04:32.9310562Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:32.9310768Z ========== 2022-09-27T16:04:32.9351635Z ok (0.014s) 2022-09-27T16:04:32.9492168Z test_mutable_default_values (__main__.TestJit) ... ok (0.013s) 2022-09-27T16:04:32.9509456Z test_native_dropout_corner_case (__main__.TestJit) ... skip: test requires CUDA (0.001s) 2022-09-27T16:04:33.2928332Z test_nn_conv (__main__.TestJit) ... ok (0.341s) 2022-09-27T16:04:33.4265254Z test_nn_lp_pool1d (__main__.TestJit) ... ok (0.133s) 2022-09-27T16:04:33.5944288Z test_nn_lp_pool2d (__main__.TestJit) ... ok (0.167s) 2022-09-27T16:04:33.8862245Z test_nn_padding (__main__.TestJit) ... ok (0.291s) 2022-09-27T16:04:33.9334834Z test_nn_padding_functional (__main__.TestJit) ... ok (0.046s) 2022-09-27T16:04:34.2215197Z test_no_erroneous_warnings (__main__.TestJit) ... ok (0.287s) 2022-09-27T16:04:34.2229974Z test_non_ascii_string (__main__.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.001s) 2022-09-27T16:04:34.2529308Z test_numel (__main__.TestJit) ... ok (0.029s) 2022-09-27T16:04:34.2895743Z test_pattern_based_module_rewrite (__main__.TestJit) ... ok (0.036s) 2022-09-27T16:04:34.2944875Z test_pattern_based_rewrite (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pattern_based_rewrite test_jit.py line 1286 2022-09-27T16:04:34.2945476Z due to: 2022-09-27T16:04:34.2945789Z Traceback (most recent call last): 2022-09-27T16:04:34.2946273Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:34.2947046Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:34.2947965Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:04:34.2948395Z 2022-09-27T16:04:34.2948516Z from user code: 2022-09-27T16:04:34.2948884Z File "test_jit.py", line 1299, in test_pattern_based_rewrite 2022-09-27T16:04:34.2949274Z graph = parse_ir(input_str) 2022-09-27T16:04:34.2949494Z 2022-09-27T16:04:34.2949726Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:34.2950110Z ========== 2022-09-27T16:04:34.2953506Z ok (0.005s) 2022-09-27T16:04:34.3356093Z test_pattern_based_rewrite_with_source_range_preserved (__main__.TestJit) ... ok (0.040s) 2022-09-27T16:04:34.3389518Z test_peephole_optimize_shape_ops (__main__.TestJit) ... skip: Simple executor doesn't have shape information (0.003s) 2022-09-27T16:04:34.3610443Z test_permute_inputs_binding (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 1703 2022-09-27T16:04:34.3611085Z due to: 2022-09-27T16:04:34.3611258Z Traceback (most recent call last): 2022-09-27T16:04:34.3611550Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:04:34.3611921Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:04:34.3612388Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:04:34.3612603Z 2022-09-27T16:04:34.3612678Z from user code: 2022-09-27T16:04:34.3612924Z File "test_jit.py", line 1707, in 2022-09-27T16:04:34.3613161Z g = foo.graph 2022-09-27T16:04:34.3613268Z 2022-09-27T16:04:34.3613386Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:34.3613605Z ========== 2022-09-27T16:04:34.3614399Z ok (0.022s) 2022-09-27T16:04:34.6242436Z test_pretty_printer (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 2629 2022-09-27T16:04:34.6242798Z due to: 2022-09-27T16:04:34.6242995Z Traceback (most recent call last): 2022-09-27T16:04:34.6243288Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:04:34.6243604Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:04:34.6244062Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:04:34.6244277Z 2022-09-27T16:04:34.6244349Z from user code: 2022-09-27T16:04:34.6244586Z File "test_jit.py", line 2633, in 2022-09-27T16:04:34.6244869Z self.assertExpected(if_test.code, "if_test") 2022-09-27T16:04:34.6245080Z 2022-09-27T16:04:34.6245251Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:34.6245495Z ========== 2022-09-27T16:04:34.6315321Z ok (0.269s) 2022-09-27T16:04:34.6376435Z test_print_classes_module (__main__.TestJit) ... ok (0.006s) 2022-09-27T16:04:34.6434099Z test_print_op_module (__main__.TestJit) ... ok (0.005s) 2022-09-27T16:04:34.6592100Z test_print_torch_ops_modules (__main__.TestJit) ... ok (0.015s) 2022-09-27T16:04:34.6615803Z test_profiler (__main__.TestJit) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/65521 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T16:04:35.6161611Z test_python_bindings (__main__.TestJit) ... ok (0.954s) 2022-09-27T16:04:35.8110766Z test_python_ir (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 1681 2022-09-27T16:04:35.8111090Z due to: 2022-09-27T16:04:35.8111279Z Traceback (most recent call last): 2022-09-27T16:04:35.8111589Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:35.8112029Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:35.8112460Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:04:35.8112651Z 2022-09-27T16:04:35.8112708Z from user code: 2022-09-27T16:04:35.8113118Z File "test_jit.py", line 1682, in 2022-09-27T16:04:35.8113349Z g2 = torch._C.Graph() 2022-09-27T16:04:35.8113465Z 2022-09-27T16:04:35.8113598Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:35.8113806Z ========== 2022-09-27T16:04:35.8119609Z ok (0.195s) 2022-09-27T16:04:35.8360095Z test_python_ir_utils (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 1721 2022-09-27T16:04:35.8360893Z due to: 2022-09-27T16:04:35.8361232Z Traceback (most recent call last): 2022-09-27T16:04:35.8361710Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:04:35.8362016Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:04:35.8362599Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:04:35.8362963Z 2022-09-27T16:04:35.8363094Z from user code: 2022-09-27T16:04:35.8363526Z File "test_jit.py", line 1728, in 2022-09-27T16:04:35.8363880Z add_node = foo.graph.findNode("aten::add") 2022-09-27T16:04:35.8364020Z 2022-09-27T16:04:35.8364153Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:35.8364371Z ========== 2022-09-27T16:04:35.8364533Z ok (0.024s) 2022-09-27T16:04:35.8386697Z test_python_ir_utils_graph (__main__.TestJit) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73473 for platform(s) macos, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T16:04:35.8405723Z test_python_ivalue (__main__.TestJit) ... skip: TorchDynamo fails with unknown reason (0.001s) 2022-09-27T16:04:37.0911668Z test_pytorch_jit_env_off (__main__.TestJit) ... ok (1.250s) 2022-09-27T16:04:37.0974173Z test_recursive_cse (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_recursive_cse test_jit.py line 1263 2022-09-27T16:04:37.0974691Z due to: 2022-09-27T16:04:37.0975021Z Traceback (most recent call last): 2022-09-27T16:04:37.0975381Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:37.0975824Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:37.0976335Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:04:37.0976566Z 2022-09-27T16:04:37.0976636Z from user code: 2022-09-27T16:04:37.0976852Z File "test_jit.py", line 1282, in test_recursive_cse 2022-09-27T16:04:37.0977078Z graph = parse_ir(input_str) 2022-09-27T16:04:37.0977230Z 2022-09-27T16:04:37.0977365Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:37.0977585Z ========== 2022-09-27T16:04:37.0978354Z ok (0.006s) 2022-09-27T16:04:37.1511105Z test_repeat_interleave_script (__main__.TestJit) ... ok (0.052s) 2022-09-27T16:04:37.1597753Z test_restore_device (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 398 2022-09-27T16:04:37.1598242Z due to: 2022-09-27T16:04:37.1599482Z Traceback (most recent call last): 2022-09-27T16:04:37.1599968Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:04:37.1600517Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:04:37.1601043Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:04:37.1601363Z 2022-09-27T16:04:37.1601484Z from user code: 2022-09-27T16:04:37.1601801Z File "test_jit.py", line 399, in __init__ 2022-09-27T16:04:37.1602145Z super(M, self).__init__() 2022-09-27T16:04:37.1602338Z 2022-09-27T16:04:37.1602565Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:37.1602913Z ========== 2022-09-27T16:04:37.1644047Z ok (0.013s) 2022-09-27T16:04:37.1671281Z test_restore_device_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.002s) 2022-09-27T16:04:37.1690000Z test_restore_shared_storage_on_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.001s) 2022-09-27T16:04:37.3947167Z test_script_autograd_grad (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 4 2022-09-27T16:04:37.3947934Z due to: 2022-09-27T16:04:37.3948156Z Traceback (most recent call last): 2022-09-27T16:04:37.3948498Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:04:37.3948815Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:04:37.3949262Z NotImplementedError: UserDefinedObjectVariable(_GenericAlias) is not a constant 2022-09-27T16:04:37.3949460Z 2022-09-27T16:04:37.3949530Z from user code: 2022-09-27T16:04:37.3949800Z File "", line 4, in 2022-09-27T16:04:37.3949990Z 2022-09-27T16:04:37.3950129Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:37.3950356Z ========== 2022-09-27T16:04:37.4842517Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 1065 2022-09-27T16:04:37.4842900Z due to: 2022-09-27T16:04:37.4843099Z Traceback (most recent call last): 2022-09-27T16:04:37.4843419Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:04:37.4843722Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:04:37.4844034Z NotImplementedError: UserDefinedObjectVariable(_GenericAlias) is not a constant 2022-09-27T16:04:37.4844235Z 2022-09-27T16:04:37.4844304Z from user code: 2022-09-27T16:04:37.4844536Z File "test_jit.py", line 1065, in 2022-09-27T16:04:37.4844861Z grad_outputs = torch.jit.annotate(List[Optional[torch.Tensor]], [torch.ones((2, 2)), ]) 2022-09-27T16:04:37.4845045Z 2022-09-27T16:04:37.4845178Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:37.4845401Z ========== 2022-09-27T16:04:37.6750381Z ok (0.505s) 2022-09-27T16:04:37.7079589Z test_script_backward (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 1088 2022-09-27T16:04:37.7080217Z due to: 2022-09-27T16:04:37.7080560Z Traceback (most recent call last): 2022-09-27T16:04:37.7081083Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:37.7081588Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:37.7082030Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:04:37.7082226Z 2022-09-27T16:04:37.7082297Z from user code: 2022-09-27T16:04:37.7082523Z File "test_jit.py", line 1089, in 2022-09-27T16:04:37.7082829Z FileCheck().check("torch.autograd.backward").run(scripted_fn.code) 2022-09-27T16:04:37.7083000Z 2022-09-27T16:04:37.7083131Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:37.7083336Z ========== 2022-09-27T16:04:37.7083539Z You have not run this instance of FileCheck! 2022-09-27T16:04:37.7083747Z FileCheck checks: 2022-09-27T16:04:37.7693786Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 1115 2022-09-27T16:04:37.7694320Z due to: 2022-09-27T16:04:37.7694697Z Traceback (most recent call last): 2022-09-27T16:04:37.7695017Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:04:37.7695331Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:04:37.7695645Z NotImplementedError: UserDefinedObjectVariable(_GenericAlias) is not a constant 2022-09-27T16:04:37.7695837Z 2022-09-27T16:04:37.7695908Z from user code: 2022-09-27T16:04:37.7696156Z File "test_jit.py", line 1115, in 2022-09-27T16:04:37.7696492Z grad_outputs = torch.jit.annotate(List[Optional[torch.Tensor]], [torch.ones((2, 2)), ]) 2022-09-27T16:04:37.7696675Z 2022-09-27T16:04:37.7696994Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:37.7697203Z ========== 2022-09-27T16:04:37.7722444Z ok (0.097s) 2022-09-27T16:04:37.7801768Z test_script_backward_twice (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_script_backward_twice test_jit.py line 1123 2022-09-27T16:04:37.7802339Z due to: 2022-09-27T16:04:37.7802896Z Traceback (most recent call last): 2022-09-27T16:04:37.7803424Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:37.7804081Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:37.7804604Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:04:37.7804848Z 2022-09-27T16:04:37.7804920Z from user code: 2022-09-27T16:04:37.7805143Z File "test_jit.py", line 1152, in test_script_backward_twice 2022-09-27T16:04:37.7805464Z checkBackwardTwiceScript(test_script_backward_twice_with_saved_values, (inp1, inp2), False) 2022-09-27T16:04:37.7805713Z 2022-09-27T16:04:37.7805848Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:37.7806070Z ========== 2022-09-27T16:04:37.7835678Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT checkBackwardTwiceScript test_jit.py line 1124 2022-09-27T16:04:37.7836119Z due to: 2022-09-27T16:04:37.7836473Z Traceback (most recent call last): 2022-09-27T16:04:37.7836990Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:37.7837787Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:37.7838626Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:04:37.7838871Z 2022-09-27T16:04:37.7838942Z from user code: 2022-09-27T16:04:37.7839174Z File "test_jit.py", line 1125, in checkBackwardTwiceScript 2022-09-27T16:04:37.7839431Z torch._C._jit_set_profiling_executor(False) 2022-09-27T16:04:37.7839576Z 2022-09-27T16:04:37.7839710Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:37.7839934Z ========== 2022-09-27T16:04:37.7840396Z /opt/conda/lib/python3.7/site-packages/torch/jit/_script.py:1244: UserWarning: `optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead 2022-09-27T16:04:37.7840815Z "`optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead" 2022-09-27T16:04:37.7989426Z /opt/conda/lib/python3.7/site-packages/torch/jit/_script.py:1244: UserWarning: `optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead 2022-09-27T16:04:37.7989947Z "`optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead" 2022-09-27T16:04:37.8017080Z ok (0.029s) 2022-09-27T16:04:37.8139473Z test_script_fn_pkl (__main__.TestJit) ... ok (0.011s) 2022-09-27T16:04:37.8666084Z test_script_tensor_type (__main__.TestJit) ... ok (0.052s) 2022-09-27T16:04:37.8903516Z test_shape_analysis_broadcast (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 1589 2022-09-27T16:04:37.8904164Z due to: 2022-09-27T16:04:37.8904499Z Traceback (most recent call last): 2022-09-27T16:04:37.8905032Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:04:37.8905585Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:04:37.8906449Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:04:37.8906885Z 2022-09-27T16:04:37.8906999Z from user code: 2022-09-27T16:04:37.8907450Z File "test_jit.py", line 1589, in 2022-09-27T16:04:37.8908016Z graph = torch.jit.script(broadcast).graph 2022-09-27T16:04:37.8908162Z 2022-09-27T16:04:37.8908296Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:37.8908505Z ========== 2022-09-27T16:04:37.8908671Z ok (0.023s) 2022-09-27T16:04:37.8945289Z test_shape_analysis_masked_select (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_shape_analysis_masked_select test_jit.py line 1619 2022-09-27T16:04:37.8945884Z due to: 2022-09-27T16:04:37.8946136Z Traceback (most recent call last): 2022-09-27T16:04:37.8946423Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:37.8946868Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:37.8947361Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:04:37.8947590Z 2022-09-27T16:04:37.8947668Z from user code: 2022-09-27T16:04:37.8947899Z File "test_jit.py", line 1625, in test_shape_analysis_masked_select 2022-09-27T16:04:37.8948126Z graph = parse_ir(input_str) 2022-09-27T16:04:37.8948248Z 2022-09-27T16:04:37.8948380Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:37.8948597Z ========== 2022-09-27T16:04:37.8948843Z ok (0.004s) 2022-09-27T16:04:37.8985392Z test_shape_analysis_unsqueeze_in_loop (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_shape_analysis_unsqueeze_in_loop test_jit.py line 1593 2022-09-27T16:04:37.8985808Z due to: 2022-09-27T16:04:37.8986000Z Traceback (most recent call last): 2022-09-27T16:04:37.8986302Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:37.8986741Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:37.8987246Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:04:37.8987516Z 2022-09-27T16:04:37.8987631Z from user code: 2022-09-27T16:04:37.8987979Z File "test_jit.py", line 1606, in test_shape_analysis_unsqueeze_in_loop 2022-09-27T16:04:37.8988228Z graph = parse_ir(input_str) 2022-09-27T16:04:37.8988351Z 2022-09-27T16:04:37.8988487Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:37.8988705Z ========== 2022-09-27T16:04:37.8988854Z ok (0.003s) 2022-09-27T16:04:37.9429718Z test_sparse_csr_tensors (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 2120 2022-09-27T16:04:37.9430328Z due to: 2022-09-27T16:04:37.9430662Z Traceback (most recent call last): 2022-09-27T16:04:37.9431136Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:04:37.9431410Z return self._op(*args, **kwargs or {}) 2022-09-27T16:04:37.9433742Z NotImplementedError: Could not run 'aten::to_sparse_csr' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_sparse_csr' is only available for these backends: [CPU, SparseCPU, SparseCsrCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:04:37.9435197Z 2022-09-27T16:04:37.9435374Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:04:37.9435757Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T16:04:37.9436223Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-09-27T16:04:37.9436662Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:04:37.9437114Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:04:37.9437560Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:04:37.9438015Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:04:37.9438429Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:04:37.9438825Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:04:37.9439221Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:04:37.9439617Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:04:37.9440042Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:04:37.9440489Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9440905Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9441317Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9441712Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9442118Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9442535Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9442957Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9443347Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9443749Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9444150Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9444560Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9444952Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9445373Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9445886Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9446324Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9446795Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9447203Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp:12947 [kernel] 2022-09-27T16:04:37.9447626Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:04:37.9448033Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:04:37.9448457Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:04:37.9448933Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:04:37.9449375Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:04:37.9449800Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:04:37.9450230Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:04:37.9450673Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:04:37.9451129Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:04:37.9451584Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:04:37.9451804Z 2022-09-27T16:04:37.9451822Z 2022-09-27T16:04:37.9451947Z During handling of the above exception, another exception occurred: 2022-09-27T16:04:37.9452113Z 2022-09-27T16:04:37.9452205Z Traceback (most recent call last): 2022-09-27T16:04:37.9452581Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:04:37.9452904Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:04:37.9453210Z NotImplementedError: Cannot access storage of SparseCsrTensorImpl 2022-09-27T16:04:37.9453385Z 2022-09-27T16:04:37.9453524Z The above exception was the direct cause of the following exception: 2022-09-27T16:04:37.9453688Z 2022-09-27T16:04:37.9453781Z Traceback (most recent call last): 2022-09-27T16:04:37.9454049Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:04:37.9454321Z raise TorchRuntimeError() from e 2022-09-27T16:04:37.9454558Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:04:37.9454701Z 2022-09-27T16:04:37.9454776Z from user code: 2022-09-27T16:04:37.9454999Z File "test_jit.py", line 2125, in 2022-09-27T16:04:37.9455286Z script_out_is_sparse_csr = test_is_sparse_csr(get_sparse_csr()) 2022-09-27T16:04:37.9455441Z 2022-09-27T16:04:37.9455573Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:37.9455780Z ========== 2022-09-27T16:04:37.9529549Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT get_sparse_csr test_jit.py line 2116 2022-09-27T16:04:37.9530047Z due to: 2022-09-27T16:04:37.9530373Z Traceback (most recent call last): 2022-09-27T16:04:37.9530811Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:04:37.9531087Z return self._op(*args, **kwargs or {}) 2022-09-27T16:04:37.9533276Z NotImplementedError: Could not run 'aten::to_sparse_csr' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_sparse_csr' is only available for these backends: [CPU, SparseCPU, SparseCsrCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:04:37.9534536Z 2022-09-27T16:04:37.9534710Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:04:37.9535094Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T16:04:37.9535503Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-09-27T16:04:37.9536073Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:04:37.9536618Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:04:37.9537122Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:04:37.9537575Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:04:37.9537978Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:04:37.9538368Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:04:37.9538758Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:04:37.9539149Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:04:37.9539571Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:04:37.9540010Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9540423Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9540838Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9541233Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9541645Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9542046Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9542448Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9542841Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9543241Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9543641Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9544099Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9544497Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9544961Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9545401Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9545831Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9546255Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:04:37.9546661Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp:12947 [kernel] 2022-09-27T16:04:37.9547056Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:04:37.9547469Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:04:37.9547897Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:04:37.9548376Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:04:37.9548812Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:04:37.9549227Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:04:37.9549650Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:04:37.9550095Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:04:37.9550557Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:04:37.9551006Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:04:37.9551235Z 2022-09-27T16:04:37.9551240Z 2022-09-27T16:04:37.9551363Z During handling of the above exception, another exception occurred: 2022-09-27T16:04:37.9551528Z 2022-09-27T16:04:37.9551621Z Traceback (most recent call last): 2022-09-27T16:04:37.9551992Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:04:37.9552322Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:04:37.9552624Z NotImplementedError: Cannot access storage of SparseCsrTensorImpl 2022-09-27T16:04:37.9553015Z 2022-09-27T16:04:37.9553153Z The above exception was the direct cause of the following exception: 2022-09-27T16:04:37.9553317Z 2022-09-27T16:04:37.9553412Z Traceback (most recent call last): 2022-09-27T16:04:37.9553679Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:04:37.9553953Z raise TorchRuntimeError() from e 2022-09-27T16:04:37.9554191Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:04:37.9554336Z 2022-09-27T16:04:37.9554409Z from user code: 2022-09-27T16:04:37.9554606Z File "test_jit.py", line 2118, in get_sparse_csr 2022-09-27T16:04:37.9554838Z return torch.randn(3, 3).to_sparse_csr() 2022-09-27T16:04:37.9554972Z 2022-09-27T16:04:37.9555107Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:37.9555394Z ========== 2022-09-27T16:04:37.9555574Z ok (0.054s) 2022-09-27T16:04:38.2862280Z test_sparse_tensors (__main__.TestJit) ... ok (0.332s) 2022-09-27T16:04:38.4730657Z test_torch_complex (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: An output with one or more elements was resized since it had shape [3, 4], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:04:38.4731436Z return callable(*args, **kwargs) 2022-09-27T16:04:38.5113218Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: An output with one or more elements was resized since it had shape [5, 2], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:04:38.5113931Z return callable(*args, **kwargs) 2022-09-27T16:04:38.7263063Z ok (0.439s) 2022-09-27T16:04:38.7276483Z test_torch_load_error (__main__.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.001s) 2022-09-27T16:04:38.7568749Z test_torch_load_zipfile_check (__main__.TestJit) ... ok (0.029s) 2022-09-27T16:04:38.7735914Z test_torch_ops_kwonly (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:04:38.7874673Z test_torch_ops_overloaded (__main__.TestJit) ... ok (0.013s) 2022-09-27T16:04:38.8550976Z test_torch_sum (__main__.TestJit) ... ok (0.067s) 2022-09-27T16:04:38.8658414Z test_trace_retains_train (__main__.TestJit) ... ok (0.010s) 2022-09-27T16:04:38.8737892Z test_train_eval (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyModule test_jit.py line 950 2022-09-27T16:04:38.8738424Z due to: 2022-09-27T16:04:38.8738747Z Traceback (most recent call last): 2022-09-27T16:04:38.8739044Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:04:38.8739308Z raise Unsupported(msg) 2022-09-27T16:04:38.8739530Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:04:38.8739687Z 2022-09-27T16:04:38.8739757Z from user code: 2022-09-27T16:04:38.8739956Z File "test_jit.py", line 950, in MyModule 2022-09-27T16:04:38.8740178Z class MyModule(torch.jit.ScriptModule): 2022-09-27T16:04:38.8740322Z 2022-09-27T16:04:38.8740455Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:38.8740671Z ========== 2022-09-27T16:04:38.8779765Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 951 2022-09-27T16:04:38.8780207Z due to: 2022-09-27T16:04:38.8780556Z Traceback (most recent call last): 2022-09-27T16:04:38.8780980Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:04:38.8781283Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:04:38.8781598Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:04:38.8781792Z 2022-09-27T16:04:38.8781864Z from user code: 2022-09-27T16:04:38.8782052Z File "test_jit.py", line 952, in __init__ 2022-09-27T16:04:38.8782266Z super(MyModule, self).__init__() 2022-09-27T16:04:38.8782392Z 2022-09-27T16:04:38.8782524Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:38.8782732Z ========== 2022-09-27T16:04:38.9234236Z ok (0.057s) 2022-09-27T16:04:38.9540549Z test_transpose (__main__.TestJit) ... ok (0.030s) 2022-09-27T16:04:38.9994248Z test_unchecked_cast (__main__.TestJit) ... ok (0.045s) 2022-09-27T16:04:39.0082785Z test_unique_state_dict (__main__.TestJit) ... ok (0.008s) 2022-09-27T16:04:39.0097449Z test_verify (__main__.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.001s) 2022-09-27T16:04:39.0119645Z test_warnings (__main__.TestJit) ... skip: TorchDynamo fails with unknown reason (0.002s) 2022-09-27T16:04:39.0566126Z test_nn_AdaptiveAvgPool1d (__main__.TestJitGeneratedModule) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 16352 2022-09-27T16:04:39.0566725Z due to: 2022-09-27T16:04:39.0567017Z Traceback (most recent call last): 2022-09-27T16:04:39.0567491Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:04:39.0568225Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:04:39.0568885Z AssertionError: torch.* op returned non-Tensor bool call_method is_complex 2022-09-27T16:04:39.0569187Z 2022-09-27T16:04:39.0569301Z from user code: 2022-09-27T16:04:39.0569661Z File "test_jit.py", line 16356, in 2022-09-27T16:04:39.0570075Z if all(tensor.is_complex() for tensor in input): 2022-09-27T16:04:39.0570298Z 2022-09-27T16:04:39.0570520Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:39.0570887Z ========== 2022-09-27T16:04:39.0902560Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 16326 2022-09-27T16:04:39.0902973Z due to: 2022-09-27T16:04:39.0903280Z Traceback (most recent call last): 2022-09-27T16:04:39.0903762Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:04:39.0904290Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:04:39.0904798Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:04:39.0905117Z 2022-09-27T16:04:39.0905233Z from user code: 2022-09-27T16:04:39.0905575Z File "test_jit.py", line 16327, in __init__ 2022-09-27T16:04:39.0905912Z super(TheModule, self).__init__() 2022-09-27T16:04:39.0906120Z 2022-09-27T16:04:39.0906336Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:04:39.0906702Z ========== 2022-09-27T16:04:39.1523843Z ok (0.140s) 2022-09-27T16:04:39.2693878Z test_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.116s) 2022-09-27T16:04:39.3512560Z test_nn_AdaptiveAvgPool1d_one_output (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-09-27T16:04:39.4899031Z test_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.138s) 2022-09-27T16:04:39.6025040Z test_nn_AdaptiveAvgPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-09-27T16:04:39.6741747Z test_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-09-27T16:04:39.7482281Z test_nn_AdaptiveAvgPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:04:39.7550339Z test_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-09-27T16:04:39.8025517Z test_nn_AdaptiveAvgPool3d_last_dim (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:04:39.8492457Z test_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:04:39.8966395Z test_nn_AdaptiveAvgPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:04:39.9445052Z test_nn_AdaptiveAvgPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:04:39.9481398Z test_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:40.0015170Z test_nn_AdaptiveMaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:04:40.0491099Z test_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:04:40.1084248Z test_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:04:40.1600413Z test_nn_AdaptiveMaxPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:04:40.2124689Z test_nn_AdaptiveMaxPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:04:40.2160891Z test_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:40.2753287Z test_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:04:40.3297680Z test_nn_AdaptiveMaxPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:04:40.3838363Z test_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:04:40.4379176Z test_nn_AdaptiveMaxPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:04:40.4918372Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:04:40.4955629Z test_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:40.5509413Z test_nn_AvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T16:04:40.6018830Z test_nn_AvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-09-27T16:04:40.6450301Z test_nn_AvgPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:04:40.6878403Z test_nn_AvgPool1d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:04:40.7314352Z test_nn_AvgPool2d (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:04:40.7760158Z test_nn_AvgPool2d_divisor (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T16:04:40.8210299Z test_nn_AvgPool2d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T16:04:40.8652571Z test_nn_AvgPool2d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:04:40.9095021Z test_nn_AvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:04:40.9548870Z test_nn_AvgPool2d_stride (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T16:04:40.9999135Z test_nn_AvgPool2d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T16:04:41.0450001Z test_nn_AvgPool3d (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T16:04:41.0904305Z test_nn_AvgPool3d_divisor (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T16:04:41.1345992Z test_nn_AvgPool3d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:04:41.1788716Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:04:41.2225997Z test_nn_AvgPool3d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:04:41.2659291Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:04:41.3098151Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:04:41.3519684Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:04:41.3934063Z test_nn_AvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:04:41.4348972Z test_nn_AvgPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:04:41.4774560Z test_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:04:41.5194813Z test_nn_AvgPool3d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:04:41.5611599Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:04:41.6120511Z test_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-09-27T16:04:41.6659590Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:04:41.7214496Z test_nn_BCELoss (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T16:04:41.7546915Z test_nn_BCELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:04:41.7883990Z test_nn_BCELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:04:41.8212451Z test_nn_BCELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:41.8248892Z test_nn_BCELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:41.8283365Z test_nn_BCELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:41.8621296Z test_nn_BCELoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:04:41.8963402Z test_nn_BCELoss_weights (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:04:41.8999031Z test_nn_BCELoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:41.9033006Z test_nn_BCELoss_weights_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:41.9473232Z test_nn_BCEWithLogitsLoss (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:04:41.9508938Z test_nn_BCEWithLogitsLoss_legacy_enum (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:41.9842688Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:04:42.0175468Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:04:42.0513432Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:04:42.0547577Z test_nn_BCEWithLogitsLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:42.0580980Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:42.0921633Z test_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:04:42.1264578Z test_nn_BCEWithLogitsLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:04:42.2163504Z test_nn_BatchNorm1d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-09-27T16:04:42.3069680Z test_nn_BatchNorm1d_3d_input_not_affine (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-09-27T16:04:42.3981132Z test_nn_BatchNorm1d_affine (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-09-27T16:04:42.4937988Z test_nn_BatchNorm1d_affine_simple_average (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-09-27T16:04:42.5826075Z test_nn_BatchNorm1d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:04:42.6691071Z test_nn_BatchNorm1d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-09-27T16:04:42.7733329Z test_nn_BatchNorm1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-09-27T16:04:42.8620000Z test_nn_BatchNorm2d (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:04:42.9557747Z test_nn_BatchNorm2d_2d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-09-27T16:04:43.0483461Z test_nn_BatchNorm2d_momentum (__main__.TestJitGeneratedModule) ... ok (0.091s) 2022-09-27T16:04:43.1391043Z test_nn_BatchNorm2d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-09-27T16:04:43.2267049Z test_nn_BatchNorm2d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-09-27T16:04:43.3161325Z test_nn_BatchNorm2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:04:43.4070102Z test_nn_BatchNorm3d (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-09-27T16:04:43.5034358Z test_nn_BatchNorm3d_3d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-09-27T16:04:43.5963924Z test_nn_BatchNorm3d_momentum (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-09-27T16:04:43.6873665Z test_nn_BatchNorm3d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-09-27T16:04:43.7917746Z test_nn_BatchNorm3d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-09-27T16:04:43.8859033Z test_nn_BatchNorm3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-09-27T16:04:43.9327625Z test_nn_Bilinear (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:04:43.9783591Z test_nn_CELU (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T16:04:44.0219497Z test_nn_CELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:04:44.0645982Z test_nn_CELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:04:44.0682800Z test_nn_CTCLoss_2d_int_target_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-09-27T16:04:44.1004672Z test_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:44.1273694Z test_nn_CTCLoss_2d_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-09-27T16:04:44.1310790Z test_nn_CTCLoss_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-09-27T16:04:44.1591562Z test_nn_CTCLoss_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-09-27T16:04:44.1991432Z test_nn_ConstantPad1d (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:04:44.2384044Z test_nn_ConstantPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T16:04:44.2787319Z test_nn_ConstantPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:04:44.3197924Z test_nn_ConstantPad2d (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:04:44.3603900Z test_nn_ConstantPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:04:44.4009378Z test_nn_ConstantPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:04:44.4418804Z test_nn_ConstantPad3d (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:04:44.4838430Z test_nn_ConstantPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:04:44.5248939Z test_nn_ConstantPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:04:44.5822229Z test_nn_Conv1d (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:04:44.6422936Z test_nn_Conv1d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:04:44.6996812Z test_nn_Conv1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:04:44.7570090Z test_nn_Conv1d_groups (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:04:44.8136742Z test_nn_Conv1d_pad1 (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:04:44.8996034Z test_nn_Conv1d_pad1size1 (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-09-27T16:04:44.9593866Z test_nn_Conv1d_pad2 (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:04:45.0163767Z test_nn_Conv1d_pad2size1 (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:04:45.0736668Z test_nn_Conv1d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:04:45.1307756Z test_nn_Conv1d_pad_same2 (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:04:45.1874561Z test_nn_Conv1d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:04:45.2439786Z test_nn_Conv1d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:04:45.3040442Z test_nn_Conv1d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:04:45.3642778Z test_nn_Conv1d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:04:45.4220825Z test_nn_Conv1d_stride (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:04:45.4774092Z test_nn_Conv1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T16:04:45.5345663Z test_nn_Conv1d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:04:45.5923821Z test_nn_Conv2d (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:04:45.6554594Z test_nn_Conv2d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T16:04:45.7147288Z test_nn_Conv2d_depthwise (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:04:45.7735052Z test_nn_Conv2d_depthwise_dilated (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:04:45.8325307Z test_nn_Conv2d_depthwise_padded (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:04:45.8954715Z test_nn_Conv2d_depthwise_strided (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T16:04:45.9733273Z test_nn_Conv2d_depthwise_with_multiplier (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-09-27T16:04:46.0320776Z test_nn_Conv2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:04:46.0911256Z test_nn_Conv2d_groups (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:04:46.1503684Z test_nn_Conv2d_groups_thnn (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:04:46.2092394Z test_nn_Conv2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:04:46.2687942Z test_nn_Conv2d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:04:46.3280165Z test_nn_Conv2d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:04:46.3871751Z test_nn_Conv2d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:04:46.4464786Z test_nn_Conv2d_padding (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:04:46.5082114Z test_nn_Conv2d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-09-27T16:04:46.5697546Z test_nn_Conv2d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-09-27T16:04:46.6287090Z test_nn_Conv2d_strided (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:04:46.6856829Z test_nn_Conv2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:04:46.7448291Z test_nn_Conv2d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:04:46.8030306Z test_nn_Conv3d (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:04:46.8595721Z test_nn_Conv3d_1x1x1_no_bias (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:04:46.9233042Z test_nn_Conv3d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:04:46.9899313Z test_nn_Conv3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-09-27T16:04:47.0618574Z test_nn_Conv3d_dilated_strided (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-09-27T16:04:47.1224180Z test_nn_Conv3d_groups (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-09-27T16:04:47.1806818Z test_nn_Conv3d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:04:47.2404850Z test_nn_Conv3d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:04:47.3011417Z test_nn_Conv3d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-09-27T16:04:47.3600439Z test_nn_Conv3d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:04:47.4218988Z test_nn_Conv3d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-09-27T16:04:47.4811206Z test_nn_Conv3d_stride (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:04:47.5407830Z test_nn_Conv3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:04:47.5966974Z test_nn_Conv3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T16:04:47.6557308Z test_nn_Conv3d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:04:47.7659825Z test_nn_ConvTranspose1d (__main__.TestJitGeneratedModule) ... ok (0.109s) 2022-09-27T16:04:47.8768474Z test_nn_ConvTranspose1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-09-27T16:04:47.9901025Z test_nn_ConvTranspose1d_groups (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-09-27T16:04:48.1283070Z test_nn_ConvTranspose1d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.137s) 2022-09-27T16:04:48.2421896Z test_nn_ConvTranspose2d (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-09-27T16:04:48.3557830Z test_nn_ConvTranspose2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-09-27T16:04:48.4688387Z test_nn_ConvTranspose2d_groups (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-09-27T16:04:48.5817702Z test_nn_ConvTranspose2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-09-27T16:04:48.6967319Z test_nn_ConvTranspose3d (__main__.TestJitGeneratedModule) ... ok (0.114s) 2022-09-27T16:04:48.8117269Z test_nn_ConvTranspose3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.114s) 2022-09-27T16:04:48.8524495Z test_nn_CosineEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:04:48.8848180Z test_nn_CosineEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:48.9171669Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:48.9498981Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:48.9825452Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:49.0247617Z test_nn_CrossEntropyLoss (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:04:49.0577544Z test_nn_CrossEntropyLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:49.0905251Z test_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:49.1256532Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:04:49.1698627Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:04:49.2090988Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T16:04:49.2434188Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:04:49.2760906Z test_nn_CrossEntropyLoss_2d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:49.3087237Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:49.3414119Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:49.3741896Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:49.4068382Z test_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:49.4406867Z test_nn_CrossEntropyLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:04:49.4737244Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:49.5064901Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:49.5400202Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:04:49.5728180Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:49.6051092Z test_nn_CrossEntropyLoss_3d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:49.6380444Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:49.6705287Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:49.7036447Z test_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:49.7374796Z test_nn_CrossEntropyLoss_4d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:04:49.7708956Z test_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:04:49.8036248Z test_nn_CrossEntropyLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:49.8368876Z test_nn_CrossEntropyLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:04:49.8704813Z test_nn_CrossEntropyLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:04:49.8741799Z test_nn_CrossMapLRN2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:49.9197053Z test_nn_ELU (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T16:04:49.9638446Z test_nn_ELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:04:50.0081938Z test_nn_ELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T16:04:50.0442166Z test_nn_Embedding (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:04:50.1144988Z test_nn_EmbeddingBag_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-09-27T16:04:50.1661820Z test_nn_EmbeddingBag_max (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:04:50.2263527Z test_nn_EmbeddingBag_max_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:04:50.2803622Z test_nn_EmbeddingBag_mean (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:04:50.3331970Z test_nn_EmbeddingBag_mean_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:04:50.3856121Z test_nn_EmbeddingBag_sparse (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:04:50.4388178Z test_nn_EmbeddingBag_sum (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:04:50.4915538Z test_nn_EmbeddingBag_sum_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:04:50.5206359Z test_nn_Embedding_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-09-27T16:04:50.5488830Z test_nn_Embedding_sparse (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-09-27T16:04:50.5868235Z test_nn_Flatten (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:04:50.6248757Z test_nn_Flatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:04:50.7034844Z test_nn_Fold (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:04:50.7714997Z test_nn_Fold_int_input (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T16:04:50.8314031Z test_nn_Fold_no_batch_dim_input (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:04:50.8905123Z test_nn_Fold_no_batch_dim_int_input (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:04:50.9878358Z test_nn_FractionalMaxPool2d_ratio (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-09-27T16:04:51.0696474Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-09-27T16:04:51.1536367Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-09-27T16:04:51.2302340Z test_nn_FractionalMaxPool2d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-09-27T16:04:51.3105356Z test_nn_FractionalMaxPool2d_size (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:04:51.3903608Z test_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:04:51.4735475Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-09-27T16:04:51.5727492Z test_nn_FractionalMaxPool3d_asymsize (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-09-27T16:04:51.6541038Z test_nn_FractionalMaxPool3d_ratio (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T16:04:51.7364260Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-09-27T16:04:51.8223738Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-09-27T16:04:51.8996893Z test_nn_FractionalMaxPool3d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-09-27T16:04:51.9798653Z test_nn_FractionalMaxPool3d_size (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:04:52.0594032Z test_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:04:52.1422146Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-09-27T16:04:52.1802090Z test_nn_GELU (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:04:52.2172851Z test_nn_GELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T16:04:52.2530150Z test_nn_GELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:04:52.2998007Z test_nn_GLU (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:04:52.3439271Z test_nn_GLU_dim (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:04:52.3866573Z test_nn_GLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:04:52.4592468Z test_nn_GRUCell (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-09-27T16:04:52.5335808Z test_nn_GroupNorm_1d_affine (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:04:52.6028680Z test_nn_GroupNorm_1d_affine_GN (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-09-27T16:04:52.6732652Z test_nn_GroupNorm_1d_affine_large_batch (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-09-27T16:04:52.7404352Z test_nn_GroupNorm_1d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-09-27T16:04:52.8073201Z test_nn_GroupNorm_1d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-09-27T16:04:52.8757114Z test_nn_GroupNorm_2d_affine (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T16:04:52.9534270Z test_nn_GroupNorm_2d_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-09-27T16:04:53.0212441Z test_nn_GroupNorm_2d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T16:04:53.0876841Z test_nn_GroupNorm_2d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-09-27T16:04:53.1690109Z test_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T16:04:53.2064222Z test_nn_Hardshrink (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T16:04:53.2425752Z test_nn_Hardshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:04:53.2780266Z test_nn_Hardshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:04:53.2816350Z test_nn_Hardsigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-09-27T16:04:53.2851088Z test_nn_Hardswish_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-09-27T16:04:53.3303663Z test_nn_Hardtanh (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T16:04:53.3752179Z test_nn_Hardtanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T16:04:53.4513571Z test_nn_Hardtanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-09-27T16:04:53.4906667Z test_nn_HingeEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T16:04:53.5226363Z test_nn_HingeEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:04:53.5264193Z test_nn_HingeEmbeddingLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:53.5584408Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:04:53.5899687Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:04:53.6214786Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:04:53.6252697Z test_nn_HingeEmbeddingLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:53.6566895Z test_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:04:53.6894483Z test_nn_HuberLoss (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:53.6931640Z test_nn_HuberLoss_delta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:53.7196026Z test_nn_HuberLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-09-27T16:04:53.7470503Z test_nn_HuberLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-09-27T16:04:53.7739965Z test_nn_HuberLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-09-27T16:04:53.8773842Z test_nn_InstanceNorm1d (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-09-27T16:04:53.9778255Z test_nn_InstanceNorm1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-09-27T16:04:54.0856899Z test_nn_InstanceNorm1d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-09-27T16:04:54.1915532Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-09-27T16:04:54.2924310Z test_nn_InstanceNorm2d (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-09-27T16:04:54.3935288Z test_nn_InstanceNorm2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-09-27T16:04:54.5013928Z test_nn_InstanceNorm2d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-09-27T16:04:54.6074217Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-09-27T16:04:54.7085912Z test_nn_InstanceNorm3d (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-09-27T16:04:54.8107020Z test_nn_InstanceNorm3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-09-27T16:04:54.9173211Z test_nn_InstanceNorm3d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-09-27T16:04:55.0239302Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-09-27T16:04:55.0703295Z test_nn_KLDivLoss (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T16:04:55.1060014Z test_nn_KLDivLoss_log_target (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:04:55.1413211Z test_nn_KLDivLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:04:55.1769707Z test_nn_KLDivLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:04:55.2124608Z test_nn_KLDivLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:04:55.2162188Z test_nn_KLDivLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:55.2197029Z test_nn_KLDivLoss_no_reduce_log_target (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:55.2231417Z test_nn_KLDivLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:55.2264618Z test_nn_KLDivLoss_no_reduce_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:55.2625657Z test_nn_KLDivLoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:04:55.2987113Z test_nn_KLDivLoss_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:04:55.3023756Z test_nn_KLDivLoss_with_log_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:55.3057972Z test_nn_KLDivLoss_with_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:55.3456288Z test_nn_L1Loss (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:04:55.3771851Z test_nn_L1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:04:55.4080668Z test_nn_L1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:04:55.4394908Z test_nn_L1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:04:55.4431038Z test_nn_L1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:55.4465075Z test_nn_L1Loss_no_reduce_complex (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:55.4497832Z test_nn_L1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:55.4811952Z test_nn_L1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:04:55.6126075Z test_nn_LPPool1d (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-09-27T16:04:55.7255968Z test_nn_LPPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-09-27T16:04:55.8445898Z test_nn_LPPool1d_norm (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-09-27T16:04:55.9816136Z test_nn_LPPool2d (__main__.TestJitGeneratedModule) ... ok (0.136s) 2022-09-27T16:04:56.1302481Z test_nn_LPPool2d_norm (__main__.TestJitGeneratedModule) ... ok (0.148s) 2022-09-27T16:04:56.2172497Z test_nn_LSTMCell (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-09-27T16:04:56.2731448Z test_nn_LayerNorm_1d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T16:04:56.3230595Z test_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:04:56.3716100Z test_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:04:56.4228988Z test_nn_LayerNorm_3d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-09-27T16:04:56.5690626Z test_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.145s) 2022-09-27T16:04:56.6184476Z test_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:04:56.6643691Z test_nn_LeakyReLU (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T16:04:56.7084756Z test_nn_LeakyReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:04:56.7531355Z test_nn_LeakyReLU_with_negval (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T16:04:56.7979510Z test_nn_LeakyReLU_with_negval_scalar (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T16:04:56.8431878Z test_nn_LeakyReLU_with_zero_negval (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T16:04:56.8865842Z test_nn_Linear (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:04:56.9305899Z test_nn_Linear_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:04:56.9730574Z test_nn_Linear_no_bias (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:04:57.1471121Z test_nn_LocalResponseNorm_1d (__main__.TestJitGeneratedModule) ... ok (0.173s) 2022-09-27T16:04:57.3365682Z test_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestJitGeneratedModule) ... ok (0.187s) 2022-09-27T16:04:57.5298946Z test_nn_LocalResponseNorm_3d_custom_params (__main__.TestJitGeneratedModule) ... ok (0.192s) 2022-09-27T16:04:57.5661831Z test_nn_LogSigmoid (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:04:57.6021650Z test_nn_LogSigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:04:57.6380116Z test_nn_LogSigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:04:57.6943741Z test_nn_LogSoftmax (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:04:57.7505359Z test_nn_LogSoftmax_multiparam (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T16:04:57.8052192Z test_nn_LogSoftmax_multiparam_scalar (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:04:57.8601669Z test_nn_LogSoftmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:04:57.8997272Z test_nn_MSELoss (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:04:57.9317550Z test_nn_MSELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:04:57.9642002Z test_nn_MSELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:57.9953721Z test_nn_MSELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:04:57.9989212Z test_nn_MSELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:58.0023540Z test_nn_MSELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:58.0452062Z test_nn_MSELoss_prec (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:04:58.0776933Z test_nn_MSELoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:04:58.1215616Z test_nn_MarginRankingLoss (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:04:58.1574268Z test_nn_MarginRankingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:04:58.1925835Z test_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:04:58.2271563Z test_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:04:58.2614138Z test_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:04:58.3268727Z test_nn_MaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-09-27T16:04:58.3885709Z test_nn_MaxPool1d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-09-27T16:04:58.4424303Z test_nn_MaxPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:04:58.4977230Z test_nn_MaxPool2d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:04:58.5531823Z test_nn_MaxPool2d_4d_input (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T16:04:58.6176723Z test_nn_MaxPool2d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:04:58.6734639Z test_nn_MaxPool3d (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T16:04:58.7374634Z test_nn_MaxPool3d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:04:58.8480618Z test_nn_MaxPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-09-27T16:04:58.9032619Z test_nn_MaxPool3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:04:58.9497916Z test_nn_Mish (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:04:58.9925691Z test_nn_Mish_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:04:59.0354332Z test_nn_Mish_scalar (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:04:59.0729649Z test_nn_MultiLabelMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:04:59.0768882Z test_nn_MultiLabelMarginLoss_0d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:59.1074420Z test_nn_MultiLabelMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:04:59.1111257Z test_nn_MultiLabelMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:59.1146325Z test_nn_MultiLabelMarginLoss_index_neg (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:59.1457381Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:04:59.1762735Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:04:59.2064487Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-09-27T16:04:59.2102734Z test_nn_MultiLabelMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:59.2929979Z test_nn_MultiLabelSoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-09-27T16:04:59.3531923Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:04:59.4136767Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-09-27T16:04:59.4748396Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-09-27T16:04:59.4786650Z test_nn_MultiLabelSoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:59.5567733Z test_nn_MultiLabelSoftMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-09-27T16:04:59.5605704Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:59.6052266Z test_nn_MultiMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T16:04:59.6397883Z test_nn_MultiMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:04:59.6437907Z test_nn_MultiMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:59.6781995Z test_nn_MultiMarginLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:04:59.6821425Z test_nn_MultiMarginLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:59.6856684Z test_nn_MultiMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:59.7202479Z test_nn_MultiMarginLoss_p (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:04:59.7239817Z test_nn_MultiMarginLoss_p_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:59.7586744Z test_nn_MultiMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:04:59.7624184Z test_nn_MultiMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:59.7659923Z test_nn_MultiheadAttention (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:04:59.8048945Z test_nn_NLLLoss (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T16:04:59.8086222Z test_nn_NLLLoss2d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:59.8121387Z test_nn_NLLLoss2d_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:59.8156217Z test_nn_NLLLoss2d_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:59.8190201Z test_nn_NLLLossNd_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:59.8224193Z test_nn_NLLLossNd_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:59.8257112Z test_nn_NLLLossNd_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:04:59.8565615Z test_nn_NLLLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:04:59.8874322Z test_nn_NLLLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:04:59.9184110Z test_nn_NLLLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:04:59.9488524Z test_nn_NLLLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:04:59.9803401Z test_nn_NLLLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:05:00.0110674Z test_nn_NLLLoss_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:05:00.0412792Z test_nn_NLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:05:00.0724555Z test_nn_NLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:05:00.1033454Z test_nn_NLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:05:00.1069791Z test_nn_NLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:00.1104956Z test_nn_NLLLoss_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:00.1138587Z test_nn_NLLLoss_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:00.1171965Z test_nn_NLLLoss_no_reduce_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:00.1205028Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:00.1526866Z test_nn_NLLLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:05:00.1839476Z test_nn_NLLLoss_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:05:00.2148005Z test_nn_NLLLoss_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:05:00.2533094Z test_nn_PReLU_1d (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T16:05:00.2921549Z test_nn_PReLU_1d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T16:05:00.3314639Z test_nn_PReLU_2d (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:05:00.3708015Z test_nn_PReLU_2d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:05:00.4095695Z test_nn_PReLU_3d (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T16:05:00.4485457Z test_nn_PReLU_3d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T16:05:00.4859847Z test_nn_PReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:05:00.5240398Z test_nn_PReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:05:00.5276376Z test_nn_Padding122112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:00.5310753Z test_nn_Padding1221_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:00.5344461Z test_nn_Padding12_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:00.5377709Z test_nn_Padding2322_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:00.5411025Z test_nn_Padding31_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:00.5444322Z test_nn_Padding322112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:00.5477108Z test_nn_Padding332122_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:00.5509297Z test_nn_Padding3331_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:00.5543720Z test_nn_Padding33_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:00.5958027Z test_nn_PairwiseDistance (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:05:00.6377221Z test_nn_PairwiseDistance_broadcast_lhs (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:05:00.6793350Z test_nn_PairwiseDistance_broadcast_rhs (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:05:00.7203631Z test_nn_PairwiseDistance_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:05:00.7631085Z test_nn_PairwiseDistance_with_non_default_args (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:05:00.8006594Z test_nn_PixelShuffle (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:05:00.8381615Z test_nn_PixelUnshuffle (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:05:00.8810797Z test_nn_PoissonNLLLoss_full_loss (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:05:00.9146691Z test_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:05:00.9489929Z test_nn_PoissonNLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:05:00.9823652Z test_nn_PoissonNLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:05:01.0157276Z test_nn_PoissonNLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:05:01.0496428Z test_nn_PoissonNLLLoss_no_full_loss (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:05:01.0830191Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:05:01.0866647Z test_nn_PoissonNLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:01.1628005Z test_nn_RNNCell (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-09-27T16:05:01.2113232Z test_nn_RReLU (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:05:01.2590460Z test_nn_RReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:05:01.3068789Z test_nn_RReLU_with_up_down (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:05:01.3579979Z test_nn_RReLU_with_up_down_scalar (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-09-27T16:05:01.4026736Z test_nn_ReLU (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T16:05:01.4508208Z test_nn_ReLU6 (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:05:01.4977258Z test_nn_ReLU6_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:05:01.5437231Z test_nn_ReLU6_scalar (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T16:05:01.5860146Z test_nn_ReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:05:01.6290568Z test_nn_ReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:05:01.6690627Z test_nn_ReflectionPad1d (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:05:01.7086790Z test_nn_ReflectionPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:05:01.7485603Z test_nn_ReflectionPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:05:01.7895820Z test_nn_ReflectionPad2d (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:05:01.8312940Z test_nn_ReflectionPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:05:01.8733866Z test_nn_ReflectionPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:05:01.9174902Z test_nn_ReflectionPad3d (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:05:01.9618246Z test_nn_ReflectionPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T16:05:02.0042522Z test_nn_ReflectionPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:05:02.0438580Z test_nn_ReplicationPad1d (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:05:02.0835441Z test_nn_ReplicationPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:05:02.1237142Z test_nn_ReplicationPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:05:02.1647970Z test_nn_ReplicationPad2d (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:05:02.2058968Z test_nn_ReplicationPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:05:02.2466095Z test_nn_ReplicationPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:05:02.2869003Z test_nn_ReplicationPad3d (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:05:02.3287757Z test_nn_ReplicationPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:05:02.3699123Z test_nn_ReplicationPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:05:02.4137083Z test_nn_SELU (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:05:02.4549682Z test_nn_SELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:05:02.4966710Z test_nn_SELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:05:02.5398598Z test_nn_SiLU (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:05:02.5825424Z test_nn_SiLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:05:02.6241416Z test_nn_SiLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:05:02.6599916Z test_nn_Sigmoid (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:05:02.6948296Z test_nn_Sigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:05:02.7302021Z test_nn_Sigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:05:02.7705678Z test_nn_SmoothL1Loss (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:05:02.7742203Z test_nn_SmoothL1Loss_beta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:02.8060704Z test_nn_SmoothL1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:05:02.8381907Z test_nn_SmoothL1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:05:02.8701956Z test_nn_SmoothL1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:05:02.8737584Z test_nn_SmoothL1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:02.8771327Z test_nn_SmoothL1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:02.9084051Z test_nn_SmoothL1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:05:02.9119044Z test_nn_SmoothL1Loss_zero_beta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:02.9487457Z test_nn_SoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T16:05:02.9778176Z test_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-09-27T16:05:03.0066765Z test_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-09-27T16:05:03.0367370Z test_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-09-27T16:05:03.0403942Z test_nn_SoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:03.0992278Z test_nn_Softmax (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:05:03.1593852Z test_nn_Softmax2d (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:05:03.2193480Z test_nn_Softmax2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:05:03.2752242Z test_nn_Softmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T16:05:03.3296620Z test_nn_Softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:05:03.3965739Z test_nn_Softmin (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-09-27T16:05:03.4596100Z test_nn_Softmin_multidim (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T16:05:03.5215111Z test_nn_Softmin_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-09-27T16:05:03.5820644Z test_nn_Softmin_scalar (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-09-27T16:05:03.6221642Z test_nn_Softplus (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:05:03.6623931Z test_nn_Softplus_beta (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:05:03.7019013Z test_nn_Softplus_beta_threshold (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:05:03.7411175Z test_nn_Softplus_beta_threshold_scalar (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T16:05:03.7789289Z test_nn_Softplus_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:05:03.8149637Z test_nn_Softshrink (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:05:03.8507343Z test_nn_Softshrink_lambda (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:05:03.8863358Z test_nn_Softshrink_lambda_scalar (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:05:03.9219400Z test_nn_Softshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:05:04.0125859Z test_nn_Softsign (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-09-27T16:05:04.0915806Z test_nn_Softsign_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:05:04.1658034Z test_nn_Softsign_scalar (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:05:04.2021659Z test_nn_Tanh (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:05:04.2362403Z test_nn_Tanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:05:04.2711909Z test_nn_Tanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:05:04.4000971Z test_nn_Tanhshrink (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-09-27T16:05:04.4725781Z test_nn_Tanhshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-09-27T16:05:04.5435996Z test_nn_Tanhshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-09-27T16:05:04.5906391Z test_nn_Threshold_large_value (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:05:04.6322605Z test_nn_Threshold_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:05:04.6745276Z test_nn_Threshold_threshold_value (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:05:04.7175678Z test_nn_Threshold_threshold_value_scalar (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:05:04.7211965Z test_nn_Transformer (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:05:06.8445998Z test_nn_TransformerDecoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (2.123s) 2022-09-27T16:05:08.8644454Z test_nn_TransformerDecoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (2.018s) 2022-09-27T16:05:10.7779433Z test_nn_TransformerEncoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (1.912s) 2022-09-27T16:05:12.7040700Z test_nn_TransformerEncoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (1.925s) 2022-09-27T16:05:19.0185844Z test_nn_Transformer_multilayer_coder (__main__.TestJitGeneratedModule) ... ok (6.313s) 2022-09-27T16:05:19.0643508Z test_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T16:05:19.0992701Z test_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:05:19.1335701Z test_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:05:19.1741186Z test_nn_Unflatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:05:19.2387496Z test_nn_Unfold (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:05:19.2969902Z test_nn_Unfold_int_input (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:05:19.3396758Z test_nn_ZeroPad2d (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:05:19.3830035Z test_nn_ZeroPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:05:19.4246561Z test_nn_ZeroPad2d_negative_dims (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:05:19.4665122Z test_nn_ZeroPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:05:19.4702001Z test_nn_interpolate_bicubic_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.4737103Z test_nn_interpolate_bicubic_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.4771614Z test_nn_interpolate_bicubic_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.4805892Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.4839227Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.4872044Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.4905051Z test_nn_interpolate_bicubic_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.4938064Z test_nn_interpolate_bicubic_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.4971724Z test_nn_interpolate_bilinear_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5004193Z test_nn_interpolate_bilinear_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5037100Z test_nn_interpolate_bilinear_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5069617Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5102480Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5135441Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5167920Z test_nn_interpolate_bilinear_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5200742Z test_nn_interpolate_bilinear_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5233621Z test_nn_interpolate_linear_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5266303Z test_nn_interpolate_linear_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5299157Z test_nn_interpolate_linear_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5331436Z test_nn_interpolate_linear_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5363774Z test_nn_interpolate_linear_scale_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5396423Z test_nn_interpolate_linear_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5428720Z test_nn_interpolate_nearest_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5461060Z test_nn_interpolate_nearest_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5493347Z test_nn_interpolate_nearest_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5525429Z test_nn_interpolate_nearest_2d_launch_configs (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5557793Z test_nn_interpolate_nearest_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5592536Z test_nn_interpolate_nearest_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5624994Z test_nn_interpolate_nearest_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5657254Z test_nn_interpolate_nearest_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5689699Z test_nn_interpolate_nearest_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5721799Z test_nn_interpolate_nearest_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5754405Z test_nn_interpolate_nearest_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5786432Z test_nn_interpolate_nearest_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5818513Z test_nn_interpolate_nearest_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5850771Z test_nn_interpolate_trilinear_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5882870Z test_nn_interpolate_trilinear_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5914938Z test_nn_interpolate_trilinear_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5947255Z test_nn_interpolate_trilinear_scale_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.5979195Z test_nn_interpolate_trilinear_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.6011304Z test_nn_interpolate_trilinear_tuple_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.6043098Z test_nn_log_softmax_dim0 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.6075548Z test_nn_log_softmax_dim3 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.6107243Z test_nn_log_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.6139066Z test_nn_log_softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.6171071Z test_nn_log_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.6202695Z test_nn_log_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.6234872Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.6266845Z test_nn_softmax_functional_dim0 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.6299233Z test_nn_softmax_functional_dim3 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.6331331Z test_nn_softmax_functional_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.6363260Z test_nn_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.6395434Z test_nn_softmax_lastdim_dtype (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.6427497Z test_nn_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.6459762Z test_nn_softmax_spatial_dtype (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.6495013Z test_nn_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:05:19.6729426Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... ok (0.023s) 2022-09-27T16:05:19.6738504Z test_get_callable_argument_names_hybrid (jit.test_jit_utils.TestJitUtils) ... skip: POSITIONAL_ONLY arguments are not supported before 3.8 (0.000s) 2022-09-27T16:05:19.6845395Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... ok (0.010s) 2022-09-27T16:05:19.6854133Z test_get_callable_argument_names_positional_only (jit.test_jit_utils.TestJitUtils) ... skip: POSITIONAL_ONLY arguments are not supported before 3.8 (0.000s) 2022-09-27T16:05:19.6949759Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.009s) 2022-09-27T16:05:19.7038466Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.008s) 2022-09-27T16:05:19.7128379Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... ok (0.008s) 2022-09-27T16:05:19.7183217Z test_no_tracer_warn_context_manager (jit.test_jit_utils.TestJitUtils) ... ok (0.005s) 2022-09-27T16:05:19.8874681Z test_comprehension_iterable (jit.test_list_dict.TestList) ... ok (0.168s) 2022-09-27T16:05:19.9349138Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... ok (0.047s) 2022-09-27T16:05:19.9652862Z test_comprehensions_basic (jit.test_list_dict.TestList) ... ok (0.030s) 2022-09-27T16:05:19.9959890Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... ok (0.030s) 2022-09-27T16:05:20.0216929Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... ok (0.025s) 2022-09-27T16:05:20.0358223Z test_copy_list_immutable (jit.test_list_dict.TestList) ... ok (0.014s) 2022-09-27T16:05:20.0538416Z test_copy_list_mutable (jit.test_list_dict.TestList) ... ok (0.017s) 2022-09-27T16:05:20.0670295Z test_del (jit.test_list_dict.TestList) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_list_dict.py line 193 2022-09-27T16:05:20.0670776Z due to: 2022-09-27T16:05:20.0673511Z Traceback (most recent call last): 2022-09-27T16:05:20.0673992Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:20.0674724Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:20.0675519Z AssertionError: torch.* op returned non-Tensor CompilationUnit call_function 2022-09-27T16:05:20.0675749Z 2022-09-27T16:05:20.0675821Z from user code: 2022-09-27T16:05:20.0676090Z File "/var/lib/jenkins/workspace/test/jit/test_list_dict.py", line 196, in 2022-09-27T16:05:20.0677565Z cu = torch.jit.CompilationUnit() 2022-09-27T16:05:20.0677850Z 2022-09-27T16:05:20.0678068Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:20.0678299Z ========== 2022-09-27T16:05:20.0783487Z ok (0.024s) 2022-09-27T16:05:20.1052997Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... ok (0.026s) 2022-09-27T16:05:20.1335649Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.028s) 2022-09-27T16:05:20.1625649Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... ok (0.028s) 2022-09-27T16:05:20.1885665Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.025s) 2022-09-27T16:05:20.2144414Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... ok (0.025s) 2022-09-27T16:05:20.2439312Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... ok (0.029s) 2022-09-27T16:05:20.2728196Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... ok (0.028s) 2022-09-27T16:05:20.3010915Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... ok (0.028s) 2022-09-27T16:05:20.3311371Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... ok (0.029s) 2022-09-27T16:05:20.3580885Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... ok (0.026s) 2022-09-27T16:05:20.3854686Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... ok (0.027s) 2022-09-27T16:05:20.3956841Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... ok (0.010s) 2022-09-27T16:05:20.4241114Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... ok (0.028s) 2022-09-27T16:05:20.4511042Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... ok (0.026s) 2022-09-27T16:05:20.4788497Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... ok (0.027s) 2022-09-27T16:05:20.5120002Z test_extend_list_immutable (jit.test_list_dict.TestList) ... ok (0.033s) 2022-09-27T16:05:20.5611802Z test_extend_list_mutable (jit.test_list_dict.TestList) ... ok (0.049s) 2022-09-27T16:05:20.5995132Z test_in_check (jit.test_list_dict.TestList) ... ok (0.038s) 2022-09-27T16:05:20.6440295Z test_list_bool_conversion (jit.test_list_dict.TestList) ... ok (0.044s) 2022-09-27T16:05:20.6754945Z test_list_count (jit.test_list_dict.TestList) ... ok (0.031s) 2022-09-27T16:05:20.7022810Z test_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.026s) 2022-09-27T16:05:20.7379068Z test_list_gather (jit.test_list_dict.TestList) ... ok (0.035s) 2022-09-27T16:05:20.7681016Z test_list_index (jit.test_list_dict.TestList) ... ok (0.030s) 2022-09-27T16:05:20.7982068Z test_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.029s) 2022-09-27T16:05:20.8368892Z test_list_keyword (jit.test_list_dict.TestList) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_list_dict.py line 231 2022-09-27T16:05:20.8369525Z due to: 2022-09-27T16:05:20.8369823Z Traceback (most recent call last): 2022-09-27T16:05:20.8370233Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:20.8370888Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:20.8371597Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:05:20.8371878Z 2022-09-27T16:05:20.8371990Z from user code: 2022-09-27T16:05:20.8372490Z File "/var/lib/jenkins/workspace/test/jit/test_list_dict.py", line 232, in 2022-09-27T16:05:20.8372980Z FileCheck().check_count("aten::list", 2, exactly=True).run(torch.jit.script(foo3).graph) 2022-09-27T16:05:20.8373163Z 2022-09-27T16:05:20.8373511Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:20.8373722Z ========== 2022-09-27T16:05:20.8373921Z You have not run this instance of FileCheck! 2022-09-27T16:05:20.8374127Z FileCheck checks: 2022-09-27T16:05:20.8374295Z ok (0.038s) 2022-09-27T16:05:20.8666311Z test_list_len (jit.test_list_dict.TestList) ... ok (0.029s) 2022-09-27T16:05:20.9131172Z test_list_literal (jit.test_list_dict.TestList) ... ok (0.046s) 2022-09-27T16:05:20.9202601Z test_list_none (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T16:05:21.0210125Z test_list_ops (jit.test_list_dict.TestList) ... ok (0.100s) 2022-09-27T16:05:21.0723883Z test_list_slice (jit.test_list_dict.TestList) ... ok (0.051s) 2022-09-27T16:05:21.0858309Z test_list_sort (jit.test_list_dict.TestList) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_list_dict.py line 527 2022-09-27T16:05:21.0858814Z due to: 2022-09-27T16:05:21.0859131Z Traceback (most recent call last): 2022-09-27T16:05:21.0859549Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 98, in call_method 2022-09-27T16:05:21.0859894Z assert not kwargs 2022-09-27T16:05:21.0860181Z AssertionError 2022-09-27T16:05:21.0860383Z 2022-09-27T16:05:21.0860512Z from user code: 2022-09-27T16:05:21.0860940Z File "/var/lib/jenkins/workspace/test/jit/test_list_dict.py", line 533, in 2022-09-27T16:05:21.0861219Z code = template.format(list_create=li) 2022-09-27T16:05:21.0861355Z 2022-09-27T16:05:21.0861487Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:21.0861704Z ========== 2022-09-27T16:05:21.2102954Z ok (0.137s) 2022-09-27T16:05:21.2181493Z test_list_unification_hint (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T16:05:21.2197783Z test_list_variance (jit.test_list_dict.TestList) 2022-09-27T16:05:21.2561086Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... ok (0.037s) 2022-09-27T16:05:21.2828721Z test_min_bool_list (jit.test_list_dict.TestList) ... ok (0.026s) 2022-09-27T16:05:21.3970665Z test_min_max_list (jit.test_list_dict.TestList) ... ok (0.114s) 2022-09-27T16:05:21.4894311Z test_min_max_single_list (jit.test_list_dict.TestList) ... ok (0.092s) 2022-09-27T16:05:21.5169079Z test_mutable_list_append (jit.test_list_dict.TestList) ... ok (0.027s) 2022-09-27T16:05:21.5440556Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... ok (0.027s) 2022-09-27T16:05:21.5719009Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... ok (0.027s) 2022-09-27T16:05:21.5993683Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... ok (0.027s) 2022-09-27T16:05:21.6342329Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... ok (0.034s) 2022-09-27T16:05:21.6711768Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... ok (0.036s) 2022-09-27T16:05:21.6984249Z test_mutable_list_clear (jit.test_list_dict.TestList) ... ok (0.027s) 2022-09-27T16:05:21.7285963Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... ok (0.030s) 2022-09-27T16:05:21.7612354Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... ok (0.032s) 2022-09-27T16:05:21.7888363Z test_mutable_list_insert (jit.test_list_dict.TestList) ... ok (0.027s) 2022-09-27T16:05:21.8162611Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.027s) 2022-09-27T16:05:21.8439417Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... ok (0.027s) 2022-09-27T16:05:21.8715523Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.027s) 2022-09-27T16:05:21.9093317Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... ok (0.037s) 2022-09-27T16:05:21.9366418Z test_mutable_list_pop (jit.test_list_dict.TestList) ... ok (0.027s) 2022-09-27T16:05:21.9640130Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... ok (0.027s) 2022-09-27T16:05:21.9913161Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... ok (0.027s) 2022-09-27T16:05:22.0200017Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... ok (0.028s) 2022-09-27T16:05:22.0475180Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... ok (0.027s) 2022-09-27T16:05:22.0754074Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... ok (0.027s) 2022-09-27T16:05:22.0961474Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... ok (0.020s) 2022-09-27T16:05:22.1243760Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... ok (0.028s) 2022-09-27T16:05:22.1559702Z test_mutable_list_remove (jit.test_list_dict.TestList) ... ok (0.031s) 2022-09-27T16:05:22.1832484Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... ok (0.027s) 2022-09-27T16:05:22.2043867Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... ok (0.020s) 2022-09-27T16:05:22.2516502Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... ok (0.047s) 2022-09-27T16:05:22.2792336Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... ok (0.027s) 2022-09-27T16:05:22.3065759Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... ok (0.027s) 2022-09-27T16:05:22.3532639Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... ok (0.046s) 2022-09-27T16:05:22.3699558Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:05:22.4821259Z test_slice_index (jit.test_list_dict.TestList) ... ok (0.112s) 2022-09-27T16:05:22.5265565Z test_tensor_list_count (jit.test_list_dict.TestList) ... ok (0.044s) 2022-09-27T16:05:22.5711811Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.044s) 2022-09-27T16:05:22.6165301Z test_tensor_list_index (jit.test_list_dict.TestList) ... ok (0.045s) 2022-09-27T16:05:22.6470493Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.030s) 2022-09-27T16:05:22.6556222Z test_to_list (jit.test_list_dict.TestList) 2022-09-27T16:05:24.4201495Z Unit tests for Tensor.tolist() function. ... ok (1.772s) 2022-09-27T16:05:24.4218246Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-09-27T16:05:24.4251686Z GPU tests for Tensor.tolist() function. ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_to_list_gpu /var/lib/jenkins/workspace/test/jit/test_list_dict.py line 1332 2022-09-27T16:05:24.4252330Z due to: 2022-09-27T16:05:24.4252599Z Traceback (most recent call last): 2022-09-27T16:05:24.4252964Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:24.4253534Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:24.4254005Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:05:24.4254277Z 2022-09-27T16:05:24.4254350Z from user code: 2022-09-27T16:05:24.4254611Z File "/var/lib/jenkins/workspace/test/jit/test_list_dict.py", line 1334, in test_to_list_gpu 2022-09-27T16:05:24.4254917Z if not torch.cuda.is_available() or torch.cuda.device_count() == 0: 2022-09-27T16:05:24.4255084Z 2022-09-27T16:05:24.4255216Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:24.4255435Z ========== 2022-09-27T16:05:24.4255612Z skip: CUDA is not available (0.005s) 2022-09-27T16:05:24.4313928Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModuleThatLogs /var/lib/jenkins/workspace/test/jit/test_logging.py line 20 2022-09-27T16:05:24.4314302Z due to: 2022-09-27T16:05:24.4314495Z Traceback (most recent call last): 2022-09-27T16:05:24.4314777Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:24.4315022Z raise Unsupported(msg) 2022-09-27T16:05:24.4315262Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:24.4315421Z 2022-09-27T16:05:24.4315493Z from user code: 2022-09-27T16:05:24.4315967Z File "/var/lib/jenkins/workspace/test/jit/test_logging.py", line 20, in ModuleThatLogs 2022-09-27T16:05:24.4316252Z class ModuleThatLogs(torch.jit.ScriptModule): 2022-09-27T16:05:24.4316410Z 2022-09-27T16:05:24.4316549Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:24.4316773Z ========== 2022-09-27T16:05:24.4391164Z ok (0.013s) 2022-09-27T16:05:24.4595803Z test_counter_aggregation (jit.test_logging.TestLogging) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_logging.py line 106 2022-09-27T16:05:24.4596217Z due to: 2022-09-27T16:05:24.4596412Z Traceback (most recent call last): 2022-09-27T16:05:24.4596681Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:24.4597125Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:24.4597638Z AssertionError: torch.* op returned non-Tensor LockingLogger call_function 2022-09-27T16:05:24.4597961Z 2022-09-27T16:05:24.4598019Z from user code: 2022-09-27T16:05:24.4598361Z File "/var/lib/jenkins/workspace/test/jit/test_logging.py", line 107, in 2022-09-27T16:05:24.4598676Z logger = torch.jit._logging.LockingLogger() 2022-09-27T16:05:24.4598826Z 2022-09-27T16:05:24.4598958Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:24.4599168Z ========== 2022-09-27T16:05:24.4599333Z ok (0.020s) 2022-09-27T16:05:24.4642629Z test_logging_levels_set (jit.test_logging.TestLogging) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_logging_levels_set /var/lib/jenkins/workspace/test/jit/test_logging.py line 117 2022-09-27T16:05:24.4643211Z due to: 2022-09-27T16:05:24.4643383Z Traceback (most recent call last): 2022-09-27T16:05:24.4643811Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:24.4644335Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:24.4644909Z AssertionError: torch.* op returned non-Tensor str call_function 2022-09-27T16:05:24.4645149Z 2022-09-27T16:05:24.4645220Z from user code: 2022-09-27T16:05:24.4645487Z File "/var/lib/jenkins/workspace/test/jit/test_logging.py", line 119, in test_logging_levels_set 2022-09-27T16:05:24.4645921Z self.assertEqual('foo', torch._C._jit_get_logging_option()) 2022-09-27T16:05:24.4646063Z 2022-09-27T16:05:24.4646197Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:24.4646416Z ========== 2022-09-27T16:05:24.4646580Z ok (0.004s) 2022-09-27T16:05:24.6788604Z test_time_measurement_counter (jit.test_logging.TestLogging) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /var/lib/jenkins/workspace/test/jit/test_logging.py line 63 2022-09-27T16:05:24.6788984Z due to: 2022-09-27T16:05:24.6789172Z Traceback (most recent call last): 2022-09-27T16:05:24.6789478Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:24.6789903Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:24.6790409Z AssertionError: torch.* op returned non-Tensor int call_function prim.TimePoint 2022-09-27T16:05:24.6790597Z 2022-09-27T16:05:24.6790670Z from user code: 2022-09-27T16:05:24.6790917Z File "/var/lib/jenkins/workspace/test/jit/test_logging.py", line 64, in forward 2022-09-27T16:05:24.6791240Z tp_start = torch.jit._logging.time_point() 2022-09-27T16:05:24.6791381Z 2022-09-27T16:05:24.6791516Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:24.6791739Z ========== 2022-09-27T16:05:24.6791889Z ok (0.214s) 2022-09-27T16:05:24.6843573Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModuleThatTimes /var/lib/jenkins/workspace/test/jit/test_logging.py line 81 2022-09-27T16:05:24.6844300Z due to: 2022-09-27T16:05:24.6844501Z Traceback (most recent call last): 2022-09-27T16:05:24.6844764Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:24.6845084Z raise Unsupported(msg) 2022-09-27T16:05:24.6845327Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:24.6845483Z 2022-09-27T16:05:24.6845610Z from user code: 2022-09-27T16:05:24.6845872Z File "/var/lib/jenkins/workspace/test/jit/test_logging.py", line 81, in ModuleThatTimes 2022-09-27T16:05:24.6846175Z class ModuleThatTimes(torch.jit.ScriptModule): 2022-09-27T16:05:24.6846331Z 2022-09-27T16:05:24.6846464Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:24.6846671Z ========== 2022-09-27T16:05:24.6916843Z ok (0.012s) 2022-09-27T16:05:24.7102887Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_logging.py line 51 2022-09-27T16:05:24.7103470Z due to: 2022-09-27T16:05:24.7103734Z Traceback (most recent call last): 2022-09-27T16:05:24.7104135Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:24.7104612Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:24.7105129Z AssertionError: torch.* op returned non-Tensor LockingLogger call_function 2022-09-27T16:05:24.7105346Z 2022-09-27T16:05:24.7105419Z from user code: 2022-09-27T16:05:24.7105708Z File "/var/lib/jenkins/workspace/test/jit/test_logging.py", line 52, in 2022-09-27T16:05:24.7106023Z logger = torch.jit._logging.LockingLogger() 2022-09-27T16:05:24.7106156Z 2022-09-27T16:05:24.7106289Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:24.7106517Z ========== 2022-09-27T16:05:24.7106684Z ok (0.018s) 2022-09-27T16:05:24.7144000Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT setUp /var/lib/jenkins/workspace/test/jit/test_freezing.py line 2465 2022-09-27T16:05:24.7144420Z due to: 2022-09-27T16:05:24.7144629Z Traceback (most recent call last): 2022-09-27T16:05:24.7144915Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:24.7145341Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:24.7145801Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:05:24.7146008Z 2022-09-27T16:05:24.7146082Z from user code: 2022-09-27T16:05:24.7146320Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 2466, in setUp 2022-09-27T16:05:24.7146669Z self.default_dtype = torch.get_default_dtype() 2022-09-27T16:05:24.7146831Z 2022-09-27T16:05:24.7146968Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:24.7147188Z ========== 2022-09-27T16:05:24.7879347Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT checkResults /var/lib/jenkins/workspace/test/jit/test_freezing.py line 2483 2022-09-27T16:05:24.7879882Z due to: 2022-09-27T16:05:24.7880071Z Traceback (most recent call last): 2022-09-27T16:05:24.7880417Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:05:24.7880790Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:05:24.7881141Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:05:24.7881311Z 2022-09-27T16:05:24.7881385Z from user code: 2022-09-27T16:05:24.7881624Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 2485, in checkResults 2022-09-27T16:05:24.7882133Z self.assertEqual(mod1(inp), mod2(inp)) 2022-09-27T16:05:24.7882271Z 2022-09-27T16:05:24.7882409Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:24.7882619Z ========== 2022-09-27T16:05:24.8176970Z ok (0.106s) 2022-09-27T16:05:24.8412594Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.023s) 2022-09-27T16:05:24.8810764Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_freezing.py line 2491 2022-09-27T16:05:24.8811562Z due to: 2022-09-27T16:05:24.8811905Z Traceback (most recent call last): 2022-09-27T16:05:24.8812451Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:24.8813302Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:24.8814145Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:05:24.8814544Z 2022-09-27T16:05:24.8814677Z from user code: 2022-09-27T16:05:24.8815207Z File "/var/lib/jenkins/workspace/test/jit/test_freezing.py", line 2492, in 2022-09-27T16:05:24.8815983Z FileCheck().check("mkldnn_convolution").check_next("prim::MKLDNNHardSwish_").check_next("aten::relu_").run(mod.graph) 2022-09-27T16:05:24.8816397Z 2022-09-27T16:05:24.8816636Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:24.8817063Z ========== 2022-09-27T16:05:24.8817440Z You have not run this instance of FileCheck! 2022-09-27T16:05:24.8817818Z FileCheck checks: 2022-09-27T16:05:24.8829287Z ok (0.041s) 2022-09-27T16:05:24.9051505Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.021s) 2022-09-27T16:05:24.9064213Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-09-27T16:05:24.9501269Z Test BroadcastingList and torch.nn._size_N_t alias ... ok (0.044s) 2022-09-27T16:05:24.9582985Z test_export_opnames_interface (jit.test_misc.TestMisc) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT OneTwoModule /var/lib/jenkins/workspace/test/jit/test_misc.py line 174 2022-09-27T16:05:24.9583663Z due to: 2022-09-27T16:05:24.9583999Z Traceback (most recent call last): 2022-09-27T16:05:24.9584500Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:24.9584965Z raise Unsupported(msg) 2022-09-27T16:05:24.9585390Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:24.9585671Z 2022-09-27T16:05:24.9585780Z from user code: 2022-09-27T16:05:24.9586229Z File "/var/lib/jenkins/workspace/test/jit/test_misc.py", line 174, in OneTwoModule 2022-09-27T16:05:24.9586683Z @torch.jit.interface 2022-09-27T16:05:24.9586896Z 2022-09-27T16:05:24.9587131Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:24.9587511Z ========== 2022-09-27T16:05:24.9616891Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooMod /var/lib/jenkins/workspace/test/jit/test_misc.py line 185 2022-09-27T16:05:24.9617462Z due to: 2022-09-27T16:05:24.9617742Z Traceback (most recent call last): 2022-09-27T16:05:24.9618207Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:24.9618637Z raise Unsupported(msg) 2022-09-27T16:05:24.9619024Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:24.9619277Z 2022-09-27T16:05:24.9619397Z from user code: 2022-09-27T16:05:24.9619788Z File "/var/lib/jenkins/workspace/test/jit/test_misc.py", line 185, in FooMod 2022-09-27T16:05:24.9620185Z class FooMod(nn.Module): 2022-09-27T16:05:24.9620369Z 2022-09-27T16:05:24.9620577Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:24.9620921Z ========== 2022-09-27T16:05:24.9623218Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT BarMod /var/lib/jenkins/workspace/test/jit/test_misc.py line 195 2022-09-27T16:05:24.9623704Z due to: 2022-09-27T16:05:24.9624358Z Traceback (most recent call last): 2022-09-27T16:05:24.9624834Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:24.9625274Z raise Unsupported(msg) 2022-09-27T16:05:24.9625660Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:24.9625937Z 2022-09-27T16:05:24.9626050Z from user code: 2022-09-27T16:05:24.9626585Z File "/var/lib/jenkins/workspace/test/jit/test_misc.py", line 195, in BarMod 2022-09-27T16:05:24.9626976Z class BarMod(nn.Module): 2022-09-27T16:05:24.9627177Z 2022-09-27T16:05:24.9627392Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:24.9627749Z ========== 2022-09-27T16:05:24.9630006Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT M /var/lib/jenkins/workspace/test/jit/test_misc.py line 207 2022-09-27T16:05:24.9630495Z due to: 2022-09-27T16:05:24.9630819Z Traceback (most recent call last): 2022-09-27T16:05:24.9631293Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:24.9631723Z raise Unsupported(msg) 2022-09-27T16:05:24.9632122Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:24.9632361Z 2022-09-27T16:05:24.9632469Z from user code: 2022-09-27T16:05:24.9633005Z File "/var/lib/jenkins/workspace/test/jit/test_misc.py", line 207, in M 2022-09-27T16:05:24.9633408Z class M(nn.Module): 2022-09-27T16:05:24.9633580Z 2022-09-27T16:05:24.9633792Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:24.9634169Z ========== 2022-09-27T16:05:24.9822569Z ok (0.031s) 2022-09-27T16:05:24.9921234Z test_future_isinstance (jit.test_misc.TestMisc) ... ok (0.009s) 2022-09-27T16:05:25.0421243Z test_hacked_twin (jit.test_misc.TestMisc) ... ok (0.049s) 2022-09-27T16:05:25.0430693Z test_if_returning_any (jit.test_misc.TestMisc) 2022-09-27T16:05:25.0611140Z Check that an if statement can return different ... ok (0.018s) 2022-09-27T16:05:25.0941641Z test_joined_str (jit.test_misc.TestMisc) ... ok (0.032s) 2022-09-27T16:05:25.1130917Z test_kwarg_support (jit.test_misc.TestMisc) ... ok (0.018s) 2022-09-27T16:05:25.2230315Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... ok (0.109s) 2022-09-27T16:05:25.2540973Z test_list_literal_infer (jit.test_misc.TestMisc) ... ok (0.030s) 2022-09-27T16:05:25.2807687Z test_math_inf (jit.test_misc.TestMisc) ... ok (0.026s) 2022-09-27T16:05:25.2846684Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_parse_ir_annotate /var/lib/jenkins/workspace/test/jit/test_misc.py line 330 2022-09-27T16:05:25.2847175Z due to: 2022-09-27T16:05:25.2847500Z Traceback (most recent call last): 2022-09-27T16:05:25.2848042Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:25.2848551Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:25.2849107Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:05:25.2849344Z 2022-09-27T16:05:25.2849402Z from user code: 2022-09-27T16:05:25.2849657Z File "/var/lib/jenkins/workspace/test/jit/test_misc.py", line 336, in test_parse_ir_annotate 2022-09-27T16:05:25.2849977Z graph = torch._C.parse_ir(ir, True) 2022-09-27T16:05:25.2850104Z 2022-09-27T16:05:25.2850242Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.2850450Z ========== 2022-09-27T16:05:25.2850613Z ok (0.004s) 2022-09-27T16:05:25.2898613Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_parse_ir_single_element_tensor_negative /var/lib/jenkins/workspace/test/jit/test_misc.py line 353 2022-09-27T16:05:25.2899439Z due to: 2022-09-27T16:05:25.2899652Z Traceback (most recent call last): 2022-09-27T16:05:25.2899931Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:25.2900584Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:25.2901201Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:05:25.2901434Z 2022-09-27T16:05:25.2901505Z from user code: 2022-09-27T16:05:25.2901855Z File "/var/lib/jenkins/workspace/test/jit/test_misc.py", line 359, in test_parse_ir_single_element_tensor_negative 2022-09-27T16:05:25.2902145Z graph = torch._C.parse_ir(ir, True) 2022-09-27T16:05:25.2902275Z 2022-09-27T16:05:25.2902394Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.2902610Z ========== 2022-09-27T16:05:25.2902773Z ok (0.005s) 2022-09-27T16:05:25.2944542Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_parse_ir_single_element_tensor_positive /var/lib/jenkins/workspace/test/jit/test_misc.py line 341 2022-09-27T16:05:25.2945245Z due to: 2022-09-27T16:05:25.2945508Z Traceback (most recent call last): 2022-09-27T16:05:25.2945791Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:25.2946208Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:25.2946854Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:05:25.2947161Z 2022-09-27T16:05:25.2947235Z from user code: 2022-09-27T16:05:25.2947517Z File "/var/lib/jenkins/workspace/test/jit/test_misc.py", line 347, in test_parse_ir_single_element_tensor_positive 2022-09-27T16:05:25.2947855Z graph = torch._C.parse_ir(ir, True) 2022-09-27T16:05:25.2947986Z 2022-09-27T16:05:25.2948117Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.2948338Z ========== 2022-09-27T16:05:25.2948486Z ok (0.004s) 2022-09-27T16:05:25.3256525Z test_str_refine_any (jit.test_misc.TestMisc) ... ok (0.030s) 2022-09-27T16:05:25.3346491Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... ok (0.008s) 2022-09-27T16:05:25.3454255Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_misc.py line 92 2022-09-27T16:05:25.3454768Z due to: 2022-09-27T16:05:25.3454961Z Traceback (most recent call last): 2022-09-27T16:05:25.3455248Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:25.3455705Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:25.3456139Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:05:25.3456341Z 2022-09-27T16:05:25.3456410Z from user code: 2022-09-27T16:05:25.3456703Z File "/var/lib/jenkins/workspace/test/jit/test_misc.py", line 96, in 2022-09-27T16:05:25.3457019Z FileCheck().check("Future[int][]").run(fn.graph) 2022-09-27T16:05:25.3457150Z 2022-09-27T16:05:25.3457281Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.3457498Z ========== 2022-09-27T16:05:25.3457697Z You have not run this instance of FileCheck! 2022-09-27T16:05:25.3457889Z FileCheck checks: 2022-09-27T16:05:25.3458056Z ok (0.010s) 2022-09-27T16:05:25.3569377Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_misc.py line 85 2022-09-27T16:05:25.3570079Z due to: 2022-09-27T16:05:25.3570419Z Traceback (most recent call last): 2022-09-27T16:05:25.3570940Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:25.3571618Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:25.3572044Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:05:25.3572243Z 2022-09-27T16:05:25.3572315Z from user code: 2022-09-27T16:05:25.3572655Z File "/var/lib/jenkins/workspace/test/jit/test_misc.py", line 88, in 2022-09-27T16:05:25.3573045Z FileCheck().check('Future[int]').check('Future[int]').run(fn.graph) 2022-09-27T16:05:25.3573194Z 2022-09-27T16:05:25.3573327Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.3573543Z ========== 2022-09-27T16:05:25.3573739Z You have not run this instance of FileCheck! 2022-09-27T16:05:25.3573934Z FileCheck checks: 2022-09-27T16:05:25.3574109Z ok (0.011s) 2022-09-27T16:05:25.3683772Z test_subexpression_Optional (jit.test_misc.TestMisc) ... ok (0.011s) 2022-09-27T16:05:25.3776069Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... ok (0.009s) 2022-09-27T16:05:25.3898261Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... ok (0.012s) 2022-09-27T16:05:25.4143329Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.024s) 2022-09-27T16:05:25.4202366Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ScriptMod /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2221 2022-09-27T16:05:25.4203124Z due to: 2022-09-27T16:05:25.4203341Z Traceback (most recent call last): 2022-09-27T16:05:25.4203622Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:25.4203881Z raise Unsupported(msg) 2022-09-27T16:05:25.4204105Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:25.4204262Z 2022-09-27T16:05:25.4204332Z from user code: 2022-09-27T16:05:25.4204577Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2221, in ScriptMod 2022-09-27T16:05:25.4204850Z class ScriptMod(torch.jit.ScriptModule): 2022-09-27T16:05:25.4204995Z 2022-09-27T16:05:25.4205129Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.4205345Z ========== 2022-09-27T16:05:25.4275818Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2222 2022-09-27T16:05:25.4276218Z due to: 2022-09-27T16:05:25.4276564Z Traceback (most recent call last): 2022-09-27T16:05:25.4277075Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:05:25.4277376Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:05:25.4277688Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:05:25.4277879Z 2022-09-27T16:05:25.4277948Z from user code: 2022-09-27T16:05:25.4278188Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2223, in __init__ 2022-09-27T16:05:25.4278435Z super(ScriptMod, self).__init__() 2022-09-27T16:05:25.4278563Z 2022-09-27T16:05:25.4278694Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.4278911Z ========== 2022-09-27T16:05:25.4440164Z ok (0.029s) 2022-09-27T16:05:25.4704054Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2249 2022-09-27T16:05:25.4704843Z due to: 2022-09-27T16:05:25.4705186Z Traceback (most recent call last): 2022-09-27T16:05:25.4705692Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:25.4706483Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:25.4707318Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:05:25.4708055Z 2022-09-27T16:05:25.4708182Z from user code: 2022-09-27T16:05:25.4708573Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2253, in 2022-09-27T16:05:25.4708952Z FileCheck().check("prim::CallFunction").check("aten::add").run(str(script_fn.graph)) 2022-09-27T16:05:25.4709191Z 2022-09-27T16:05:25.4709325Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.4709529Z ========== 2022-09-27T16:05:25.4709728Z You have not run this instance of FileCheck! 2022-09-27T16:05:25.4709931Z FileCheck checks: 2022-09-27T16:05:25.4710100Z ok (0.026s) 2022-09-27T16:05:25.4917998Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.021s) 2022-09-27T16:05:25.5094286Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ScriptMod /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2276 2022-09-27T16:05:25.5095053Z due to: 2022-09-27T16:05:25.5095389Z Traceback (most recent call last): 2022-09-27T16:05:25.5095881Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:25.5096245Z raise Unsupported(msg) 2022-09-27T16:05:25.5096487Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:25.5096650Z 2022-09-27T16:05:25.5096707Z from user code: 2022-09-27T16:05:25.5096952Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2276, in ScriptMod 2022-09-27T16:05:25.5097234Z class ScriptMod(torch.jit.ScriptModule): 2022-09-27T16:05:25.5097380Z 2022-09-27T16:05:25.5097500Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.5097717Z ========== 2022-09-27T16:05:25.5128200Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2277 2022-09-27T16:05:25.5128677Z due to: 2022-09-27T16:05:25.5129030Z Traceback (most recent call last): 2022-09-27T16:05:25.5129497Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:05:25.5129811Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:05:25.5130110Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:05:25.5130300Z 2022-09-27T16:05:25.5130374Z from user code: 2022-09-27T16:05:25.5130618Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2278, in __init__ 2022-09-27T16:05:25.5130877Z super(ScriptMod, self).__init__() 2022-09-27T16:05:25.5130992Z 2022-09-27T16:05:25.5131119Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.5131335Z ========== 2022-09-27T16:05:25.5169748Z ok (0.025s) 2022-09-27T16:05:25.5217985Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ScriptMod /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2298 2022-09-27T16:05:25.5218709Z due to: 2022-09-27T16:05:25.5218910Z Traceback (most recent call last): 2022-09-27T16:05:25.5219191Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:25.5219435Z raise Unsupported(msg) 2022-09-27T16:05:25.5219670Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:25.5219832Z 2022-09-27T16:05:25.5219902Z from user code: 2022-09-27T16:05:25.5220137Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2298, in ScriptMod 2022-09-27T16:05:25.5220423Z class ScriptMod(torch.jit.ScriptModule): 2022-09-27T16:05:25.5220568Z 2022-09-27T16:05:25.5220702Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.5220918Z ========== 2022-09-27T16:05:25.5253055Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2299 2022-09-27T16:05:25.5253584Z due to: 2022-09-27T16:05:25.5253862Z Traceback (most recent call last): 2022-09-27T16:05:25.5254343Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:05:25.5254657Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:05:25.5254968Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:05:25.5255162Z 2022-09-27T16:05:25.5255287Z from user code: 2022-09-27T16:05:25.5255522Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2300, in __init__ 2022-09-27T16:05:25.5255781Z super(ScriptMod, self).__init__() 2022-09-27T16:05:25.5255906Z 2022-09-27T16:05:25.5256034Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.5256237Z ========== 2022-09-27T16:05:25.5396154Z ok (0.022s) 2022-09-27T16:05:25.5445463Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M2 /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2319 2022-09-27T16:05:25.5446254Z due to: 2022-09-27T16:05:25.5446428Z Traceback (most recent call last): 2022-09-27T16:05:25.5446706Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:25.5446969Z raise Unsupported(msg) 2022-09-27T16:05:25.5447277Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:25.5447431Z 2022-09-27T16:05:25.5447507Z from user code: 2022-09-27T16:05:25.5447745Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2319, in M2 2022-09-27T16:05:25.5447995Z class M2(torch.jit.ScriptModule): 2022-09-27T16:05:25.5448133Z 2022-09-27T16:05:25.5448264Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.5448483Z ========== 2022-09-27T16:05:25.5479903Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2320 2022-09-27T16:05:25.5480287Z due to: 2022-09-27T16:05:25.5480482Z Traceback (most recent call last): 2022-09-27T16:05:25.5480785Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:05:25.5481085Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:05:25.5481396Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:05:25.5481586Z 2022-09-27T16:05:25.5481654Z from user code: 2022-09-27T16:05:25.5481897Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2321, in __init__ 2022-09-27T16:05:25.5482131Z super(M2, self).__init__() 2022-09-27T16:05:25.5482245Z 2022-09-27T16:05:25.5482375Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.5482589Z ========== 2022-09-27T16:05:25.5605180Z ok (0.020s) 2022-09-27T16:05:25.5668729Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT testB /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2333 2022-09-27T16:05:25.5669389Z due to: 2022-09-27T16:05:25.5669599Z Traceback (most recent call last): 2022-09-27T16:05:25.5669863Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:25.5670120Z raise Unsupported(msg) 2022-09-27T16:05:25.5670354Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:25.5670507Z 2022-09-27T16:05:25.5670564Z from user code: 2022-09-27T16:05:25.5670807Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2333, in testB 2022-09-27T16:05:25.5671056Z class testB(torch.nn.Module): 2022-09-27T16:05:25.5671180Z 2022-09-27T16:05:25.5671312Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.5671517Z ========== 2022-09-27T16:05:25.5673728Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT testA /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2345 2022-09-27T16:05:25.5674222Z due to: 2022-09-27T16:05:25.5674561Z Traceback (most recent call last): 2022-09-27T16:05:25.5674929Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:25.5675376Z raise Unsupported(msg) 2022-09-27T16:05:25.5675598Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:25.5675753Z 2022-09-27T16:05:25.5675821Z from user code: 2022-09-27T16:05:25.5676062Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2345, in testA 2022-09-27T16:05:25.5676375Z class testA(torch.nn.Module): 2022-09-27T16:05:25.5676490Z 2022-09-27T16:05:25.5676623Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.5676835Z ========== 2022-09-27T16:05:25.6145788Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2350 2022-09-27T16:05:25.6146243Z due to: 2022-09-27T16:05:25.6146495Z Traceback (most recent call last): 2022-09-27T16:05:25.6147276Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:05:25.6147789Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:05:25.6148201Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:05:25.6148370Z 2022-09-27T16:05:25.6148438Z from user code: 2022-09-27T16:05:25.6148729Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2355, in forward 2022-09-27T16:05:25.6148974Z return self.b(feature_map) 2022-09-27T16:05:25.6149092Z 2022-09-27T16:05:25.6149225Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.6149471Z ========== 2022-09-27T16:05:25.6198292Z ok (0.059s) 2022-09-27T16:05:25.6273572Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT AnotherScriptMod /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2114 2022-09-27T16:05:25.6274077Z due to: 2022-09-27T16:05:25.6274265Z Traceback (most recent call last): 2022-09-27T16:05:25.6274530Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:25.6274800Z raise Unsupported(msg) 2022-09-27T16:05:25.6275035Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:25.6275191Z 2022-09-27T16:05:25.6275259Z from user code: 2022-09-27T16:05:25.6275499Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2114, in AnotherScriptMod 2022-09-27T16:05:25.6275802Z class AnotherScriptMod(torch.jit.ScriptModule): 2022-09-27T16:05:25.6275964Z 2022-09-27T16:05:25.6276095Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.6276302Z ========== 2022-09-27T16:05:25.6283827Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT SomeScriptMod /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2123 2022-09-27T16:05:25.6284341Z due to: 2022-09-27T16:05:25.6284541Z Traceback (most recent call last): 2022-09-27T16:05:25.6284802Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:25.6285056Z raise Unsupported(msg) 2022-09-27T16:05:25.6285292Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:25.6285451Z 2022-09-27T16:05:25.6285508Z from user code: 2022-09-27T16:05:25.6285828Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2123, in SomeScriptMod 2022-09-27T16:05:25.6286122Z class SomeScriptMod(torch.jit.ScriptModule): 2022-09-27T16:05:25.6286274Z 2022-09-27T16:05:25.6286394Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.6286614Z ========== 2022-09-27T16:05:25.6365591Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2124 2022-09-27T16:05:25.6365879Z due to: 2022-09-27T16:05:25.6366055Z Traceback (most recent call last): 2022-09-27T16:05:25.6366361Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:05:25.6366677Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:05:25.6366976Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:05:25.6367364Z 2022-09-27T16:05:25.6367435Z from user code: 2022-09-27T16:05:25.6367679Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2125, in __init__ 2022-09-27T16:05:25.6367947Z super(SomeScriptMod, self).__init__() 2022-09-27T16:05:25.6368068Z 2022-09-27T16:05:25.6368197Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.6368476Z ========== 2022-09-27T16:05:25.6394655Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2115 2022-09-27T16:05:25.6394933Z due to: 2022-09-27T16:05:25.6395131Z Traceback (most recent call last): 2022-09-27T16:05:25.6395422Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:05:25.6395732Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:05:25.6396025Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:05:25.6396216Z 2022-09-27T16:05:25.6396291Z from user code: 2022-09-27T16:05:25.6396533Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2116, in __init__ 2022-09-27T16:05:25.6396793Z super(AnotherScriptMod, self).__init__() 2022-09-27T16:05:25.6396931Z 2022-09-27T16:05:25.6397061Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.6397274Z ========== 2022-09-27T16:05:25.6627946Z ok (0.042s) 2022-09-27T16:05:25.7002807Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2471 2022-09-27T16:05:25.7003422Z due to: 2022-09-27T16:05:25.7003701Z Traceback (most recent call last): 2022-09-27T16:05:25.7004131Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:25.7004811Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:25.7005601Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:05:25.7005933Z 2022-09-27T16:05:25.7006054Z from user code: 2022-09-27T16:05:25.7006511Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2472, in 2022-09-27T16:05:25.7007021Z FileCheck().check("aten::linear").run(g) 2022-09-27T16:05:25.7007222Z 2022-09-27T16:05:25.7007427Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.7007769Z ========== 2022-09-27T16:05:25.7008074Z You have not run this instance of FileCheck! 2022-09-27T16:05:25.7008361Z FileCheck checks: 2022-09-27T16:05:25.7008626Z ok (0.037s) 2022-09-27T16:05:25.7304641Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... ok (0.029s) 2022-09-27T16:05:25.7702297Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2050 2022-09-27T16:05:25.7703006Z due to: 2022-09-27T16:05:25.7703294Z Traceback (most recent call last): 2022-09-27T16:05:25.7703723Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:25.7704189Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:25.7704940Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:25.7705304Z 2022-09-27T16:05:25.7705419Z from user code: 2022-09-27T16:05:25.7705866Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2055, in 2022-09-27T16:05:25.7706346Z self.assertTrue("Dynamic" not in str(use.graph)) 2022-09-27T16:05:25.7706582Z 2022-09-27T16:05:25.7706779Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.7707145Z ========== 2022-09-27T16:05:25.7707667Z ok (0.040s) 2022-09-27T16:05:25.7767037Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M3 /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2171 2022-09-27T16:05:25.7767719Z due to: 2022-09-27T16:05:25.7768007Z Traceback (most recent call last): 2022-09-27T16:05:25.7768691Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:25.7769105Z raise Unsupported(msg) 2022-09-27T16:05:25.7769456Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:25.7769699Z 2022-09-27T16:05:25.7769789Z from user code: 2022-09-27T16:05:25.7770151Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2171, in M3 2022-09-27T16:05:25.7770559Z class M3(torch.jit.ScriptModule): 2022-09-27T16:05:25.7770764Z 2022-09-27T16:05:25.7770962Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.7771310Z ========== 2022-09-27T16:05:25.7778479Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT M1 /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2188 2022-09-27T16:05:25.7779023Z due to: 2022-09-27T16:05:25.7779341Z Traceback (most recent call last): 2022-09-27T16:05:25.7779814Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:25.7780230Z raise Unsupported(msg) 2022-09-27T16:05:25.7780576Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:25.7780816Z 2022-09-27T16:05:25.7780926Z from user code: 2022-09-27T16:05:25.7781306Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2188, in M1 2022-09-27T16:05:25.7781711Z class M1(torch.jit.ScriptModule): 2022-09-27T16:05:25.7781914Z 2022-09-27T16:05:25.7782123Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.7782482Z ========== 2022-09-27T16:05:25.7839767Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2189 2022-09-27T16:05:25.7840269Z due to: 2022-09-27T16:05:25.7840575Z Traceback (most recent call last): 2022-09-27T16:05:25.7841059Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:05:25.7841611Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:05:25.7842138Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:05:25.7842474Z 2022-09-27T16:05:25.7842596Z from user code: 2022-09-27T16:05:25.7843002Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2190, in __init__ 2022-09-27T16:05:25.7843392Z super(M1, self).__init__() 2022-09-27T16:05:25.7843595Z 2022-09-27T16:05:25.7843826Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.7844212Z ========== 2022-09-27T16:05:25.7903598Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2172 2022-09-27T16:05:25.7904109Z due to: 2022-09-27T16:05:25.7904419Z Traceback (most recent call last): 2022-09-27T16:05:25.7904904Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:05:25.7905394Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:05:25.7905856Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:05:25.7906169Z 2022-09-27T16:05:25.7906284Z from user code: 2022-09-27T16:05:25.7906699Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2173, in __init__ 2022-09-27T16:05:25.7907118Z super(M3, self).__init__() 2022-09-27T16:05:25.7907323Z 2022-09-27T16:05:25.7907562Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.7907956Z ========== 2022-09-27T16:05:25.8128739Z ok (0.042s) 2022-09-27T16:05:25.8148742Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-09-27T16:05:25.8195889Z Tracing over a module returning a dictionary whose values are tuples of tensors ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ReturnsDict /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2428 2022-09-27T16:05:25.8196851Z due to: 2022-09-27T16:05:25.8197171Z Traceback (most recent call last): 2022-09-27T16:05:25.8197633Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:25.8198156Z raise Unsupported(msg) 2022-09-27T16:05:25.8198538Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:25.8198786Z 2022-09-27T16:05:25.8198896Z from user code: 2022-09-27T16:05:25.8199306Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2428, in ReturnsDict 2022-09-27T16:05:25.8199745Z class ReturnsDict(torch.nn.Module): 2022-09-27T16:05:25.8199940Z 2022-09-27T16:05:25.8200158Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.8200501Z ========== 2022-09-27T16:05:25.8202810Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ReturnsBadDict /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2442 2022-09-27T16:05:25.8203309Z due to: 2022-09-27T16:05:25.8203646Z Traceback (most recent call last): 2022-09-27T16:05:25.8204127Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:25.8204560Z raise Unsupported(msg) 2022-09-27T16:05:25.8204950Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:25.8205200Z 2022-09-27T16:05:25.8205312Z from user code: 2022-09-27T16:05:25.8205795Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2442, in ReturnsBadDict 2022-09-27T16:05:25.8206230Z class ReturnsBadDict(torch.nn.Module): 2022-09-27T16:05:25.8206463Z 2022-09-27T16:05:25.8206681Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:25.8207042Z ========== 2022-09-27T16:05:25.8354603Z ok (0.022s) 2022-09-27T16:05:26.0796045Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2020 2022-09-27T16:05:26.0796830Z due to: 2022-09-27T16:05:26.0797162Z Traceback (most recent call last): 2022-09-27T16:05:26.0797689Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:05:26.0798216Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:05:26.0798732Z NotImplementedError: UserDefinedObjectVariable(_GenericAlias) is not a constant 2022-09-27T16:05:26.0799045Z 2022-09-27T16:05:26.0799147Z from user code: 2022-09-27T16:05:26.0799538Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2020, in 2022-09-27T16:05:26.0800112Z def func4(x: Tensor, a: List[Optional[str]]) -> Tensor: 2022-09-27T16:05:26.0800325Z 2022-09-27T16:05:26.0800521Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:26.0800870Z ========== 2022-09-27T16:05:26.0838305Z ok (0.248s) 2022-09-27T16:05:26.0866414Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-09-27T16:05:26.0917115Z Tracing over a script function returning a dictionary should work. ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ReturnsDict /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2367 2022-09-27T16:05:26.0917783Z due to: 2022-09-27T16:05:26.0918117Z Traceback (most recent call last): 2022-09-27T16:05:26.0918578Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:26.0918999Z raise Unsupported(msg) 2022-09-27T16:05:26.0919376Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:26.0919636Z 2022-09-27T16:05:26.0919749Z from user code: 2022-09-27T16:05:26.0920158Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2367, in ReturnsDict 2022-09-27T16:05:26.0920583Z class ReturnsDict(torch.nn.Module): 2022-09-27T16:05:26.0920808Z 2022-09-27T16:05:26.0921029Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:26.0921667Z ========== 2022-09-27T16:05:26.0923639Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ChecksDict /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2383 2022-09-27T16:05:26.0924118Z due to: 2022-09-27T16:05:26.0924464Z Traceback (most recent call last): 2022-09-27T16:05:26.0925128Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:26.0925650Z raise Unsupported(msg) 2022-09-27T16:05:26.0926064Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:26.0926328Z 2022-09-27T16:05:26.0926442Z from user code: 2022-09-27T16:05:26.0926857Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2383, in ChecksDict 2022-09-27T16:05:26.0927285Z class ChecksDict(torch.nn.Module): 2022-09-27T16:05:26.0927518Z 2022-09-27T16:05:26.0927740Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:26.0928093Z ========== 2022-09-27T16:05:26.0930873Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT TestModule /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2391 2022-09-27T16:05:26.0931403Z due to: 2022-09-27T16:05:26.0931732Z Traceback (most recent call last): 2022-09-27T16:05:26.0932217Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:26.0932638Z raise Unsupported(msg) 2022-09-27T16:05:26.0933017Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:26.0933267Z 2022-09-27T16:05:26.0933371Z from user code: 2022-09-27T16:05:26.0933762Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2391, in TestModule 2022-09-27T16:05:26.0934192Z class TestModule(torch.nn.Module): 2022-09-27T16:05:26.0934417Z 2022-09-27T16:05:26.0934638Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:26.0934978Z ========== 2022-09-27T16:05:26.1258677Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2397 2022-09-27T16:05:26.1259222Z due to: 2022-09-27T16:05:26.1259531Z Traceback (most recent call last): 2022-09-27T16:05:26.1260151Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:05:26.1260732Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:05:26.1261291Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:05:26.1261541Z 2022-09-27T16:05:26.1261634Z from user code: 2022-09-27T16:05:26.1262014Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2398, in forward 2022-09-27T16:05:26.1262411Z foo = self.returns_dict(input) 2022-09-27T16:05:26.1262623Z 2022-09-27T16:05:26.1262836Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:26.1263191Z ========== 2022-09-27T16:05:26.1266164Z ok (0.042s) 2022-09-27T16:05:26.1677119Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... ok (0.040s) 2022-09-27T16:05:26.1741519Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT LeafModule /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2499 2022-09-27T16:05:26.1742243Z due to: 2022-09-27T16:05:26.1742556Z Traceback (most recent call last): 2022-09-27T16:05:26.1743052Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:26.1743466Z raise Unsupported(msg) 2022-09-27T16:05:26.1743837Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:26.1744089Z 2022-09-27T16:05:26.1744203Z from user code: 2022-09-27T16:05:26.1744584Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2499, in LeafModule 2022-09-27T16:05:26.1744990Z class LeafModule(torch.nn.Module): 2022-09-27T16:05:26.1745198Z 2022-09-27T16:05:26.1745405Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:26.1745764Z ========== 2022-09-27T16:05:26.1746843Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT LowerModuleImpl /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2507 2022-09-27T16:05:26.1747632Z due to: 2022-09-27T16:05:26.1747965Z Traceback (most recent call last): 2022-09-27T16:05:26.1748424Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:26.1748863Z raise Unsupported(msg) 2022-09-27T16:05:26.1749379Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:26.1749643Z 2022-09-27T16:05:26.1749751Z from user code: 2022-09-27T16:05:26.1750163Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2507, in LowerModuleImpl 2022-09-27T16:05:26.1750629Z class LowerModuleImpl(torch.nn.Module): 2022-09-27T16:05:26.1750848Z 2022-09-27T16:05:26.1751057Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:26.1751392Z ========== 2022-09-27T16:05:26.1752291Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT LowerModuleInterface /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2515 2022-09-27T16:05:26.1752985Z due to: 2022-09-27T16:05:26.1753306Z Traceback (most recent call last): 2022-09-27T16:05:26.1753784Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:26.1754252Z raise Unsupported(msg) 2022-09-27T16:05:26.1754682Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:26.1754961Z 2022-09-27T16:05:26.1755081Z from user code: 2022-09-27T16:05:26.1755566Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2515, in LowerModuleInterface 2022-09-27T16:05:26.1756051Z @torch.jit.interface 2022-09-27T16:05:26.1756260Z 2022-09-27T16:05:26.1756481Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:26.1756881Z ========== 2022-09-27T16:05:26.1784910Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT TopModule /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2538 2022-09-27T16:05:26.1785425Z due to: 2022-09-27T16:05:26.1785723Z Traceback (most recent call last): 2022-09-27T16:05:26.1786211Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:26.1786620Z raise Unsupported(msg) 2022-09-27T16:05:26.1786970Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:26.1787237Z 2022-09-27T16:05:26.1787345Z from user code: 2022-09-27T16:05:26.1787746Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2538, in TopModule 2022-09-27T16:05:26.1788215Z class TopModule(torch.nn.Module): 2022-09-27T16:05:26.1788435Z 2022-09-27T16:05:26.1788669Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:26.1789027Z ========== 2022-09-27T16:05:26.2199768Z ok (0.052s) 2022-09-27T16:05:26.2258291Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT TestModuleInterface /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2475 2022-09-27T16:05:26.2259098Z due to: 2022-09-27T16:05:26.2259433Z Traceback (most recent call last): 2022-09-27T16:05:26.2259955Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:26.2260409Z raise Unsupported(msg) 2022-09-27T16:05:26.2260838Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:26.2261124Z 2022-09-27T16:05:26.2261249Z from user code: 2022-09-27T16:05:26.2261716Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2475, in TestModuleInterface 2022-09-27T16:05:26.2262192Z @torch.jit.interface 2022-09-27T16:05:26.2262409Z 2022-09-27T16:05:26.2262595Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:26.2262914Z ========== 2022-09-27T16:05:26.2289272Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT TestModule /var/lib/jenkins/workspace/test/jit/test_tracer.py line 2482 2022-09-27T16:05:26.2289797Z due to: 2022-09-27T16:05:26.2290102Z Traceback (most recent call last): 2022-09-27T16:05:26.2290524Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:26.2291222Z raise Unsupported(msg) 2022-09-27T16:05:26.2291602Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:26.2291834Z 2022-09-27T16:05:26.2291929Z from user code: 2022-09-27T16:05:26.2292338Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 2482, in TestModule 2022-09-27T16:05:26.2292954Z class TestModule(nn.Module): 2022-09-27T16:05:26.2293158Z 2022-09-27T16:05:26.2293382Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:26.2293719Z ========== 2022-09-27T16:05:26.2612771Z ok (0.041s) 2022-09-27T16:05:26.3552658Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... ok (0.093s) 2022-09-27T16:05:26.4512375Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... ok (0.095s) 2022-09-27T16:05:27.0705365Z test_alexnet (jit.test_models.TestModels) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_models.py line 703 2022-09-27T16:05:27.0705743Z due to: 2022-09-27T16:05:27.0705933Z Traceback (most recent call last): 2022-09-27T16:05:27.0706240Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:27.0706683Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:27.0707171Z AssertionError: torch.* op returned non-Tensor _GeneratorContextManager call_function 2022-09-27T16:05:27.0707441Z 2022-09-27T16:05:27.0707550Z from user code: 2022-09-27T16:05:27.0708028Z File "/var/lib/jenkins/workspace/test/jit/test_models.py", line 704, in 2022-09-27T16:05:27.0708493Z with torch.random.fork_rng(devices=[]): 2022-09-27T16:05:27.0708733Z 2022-09-27T16:05:27.0708951Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:27.0709320Z ========== 2022-09-27T16:05:27.2233749Z ok (0.771s) 2022-09-27T16:05:27.2246060Z test_dcgan_models (jit.test_models.TestModels) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/79142 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-09-27T16:05:27.2253656Z test_dcgan_models_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:05:27.6725757Z test_mnist (jit.test_models.TestModels) ... ok (0.447s) 2022-09-27T16:05:27.6736457Z test_mnist_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:05:27.6748745Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-09-27T16:05:27.6761489Z test_neural_style (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:05:27.6768913Z test_neural_style_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:05:27.7727587Z test_reinforcement_learning (jit.test_models.TestModels) ... ok (0.095s) 2022-09-27T16:05:27.7736986Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:05:27.7791471Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-09-27T16:05:27.7808908Z test_script_module_trace_resnet18 (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:05:27.7820040Z test_snli (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:05:27.7827598Z test_snli_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:05:27.9821608Z test_snli_quantized (jit.test_models.TestModels) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /var/lib/jenkins/workspace/test/jit/test_models.py line 358 2022-09-27T16:05:27.9822781Z due to: 2022-09-27T16:05:27.9823155Z Traceback (most recent call last): 2022-09-27T16:05:27.9824277Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:05:27.9825168Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:05:27.9826093Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:05:27.9826465Z 2022-09-27T16:05:27.9826609Z from user code: 2022-09-27T16:05:27.9827114Z File "/var/lib/jenkins/workspace/test/jit/test_models.py", line 365, in forward 2022-09-27T16:05:27.9827720Z prem_embed = self.relu(self.projection(prem_embed)) 2022-09-27T16:05:27.9828037Z 2022-09-27T16:05:27.9828317Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:27.9828760Z ========== 2022-09-27T16:05:29.2146755Z ok (1.431s) 2022-09-27T16:05:29.2162857Z test_super_resolution (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:05:29.2171703Z test_super_resolution_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:05:29.2236389Z test_time_sequence_prediction (jit.test_models.TestModels) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Sequence /var/lib/jenkins/workspace/test/jit/test_models.py line 450 2022-09-27T16:05:29.2237062Z due to: 2022-09-27T16:05:29.2237394Z Traceback (most recent call last): 2022-09-27T16:05:29.2237902Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:29.2238373Z raise Unsupported(msg) 2022-09-27T16:05:29.2238801Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:29.2239083Z 2022-09-27T16:05:29.2239206Z from user code: 2022-09-27T16:05:29.2239627Z File "/var/lib/jenkins/workspace/test/jit/test_models.py", line 450, in Sequence 2022-09-27T16:05:29.2240129Z class Sequence(torch.jit.ScriptModule): 2022-09-27T16:05:29.2240387Z 2022-09-27T16:05:29.2240632Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:29.2241008Z ========== 2022-09-27T16:05:29.2337553Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_models.py line 451 2022-09-27T16:05:29.2338098Z due to: 2022-09-27T16:05:29.2338420Z Traceback (most recent call last): 2022-09-27T16:05:29.2338972Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:05:29.2339491Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:05:29.2339998Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:05:29.2340316Z 2022-09-27T16:05:29.2340425Z from user code: 2022-09-27T16:05:29.2340853Z File "/var/lib/jenkins/workspace/test/jit/test_models.py", line 452, in __init__ 2022-09-27T16:05:29.2341301Z super(Sequence, self).__init__() 2022-09-27T16:05:29.2341526Z 2022-09-27T16:05:29.2341759Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:29.2342141Z ========== 2022-09-27T16:05:29.2768888Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /var/lib/jenkins/workspace/test/jit/test_models.py line 490 2022-09-27T16:05:29.2769539Z due to: 2022-09-27T16:05:29.2769922Z Traceback (most recent call last): 2022-09-27T16:05:29.2770614Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/nn_module.py", line 475, in call_method 2022-09-27T16:05:29.2771279Z if id(method.__code__) in self._nn_module_method_ids(): 2022-09-27T16:05:29.2772054Z AttributeError: '_CachedForward' object has no attribute '__code__' 2022-09-27T16:05:29.2772422Z 2022-09-27T16:05:29.2772568Z from user code: 2022-09-27T16:05:29.2773103Z File "/var/lib/jenkins/workspace/test/jit/test_models.py", line 491, in forward 2022-09-27T16:05:29.2773666Z return self.seq.forward(input) 2022-09-27T16:05:29.2773935Z 2022-09-27T16:05:29.2774215Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:29.2775041Z ========== 2022-09-27T16:05:29.3486345Z ok (0.131s) 2022-09-27T16:05:29.5878623Z test_vae (jit.test_models.TestModels) ... ok (0.238s) 2022-09-27T16:05:29.5888774Z test_vae_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:05:29.6869934Z test_vae_quantized (jit.test_models.TestModels) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /var/lib/jenkins/workspace/test/jit/test_models.py line 527 2022-09-27T16:05:29.6870501Z due to: 2022-09-27T16:05:29.6870803Z Traceback (most recent call last): 2022-09-27T16:05:29.6871430Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:05:29.6872042Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:05:29.6872612Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:05:29.6873039Z 2022-09-27T16:05:29.6873155Z from user code: 2022-09-27T16:05:29.6873558Z File "/var/lib/jenkins/workspace/test/jit/test_models.py", line 528, in forward 2022-09-27T16:05:29.6874077Z mu, logvar = self.encode(x.view(-1, 784)) 2022-09-27T16:05:29.6874302Z 2022-09-27T16:05:29.6874522Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:29.6874885Z ========== 2022-09-27T16:05:29.6884112Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT encode /var/lib/jenkins/workspace/test/jit/test_models.py line 511 2022-09-27T16:05:29.6884954Z due to: 2022-09-27T16:05:29.6885448Z Traceback (most recent call last): 2022-09-27T16:05:29.6886503Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:05:29.6887291Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:05:29.6888060Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:05:29.6888389Z 2022-09-27T16:05:29.6888537Z from user code: 2022-09-27T16:05:29.6889074Z File "/var/lib/jenkins/workspace/test/jit/test_models.py", line 512, in encode 2022-09-27T16:05:29.6889601Z h1 = F.relu(self.fc1(x)) 2022-09-27T16:05:29.6889851Z 2022-09-27T16:05:29.6890139Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:29.6890591Z ========== 2022-09-27T16:05:29.6922043Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT decode /var/lib/jenkins/workspace/test/jit/test_models.py line 523 2022-09-27T16:05:29.6922736Z due to: 2022-09-27T16:05:29.6923199Z Traceback (most recent call last): 2022-09-27T16:05:29.6923986Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:05:29.6924822Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:05:29.6925667Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:05:29.6926006Z 2022-09-27T16:05:29.6926154Z from user code: 2022-09-27T16:05:29.6926673Z File "/var/lib/jenkins/workspace/test/jit/test_models.py", line 524, in decode 2022-09-27T16:05:29.6927192Z h3 = F.relu(self.fc3(z)) 2022-09-27T16:05:29.6927418Z 2022-09-27T16:05:29.6927682Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:29.6928084Z ========== 2022-09-27T16:05:29.7066217Z ok (0.117s) 2022-09-27T16:05:29.7091823Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-09-27T16:05:29.7146294Z Tests that customized state dict methods are in effect ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT CustomStateDictModule /var/lib/jenkins/workspace/test/jit/test_module_apis.py line 41 2022-09-27T16:05:29.7146898Z due to: 2022-09-27T16:05:29.7147205Z Traceback (most recent call last): 2022-09-27T16:05:29.7147666Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:29.7148091Z raise Unsupported(msg) 2022-09-27T16:05:29.7148468Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:29.7148729Z 2022-09-27T16:05:29.7148845Z from user code: 2022-09-27T16:05:29.7149306Z File "/var/lib/jenkins/workspace/test/jit/test_module_apis.py", line 41, in CustomStateDictModule 2022-09-27T16:05:29.7150105Z class CustomStateDictModule(torch.nn.Module): 2022-09-27T16:05:29.7150358Z 2022-09-27T16:05:29.7150578Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:29.7150943Z ========== 2022-09-27T16:05:29.7520583Z ok (0.044s) 2022-09-27T16:05:29.7534648Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-09-27T16:05:29.7869102Z Tests that default state dict methods are automatically available ... ok (0.034s) 2022-09-27T16:05:29.7891306Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-09-27T16:05:29.7939224Z Tests that customized state dict methods on submodules are in effect ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT CustomStateDictModule /var/lib/jenkins/workspace/test/jit/test_module_apis.py line 83 2022-09-27T16:05:29.7939894Z due to: 2022-09-27T16:05:29.7940197Z Traceback (most recent call last): 2022-09-27T16:05:29.7940681Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:29.7941095Z raise Unsupported(msg) 2022-09-27T16:05:29.7941489Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:29.7941748Z 2022-09-27T16:05:29.7941869Z from user code: 2022-09-27T16:05:29.7942316Z File "/var/lib/jenkins/workspace/test/jit/test_module_apis.py", line 83, in CustomStateDictModule 2022-09-27T16:05:29.7942833Z class CustomStateDictModule(torch.nn.Module): 2022-09-27T16:05:29.7943084Z 2022-09-27T16:05:29.7943302Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:29.7943665Z ========== 2022-09-27T16:05:29.8416312Z ok (0.054s) 2022-09-27T16:05:29.9858328Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... ok (0.143s) 2022-09-27T16:05:29.9999954Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_module_containers.py line 423 2022-09-27T16:05:30.0000637Z due to: 2022-09-27T16:05:30.0000945Z Traceback (most recent call last): 2022-09-27T16:05:30.0001445Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T16:05:30.0001941Z return super().call_method(tx, args, kwargs) 2022-09-27T16:05:30.0002524Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T16:05:30.0002798Z 2022-09-27T16:05:30.0002916Z from user code: 2022-09-27T16:05:30.0003345Z File "/var/lib/jenkins/workspace/test/jit/test_module_containers.py", line 424, in __init__ 2022-09-27T16:05:30.0003812Z CustomModuleInterface.__init__(self) 2022-09-27T16:05:30.0004046Z 2022-09-27T16:05:30.0004252Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:30.0004625Z ========== 2022-09-27T16:05:30.0222767Z ok (0.036s) 2022-09-27T16:05:30.0288912Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M /var/lib/jenkins/workspace/test/jit/test_module_containers.py line 621 2022-09-27T16:05:30.0289596Z due to: 2022-09-27T16:05:30.0289907Z Traceback (most recent call last): 2022-09-27T16:05:30.0290373Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:30.0290797Z raise Unsupported(msg) 2022-09-27T16:05:30.0291192Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:30.0291449Z 2022-09-27T16:05:30.0291565Z from user code: 2022-09-27T16:05:30.0291973Z File "/var/lib/jenkins/workspace/test/jit/test_module_containers.py", line 621, in M 2022-09-27T16:05:30.0292391Z class M(nn.Module): 2022-09-27T16:05:30.0292575Z 2022-09-27T16:05:30.0292794Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:30.0293217Z ========== 2022-09-27T16:05:30.0297767Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT N /var/lib/jenkins/workspace/test/jit/test_module_containers.py line 639 2022-09-27T16:05:30.0298483Z due to: 2022-09-27T16:05:30.0298809Z Traceback (most recent call last): 2022-09-27T16:05:30.0299273Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:30.0299691Z raise Unsupported(msg) 2022-09-27T16:05:30.0300094Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:30.0300417Z 2022-09-27T16:05:30.0300536Z from user code: 2022-09-27T16:05:30.0300941Z File "/var/lib/jenkins/workspace/test/jit/test_module_containers.py", line 639, in N 2022-09-27T16:05:30.0301358Z class N(nn.Module): 2022-09-27T16:05:30.0301541Z 2022-09-27T16:05:30.0301761Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:30.0302120Z ========== 2022-09-27T16:05:30.0557683Z ok (0.033s) 2022-09-27T16:05:30.0718493Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_module_containers.py line 262 2022-09-27T16:05:30.0719008Z due to: 2022-09-27T16:05:30.0719211Z Traceback (most recent call last): 2022-09-27T16:05:30.0719503Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T16:05:30.0719849Z return super().call_method(tx, args, kwargs) 2022-09-27T16:05:30.0720198Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T16:05:30.0720427Z 2022-09-27T16:05:30.0720486Z from user code: 2022-09-27T16:05:30.0720744Z File "/var/lib/jenkins/workspace/test/jit/test_module_containers.py", line 263, in __init__ 2022-09-27T16:05:30.0721022Z CustomModuleInterface.__init__(self) 2022-09-27T16:05:30.0721223Z 2022-09-27T16:05:30.0721356Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:30.0721561Z ========== 2022-09-27T16:05:30.0795631Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_module_containers.py line 267 2022-09-27T16:05:30.0795938Z due to: 2022-09-27T16:05:30.0796122Z Traceback (most recent call last): 2022-09-27T16:05:30.0796418Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T16:05:30.0796712Z return super().call_method(tx, args, kwargs) 2022-09-27T16:05:30.0797038Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T16:05:30.0797212Z 2022-09-27T16:05:30.0797284Z from user code: 2022-09-27T16:05:30.0797540Z File "/var/lib/jenkins/workspace/test/jit/test_module_containers.py", line 268, in __init__ 2022-09-27T16:05:30.0797820Z CustomModuleInterface.__init__(self) 2022-09-27T16:05:30.0797944Z 2022-09-27T16:05:30.0798074Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:30.0798290Z ========== 2022-09-27T16:05:30.0803487Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_module_containers.py line 272 2022-09-27T16:05:30.0803985Z due to: 2022-09-27T16:05:30.0804240Z Traceback (most recent call last): 2022-09-27T16:05:30.0804537Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T16:05:30.0804832Z return super().call_method(tx, args, kwargs) 2022-09-27T16:05:30.0805160Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T16:05:30.0805334Z 2022-09-27T16:05:30.0805408Z from user code: 2022-09-27T16:05:30.0805736Z File "/var/lib/jenkins/workspace/test/jit/test_module_containers.py", line 273, in __init__ 2022-09-27T16:05:30.0806004Z CustomModuleInterface.__init__(self) 2022-09-27T16:05:30.0806145Z 2022-09-27T16:05:30.0806275Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:30.0806495Z ========== 2022-09-27T16:05:30.1539697Z ok (0.098s) 2022-09-27T16:05:30.1612665Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModuleWithProperties /var/lib/jenkins/workspace/test/jit/test_module_containers.py line 562 2022-09-27T16:05:30.1613617Z due to: 2022-09-27T16:05:30.1613936Z Traceback (most recent call last): 2022-09-27T16:05:30.1614364Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:30.1614773Z raise Unsupported(msg) 2022-09-27T16:05:30.1615266Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:30.1615537Z 2022-09-27T16:05:30.1615639Z from user code: 2022-09-27T16:05:30.1616090Z File "/var/lib/jenkins/workspace/test/jit/test_module_containers.py", line 562, in ModuleWithProperties 2022-09-27T16:05:30.1616597Z class ModuleWithProperties(torch.nn.Module): 2022-09-27T16:05:30.1616853Z 2022-09-27T16:05:30.1617072Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:30.1617436Z ========== 2022-09-27T16:05:30.2031740Z ok (0.048s) 2022-09-27T16:05:30.4453331Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... ok (0.241s) 2022-09-27T16:05:30.4954493Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.049s) 2022-09-27T16:05:30.5208559Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... ok (0.025s) 2022-09-27T16:05:30.5219395Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-09-27T16:05:30.5299923Z Test that an attempt to script a module with a regular list attribute ... ok (0.008s) 2022-09-27T16:05:30.5870011Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.056s) 2022-09-27T16:05:31.5477056Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.960s) 2022-09-27T16:05:31.6513035Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... ok (0.103s) 2022-09-27T16:05:31.6568106Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M /var/lib/jenkins/workspace/test/jit/test_module_containers.py line 184 2022-09-27T16:05:31.6568902Z due to: 2022-09-27T16:05:31.6569237Z Traceback (most recent call last): 2022-09-27T16:05:31.6569691Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:31.6570077Z raise Unsupported(msg) 2022-09-27T16:05:31.6570442Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:31.6570666Z 2022-09-27T16:05:31.6570761Z from user code: 2022-09-27T16:05:31.6571143Z File "/var/lib/jenkins/workspace/test/jit/test_module_containers.py", line 184, in M 2022-09-27T16:05:31.6571542Z class M(torch.jit.ScriptModule): 2022-09-27T16:05:31.6571748Z 2022-09-27T16:05:31.6571949Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:31.6572282Z ========== 2022-09-27T16:05:31.6606879Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_module_containers.py line 185 2022-09-27T16:05:31.6607402Z due to: 2022-09-27T16:05:31.6607704Z Traceback (most recent call last): 2022-09-27T16:05:31.6608212Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:05:31.6608786Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:05:31.6609357Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:05:31.6609707Z 2022-09-27T16:05:31.6609828Z from user code: 2022-09-27T16:05:31.6610275Z File "/var/lib/jenkins/workspace/test/jit/test_module_containers.py", line 186, in __init__ 2022-09-27T16:05:31.6610734Z super(M, self).__init__() 2022-09-27T16:05:31.6610918Z 2022-09-27T16:05:31.6611114Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:31.6611442Z ========== 2022-09-27T16:05:31.6844863Z ok (0.032s) 2022-09-27T16:05:31.8611089Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... ok (0.176s) 2022-09-27T16:05:31.9045738Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... ok (0.043s) 2022-09-27T16:05:31.9181037Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_module_containers.py line 328 2022-09-27T16:05:31.9181735Z due to: 2022-09-27T16:05:31.9181931Z Traceback (most recent call last): 2022-09-27T16:05:31.9182234Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T16:05:31.9182517Z return super().call_method(tx, args, kwargs) 2022-09-27T16:05:31.9182862Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T16:05:31.9183035Z 2022-09-27T16:05:31.9183107Z from user code: 2022-09-27T16:05:31.9183355Z File "/var/lib/jenkins/workspace/test/jit/test_module_containers.py", line 329, in __init__ 2022-09-27T16:05:31.9183636Z CustomModuleInterface.__init__(self) 2022-09-27T16:05:31.9183782Z 2022-09-27T16:05:31.9183914Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:31.9184130Z ========== 2022-09-27T16:05:31.9490719Z ok (0.044s) 2022-09-27T16:05:31.9515375Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-09-27T16:05:31.9587009Z Test that a type annotation can be provided for a ModuleDict that allows ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT DoesNotImplementInterface /var/lib/jenkins/workspace/test/jit/test_module_containers.py line 458 2022-09-27T16:05:31.9587429Z due to: 2022-09-27T16:05:31.9587617Z Traceback (most recent call last): 2022-09-27T16:05:31.9587895Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:31.9588156Z raise Unsupported(msg) 2022-09-27T16:05:31.9588383Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:31.9588536Z 2022-09-27T16:05:31.9588606Z from user code: 2022-09-27T16:05:31.9588899Z File "/var/lib/jenkins/workspace/test/jit/test_module_containers.py", line 458, in DoesNotImplementInterface 2022-09-27T16:05:31.9589223Z class DoesNotImplementInterface(torch.nn.Module): 2022-09-27T16:05:31.9589382Z 2022-09-27T16:05:31.9589514Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:31.9589733Z ========== 2022-09-27T16:05:31.9591379Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT Mod /var/lib/jenkins/workspace/test/jit/test_module_containers.py line 463 2022-09-27T16:05:31.9591880Z due to: 2022-09-27T16:05:31.9592232Z Traceback (most recent call last): 2022-09-27T16:05:31.9592524Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:31.9592935Z raise Unsupported(msg) 2022-09-27T16:05:31.9593263Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:31.9593416Z 2022-09-27T16:05:31.9593487Z from user code: 2022-09-27T16:05:31.9593741Z File "/var/lib/jenkins/workspace/test/jit/test_module_containers.py", line 463, in Mod 2022-09-27T16:05:31.9593993Z class Mod(torch.nn.Module): 2022-09-27T16:05:31.9594115Z 2022-09-27T16:05:31.9594248Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:31.9594467Z ========== 2022-09-27T16:05:31.9961654Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModDict /var/lib/jenkins/workspace/test/jit/test_module_containers.py line 476 2022-09-27T16:05:31.9962184Z due to: 2022-09-27T16:05:31.9962475Z Traceback (most recent call last): 2022-09-27T16:05:31.9962937Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:31.9963378Z raise Unsupported(msg) 2022-09-27T16:05:31.9963763Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:31.9964023Z 2022-09-27T16:05:31.9964137Z from user code: 2022-09-27T16:05:31.9964564Z File "/var/lib/jenkins/workspace/test/jit/test_module_containers.py", line 476, in ModDict 2022-09-27T16:05:31.9965005Z class ModDict(torch.nn.ModuleDict): 2022-09-27T16:05:31.9965457Z 2022-09-27T16:05:31.9965738Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:31.9966111Z ========== 2022-09-27T16:05:32.0244185Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModWithWrongAnnotation /var/lib/jenkins/workspace/test/jit/test_module_containers.py line 489 2022-09-27T16:05:32.0244729Z due to: 2022-09-27T16:05:32.0245257Z Traceback (most recent call last): 2022-09-27T16:05:32.0245853Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.0246271Z raise Unsupported(msg) 2022-09-27T16:05:32.0246657Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.0246912Z 2022-09-27T16:05:32.0247010Z from user code: 2022-09-27T16:05:32.0247467Z File "/var/lib/jenkins/workspace/test/jit/test_module_containers.py", line 489, in ModWithWrongAnnotation 2022-09-27T16:05:32.0247968Z class ModWithWrongAnnotation(torch.nn.ModuleDict): 2022-09-27T16:05:32.0248216Z 2022-09-27T16:05:32.0248437Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.0248771Z ========== 2022-09-27T16:05:32.0445002Z ok (0.095s) 2022-09-27T16:05:32.0484140Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-09-27T16:05:32.0551714Z Test that a type annotation can be provided for a ModuleList that allows ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT DoesNotImplementInterface /var/lib/jenkins/workspace/test/jit/test_module_containers.py line 518 2022-09-27T16:05:32.0552398Z due to: 2022-09-27T16:05:32.0552698Z Traceback (most recent call last): 2022-09-27T16:05:32.0553316Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.0553775Z raise Unsupported(msg) 2022-09-27T16:05:32.0554165Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.0554422Z 2022-09-27T16:05:32.0554543Z from user code: 2022-09-27T16:05:32.0555041Z File "/var/lib/jenkins/workspace/test/jit/test_module_containers.py", line 518, in DoesNotImplementInterface 2022-09-27T16:05:32.0555605Z class DoesNotImplementInterface(torch.nn.Module): 2022-09-27T16:05:32.0555878Z 2022-09-27T16:05:32.0556103Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.0556470Z ========== 2022-09-27T16:05:32.0557156Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT Mod /var/lib/jenkins/workspace/test/jit/test_module_containers.py line 523 2022-09-27T16:05:32.0557615Z due to: 2022-09-27T16:05:32.0557924Z Traceback (most recent call last): 2022-09-27T16:05:32.0558382Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.0558795Z raise Unsupported(msg) 2022-09-27T16:05:32.0559193Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.0559460Z 2022-09-27T16:05:32.0559580Z from user code: 2022-09-27T16:05:32.0560005Z File "/var/lib/jenkins/workspace/test/jit/test_module_containers.py", line 523, in Mod 2022-09-27T16:05:32.0560431Z class Mod(torch.nn.Module): 2022-09-27T16:05:32.0560648Z 2022-09-27T16:05:32.0560923Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.0561295Z ========== 2022-09-27T16:05:32.0891037Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModList /var/lib/jenkins/workspace/test/jit/test_module_containers.py line 536 2022-09-27T16:05:32.0891552Z due to: 2022-09-27T16:05:32.0891882Z Traceback (most recent call last): 2022-09-27T16:05:32.0892335Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.0892774Z raise Unsupported(msg) 2022-09-27T16:05:32.0893174Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.0893433Z 2022-09-27T16:05:32.0893547Z from user code: 2022-09-27T16:05:32.0893961Z File "/var/lib/jenkins/workspace/test/jit/test_module_containers.py", line 536, in ModList 2022-09-27T16:05:32.0894425Z class ModList(torch.nn.ModuleList): 2022-09-27T16:05:32.0894651Z 2022-09-27T16:05:32.0894874Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.0895416Z ========== 2022-09-27T16:05:32.1237190Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModWithWrongAnnotation /var/lib/jenkins/workspace/test/jit/test_module_containers.py line 549 2022-09-27T16:05:32.1237734Z due to: 2022-09-27T16:05:32.1238060Z Traceback (most recent call last): 2022-09-27T16:05:32.1238691Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.1239130Z raise Unsupported(msg) 2022-09-27T16:05:32.1239532Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.1239792Z 2022-09-27T16:05:32.1239894Z from user code: 2022-09-27T16:05:32.1240372Z File "/var/lib/jenkins/workspace/test/jit/test_module_containers.py", line 549, in ModWithWrongAnnotation 2022-09-27T16:05:32.1240926Z class ModWithWrongAnnotation(torch.nn.ModuleList): 2022-09-27T16:05:32.1241199Z 2022-09-27T16:05:32.1241420Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.1241778Z ========== 2022-09-27T16:05:32.1401885Z ok (0.095s) 2022-09-27T16:05:32.1473310Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT SubModule /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 521 2022-09-27T16:05:32.1474152Z due to: 2022-09-27T16:05:32.1474474Z Traceback (most recent call last): 2022-09-27T16:05:32.1474923Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.1475347Z raise Unsupported(msg) 2022-09-27T16:05:32.1475748Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.1476006Z 2022-09-27T16:05:32.1476123Z from user code: 2022-09-27T16:05:32.1476545Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 521, in SubModule 2022-09-27T16:05:32.1478204Z class SubModule(torch.nn.Module): 2022-09-27T16:05:32.1478428Z 2022-09-27T16:05:32.1478663Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.1479020Z ========== 2022-09-27T16:05:32.1479714Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModInterface /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 542 2022-09-27T16:05:32.1480206Z due to: 2022-09-27T16:05:32.1480514Z Traceback (most recent call last): 2022-09-27T16:05:32.1480963Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.1481399Z raise Unsupported(msg) 2022-09-27T16:05:32.1481798Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.1482045Z 2022-09-27T16:05:32.1482145Z from user code: 2022-09-27T16:05:32.1482586Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 542, in ModInterface 2022-09-27T16:05:32.1483031Z @torch.jit.interface 2022-09-27T16:05:32.1483226Z 2022-09-27T16:05:32.1483447Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.1483798Z ========== 2022-09-27T16:05:32.1726540Z ok (0.032s) 2022-09-27T16:05:32.1799416Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModInterface /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 450 2022-09-27T16:05:32.1800108Z due to: 2022-09-27T16:05:32.1800407Z Traceback (most recent call last): 2022-09-27T16:05:32.1800887Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.1801325Z raise Unsupported(msg) 2022-09-27T16:05:32.1801707Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.1801965Z 2022-09-27T16:05:32.1802086Z from user code: 2022-09-27T16:05:32.1802529Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 450, in ModInterface 2022-09-27T16:05:32.1802955Z @torch.jit.interface 2022-09-27T16:05:32.1803151Z 2022-09-27T16:05:32.1803379Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.1803746Z ========== 2022-09-27T16:05:32.1998558Z ok (0.027s) 2022-09-27T16:05:32.2068851Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModInterface /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 630 2022-09-27T16:05:32.2069564Z due to: 2022-09-27T16:05:32.2070092Z Traceback (most recent call last): 2022-09-27T16:05:32.2070545Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.2070983Z raise Unsupported(msg) 2022-09-27T16:05:32.2071380Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.2071642Z 2022-09-27T16:05:32.2071757Z from user code: 2022-09-27T16:05:32.2072182Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 630, in ModInterface 2022-09-27T16:05:32.2072621Z @torch.jit.interface 2022-09-27T16:05:32.2073080Z 2022-09-27T16:05:32.2073308Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.2073666Z ========== 2022-09-27T16:05:32.2357058Z ok (0.035s) 2022-09-27T16:05:32.2423326Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT SubModule /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 568 2022-09-27T16:05:32.2424026Z due to: 2022-09-27T16:05:32.2424328Z Traceback (most recent call last): 2022-09-27T16:05:32.2424800Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.2425232Z raise Unsupported(msg) 2022-09-27T16:05:32.2425603Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.2425844Z 2022-09-27T16:05:32.2425957Z from user code: 2022-09-27T16:05:32.2426369Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 568, in SubModule 2022-09-27T16:05:32.2426787Z class SubModule(torch.nn.Module): 2022-09-27T16:05:32.2426993Z 2022-09-27T16:05:32.2427203Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.2427582Z ========== 2022-09-27T16:05:32.2428563Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModInterface /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 588 2022-09-27T16:05:32.2429064Z due to: 2022-09-27T16:05:32.2429359Z Traceback (most recent call last): 2022-09-27T16:05:32.2429868Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.2430445Z raise Unsupported(msg) 2022-09-27T16:05:32.2430862Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.2431145Z 2022-09-27T16:05:32.2431277Z from user code: 2022-09-27T16:05:32.2431755Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 588, in ModInterface 2022-09-27T16:05:32.2432227Z @torch.jit.interface 2022-09-27T16:05:32.2432447Z 2022-09-27T16:05:32.2433195Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.2433605Z ========== 2022-09-27T16:05:32.2674122Z ok (0.031s) 2022-09-27T16:05:32.2741883Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT SubModule /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 477 2022-09-27T16:05:32.2742577Z due to: 2022-09-27T16:05:32.2742913Z Traceback (most recent call last): 2022-09-27T16:05:32.2743387Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.2743820Z raise Unsupported(msg) 2022-09-27T16:05:32.2744219Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.2744481Z 2022-09-27T16:05:32.2744600Z from user code: 2022-09-27T16:05:32.2745016Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 477, in SubModule 2022-09-27T16:05:32.2745472Z class SubModule(torch.nn.Module): 2022-09-27T16:05:32.2745693Z 2022-09-27T16:05:32.2745914Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.2746540Z ========== 2022-09-27T16:05:32.2747248Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModInterface /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 498 2022-09-27T16:05:32.2747740Z due to: 2022-09-27T16:05:32.2748057Z Traceback (most recent call last): 2022-09-27T16:05:32.2748581Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.2749022Z raise Unsupported(msg) 2022-09-27T16:05:32.2749418Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.2749659Z 2022-09-27T16:05:32.2749785Z from user code: 2022-09-27T16:05:32.2750230Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 498, in ModInterface 2022-09-27T16:05:32.2750679Z @torch.jit.interface 2022-09-27T16:05:32.2750875Z 2022-09-27T16:05:32.2751078Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.2751444Z ========== 2022-09-27T16:05:32.2988237Z ok (0.031s) 2022-09-27T16:05:32.3047750Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModuleInterface /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 664 2022-09-27T16:05:32.3048545Z due to: 2022-09-27T16:05:32.3048826Z Traceback (most recent call last): 2022-09-27T16:05:32.3049255Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.3049686Z raise Unsupported(msg) 2022-09-27T16:05:32.3050102Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.3050384Z 2022-09-27T16:05:32.3050497Z from user code: 2022-09-27T16:05:32.3050984Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 664, in ModuleInterface 2022-09-27T16:05:32.3051471Z @torch.jit.interface 2022-09-27T16:05:32.3051683Z 2022-09-27T16:05:32.3051922Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.3052307Z ========== 2022-09-27T16:05:32.3069136Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT TestModule /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 669 2022-09-27T16:05:32.3069701Z due to: 2022-09-27T16:05:32.3070016Z Traceback (most recent call last): 2022-09-27T16:05:32.3070486Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.3070923Z raise Unsupported(msg) 2022-09-27T16:05:32.3071300Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.3071542Z 2022-09-27T16:05:32.3071648Z from user code: 2022-09-27T16:05:32.3072058Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 669, in TestModule 2022-09-27T16:05:32.3072471Z class TestModule(nn.Module): 2022-09-27T16:05:32.3072671Z 2022-09-27T16:05:32.3073101Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.3073455Z ========== 2022-09-27T16:05:32.3182518Z ok (0.019s) 2022-09-27T16:05:32.3492424Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... ok (0.030s) 2022-09-27T16:05:32.3580887Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT OneTwoModule /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 64 2022-09-27T16:05:32.3581623Z due to: 2022-09-27T16:05:32.3581955Z Traceback (most recent call last): 2022-09-27T16:05:32.3582480Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.3582953Z raise Unsupported(msg) 2022-09-27T16:05:32.3583387Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.3583671Z 2022-09-27T16:05:32.3583799Z from user code: 2022-09-27T16:05:32.3584261Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 64, in OneTwoModule 2022-09-27T16:05:32.3584742Z @torch.jit.interface 2022-09-27T16:05:32.3584956Z 2022-09-27T16:05:32.3585197Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.3585529Z ========== 2022-09-27T16:05:32.3611121Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT OneTwoClass /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 75 2022-09-27T16:05:32.3611639Z due to: 2022-09-27T16:05:32.3611951Z Traceback (most recent call last): 2022-09-27T16:05:32.3612417Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.3613067Z raise Unsupported(msg) 2022-09-27T16:05:32.3613492Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.3613759Z 2022-09-27T16:05:32.3613888Z from user code: 2022-09-27T16:05:32.3614371Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 75, in OneTwoClass 2022-09-27T16:05:32.3614857Z @torch.jit.interface 2022-09-27T16:05:32.3615076Z 2022-09-27T16:05:32.3615302Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.3615703Z ========== 2022-09-27T16:05:32.3634073Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooMod /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 83 2022-09-27T16:05:32.3634646Z due to: 2022-09-27T16:05:32.3634959Z Traceback (most recent call last): 2022-09-27T16:05:32.3635450Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.3635880Z raise Unsupported(msg) 2022-09-27T16:05:32.3636256Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.3636534Z 2022-09-27T16:05:32.3636645Z from user code: 2022-09-27T16:05:32.3637064Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 83, in FooMod 2022-09-27T16:05:32.3637483Z class FooMod(nn.Module): 2022-09-27T16:05:32.3637673Z 2022-09-27T16:05:32.3637882Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.3638246Z ========== 2022-09-27T16:05:32.3640887Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT BarMod /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 93 2022-09-27T16:05:32.3641328Z due to: 2022-09-27T16:05:32.3641651Z Traceback (most recent call last): 2022-09-27T16:05:32.3642133Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.3642558Z raise Unsupported(msg) 2022-09-27T16:05:32.3642979Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.3643257Z 2022-09-27T16:05:32.3643381Z from user code: 2022-09-27T16:05:32.3643848Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 93, in BarMod 2022-09-27T16:05:32.3644298Z class BarMod(nn.Module): 2022-09-27T16:05:32.3644511Z 2022-09-27T16:05:32.3644749Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.3645137Z ========== 2022-09-27T16:05:32.4910634Z ok (0.141s) 2022-09-27T16:05:32.4990899Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT InheritMod /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 245 2022-09-27T16:05:32.4991547Z due to: 2022-09-27T16:05:32.4991859Z Traceback (most recent call last): 2022-09-27T16:05:32.4992343Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.4992978Z raise Unsupported(msg) 2022-09-27T16:05:32.4993347Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.4993620Z 2022-09-27T16:05:32.4993729Z from user code: 2022-09-27T16:05:32.4994109Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 245, in InheritMod 2022-09-27T16:05:32.4994527Z @torch.jit.interface 2022-09-27T16:05:32.4994743Z 2022-09-27T16:05:32.4994967Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.4995338Z ========== 2022-09-27T16:05:32.4995620Z ok (0.007s) 2022-09-27T16:05:32.5088647Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT OneTwoModule /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 158 2022-09-27T16:05:32.5089390Z due to: 2022-09-27T16:05:32.5089976Z Traceback (most recent call last): 2022-09-27T16:05:32.5090502Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.5090971Z raise Unsupported(msg) 2022-09-27T16:05:32.5091387Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.5091672Z 2022-09-27T16:05:32.5091801Z from user code: 2022-09-27T16:05:32.5092364Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 158, in OneTwoModule 2022-09-27T16:05:32.5092847Z @torch.jit.interface 2022-09-27T16:05:32.5093038Z 2022-09-27T16:05:32.5093210Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.5093544Z ========== 2022-09-27T16:05:32.5140691Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT Foo /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 175 2022-09-27T16:05:32.5141229Z due to: 2022-09-27T16:05:32.5141564Z Traceback (most recent call last): 2022-09-27T16:05:32.5142102Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.5142592Z raise Unsupported(msg) 2022-09-27T16:05:32.5143015Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.5143302Z 2022-09-27T16:05:32.5143430Z from user code: 2022-09-27T16:05:32.5143901Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 175, in Foo 2022-09-27T16:05:32.5144353Z @torch.jit.script 2022-09-27T16:05:32.5144556Z 2022-09-27T16:05:32.5144774Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.5145155Z ========== 2022-09-27T16:05:32.5176321Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT WrongMod /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 190 2022-09-27T16:05:32.5176885Z due to: 2022-09-27T16:05:32.5177215Z Traceback (most recent call last): 2022-09-27T16:05:32.5177729Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.5178176Z raise Unsupported(msg) 2022-09-27T16:05:32.5178616Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.5178893Z 2022-09-27T16:05:32.5178996Z from user code: 2022-09-27T16:05:32.5179369Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 190, in WrongMod 2022-09-27T16:05:32.5179756Z class WrongMod(nn.Module): 2022-09-27T16:05:32.5179953Z 2022-09-27T16:05:32.5180186Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.5180517Z ========== 2022-09-27T16:05:32.5236067Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT TensorToAny /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 204 2022-09-27T16:05:32.5236638Z due to: 2022-09-27T16:05:32.5236973Z Traceback (most recent call last): 2022-09-27T16:05:32.5237486Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.5237960Z raise Unsupported(msg) 2022-09-27T16:05:32.5238404Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.5238702Z 2022-09-27T16:05:32.5238812Z from user code: 2022-09-27T16:05:32.5239294Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 204, in TensorToAny 2022-09-27T16:05:32.5239782Z @torch.jit.interface 2022-09-27T16:05:32.5239995Z 2022-09-27T16:05:32.5240194Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.5240536Z ========== 2022-09-27T16:05:32.5310313Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT TensorToAnyImplB /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 230 2022-09-27T16:05:32.5310852Z due to: 2022-09-27T16:05:32.5311137Z Traceback (most recent call last): 2022-09-27T16:05:32.5311594Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.5312016Z raise Unsupported(msg) 2022-09-27T16:05:32.5312403Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.5312635Z 2022-09-27T16:05:32.5312931Z from user code: 2022-09-27T16:05:32.5313371Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 230, in TensorToAnyImplB 2022-09-27T16:05:32.5314162Z class TensorToAnyImplB(nn.Module): 2022-09-27T16:05:32.5314365Z 2022-09-27T16:05:32.5314563Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.5314926Z ========== 2022-09-27T16:05:32.5315835Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT AnyToAnyImpl /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 234 2022-09-27T16:05:32.5316372Z due to: 2022-09-27T16:05:32.5316687Z Traceback (most recent call last): 2022-09-27T16:05:32.5317185Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.5317650Z raise Unsupported(msg) 2022-09-27T16:05:32.5318059Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.5318340Z 2022-09-27T16:05:32.5318464Z from user code: 2022-09-27T16:05:32.5318877Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 234, in AnyToAnyImpl 2022-09-27T16:05:32.5319303Z class AnyToAnyImpl(nn.Module): 2022-09-27T16:05:32.5319523Z 2022-09-27T16:05:32.5319735Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.5320079Z ========== 2022-09-27T16:05:32.5426732Z ok (0.043s) 2022-09-27T16:05:32.5492314Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModuleInterface /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 251 2022-09-27T16:05:32.5493056Z due to: 2022-09-27T16:05:32.5493398Z Traceback (most recent call last): 2022-09-27T16:05:32.5493906Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.5494373Z raise Unsupported(msg) 2022-09-27T16:05:32.5494812Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.5495097Z 2022-09-27T16:05:32.5495223Z from user code: 2022-09-27T16:05:32.5495698Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 251, in ModuleInterface 2022-09-27T16:05:32.5496199Z @torch.jit.interface 2022-09-27T16:05:32.5496412Z 2022-09-27T16:05:32.5496617Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.5496954Z ========== 2022-09-27T16:05:32.5516867Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT TestModule /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 259 2022-09-27T16:05:32.5517394Z due to: 2022-09-27T16:05:32.5517668Z Traceback (most recent call last): 2022-09-27T16:05:32.5518123Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.5518525Z raise Unsupported(msg) 2022-09-27T16:05:32.5518901Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.5519155Z 2022-09-27T16:05:32.5519255Z from user code: 2022-09-27T16:05:32.5519715Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 259, in TestModule 2022-09-27T16:05:32.5520158Z class TestModule(nn.Module): 2022-09-27T16:05:32.5520389Z 2022-09-27T16:05:32.5520588Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.5520954Z ========== 2022-09-27T16:05:32.5722209Z ok (0.029s) 2022-09-27T16:05:32.5793979Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModuleInterface /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 313 2022-09-27T16:05:32.5794728Z due to: 2022-09-27T16:05:32.5795087Z Traceback (most recent call last): 2022-09-27T16:05:32.5795591Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.5796069Z raise Unsupported(msg) 2022-09-27T16:05:32.5796488Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.5796773Z 2022-09-27T16:05:32.5796903Z from user code: 2022-09-27T16:05:32.5797399Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 313, in ModuleInterface 2022-09-27T16:05:32.5797877Z @torch.jit.interface 2022-09-27T16:05:32.5798355Z 2022-09-27T16:05:32.5798573Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.5798936Z ========== 2022-09-27T16:05:32.5819161Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT TestModule /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 321 2022-09-27T16:05:32.5819744Z due to: 2022-09-27T16:05:32.5820261Z Traceback (most recent call last): 2022-09-27T16:05:32.5820728Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.5821139Z raise Unsupported(msg) 2022-09-27T16:05:32.5821541Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.5821801Z 2022-09-27T16:05:32.5821914Z from user code: 2022-09-27T16:05:32.5822313Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 321, in TestModule 2022-09-27T16:05:32.5822753Z class TestModule(nn.Module): 2022-09-27T16:05:32.5822943Z 2022-09-27T16:05:32.5823137Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.5823498Z ========== 2022-09-27T16:05:32.5824853Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT NewModuleMethodNotLazyCompile /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 331 2022-09-27T16:05:32.5825451Z due to: 2022-09-27T16:05:32.5825782Z Traceback (most recent call last): 2022-09-27T16:05:32.5826254Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.5826683Z raise Unsupported(msg) 2022-09-27T16:05:32.5827048Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.5827293Z 2022-09-27T16:05:32.5827386Z from user code: 2022-09-27T16:05:32.5827864Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 331, in NewModuleMethodNotLazyCompile 2022-09-27T16:05:32.5828408Z class NewModuleMethodNotLazyCompile(nn.Module): 2022-09-27T16:05:32.5828702Z 2022-09-27T16:05:32.5828933Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.5829286Z ========== 2022-09-27T16:05:32.6004207Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT NewModuleMethodManualExport /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 347 2022-09-27T16:05:32.6004776Z due to: 2022-09-27T16:05:32.6005111Z Traceback (most recent call last): 2022-09-27T16:05:32.6005673Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.6006111Z raise Unsupported(msg) 2022-09-27T16:05:32.6006497Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.6006741Z 2022-09-27T16:05:32.6006862Z from user code: 2022-09-27T16:05:32.6007326Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 347, in NewModuleMethodManualExport 2022-09-27T16:05:32.6007861Z class NewModuleMethodManualExport(nn.Module): 2022-09-27T16:05:32.6008131Z 2022-09-27T16:05:32.6008333Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.6008686Z ========== 2022-09-27T16:05:32.6079177Z ok (0.035s) 2022-09-27T16:05:32.6129585Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT TestNoModuleInterface /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 364 2022-09-27T16:05:32.6130460Z due to: 2022-09-27T16:05:32.6130749Z Traceback (most recent call last): 2022-09-27T16:05:32.6131231Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.6131691Z raise Unsupported(msg) 2022-09-27T16:05:32.6132063Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.6132327Z 2022-09-27T16:05:32.6132440Z from user code: 2022-09-27T16:05:32.6132905Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 364, in TestNoModuleInterface 2022-09-27T16:05:32.6133377Z class TestNoModuleInterface(nn.Module): 2022-09-27T16:05:32.6133586Z 2022-09-27T16:05:32.6133796Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.6134441Z ========== 2022-09-27T16:05:32.6322428Z ok (0.024s) 2022-09-27T16:05:32.6381955Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModuleInterface /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 282 2022-09-27T16:05:32.6382736Z due to: 2022-09-27T16:05:32.6383385Z Traceback (most recent call last): 2022-09-27T16:05:32.6383900Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.6384359Z raise Unsupported(msg) 2022-09-27T16:05:32.6384793Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.6385074Z 2022-09-27T16:05:32.6385204Z from user code: 2022-09-27T16:05:32.6385678Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 282, in ModuleInterface 2022-09-27T16:05:32.6386161Z @torch.jit.interface 2022-09-27T16:05:32.6386324Z 2022-09-27T16:05:32.6386526Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.6386897Z ========== 2022-09-27T16:05:32.6407865Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT TestModule /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 297 2022-09-27T16:05:32.6408402Z due to: 2022-09-27T16:05:32.6408688Z Traceback (most recent call last): 2022-09-27T16:05:32.6409122Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.6409623Z raise Unsupported(msg) 2022-09-27T16:05:32.6410077Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.6410372Z 2022-09-27T16:05:32.6410496Z from user code: 2022-09-27T16:05:32.6410997Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 297, in TestModule 2022-09-27T16:05:32.6411464Z class TestModule(nn.Module): 2022-09-27T16:05:32.6411651Z 2022-09-27T16:05:32.6411850Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.6412162Z ========== 2022-09-27T16:05:32.6587679Z ok (0.026s) 2022-09-27T16:05:32.6639697Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModuleInterface /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 45 2022-09-27T16:05:32.6640483Z due to: 2022-09-27T16:05:32.6640794Z Traceback (most recent call last): 2022-09-27T16:05:32.6641319Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.6641793Z raise Unsupported(msg) 2022-09-27T16:05:32.6642207Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.6642488Z 2022-09-27T16:05:32.6642616Z from user code: 2022-09-27T16:05:32.6643104Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 45, in ModuleInterface 2022-09-27T16:05:32.6643577Z @torch.jit.interface 2022-09-27T16:05:32.6643790Z 2022-09-27T16:05:32.6644004Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.6644354Z ========== 2022-09-27T16:05:32.6661753Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT TestNotModuleInterfaceCall /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 50 2022-09-27T16:05:32.6662323Z due to: 2022-09-27T16:05:32.6662607Z Traceback (most recent call last): 2022-09-27T16:05:32.6663052Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.6663448Z raise Unsupported(msg) 2022-09-27T16:05:32.6663824Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.6664078Z 2022-09-27T16:05:32.6664203Z from user code: 2022-09-27T16:05:32.6664714Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 50, in TestNotModuleInterfaceCall 2022-09-27T16:05:32.6665242Z class TestNotModuleInterfaceCall(nn.Module): 2022-09-27T16:05:32.6665495Z 2022-09-27T16:05:32.6665711Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.6666052Z ========== 2022-09-27T16:05:32.6744916Z ok (0.015s) 2022-09-27T16:05:32.6814350Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModuleInterface /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 382 2022-09-27T16:05:32.6815153Z due to: 2022-09-27T16:05:32.6815491Z Traceback (most recent call last): 2022-09-27T16:05:32.6816238Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.6816717Z raise Unsupported(msg) 2022-09-27T16:05:32.6817147Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.6817431Z 2022-09-27T16:05:32.6817544Z from user code: 2022-09-27T16:05:32.6818035Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 382, in ModuleInterface 2022-09-27T16:05:32.6818524Z @torch.jit.interface 2022-09-27T16:05:32.6818693Z 2022-09-27T16:05:32.6818902Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.6819238Z ========== 2022-09-27T16:05:32.6839707Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT OrigScriptModule /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 390 2022-09-27T16:05:32.6840300Z due to: 2022-09-27T16:05:32.6840613Z Traceback (most recent call last): 2022-09-27T16:05:32.6841087Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.6841526Z raise Unsupported(msg) 2022-09-27T16:05:32.6841867Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.6842118Z 2022-09-27T16:05:32.6842227Z from user code: 2022-09-27T16:05:32.6842659Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 390, in OrigScriptModule 2022-09-27T16:05:32.6843179Z class OrigScriptModule(torch.jit.ScriptModule): 2022-09-27T16:05:32.6843426Z 2022-09-27T16:05:32.6843620Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.6843964Z ========== 2022-09-27T16:05:32.6856361Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT NewScriptModule /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 402 2022-09-27T16:05:32.6856950Z due to: 2022-09-27T16:05:32.6857269Z Traceback (most recent call last): 2022-09-27T16:05:32.6857747Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.6858178Z raise Unsupported(msg) 2022-09-27T16:05:32.6858539Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.6858803Z 2022-09-27T16:05:32.6858911Z from user code: 2022-09-27T16:05:32.6859365Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 402, in NewScriptModule 2022-09-27T16:05:32.6859852Z class NewScriptModule(torch.jit.ScriptModule): 2022-09-27T16:05:32.6860109Z 2022-09-27T16:05:32.6860322Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.6860677Z ========== 2022-09-27T16:05:32.6872010Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT TestNNModuleWithScriptModule /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 414 2022-09-27T16:05:32.6872607Z due to: 2022-09-27T16:05:32.6873120Z Traceback (most recent call last): 2022-09-27T16:05:32.6873553Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.6873941Z raise Unsupported(msg) 2022-09-27T16:05:32.6874311Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.6874580Z 2022-09-27T16:05:32.6874692Z from user code: 2022-09-27T16:05:32.6875136Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 414, in TestNNModuleWithScriptModule 2022-09-27T16:05:32.6875628Z class TestNNModuleWithScriptModule(nn.Module): 2022-09-27T16:05:32.6875885Z 2022-09-27T16:05:32.6876110Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.6876472Z ========== 2022-09-27T16:05:32.6938784Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 391 2022-09-27T16:05:32.6939616Z due to: 2022-09-27T16:05:32.6939953Z Traceback (most recent call last): 2022-09-27T16:05:32.6940488Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:05:32.6941036Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:05:32.6941724Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:05:32.6942078Z 2022-09-27T16:05:32.6942205Z from user code: 2022-09-27T16:05:32.6942618Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 392, in __init__ 2022-09-27T16:05:32.6943026Z super(OrigScriptModule, self).__init__() 2022-09-27T16:05:32.6943223Z 2022-09-27T16:05:32.6943421Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.6943777Z ========== 2022-09-27T16:05:32.7068924Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_module_interface.py line 403 2022-09-27T16:05:32.7069503Z due to: 2022-09-27T16:05:32.7069850Z Traceback (most recent call last): 2022-09-27T16:05:32.7070369Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:05:32.7070906Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:05:32.7071387Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:05:32.7071715Z 2022-09-27T16:05:32.7071836Z from user code: 2022-09-27T16:05:32.7072226Z File "/var/lib/jenkins/workspace/test/jit/test_module_interface.py", line 404, in __init__ 2022-09-27T16:05:32.7072666Z super(NewScriptModule, self).__init__() 2022-09-27T16:05:32.7073141Z 2022-09-27T16:05:32.7073349Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.7073692Z ========== 2022-09-27T16:05:32.7116541Z ok (0.037s) 2022-09-27T16:05:32.7128707Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-09-27T16:05:32.7162403Z Test that a module that has __constants__ set to something ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Net /var/lib/jenkins/workspace/test/jit/test_modules.py line 26 2022-09-27T16:05:32.7163024Z due to: 2022-09-27T16:05:32.7163345Z Traceback (most recent call last): 2022-09-27T16:05:32.7163837Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:32.7164277Z raise Unsupported(msg) 2022-09-27T16:05:32.7164649Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:32.7164902Z 2022-09-27T16:05:32.7165014Z from user code: 2022-09-27T16:05:32.7165400Z File "/var/lib/jenkins/workspace/test/jit/test_modules.py", line 26, in Net 2022-09-27T16:05:32.7165880Z class Net(torch.nn.Linear): 2022-09-27T16:05:32.7166084Z 2022-09-27T16:05:32.7166319Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.7166697Z ========== 2022-09-27T16:05:32.7289620Z ok (0.017s) 2022-09-27T16:05:32.7374927Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... ok (0.008s) 2022-09-27T16:05:32.7494085Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... ok (0.011s) 2022-09-27T16:05:32.7562184Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... ok (0.006s) 2022-09-27T16:05:32.7641147Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... ok (0.007s) 2022-09-27T16:05:32.7715501Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... ok (0.007s) 2022-09-27T16:05:32.8016853Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... ok (0.030s) 2022-09-27T16:05:32.8030569Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.001s) 2022-09-27T16:05:32.8106829Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... ok (0.007s) 2022-09-27T16:05:32.8180191Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... ok (0.007s) 2022-09-27T16:05:32.8233204Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-09-27T16:05:32.8315260Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... ok (0.008s) 2022-09-27T16:05:32.8717804Z test_adaptive_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_adaptive_avg_pool2d /var/lib/jenkins/workspace/test/test_nnapi.py line 465 2022-09-27T16:05:32.8718680Z due to: 2022-09-27T16:05:32.8718893Z Traceback (most recent call last): 2022-09-27T16:05:32.8719196Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:05:32.8719502Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:05:32.8719735Z AssertionError: dtype 2022-09-27T16:05:32.8719855Z 2022-09-27T16:05:32.8719925Z from user code: 2022-09-27T16:05:32.8720173Z File "/var/lib/jenkins/workspace/test/test_nnapi.py", line 466, in test_adaptive_avg_pool2d 2022-09-27T16:05:32.8720499Z for (name, inp) in self.float_and_quant_and_nhwc(torch.randn(2, 3, 12, 16), 0.3, 128): 2022-09-27T16:05:32.8720674Z 2022-09-27T16:05:32.8720807Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.8721027Z ========== 2022-09-27T16:05:32.8749579Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT float_and_quant_and_nhwc /var/lib/jenkins/workspace/test/test_nnapi.py line 88 2022-09-27T16:05:32.8750205Z due to: 2022-09-27T16:05:32.8750577Z Traceback (most recent call last): 2022-09-27T16:05:32.8751103Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:05:32.8751693Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:05:32.8752075Z AssertionError: dtype 2022-09-27T16:05:32.8752197Z 2022-09-27T16:05:32.8752268Z from user code: 2022-09-27T16:05:32.8752513Z File "/var/lib/jenkins/workspace/test/test_nnapi.py", line 90, in float_and_quant_and_nhwc 2022-09-27T16:05:32.8752937Z inp_quant = qpt(inp_float, 0.03, 128) 2022-09-27T16:05:32.8753066Z 2022-09-27T16:05:32.8753203Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.8753411Z ========== 2022-09-27T16:05:32.8763713Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:05:32.8764375Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:05:32.8839216Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT qpt /var/lib/jenkins/workspace/test/test_nnapi.py line 13 2022-09-27T16:05:32.8839658Z due to: 2022-09-27T16:05:32.8840027Z Traceback (most recent call last): 2022-09-27T16:05:32.8840613Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:05:32.8841076Z return self._op(*args, **kwargs or {}) 2022-09-27T16:05:32.8844561Z NotImplementedError: Could not run 'aten::quantize_per_tensor' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::quantize_per_tensor' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:05:32.8846606Z 2022-09-27T16:05:32.8846880Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:05:32.8847848Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:05:32.8848613Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:05:32.8849440Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:05:32.8850201Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:05:32.8850918Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:05:32.8851588Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:05:32.8852261Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:05:32.8852923Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:05:32.8853662Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:05:32.8854421Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:05:32.8855135Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:05:32.8855825Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:05:32.8856528Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:05:32.8857234Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:05:32.8857943Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:05:32.8858631Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:05:32.8859326Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:05:32.8860019Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:05:32.8860713Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:05:32.8861398Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:05:32.8862105Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:05:32.8862834Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:05:32.8863577Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:05:32.8864306Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:05:32.8865062Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:05:32.8865755Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T16:05:32.8866423Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:05:32.8867141Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:05:32.8867927Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:05:32.8868742Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:05:32.8869493Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:05:32.8870182Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:05:32.8870928Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:05:32.8871676Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:05:32.8872458Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:05:32.8873387Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:05:32.8873783Z 2022-09-27T16:05:32.8873789Z 2022-09-27T16:05:32.8874020Z During handling of the above exception, another exception occurred: 2022-09-27T16:05:32.8874299Z 2022-09-27T16:05:32.8874458Z Traceback (most recent call last): 2022-09-27T16:05:32.8875150Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 203, in from_real_tensor 2022-09-27T16:05:32.8875733Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-09-27T16:05:32.8876361Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-09-27T16:05:32.8876720Z 2022-09-27T16:05:32.8876953Z The above exception was the direct cause of the following exception: 2022-09-27T16:05:32.8877236Z 2022-09-27T16:05:32.8877375Z Traceback (most recent call last): 2022-09-27T16:05:32.8877856Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:05:32.8878270Z ) from e 2022-09-27T16:05:32.8878856Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:05:32.8879306Z 2022-09-27T16:05:32.8879523Z The above exception was the direct cause of the following exception: 2022-09-27T16:05:32.8879799Z 2022-09-27T16:05:32.8879953Z Traceback (most recent call last): 2022-09-27T16:05:32.8880427Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:05:32.8880893Z raise TorchRuntimeError() from e 2022-09-27T16:05:32.8881271Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:05:32.8881507Z 2022-09-27T16:05:32.8881626Z from user code: 2022-09-27T16:05:32.8882023Z File "/var/lib/jenkins/workspace/test/test_nnapi.py", line 15, in qpt 2022-09-27T16:05:32.8882497Z return torch.quantize_per_tensor(t, scale, zero_point, dtype) 2022-09-27T16:05:32.8882760Z 2022-09-27T16:05:32.8882984Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.8883357Z ========== 2022-09-27T16:05:32.8884057Z /var/lib/jenkins/workspace/test/test_nnapi.py:14: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:05:32.8884750Z t = torch.tensor(t) 2022-09-27T16:05:32.8903334Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT nhwc /var/lib/jenkins/workspace/test/test_nnapi.py line 18 2022-09-27T16:05:32.8904109Z due to: 2022-09-27T16:05:32.8904434Z Traceback (most recent call last): 2022-09-27T16:05:32.8905142Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 203, in from_real_tensor 2022-09-27T16:05:32.8905781Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-09-27T16:05:32.8906513Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-09-27T16:05:32.8906866Z 2022-09-27T16:05:32.8907097Z The above exception was the direct cause of the following exception: 2022-09-27T16:05:32.8907376Z 2022-09-27T16:05:32.8907535Z Traceback (most recent call last): 2022-09-27T16:05:32.8908009Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:05:32.8908408Z ) from e 2022-09-27T16:05:32.8909007Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:05:32.8909465Z 2022-09-27T16:05:32.8909692Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:32.8910068Z ========== 2022-09-27T16:05:33.0049439Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT check /var/lib/jenkins/workspace/test/test_nnapi.py line 48 2022-09-27T16:05:33.0049908Z due to: 2022-09-27T16:05:33.0050213Z Traceback (most recent call last): 2022-09-27T16:05:33.0050887Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 203, in from_real_tensor 2022-09-27T16:05:33.0051486Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-09-27T16:05:33.0052118Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-09-27T16:05:33.0052467Z 2022-09-27T16:05:33.0052713Z The above exception was the direct cause of the following exception: 2022-09-27T16:05:33.0052988Z 2022-09-27T16:05:33.0053143Z Traceback (most recent call last): 2022-09-27T16:05:33.0053616Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:05:33.0054017Z ) from e 2022-09-27T16:05:33.0054588Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:05:33.0055036Z 2022-09-27T16:05:33.0055262Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:33.0055633Z ========== 2022-09-27T16:05:33.1137630Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT call_lowering_to_nnapi /var/lib/jenkins/workspace/test/jit/test_backend_nnapi.py line 53 2022-09-27T16:05:33.1138429Z due to: 2022-09-27T16:05:33.1139186Z Traceback (most recent call last): 2022-09-27T16:05:33.1139970Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 203, in from_real_tensor 2022-09-27T16:05:33.1140724Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-09-27T16:05:33.1141338Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-09-27T16:05:33.1141745Z 2022-09-27T16:05:33.1141973Z The above exception was the direct cause of the following exception: 2022-09-27T16:05:33.1142251Z 2022-09-27T16:05:33.1142406Z Traceback (most recent call last): 2022-09-27T16:05:33.1142885Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:05:33.1143281Z ) from e 2022-09-27T16:05:33.1143865Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:05:33.1144456Z 2022-09-27T16:05:33.1144677Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:33.1145053Z ========== 2022-09-27T16:05:33.3642135Z ok (0.532s) 2022-09-27T16:05:33.3717049Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_avg_pool2d /var/lib/jenkins/workspace/test/test_nnapi.py line 437 2022-09-27T16:05:33.3718030Z due to: 2022-09-27T16:05:33.3718348Z Traceback (most recent call last): 2022-09-27T16:05:33.3719313Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:05:33.3719887Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:05:33.3720495Z AssertionError: dtype 2022-09-27T16:05:33.3720736Z 2022-09-27T16:05:33.3720875Z from user code: 2022-09-27T16:05:33.3721309Z File "/var/lib/jenkins/workspace/test/test_nnapi.py", line 438, in test_avg_pool2d 2022-09-27T16:05:33.3721953Z for (name, inp) in self.float_and_quant_and_nhwc(torch.randn(2, 3, 12, 16), 0.3, 128): 2022-09-27T16:05:33.3722244Z 2022-09-27T16:05:33.3722470Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:33.3722855Z ========== 2022-09-27T16:05:33.3723613Z /var/lib/jenkins/workspace/test/test_nnapi.py:14: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:05:33.3724295Z t = torch.tensor(t) 2022-09-27T16:05:34.6599365Z ok (1.295s) 2022-09-27T16:05:34.7359319Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.075s) 2022-09-27T16:05:34.7883309Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.051s) 2022-09-27T16:05:35.2487034Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... /var/lib/jenkins/workspace/test/test_nnapi.py:14: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:05:35.2487880Z t = torch.tensor(t) 2022-09-27T16:05:38.6657006Z ok (3.873s) 2022-09-27T16:05:38.7329488Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... /var/lib/jenkins/workspace/test/test_nnapi.py:14: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:05:38.7330388Z t = torch.tensor(t) 2022-09-27T16:05:39.2404129Z ok (0.577s) 2022-09-27T16:05:39.2517441Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/test_nnapi.py line 122 2022-09-27T16:05:39.2518092Z due to: 2022-09-27T16:05:39.2518397Z Traceback (most recent call last): 2022-09-27T16:05:39.2518904Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:05:39.2519439Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:05:39.2519819Z AssertionError: dtype 2022-09-27T16:05:39.2520021Z 2022-09-27T16:05:39.2520137Z from user code: 2022-09-27T16:05:39.2520590Z File "/var/lib/jenkins/workspace/test/test_nnapi.py", line 123, in 2022-09-27T16:05:39.2521049Z nhwc(qpt([[[[1.0]], [[2.0]]]], 0.25, 2))) 2022-09-27T16:05:39.2521250Z 2022-09-27T16:05:39.2521477Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:39.2521850Z ========== 2022-09-27T16:05:39.2647717Z ok (0.023s) 2022-09-27T16:05:39.2932750Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.028s) 2022-09-27T16:05:39.3998674Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.106s) 2022-09-27T16:05:39.4631384Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.063s) 2022-09-27T16:05:39.5155226Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.052s) 2022-09-27T16:05:39.5297187Z test_log_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1190: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T16:05:39.5298347Z return forward_call(*input, **kwargs) 2022-09-27T16:05:39.5322093Z /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:443: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T16:05:39.5322715Z outs = wrap_retval(mod(*_clone_inputs(inputs))) 2022-09-27T16:05:39.5600781Z ok (0.044s) 2022-09-27T16:05:39.5665651Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_max_pool2d /var/lib/jenkins/workspace/test/test_nnapi.py line 430 2022-09-27T16:05:39.5666333Z due to: 2022-09-27T16:05:39.5666613Z Traceback (most recent call last): 2022-09-27T16:05:39.5667099Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:05:39.5667642Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:05:39.5668052Z AssertionError: dtype 2022-09-27T16:05:39.5668265Z 2022-09-27T16:05:39.5668404Z from user code: 2022-09-27T16:05:39.5668874Z File "/var/lib/jenkins/workspace/test/test_nnapi.py", line 431, in test_max_pool2d 2022-09-27T16:05:39.5669417Z for (name, inp) in self.float_and_quant_and_nhwc(torch.randn(2, 3, 12, 16), 0.3, 128): 2022-09-27T16:05:39.5669730Z 2022-09-27T16:05:39.5669995Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:39.5670511Z ========== 2022-09-27T16:05:39.5671286Z /var/lib/jenkins/workspace/test/test_nnapi.py:14: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:05:39.5671979Z t = torch.tensor(t) 2022-09-27T16:05:40.1668902Z ok (0.606s) 2022-09-27T16:05:40.2482670Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.081s) 2022-09-27T16:05:40.2530288Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MultiModel /var/lib/jenkins/workspace/test/test_nnapi.py line 673 2022-09-27T16:05:40.2530925Z due to: 2022-09-27T16:05:40.2531272Z Traceback (most recent call last): 2022-09-27T16:05:40.2531723Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:40.2532161Z raise Unsupported(msg) 2022-09-27T16:05:40.2532573Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:40.2532835Z 2022-09-27T16:05:40.2532952Z from user code: 2022-09-27T16:05:40.2533345Z File "/var/lib/jenkins/workspace/test/test_nnapi.py", line 673, in MultiModel 2022-09-27T16:05:40.2533791Z class MultiModel(torch.nn.Module): 2022-09-27T16:05:40.2534014Z 2022-09-27T16:05:40.2534241Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:40.2534594Z ========== 2022-09-27T16:05:40.2650987Z ok (0.016s) 2022-09-27T16:05:40.3703184Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.104s) 2022-09-27T16:05:40.4366012Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.066s) 2022-09-27T16:05:40.4521432Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... /var/lib/jenkins/workspace/test/test_nnapi.py:14: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:05:40.4522302Z t = torch.tensor(t) 2022-09-27T16:05:40.4816087Z ok (0.044s) 2022-09-27T16:05:40.5826383Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.100s) 2022-09-27T16:05:40.6142060Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... /var/lib/jenkins/workspace/test/test_nnapi.py:14: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:05:40.6142981Z t = torch.tensor(t) 2022-09-27T16:05:40.7330412Z ok (0.150s) 2022-09-27T16:05:40.7389312Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_qlinear /var/lib/jenkins/workspace/test/test_nnapi.py line 651 2022-09-27T16:05:40.7389889Z due to: 2022-09-27T16:05:40.7390614Z Traceback (most recent call last): 2022-09-27T16:05:40.7391465Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:05:40.7392069Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:05:40.7392517Z AssertionError: dtype 2022-09-27T16:05:40.7392707Z 2022-09-27T16:05:40.7393025Z from user code: 2022-09-27T16:05:40.7393478Z File "/var/lib/jenkins/workspace/test/test_nnapi.py", line 653, in test_qlinear 2022-09-27T16:05:40.7393999Z weight = qpt(torch.randn(16, 32), 0.125, 0, torch.qint8) 2022-09-27T16:05:40.7394277Z 2022-09-27T16:05:40.7394517Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:40.7394889Z ========== 2022-09-27T16:05:40.7395676Z /var/lib/jenkins/workspace/test/test_nnapi.py:14: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:05:40.7396501Z t = torch.tensor(t) 2022-09-27T16:05:40.8366641Z ok (0.103s) 2022-09-27T16:05:40.8790252Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.042s) 2022-09-27T16:05:40.9203387Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.040s) 2022-09-27T16:05:40.9355601Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.015s) 2022-09-27T16:05:40.9862810Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.050s) 2022-09-27T16:05:40.9977264Z test_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1190: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T16:05:40.9978150Z return forward_call(*input, **kwargs) 2022-09-27T16:05:40.9996176Z /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:443: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T16:05:40.9996851Z outs = wrap_retval(mod(*_clone_inputs(inputs))) 2022-09-27T16:05:41.0285082Z ok (0.042s) 2022-09-27T16:05:41.0736459Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.044s) 2022-09-27T16:05:41.1101782Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.036s) 2022-09-27T16:05:41.1688513Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.058s) 2022-09-27T16:05:41.1764103Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_upsample_nearest2d /var/lib/jenkins/workspace/test/test_nnapi.py line 472 2022-09-27T16:05:41.1764574Z due to: 2022-09-27T16:05:41.1764775Z Traceback (most recent call last): 2022-09-27T16:05:41.1765073Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:05:41.1765393Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:05:41.1765769Z AssertionError: dtype 2022-09-27T16:05:41.1765962Z 2022-09-27T16:05:41.1766085Z from user code: 2022-09-27T16:05:41.1766508Z File "/var/lib/jenkins/workspace/test/test_nnapi.py", line 473, in test_upsample_nearest2d 2022-09-27T16:05:41.1767047Z convert_args = dict(self.float_and_quant_and_nhwc(torch.randn(2, 3, 0, 0), 0.3, 128)) 2022-09-27T16:05:41.1767327Z 2022-09-27T16:05:41.1767549Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:41.1767917Z ========== 2022-09-27T16:05:41.1768622Z /var/lib/jenkins/workspace/test/test_nnapi.py:14: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:05:41.1769579Z t = torch.tensor(t) 2022-09-27T16:05:41.5426872Z ok (0.373s) 2022-09-27T16:05:41.5558396Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_op_decompositions.py line 18 2022-09-27T16:05:41.5559165Z due to: 2022-09-27T16:05:41.5559475Z Traceback (most recent call last): 2022-09-27T16:05:41.5559960Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:41.5560692Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:41.5561435Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:05:41.5561768Z 2022-09-27T16:05:41.5561885Z from user code: 2022-09-27T16:05:41.5562368Z File "/var/lib/jenkins/workspace/test/jit/test_op_decompositions.py", line 19, in 2022-09-27T16:05:41.5562935Z FileCheck().check("aten::var").run(foo_s.graph) 2022-09-27T16:05:41.5563172Z 2022-09-27T16:05:41.5563395Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:41.5563747Z ========== 2022-09-27T16:05:41.5564076Z You have not run this instance of FileCheck! 2022-09-27T16:05:41.5564416Z FileCheck checks: 2022-09-27T16:05:41.6002700Z ok (0.057s) 2022-09-27T16:05:41.6604672Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_op_decompositions.py line 30 2022-09-27T16:05:41.6605614Z due to: 2022-09-27T16:05:41.6605923Z Traceback (most recent call last): 2022-09-27T16:05:41.6606405Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:41.6606940Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:41.6607727Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:41.6608117Z 2022-09-27T16:05:41.6608233Z from user code: 2022-09-27T16:05:41.6608739Z File "/var/lib/jenkins/workspace/test/jit/test_op_decompositions.py", line 34, in 2022-09-27T16:05:41.6609405Z torch.jit._register_decomposition(torch.ops.aten.square.default, square_decomp.graph) 2022-09-27T16:05:41.6609750Z 2022-09-27T16:05:41.6609976Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:41.6610349Z ========== 2022-09-27T16:05:41.6612279Z ok (0.027s) 2022-09-27T16:05:41.7330417Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.071s) 2022-09-27T16:05:41.7667559Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.033s) 2022-09-27T16:05:41.7989843Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.031s) 2022-09-27T16:05:41.8311147Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.031s) 2022-09-27T16:05:41.8527196Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.021s) 2022-09-27T16:05:41.8807371Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.027s) 2022-09-27T16:05:41.8952188Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.014s) 2022-09-27T16:05:41.9202634Z test_scriptable (jit.test_parametrization.TestParametrization) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /var/lib/jenkins/workspace/test/jit/test_parametrization.py line 19 2022-09-27T16:05:41.9203385Z due to: 2022-09-27T16:05:41.9203718Z Traceback (most recent call last): 2022-09-27T16:05:41.9204639Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 507, in call_method 2022-09-27T16:05:41.9205130Z *proxy_args_kwargs([self] + args, kwargs), 2022-09-27T16:05:41.9205681Z TypeError: can only concatenate list (not "tuple") to list 2022-09-27T16:05:41.9205937Z 2022-09-27T16:05:41.9206057Z from user code: 2022-09-27T16:05:41.9206492Z File "/var/lib/jenkins/workspace/test/jit/test_parametrization.py", line 20, in forward 2022-09-27T16:05:41.9206919Z return X.triu() + X.triu(1).mT 2022-09-27T16:05:41.9207121Z 2022-09-27T16:05:41.9207345Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:41.9207720Z ========== 2022-09-27T16:05:41.9744392Z ok (0.079s) 2022-09-27T16:05:41.9758508Z test_traceable (jit.test_parametrization.TestParametrization) 2022-09-27T16:05:42.0365301Z Test the jit scripting and tracing of a parametrized model. ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_parametrization.py line 32 2022-09-27T16:05:42.0366132Z due to: 2022-09-27T16:05:42.0366569Z Traceback (most recent call last): 2022-09-27T16:05:42.0367288Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:05:42.0367998Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:05:42.0368600Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:05:42.0368883Z 2022-09-27T16:05:42.0368998Z from user code: 2022-09-27T16:05:42.0369459Z File "/var/lib/jenkins/workspace/test/jit/test_parametrization.py", line 33, in 2022-09-27T16:05:42.0369938Z y_hat = traced_model(x) 2022-09-27T16:05:42.0370132Z 2022-09-27T16:05:42.0370357Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.0370719Z ========== 2022-09-27T16:05:42.0451491Z ok (0.070s) 2022-09-27T16:05:42.1264856Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... ok (0.080s) 2022-09-27T16:05:42.1481463Z test_integer_refinement (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 451 2022-09-27T16:05:42.1482136Z due to: 2022-09-27T16:05:42.1482430Z Traceback (most recent call last): 2022-09-27T16:05:42.1482906Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.1483413Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.1484171Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.1484578Z 2022-09-27T16:05:42.1484692Z from user code: 2022-09-27T16:05:42.1485166Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 457, in 2022-09-27T16:05:42.1485693Z graph = foo.graph 2022-09-27T16:05:42.1485864Z 2022-09-27T16:05:42.1486084Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.1486443Z ========== 2022-09-27T16:05:42.1674919Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 447 2022-09-27T16:05:42.1675575Z due to: 2022-09-27T16:05:42.1676016Z Traceback (most recent call last): 2022-09-27T16:05:42.1676490Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:42.1677356Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:42.1678450Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:05:42.1678788Z 2022-09-27T16:05:42.1678901Z from user code: 2022-09-27T16:05:42.1679394Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 448, in 2022-09-27T16:05:42.1680028Z FileCheck().check(const_string).check_next("return").run(graph) 2022-09-27T16:05:42.1680294Z 2022-09-27T16:05:42.1680508Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.1680872Z ========== 2022-09-27T16:05:42.1681200Z You have not run this instance of FileCheck! 2022-09-27T16:05:42.1681525Z FileCheck checks: 2022-09-27T16:05:42.1821255Z ok (0.055s) 2022-09-27T16:05:42.2298983Z test_noop_peephole (jit.test_peephole.TestPeephole) ... ok (0.047s) 2022-09-27T16:05:42.2477621Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 243 2022-09-27T16:05:42.2478238Z due to: 2022-09-27T16:05:42.2478521Z Traceback (most recent call last): 2022-09-27T16:05:42.2479007Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.2479518Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.2480240Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.2480623Z 2022-09-27T16:05:42.2480726Z from user code: 2022-09-27T16:05:42.2481150Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 243, in 2022-09-27T16:05:42.2481715Z op_graph = torch.jit.script(convertible_is_op).graph 2022-09-27T16:05:42.2481975Z 2022-09-27T16:05:42.2482221Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.2482616Z ========== 2022-09-27T16:05:42.2482905Z ok (0.017s) 2022-09-27T16:05:42.2653678Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 253 2022-09-27T16:05:42.2654313Z due to: 2022-09-27T16:05:42.2654621Z Traceback (most recent call last): 2022-09-27T16:05:42.2655090Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.2655576Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.2656287Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.2656693Z 2022-09-27T16:05:42.2656821Z from user code: 2022-09-27T16:05:42.2657293Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 253, in 2022-09-27T16:05:42.2657898Z op_graph = torch.jit.script(convertible_isnot_op).graph 2022-09-27T16:05:42.2658189Z 2022-09-27T16:05:42.2658428Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.2658818Z ========== 2022-09-27T16:05:42.2659099Z ok (0.017s) 2022-09-27T16:05:42.2963245Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 232 2022-09-27T16:05:42.2963870Z due to: 2022-09-27T16:05:42.2964132Z Traceback (most recent call last): 2022-09-27T16:05:42.2964626Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.2965124Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.2965933Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.2966297Z 2022-09-27T16:05:42.2966397Z from user code: 2022-09-27T16:05:42.2967181Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 232, in 2022-09-27T16:05:42.2967724Z op_graph = torch.jit.script(convertible_rsub).graph 2022-09-27T16:05:42.2968004Z 2022-09-27T16:05:42.2968233Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.2968632Z ========== 2022-09-27T16:05:42.2968996Z ok (0.030s) 2022-09-27T16:05:42.3092571Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-09-27T16:05:42.3309333Z test_peephole (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 63 2022-09-27T16:05:42.3309956Z due to: 2022-09-27T16:05:42.3310257Z Traceback (most recent call last): 2022-09-27T16:05:42.3310701Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:42.3311601Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:42.3312351Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:05:42.3312714Z 2022-09-27T16:05:42.3313067Z from user code: 2022-09-27T16:05:42.3313544Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 64, in 2022-09-27T16:05:42.3314047Z FileCheck().check("type_as").run(str(tf.graph)) 2022-09-27T16:05:42.3314262Z 2022-09-27T16:05:42.3314463Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.3314793Z ========== 2022-09-27T16:05:42.3315123Z You have not run this instance of FileCheck! 2022-09-27T16:05:42.3315444Z FileCheck checks: 2022-09-27T16:05:42.3357874Z ok (0.026s) 2022-09-27T16:05:42.3470836Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 538 2022-09-27T16:05:42.3471539Z due to: 2022-09-27T16:05:42.3471867Z Traceback (most recent call last): 2022-09-27T16:05:42.3472356Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.3473011Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.3473757Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.3474115Z 2022-09-27T16:05:42.3474215Z from user code: 2022-09-27T16:05:42.3474613Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 541, in 2022-09-27T16:05:42.3475063Z self.run_pass("peephole", foo.graph) 2022-09-27T16:05:42.3475257Z 2022-09-27T16:05:42.3475466Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.3475805Z ========== 2022-09-27T16:05:42.3476110Z You have not run this instance of FileCheck! 2022-09-27T16:05:42.3476447Z FileCheck checks: 2022-09-27T16:05:42.3476710Z ok (0.011s) 2022-09-27T16:05:42.3630346Z test_peephole_arith (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 661 2022-09-27T16:05:42.3630969Z due to: 2022-09-27T16:05:42.3631270Z Traceback (most recent call last): 2022-09-27T16:05:42.3631734Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:42.3632396Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:42.3633388Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:05:42.3633757Z 2022-09-27T16:05:42.3633877Z from user code: 2022-09-27T16:05:42.3634277Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 668, in 2022-09-27T16:05:42.3635073Z FileCheck().check("aten::add").check("aten::sub") \ 2022-09-27T16:05:42.3635286Z 2022-09-27T16:05:42.3635475Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.3635801Z ========== 2022-09-27T16:05:42.3636072Z You have not run this instance of FileCheck! 2022-09-27T16:05:42.3636374Z FileCheck checks: 2022-09-27T16:05:42.3637281Z ok (0.015s) 2022-09-27T16:05:42.3653958Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... skip: cpp tests require CUDA (0.001s) 2022-09-27T16:05:42.3769451Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 732 2022-09-27T16:05:42.3770179Z due to: 2022-09-27T16:05:42.3770517Z Traceback (most recent call last): 2022-09-27T16:05:42.3770993Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.3771523Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.3772254Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.3772644Z 2022-09-27T16:05:42.3772756Z from user code: 2022-09-27T16:05:42.3773239Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 738, in 2022-09-27T16:05:42.3773735Z self.run_pass("peephole", foo.graph) 2022-09-27T16:05:42.3773939Z 2022-09-27T16:05:42.3774139Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.3774449Z ========== 2022-09-27T16:05:42.3776403Z ok (0.012s) 2022-09-27T16:05:42.3892220Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 723 2022-09-27T16:05:42.3892863Z due to: 2022-09-27T16:05:42.3893053Z Traceback (most recent call last): 2022-09-27T16:05:42.3893339Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.3893649Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.3894108Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.3894325Z 2022-09-27T16:05:42.3894396Z from user code: 2022-09-27T16:05:42.3894710Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 727, in 2022-09-27T16:05:42.3895041Z self.run_pass("peephole", foo.graph) 2022-09-27T16:05:42.3895172Z 2022-09-27T16:05:42.3895291Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.3895574Z ========== 2022-09-27T16:05:42.3897055Z ok (0.011s) 2022-09-27T16:05:42.4007261Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 753 2022-09-27T16:05:42.4008137Z due to: 2022-09-27T16:05:42.4008386Z Traceback (most recent call last): 2022-09-27T16:05:42.4008683Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.4008985Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.4009512Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.4009743Z 2022-09-27T16:05:42.4009814Z from user code: 2022-09-27T16:05:42.4010136Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 757, in 2022-09-27T16:05:42.4010689Z self.run_pass("peephole", foo.graph) 2022-09-27T16:05:42.4010830Z 2022-09-27T16:05:42.4010960Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.4011178Z ========== 2022-09-27T16:05:42.4011340Z ok (0.011s) 2022-09-27T16:05:42.4124285Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 711 2022-09-27T16:05:42.4125148Z due to: 2022-09-27T16:05:42.4125416Z Traceback (most recent call last): 2022-09-27T16:05:42.4125791Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.4126135Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.4126635Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.4126927Z 2022-09-27T16:05:42.4127009Z from user code: 2022-09-27T16:05:42.4127310Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 716, in 2022-09-27T16:05:42.4127638Z self.run_pass("peephole", foo.graph) 2022-09-27T16:05:42.4127770Z 2022-09-27T16:05:42.4127900Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.4128116Z ========== 2022-09-27T16:05:42.4128263Z ok (0.011s) 2022-09-27T16:05:42.4241443Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 743 2022-09-27T16:05:42.4242001Z due to: 2022-09-27T16:05:42.4242240Z Traceback (most recent call last): 2022-09-27T16:05:42.4242615Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.4242987Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.4243581Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.4243807Z 2022-09-27T16:05:42.4243877Z from user code: 2022-09-27T16:05:42.4244253Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 748, in 2022-09-27T16:05:42.4244590Z self.run_pass("peephole", foo.graph) 2022-09-27T16:05:42.4244720Z 2022-09-27T16:05:42.4244861Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.4245114Z ========== 2022-09-27T16:05:42.4245273Z ok (0.011s) 2022-09-27T16:05:42.4366504Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 761 2022-09-27T16:05:42.4367322Z due to: 2022-09-27T16:05:42.4367509Z Traceback (most recent call last): 2022-09-27T16:05:42.4367797Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.4368095Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.4368536Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.4368762Z 2022-09-27T16:05:42.4368834Z from user code: 2022-09-27T16:05:42.4369158Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 767, in 2022-09-27T16:05:42.4369488Z self.run_pass("peephole", foo.graph) 2022-09-27T16:05:42.4369830Z 2022-09-27T16:05:42.4369949Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.4370168Z ========== 2022-09-27T16:05:42.4374771Z ok (0.012s) 2022-09-27T16:05:42.4535097Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 678 2022-09-27T16:05:42.4535536Z due to: 2022-09-27T16:05:42.4535725Z Traceback (most recent call last): 2022-09-27T16:05:42.4536079Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.4536372Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.4536908Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.4537140Z 2022-09-27T16:05:42.4537214Z from user code: 2022-09-27T16:05:42.4537579Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 684, in 2022-09-27T16:05:42.4537875Z self.run_pass("peephole", foo.graph) 2022-09-27T16:05:42.4538009Z 2022-09-27T16:05:42.4538142Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.4538432Z ========== 2022-09-27T16:05:42.4601611Z ok (0.022s) 2022-09-27T16:05:42.4715245Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 772 2022-09-27T16:05:42.4715651Z due to: 2022-09-27T16:05:42.4715857Z Traceback (most recent call last): 2022-09-27T16:05:42.4716147Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.4716444Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.4716900Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.4717217Z 2022-09-27T16:05:42.4717322Z from user code: 2022-09-27T16:05:42.4717673Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 777, in 2022-09-27T16:05:42.4718027Z self.run_pass("peephole", foo.graph) 2022-09-27T16:05:42.4718167Z 2022-09-27T16:05:42.4718299Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.4718518Z ========== 2022-09-27T16:05:42.4718668Z ok (0.011s) 2022-09-27T16:05:42.4833523Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 793 2022-09-27T16:05:42.4834004Z due to: 2022-09-27T16:05:42.4834265Z Traceback (most recent call last): 2022-09-27T16:05:42.4834605Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.4834921Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.4835380Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.4835607Z 2022-09-27T16:05:42.4835671Z from user code: 2022-09-27T16:05:42.4835992Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 797, in 2022-09-27T16:05:42.4836325Z self.run_pass("peephole", foo.graph) 2022-09-27T16:05:42.4836458Z 2022-09-27T16:05:42.4836592Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.4836797Z ========== 2022-09-27T16:05:42.4836956Z ok (0.011s) 2022-09-27T16:05:42.4953759Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 782 2022-09-27T16:05:42.4954663Z due to: 2022-09-27T16:05:42.4954852Z Traceback (most recent call last): 2022-09-27T16:05:42.4955141Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.4955504Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.4955973Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.4956201Z 2022-09-27T16:05:42.4956273Z from user code: 2022-09-27T16:05:42.4956577Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 787, in 2022-09-27T16:05:42.4956907Z self.run_pass("peephole", foo.graph) 2022-09-27T16:05:42.4957042Z 2022-09-27T16:05:42.4957173Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.4957385Z ========== 2022-09-27T16:05:42.4959258Z ok (0.012s) 2022-09-27T16:05:42.5080773Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 801 2022-09-27T16:05:42.5081252Z due to: 2022-09-27T16:05:42.5081438Z Traceback (most recent call last): 2022-09-27T16:05:42.5081719Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.5082017Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.5082452Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.5082678Z 2022-09-27T16:05:42.5082747Z from user code: 2022-09-27T16:05:42.5083065Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 807, in 2022-09-27T16:05:42.5083402Z self.run_pass("peephole", foo.graph) 2022-09-27T16:05:42.5083535Z 2022-09-27T16:05:42.5083654Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.5083872Z ========== 2022-09-27T16:05:42.5088302Z ok (0.012s) 2022-09-27T16:05:42.5199550Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 76 2022-09-27T16:05:42.5200174Z due to: 2022-09-27T16:05:42.5200359Z Traceback (most recent call last): 2022-09-27T16:05:42.5200650Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.5201029Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.5201480Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.5201761Z 2022-09-27T16:05:42.5201832Z from user code: 2022-09-27T16:05:42.5202108Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 77, in 2022-09-27T16:05:42.5202411Z s = str(fn.graph) 2022-09-27T16:05:42.5202523Z 2022-09-27T16:05:42.5202657Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.5202872Z ========== 2022-09-27T16:05:42.5203021Z ok (0.011s) 2022-09-27T16:05:42.5320524Z test_peephole_int (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 649 2022-09-27T16:05:42.5320921Z due to: 2022-09-27T16:05:42.5321102Z Traceback (most recent call last): 2022-09-27T16:05:42.5321368Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:42.5321805Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:42.5322613Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:05:42.5322811Z 2022-09-27T16:05:42.5322881Z from user code: 2022-09-27T16:05:42.5323208Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 654, in 2022-09-27T16:05:42.5323538Z FileCheck().check("aten::Int").run(foo.graph) 2022-09-27T16:05:42.5323677Z 2022-09-27T16:05:42.5323807Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.5324012Z ========== 2022-09-27T16:05:42.5324209Z You have not run this instance of FileCheck! 2022-09-27T16:05:42.5324414Z FileCheck checks: 2022-09-27T16:05:42.5324572Z ok (0.011s) 2022-09-27T16:05:42.5475359Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 612 2022-09-27T16:05:42.5475885Z due to: 2022-09-27T16:05:42.5476083Z Traceback (most recent call last): 2022-09-27T16:05:42.5476355Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.5476652Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.5477109Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.5477337Z 2022-09-27T16:05:42.5477407Z from user code: 2022-09-27T16:05:42.5477674Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 616, in 2022-09-27T16:05:42.5477968Z self.run_pass("peephole", foo.graph) 2022-09-27T16:05:42.5478100Z 2022-09-27T16:05:42.5478230Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.5478431Z ========== 2022-09-27T16:05:42.5510372Z ok (0.018s) 2022-09-27T16:05:42.5865488Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 267 2022-09-27T16:05:42.5866140Z due to: 2022-09-27T16:05:42.5866313Z Traceback (most recent call last): 2022-09-27T16:05:42.5866608Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.5866907Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.5867347Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.5867576Z 2022-09-27T16:05:42.5867645Z from user code: 2022-09-27T16:05:42.5867927Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 273, in 2022-09-27T16:05:42.5868245Z run_peephole_and_check_const_value(foo.graph, "value=9") 2022-09-27T16:05:42.5868398Z 2022-09-27T16:05:42.5868518Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.5868734Z ========== 2022-09-27T16:05:42.6004244Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 260 2022-09-27T16:05:42.6004626Z due to: 2022-09-27T16:05:42.6004828Z Traceback (most recent call last): 2022-09-27T16:05:42.6005107Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:42.6005619Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:42.6006051Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:05:42.6006251Z 2022-09-27T16:05:42.6006321Z from user code: 2022-09-27T16:05:42.6006619Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 261, in 2022-09-27T16:05:42.6007173Z FileCheck().check(const_string).check_next("return").run(graph) 2022-09-27T16:05:42.6007329Z 2022-09-27T16:05:42.6007451Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.6007670Z ========== 2022-09-27T16:05:42.6007867Z You have not run this instance of FileCheck! 2022-09-27T16:05:42.6008116Z FileCheck checks: 2022-09-27T16:05:42.6661517Z ok (0.114s) 2022-09-27T16:05:42.6825114Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 82 2022-09-27T16:05:42.6825504Z due to: 2022-09-27T16:05:42.6825693Z Traceback (most recent call last): 2022-09-27T16:05:42.6825978Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.6826278Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.6826722Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.6826964Z 2022-09-27T16:05:42.6827033Z from user code: 2022-09-27T16:05:42.6827315Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 86, in 2022-09-27T16:05:42.6827653Z self.run_pass('peephole', foo.graph) 2022-09-27T16:05:42.6827787Z 2022-09-27T16:05:42.6827907Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.6828123Z ========== 2022-09-27T16:05:42.6930554Z ok (0.026s) 2022-09-27T16:05:42.7222219Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 52 2022-09-27T16:05:42.7222639Z due to: 2022-09-27T16:05:42.7222820Z Traceback (most recent call last): 2022-09-27T16:05:42.7223099Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:42.7223524Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:42.7223954Z AssertionError: torch.* op returned non-Tensor int call_method data_ptr 2022-09-27T16:05:42.7224126Z 2022-09-27T16:05:42.7224195Z from user code: 2022-09-27T16:05:42.7224532Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 53, in 2022-09-27T16:05:42.7224842Z self.assertNotEqual(r1.data_ptr(), r2.data_ptr()) 2022-09-27T16:05:42.7224989Z 2022-09-27T16:05:42.7225165Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.7225382Z ========== 2022-09-27T16:05:42.7225529Z ok (0.029s) 2022-09-27T16:05:42.7349945Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 638 2022-09-27T16:05:42.7350417Z due to: 2022-09-27T16:05:42.7350612Z Traceback (most recent call last): 2022-09-27T16:05:42.7350880Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.7351212Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.7351712Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.7351941Z 2022-09-27T16:05:42.7352012Z from user code: 2022-09-27T16:05:42.7352288Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 643, in 2022-09-27T16:05:42.7352681Z out = next(foo.graph.findNode("prim::If").outputs()) 2022-09-27T16:05:42.7353024Z 2022-09-27T16:05:42.7353156Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.7353356Z ========== 2022-09-27T16:05:42.7353518Z ok (0.012s) 2022-09-27T16:05:42.7467832Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 815 2022-09-27T16:05:42.7468240Z due to: 2022-09-27T16:05:42.7468422Z Traceback (most recent call last): 2022-09-27T16:05:42.7468838Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.7469138Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.7469588Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.7469804Z 2022-09-27T16:05:42.7469873Z from user code: 2022-09-27T16:05:42.7470164Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 815, in 2022-09-27T16:05:42.7470470Z graph = torch.jit.script(foo).graph 2022-09-27T16:05:42.7470608Z 2022-09-27T16:05:42.7470726Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.7470940Z ========== 2022-09-27T16:05:42.7487076Z ok (0.013s) 2022-09-27T16:05:42.7858583Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 822 2022-09-27T16:05:42.7859036Z due to: 2022-09-27T16:05:42.7859237Z Traceback (most recent call last): 2022-09-27T16:05:42.7859523Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.7859813Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.7860270Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.7860499Z 2022-09-27T16:05:42.7860570Z from user code: 2022-09-27T16:05:42.7860843Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 822, in 2022-09-27T16:05:42.7861115Z graph = torch.jit.script(fn).graph 2022-09-27T16:05:42.7861246Z 2022-09-27T16:05:42.7861374Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.7861588Z ========== 2022-09-27T16:05:42.8025139Z ok (0.053s) 2022-09-27T16:05:42.8142733Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 865 2022-09-27T16:05:42.8143196Z due to: 2022-09-27T16:05:42.8143389Z Traceback (most recent call last): 2022-09-27T16:05:42.8143663Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.8143965Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.8144428Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.8144704Z 2022-09-27T16:05:42.8144774Z from user code: 2022-09-27T16:05:42.8145083Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 871, in 2022-09-27T16:05:42.8145485Z self.run_pass("peephole", foo.graph) 2022-09-27T16:05:42.8145617Z 2022-09-27T16:05:42.8145748Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.8145963Z ========== 2022-09-27T16:05:42.8146110Z ok (0.011s) 2022-09-27T16:05:42.8258757Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 876 2022-09-27T16:05:42.8259221Z due to: 2022-09-27T16:05:42.8259623Z Traceback (most recent call last): 2022-09-27T16:05:42.8259893Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.8260254Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.8260772Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.8261055Z 2022-09-27T16:05:42.8261113Z from user code: 2022-09-27T16:05:42.8261432Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 880, in 2022-09-27T16:05:42.8261821Z self.run_pass("peephole", foo.graph) 2022-09-27T16:05:42.8261956Z 2022-09-27T16:05:42.8262088Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.8262290Z ========== 2022-09-27T16:05:42.8262474Z ok (0.011s) 2022-09-27T16:05:42.8636200Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 844 2022-09-27T16:05:42.8636924Z due to: 2022-09-27T16:05:42.8637155Z Traceback (most recent call last): 2022-09-27T16:05:42.8637676Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.8638136Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.8638584Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.8638811Z 2022-09-27T16:05:42.8638882Z from user code: 2022-09-27T16:05:42.8639152Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 844, in 2022-09-27T16:05:42.8639438Z graph = torch.jit.script(fn).graph 2022-09-27T16:05:42.8639559Z 2022-09-27T16:05:42.8639692Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.8639913Z ========== 2022-09-27T16:05:42.8814290Z ok (0.055s) 2022-09-27T16:05:42.8981913Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 150 2022-09-27T16:05:42.8982499Z due to: 2022-09-27T16:05:42.8982875Z Traceback (most recent call last): 2022-09-27T16:05:42.8983257Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:42.8983681Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:42.8984124Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:05:42.8984322Z 2022-09-27T16:05:42.8984393Z from user code: 2022-09-27T16:05:42.8984670Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 154, in 2022-09-27T16:05:42.8985031Z FileCheck().check("prim::unchecked_cast").run(test.graph) 2022-09-27T16:05:42.8985185Z 2022-09-27T16:05:42.8985316Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.8985531Z ========== 2022-09-27T16:05:42.8985713Z You have not run this instance of FileCheck! 2022-09-27T16:05:42.8985919Z FileCheck checks: 2022-09-27T16:05:42.9144180Z ok (0.032s) 2022-09-27T16:05:42.9476387Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... ok (0.032s) 2022-09-27T16:05:42.9679200Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... ok (0.020s) 2022-09-27T16:05:42.9806273Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 597 2022-09-27T16:05:42.9806980Z due to: 2022-09-27T16:05:42.9807280Z Traceback (most recent call last): 2022-09-27T16:05:42.9807816Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.9808116Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.9808578Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.9808907Z 2022-09-27T16:05:42.9808997Z from user code: 2022-09-27T16:05:42.9809352Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 604, in 2022-09-27T16:05:42.9809667Z self.run_pass("refine_integer_values", foo.graph) 2022-09-27T16:05:42.9809811Z 2022-09-27T16:05:42.9809943Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.9810147Z ========== 2022-09-27T16:05:42.9810309Z ok (0.013s) 2022-09-27T16:05:42.9939447Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_peephole.py line 173 2022-09-27T16:05:42.9939933Z due to: 2022-09-27T16:05:42.9940139Z Traceback (most recent call last): 2022-09-27T16:05:42.9940419Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:42.9940726Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:42.9941179Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:42.9941409Z 2022-09-27T16:05:42.9941482Z from user code: 2022-09-27T16:05:42.9941762Z File "/var/lib/jenkins/workspace/test/jit/test_peephole.py", line 177, in 2022-09-27T16:05:42.9942162Z self.run_pass('constant_propagation', const_expressions.graph) 2022-09-27T16:05:42.9942332Z 2022-09-27T16:05:42.9942465Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:42.9942674Z ========== 2022-09-27T16:05:42.9973861Z ok (0.016s) 2022-09-27T16:05:43.0080286Z test_version (__main__.TestProducerVersion) ... ok (0.010s) 2022-09-27T16:05:43.0120825Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT setUp /var/lib/jenkins/workspace/test/jit/test_profiler.py line 19 2022-09-27T16:05:43.0121459Z due to: 2022-09-27T16:05:43.0121833Z Traceback (most recent call last): 2022-09-27T16:05:43.0122367Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:43.0123151Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:43.0123745Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:05:43.0123994Z 2022-09-27T16:05:43.0124067Z from user code: 2022-09-27T16:05:43.0124317Z File "/var/lib/jenkins/workspace/test/jit/test_profiler.py", line 20, in setUp 2022-09-27T16:05:43.0124603Z self.prev_exec = torch._C._jit_set_profiling_executor(True) 2022-09-27T16:05:43.0124758Z 2022-09-27T16:05:43.0124890Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:43.0125114Z ========== 2022-09-27T16:05:43.0814835Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_profiler.py line 142 2022-09-27T16:05:43.0815428Z due to: 2022-09-27T16:05:43.0815765Z Traceback (most recent call last): 2022-09-27T16:05:43.0816298Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:43.0816885Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:43.0817420Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:05:43.0817873Z 2022-09-27T16:05:43.0817945Z from user code: 2022-09-27T16:05:43.0818224Z File "/var/lib/jenkins/workspace/test/jit/test_profiler.py", line 143, in 2022-09-27T16:05:43.0818515Z g = torch.jit.last_executed_optimized_graph() 2022-09-27T16:05:43.0818659Z 2022-09-27T16:05:43.0818851Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:43.0819077Z ========== 2022-09-27T16:05:43.0843126Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT tearDown /var/lib/jenkins/workspace/test/jit/test_profiler.py line 35 2022-09-27T16:05:43.0843651Z due to: 2022-09-27T16:05:43.0843989Z Traceback (most recent call last): 2022-09-27T16:05:43.0844492Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:43.0845108Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:43.0845722Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:05:43.0845973Z 2022-09-27T16:05:43.0846045Z from user code: 2022-09-27T16:05:43.0846301Z File "/var/lib/jenkins/workspace/test/jit/test_profiler.py", line 36, in tearDown 2022-09-27T16:05:43.0846574Z torch._C._jit_set_profiling_executor(self.prev_exec) 2022-09-27T16:05:43.0846725Z 2022-09-27T16:05:43.0846859Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:43.0847077Z ========== 2022-09-27T16:05:43.0847232Z ok (0.076s) 2022-09-27T16:05:43.1624359Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_profiler.py line 217 2022-09-27T16:05:43.1624975Z due to: 2022-09-27T16:05:43.1625250Z Traceback (most recent call last): 2022-09-27T16:05:43.1625660Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:43.1626361Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:43.1627181Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:05:43.1627562Z 2022-09-27T16:05:43.1627679Z from user code: 2022-09-27T16:05:43.1628112Z File "/var/lib/jenkins/workspace/test/jit/test_profiler.py", line 219, in 2022-09-27T16:05:43.1628569Z g = torch.jit.last_executed_optimized_graph() 2022-09-27T16:05:43.1628791Z 2022-09-27T16:05:43.1629007Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:43.1629368Z ========== 2022-09-27T16:05:43.1629608Z ok (0.078s) 2022-09-27T16:05:43.2079616Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_profiler.py line 200 2022-09-27T16:05:43.2080301Z due to: 2022-09-27T16:05:43.2080591Z Traceback (most recent call last): 2022-09-27T16:05:43.2081049Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:43.2081798Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:43.2082687Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:05:43.2083045Z 2022-09-27T16:05:43.2083151Z from user code: 2022-09-27T16:05:43.2083665Z File "/var/lib/jenkins/workspace/test/jit/test_profiler.py", line 201, in 2022-09-27T16:05:43.2084225Z g = torch.jit.last_executed_optimized_graph() 2022-09-27T16:05:43.2084490Z 2022-09-27T16:05:43.2084735Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:43.2085425Z ========== 2022-09-27T16:05:43.2085808Z ok (0.044s) 2022-09-27T16:05:43.2856107Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_profiler.py line 264 2022-09-27T16:05:43.2857026Z due to: 2022-09-27T16:05:43.2857304Z Traceback (most recent call last): 2022-09-27T16:05:43.2857782Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:43.2858540Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:43.2859421Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:05:43.2859783Z 2022-09-27T16:05:43.2859886Z from user code: 2022-09-27T16:05:43.2860345Z File "/var/lib/jenkins/workspace/test/jit/test_profiler.py", line 271, in 2022-09-27T16:05:43.2860900Z g = torch.jit.last_executed_optimized_graph() 2022-09-27T16:05:43.2861151Z 2022-09-27T16:05:43.2861382Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:43.2861787Z ========== 2022-09-27T16:05:43.2862083Z ok (0.077s) 2022-09-27T16:05:43.2966972Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_profiler.py line 236 2022-09-27T16:05:43.2967638Z due to: 2022-09-27T16:05:43.2967988Z Traceback (most recent call last): 2022-09-27T16:05:43.2968297Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:43.2968742Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:43.2969166Z AssertionError: torch.* op returned non-Tensor str call_function 2022-09-27T16:05:43.2969369Z 2022-09-27T16:05:43.2969440Z from user code: 2022-09-27T16:05:43.2969729Z File "/var/lib/jenkins/workspace/test/jit/test_profiler.py", line 240, in 2022-09-27T16:05:43.2970030Z torch.jit.set_fusion_strategy([("STATIC", 1)]) 2022-09-27T16:05:43.2970173Z 2022-09-27T16:05:43.2970307Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:43.2970523Z ========== 2022-09-27T16:05:43.3217131Z ok (0.035s) 2022-09-27T16:05:43.3383408Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_profiler.py line 172 2022-09-27T16:05:43.3384141Z due to: 2022-09-27T16:05:43.3384510Z Traceback (most recent call last): 2022-09-27T16:05:43.3384807Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:43.3385338Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:43.3385947Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:05:43.3386205Z 2022-09-27T16:05:43.3386282Z from user code: 2022-09-27T16:05:43.3386614Z File "/var/lib/jenkins/workspace/test/jit/test_profiler.py", line 173, in 2022-09-27T16:05:43.3386927Z g = torch.jit.last_executed_optimized_graph() 2022-09-27T16:05:43.3387068Z 2022-09-27T16:05:43.3387200Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:43.3387482Z ========== 2022-09-27T16:05:43.3387628Z ok (0.016s) 2022-09-27T16:05:43.3891573Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_profiler.py line 183 2022-09-27T16:05:43.3892433Z due to: 2022-09-27T16:05:43.3892643Z Traceback (most recent call last): 2022-09-27T16:05:43.3892928Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:43.3893449Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:43.3893997Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:05:43.3894250Z 2022-09-27T16:05:43.3894309Z from user code: 2022-09-27T16:05:43.3894606Z File "/var/lib/jenkins/workspace/test/jit/test_profiler.py", line 184, in 2022-09-27T16:05:43.3894925Z g = torch.jit.last_executed_optimized_graph() 2022-09-27T16:05:43.3895067Z 2022-09-27T16:05:43.3895200Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:43.3895412Z ========== 2022-09-27T16:05:43.3898717Z ok (0.051s) 2022-09-27T16:05:43.4804608Z test_specialize_backward (jit.test_profiler.TestProfiler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_profiler.py line 86 2022-09-27T16:05:43.4805093Z due to: 2022-09-27T16:05:43.4805382Z Traceback (most recent call last): 2022-09-27T16:05:43.4805798Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:43.4806240Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:43.4806833Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:05:43.4807088Z 2022-09-27T16:05:43.4807160Z from user code: 2022-09-27T16:05:43.4807506Z File "/var/lib/jenkins/workspace/test/jit/test_profiler.py", line 87, in 2022-09-27T16:05:43.4807823Z g = torch.jit.last_executed_optimized_graph() 2022-09-27T16:05:43.4807952Z 2022-09-27T16:05:43.4808143Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:43.4808369Z ========== 2022-09-27T16:05:43.5429922Z ok (0.152s) 2022-09-27T16:05:43.5788959Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.035s) 2022-09-27T16:05:43.6432972Z test_tensor_constant (jit.test_profiler.TestProfiler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_profiler.py line 231 2022-09-27T16:05:43.6433727Z due to: 2022-09-27T16:05:43.6434052Z Traceback (most recent call last): 2022-09-27T16:05:43.6434380Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:43.6434812Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:43.6435514Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:05:43.6435980Z 2022-09-27T16:05:43.6436117Z from user code: 2022-09-27T16:05:43.6436510Z File "/var/lib/jenkins/workspace/test/jit/test_profiler.py", line 232, in 2022-09-27T16:05:43.6436808Z g = torch.jit.last_executed_optimized_graph() 2022-09-27T16:05:43.6436954Z 2022-09-27T16:05:43.6437089Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:43.6437309Z ========== 2022-09-27T16:05:43.6437458Z ok (0.064s) 2022-09-27T16:05:43.7085202Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_profiler.py line 54 2022-09-27T16:05:43.7085768Z due to: 2022-09-27T16:05:43.7086289Z Traceback (most recent call last): 2022-09-27T16:05:43.7086776Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:43.7087420Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:43.7088061Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:05:43.7088314Z 2022-09-27T16:05:43.7088389Z from user code: 2022-09-27T16:05:43.7088678Z File "/var/lib/jenkins/workspace/test/jit/test_profiler.py", line 55, in 2022-09-27T16:05:43.7089003Z g = torch.jit.last_executed_optimized_graph() 2022-09-27T16:05:43.7089162Z 2022-09-27T16:05:43.7089299Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:43.7089523Z ========== 2022-09-27T16:05:43.7348313Z ok (0.091s) 2022-09-27T16:05:43.7509806Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_profiler.py line 157 2022-09-27T16:05:43.7510198Z due to: 2022-09-27T16:05:43.7510458Z Traceback (most recent call last): 2022-09-27T16:05:43.7510755Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:43.7511264Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:43.7511795Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T16:05:43.7512111Z 2022-09-27T16:05:43.7512170Z from user code: 2022-09-27T16:05:43.7512450Z File "/var/lib/jenkins/workspace/test/jit/test_profiler.py", line 158, in 2022-09-27T16:05:43.7512974Z for _ in range(torch._C._jit_get_num_profiled_runs() + 1): 2022-09-27T16:05:43.7513134Z 2022-09-27T16:05:43.7513268Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:43.7513476Z ========== 2022-09-27T16:05:43.7804399Z ok (0.045s) 2022-09-27T16:05:43.7921765Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_python_bindings.py line 74 2022-09-27T16:05:43.7922298Z due to: 2022-09-27T16:05:43.7922558Z Traceback (most recent call last): 2022-09-27T16:05:43.7922897Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:43.7923250Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:43.7923687Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:43.7923966Z 2022-09-27T16:05:43.7924050Z from user code: 2022-09-27T16:05:43.7924339Z File "/var/lib/jenkins/workspace/test/jit/test_python_bindings.py", line 77, in 2022-09-27T16:05:43.7924614Z gr = test_aliasdb_fn.graph.copy() 2022-09-27T16:05:43.7924746Z 2022-09-27T16:05:43.7924877Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:43.7925095Z ========== 2022-09-27T16:05:43.7925260Z ok (0.011s) 2022-09-27T16:05:43.7966453Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_canonicalize /var/lib/jenkins/workspace/test/jit/test_python_bindings.py line 87 2022-09-27T16:05:43.7966846Z due to: 2022-09-27T16:05:43.7967051Z Traceback (most recent call last): 2022-09-27T16:05:43.7967335Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:43.7967761Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:43.7968266Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:05:43.7968729Z 2022-09-27T16:05:43.7968802Z from user code: 2022-09-27T16:05:43.7969060Z File "/var/lib/jenkins/workspace/test/jit/test_python_bindings.py", line 99, in test_canonicalize 2022-09-27T16:05:43.7969539Z graph1 = torch._C.parse_ir(ir) 2022-09-27T16:05:43.7969672Z 2022-09-27T16:05:43.7969806Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:43.7970082Z ========== 2022-09-27T16:05:43.7970577Z ok (0.004s) 2022-09-27T16:05:43.8105564Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_python_bindings.py line 28 2022-09-27T16:05:43.8106241Z due to: 2022-09-27T16:05:43.8106431Z Traceback (most recent call last): 2022-09-27T16:05:43.8106721Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:43.8107169Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:43.8107656Z AssertionError: torch.* op returned non-Tensor CompilationUnit call_function 2022-09-27T16:05:43.8107882Z 2022-09-27T16:05:43.8107958Z from user code: 2022-09-27T16:05:43.8108239Z File "/var/lib/jenkins/workspace/test/jit/test_python_bindings.py", line 31, in 2022-09-27T16:05:43.8108537Z cu = torch._C.CompilationUnit() 2022-09-27T16:05:43.8108665Z 2022-09-27T16:05:43.8108799Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:43.8109008Z ========== 2022-09-27T16:05:43.8116606Z ok (0.014s) 2022-09-27T16:05:45.1347804Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_python_bindings.py line 23 2022-09-27T16:05:45.1348262Z due to: 2022-09-27T16:05:45.1348478Z Traceback (most recent call last): 2022-09-27T16:05:45.1348754Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:45.1349059Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:45.1349523Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:45.1349752Z 2022-09-27T16:05:45.1349810Z from user code: 2022-09-27T16:05:45.1350096Z File "/var/lib/jenkins/workspace/test/jit/test_python_bindings.py", line 23, in 2022-09-27T16:05:45.1350425Z "test_get_python_cu_fn" in (str(fn.name) for fn in cu.get_functions()) 2022-09-27T16:05:45.1350589Z 2022-09-27T16:05:45.1350722Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:45.1350929Z ========== 2022-09-27T16:05:45.1367418Z ok (1.324s) 2022-09-27T16:05:45.1405332Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_graph_create /var/lib/jenkins/workspace/test/jit/test_python_bindings.py line 82 2022-09-27T16:05:45.1405759Z due to: 2022-09-27T16:05:45.1405966Z Traceback (most recent call last): 2022-09-27T16:05:45.1406251Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:45.1406680Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:45.1407094Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:05:45.1407286Z 2022-09-27T16:05:45.1407356Z from user code: 2022-09-27T16:05:45.1407619Z File "/var/lib/jenkins/workspace/test/jit/test_python_bindings.py", line 83, in test_graph_create 2022-09-27T16:05:45.1407866Z gr = torch._C.Graph() 2022-09-27T16:05:45.1407980Z 2022-09-27T16:05:45.1408332Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:45.1408555Z ========== 2022-09-27T16:05:45.1419543Z ok (0.005s) 2022-09-27T16:05:45.1530129Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_python_bindings.py line 60 2022-09-27T16:05:45.1530571Z due to: 2022-09-27T16:05:45.1530771Z Traceback (most recent call last): 2022-09-27T16:05:45.1531055Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:45.1531343Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:45.1531858Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:45.1532086Z 2022-09-27T16:05:45.1532157Z from user code: 2022-09-27T16:05:45.1532441Z File "/var/lib/jenkins/workspace/test/jit/test_python_bindings.py", line 65, in 2022-09-27T16:05:45.1532893Z n = test_iterator_keepalive_fn.inlined_graph.nodes() 2022-09-27T16:05:45.1533041Z 2022-09-27T16:05:45.1533171Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:45.1533384Z ========== 2022-09-27T16:05:45.1533535Z ok (0.011s) 2022-09-27T16:05:45.1658237Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_python_bindings.py line 44 2022-09-27T16:05:45.1658631Z due to: 2022-09-27T16:05:45.1658829Z Traceback (most recent call last): 2022-09-27T16:05:45.1659100Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:45.1659402Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:45.1659849Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:45.1660079Z 2022-09-27T16:05:45.1660135Z from user code: 2022-09-27T16:05:45.1660419Z File "/var/lib/jenkins/workspace/test/jit/test_python_bindings.py", line 47, in 2022-09-27T16:05:45.1660722Z gr = test_invalidation_fn.graph.copy() 2022-09-27T16:05:45.1660937Z 2022-09-27T16:05:45.1661145Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:45.1661355Z ========== 2022-09-27T16:05:45.1661830Z ok (0.012s) 2022-09-27T16:05:45.1928613Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.026s) 2022-09-27T16:05:45.2946440Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.101s) 2022-09-27T16:05:45.3647220Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_python_builtins.py line 263 2022-09-27T16:05:45.3648009Z due to: 2022-09-27T16:05:45.3648220Z Traceback (most recent call last): 2022-09-27T16:05:45.3648497Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 98, in call_method 2022-09-27T16:05:45.3648759Z assert not kwargs 2022-09-27T16:05:45.3648941Z AssertionError 2022-09-27T16:05:45.3649049Z 2022-09-27T16:05:45.3649123Z from user code: 2022-09-27T16:05:45.3649393Z File "/var/lib/jenkins/workspace/test/jit/test_python_builtins.py", line 273, in 2022-09-27T16:05:45.3649727Z self._check_code(template.format(formals=formals, expr=indexing), 2022-09-27T16:05:45.3649893Z 2022-09-27T16:05:45.3650025Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:45.3650230Z ========== 2022-09-27T16:05:45.4120496Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_python_builtins.py line 151 2022-09-27T16:05:45.4121428Z due to: 2022-09-27T16:05:45.4121769Z Traceback (most recent call last): 2022-09-27T16:05:45.4122271Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:45.4123072Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:45.4123805Z AssertionError: torch.* op returned non-Tensor CompilationUnit call_function 2022-09-27T16:05:45.4124033Z 2022-09-27T16:05:45.4124108Z from user code: 2022-09-27T16:05:45.4124373Z File "/var/lib/jenkins/workspace/test/jit/test_python_builtins.py", line 152, in 2022-09-27T16:05:45.4124676Z cu = torch.jit.CompilationUnit(code_str) 2022-09-27T16:05:45.4124821Z 2022-09-27T16:05:45.4124951Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:45.4125157Z ========== 2022-09-27T16:05:46.1987983Z ok (0.904s) 2022-09-27T16:05:46.2178996Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.019s) 2022-09-27T16:05:46.5974885Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.379s) 2022-09-27T16:05:47.0814187Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.483s) 2022-09-27T16:05:47.1341848Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_python_builtins.py line 399 2022-09-27T16:05:47.1342588Z due to: 2022-09-27T16:05:47.1342945Z Traceback (most recent call last): 2022-09-27T16:05:47.1343373Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:47.1343804Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:47.1344284Z AssertionError: torch.* op returned non-Tensor CompilationUnit call_function 2022-09-27T16:05:47.1344516Z 2022-09-27T16:05:47.1344585Z from user code: 2022-09-27T16:05:47.1344852Z File "/var/lib/jenkins/workspace/test/jit/test_python_builtins.py", line 410, in 2022-09-27T16:05:47.1345130Z cu = torch.jit.CompilationUnit(str) 2022-09-27T16:05:47.1345270Z 2022-09-27T16:05:47.1345401Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:47.1345621Z ========== 2022-09-27T16:05:47.1351803Z ok (0.053s) 2022-09-27T16:05:47.1702565Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.034s) 2022-09-27T16:05:47.1934145Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.023s) 2022-09-27T16:05:47.5173429Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.323s) 2022-09-27T16:05:47.5320095Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_python_builtins.py line 138 2022-09-27T16:05:47.5320846Z due to: 2022-09-27T16:05:47.5321066Z Traceback (most recent call last): 2022-09-27T16:05:47.5321348Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:47.5321782Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:47.5322294Z AssertionError: torch.* op returned non-Tensor _GeneratorContextManager call_function 2022-09-27T16:05:47.5322513Z 2022-09-27T16:05:47.5322584Z from user code: 2022-09-27T16:05:47.5322855Z File "/var/lib/jenkins/workspace/test/jit/test_python_builtins.py", line 143, in 2022-09-27T16:05:47.5323148Z with torch.random.fork_rng(devices=[]): 2022-09-27T16:05:47.5323288Z 2022-09-27T16:05:47.5323408Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:47.5323629Z ========== 2022-09-27T16:05:47.5326834Z ok (0.015s) 2022-09-27T16:05:47.6096356Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.076s) 2022-09-27T16:05:47.6684236Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.058s) 2022-09-27T16:05:47.6988154Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.030s) 2022-09-27T16:05:47.7203549Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.021s) 2022-09-27T16:05:47.7353926Z test_param_strides (jit.test_python_ir.TestPythonIr) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_python_ir.py line 16 2022-09-27T16:05:47.7354327Z due to: 2022-09-27T16:05:47.7354541Z Traceback (most recent call last): 2022-09-27T16:05:47.7354896Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:47.7355202Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:47.7355714Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:47.7355955Z 2022-09-27T16:05:47.7356025Z from user code: 2022-09-27T16:05:47.7356347Z File "/var/lib/jenkins/workspace/test/jit/test_python_ir.py", line 17, in 2022-09-27T16:05:47.7356661Z value = list(traced.graph.param_node().outputs())[0] 2022-09-27T16:05:47.7356817Z 2022-09-27T16:05:47.7357012Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:47.7357312Z ========== 2022-09-27T16:05:47.7357474Z ok (0.015s) 2022-09-27T16:05:47.7792511Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... ok (0.043s) 2022-09-27T16:05:47.8368625Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... ok (0.057s) 2022-09-27T16:05:47.8430137Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M1 /var/lib/jenkins/workspace/test/jit/test_recursive_script.py line 165 2022-09-27T16:05:47.8430842Z due to: 2022-09-27T16:05:47.8431221Z Traceback (most recent call last): 2022-09-27T16:05:47.8431595Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:47.8431840Z raise Unsupported(msg) 2022-09-27T16:05:47.8432081Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:47.8432240Z 2022-09-27T16:05:47.8432308Z from user code: 2022-09-27T16:05:47.8432543Z File "/var/lib/jenkins/workspace/test/jit/test_recursive_script.py", line 165, in M1 2022-09-27T16:05:47.8432956Z class M1(torch.nn.Module): 2022-09-27T16:05:47.8433079Z 2022-09-27T16:05:47.8433212Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:47.8433429Z ========== 2022-09-27T16:05:47.8685839Z ok (0.031s) 2022-09-27T16:05:47.9991609Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... ok (0.130s) 2022-09-27T16:05:48.0095540Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-09-27T16:05:48.0161041Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-09-27T16:05:48.0221153Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-09-27T16:05:48.0398053Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.017s) 2022-09-27T16:05:48.0495441Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.009s) 2022-09-27T16:05:48.0847070Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... ok (0.035s) 2022-09-27T16:05:48.0946601Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.009s) 2022-09-27T16:05:48.1096164Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... ok (0.014s) 2022-09-27T16:05:48.1145287Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-09-27T16:05:48.1378955Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /var/lib/jenkins/workspace/test/jit/test_recursive_script.py line 688 2022-09-27T16:05:48.1380015Z due to: 2022-09-27T16:05:48.1380206Z Traceback (most recent call last): 2022-09-27T16:05:48.1380660Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:05:48.1381035Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:05:48.1381386Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:05:48.1381555Z 2022-09-27T16:05:48.1381614Z from user code: 2022-09-27T16:05:48.1381871Z File "/var/lib/jenkins/workspace/test/jit/test_recursive_script.py", line 691, in forward 2022-09-27T16:05:48.1382127Z out.append(dummy(x)) 2022-09-27T16:05:48.1382241Z 2022-09-27T16:05:48.1382371Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:48.1382576Z ========== 2022-09-27T16:05:48.1434113Z ok (0.028s) 2022-09-27T16:05:48.2489381Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.105s) 2022-09-27T16:05:48.2921644Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... ok (0.042s) 2022-09-27T16:05:48.3229171Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.030s) 2022-09-27T16:05:48.3278684Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Other /var/lib/jenkins/workspace/test/jit/test_recursive_script.py line 449 2022-09-27T16:05:48.3279332Z due to: 2022-09-27T16:05:48.3279680Z Traceback (most recent call last): 2022-09-27T16:05:48.3280013Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:48.3280268Z raise Unsupported(msg) 2022-09-27T16:05:48.3280502Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:48.3280643Z 2022-09-27T16:05:48.3280713Z from user code: 2022-09-27T16:05:48.3280973Z File "/var/lib/jenkins/workspace/test/jit/test_recursive_script.py", line 449, in Other 2022-09-27T16:05:48.3281235Z class Other(torch.nn.Module): 2022-09-27T16:05:48.3281362Z 2022-09-27T16:05:48.3281481Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:48.3281699Z ========== 2022-09-27T16:05:48.3553800Z ok (0.032s) 2022-09-27T16:05:48.3658620Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-09-27T16:05:48.3957081Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... ok (0.029s) 2022-09-27T16:05:48.4317940Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.035s) 2022-09-27T16:05:48.4369851Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M /var/lib/jenkins/workspace/test/jit/test_recursive_script.py line 737 2022-09-27T16:05:48.4370564Z due to: 2022-09-27T16:05:48.4370933Z Traceback (most recent call last): 2022-09-27T16:05:48.4371451Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:48.4371937Z raise Unsupported(msg) 2022-09-27T16:05:48.4372361Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:48.4372650Z 2022-09-27T16:05:48.4372782Z from user code: 2022-09-27T16:05:48.4373262Z File "/var/lib/jenkins/workspace/test/jit/test_recursive_script.py", line 737, in M 2022-09-27T16:05:48.4373753Z class M(torch.nn.Module): 2022-09-27T16:05:48.4373959Z 2022-09-27T16:05:48.4374208Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:48.4427574Z ========== 2022-09-27T16:05:48.4427915Z ok (0.008s) 2022-09-27T16:05:48.4529343Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.011s) 2022-09-27T16:05:48.4736433Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... ok (0.020s) 2022-09-27T16:05:48.5632610Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.089s) 2022-09-27T16:05:48.5807228Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.017s) 2022-09-27T16:05:48.5924172Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.011s) 2022-09-27T16:05:48.6043186Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... ok (0.011s) 2022-09-27T16:05:48.6187183Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_recursive_script.py line 377 2022-09-27T16:05:48.6188089Z due to: 2022-09-27T16:05:48.6188431Z Traceback (most recent call last): 2022-09-27T16:05:48.6188945Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:48.6189258Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:48.6189735Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:48.6189969Z 2022-09-27T16:05:48.6190040Z from user code: 2022-09-27T16:05:48.6190311Z File "/var/lib/jenkins/workspace/test/jit/test_recursive_script.py", line 381, in 2022-09-27T16:05:48.6190606Z graph = str(a_script_fn.graph) 2022-09-27T16:05:48.6190732Z 2022-09-27T16:05:48.6190865Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:48.6191083Z ========== 2022-09-27T16:05:48.6194247Z ok (0.015s) 2022-09-27T16:05:48.6630677Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.043s) 2022-09-27T16:05:48.6642285Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-09-27T16:05:48.6803437Z Test that we can hold a loaded ScriptModule as a submodule. ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /var/lib/jenkins/workspace/test/jit/test_recursive_script.py line 715 2022-09-27T16:05:48.6804094Z due to: 2022-09-27T16:05:48.6804350Z Traceback (most recent call last): 2022-09-27T16:05:48.6804719Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:05:48.6805076Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:05:48.6805423Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:05:48.6805656Z 2022-09-27T16:05:48.6805727Z from user code: 2022-09-27T16:05:48.6805982Z File "/var/lib/jenkins/workspace/test/jit/test_recursive_script.py", line 716, in forward 2022-09-27T16:05:48.6806229Z return self.encoder(input) 2022-09-27T16:05:48.6806352Z 2022-09-27T16:05:48.6806484Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:48.6806704Z ========== 2022-09-27T16:05:48.6839984Z ok (0.020s) 2022-09-27T16:05:48.7021389Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_remove_mutation.py line 27 2022-09-27T16:05:48.7021898Z due to: 2022-09-27T16:05:48.7022097Z Traceback (most recent call last): 2022-09-27T16:05:48.7022381Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:48.7022687Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:48.7023145Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:48.7023375Z 2022-09-27T16:05:48.7023445Z from user code: 2022-09-27T16:05:48.7023713Z File "/var/lib/jenkins/workspace/test/jit/test_remove_mutation.py", line 28, in 2022-09-27T16:05:48.7023983Z graph = fn.graph 2022-09-27T16:05:48.7024093Z 2022-09-27T16:05:48.7024227Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:48.7024625Z ========== 2022-09-27T16:05:48.7355722Z ok (0.051s) 2022-09-27T16:05:48.8276112Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.091s) 2022-09-27T16:05:48.8448737Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_remove_mutation.py line 97 2022-09-27T16:05:48.8449139Z due to: 2022-09-27T16:05:48.8449321Z Traceback (most recent call last): 2022-09-27T16:05:48.8449605Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:48.8450049Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:48.8450477Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:05:48.8450676Z 2022-09-27T16:05:48.8450746Z from user code: 2022-09-27T16:05:48.8451032Z File "/var/lib/jenkins/workspace/test/jit/test_remove_mutation.py", line 98, in 2022-09-27T16:05:48.8451355Z FileCheck().check("aten::add_").run(foo_script.graph) 2022-09-27T16:05:48.8451502Z 2022-09-27T16:05:48.8451634Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:48.8451853Z ========== 2022-09-27T16:05:48.8452054Z You have not run this instance of FileCheck! 2022-09-27T16:05:48.8452246Z FileCheck checks: 2022-09-27T16:05:48.8457681Z ok (0.018s) 2022-09-27T16:05:48.8596522Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_remove_mutation.py line 106 2022-09-27T16:05:48.8596912Z due to: 2022-09-27T16:05:48.8597117Z Traceback (most recent call last): 2022-09-27T16:05:48.8597403Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:48.8597714Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:48.8598153Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:48.8598381Z 2022-09-27T16:05:48.8598451Z from user code: 2022-09-27T16:05:48.8598739Z File "/var/lib/jenkins/workspace/test/jit/test_remove_mutation.py", line 116, in 2022-09-27T16:05:48.8599057Z self.run_pass('inline', foo.graph) 2022-09-27T16:05:48.8599187Z 2022-09-27T16:05:48.8599318Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:48.8599533Z ========== 2022-09-27T16:05:48.8626481Z ok (0.016s) 2022-09-27T16:05:48.8784208Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_remove_mutation.py line 217 2022-09-27T16:05:48.8784729Z due to: 2022-09-27T16:05:48.8784928Z Traceback (most recent call last): 2022-09-27T16:05:48.8785216Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:48.8785506Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:48.8785963Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:48.8786192Z 2022-09-27T16:05:48.8786262Z from user code: 2022-09-27T16:05:48.8786538Z File "/var/lib/jenkins/workspace/test/jit/test_remove_mutation.py", line 223, in 2022-09-27T16:05:48.8786870Z torch._C._jit_pass_remove_mutation(out_of_bounds.graph) 2022-09-27T16:05:48.8787023Z 2022-09-27T16:05:48.8787153Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:48.8787370Z ========== 2022-09-27T16:05:48.8921273Z ok (0.029s) 2022-09-27T16:05:48.9056475Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_remove_mutation.py line 177 2022-09-27T16:05:48.9057189Z due to: 2022-09-27T16:05:48.9057396Z Traceback (most recent call last): 2022-09-27T16:05:48.9057732Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:48.9058035Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:48.9058493Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:48.9058717Z 2022-09-27T16:05:48.9058774Z from user code: 2022-09-27T16:05:48.9059054Z File "/var/lib/jenkins/workspace/test/jit/test_remove_mutation.py", line 178, in 2022-09-27T16:05:48.9059326Z graph = fn.graph 2022-09-27T16:05:48.9059435Z 2022-09-27T16:05:48.9059567Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:48.9059773Z ========== 2022-09-27T16:05:48.9089434Z ok (0.016s) 2022-09-27T16:05:48.9211360Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_remove_mutation.py line 209 2022-09-27T16:05:48.9211770Z due to: 2022-09-27T16:05:48.9211944Z Traceback (most recent call last): 2022-09-27T16:05:48.9212227Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:48.9212527Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:48.9212964Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:48.9213192Z 2022-09-27T16:05:48.9213263Z from user code: 2022-09-27T16:05:48.9213548Z File "/var/lib/jenkins/workspace/test/jit/test_remove_mutation.py", line 210, in 2022-09-27T16:05:48.9213810Z graph = fn.graph 2022-09-27T16:05:48.9213926Z 2022-09-27T16:05:48.9214057Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:48.9214274Z ========== 2022-09-27T16:05:48.9217546Z ok (0.012s) 2022-09-27T16:05:48.9374244Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_remove_mutation.py line 141 2022-09-27T16:05:48.9374703Z due to: 2022-09-27T16:05:48.9374890Z Traceback (most recent call last): 2022-09-27T16:05:48.9375180Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:48.9375473Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:48.9375929Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:48.9376166Z 2022-09-27T16:05:48.9376237Z from user code: 2022-09-27T16:05:48.9376514Z File "/var/lib/jenkins/workspace/test/jit/test_remove_mutation.py", line 142, in 2022-09-27T16:05:48.9376792Z graph = fn.graph 2022-09-27T16:05:48.9376903Z 2022-09-27T16:05:48.9377035Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:48.9377255Z ========== 2022-09-27T16:05:48.9535529Z ok (0.031s) 2022-09-27T16:05:48.9559141Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-09-27T16:05:48.9877809Z Exercise the situation where we have the same qualified name ... ok (0.034s) 2022-09-27T16:05:48.9905476Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-09-27T16:05:48.9970997Z Exercise the situation where we have the same qualified name ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyInterface /var/lib/jenkins/workspace/test/jit/test_save_load.py line 154 2022-09-27T16:05:48.9971398Z due to: 2022-09-27T16:05:48.9971776Z Traceback (most recent call last): 2022-09-27T16:05:48.9972055Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:48.9972304Z raise Unsupported(msg) 2022-09-27T16:05:48.9972542Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:48.9972697Z 2022-09-27T16:05:48.9972769Z from user code: 2022-09-27T16:05:48.9973073Z File "/var/lib/jenkins/workspace/test/jit/test_save_load.py", line 154, in MyInterface 2022-09-27T16:05:48.9973332Z @torch.jit.interface 2022-09-27T16:05:48.9973449Z 2022-09-27T16:05:48.9973580Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:48.9973785Z ========== 2022-09-27T16:05:49.0071209Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyInterface /var/lib/jenkins/workspace/test/jit/test_save_load.py line 184 2022-09-27T16:05:49.0071754Z due to: 2022-09-27T16:05:49.0072110Z Traceback (most recent call last): 2022-09-27T16:05:49.0072396Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:49.0072666Z raise Unsupported(msg) 2022-09-27T16:05:49.0073134Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:49.0073292Z 2022-09-27T16:05:49.0073349Z from user code: 2022-09-27T16:05:49.0073600Z File "/var/lib/jenkins/workspace/test/jit/test_save_load.py", line 184, in MyInterface 2022-09-27T16:05:49.0073861Z @torch.jit.interface 2022-09-27T16:05:49.0073979Z 2022-09-27T16:05:49.0074110Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:49.0074320Z ========== 2022-09-27T16:05:49.0323191Z ok (0.044s) 2022-09-27T16:05:49.0348195Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-09-27T16:05:49.0866012Z Exercise the situation where we have the same qualified name ... ok (0.054s) 2022-09-27T16:05:49.0970520Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyInterface /var/lib/jenkins/workspace/test/jit/test_save_load.py line 240 2022-09-27T16:05:49.0971165Z due to: 2022-09-27T16:05:49.0971512Z Traceback (most recent call last): 2022-09-27T16:05:49.0972013Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:49.0972493Z raise Unsupported(msg) 2022-09-27T16:05:49.0972905Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:49.0973065Z 2022-09-27T16:05:49.0973129Z from user code: 2022-09-27T16:05:49.0973378Z File "/var/lib/jenkins/workspace/test/jit/test_save_load.py", line 240, in MyInterface 2022-09-27T16:05:49.0973634Z @torch.jit.interface 2022-09-27T16:05:49.0973751Z 2022-09-27T16:05:49.0973881Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:49.0974086Z ========== 2022-09-27T16:05:49.1174758Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyInterface /var/lib/jenkins/workspace/test/jit/test_save_load.py line 280 2022-09-27T16:05:49.1175291Z due to: 2022-09-27T16:05:49.1175608Z Traceback (most recent call last): 2022-09-27T16:05:49.1176159Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:49.1176631Z raise Unsupported(msg) 2022-09-27T16:05:49.1176944Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:49.1177101Z 2022-09-27T16:05:49.1177171Z from user code: 2022-09-27T16:05:49.1177424Z File "/var/lib/jenkins/workspace/test/jit/test_save_load.py", line 280, in MyInterface 2022-09-27T16:05:49.1177673Z @torch.jit.interface 2022-09-27T16:05:49.1177778Z 2022-09-27T16:05:49.1177908Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:49.1178125Z ========== 2022-09-27T16:05:49.1581414Z ok (0.071s) 2022-09-27T16:05:49.1606038Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-09-27T16:05:49.1895486Z Check that parameters, buffers, and submodules are the same after loading ... ok (0.031s) 2022-09-27T16:05:49.1917402Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-09-27T16:05:49.2109998Z Check that parameters, buffers, and submodules are the same after loading. ... ok (0.021s) 2022-09-27T16:05:49.2162691Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyMod /var/lib/jenkins/workspace/test/jit/test_save_load.py line 393 2022-09-27T16:05:49.2163335Z due to: 2022-09-27T16:05:49.2163697Z Traceback (most recent call last): 2022-09-27T16:05:49.2163977Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:49.2164225Z raise Unsupported(msg) 2022-09-27T16:05:49.2164466Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:49.2164620Z 2022-09-27T16:05:49.2164693Z from user code: 2022-09-27T16:05:49.2164920Z File "/var/lib/jenkins/workspace/test/jit/test_save_load.py", line 393, in MyMod 2022-09-27T16:05:49.2165193Z class MyMod(torch.jit.ScriptModule): 2022-09-27T16:05:49.2165332Z 2022-09-27T16:05:49.2165465Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:49.2165761Z ========== 2022-09-27T16:05:49.2218417Z ok (0.010s) 2022-09-27T16:05:49.2301612Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyMod /var/lib/jenkins/workspace/test/jit/test_save_load.py line 343 2022-09-27T16:05:49.2302001Z due to: 2022-09-27T16:05:49.2302186Z Traceback (most recent call last): 2022-09-27T16:05:49.2302471Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:49.2302732Z raise Unsupported(msg) 2022-09-27T16:05:49.2302972Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:49.2303116Z 2022-09-27T16:05:49.2303185Z from user code: 2022-09-27T16:05:49.2303424Z File "/var/lib/jenkins/workspace/test/jit/test_save_load.py", line 343, in MyMod 2022-09-27T16:05:49.2303701Z class MyMod(torch.jit.ScriptModule): 2022-09-27T16:05:49.2303849Z 2022-09-27T16:05:49.2303968Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:49.2304191Z ========== 2022-09-27T16:05:49.2441260Z ok (0.022s) 2022-09-27T16:05:49.2451974Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-09-27T16:05:49.2493803Z Even if a NamedTuple is only used as an input argument, saving and ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyModule /var/lib/jenkins/workspace/test/jit/test_save_load.py line 428 2022-09-27T16:05:49.2494437Z due to: 2022-09-27T16:05:49.2494774Z Traceback (most recent call last): 2022-09-27T16:05:49.2495037Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:49.2495298Z raise Unsupported(msg) 2022-09-27T16:05:49.2495534Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:49.2495688Z 2022-09-27T16:05:49.2495761Z from user code: 2022-09-27T16:05:49.2495991Z File "/var/lib/jenkins/workspace/test/jit/test_save_load.py", line 428, in MyModule 2022-09-27T16:05:49.2496258Z class MyModule(torch.nn.Module): 2022-09-27T16:05:49.2496395Z 2022-09-27T16:05:49.2496527Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:49.2496730Z ========== 2022-09-27T16:05:49.2555490Z ok (0.011s) 2022-09-27T16:05:49.2565252Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-09-27T16:05:49.2652181Z Even if a NamedTuple is only used as an output argument, saving and ... ok (0.009s) 2022-09-27T16:05:49.2752322Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... ok (0.009s) 2022-09-27T16:05:49.2770743Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:05:49.2771217Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T16:05:49.2796115Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:05:49.2796520Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-09-27T16:05:49.2816477Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:05:49.2816964Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-09-27T16:05:49.2847147Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-09-27T16:05:49.2860512Z test_module_info_flatbuffer (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T16:05:49.2880703Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:05:49.2881481Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-09-27T16:05:49.2891771Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T16:05:49.2902289Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:05:49.2902964Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T16:05:49.2912381Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:05:49.2913149Z Even if a NamedTuple is only used as an input argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T16:05:49.2921952Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:05:49.2922631Z Even if a NamedTuple is only used as an output argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T16:05:49.6183825Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Falsifying explicit example: test_versioned_div_scalar( 2022-09-27T16:05:49.6184635Z self=, 2022-09-27T16:05:49.6184943Z sample_input=(2, 3, 2.0, 3.0), 2022-09-27T16:05:49.6185123Z ) 2022-09-27T16:05:49.6185289Z skip: Failed to load fixture! (0.326s) 2022-09-27T16:05:49.7287300Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _helper /var/lib/jenkins/workspace/test/jit/test_save_load_for_op_version.py line 381 2022-09-27T16:05:49.7288091Z due to: 2022-09-27T16:05:49.7288322Z Traceback (most recent call last): 2022-09-27T16:05:49.7288692Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:05:49.7289051Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:05:49.7289404Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:05:49.7289576Z 2022-09-27T16:05:49.7289653Z from user code: 2022-09-27T16:05:49.7289906Z File "/var/lib/jenkins/workspace/test/jit/test_save_load_for_op_version.py", line 382, in _helper 2022-09-27T16:05:49.7290179Z m_result = self._try_fn(m, a, b) 2022-09-27T16:05:49.7290304Z 2022-09-27T16:05:49.7290437Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:49.7290658Z ========== 2022-09-27T16:05:49.7585391Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _try_fn /var/lib/jenkins/workspace/test/jit/test_save_load_for_op_version.py line 43 2022-09-27T16:05:49.7585952Z due to: 2022-09-27T16:05:49.7586283Z Traceback (most recent call last): 2022-09-27T16:05:49.7586673Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:05:49.7587048Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:05:49.7587399Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:05:49.7587569Z 2022-09-27T16:05:49.7587853Z from user code: 2022-09-27T16:05:49.7588105Z File "/var/lib/jenkins/workspace/test/jit/test_save_load_for_op_version.py", line 45, in _try_fn 2022-09-27T16:05:49.7588370Z return fn(*args, **kwargs) 2022-09-27T16:05:49.7588490Z 2022-09-27T16:05:49.7588623Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:49.7588832Z ========== 2022-09-27T16:05:50.4893170Z ok (0.870s) 2022-09-27T16:05:51.0910034Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.601s) 2022-09-27T16:05:51.1326424Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.041s) 2022-09-27T16:05:51.3576905Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT historic_div /var/lib/jenkins/workspace/test/jit/test_save_load_for_op_version.py line 71 2022-09-27T16:05:51.3577537Z due to: 2022-09-27T16:05:51.3577750Z Traceback (most recent call last): 2022-09-27T16:05:51.3578152Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/graph_module.py", line 71, in _exec_with_source 2022-09-27T16:05:51.3578493Z exec(compile(src, key, 'exec'), globals) 2022-09-27T16:05:51.3578714Z File ".1810", line 4 2022-09-27T16:05:51.3579019Z SyntaxError: duplicate argument 'self' in function definition 2022-09-27T16:05:51.3579167Z 2022-09-27T16:05:51.3579237Z from user code: 2022-09-27T16:05:51.3579507Z File "/var/lib/jenkins/workspace/test/jit/test_save_load_for_op_version.py", line 74, in historic_div 2022-09-27T16:05:51.3579855Z return self.divide(other, rounding_mode='trunc') 2022-09-27T16:05:51.3580000Z 2022-09-27T16:05:51.3580119Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:51.3580338Z ========== 2022-09-27T16:05:51.6898969Z ok (0.556s) 2022-09-27T16:05:51.8527861Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _helper /var/lib/jenkins/workspace/test/jit/test_save_load_for_op_version.py line 145 2022-09-27T16:05:51.8528602Z due to: 2022-09-27T16:05:51.8528775Z Traceback (most recent call last): 2022-09-27T16:05:51.8529162Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:05:51.8529448Z return self._op(*args, **kwargs or {}) 2022-09-27T16:05:51.8529770Z RuntimeError: result type Double can't be cast to the desired output type Long 2022-09-27T16:05:51.8529946Z 2022-09-27T16:05:51.8530082Z The above exception was the direct cause of the following exception: 2022-09-27T16:05:51.8530246Z 2022-09-27T16:05:51.8530338Z Traceback (most recent call last): 2022-09-27T16:05:51.8530613Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:05:51.8530873Z raise TorchRuntimeError() from e 2022-09-27T16:05:51.8531109Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:05:51.8531251Z 2022-09-27T16:05:51.8531323Z from user code: 2022-09-27T16:05:51.8531572Z File "/var/lib/jenkins/workspace/test/jit/test_save_load_for_op_version.py", line 146, in _helper 2022-09-27T16:05:51.8531854Z fn_result = self._try_fn(fn, a.clone(), b) 2022-09-27T16:05:51.8531987Z 2022-09-27T16:05:51.8532120Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:51.8532345Z ========== 2022-09-27T16:05:51.8624333Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT historic_div_ /var/lib/jenkins/workspace/test/jit/test_save_load_for_op_version.py line 120 2022-09-27T16:05:51.8624854Z due to: 2022-09-27T16:05:51.8625230Z Traceback (most recent call last): 2022-09-27T16:05:51.8625780Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:05:51.8626224Z return self._op(*args, **kwargs or {}) 2022-09-27T16:05:51.8626849Z RuntimeError: result type Double can't be cast to the desired output type Long 2022-09-27T16:05:51.8627052Z 2022-09-27T16:05:51.8627448Z The above exception was the direct cause of the following exception: 2022-09-27T16:05:51.8627601Z 2022-09-27T16:05:51.8627693Z Traceback (most recent call last): 2022-09-27T16:05:51.8627967Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:05:51.8628238Z raise TorchRuntimeError() from e 2022-09-27T16:05:51.8628523Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:05:51.8628667Z 2022-09-27T16:05:51.8628736Z from user code: 2022-09-27T16:05:51.8629004Z File "/var/lib/jenkins/workspace/test/jit/test_save_load_for_op_version.py", line 122, in historic_div_ 2022-09-27T16:05:51.8629279Z return self.true_divide_(other) 2022-09-27T16:05:51.8629394Z 2022-09-27T16:05:51.8629524Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:51.8629741Z ========== 2022-09-27T16:05:52.6337349Z ok (0.943s) 2022-09-27T16:05:52.7349406Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT historic_div_out /var/lib/jenkins/workspace/test/jit/test_save_load_for_op_version.py line 166 2022-09-27T16:05:52.7349903Z due to: 2022-09-27T16:05:52.7350089Z Traceback (most recent call last): 2022-09-27T16:05:52.7350493Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/graph_module.py", line 71, in _exec_with_source 2022-09-27T16:05:52.7350844Z exec(compile(src, key, 'exec'), globals) 2022-09-27T16:05:52.7351050Z File ".1815", line 4 2022-09-27T16:05:52.7351349Z SyntaxError: duplicate argument 'self' in function definition 2022-09-27T16:05:52.7351507Z 2022-09-27T16:05:52.7351577Z from user code: 2022-09-27T16:05:52.7351850Z File "/var/lib/jenkins/workspace/test/jit/test_save_load_for_op_version.py", line 168, in historic_div_out 2022-09-27T16:05:52.7352137Z return torch.true_divide(self, other, out=out) 2022-09-27T16:05:52.7352280Z 2022-09-27T16:05:52.7352412Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:52.7352637Z ========== 2022-09-27T16:05:54.1864845Z ok (1.552s) 2022-09-27T16:05:54.2043372Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.017s) 2022-09-27T16:05:54.2123003Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Module /var/lib/jenkins/workspace/test/jit/test_save_load_for_op_version.py line 457 2022-09-27T16:05:54.2123416Z due to: 2022-09-27T16:05:54.2123619Z Traceback (most recent call last): 2022-09-27T16:05:54.2123902Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:54.2124148Z raise Unsupported(msg) 2022-09-27T16:05:54.2124386Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:54.2124539Z 2022-09-27T16:05:54.2124612Z from user code: 2022-09-27T16:05:54.2124875Z File "/var/lib/jenkins/workspace/test/jit/test_save_load_for_op_version.py", line 457, in Module 2022-09-27T16:05:54.2125148Z class Module(torch.nn.Module): 2022-09-27T16:05:54.2125276Z 2022-09-27T16:05:54.2125407Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:54.2125717Z ========== 2022-09-27T16:05:54.2217235Z ok (0.017s) 2022-09-27T16:05:54.2392974Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.017s) 2022-09-27T16:05:54.2475553Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Module /var/lib/jenkins/workspace/test/jit/test_save_load_for_op_version.py line 516 2022-09-27T16:05:54.2475991Z due to: 2022-09-27T16:05:54.2476182Z Traceback (most recent call last): 2022-09-27T16:05:54.2476479Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:54.2476722Z raise Unsupported(msg) 2022-09-27T16:05:54.2476961Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:54.2477113Z 2022-09-27T16:05:54.2477430Z from user code: 2022-09-27T16:05:54.2477683Z File "/var/lib/jenkins/workspace/test/jit/test_save_load_for_op_version.py", line 516, in Module 2022-09-27T16:05:54.2477957Z class Module(torch.nn.Module): 2022-09-27T16:05:54.2478086Z 2022-09-27T16:05:54.2478219Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:54.2478503Z ========== 2022-09-27T16:05:54.2570177Z ok (0.017s) 2022-09-27T16:05:54.2935560Z test_add_out (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:05:54.3303015Z test_add_tuple_different_types (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:05:54.3805911Z test_add_tuple_non_optional (__main__.TestScript) ... ok (0.050s) 2022-09-27T16:05:54.4486892Z test_add_tuple_optional (__main__.TestScript) ... ok (0.067s) 2022-09-27T16:05:54.4859246Z test_add_tuple_same_types (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:05:54.4873702Z test_addmm_grad (__main__.TestScript) 2022-09-27T16:05:54.5665768Z This test checks several things: ... ok (0.080s) 2022-09-27T16:05:54.6017687Z test_alias_covariant_type_containers (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:05:55.0175676Z test_all (__main__.TestScript) ... ok (0.415s) 2022-09-27T16:05:55.1643010Z test_annot_ast_mypy_fn (__main__.TestScript) ... ok (0.146s) 2022-09-27T16:05:55.1999847Z test_annot_ast_mypy_method (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooModule /tmp/tmp19hkwvxi/script.py line 3 2022-09-27T16:05:55.2000210Z due to: 2022-09-27T16:05:55.2000399Z Traceback (most recent call last): 2022-09-27T16:05:55.2000697Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:55.2000943Z raise Unsupported(msg) 2022-09-27T16:05:55.2001186Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:55.2001340Z 2022-09-27T16:05:55.2001412Z from user code: 2022-09-27T16:05:55.2001618Z File "/tmp/tmp19hkwvxi/script.py", line 3, in FooModule 2022-09-27T16:05:55.2001874Z class FooModule(torch.jit.ScriptModule): 2022-09-27T16:05:55.2002025Z 2022-09-27T16:05:55.2002158Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.2002364Z ========== 2022-09-27T16:05:55.2086346Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooModule /tmp/tmp5tf0xfyo/script.py line 3 2022-09-27T16:05:55.2086847Z due to: 2022-09-27T16:05:55.2087104Z Traceback (most recent call last): 2022-09-27T16:05:55.2087372Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:55.2087630Z raise Unsupported(msg) 2022-09-27T16:05:55.2087870Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:55.2088026Z 2022-09-27T16:05:55.2088083Z from user code: 2022-09-27T16:05:55.2088301Z File "/tmp/tmp5tf0xfyo/script.py", line 3, in FooModule 2022-09-27T16:05:55.2088561Z class FooModule(torch.jit.ScriptModule): 2022-09-27T16:05:55.2088706Z 2022-09-27T16:05:55.2088825Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.2089046Z ========== 2022-09-27T16:05:55.2177807Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooModule /tmp/tmpbhnxdffh/script.py line 3 2022-09-27T16:05:55.2178329Z due to: 2022-09-27T16:05:55.2178568Z Traceback (most recent call last): 2022-09-27T16:05:55.2178842Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:55.2179104Z raise Unsupported(msg) 2022-09-27T16:05:55.2179327Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:55.2179479Z 2022-09-27T16:05:55.2179550Z from user code: 2022-09-27T16:05:55.2179769Z File "/tmp/tmpbhnxdffh/script.py", line 3, in FooModule 2022-09-27T16:05:55.2180010Z class FooModule(torch.jit.ScriptModule): 2022-09-27T16:05:55.2180156Z 2022-09-27T16:05:55.2180289Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.2180504Z ========== 2022-09-27T16:05:55.2260118Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooModule /tmp/tmpzm788avn/script.py line 3 2022-09-27T16:05:55.2260540Z due to: 2022-09-27T16:05:55.2260739Z Traceback (most recent call last): 2022-09-27T16:05:55.2261016Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:55.2261259Z raise Unsupported(msg) 2022-09-27T16:05:55.2261496Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:55.2261649Z 2022-09-27T16:05:55.2261780Z from user code: 2022-09-27T16:05:55.2261999Z File "/tmp/tmpzm788avn/script.py", line 3, in FooModule 2022-09-27T16:05:55.2262239Z class FooModule(torch.jit.ScriptModule): 2022-09-27T16:05:55.2262385Z 2022-09-27T16:05:55.2262518Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.2262735Z ========== 2022-09-27T16:05:55.2341417Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooModule /tmp/tmpzgcwj2n1/script.py line 3 2022-09-27T16:05:55.2341872Z due to: 2022-09-27T16:05:55.2342061Z Traceback (most recent call last): 2022-09-27T16:05:55.2342342Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:55.2342613Z raise Unsupported(msg) 2022-09-27T16:05:55.2342849Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:55.2343002Z 2022-09-27T16:05:55.2343072Z from user code: 2022-09-27T16:05:55.2343277Z File "/tmp/tmpzgcwj2n1/script.py", line 3, in FooModule 2022-09-27T16:05:55.2343540Z class FooModule(torch.jit.ScriptModule): 2022-09-27T16:05:55.2343686Z 2022-09-27T16:05:55.2343822Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.2344026Z ========== 2022-09-27T16:05:55.2421572Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooModule /tmp/tmp1m78y3_b/script.py line 3 2022-09-27T16:05:55.2422218Z due to: 2022-09-27T16:05:55.2422403Z Traceback (most recent call last): 2022-09-27T16:05:55.2422663Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:55.2422923Z raise Unsupported(msg) 2022-09-27T16:05:55.2423159Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:55.2423321Z 2022-09-27T16:05:55.2423377Z from user code: 2022-09-27T16:05:55.2423595Z File "/tmp/tmp1m78y3_b/script.py", line 3, in FooModule 2022-09-27T16:05:55.2423846Z class FooModule(torch.jit.ScriptModule): 2022-09-27T16:05:55.2423989Z 2022-09-27T16:05:55.2424107Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.2424324Z ========== 2022-09-27T16:05:55.2505559Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooModule /tmp/tmp80drwan3/script.py line 3 2022-09-27T16:05:55.2506037Z due to: 2022-09-27T16:05:55.2506381Z Traceback (most recent call last): 2022-09-27T16:05:55.2506890Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:55.2507365Z raise Unsupported(msg) 2022-09-27T16:05:55.2507749Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:55.2507920Z 2022-09-27T16:05:55.2507991Z from user code: 2022-09-27T16:05:55.2508207Z File "/tmp/tmp80drwan3/script.py", line 3, in FooModule 2022-09-27T16:05:55.2508453Z class FooModule(torch.jit.ScriptModule): 2022-09-27T16:05:55.2508599Z 2022-09-27T16:05:55.2508729Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.2508945Z ========== 2022-09-27T16:05:55.2587146Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooModule /tmp/tmpiuq3vecy/script.py line 3 2022-09-27T16:05:55.2587653Z due to: 2022-09-27T16:05:55.2587941Z Traceback (most recent call last): 2022-09-27T16:05:55.2588215Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:55.2588462Z raise Unsupported(msg) 2022-09-27T16:05:55.2588694Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:55.2588848Z 2022-09-27T16:05:55.2588918Z from user code: 2022-09-27T16:05:55.2589133Z File "/tmp/tmpiuq3vecy/script.py", line 3, in FooModule 2022-09-27T16:05:55.2589375Z class FooModule(torch.jit.ScriptModule): 2022-09-27T16:05:55.2589519Z 2022-09-27T16:05:55.2589790Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.2590010Z ========== 2022-09-27T16:05:55.2667904Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooModule /tmp/tmpzj8su0o9/script.py line 3 2022-09-27T16:05:55.2668424Z due to: 2022-09-27T16:05:55.2668644Z Traceback (most recent call last): 2022-09-27T16:05:55.2669003Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:55.2669267Z raise Unsupported(msg) 2022-09-27T16:05:55.2669501Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:55.2669657Z 2022-09-27T16:05:55.2669727Z from user code: 2022-09-27T16:05:55.2669932Z File "/tmp/tmpzj8su0o9/script.py", line 3, in FooModule 2022-09-27T16:05:55.2670187Z class FooModule(torch.jit.ScriptModule): 2022-09-27T16:05:55.2670328Z 2022-09-27T16:05:55.2670460Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.2670661Z ========== 2022-09-27T16:05:55.2712387Z ok (0.106s) 2022-09-27T16:05:55.3640357Z test_annot_ast_py3_fn (__main__.TestScript) ... ok (0.092s) 2022-09-27T16:05:55.4000030Z test_annot_ast_py3_method (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooModule /tmp/tmplj5b4sp6/script.py line 7 2022-09-27T16:05:55.4000500Z due to: 2022-09-27T16:05:55.4000687Z Traceback (most recent call last): 2022-09-27T16:05:55.4000981Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:55.4001228Z raise Unsupported(msg) 2022-09-27T16:05:55.4001466Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:55.4001622Z 2022-09-27T16:05:55.4001692Z from user code: 2022-09-27T16:05:55.4001899Z File "/tmp/tmplj5b4sp6/script.py", line 7, in FooModule 2022-09-27T16:05:55.4002160Z class FooModule(torch.jit.ScriptModule): 2022-09-27T16:05:55.4002304Z 2022-09-27T16:05:55.4002435Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.4002651Z ========== 2022-09-27T16:05:55.4091459Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooModule /tmp/tmpv9qv5b75/script.py line 7 2022-09-27T16:05:55.4091896Z due to: 2022-09-27T16:05:55.4092234Z Traceback (most recent call last): 2022-09-27T16:05:55.4092735Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:55.4093157Z raise Unsupported(msg) 2022-09-27T16:05:55.4093397Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:55.4093554Z 2022-09-27T16:05:55.4093625Z from user code: 2022-09-27T16:05:55.4093826Z File "/tmp/tmpv9qv5b75/script.py", line 7, in FooModule 2022-09-27T16:05:55.4094078Z class FooModule(torch.jit.ScriptModule): 2022-09-27T16:05:55.4094223Z 2022-09-27T16:05:55.4094359Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.4094562Z ========== 2022-09-27T16:05:55.4179059Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooModule /tmp/tmp6te18xdv/script.py line 7 2022-09-27T16:05:55.4179552Z due to: 2022-09-27T16:05:55.4179901Z Traceback (most recent call last): 2022-09-27T16:05:55.4180402Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:55.4180712Z raise Unsupported(msg) 2022-09-27T16:05:55.4180946Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:55.4181087Z 2022-09-27T16:05:55.4181157Z from user code: 2022-09-27T16:05:55.4181377Z File "/tmp/tmp6te18xdv/script.py", line 7, in FooModule 2022-09-27T16:05:55.4181629Z class FooModule(torch.jit.ScriptModule): 2022-09-27T16:05:55.4181773Z 2022-09-27T16:05:55.4181892Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.4182106Z ========== 2022-09-27T16:05:55.4265062Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooModule /tmp/tmptr0855z9/script.py line 7 2022-09-27T16:05:55.4265486Z due to: 2022-09-27T16:05:55.4265835Z Traceback (most recent call last): 2022-09-27T16:05:55.4266281Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:55.4266735Z raise Unsupported(msg) 2022-09-27T16:05:55.4266956Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:55.4267110Z 2022-09-27T16:05:55.4267180Z from user code: 2022-09-27T16:05:55.4267394Z File "/tmp/tmptr0855z9/script.py", line 7, in FooModule 2022-09-27T16:05:55.4267634Z class FooModule(torch.jit.ScriptModule): 2022-09-27T16:05:55.4267782Z 2022-09-27T16:05:55.4267969Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.4268191Z ========== 2022-09-27T16:05:55.4356748Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooModule /tmp/tmpfro48i6d/script.py line 7 2022-09-27T16:05:55.4357207Z due to: 2022-09-27T16:05:55.4357573Z Traceback (most recent call last): 2022-09-27T16:05:55.4357986Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:55.4358230Z raise Unsupported(msg) 2022-09-27T16:05:55.4358463Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:55.4358614Z 2022-09-27T16:05:55.4358691Z from user code: 2022-09-27T16:05:55.4358892Z File "/tmp/tmpfro48i6d/script.py", line 7, in FooModule 2022-09-27T16:05:55.4359148Z class FooModule(torch.jit.ScriptModule): 2022-09-27T16:05:55.4359292Z 2022-09-27T16:05:55.4359424Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.4359639Z ========== 2022-09-27T16:05:55.4441184Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooModule /tmp/tmp8h2tc1jt/script.py line 7 2022-09-27T16:05:55.4441649Z due to: 2022-09-27T16:05:55.4442006Z Traceback (most recent call last): 2022-09-27T16:05:55.4442435Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:55.4442691Z raise Unsupported(msg) 2022-09-27T16:05:55.4442924Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:55.4443075Z 2022-09-27T16:05:55.4443144Z from user code: 2022-09-27T16:05:55.4443345Z File "/tmp/tmp8h2tc1jt/script.py", line 7, in FooModule 2022-09-27T16:05:55.4443601Z class FooModule(torch.jit.ScriptModule): 2022-09-27T16:05:55.4443749Z 2022-09-27T16:05:55.4443879Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.4444081Z ========== 2022-09-27T16:05:55.4525723Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooModule /tmp/tmp6m93t1md/script.py line 7 2022-09-27T16:05:55.4526164Z due to: 2022-09-27T16:05:55.4526494Z Traceback (most recent call last): 2022-09-27T16:05:55.4526979Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:55.4527452Z raise Unsupported(msg) 2022-09-27T16:05:55.4527879Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:55.4528144Z 2022-09-27T16:05:55.4528250Z from user code: 2022-09-27T16:05:55.4528524Z File "/tmp/tmp6m93t1md/script.py", line 7, in FooModule 2022-09-27T16:05:55.4528775Z class FooModule(torch.jit.ScriptModule): 2022-09-27T16:05:55.4528919Z 2022-09-27T16:05:55.4529041Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.4529263Z ========== 2022-09-27T16:05:55.4609483Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooModule /tmp/tmp1xlccv6e/script.py line 7 2022-09-27T16:05:55.4609936Z due to: 2022-09-27T16:05:55.4610294Z Traceback (most recent call last): 2022-09-27T16:05:55.4610784Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:55.4611277Z raise Unsupported(msg) 2022-09-27T16:05:55.4611561Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:55.4611713Z 2022-09-27T16:05:55.4611782Z from user code: 2022-09-27T16:05:55.4612002Z File "/tmp/tmp1xlccv6e/script.py", line 7, in FooModule 2022-09-27T16:05:55.4612246Z class FooModule(torch.jit.ScriptModule): 2022-09-27T16:05:55.4612393Z 2022-09-27T16:05:55.4612523Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.4612740Z ========== 2022-09-27T16:05:55.4699942Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooModule /tmp/tmp_btcnm0p/script.py line 7 2022-09-27T16:05:55.4700582Z due to: 2022-09-27T16:05:55.4700935Z Traceback (most recent call last): 2022-09-27T16:05:55.4701445Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:55.4701900Z raise Unsupported(msg) 2022-09-27T16:05:55.4702294Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:55.4702447Z 2022-09-27T16:05:55.4702589Z from user code: 2022-09-27T16:05:55.4702797Z File "/tmp/tmp_btcnm0p/script.py", line 7, in FooModule 2022-09-27T16:05:55.4703055Z class FooModule(torch.jit.ScriptModule): 2022-09-27T16:05:55.4703198Z 2022-09-27T16:05:55.4703329Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.4703542Z ========== 2022-09-27T16:05:55.4758066Z ok (0.111s) 2022-09-27T16:05:55.4811527Z test_annot_string_mypy_fn (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_annot_string_mypy_fn test_jit.py line 13016 2022-09-27T16:05:55.4812119Z due to: 2022-09-27T16:05:55.4812378Z Traceback (most recent call last): 2022-09-27T16:05:55.4812666Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 98, in call_method 2022-09-27T16:05:55.4812924Z assert not kwargs 2022-09-27T16:05:55.4813102Z AssertionError 2022-09-27T16:05:55.4813195Z 2022-09-27T16:05:55.4813265Z from user code: 2022-09-27T16:05:55.4813492Z File "test_jit.py", line 13024, in test_annot_string_mypy_fn 2022-09-27T16:05:55.4813772Z cu = torch.jit.CompilationUnit(self.format_code(code, pair)) 2022-09-27T16:05:55.4813941Z 2022-09-27T16:05:55.4814058Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.4814275Z ========== 2022-09-27T16:05:55.4842188Z ok (0.008s) 2022-09-27T16:05:55.4923334Z test_annot_string_mypy_method (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 13031 2022-09-27T16:05:55.4923869Z due to: 2022-09-27T16:05:55.4924239Z Traceback (most recent call last): 2022-09-27T16:05:55.4924791Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:05:55.4925374Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:05:55.4925830Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:05:55.4926022Z 2022-09-27T16:05:55.4926095Z from user code: 2022-09-27T16:05:55.4926348Z File "test_jit.py", line 13032, in __init__ 2022-09-27T16:05:55.4926641Z super(TestModule, self).__init__() 2022-09-27T16:05:55.4926776Z 2022-09-27T16:05:55.4926967Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.4927200Z ========== 2022-09-27T16:05:55.5204342Z ok (0.036s) 2022-09-27T16:05:55.5261085Z test_annot_string_py3_fn (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_annot_string_py3_fn test_jit.py line 12985 2022-09-27T16:05:55.5261649Z due to: 2022-09-27T16:05:55.5261990Z Traceback (most recent call last): 2022-09-27T16:05:55.5262289Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 98, in call_method 2022-09-27T16:05:55.5262559Z assert not kwargs 2022-09-27T16:05:55.5262727Z AssertionError 2022-09-27T16:05:55.5262836Z 2022-09-27T16:05:55.5262905Z from user code: 2022-09-27T16:05:55.5263123Z File "test_jit.py", line 12992, in test_annot_string_py3_fn 2022-09-27T16:05:55.5263408Z cu = torch.jit.CompilationUnit(self.format_code(code, pair)) 2022-09-27T16:05:55.5263564Z 2022-09-27T16:05:55.5263695Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.5263912Z ========== 2022-09-27T16:05:55.5299664Z ok (0.009s) 2022-09-27T16:05:55.5378970Z test_annot_string_py3_method (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 12999 2022-09-27T16:05:55.5379438Z due to: 2022-09-27T16:05:55.5379784Z Traceback (most recent call last): 2022-09-27T16:05:55.5380284Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:05:55.5380799Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:05:55.5381111Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:05:55.5381302Z 2022-09-27T16:05:55.5381373Z from user code: 2022-09-27T16:05:55.5381560Z File "test_jit.py", line 13000, in __init__ 2022-09-27T16:05:55.5381835Z super(TestModule, self).__init__() 2022-09-27T16:05:55.5381966Z 2022-09-27T16:05:55.5382097Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.5382301Z ========== 2022-09-27T16:05:55.5655383Z ok (0.035s) 2022-09-27T16:05:55.5843700Z test_annotated_script_fn (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 12883 2022-09-27T16:05:55.5844023Z due to: 2022-09-27T16:05:55.5844282Z Traceback (most recent call last): 2022-09-27T16:05:55.5844750Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:05:55.5845311Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:05:55.5845956Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:05:55.5846187Z 2022-09-27T16:05:55.5846258Z from user code: 2022-09-27T16:05:55.5846563Z File "test_jit.py", line 12888, in 2022-09-27T16:05:55.5846830Z self.assertExpected(str(foo.schema)) 2022-09-27T16:05:55.5846967Z 2022-09-27T16:05:55.5847085Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.5847356Z ========== 2022-09-27T16:05:55.5850179Z ok (0.019s) 2022-09-27T16:05:55.5938532Z test_annotated_script_fn_arg_mismatch (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:05:55.6024789Z test_annotated_script_fn_return_mismatch (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:05:55.6068487Z test_annotated_script_method (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT SM test_jit.py line 12891 2022-09-27T16:05:55.6068820Z due to: 2022-09-27T16:05:55.6068990Z Traceback (most recent call last): 2022-09-27T16:05:55.6069270Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:55.6069528Z raise Unsupported(msg) 2022-09-27T16:05:55.6069769Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:55.6069911Z 2022-09-27T16:05:55.6069980Z from user code: 2022-09-27T16:05:55.6070170Z File "test_jit.py", line 12891, in SM 2022-09-27T16:05:55.6070393Z class SM(torch.jit.ScriptModule): 2022-09-27T16:05:55.6070517Z 2022-09-27T16:05:55.6070649Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.6070865Z ========== 2022-09-27T16:05:55.6111338Z ok (0.008s) 2022-09-27T16:05:55.6426709Z test_annoying_doubles (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 4172 2022-09-27T16:05:55.6427083Z due to: 2022-09-27T16:05:55.6427321Z Traceback (most recent call last): 2022-09-27T16:05:55.6427615Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:55.6428098Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:55.6428622Z AssertionError: torch.* op returned non-Tensor _GeneratorContextManager call_function 2022-09-27T16:05:55.6428921Z 2022-09-27T16:05:55.6428991Z from user code: 2022-09-27T16:05:55.6429226Z File "test_jit.py", line 4174, in 2022-09-27T16:05:55.6429521Z with torch._jit_internal._disable_emit_hooks(): 2022-09-27T16:05:55.6429702Z 2022-09-27T16:05:55.6429865Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.6430098Z ========== 2022-09-27T16:05:55.6430752Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT Foo test_jit.py line 4175 2022-09-27T16:05:55.6431393Z due to: 2022-09-27T16:05:55.6431752Z Traceback (most recent call last): 2022-09-27T16:05:55.6432254Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:55.6432596Z raise Unsupported(msg) 2022-09-27T16:05:55.6433041Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:55.6433195Z 2022-09-27T16:05:55.6433356Z from user code: 2022-09-27T16:05:55.6433595Z File "test_jit.py", line 4175, in Foo 2022-09-27T16:05:55.6433818Z class Foo(torch.jit.ScriptModule): 2022-09-27T16:05:55.6433958Z 2022-09-27T16:05:55.6434089Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.6434355Z ========== 2022-09-27T16:05:55.6467657Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 4176 2022-09-27T16:05:55.6467990Z due to: 2022-09-27T16:05:55.6468183Z Traceback (most recent call last): 2022-09-27T16:05:55.6468465Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:05:55.6468785Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:05:55.6469094Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:05:55.6469285Z 2022-09-27T16:05:55.6469343Z from user code: 2022-09-27T16:05:55.6469542Z File "test_jit.py", line 4177, in __init__ 2022-09-27T16:05:55.6469750Z super(Foo, self).__init__() 2022-09-27T16:05:55.6469867Z 2022-09-27T16:05:55.6469995Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.6470199Z ========== 2022-09-27T16:05:55.6501019Z ok (0.038s) 2022-09-27T16:05:55.7050761Z test_any (__main__.TestScript) ... ok (0.054s) 2022-09-27T16:05:55.7320751Z test_assert_is_scripting_metacompile (__main__.TestScript) ... ok (0.026s) 2022-09-27T16:05:55.7729967Z test_assertion_optional_refinement (__main__.TestScript) ... ok (0.040s) 2022-09-27T16:05:55.7781614Z test_attr_module_constants (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M2 test_jit.py line 9405 2022-09-27T16:05:55.7782153Z due to: 2022-09-27T16:05:55.7782489Z Traceback (most recent call last): 2022-09-27T16:05:55.7783013Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:55.7783390Z raise Unsupported(msg) 2022-09-27T16:05:55.7783788Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:55.7784031Z 2022-09-27T16:05:55.7784135Z from user code: 2022-09-27T16:05:55.7784416Z File "test_jit.py", line 9405, in M2 2022-09-27T16:05:55.7784716Z class M2(torch.jit.ScriptModule): 2022-09-27T16:05:55.7784929Z 2022-09-27T16:05:55.7785117Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.7785447Z ========== 2022-09-27T16:05:55.7820712Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9406 2022-09-27T16:05:55.7821129Z due to: 2022-09-27T16:05:55.7821450Z Traceback (most recent call last): 2022-09-27T16:05:55.7821951Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:05:55.7822511Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:05:55.7823079Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:05:55.7823425Z 2022-09-27T16:05:55.7823549Z from user code: 2022-09-27T16:05:55.7823895Z File "test_jit.py", line 9407, in __init__ 2022-09-27T16:05:55.7824258Z super(M2, self).__init__() 2022-09-27T16:05:55.7824467Z 2022-09-27T16:05:55.7824702Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.7825036Z ========== 2022-09-27T16:05:55.8044227Z ok (0.031s) 2022-09-27T16:05:55.8173869Z test_attr_qscheme_script (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:05:55.8245177Z test_attribute_in_init (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 3443 2022-09-27T16:05:55.8245796Z due to: 2022-09-27T16:05:55.8246413Z Traceback (most recent call last): 2022-09-27T16:05:55.8246944Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:05:55.8247494Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:05:55.8248065Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:05:55.8248507Z 2022-09-27T16:05:55.8248617Z from user code: 2022-09-27T16:05:55.8248919Z File "test_jit.py", line 3444, in __init__ 2022-09-27T16:05:55.8249220Z super(M, self).__init__() 2022-09-27T16:05:55.8249400Z 2022-09-27T16:05:55.8249605Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.8249934Z ========== 2022-09-27T16:05:55.8266453Z ok (0.009s) 2022-09-27T16:05:55.8318764Z test_attribute_serialization (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 15402 2022-09-27T16:05:55.8319329Z due to: 2022-09-27T16:05:55.8319665Z Traceback (most recent call last): 2022-09-27T16:05:55.8320167Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:55.8320640Z raise Unsupported(msg) 2022-09-27T16:05:55.8321070Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:55.8321336Z 2022-09-27T16:05:55.8321462Z from user code: 2022-09-27T16:05:55.8321810Z File "test_jit.py", line 15402, in M 2022-09-27T16:05:55.8322209Z class M(torch.jit.ScriptModule): 2022-09-27T16:05:55.8322440Z 2022-09-27T16:05:55.8322645Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.8323011Z ========== 2022-09-27T16:05:55.8368964Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 15403 2022-09-27T16:05:55.8369400Z due to: 2022-09-27T16:05:55.8369745Z Traceback (most recent call last): 2022-09-27T16:05:55.8370278Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:05:55.8370854Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:05:55.8371424Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:05:55.8371773Z 2022-09-27T16:05:55.8371898Z from user code: 2022-09-27T16:05:55.8372255Z File "test_jit.py", line 15404, in __init__ 2022-09-27T16:05:55.8372607Z super(M, self).__init__() 2022-09-27T16:05:55.8372816Z 2022-09-27T16:05:55.8373066Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.8373466Z ========== 2022-09-27T16:05:55.8749908Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 15388 2022-09-27T16:05:55.8750399Z due to: 2022-09-27T16:05:55.8750705Z Traceback (most recent call last): 2022-09-27T16:05:55.8751192Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:05:55.8751705Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:05:55.8752279Z NotImplementedError: UserDefinedObjectVariable(_GenericAlias) is not a constant 2022-09-27T16:05:55.8752650Z 2022-09-27T16:05:55.8753008Z from user code: 2022-09-27T16:05:55.8753432Z File "test_jit.py", line 15388, in 2022-09-27T16:05:55.8754018Z ('list', [(1, 2), (3, 4)], List[Tuple[int, int]]), 2022-09-27T16:05:55.8754256Z 2022-09-27T16:05:55.8754516Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.8754913Z ========== 2022-09-27T16:05:55.8882582Z ok (0.061s) 2022-09-27T16:05:55.8968498Z test_attribute_unpickling (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 15442 2022-09-27T16:05:55.8969064Z due to: 2022-09-27T16:05:55.8969398Z Traceback (most recent call last): 2022-09-27T16:05:55.8969887Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:55.8970360Z raise Unsupported(msg) 2022-09-27T16:05:55.8970790Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:55.8971339Z 2022-09-27T16:05:55.8971451Z from user code: 2022-09-27T16:05:55.8971793Z File "test_jit.py", line 15442, in M 2022-09-27T16:05:55.8972128Z class M(torch.jit.ScriptModule): 2022-09-27T16:05:55.8972362Z 2022-09-27T16:05:55.8972559Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.8972930Z ========== 2022-09-27T16:05:55.9019178Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 15443 2022-09-27T16:05:55.9019652Z due to: 2022-09-27T16:05:55.9019963Z Traceback (most recent call last): 2022-09-27T16:05:55.9020474Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:05:55.9020982Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:05:55.9021472Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:05:55.9021810Z 2022-09-27T16:05:55.9021919Z from user code: 2022-09-27T16:05:55.9022268Z File "test_jit.py", line 15444, in __init__ 2022-09-27T16:05:55.9022644Z super(M, self).__init__() 2022-09-27T16:05:55.9022836Z 2022-09-27T16:05:55.9023075Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:55.9023470Z ========== 2022-09-27T16:05:55.9105298Z ok (0.022s) 2022-09-27T16:05:55.9449288Z test_augmented_assign (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:05:55.9466597Z test_autodiff_complex (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T16:05:55.9645187Z test_backend_cudnn_enabled (__main__.TestScript) ... ok (0.017s) 2022-09-27T16:05:55.9769278Z test_bad_multiline_annotations (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:05:55.9962266Z test_bailout_loop_carried_deps_name_clash (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:05:56.0141859Z test_bailout_loop_counter_transition (__main__.TestScript) ... ok (0.017s) 2022-09-27T16:05:56.0168195Z test_batch_norm_inference_backward_cuda (__main__.TestScript) ... skip: running tests on cuda to verify cudnn fix (0.002s) 2022-09-27T16:05:56.0202457Z test_batchnorm_fuser_cpu (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_batchnorm_fuser_cpu test_jit.py line 5760 2022-09-27T16:05:56.0203008Z due to: 2022-09-27T16:05:56.0203316Z Traceback (most recent call last): 2022-09-27T16:05:56.0203788Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:56.0204546Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:56.0205427Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:05:56.0205897Z 2022-09-27T16:05:56.0206012Z from user code: 2022-09-27T16:05:56.0206364Z File "test_jit.py", line 5784, in test_batchnorm_fuser_cpu 2022-09-27T16:05:56.0206709Z graph = parse_ir(code) 2022-09-27T16:05:56.0206905Z 2022-09-27T16:05:56.0207126Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:56.0207461Z ========== 2022-09-27T16:05:57.2463047Z ok (1.229s) 2022-09-27T16:05:57.3158878Z test_big_float_literals (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 3652 2022-09-27T16:05:57.3159221Z due to: 2022-09-27T16:05:57.3159394Z Traceback (most recent call last): 2022-09-27T16:05:57.3159711Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:05:57.3160152Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:05:57.3160635Z AssertionError: torch.* op returned non-Tensor CompilationUnit call_function 2022-09-27T16:05:57.3160848Z 2022-09-27T16:05:57.3160920Z from user code: 2022-09-27T16:05:57.3161156Z File "test_jit.py", line 3654, in 2022-09-27T16:05:57.3161413Z cu = torch.jit.CompilationUnit() 2022-09-27T16:05:57.3161787Z 2022-09-27T16:05:57.3161906Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:57.3162124Z ========== 2022-09-27T16:05:57.3166401Z ok (0.069s) 2022-09-27T16:05:57.3507429Z test_big_int_literals (__main__.TestScript) ... ok (0.033s) 2022-09-27T16:05:57.7719396Z test_binary_op_shape (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:05:57.7719721Z due to: 2022-09-27T16:05:57.7719908Z Traceback (most recent call last): 2022-09-27T16:05:57.7720319Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:05:57.7720667Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:05:57.7720968Z AssertionError: Could not find common device for aten.mul.Tensor 2022-09-27T16:05:57.7721119Z 2022-09-27T16:05:57.7721189Z from user code: 2022-09-27T16:05:57.7721374Z File "", line 5, in func 2022-09-27T16:05:57.7721503Z 2022-09-27T16:05:57.7721634Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:57.7721839Z ========== 2022-09-27T16:05:57.7733327Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:05:57.7733604Z due to: 2022-09-27T16:05:57.7733797Z Traceback (most recent call last): 2022-09-27T16:05:57.7734187Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:05:57.7734532Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:05:57.7734832Z AssertionError: Could not find common device for aten.mul.Tensor 2022-09-27T16:05:57.7734993Z 2022-09-27T16:05:57.7735050Z from user code: 2022-09-27T16:05:57.7735235Z File "", line 5, in func 2022-09-27T16:05:57.7735354Z 2022-09-27T16:05:57.7735483Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:57.7735700Z ========== 2022-09-27T16:05:57.7986713Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:05:57.7987153Z due to: 2022-09-27T16:05:57.7987501Z Traceback (most recent call last): 2022-09-27T16:05:57.7987921Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:05:57.7988272Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:05:57.7988566Z AssertionError: Could not find common device for aten.mul.Tensor 2022-09-27T16:05:57.7988726Z 2022-09-27T16:05:57.7988797Z from user code: 2022-09-27T16:05:57.7988969Z File "", line 5, in func 2022-09-27T16:05:57.7989088Z 2022-09-27T16:05:57.7989220Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:57.7989434Z ========== 2022-09-27T16:05:57.8000874Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:05:57.8001331Z due to: 2022-09-27T16:05:57.8001745Z Traceback (most recent call last): 2022-09-27T16:05:57.8002139Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:05:57.8002478Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:05:57.8002778Z AssertionError: Could not find common device for aten.mul.Tensor 2022-09-27T16:05:57.8002941Z 2022-09-27T16:05:57.8003014Z from user code: 2022-09-27T16:05:57.8003189Z File "", line 5, in func 2022-09-27T16:05:57.8003307Z 2022-09-27T16:05:57.8003437Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:57.8003656Z ========== 2022-09-27T16:05:57.8492500Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:05:57.8492922Z due to: 2022-09-27T16:05:57.8493170Z Traceback (most recent call last): 2022-09-27T16:05:57.8493690Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:05:57.8494276Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:05:57.8494594Z AssertionError: Could not find common device for aten.div.Tensor 2022-09-27T16:05:57.8494744Z 2022-09-27T16:05:57.8494815Z from user code: 2022-09-27T16:05:57.8495030Z File "", line 5, in func 2022-09-27T16:05:57.8495181Z 2022-09-27T16:05:57.8495386Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:57.8495597Z ========== 2022-09-27T16:05:58.0733548Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:05:58.0733913Z due to: 2022-09-27T16:05:58.0734202Z Traceback (most recent call last): 2022-09-27T16:05:58.0734978Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:05:58.0735621Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:05:58.0736114Z AssertionError: Could not find common device for aten.add.Tensor 2022-09-27T16:05:58.0736289Z 2022-09-27T16:05:58.0736363Z from user code: 2022-09-27T16:05:58.0736552Z File "", line 5, in func 2022-09-27T16:05:58.0736674Z 2022-09-27T16:05:58.0736791Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:58.0737014Z ========== 2022-09-27T16:05:58.0748534Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:05:58.0748902Z due to: 2022-09-27T16:05:58.0749236Z Traceback (most recent call last): 2022-09-27T16:05:58.0749846Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:05:58.0750194Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:05:58.0750478Z AssertionError: Could not find common device for aten.add.Tensor 2022-09-27T16:05:58.0750641Z 2022-09-27T16:05:58.0750714Z from user code: 2022-09-27T16:05:58.0750906Z File "", line 5, in func 2022-09-27T16:05:58.0751027Z 2022-09-27T16:05:58.0751150Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:58.0751378Z ========== 2022-09-27T16:05:58.1009975Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:05:58.1010318Z due to: 2022-09-27T16:05:58.1010500Z Traceback (most recent call last): 2022-09-27T16:05:58.1010908Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:05:58.1011259Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:05:58.1011545Z AssertionError: Could not find common device for aten.add.Tensor 2022-09-27T16:05:58.1011709Z 2022-09-27T16:05:58.1011781Z from user code: 2022-09-27T16:05:58.1011974Z File "", line 5, in func 2022-09-27T16:05:58.1012095Z 2022-09-27T16:05:58.1012228Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:58.1012438Z ========== 2022-09-27T16:05:58.1024677Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:05:58.1025095Z due to: 2022-09-27T16:05:58.1025274Z Traceback (most recent call last): 2022-09-27T16:05:58.1025810Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:05:58.1026163Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:05:58.1026532Z AssertionError: Could not find common device for aten.add.Tensor 2022-09-27T16:05:58.1026682Z 2022-09-27T16:05:58.1026756Z from user code: 2022-09-27T16:05:58.1026947Z File "", line 5, in func 2022-09-27T16:05:58.1027080Z 2022-09-27T16:05:58.1027261Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:58.1027470Z ========== 2022-09-27T16:05:58.2556368Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:05:58.2556774Z due to: 2022-09-27T16:05:58.2557057Z Traceback (most recent call last): 2022-09-27T16:05:58.2557736Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:05:58.2558570Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:05:58.2559071Z AssertionError: Could not find common device for aten.sub.Tensor 2022-09-27T16:05:58.2559351Z 2022-09-27T16:05:58.2559465Z from user code: 2022-09-27T16:05:58.2559911Z File "", line 5, in func 2022-09-27T16:05:58.2560112Z 2022-09-27T16:05:58.2560332Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:58.2560704Z ========== 2022-09-27T16:05:58.2572262Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:05:58.2572695Z due to: 2022-09-27T16:05:58.2572980Z Traceback (most recent call last): 2022-09-27T16:05:58.2573671Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:05:58.2574204Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:05:58.2574672Z AssertionError: Could not find common device for aten.sub.Tensor 2022-09-27T16:05:58.2574937Z 2022-09-27T16:05:58.2575059Z from user code: 2022-09-27T16:05:58.2575341Z File "", line 5, in func 2022-09-27T16:05:58.2575534Z 2022-09-27T16:05:58.2575733Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:58.2576090Z ========== 2022-09-27T16:05:58.2781487Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:05:58.2781907Z due to: 2022-09-27T16:05:58.2782189Z Traceback (most recent call last): 2022-09-27T16:05:58.2782883Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:05:58.2783436Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:05:58.2783911Z AssertionError: Could not find common device for aten.sub.Tensor 2022-09-27T16:05:58.2784192Z 2022-09-27T16:05:58.2784323Z from user code: 2022-09-27T16:05:58.2784631Z File "", line 5, in func 2022-09-27T16:05:58.2784811Z 2022-09-27T16:05:58.2785057Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:58.2785434Z ========== 2022-09-27T16:05:58.2797193Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:05:58.2797598Z due to: 2022-09-27T16:05:58.2797906Z Traceback (most recent call last): 2022-09-27T16:05:58.2798596Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:05:58.2799114Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:05:58.2799591Z AssertionError: Could not find common device for aten.sub.Tensor 2022-09-27T16:05:58.2799842Z 2022-09-27T16:05:58.2799950Z from user code: 2022-09-27T16:05:58.2800262Z File "", line 5, in func 2022-09-27T16:05:58.2800458Z 2022-09-27T16:05:58.2800672Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:58.2801025Z ========== 2022-09-27T16:05:58.7959603Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:05:58.7960024Z due to: 2022-09-27T16:05:58.7960295Z Traceback (most recent call last): 2022-09-27T16:05:58.7960984Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:05:58.7961532Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:05:58.7961994Z AssertionError: Could not find common device for aten.mul.Tensor 2022-09-27T16:05:58.7962252Z 2022-09-27T16:05:58.7962365Z from user code: 2022-09-27T16:05:58.7962665Z File "", line 5, in func 2022-09-27T16:05:58.7962858Z 2022-09-27T16:05:58.7963070Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:58.7963429Z ========== 2022-09-27T16:05:58.7976002Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:05:58.7976675Z due to: 2022-09-27T16:05:58.7976966Z Traceback (most recent call last): 2022-09-27T16:05:58.7977669Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:05:58.7978200Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:05:58.7978780Z AssertionError: Could not find common device for aten.mul.Tensor 2022-09-27T16:05:58.7979068Z 2022-09-27T16:05:58.7979193Z from user code: 2022-09-27T16:05:58.7979524Z File "", line 5, in func 2022-09-27T16:05:58.7979742Z 2022-09-27T16:05:58.7979966Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:58.7980326Z ========== 2022-09-27T16:05:58.8402093Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:05:58.8402526Z due to: 2022-09-27T16:05:58.8402790Z Traceback (most recent call last): 2022-09-27T16:05:58.8403458Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:05:58.8403991Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:05:58.8404448Z AssertionError: Could not find common device for aten.mul.Tensor 2022-09-27T16:05:58.8404705Z 2022-09-27T16:05:58.8404815Z from user code: 2022-09-27T16:05:58.8405107Z File "", line 5, in func 2022-09-27T16:05:58.8405301Z 2022-09-27T16:05:58.8405507Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:58.8405937Z ========== 2022-09-27T16:05:58.8419846Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:05:58.8420276Z due to: 2022-09-27T16:05:58.8420540Z Traceback (most recent call last): 2022-09-27T16:05:58.8421223Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:05:58.8421777Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:05:58.8422242Z AssertionError: Could not find common device for aten.mul.Tensor 2022-09-27T16:05:58.8422490Z 2022-09-27T16:05:58.8422584Z from user code: 2022-09-27T16:05:58.8422894Z File "", line 5, in func 2022-09-27T16:05:58.8423098Z 2022-09-27T16:05:58.8423302Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:58.8423702Z ========== 2022-09-27T16:05:58.9436830Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:05:58.9437234Z due to: 2022-09-27T16:05:58.9437515Z Traceback (most recent call last): 2022-09-27T16:05:58.9438162Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:05:58.9438684Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:05:58.9439175Z AssertionError: Could not find common device for aten.div.Tensor 2022-09-27T16:05:58.9439476Z 2022-09-27T16:05:58.9439606Z from user code: 2022-09-27T16:05:58.9439933Z File "", line 5, in func 2022-09-27T16:05:58.9440151Z 2022-09-27T16:05:58.9440397Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:58.9440770Z ========== 2022-09-27T16:05:59.3726518Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:05:59.3726923Z due to: 2022-09-27T16:05:59.3727232Z Traceback (most recent call last): 2022-09-27T16:05:59.3727880Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:05:59.3728443Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:05:59.3728909Z AssertionError: Could not find common device for aten.add.Tensor 2022-09-27T16:05:59.3729169Z 2022-09-27T16:05:59.3729276Z from user code: 2022-09-27T16:05:59.3729563Z File "", line 5, in func 2022-09-27T16:05:59.3729754Z 2022-09-27T16:05:59.3729975Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:59.3730646Z ========== 2022-09-27T16:05:59.3742583Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:05:59.3743025Z due to: 2022-09-27T16:05:59.3743311Z Traceback (most recent call last): 2022-09-27T16:05:59.3743997Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:05:59.3744734Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:05:59.3745203Z AssertionError: Could not find common device for aten.add.Tensor 2022-09-27T16:05:59.3745466Z 2022-09-27T16:05:59.3745585Z from user code: 2022-09-27T16:05:59.3745904Z File "", line 5, in func 2022-09-27T16:05:59.3746122Z 2022-09-27T16:05:59.3746333Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:59.3746716Z ========== 2022-09-27T16:05:59.7320073Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:05:59.7320465Z due to: 2022-09-27T16:05:59.7320774Z Traceback (most recent call last): 2022-09-27T16:05:59.7321446Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:05:59.7321965Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:05:59.7322452Z AssertionError: Could not find common device for aten.add.Tensor 2022-09-27T16:05:59.7322714Z 2022-09-27T16:05:59.7322818Z from user code: 2022-09-27T16:05:59.7323105Z File "", line 5, in func 2022-09-27T16:05:59.7323298Z 2022-09-27T16:05:59.7323509Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:59.7323858Z ========== 2022-09-27T16:05:59.7336632Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:05:59.7337066Z due to: 2022-09-27T16:05:59.7337340Z Traceback (most recent call last): 2022-09-27T16:05:59.7338025Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:05:59.7338585Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:05:59.7339020Z AssertionError: Could not find common device for aten.add.Tensor 2022-09-27T16:05:59.7339271Z 2022-09-27T16:05:59.7339378Z from user code: 2022-09-27T16:05:59.7339683Z File "", line 5, in func 2022-09-27T16:05:59.7339890Z 2022-09-27T16:05:59.7340111Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:59.7340462Z ========== 2022-09-27T16:06:00.0460689Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:00.0461143Z due to: 2022-09-27T16:06:00.0461427Z Traceback (most recent call last): 2022-09-27T16:06:00.0462104Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:06:00.0462650Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:06:00.0463124Z AssertionError: Could not find common device for aten.sub.Tensor 2022-09-27T16:06:00.0463430Z 2022-09-27T16:06:00.0463542Z from user code: 2022-09-27T16:06:00.0463827Z File "", line 5, in func 2022-09-27T16:06:00.0464023Z 2022-09-27T16:06:00.0464258Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:00.0464637Z ========== 2022-09-27T16:06:00.0476980Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:00.0477409Z due to: 2022-09-27T16:06:00.0477699Z Traceback (most recent call last): 2022-09-27T16:06:00.0478370Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:06:00.0478902Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:06:00.0479357Z AssertionError: Could not find common device for aten.sub.Tensor 2022-09-27T16:06:00.0479610Z 2022-09-27T16:06:00.0479723Z from user code: 2022-09-27T16:06:00.0480029Z File "", line 5, in func 2022-09-27T16:06:00.0480493Z 2022-09-27T16:06:00.0480721Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:00.0481097Z ========== 2022-09-27T16:06:00.0829808Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:00.0830224Z due to: 2022-09-27T16:06:00.0830517Z Traceback (most recent call last): 2022-09-27T16:06:00.0831473Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:06:00.0832035Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:06:00.0832541Z AssertionError: Could not find common device for aten.sub.Tensor 2022-09-27T16:06:00.0833147Z 2022-09-27T16:06:00.0833269Z from user code: 2022-09-27T16:06:00.0833582Z File "", line 5, in func 2022-09-27T16:06:00.0833765Z 2022-09-27T16:06:00.0833985Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:00.0834359Z ========== 2022-09-27T16:06:00.0847144Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:00.0847529Z due to: 2022-09-27T16:06:00.0847735Z Traceback (most recent call last): 2022-09-27T16:06:00.0848153Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:06:00.0848514Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:06:00.0848805Z AssertionError: Could not find common device for aten.sub.Tensor 2022-09-27T16:06:00.0848969Z 2022-09-27T16:06:00.0849043Z from user code: 2022-09-27T16:06:00.0849231Z File "", line 5, in func 2022-09-27T16:06:00.0849351Z 2022-09-27T16:06:00.0849472Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:00.0849693Z ========== 2022-09-27T16:06:00.0852156Z ok (2.734s) 2022-09-27T16:06:00.2620902Z test_bitwise_ops (__main__.TestScript) ... ok (0.176s) 2022-09-27T16:06:00.3571998Z test_block_input_grad_in_loop (__main__.TestScript) ... ok (0.094s) 2022-09-27T16:06:00.3973697Z test_bool_augassign_bitwise_and (__main__.TestScript) ... ok (0.040s) 2022-09-27T16:06:00.4372774Z test_bool_augassign_bitwise_or (__main__.TestScript) ... ok (0.039s) 2022-09-27T16:06:00.4774304Z test_bool_augassign_bitwise_xor (__main__.TestScript) ... ok (0.039s) 2022-09-27T16:06:00.4836161Z test_bool_dispatch (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_bool_dispatch test_jit.py line 13471 2022-09-27T16:06:00.4836626Z due to: 2022-09-27T16:06:00.4836833Z Traceback (most recent call last): 2022-09-27T16:06:00.4837109Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:00.4837550Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:00.4838074Z AssertionError: torch.* op returned non-Tensor _GeneratorContextManager call_function 2022-09-27T16:06:00.4838343Z 2022-09-27T16:06:00.4838455Z from user code: 2022-09-27T16:06:00.4838660Z File "test_jit.py", line 13472, in test_bool_dispatch 2022-09-27T16:06:00.4838956Z with torch._jit_internal._disable_emit_hooks(): # TODO: Python print broadcasting list 2022-09-27T16:06:00.4839138Z 2022-09-27T16:06:00.4839274Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:00.4839485Z ========== 2022-09-27T16:06:00.5821388Z ok (0.104s) 2022-09-27T16:06:00.6059199Z test_boolean_literal_constant_metacompile (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:06:00.6209316Z test_break_continue_error (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:06:00.8002920Z test_breaks_continues (__main__.TestScript) ... ok (0.179s) 2022-09-27T16:06:00.9017479Z test_builtin_args (__main__.TestScript) ... ok (0.101s) 2022-09-27T16:06:00.9229595Z test_builtin_args_fails (__main__.TestScript) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[List[int], int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:06:00.9230590Z File "test_jit.py", line 10868 2022-09-27T16:06:00.9230895Z @torch.jit.script 2022-09-27T16:06:00.9231169Z def f6(a): 2022-09-27T16:06:00.9231464Z a.expand(size=[3, [4]]) 2022-09-27T16:06:00.9232023Z ~~~~~~ <--- HERE 2022-09-27T16:06:00.9232394Z (function emitListLiteral) 2022-09-27T16:06:00.9232616Z ok (0.021s) 2022-09-27T16:06:00.9440933Z test_builtin_function_attributes (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:06:00.9540606Z test_builtin_use_as_value (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:06:00.9686799Z test_call_ge (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:06:01.0276890Z test_call_python_fn_from_script_fn (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 12562 2022-09-27T16:06:01.0277552Z due to: 2022-09-27T16:06:01.0277873Z Traceback (most recent call last): 2022-09-27T16:06:01.0278398Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:01.0279226Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:01.0279984Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:01.0280188Z 2022-09-27T16:06:01.0280259Z from user code: 2022-09-27T16:06:01.0280504Z File "test_jit.py", line 12563, in 2022-09-27T16:06:01.0280782Z FileCheck().check("python_fn").run(str(script_fn.graph)) 2022-09-27T16:06:01.0280932Z 2022-09-27T16:06:01.0281063Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.0281283Z ========== 2022-09-27T16:06:01.0281484Z You have not run this instance of FileCheck! 2022-09-27T16:06:01.0281675Z FileCheck checks: 2022-09-27T16:06:01.0281850Z ok (0.059s) 2022-09-27T16:06:01.0475296Z test_call_python_fn_from_script_module (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ScriptMod test_jit.py line 12617 2022-09-27T16:06:01.0475815Z due to: 2022-09-27T16:06:01.0476172Z Traceback (most recent call last): 2022-09-27T16:06:01.0476642Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:01.0477102Z raise Unsupported(msg) 2022-09-27T16:06:01.0477541Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:01.0477829Z 2022-09-27T16:06:01.0477969Z from user code: 2022-09-27T16:06:01.0478331Z File "test_jit.py", line 12617, in ScriptMod 2022-09-27T16:06:01.0478733Z class ScriptMod(torch.jit.ScriptModule): 2022-09-27T16:06:01.0479011Z 2022-09-27T16:06:01.0479262Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.0479660Z ========== 2022-09-27T16:06:01.0512282Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 12618 2022-09-27T16:06:01.0512706Z due to: 2022-09-27T16:06:01.0513194Z Traceback (most recent call last): 2022-09-27T16:06:01.0513697Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:01.0514010Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:01.0514323Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:01.0514517Z 2022-09-27T16:06:01.0514589Z from user code: 2022-09-27T16:06:01.0514775Z File "test_jit.py", line 12619, in __init__ 2022-09-27T16:06:01.0514993Z super(ScriptMod, self).__init__() 2022-09-27T16:06:01.0515120Z 2022-09-27T16:06:01.0515252Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.0515491Z ========== 2022-09-27T16:06:01.0549854Z ok (0.027s) 2022-09-27T16:06:01.0831134Z test_call_python_fn_from_traced_module (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:06:01.1233805Z test_call_python_fn_from_tracing_fn (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 12363 2022-09-27T16:06:01.1234394Z due to: 2022-09-27T16:06:01.1234916Z Traceback (most recent call last): 2022-09-27T16:06:01.1235401Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:01.1236217Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:01.1236676Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:01.1236876Z 2022-09-27T16:06:01.1236947Z from user code: 2022-09-27T16:06:01.1237198Z File "test_jit.py", line 12369, in 2022-09-27T16:06:01.1237497Z FileCheck().check("aten::neg").run(str(traced_fn.graph)) 2022-09-27T16:06:01.1237650Z 2022-09-27T16:06:01.1237781Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.1237998Z ========== 2022-09-27T16:06:01.1238193Z You have not run this instance of FileCheck! 2022-09-27T16:06:01.1238386Z FileCheck checks: 2022-09-27T16:06:01.1238562Z ok (0.040s) 2022-09-27T16:06:01.1342190Z test_call_python_mod_from_script_fn (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:06:01.1405974Z test_call_python_mod_from_script_module (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT PythonMod test_jit.py line 12631 2022-09-27T16:06:01.1406614Z due to: 2022-09-27T16:06:01.1406834Z Traceback (most recent call last): 2022-09-27T16:06:01.1407115Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:01.1407361Z raise Unsupported(msg) 2022-09-27T16:06:01.1407599Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:01.1407752Z 2022-09-27T16:06:01.1407838Z from user code: 2022-09-27T16:06:01.1408028Z File "test_jit.py", line 12631, in PythonMod 2022-09-27T16:06:01.1408317Z class PythonMod(torch.nn.Module): 2022-09-27T16:06:01.1408452Z 2022-09-27T16:06:01.1408584Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.1408788Z ========== 2022-09-27T16:06:01.1409756Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ScriptMod test_jit.py line 12640 2022-09-27T16:06:01.1410166Z due to: 2022-09-27T16:06:01.1410528Z Traceback (most recent call last): 2022-09-27T16:06:01.1410970Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:01.1411438Z raise Unsupported(msg) 2022-09-27T16:06:01.1411866Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:01.1412102Z 2022-09-27T16:06:01.1412161Z from user code: 2022-09-27T16:06:01.1412361Z File "test_jit.py", line 12640, in ScriptMod 2022-09-27T16:06:01.1412605Z class ScriptMod(torch.jit.ScriptModule): 2022-09-27T16:06:01.1412755Z 2022-09-27T16:06:01.1412886Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.1413092Z ========== 2022-09-27T16:06:01.1448059Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 12641 2022-09-27T16:06:01.1448457Z due to: 2022-09-27T16:06:01.1448740Z Traceback (most recent call last): 2022-09-27T16:06:01.1449042Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:01.1449356Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:01.1449652Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:01.1449845Z 2022-09-27T16:06:01.1449918Z from user code: 2022-09-27T16:06:01.1450119Z File "test_jit.py", line 12642, in __init__ 2022-09-27T16:06:01.1450333Z super(ScriptMod, self).__init__() 2022-09-27T16:06:01.1450446Z 2022-09-27T16:06:01.1450579Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.1451028Z ========== 2022-09-27T16:06:01.1531981Z ok (0.018s) 2022-09-27T16:06:01.1808294Z test_call_python_mod_from_traced_module (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:06:01.1973363Z test_call_python_mod_from_tracing_fn (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:06:01.2385714Z test_call_script_fn_from_script_fn (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 12590 2022-09-27T16:06:01.2386326Z due to: 2022-09-27T16:06:01.2386660Z Traceback (most recent call last): 2022-09-27T16:06:01.2387192Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:01.2387787Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:01.2388221Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:01.2388425Z 2022-09-27T16:06:01.2388503Z from user code: 2022-09-27T16:06:01.2388748Z File "test_jit.py", line 12594, in 2022-09-27T16:06:01.2389064Z FileCheck().check("prim::CallFunction").run(str(script_fn.graph)) 2022-09-27T16:06:01.2389231Z 2022-09-27T16:06:01.2389365Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.2389586Z ========== 2022-09-27T16:06:01.2389785Z You have not run this instance of FileCheck! 2022-09-27T16:06:01.2389977Z FileCheck checks: 2022-09-27T16:06:01.2390150Z ok (0.041s) 2022-09-27T16:06:01.2635996Z test_call_script_fn_from_script_module (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ScriptMod test_jit.py line 12661 2022-09-27T16:06:01.2636598Z due to: 2022-09-27T16:06:01.2636935Z Traceback (most recent call last): 2022-09-27T16:06:01.2637447Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:01.2637887Z raise Unsupported(msg) 2022-09-27T16:06:01.2638148Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:01.2638303Z 2022-09-27T16:06:01.2638373Z from user code: 2022-09-27T16:06:01.2638573Z File "test_jit.py", line 12661, in ScriptMod 2022-09-27T16:06:01.2638802Z class ScriptMod(torch.jit.ScriptModule): 2022-09-27T16:06:01.2638949Z 2022-09-27T16:06:01.2639085Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.2639304Z ========== 2022-09-27T16:06:01.2677539Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 12662 2022-09-27T16:06:01.2677990Z due to: 2022-09-27T16:06:01.2678334Z Traceback (most recent call last): 2022-09-27T16:06:01.2678764Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:01.2679067Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:01.2679375Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:01.2679577Z 2022-09-27T16:06:01.2679647Z from user code: 2022-09-27T16:06:01.2679832Z File "test_jit.py", line 12663, in __init__ 2022-09-27T16:06:01.2680049Z super(ScriptMod, self).__init__() 2022-09-27T16:06:01.2680174Z 2022-09-27T16:06:01.2680305Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.2680509Z ========== 2022-09-27T16:06:01.2727961Z ok (0.033s) 2022-09-27T16:06:01.3256867Z test_call_script_fn_from_tracing_fn (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 12427 2022-09-27T16:06:01.3257490Z due to: 2022-09-27T16:06:01.3257835Z Traceback (most recent call last): 2022-09-27T16:06:01.3258354Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:01.3259165Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:01.3259991Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:01.3260650Z 2022-09-27T16:06:01.3260758Z from user code: 2022-09-27T16:06:01.3261009Z File "test_jit.py", line 12431, in 2022-09-27T16:06:01.3261353Z FileCheck().check("prim::CallFunction").check("aten::add").run(str(traced_fn.graph)) 2022-09-27T16:06:01.3261595Z 2022-09-27T16:06:01.3261719Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.3261938Z ========== 2022-09-27T16:06:01.3262133Z You have not run this instance of FileCheck! 2022-09-27T16:06:01.3262328Z FileCheck checks: 2022-09-27T16:06:01.3262509Z ok (0.052s) 2022-09-27T16:06:01.3371772Z test_call_script_mod_from_script_fn (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ScriptMod test_jit.py line 12598 2022-09-27T16:06:01.3372397Z due to: 2022-09-27T16:06:01.3372690Z Traceback (most recent call last): 2022-09-27T16:06:01.3373215Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:01.3373597Z raise Unsupported(msg) 2022-09-27T16:06:01.3373822Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:01.3373979Z 2022-09-27T16:06:01.3374048Z from user code: 2022-09-27T16:06:01.3374254Z File "test_jit.py", line 12598, in ScriptMod 2022-09-27T16:06:01.3374500Z class ScriptMod(torch.jit.ScriptModule): 2022-09-27T16:06:01.3374633Z 2022-09-27T16:06:01.3374764Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.3374982Z ========== 2022-09-27T16:06:01.3408456Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 12599 2022-09-27T16:06:01.3408916Z due to: 2022-09-27T16:06:01.3409273Z Traceback (most recent call last): 2022-09-27T16:06:01.3409835Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:01.3410244Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:01.3410555Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:01.3410755Z 2022-09-27T16:06:01.3410827Z from user code: 2022-09-27T16:06:01.3411026Z File "test_jit.py", line 12600, in __init__ 2022-09-27T16:06:01.3411232Z super(ScriptMod, self).__init__() 2022-09-27T16:06:01.3411363Z 2022-09-27T16:06:01.3411507Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.3411728Z ========== 2022-09-27T16:06:01.3461403Z ok (0.020s) 2022-09-27T16:06:01.3526150Z test_call_script_mod_from_script_module (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ScriptMod1 test_jit.py line 12676 2022-09-27T16:06:01.3526754Z due to: 2022-09-27T16:06:01.3527079Z Traceback (most recent call last): 2022-09-27T16:06:01.3527520Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:01.3527903Z raise Unsupported(msg) 2022-09-27T16:06:01.3528262Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:01.3528500Z 2022-09-27T16:06:01.3528605Z from user code: 2022-09-27T16:06:01.3528899Z File "test_jit.py", line 12676, in ScriptMod1 2022-09-27T16:06:01.3529264Z class ScriptMod1(torch.jit.ScriptModule): 2022-09-27T16:06:01.3529492Z 2022-09-27T16:06:01.3529692Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.3530019Z ========== 2022-09-27T16:06:01.3538315Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ScriptMod test_jit.py line 12685 2022-09-27T16:06:01.3538819Z due to: 2022-09-27T16:06:01.3539146Z Traceback (most recent call last): 2022-09-27T16:06:01.3539632Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:01.3540098Z raise Unsupported(msg) 2022-09-27T16:06:01.3540471Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:01.3540729Z 2022-09-27T16:06:01.3540824Z from user code: 2022-09-27T16:06:01.3541132Z File "test_jit.py", line 12685, in ScriptMod 2022-09-27T16:06:01.3541803Z class ScriptMod(torch.jit.ScriptModule): 2022-09-27T16:06:01.3542030Z 2022-09-27T16:06:01.3542217Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.3542558Z ========== 2022-09-27T16:06:01.3587057Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 12686 2022-09-27T16:06:01.3587556Z due to: 2022-09-27T16:06:01.3588139Z Traceback (most recent call last): 2022-09-27T16:06:01.3588643Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:01.3589156Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:01.3589644Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:01.3589959Z 2022-09-27T16:06:01.3590071Z from user code: 2022-09-27T16:06:01.3590400Z File "test_jit.py", line 12687, in __init__ 2022-09-27T16:06:01.3590737Z super(ScriptMod, self).__init__() 2022-09-27T16:06:01.3590922Z 2022-09-27T16:06:01.3591132Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.3591477Z ========== 2022-09-27T16:06:01.3619712Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 12677 2022-09-27T16:06:01.3620111Z due to: 2022-09-27T16:06:01.3620389Z Traceback (most recent call last): 2022-09-27T16:06:01.3620894Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:01.3621439Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:01.3622002Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:01.3622358Z 2022-09-27T16:06:01.3622482Z from user code: 2022-09-27T16:06:01.3622823Z File "test_jit.py", line 12678, in __init__ 2022-09-27T16:06:01.3623194Z super(ScriptMod1, self).__init__() 2022-09-27T16:06:01.3623428Z 2022-09-27T16:06:01.3623661Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.3624054Z ========== 2022-09-27T16:06:01.3708759Z ok (0.024s) 2022-09-27T16:06:01.3723491Z test_call_script_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-09-27T16:06:01.4330885Z test_call_traced_fn_from_tracing_fn (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 12397 2022-09-27T16:06:01.4331571Z due to: 2022-09-27T16:06:01.4331813Z Traceback (most recent call last): 2022-09-27T16:06:01.4332243Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:01.4332748Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:01.4333198Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:01.4333385Z 2022-09-27T16:06:01.4333461Z from user code: 2022-09-27T16:06:01.4333711Z File "test_jit.py", line 12401, in 2022-09-27T16:06:01.4334053Z FileCheck().check("traced_fn").check("prim::CallFunction").check("aten::add") \ 2022-09-27T16:06:01.4334229Z 2022-09-27T16:06:01.4334349Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.4334572Z ========== 2022-09-27T16:06:01.4334770Z You have not run this instance of FileCheck! 2022-09-27T16:06:01.4334977Z FileCheck checks: 2022-09-27T16:06:01.4335139Z ok (0.060s) 2022-09-27T16:06:01.4347301Z test_call_traced_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-09-27T16:06:01.4596525Z test_canonicalize_control_outputs (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 8411 2022-09-27T16:06:01.4597169Z due to: 2022-09-27T16:06:01.4597487Z Traceback (most recent call last): 2022-09-27T16:06:01.4597782Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:06:01.4598324Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:06:01.4598777Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:06:01.4599006Z 2022-09-27T16:06:01.4599077Z from user code: 2022-09-27T16:06:01.4599388Z File "test_jit.py", line 8426, in 2022-09-27T16:06:01.4599644Z test_all_outputs(test.graph) 2022-09-27T16:06:01.4599768Z 2022-09-27T16:06:01.4599900Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.4600120Z ========== 2022-09-27T16:06:01.6888145Z ok (0.253s) 2022-09-27T16:06:01.6901617Z test_cast (__main__.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.001s) 2022-09-27T16:06:01.7218767Z test_cat (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:06:01.7863539Z test_cat_lifts (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 5414 2022-09-27T16:06:01.7864060Z due to: 2022-09-27T16:06:01.7864336Z Traceback (most recent call last): 2022-09-27T16:06:01.7864761Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:06:01.7865222Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:06:01.7866029Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:06:01.7866378Z 2022-09-27T16:06:01.7866487Z from user code: 2022-09-27T16:06:01.7866835Z File "test_jit.py", line 5418, in 2022-09-27T16:06:01.7867232Z for g in [foo.graph, foo2.graph, foo3.graph]: 2022-09-27T16:06:01.7867433Z 2022-09-27T16:06:01.7867630Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.7868017Z ========== 2022-09-27T16:06:01.7868279Z ok (0.064s) 2022-09-27T16:06:01.8238442Z test_chr (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:06:01.8256539Z test_circular_dependency (__main__.TestScript) 2022-09-27T16:06:01.8304467Z https://github.com/pytorch/pytorch/issues/25871 ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT A test_jit.py line 4598 2022-09-27T16:06:01.8305023Z due to: 2022-09-27T16:06:01.8305355Z Traceback (most recent call last): 2022-09-27T16:06:01.8305863Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:01.8306223Z raise Unsupported(msg) 2022-09-27T16:06:01.8306548Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:01.8306779Z 2022-09-27T16:06:01.8306893Z from user code: 2022-09-27T16:06:01.8307193Z File "test_jit.py", line 4598, in A 2022-09-27T16:06:01.8307505Z class A(torch.jit.ScriptModule): 2022-09-27T16:06:01.8307696Z 2022-09-27T16:06:01.8307886Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.8308215Z ========== 2022-09-27T16:06:01.8317146Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT B test_jit.py line 4606 2022-09-27T16:06:01.8317607Z due to: 2022-09-27T16:06:01.8317933Z Traceback (most recent call last): 2022-09-27T16:06:01.8318433Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:01.8318902Z raise Unsupported(msg) 2022-09-27T16:06:01.8319336Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:01.8319615Z 2022-09-27T16:06:01.8319735Z from user code: 2022-09-27T16:06:01.8319994Z File "test_jit.py", line 4606, in B 2022-09-27T16:06:01.8320305Z class B(torch.jit.ScriptModule): 2022-09-27T16:06:01.8320529Z 2022-09-27T16:06:01.8320741Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.8321070Z ========== 2022-09-27T16:06:01.8330247Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT C test_jit.py line 4617 2022-09-27T16:06:01.8330727Z due to: 2022-09-27T16:06:01.8330977Z Traceback (most recent call last): 2022-09-27T16:06:01.8331270Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:01.8334586Z raise Unsupported(msg) 2022-09-27T16:06:01.8334827Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:01.8334982Z 2022-09-27T16:06:01.8335053Z from user code: 2022-09-27T16:06:01.8335233Z File "test_jit.py", line 4617, in C 2022-09-27T16:06:01.8335540Z class C(torch.jit.ScriptModule): 2022-09-27T16:06:01.8335679Z 2022-09-27T16:06:01.8335810Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.8336030Z ========== 2022-09-27T16:06:01.8377210Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 4618 2022-09-27T16:06:01.8377704Z due to: 2022-09-27T16:06:01.8377963Z Traceback (most recent call last): 2022-09-27T16:06:01.8378249Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:01.8378564Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:01.8378875Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:01.8379189Z 2022-09-27T16:06:01.8379247Z from user code: 2022-09-27T16:06:01.8379448Z File "test_jit.py", line 4619, in __init__ 2022-09-27T16:06:01.8379658Z super(C, self).__init__() 2022-09-27T16:06:01.8379776Z 2022-09-27T16:06:01.8379914Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.8380118Z ========== 2022-09-27T16:06:01.8422594Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 4607 2022-09-27T16:06:01.8423069Z due to: 2022-09-27T16:06:01.8423280Z Traceback (most recent call last): 2022-09-27T16:06:01.8423570Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:01.8423885Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:01.8424196Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:01.8424373Z 2022-09-27T16:06:01.8424442Z from user code: 2022-09-27T16:06:01.8424643Z File "test_jit.py", line 4608, in __init__ 2022-09-27T16:06:01.8424857Z super(B, self).__init__() 2022-09-27T16:06:01.8424962Z 2022-09-27T16:06:01.8425091Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.8425314Z ========== 2022-09-27T16:06:01.8452483Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 4599 2022-09-27T16:06:01.8452924Z due to: 2022-09-27T16:06:01.8453247Z Traceback (most recent call last): 2022-09-27T16:06:01.8453638Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:01.8453953Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:01.8454247Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:01.8454436Z 2022-09-27T16:06:01.8454505Z from user code: 2022-09-27T16:06:01.8454704Z File "test_jit.py", line 4600, in __init__ 2022-09-27T16:06:01.8454894Z super(A, self).__init__() 2022-09-27T16:06:01.8455016Z 2022-09-27T16:06:01.8455152Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.8455370Z ========== 2022-09-27T16:06:01.8749397Z ok (0.050s) 2022-09-27T16:06:01.8998922Z test_class_as_attribute (__main__.TestScript) ... ok (0.024s) 2022-09-27T16:06:01.9085846Z test_class_attribute (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 3415 2022-09-27T16:06:01.9086233Z due to: 2022-09-27T16:06:01.9086425Z Traceback (most recent call last): 2022-09-27T16:06:01.9086726Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:01.9087041Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:01.9087353Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:01.9087532Z 2022-09-27T16:06:01.9087603Z from user code: 2022-09-27T16:06:01.9087802Z File "test_jit.py", line 3416, in __init__ 2022-09-27T16:06:01.9088004Z super(M, self).__init__() 2022-09-27T16:06:01.9088342Z 2022-09-27T16:06:01.9088462Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.9088683Z ========== 2022-09-27T16:06:01.9107058Z ok (0.010s) 2022-09-27T16:06:01.9165284Z test_class_attribute_in_script (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 3422 2022-09-27T16:06:01.9165930Z due to: 2022-09-27T16:06:01.9166236Z Traceback (most recent call last): 2022-09-27T16:06:01.9166629Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:01.9167018Z raise Unsupported(msg) 2022-09-27T16:06:01.9167393Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:01.9167631Z 2022-09-27T16:06:01.9167731Z from user code: 2022-09-27T16:06:01.9167986Z File "test_jit.py", line 3422, in M 2022-09-27T16:06:01.9168323Z class M(torch.jit.ScriptModule): 2022-09-27T16:06:01.9168530Z 2022-09-27T16:06:01.9168734Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.9169070Z ========== 2022-09-27T16:06:01.9202314Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 3425 2022-09-27T16:06:01.9202802Z due to: 2022-09-27T16:06:01.9203130Z Traceback (most recent call last): 2022-09-27T16:06:01.9203645Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:01.9204216Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:01.9204776Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:01.9205121Z 2022-09-27T16:06:01.9205242Z from user code: 2022-09-27T16:06:01.9205640Z File "test_jit.py", line 3426, in __init__ 2022-09-27T16:06:01.9206005Z super(M, self).__init__() 2022-09-27T16:06:01.9206211Z 2022-09-27T16:06:01.9206437Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:01.9206734Z ========== 2022-09-27T16:06:01.9224037Z ok (0.011s) 2022-09-27T16:06:01.9316027Z test_class_with_comment_at_lower_indentation (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:06:01.9329323Z test_code_with_constants (__main__.TestScript) 2022-09-27T16:06:01.9665375Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.034s) 2022-09-27T16:06:01.9678614Z test_code_with_constants_restore (__main__.TestScript) 2022-09-27T16:06:02.0045606Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.037s) 2022-09-27T16:06:02.0181379Z test_comment_ignore_indent (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:06:02.2214999Z test_compare_two_bool_inputs (__main__.TestScript) ... ok (0.203s) 2022-09-27T16:06:02.2237669Z test_compile_module_with_constant (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:06:02.4184500Z test_conditional_casting (__main__.TestScript) ... ok (0.194s) 2022-09-27T16:06:02.4244748Z test_constant_as_attr (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 9582 2022-09-27T16:06:02.4245326Z due to: 2022-09-27T16:06:02.4245744Z Traceback (most recent call last): 2022-09-27T16:06:02.4246125Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:02.4246457Z raise Unsupported(msg) 2022-09-27T16:06:02.4246694Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:02.4246848Z 2022-09-27T16:06:02.4246905Z from user code: 2022-09-27T16:06:02.4247163Z File "test_jit.py", line 9582, in M 2022-09-27T16:06:02.4247384Z class M(torch.jit.ScriptModule): 2022-09-27T16:06:02.4247522Z 2022-09-27T16:06:02.4247641Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:02.4247918Z ========== 2022-09-27T16:06:02.4281935Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9585 2022-09-27T16:06:02.4282384Z due to: 2022-09-27T16:06:02.4282728Z Traceback (most recent call last): 2022-09-27T16:06:02.4283296Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:02.4283618Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:02.4284009Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:02.4284204Z 2022-09-27T16:06:02.4284277Z from user code: 2022-09-27T16:06:02.4284477Z File "test_jit.py", line 9586, in __init__ 2022-09-27T16:06:02.4284685Z super(M, self).__init__() 2022-09-27T16:06:02.4284788Z 2022-09-27T16:06:02.4284921Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:02.4285140Z ========== 2022-09-27T16:06:02.4326905Z ok (0.014s) 2022-09-27T16:06:02.4553981Z test_constant_pooling_introduce_aliasing (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 5305 2022-09-27T16:06:02.4554587Z due to: 2022-09-27T16:06:02.4554954Z Traceback (most recent call last): 2022-09-27T16:06:02.4555337Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:06:02.4555629Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:06:02.4556090Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:06:02.4556379Z 2022-09-27T16:06:02.4556454Z from user code: 2022-09-27T16:06:02.4556701Z File "test_jit.py", line 5311, in 2022-09-27T16:06:02.4557043Z self.run_pass('constant_propagation', foo.graph) 2022-09-27T16:06:02.4557273Z 2022-09-27T16:06:02.4557422Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:02.4557639Z ========== 2022-09-27T16:06:02.4557965Z ok (0.023s) 2022-09-27T16:06:02.4995859Z test_constant_pooling_none (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 5276 2022-09-27T16:06:02.4996412Z due to: 2022-09-27T16:06:02.4996696Z Traceback (most recent call last): 2022-09-27T16:06:02.4997191Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:06:02.4997677Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:06:02.4998388Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:06:02.4998779Z 2022-09-27T16:06:02.4998882Z from user code: 2022-09-27T16:06:02.4999218Z File "test_jit.py", line 5284, in 2022-09-27T16:06:02.4999647Z graph_str = str(test.graph) 2022-09-27T16:06:02.4999863Z 2022-09-27T16:06:02.5000089Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:02.5000458Z ========== 2022-09-27T16:06:02.5000742Z ok (0.043s) 2022-09-27T16:06:02.5236859Z test_constant_pooling_same_identity (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 5296 2022-09-27T16:06:02.5237454Z due to: 2022-09-27T16:06:02.5237738Z Traceback (most recent call last): 2022-09-27T16:06:02.5238292Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:06:02.5238849Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:06:02.5239675Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:06:02.5240038Z 2022-09-27T16:06:02.5240157Z from user code: 2022-09-27T16:06:02.5240564Z File "test_jit.py", line 5297, in 2022-09-27T16:06:02.5241138Z self.run_pass('constant_propagation', foo_script.graph) 2022-09-27T16:06:02.5241375Z 2022-09-27T16:06:02.5241571Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:02.5242247Z ========== 2022-09-27T16:06:02.5291435Z ok (0.029s) 2022-09-27T16:06:02.5590712Z test_context_manager (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:06:02.5898270Z test_conv_error (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:06:02.6473320Z test_convert_base (__main__.TestScript) ... ok (0.057s) 2022-09-27T16:06:02.6857324Z test_cpp_function_tensor_str (__main__.TestScript) ... ok (0.038s) 2022-09-27T16:06:02.6893936Z test_cpp_module_iterator (__main__.TestScript) ... skip: TorchDynamo fails with unknown reason (0.003s) 2022-09-27T16:06:02.7154797Z test_desugar_module (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn line 1 2022-09-27T16:06:02.7155220Z due to: 2022-09-27T16:06:02.7155466Z Traceback (most recent call last): 2022-09-27T16:06:02.7156093Z File "/opt/conda/lib/python3.7/site-packages/torch/_prims/__init__.py", line 1128, in _greater_than_reduce 2022-09-27T16:06:02.7156541Z assert x < len(shape) 2022-09-27T16:06:02.7156859Z AssertionError 2022-09-27T16:06:02.7157043Z 2022-09-27T16:06:02.7157144Z from user code: 2022-09-27T16:06:02.7157451Z File "", line 3, in fn 2022-09-27T16:06:02.7157635Z 2022-09-27T16:06:02.7157874Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:02.7158225Z ========== 2022-09-27T16:06:02.7234284Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn test_jit.py line 8187 2022-09-27T16:06:02.7234721Z due to: 2022-09-27T16:06:02.7234987Z Traceback (most recent call last): 2022-09-27T16:06:02.7235605Z File "/opt/conda/lib/python3.7/site-packages/torch/_prims/__init__.py", line 1128, in _greater_than_reduce 2022-09-27T16:06:02.7236025Z assert x < len(shape) 2022-09-27T16:06:02.7236324Z AssertionError 2022-09-27T16:06:02.7236502Z 2022-09-27T16:06:02.7236605Z from user code: 2022-09-27T16:06:02.7236931Z File "test_jit.py", line 8189, in fn 2022-09-27T16:06:02.7237309Z b = torch.nn.functional.prelu(x, slope) 2022-09-27T16:06:02.7237567Z 2022-09-27T16:06:02.7237758Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:02.7238245Z ========== 2022-09-27T16:06:02.7261957Z ok (0.036s) 2022-09-27T16:06:02.7492359Z test_device_kwarg (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:06:02.8067147Z test_device_type (__main__.TestScript) ... ok (0.057s) 2022-09-27T16:06:02.8076336Z test_device_type_cuda (__main__.TestScript) ... skip: Requires CUDA (0.000s) 2022-09-27T16:06:02.8142197Z test_dir (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:06:03.0076419Z test_divmod (__main__.TestScript) ... ok (0.193s) 2022-09-27T16:06:03.0103094Z test_dominated_bailout (__main__.TestScript) ... skip: bailouts are being deprecated (0.002s) 2022-09-27T16:06:03.0202639Z test_dropout_eval (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ScriptedConv2d test_jit.py line 7759 2022-09-27T16:06:03.0203143Z due to: 2022-09-27T16:06:03.0203335Z Traceback (most recent call last): 2022-09-27T16:06:03.0203631Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:03.0203895Z raise Unsupported(msg) 2022-09-27T16:06:03.0204121Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:03.0204277Z 2022-09-27T16:06:03.0204355Z from user code: 2022-09-27T16:06:03.0204565Z File "test_jit.py", line 7759, in ScriptedConv2d 2022-09-27T16:06:03.0204808Z class ScriptedConv2d(torch.jit.ScriptModule): 2022-09-27T16:06:03.0204959Z 2022-09-27T16:06:03.0205092Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:03.0205308Z ========== 2022-09-27T16:06:03.0215938Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ScriptMod test_jit.py line 7771 2022-09-27T16:06:03.0216350Z due to: 2022-09-27T16:06:03.0216537Z Traceback (most recent call last): 2022-09-27T16:06:03.0216866Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:03.0217112Z raise Unsupported(msg) 2022-09-27T16:06:03.0217579Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:03.0217735Z 2022-09-27T16:06:03.0217806Z from user code: 2022-09-27T16:06:03.0217994Z File "test_jit.py", line 7771, in ScriptMod 2022-09-27T16:06:03.0218238Z class ScriptMod(torch.jit.ScriptModule): 2022-09-27T16:06:03.0218509Z 2022-09-27T16:06:03.0218721Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:03.0218934Z ========== 2022-09-27T16:06:03.0373543Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 7772 2022-09-27T16:06:03.0374014Z due to: 2022-09-27T16:06:03.0374357Z Traceback (most recent call last): 2022-09-27T16:06:03.0374853Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:03.0375397Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:03.0375937Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:03.0376274Z 2022-09-27T16:06:03.0376396Z from user code: 2022-09-27T16:06:03.0376806Z File "test_jit.py", line 7773, in __init__ 2022-09-27T16:06:03.0377173Z super(ScriptMod, self).__init__() 2022-09-27T16:06:03.0377387Z 2022-09-27T16:06:03.0377608Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:03.0377968Z ========== 2022-09-27T16:06:03.0407003Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 7760 2022-09-27T16:06:03.0407456Z due to: 2022-09-27T16:06:03.0407771Z Traceback (most recent call last): 2022-09-27T16:06:03.0408271Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:03.0408806Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:03.0409318Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:03.0409647Z 2022-09-27T16:06:03.0409766Z from user code: 2022-09-27T16:06:03.0410093Z File "test_jit.py", line 7761, in __init__ 2022-09-27T16:06:03.0410485Z super(ScriptedConv2d, self).__init__() 2022-09-27T16:06:03.0410694Z 2022-09-27T16:06:03.0410911Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:03.0411275Z ========== 2022-09-27T16:06:03.3119197Z ok (0.301s) 2022-09-27T16:06:03.3540309Z test_dropout_script (__main__.TestScript) ... ok (0.041s) 2022-09-27T16:06:03.3761563Z test_dtype_attr (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:06:03.4582412Z test_dtype_op_shape (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 8603 2022-09-27T16:06:03.4582992Z due to: 2022-09-27T16:06:03.4583290Z Traceback (most recent call last): 2022-09-27T16:06:03.4583790Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 98, in call_method 2022-09-27T16:06:03.4584231Z assert not kwargs 2022-09-27T16:06:03.4584516Z AssertionError 2022-09-27T16:06:03.4584696Z 2022-09-27T16:06:03.4584812Z from user code: 2022-09-27T16:06:03.4585224Z File "test_jit.py", line 8615, in 2022-09-27T16:06:03.4585677Z code = template.format(return_line=return_line) 2022-09-27T16:06:03.4585906Z 2022-09-27T16:06:03.4586138Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:03.4586509Z ========== 2022-09-27T16:06:03.5240131Z ok (0.147s) 2022-09-27T16:06:03.6342301Z test_dtype_op_shape2 (__main__.TestScript) ... ok (0.110s) 2022-09-27T16:06:03.6493562Z test_early_return_closure (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 13858 2022-09-27T16:06:03.6493982Z due to: 2022-09-27T16:06:03.6494169Z Traceback (most recent call last): 2022-09-27T16:06:03.6494439Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:03.6494945Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:03.6495744Z AssertionError: torch.* op returned non-Tensor CompilationUnit call_function 2022-09-27T16:06:03.6495969Z 2022-09-27T16:06:03.6496027Z from user code: 2022-09-27T16:06:03.6496399Z File "test_jit.py", line 13859, in 2022-09-27T16:06:03.6496672Z cu = torch.jit.CompilationUnit(code) 2022-09-27T16:06:03.6496812Z 2022-09-27T16:06:03.6496944Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:03.6497221Z ========== 2022-09-27T16:06:03.6513014Z ok (0.016s) 2022-09-27T16:06:03.6977503Z test_early_return_fork_join (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 13921 2022-09-27T16:06:03.6977853Z due to: 2022-09-27T16:06:03.6978132Z Traceback (most recent call last): 2022-09-27T16:06:03.6978508Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:03.6979039Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:03.6979565Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:03.6979775Z 2022-09-27T16:06:03.6979851Z from user code: 2022-09-27T16:06:03.6980090Z File "test_jit.py", line 13928, in 2022-09-27T16:06:03.6980398Z FileCheck().check("with prim::fork").check("prim::If").check("return")\ 2022-09-27T16:06:03.6980562Z 2022-09-27T16:06:03.6980696Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:03.6980914Z ========== 2022-09-27T16:06:03.6981111Z You have not run this instance of FileCheck! 2022-09-27T16:06:03.6981304Z FileCheck checks: 2022-09-27T16:06:03.6981477Z ok (0.046s) 2022-09-27T16:06:03.7355547Z test_early_return_rewrite (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 14281 2022-09-27T16:06:03.7356184Z due to: 2022-09-27T16:06:03.7356516Z Traceback (most recent call last): 2022-09-27T16:06:03.7357052Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:03.7357847Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:03.7358668Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:03.7359032Z 2022-09-27T16:06:03.7359157Z from user code: 2022-09-27T16:06:03.7359568Z File "test_jit.py", line 14282, in 2022-09-27T16:06:03.7360161Z FileCheck().check_count("prim::If", 1, exactly=True).run(torch.jit.script(test_foo).graph) 2022-09-27T16:06:03.7360437Z 2022-09-27T16:06:03.7360664Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:03.7361024Z ========== 2022-09-27T16:06:03.7361305Z You have not run this instance of FileCheck! 2022-09-27T16:06:03.7361640Z FileCheck checks: 2022-09-27T16:06:03.7543692Z ok (0.056s) 2022-09-27T16:06:03.7983478Z test_early_return_type_refinement (__main__.TestScript) ... ok (0.043s) 2022-09-27T16:06:03.8731344Z test_early_returns_loops (__main__.TestScript) ... ok (0.074s) 2022-09-27T16:06:03.9100512Z test_ellipsis_const_end (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:06:03.9462958Z test_ellipsis_const_mid (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:06:03.9847533Z test_ellipsis_const_mid_select (__main__.TestScript) ... ok (0.038s) 2022-09-27T16:06:04.0206532Z test_ellipsis_const_start (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:06:04.0557301Z test_ellipsis_end (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:06:04.0926976Z test_ellipsis_mid (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:06:04.1305337Z test_ellipsis_mid_select (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:06:04.1667858Z test_ellipsis_start (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:06:04.2146158Z test_embedding_renorm_grad_error (__main__.TestScript) ... ok (0.047s) 2022-09-27T16:06:04.2527882Z test_empty_like_memory_format_bc (__main__.TestScript) ... ok (0.038s) 2022-09-27T16:06:04.2569194Z test_empty_tuple_str (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_empty_tuple_str test_jit.py line 11649 2022-09-27T16:06:04.2569872Z due to: 2022-09-27T16:06:04.2570179Z Traceback (most recent call last): 2022-09-27T16:06:04.2570643Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:04.2571389Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:04.2572143Z AssertionError: torch.* op returned non-Tensor TupleType call_function 2022-09-27T16:06:04.2572476Z 2022-09-27T16:06:04.2572592Z from user code: 2022-09-27T16:06:04.2572933Z File "test_jit.py", line 11650, in test_empty_tuple_str 2022-09-27T16:06:04.2573482Z empty_tuple_type = torch._C.TupleType([]) 2022-09-27T16:06:04.2573719Z 2022-09-27T16:06:04.2573942Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:04.2574286Z ========== 2022-09-27T16:06:04.2574551Z ok (0.003s) 2022-09-27T16:06:04.3134703Z test_enumerate_modlist_range (__main__.TestScript) ... ok (0.056s) 2022-09-27T16:06:04.3374788Z test_erase_number_types (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 11258 2022-09-27T16:06:04.3375402Z due to: 2022-09-27T16:06:04.3375766Z Traceback (most recent call last): 2022-09-27T16:06:04.3376299Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:06:04.3376833Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:06:04.3377694Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:06:04.3377965Z 2022-09-27T16:06:04.3378038Z from user code: 2022-09-27T16:06:04.3378273Z File "test_jit.py", line 11258, in 2022-09-27T16:06:04.3378521Z graph = torch.jit.script(func).graph 2022-09-27T16:06:04.3378660Z 2022-09-27T16:06:04.3378793Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:04.3379013Z ========== 2022-09-27T16:06:04.3379164Z ok (0.024s) 2022-09-27T16:06:04.3931416Z test_error (__main__.TestScript) ... ok (0.055s) 2022-09-27T16:06:04.4837845Z test_error_stacktrace (__main__.TestScript) ... ok (0.090s) 2022-09-27T16:06:04.5918810Z test_error_stacktrace_interface (__main__.TestScript) ... ok (0.107s) 2022-09-27T16:06:04.6094687Z test_eval_python (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT OldM test_jit.py line 3711 2022-09-27T16:06:04.6095149Z due to: 2022-09-27T16:06:04.6095484Z Traceback (most recent call last): 2022-09-27T16:06:04.6096011Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:04.6096326Z raise Unsupported(msg) 2022-09-27T16:06:04.6096565Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:04.6096708Z 2022-09-27T16:06:04.6096783Z from user code: 2022-09-27T16:06:04.6096978Z File "test_jit.py", line 3711, in OldM 2022-09-27T16:06:04.6097203Z class OldM(torch.jit.ScriptModule): 2022-09-27T16:06:04.6097329Z 2022-09-27T16:06:04.6097463Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:04.6097684Z ========== 2022-09-27T16:06:04.6207501Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test test_jit.py line 3684 2022-09-27T16:06:04.6207885Z due to: 2022-09-27T16:06:04.6208229Z Traceback (most recent call last): 2022-09-27T16:06:04.6208757Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:06:04.6209126Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:06:04.6209696Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:06:04.6209866Z 2022-09-27T16:06:04.6209936Z from user code: 2022-09-27T16:06:04.6210131Z File "test_jit.py", line 3685, in _test 2022-09-27T16:06:04.6210461Z self.assertTrue(m(torch.ones(2, 2))) 2022-09-27T16:06:04.6210599Z 2022-09-27T16:06:04.6210728Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:04.6210945Z ========== 2022-09-27T16:06:04.6247079Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 3712 2022-09-27T16:06:04.6247491Z due to: 2022-09-27T16:06:04.6247830Z Traceback (most recent call last): 2022-09-27T16:06:04.6248383Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:04.6248701Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:04.6249009Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:04.6249209Z 2022-09-27T16:06:04.6249281Z from user code: 2022-09-27T16:06:04.6249464Z File "test_jit.py", line 3713, in __init__ 2022-09-27T16:06:04.6249676Z super(OldM, self).__init__() 2022-09-27T16:06:04.6249796Z 2022-09-27T16:06:04.6249928Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:04.6250148Z ========== 2022-09-27T16:06:04.6289504Z ok (0.037s) 2022-09-27T16:06:04.6518393Z test_exception_exits_closure (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:06:04.6997112Z test_exceptions_with_control_flow (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 13944 2022-09-27T16:06:04.6997673Z due to: 2022-09-27T16:06:04.6998004Z Traceback (most recent call last): 2022-09-27T16:06:04.6998365Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:06:04.6998672Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:06:04.6999115Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:06:04.6999360Z 2022-09-27T16:06:04.6999433Z from user code: 2022-09-27T16:06:04.6999659Z File "test_jit.py", line 13944, in 2022-09-27T16:06:04.6999885Z g = torch.jit.script(func).graph 2022-09-27T16:06:04.7000018Z 2022-09-27T16:06:04.7000149Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:04.7000365Z ========== 2022-09-27T16:06:04.7441771Z ok (0.092s) 2022-09-27T16:06:04.8276941Z test_expand (__main__.TestScript) ... ok (0.083s) 2022-09-27T16:06:04.8899010Z test_fibb (__main__.TestScript) ... ok (0.062s) 2022-09-27T16:06:04.9301034Z test_fibb_totally_better (__main__.TestScript) ... ok (0.040s) 2022-09-27T16:06:04.9409480Z test_file_format_serialization (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 12941 2022-09-27T16:06:04.9410119Z due to: 2022-09-27T16:06:04.9410304Z Traceback (most recent call last): 2022-09-27T16:06:04.9410584Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:04.9411016Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:04.9411503Z AssertionError: torch.* op returned non-Tensor PyTorchFileWriter call_function 2022-09-27T16:06:04.9411732Z 2022-09-27T16:06:04.9411802Z from user code: 2022-09-27T16:06:04.9412048Z File "test_jit.py", line 12942, in 2022-09-27T16:06:04.9412316Z writer = torch._C.PyTorchFileWriter(filename) 2022-09-27T16:06:04.9412462Z 2022-09-27T16:06:04.9412595Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:04.9412812Z ========== 2022-09-27T16:06:04.9438546Z ok (0.013s) 2022-09-27T16:06:04.9730069Z test_file_line_error (__main__.TestScript) ... ok (0.028s) 2022-09-27T16:06:04.9915517Z test_file_line_error_class_defn (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:06:05.0198347Z test_file_line_graph (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 4408 2022-09-27T16:06:05.0198742Z due to: 2022-09-27T16:06:05.0199077Z Traceback (most recent call last): 2022-09-27T16:06:05.0199593Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:05.0200383Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:05.0200841Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:05.0201041Z 2022-09-27T16:06:05.0201112Z from user code: 2022-09-27T16:06:05.0201331Z File "test_jit.py", line 4409, in 2022-09-27T16:06:05.0201669Z fc = FileCheck().check('test_jit.py:{}:19'.format(lineno + 1)) 2022-09-27T16:06:05.0201833Z 2022-09-27T16:06:05.0201964Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:05.0202181Z ========== 2022-09-27T16:06:05.0202364Z You have not run this instance of FileCheck! 2022-09-27T16:06:05.0202569Z FileCheck checks: 2022-09-27T16:06:05.0202744Z ok (0.028s) 2022-09-27T16:06:05.0260545Z test_file_line_save_load (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Scripted test_jit.py line 4414 2022-09-27T16:06:05.0261045Z due to: 2022-09-27T16:06:05.0261390Z Traceback (most recent call last): 2022-09-27T16:06:05.0261901Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:05.0262499Z raise Unsupported(msg) 2022-09-27T16:06:05.0262740Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:05.0262893Z 2022-09-27T16:06:05.0262964Z from user code: 2022-09-27T16:06:05.0263150Z File "test_jit.py", line 4414, in Scripted 2022-09-27T16:06:05.0263394Z class Scripted(torch.jit.ScriptModule): 2022-09-27T16:06:05.0263537Z 2022-09-27T16:06:05.0263668Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:05.0263872Z ========== 2022-09-27T16:06:05.0371206Z ok (0.016s) 2022-09-27T16:06:05.0411270Z test_file_line_string (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_file_line_string test_jit.py line 4433 2022-09-27T16:06:05.0411793Z due to: 2022-09-27T16:06:05.0412144Z Traceback (most recent call last): 2022-09-27T16:06:05.0412608Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:05.0413403Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:05.0413872Z AssertionError: torch.* op returned non-Tensor CompilationUnit call_function 2022-09-27T16:06:05.0414098Z 2022-09-27T16:06:05.0414168Z from user code: 2022-09-27T16:06:05.0414386Z File "test_jit.py", line 4437, in test_file_line_string 2022-09-27T16:06:05.0414605Z ''') 2022-09-27T16:06:05.0414686Z 2022-09-27T16:06:05.0414842Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:05.0415208Z ========== 2022-09-27T16:06:05.0415594Z ok (0.004s) 2022-09-27T16:06:05.0739022Z test_file_line_trace (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 4450 2022-09-27T16:06:05.0739558Z due to: 2022-09-27T16:06:05.0739868Z Traceback (most recent call last): 2022-09-27T16:06:05.0740375Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:05.0740958Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:05.0741407Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:05.0741609Z 2022-09-27T16:06:05.0741934Z from user code: 2022-09-27T16:06:05.0742166Z File "test_jit.py", line 4451, in 2022-09-27T16:06:05.0742495Z fc = FileCheck().check('test_jit.py:{}:0'.format(lineno + 1)) 2022-09-27T16:06:05.0742645Z 2022-09-27T16:06:05.0742838Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:05.0743062Z ========== 2022-09-27T16:06:05.0743247Z You have not run this instance of FileCheck! 2022-09-27T16:06:05.0743451Z FileCheck checks: 2022-09-27T16:06:05.0743628Z ok (0.032s) 2022-09-27T16:06:05.1123953Z test_filecheck (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_check test_jit.py line 8479 2022-09-27T16:06:05.1124480Z due to: 2022-09-27T16:06:05.1124859Z Traceback (most recent call last): 2022-09-27T16:06:05.1125371Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:05.1126038Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:05.1126498Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:05.1126696Z 2022-09-27T16:06:05.1126767Z from user code: 2022-09-27T16:06:05.1126972Z File "test_jit.py", line 8481, in test_check 2022-09-27T16:06:05.1127197Z FileCheck().check("2").check("3").check("2").run(file) 2022-09-27T16:06:05.1127338Z 2022-09-27T16:06:05.1127467Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:05.1127682Z ========== 2022-09-27T16:06:05.1127863Z You have not run this instance of FileCheck! 2022-09-27T16:06:05.1128066Z FileCheck checks: 2022-09-27T16:06:05.1154050Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_check_count test_jit.py line 8491 2022-09-27T16:06:05.1154472Z due to: 2022-09-27T16:06:05.1154809Z Traceback (most recent call last): 2022-09-27T16:06:05.1155268Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:05.1155713Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:05.1156139Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:05.1156337Z 2022-09-27T16:06:05.1156411Z from user code: 2022-09-27T16:06:05.1156620Z File "test_jit.py", line 8493, in test_check_count 2022-09-27T16:06:05.1156838Z FileCheck().check_count("2", 5).run(file) 2022-09-27T16:06:05.1156968Z 2022-09-27T16:06:05.1157098Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:05.1157314Z ========== 2022-09-27T16:06:05.1157511Z You have not run this instance of FileCheck! 2022-09-27T16:06:05.1157700Z FileCheck checks: 2022-09-27T16:06:05.1178871Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_check_same test_jit.py line 8508 2022-09-27T16:06:05.1179276Z due to: 2022-09-27T16:06:05.1179583Z Traceback (most recent call last): 2022-09-27T16:06:05.1180108Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:05.1180910Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:05.1181354Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:05.1181540Z 2022-09-27T16:06:05.1181610Z from user code: 2022-09-27T16:06:05.1181815Z File "test_jit.py", line 8510, in test_check_same 2022-09-27T16:06:05.1182041Z FileCheck().check_same("22").run(file) 2022-09-27T16:06:05.1182168Z 2022-09-27T16:06:05.1182286Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:05.1182500Z ========== 2022-09-27T16:06:05.1182693Z You have not run this instance of FileCheck! 2022-09-27T16:06:05.1182883Z FileCheck checks: 2022-09-27T16:06:05.1200799Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_check_next test_jit.py line 8522 2022-09-27T16:06:05.1201418Z due to: 2022-09-27T16:06:05.1201769Z Traceback (most recent call last): 2022-09-27T16:06:05.1202331Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:05.1202785Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:05.1203296Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:05.1203500Z 2022-09-27T16:06:05.1203558Z from user code: 2022-09-27T16:06:05.1203767Z File "test_jit.py", line 8524, in test_check_next 2022-09-27T16:06:05.1204022Z FileCheck().check("1").check_next("2").check_next("3").run(file) 2022-09-27T16:06:05.1204174Z 2022-09-27T16:06:05.1204308Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:05.1204514Z ========== 2022-09-27T16:06:05.1204713Z You have not run this instance of FileCheck! 2022-09-27T16:06:05.1204917Z FileCheck checks: 2022-09-27T16:06:05.1222583Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_check_dag test_jit.py line 8535 2022-09-27T16:06:05.1223074Z due to: 2022-09-27T16:06:05.1223421Z Traceback (most recent call last): 2022-09-27T16:06:05.1223749Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:05.1224193Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:05.1224645Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:05.1224851Z 2022-09-27T16:06:05.1224923Z from user code: 2022-09-27T16:06:05.1225119Z File "test_jit.py", line 8536, in test_check_dag 2022-09-27T16:06:05.1225423Z fc = FileCheck().check_dag("1").check_dag("2").check_not("2") 2022-09-27T16:06:05.1225583Z 2022-09-27T16:06:05.1225784Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:05.1226072Z ========== 2022-09-27T16:06:05.1226267Z You have not run this instance of FileCheck! 2022-09-27T16:06:05.1226477Z FileCheck checks: 2022-09-27T16:06:05.1226701Z ok (0.048s) 2022-09-27T16:06:05.1590050Z test_filecheck_parse (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_check test_jit.py line 8734 2022-09-27T16:06:05.1590473Z due to: 2022-09-27T16:06:05.1590666Z Traceback (most recent call last): 2022-09-27T16:06:05.1590949Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:05.1591381Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:05.1591821Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:05.1592019Z 2022-09-27T16:06:05.1592089Z from user code: 2022-09-27T16:06:05.1592273Z File "test_jit.py", line 8741, in test_check 2022-09-27T16:06:05.1592511Z FileCheck().run(checks_file=file, test_file=file) 2022-09-27T16:06:05.1592652Z 2022-09-27T16:06:05.1592981Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:05.1593194Z ========== 2022-09-27T16:06:05.1593388Z You have not run this instance of FileCheck! 2022-09-27T16:06:05.1593591Z FileCheck checks: 2022-09-27T16:06:05.1613112Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_check_count test_jit.py line 8753 2022-09-27T16:06:05.1613610Z due to: 2022-09-27T16:06:05.1613950Z Traceback (most recent call last): 2022-09-27T16:06:05.1614297Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:05.1614716Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:05.1615153Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:05.1615351Z 2022-09-27T16:06:05.1615422Z from user code: 2022-09-27T16:06:05.1615620Z File "test_jit.py", line 8755, in test_check_count 2022-09-27T16:06:05.1615904Z FileCheck().run("# CHECK-COUNT-5: 2", file) 2022-09-27T16:06:05.1616257Z 2022-09-27T16:06:05.1616390Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:05.1616605Z ========== 2022-09-27T16:06:05.1616790Z You have not run this instance of FileCheck! 2022-09-27T16:06:05.1616993Z FileCheck checks: 2022-09-27T16:06:05.1633430Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_check_same test_jit.py line 8764 2022-09-27T16:06:05.1633886Z due to: 2022-09-27T16:06:05.1634113Z Traceback (most recent call last): 2022-09-27T16:06:05.1634396Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:05.1634814Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:05.1635252Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:05.1635449Z 2022-09-27T16:06:05.1635519Z from user code: 2022-09-27T16:06:05.1635722Z File "test_jit.py", line 8766, in test_check_same 2022-09-27T16:06:05.1635992Z FileCheck().run("# CHECK-SAME: 22", file) 2022-09-27T16:06:05.1636127Z 2022-09-27T16:06:05.1636256Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:05.1636470Z ========== 2022-09-27T16:06:05.1636653Z You have not run this instance of FileCheck! 2022-09-27T16:06:05.1636857Z FileCheck checks: 2022-09-27T16:06:05.1739273Z ok (0.051s) 2022-09-27T16:06:05.1955965Z test_first_class_calls (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:06:05.2014226Z test_first_class_module (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Foo test_jit.py line 3782 2022-09-27T16:06:05.2014759Z due to: 2022-09-27T16:06:05.2014997Z Traceback (most recent call last): 2022-09-27T16:06:05.2015264Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:05.2015517Z raise Unsupported(msg) 2022-09-27T16:06:05.2015751Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:05.2015906Z 2022-09-27T16:06:05.2015973Z from user code: 2022-09-27T16:06:05.2016165Z File "test_jit.py", line 3782, in Foo 2022-09-27T16:06:05.2016386Z class Foo(torch.jit.ScriptModule): 2022-09-27T16:06:05.2016520Z 2022-09-27T16:06:05.2016655Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:05.2016860Z ========== 2022-09-27T16:06:05.2053860Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 3783 2022-09-27T16:06:05.2054304Z due to: 2022-09-27T16:06:05.2054630Z Traceback (most recent call last): 2022-09-27T16:06:05.2054932Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:05.2055242Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:05.2055550Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:05.2055729Z 2022-09-27T16:06:05.2055798Z from user code: 2022-09-27T16:06:05.2055993Z File "test_jit.py", line 3784, in __init__ 2022-09-27T16:06:05.2056203Z super(Foo, self).__init__() 2022-09-27T16:06:05.2056308Z 2022-09-27T16:06:05.2068252Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:05.2068595Z ========== 2022-09-27T16:06:05.2098157Z ok (0.014s) 2022-09-27T16:06:05.2572196Z test_floor_div (__main__.TestScript) ... ok (0.047s) 2022-09-27T16:06:05.2808337Z test_floordiv (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 12536 2022-09-27T16:06:05.2808673Z due to: 2022-09-27T16:06:05.2808860Z Traceback (most recent call last): 2022-09-27T16:06:05.2809170Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 98, in call_method 2022-09-27T16:06:05.2809418Z assert not kwargs 2022-09-27T16:06:05.2809599Z AssertionError 2022-09-27T16:06:05.2809708Z 2022-09-27T16:06:05.2809778Z from user code: 2022-09-27T16:06:05.2809990Z File "test_jit.py", line 12542, in 2022-09-27T16:06:05.2810520Z funcs_str = funcs_template.format(a_construct=tensor, b_construct=tensor_or_scalar) 2022-09-27T16:06:05.2810700Z 2022-09-27T16:06:05.2810833Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:05.2811050Z ========== 2022-09-27T16:06:05.4787773Z ok (0.221s) 2022-09-27T16:06:05.5009653Z test_for_else (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:06:05.5447876Z test_for_in_dict (__main__.TestScript) ... ok (0.043s) 2022-09-27T16:06:05.6700152Z test_for_in_enumerate (__main__.TestScript) ... ok (0.125s) 2022-09-27T16:06:05.7082222Z test_for_in_range (__main__.TestScript) ... ok (0.038s) 2022-09-27T16:06:05.7590990Z test_for_in_range_ast (__main__.TestScript) ... ok (0.050s) 2022-09-27T16:06:05.8101124Z test_for_in_range_dynamic (__main__.TestScript) ... ok (0.050s) 2022-09-27T16:06:05.8470643Z test_for_in_range_if_ast (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:06:05.8858072Z test_for_in_range_start_end (__main__.TestScript) ... ok (0.038s) 2022-09-27T16:06:05.9368838Z test_for_in_range_start_end_step (__main__.TestScript) ... ok (0.050s) 2022-09-27T16:06:05.9675833Z test_for_in_range_zero_step (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:06:06.0165610Z test_for_in_string (__main__.TestScript) ... ok (0.048s) 2022-09-27T16:06:08.8115045Z test_for_in_tensors (__main__.TestScript) ... ok (2.794s) 2022-09-27T16:06:08.8224208Z test_for_in_tensors_fail_scalar (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:06:08.9241127Z test_for_in_tensors_nested (__main__.TestScript) ... ok (0.101s) 2022-09-27T16:06:08.9399885Z test_for_in_tensors_rank0 (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:06:09.0288740Z test_for_in_zip (__main__.TestScript) ... ok (0.088s) 2022-09-27T16:06:09.0804677Z test_for_in_zip_enumerate (__main__.TestScript) ... ok (0.051s) 2022-09-27T16:06:09.1227552Z test_for_tuple_assign (__main__.TestScript) ... ok (0.042s) 2022-09-27T16:06:09.1928185Z test_for_tuple_unpack (__main__.TestScript) ... ok (0.069s) 2022-09-27T16:06:09.2591858Z test_format (__main__.TestScript) ... ok (0.066s) 2022-09-27T16:06:09.3181153Z test_func_call (__main__.TestScript) ... ok (0.058s) 2022-09-27T16:06:09.3410765Z test_function_compilation_caching (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 4808 2022-09-27T16:06:09.3411400Z due to: 2022-09-27T16:06:09.3411729Z Traceback (most recent call last): 2022-09-27T16:06:09.3412285Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:06:09.3412829Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:06:09.3413395Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:06:09.3413625Z 2022-09-27T16:06:09.3413696Z from user code: 2022-09-27T16:06:09.3413945Z File "test_jit.py", line 4811, in 2022-09-27T16:06:09.3414251Z self.assertIs(fun_compiled.graph, torch.jit.script(fun).graph) 2022-09-27T16:06:09.3414417Z 2022-09-27T16:06:09.3414549Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:09.3414769Z ========== 2022-09-27T16:06:09.3429640Z ok (0.024s) 2022-09-27T16:06:09.3593890Z test_function_overload_misuse (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyClass test_jit.py line 14741 2022-09-27T16:06:09.3594398Z due to: 2022-09-27T16:06:09.3594780Z Traceback (most recent call last): 2022-09-27T16:06:09.3595262Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:09.3595551Z raise Unsupported(msg) 2022-09-27T16:06:09.3595789Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:09.3595943Z 2022-09-27T16:06:09.3596000Z from user code: 2022-09-27T16:06:09.3596198Z File "test_jit.py", line 14741, in MyClass 2022-09-27T16:06:09.3596391Z class MyClass: 2022-09-27T16:06:09.3596718Z 2022-09-27T16:06:09.3596837Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:09.3597062Z ========== 2022-09-27T16:06:09.3615820Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT OverloadMisuse test_jit.py line 14759 2022-09-27T16:06:09.3616471Z due to: 2022-09-27T16:06:09.3616772Z Traceback (most recent call last): 2022-09-27T16:06:09.3617189Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:09.3617502Z raise Unsupported(msg) 2022-09-27T16:06:09.3617730Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:09.3617886Z 2022-09-27T16:06:09.3617958Z from user code: 2022-09-27T16:06:09.3618196Z File "test_jit.py", line 14759, in OverloadMisuse 2022-09-27T16:06:09.3618470Z class OverloadMisuse(torch.nn.Module): 2022-09-27T16:06:09.3618611Z 2022-09-27T16:06:09.3618746Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:09.3618995Z ========== 2022-09-27T16:06:09.3770340Z ok (0.033s) 2022-09-27T16:06:09.4386857Z test_function_overloading_isinstance (__main__.TestScript) ... ok (0.061s) 2022-09-27T16:06:09.6185691Z test_function_overloads (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 14568 2022-09-27T16:06:09.6186327Z due to: 2022-09-27T16:06:09.6186674Z Traceback (most recent call last): 2022-09-27T16:06:09.6187234Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:06:09.6187681Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:06:09.6188146Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:06:09.6188379Z 2022-09-27T16:06:09.6188451Z from user code: 2022-09-27T16:06:09.6188677Z File "test_jit.py", line 14570, in 2022-09-27T16:06:09.6188929Z self.assertIs(a.graph, b.graph) 2022-09-27T16:06:09.6189066Z 2022-09-27T16:06:09.6189197Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:09.6189419Z ========== 2022-09-27T16:06:09.6652141Z ok (0.226s) 2022-09-27T16:06:09.6666622Z test_fuser_double_float_codegen (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:06:09.6711383Z test_fuser_double_literal_precision (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_fuser_double_literal_precision test_jit.py line 5841 2022-09-27T16:06:09.6711887Z due to: 2022-09-27T16:06:09.6712131Z Traceback (most recent call last): 2022-09-27T16:06:09.6712417Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:09.6713101Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:09.6713612Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:06:09.6713852Z 2022-09-27T16:06:09.6713925Z from user code: 2022-09-27T16:06:09.6714160Z File "test_jit.py", line 5854, in test_fuser_double_literal_precision 2022-09-27T16:06:09.6714399Z graph = parse_ir(code) 2022-09-27T16:06:09.6714504Z 2022-09-27T16:06:09.6714635Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:09.6714856Z ========== 2022-09-27T16:06:09.8679135Z ok (0.201s) 2022-09-27T16:06:09.8755154Z test_fuser_multiple_blocks (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_fuser_multiple_blocks test_jit.py line 5858 2022-09-27T16:06:09.8755775Z due to: 2022-09-27T16:06:09.8756137Z Traceback (most recent call last): 2022-09-27T16:06:09.8756648Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:09.8757080Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:09.8757744Z AssertionError: torch.* op returned non-Tensor CompilationUnit call_function 2022-09-27T16:06:09.8757969Z 2022-09-27T16:06:09.8758040Z from user code: 2022-09-27T16:06:09.8758314Z File "test_jit.py", line 5868, in test_fuser_multiple_blocks 2022-09-27T16:06:09.8758551Z ''') 2022-09-27T16:06:09.8758648Z 2022-09-27T16:06:09.8758781Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:09.8758998Z ========== 2022-09-27T16:06:09.8782850Z ok (0.009s) 2022-09-27T16:06:09.9193472Z test_gather_dynamic_index (__main__.TestScript) ... ok (0.040s) 2022-09-27T16:06:09.9298975Z test_generic_list_errors (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:06:09.9407894Z test_get_set_state (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Root test_jit.py line 13743 2022-09-27T16:06:09.9408438Z due to: 2022-09-27T16:06:09.9408768Z Traceback (most recent call last): 2022-09-27T16:06:09.9409176Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:09.9409435Z raise Unsupported(msg) 2022-09-27T16:06:09.9409658Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:09.9409813Z 2022-09-27T16:06:09.9409891Z from user code: 2022-09-27T16:06:09.9410086Z File "test_jit.py", line 13743, in Root 2022-09-27T16:06:09.9410297Z class Root(torch.jit.ScriptModule): 2022-09-27T16:06:09.9410438Z 2022-09-27T16:06:09.9410572Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:09.9410789Z ========== 2022-09-27T16:06:09.9426018Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 13762 2022-09-27T16:06:09.9426389Z due to: 2022-09-27T16:06:09.9426728Z Traceback (most recent call last): 2022-09-27T16:06:09.9427227Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:09.9427472Z raise Unsupported(msg) 2022-09-27T16:06:09.9427708Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:09.9427867Z 2022-09-27T16:06:09.9427942Z from user code: 2022-09-27T16:06:09.9428119Z File "test_jit.py", line 13762, in M 2022-09-27T16:06:09.9428344Z class M(torch.jit.ScriptModule): 2022-09-27T16:06:09.9428481Z 2022-09-27T16:06:09.9428616Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:09.9428835Z ========== 2022-09-27T16:06:09.9471049Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 13746 2022-09-27T16:06:09.9471629Z due to: 2022-09-27T16:06:09.9471994Z Traceback (most recent call last): 2022-09-27T16:06:09.9472386Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:09.9472702Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:09.9473208Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:09.9473398Z 2022-09-27T16:06:09.9473467Z from user code: 2022-09-27T16:06:09.9473664Z File "test_jit.py", line 13747, in __init__ 2022-09-27T16:06:09.9473874Z super(Root, self).__init__() 2022-09-27T16:06:09.9473995Z 2022-09-27T16:06:09.9474129Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:09.9474334Z ========== 2022-09-27T16:06:09.9555926Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 13765 2022-09-27T16:06:09.9556367Z due to: 2022-09-27T16:06:09.9556716Z Traceback (most recent call last): 2022-09-27T16:06:09.9557252Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:09.9557730Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:09.9558039Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:09.9558230Z 2022-09-27T16:06:09.9558287Z from user code: 2022-09-27T16:06:09.9558487Z File "test_jit.py", line 13766, in __init__ 2022-09-27T16:06:09.9558695Z super(M, self).__init__() 2022-09-27T16:06:09.9559037Z 2022-09-27T16:06:09.9559156Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:09.9559373Z ========== 2022-09-27T16:06:09.9669079Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT NoArgState test_jit.py line 13801 2022-09-27T16:06:09.9669604Z due to: 2022-09-27T16:06:09.9669945Z Traceback (most recent call last): 2022-09-27T16:06:09.9670453Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:09.9670916Z raise Unsupported(msg) 2022-09-27T16:06:09.9671336Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:09.9671618Z 2022-09-27T16:06:09.9671736Z from user code: 2022-09-27T16:06:09.9671948Z File "test_jit.py", line 13801, in NoArgState 2022-09-27T16:06:09.9672159Z class NoArgState(torch.nn.Module): 2022-09-27T16:06:09.9672292Z 2022-09-27T16:06:09.9672421Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:09.9672641Z ========== 2022-09-27T16:06:09.9798217Z ok (0.049s) 2022-09-27T16:06:09.9862134Z test_get_set_state_with_tensors (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 15858 2022-09-27T16:06:09.9862647Z due to: 2022-09-27T16:06:09.9863017Z Traceback (most recent call last): 2022-09-27T16:06:09.9863457Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:09.9863939Z raise Unsupported(msg) 2022-09-27T16:06:09.9864261Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:09.9864414Z 2022-09-27T16:06:09.9864485Z from user code: 2022-09-27T16:06:09.9864660Z File "test_jit.py", line 15858, in M 2022-09-27T16:06:09.9864865Z class M(torch.nn.Module): 2022-09-27T16:06:09.9864994Z 2022-09-27T16:06:09.9865124Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:09.9865328Z ========== 2022-09-27T16:06:09.9977532Z ok (0.017s) 2022-09-27T16:06:10.0486898Z test_grad_from_script (__main__.TestScript) ... ok (0.050s) 2022-09-27T16:06:10.1760121Z test_hash (__main__.TestScript) ... ok (0.127s) 2022-09-27T16:06:10.2550606Z test_hex_literals (__main__.TestScript) ... ok (0.078s) 2022-09-27T16:06:10.2792074Z test_id (__main__.TestScript) ... ok (0.024s) 2022-09-27T16:06:10.3674373Z test_if (__main__.TestScript) ... ok (0.088s) 2022-09-27T16:06:10.5578867Z test_if_define (__main__.TestScript) ... ok (0.190s) 2022-09-27T16:06:10.5738563Z test_if_different_type (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:06:10.6561845Z test_if_for_in_range (__main__.TestScript) ... ok (0.082s) 2022-09-27T16:06:10.6851600Z test_if_is_none_dispatch (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 6065 2022-09-27T16:06:10.6852011Z due to: 2022-09-27T16:06:10.6852301Z Traceback (most recent call last): 2022-09-27T16:06:10.6852865Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:06:10.6853297Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:06:10.6853776Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:06:10.6854065Z 2022-09-27T16:06:10.6854135Z from user code: 2022-09-27T16:06:10.6854387Z File "test_jit.py", line 6076, in 2022-09-27T16:06:10.6854904Z self.assertTrue(str(test_lhs_none_rhs_none.graph).count(': int = prim::Constant') == 1) 2022-09-27T16:06:10.6855086Z 2022-09-27T16:06:10.6855218Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:10.6855443Z ========== 2022-09-27T16:06:10.7003632Z ok (0.044s) 2022-09-27T16:06:10.7221046Z test_if_list_cat (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 10111 2022-09-27T16:06:10.7221567Z due to: 2022-09-27T16:06:10.7221921Z Traceback (most recent call last): 2022-09-27T16:06:10.7222572Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:06:10.7222937Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:06:10.7223478Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:06:10.7223708Z 2022-09-27T16:06:10.7223778Z from user code: 2022-09-27T16:06:10.7223995Z File "test_jit.py", line 10120, in 2022-09-27T16:06:10.7224258Z _propagate_shapes(test_list.graph, (b,), False) 2022-09-27T16:06:10.7224403Z 2022-09-27T16:06:10.7224538Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:10.7224746Z ========== 2022-09-27T16:06:10.7224911Z ok (0.021s) 2022-09-27T16:06:10.7240657Z test_if_nest_while (__main__.TestScript) ... skip: TorchDynamo fails with unknown reason (0.001s) 2022-09-27T16:06:10.8105777Z test_if_noelse (__main__.TestScript) ... ok (0.086s) 2022-09-27T16:06:10.8234929Z test_if_not_defined_error (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:06:10.8514925Z test_if_supertype (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 10123 2022-09-27T16:06:10.8515337Z due to: 2022-09-27T16:06:10.8515538Z Traceback (most recent call last): 2022-09-27T16:06:10.8515829Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:06:10.8516194Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:06:10.8516778Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:06:10.8517098Z 2022-09-27T16:06:10.8517161Z from user code: 2022-09-27T16:06:10.8517487Z File "test_jit.py", line 10137, in 2022-09-27T16:06:10.8517821Z graph = _propagate_shapes(tensor_unifying.graph, (a, b, c), False) 2022-09-27T16:06:10.8518036Z 2022-09-27T16:06:10.8518186Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:10.8518394Z ========== 2022-09-27T16:06:10.8518552Z ok (0.028s) 2022-09-27T16:06:10.9457755Z test_ignore_decorator (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 15253 2022-09-27T16:06:10.9458063Z due to: 2022-09-27T16:06:10.9458252Z Traceback (most recent call last): 2022-09-27T16:06:10.9458529Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:10.9458905Z raise Unsupported(msg) 2022-09-27T16:06:10.9459372Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:10.9459660Z 2022-09-27T16:06:10.9459752Z from user code: 2022-09-27T16:06:10.9459940Z File "test_jit.py", line 15253, in M 2022-09-27T16:06:10.9460151Z class M(torch.jit.ScriptModule): 2022-09-27T16:06:10.9460289Z 2022-09-27T16:06:10.9460419Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:10.9460640Z ========== 2022-09-27T16:06:10.9496502Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 15254 2022-09-27T16:06:10.9496897Z due to: 2022-09-27T16:06:10.9497234Z Traceback (most recent call last): 2022-09-27T16:06:10.9497781Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:10.9498345Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:10.9498913Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:10.9499264Z 2022-09-27T16:06:10.9499399Z from user code: 2022-09-27T16:06:10.9499753Z File "test_jit.py", line 15255, in __init__ 2022-09-27T16:06:10.9499980Z super(M, self).__init__() 2022-09-27T16:06:10.9500098Z 2022-09-27T16:06:10.9500227Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:10.9500434Z ========== 2022-09-27T16:06:10.9568098Z ok (0.104s) 2022-09-27T16:06:10.9639346Z test_ignored_as_value (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Model test_jit.py line 15281 2022-09-27T16:06:10.9640176Z due to: 2022-09-27T16:06:10.9640367Z Traceback (most recent call last): 2022-09-27T16:06:10.9640711Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:10.9640974Z raise Unsupported(msg) 2022-09-27T16:06:10.9641197Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:10.9641352Z 2022-09-27T16:06:10.9641423Z from user code: 2022-09-27T16:06:10.9641619Z File "test_jit.py", line 15281, in Model 2022-09-27T16:06:10.9641808Z class Model(nn.Module): 2022-09-27T16:06:10.9641927Z 2022-09-27T16:06:10.9642058Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:10.9642281Z ========== 2022-09-27T16:06:10.9771818Z ok (0.020s) 2022-09-27T16:06:10.9838104Z test_ignored_method_binding (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Bar test_jit.py line 3347 2022-09-27T16:06:10.9838706Z due to: 2022-09-27T16:06:10.9838954Z Traceback (most recent call last): 2022-09-27T16:06:10.9839306Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:10.9839570Z raise Unsupported(msg) 2022-09-27T16:06:10.9839819Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:10.9839974Z 2022-09-27T16:06:10.9840044Z from user code: 2022-09-27T16:06:10.9840225Z File "test_jit.py", line 3347, in Bar 2022-09-27T16:06:10.9840437Z class Bar(torch.nn.Module): 2022-09-27T16:06:10.9840562Z 2022-09-27T16:06:10.9840695Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:10.9840903Z ========== 2022-09-27T16:06:10.9939416Z ok (0.016s) 2022-09-27T16:06:10.9995754Z test_ignored_props (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT A test_jit.py line 13369 2022-09-27T16:06:10.9996322Z due to: 2022-09-27T16:06:10.9996555Z Traceback (most recent call last): 2022-09-27T16:06:10.9996821Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:10.9997092Z raise Unsupported(msg) 2022-09-27T16:06:10.9997331Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:10.9997488Z 2022-09-27T16:06:10.9997567Z from user code: 2022-09-27T16:06:10.9997744Z File "test_jit.py", line 13369, in A 2022-09-27T16:06:10.9997939Z class A(nn.Module): 2022-09-27T16:06:10.9998054Z 2022-09-27T16:06:10.9998186Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:10.9998392Z ========== 2022-09-27T16:06:11.0072098Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT call test_jit.py line 13383 2022-09-27T16:06:11.0072464Z due to: 2022-09-27T16:06:11.0072921Z Traceback (most recent call last): 2022-09-27T16:06:11.0073256Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:06:11.0073563Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:06:11.0073849Z AssertionError: expected FunctionType found str ignored_return_val 2022-09-27T16:06:11.0074011Z 2022-09-27T16:06:11.0074087Z from user code: 2022-09-27T16:06:11.0074279Z File "test_jit.py", line 13385, in call 2022-09-27T16:06:11.0074488Z return self.ignored_return_val 2022-09-27T16:06:11.0074616Z 2022-09-27T16:06:11.0074733Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:11.0074949Z ========== 2022-09-27T16:06:11.0075109Z ok (0.013s) 2022-09-27T16:06:11.0140672Z test_import_constants_not_specialized (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ScriptMod test_jit.py line 10179 2022-09-27T16:06:11.0141210Z due to: 2022-09-27T16:06:11.0141576Z Traceback (most recent call last): 2022-09-27T16:06:11.0141940Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:11.0142182Z raise Unsupported(msg) 2022-09-27T16:06:11.0142419Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:11.0142573Z 2022-09-27T16:06:11.0142852Z from user code: 2022-09-27T16:06:11.0143040Z File "test_jit.py", line 10179, in ScriptMod 2022-09-27T16:06:11.0143283Z class ScriptMod(torch.jit.ScriptModule): 2022-09-27T16:06:11.0143433Z 2022-09-27T16:06:11.0143621Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:11.0143845Z ========== 2022-09-27T16:06:11.0175567Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 10180 2022-09-27T16:06:11.0176035Z due to: 2022-09-27T16:06:11.0176318Z Traceback (most recent call last): 2022-09-27T16:06:11.0176601Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:11.0176918Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:11.0177231Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:11.0177424Z 2022-09-27T16:06:11.0177495Z from user code: 2022-09-27T16:06:11.0177681Z File "test_jit.py", line 10181, in __init__ 2022-09-27T16:06:11.0177901Z super(ScriptMod, self).__init__() 2022-09-27T16:06:11.0178025Z 2022-09-27T16:06:11.0178158Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:11.0178367Z ========== 2022-09-27T16:06:11.0270062Z ok (0.019s) 2022-09-27T16:06:11.0717292Z test_in_for_and_comp_expr (__main__.TestScript) ... ok (0.044s) 2022-09-27T16:06:11.1091286Z test_in_operator_with_two_strings (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:06:12.9383612Z test_index (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 5002 2022-09-27T16:06:12.9383953Z due to: 2022-09-27T16:06:12.9384146Z Traceback (most recent call last): 2022-09-27T16:06:12.9384439Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:12.9384880Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:12.9385373Z AssertionError: torch.* op returned non-Tensor CompilationUnit call_function 2022-09-27T16:06:12.9385597Z 2022-09-27T16:06:12.9385670Z from user code: 2022-09-27T16:06:12.9385879Z File "test_jit.py", line 5003, in 2022-09-27T16:06:12.9386147Z cu = torch.jit.CompilationUnit(code_str) 2022-09-27T16:06:12.9386290Z 2022-09-27T16:06:12.9386422Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:12.9386627Z ========== 2022-09-27T16:06:25.3529354Z ok (14.243s) 2022-09-27T16:06:25.3782980Z test_index_select_shape_prop (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 10782 2022-09-27T16:06:25.3783480Z due to: 2022-09-27T16:06:25.3783772Z Traceback (most recent call last): 2022-09-27T16:06:25.3784095Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:06:25.3784402Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:06:25.3784869Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:06:25.3785099Z 2022-09-27T16:06:25.3785170Z from user code: 2022-09-27T16:06:25.3785418Z File "test_jit.py", line 10788, in 2022-09-27T16:06:25.3785706Z torch._C._jit_pass_complete_shape_analysis(foo.graph, (a, b), False) 2022-09-27T16:06:25.3785873Z 2022-09-27T16:06:25.3786006Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:25.3786230Z ========== 2022-09-27T16:06:25.3786389Z ok (0.025s) 2022-09-27T16:06:25.3972662Z test_index_with_tuple (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:06:25.4071365Z test_indexing_error (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:06:25.4305383Z test_infer_size (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn line 1 2022-09-27T16:06:25.4306182Z due to: 2022-09-27T16:06:25.4306508Z Traceback (most recent call last): 2022-09-27T16:06:25.4306953Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:06:25.4307313Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:06:25.4307553Z RuntimeError: expected a torch.Size as argument 1 2022-09-27T16:06:25.4307701Z 2022-09-27T16:06:25.4307841Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:25.4308004Z 2022-09-27T16:06:25.4308095Z Traceback (most recent call last): 2022-09-27T16:06:25.4308371Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:25.4308628Z raise TorchRuntimeError() from e 2022-09-27T16:06:25.4308858Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:25.4309000Z 2022-09-27T16:06:25.4309071Z from user code: 2022-09-27T16:06:25.4309245Z File "", line 3, in fn 2022-09-27T16:06:25.4309361Z 2022-09-27T16:06:25.4309497Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:25.4309711Z ========== 2022-09-27T16:06:25.4352047Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn test_jit.py line 13511 2022-09-27T16:06:25.4352499Z due to: 2022-09-27T16:06:25.4352993Z Traceback (most recent call last): 2022-09-27T16:06:25.4353526Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:06:25.4353838Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:06:25.4354089Z RuntimeError: expected a torch.Size as argument 1 2022-09-27T16:06:25.4354235Z 2022-09-27T16:06:25.4354373Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:25.4354537Z 2022-09-27T16:06:25.4354630Z Traceback (most recent call last): 2022-09-27T16:06:25.4354894Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:25.4355167Z raise TorchRuntimeError() from e 2022-09-27T16:06:25.4355403Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:25.4355530Z 2022-09-27T16:06:25.4355599Z from user code: 2022-09-27T16:06:25.4355791Z File "test_jit.py", line 13513, in fn 2022-09-27T16:06:25.4356006Z return _infer_size(x.size(), y.size()) 2022-09-27T16:06:25.4356138Z 2022-09-27T16:06:25.4356257Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:25.4356475Z ========== 2022-09-27T16:06:25.4371635Z ok (0.029s) 2022-09-27T16:06:25.4379958Z test_inferred_error_msg (__main__.TestScript) 2022-09-27T16:06:25.4660575Z Test that when we get a type mismatch on a function where we inferred ... ok (0.028s) 2022-09-27T16:06:25.4732506Z test_inherit_method (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT A test_jit.py line 3723 2022-09-27T16:06:25.4733015Z due to: 2022-09-27T16:06:25.4733336Z Traceback (most recent call last): 2022-09-27T16:06:25.4733841Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:25.4734337Z raise Unsupported(msg) 2022-09-27T16:06:25.4734755Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:25.4734935Z 2022-09-27T16:06:25.4735010Z from user code: 2022-09-27T16:06:25.4735203Z File "test_jit.py", line 3723, in A 2022-09-27T16:06:25.4735430Z class A(torch.jit.ScriptModule): 2022-09-27T16:06:25.4735553Z 2022-09-27T16:06:25.4735685Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:25.4735904Z ========== 2022-09-27T16:06:25.4743246Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT B test_jit.py line 3731 2022-09-27T16:06:25.4743630Z due to: 2022-09-27T16:06:25.4743982Z Traceback (most recent call last): 2022-09-27T16:06:25.4744483Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:25.4744963Z raise Unsupported(msg) 2022-09-27T16:06:25.4745379Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:25.4745629Z 2022-09-27T16:06:25.4745699Z from user code: 2022-09-27T16:06:25.4746085Z File "test_jit.py", line 3731, in B 2022-09-27T16:06:25.4746261Z class B(A): 2022-09-27T16:06:25.4746364Z 2022-09-27T16:06:25.4746496Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:25.4746715Z ========== 2022-09-27T16:06:25.4777468Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 3724 2022-09-27T16:06:25.4777920Z due to: 2022-09-27T16:06:25.4778261Z Traceback (most recent call last): 2022-09-27T16:06:25.4778804Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:25.4779370Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:25.4779847Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:25.4780037Z 2022-09-27T16:06:25.4780108Z from user code: 2022-09-27T16:06:25.4780294Z File "test_jit.py", line 3725, in __init__ 2022-09-27T16:06:25.4780495Z super(A, self).__init__() 2022-09-27T16:06:25.4780617Z 2022-09-27T16:06:25.4780749Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:25.4780952Z ========== 2022-09-27T16:06:25.4823601Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 3732 2022-09-27T16:06:25.4823979Z due to: 2022-09-27T16:06:25.4824293Z Traceback (most recent call last): 2022-09-27T16:06:25.4824794Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:25.4825370Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:25.4825956Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:25.4826307Z 2022-09-27T16:06:25.4826414Z from user code: 2022-09-27T16:06:25.4826669Z File "test_jit.py", line 3733, in __init__ 2022-09-27T16:06:25.4826875Z super(B, self).__init__() 2022-09-27T16:06:25.4826993Z 2022-09-27T16:06:25.4827128Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:25.4827335Z ========== 2022-09-27T16:06:25.4868151Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT C test_jit.py line 3746 2022-09-27T16:06:25.4868529Z due to: 2022-09-27T16:06:25.4868766Z Traceback (most recent call last): 2022-09-27T16:06:25.4869043Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:25.4869302Z raise Unsupported(msg) 2022-09-27T16:06:25.4869526Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:25.4869679Z 2022-09-27T16:06:25.4869748Z from user code: 2022-09-27T16:06:25.4869938Z File "test_jit.py", line 3746, in C 2022-09-27T16:06:25.4870162Z class C(torch.jit.ScriptModule): 2022-09-27T16:06:25.4870285Z 2022-09-27T16:06:25.4870418Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:25.4870635Z ========== 2022-09-27T16:06:25.4901995Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 3755 2022-09-27T16:06:25.4902304Z due to: 2022-09-27T16:06:25.4902489Z Traceback (most recent call last): 2022-09-27T16:06:25.4902787Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:25.4903109Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:25.4903410Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:25.4903602Z 2022-09-27T16:06:25.4903673Z from user code: 2022-09-27T16:06:25.4903869Z File "test_jit.py", line 3756, in __init__ 2022-09-27T16:06:25.4904061Z super(D, self).__init__() 2022-09-27T16:06:25.4904178Z 2022-09-27T16:06:25.4904310Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:25.4904526Z ========== 2022-09-27T16:06:25.4930458Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 3747 2022-09-27T16:06:25.4930800Z due to: 2022-09-27T16:06:25.4931074Z Traceback (most recent call last): 2022-09-27T16:06:25.4931373Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:25.4931794Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:25.4932093Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:25.4932285Z 2022-09-27T16:06:25.4932410Z from user code: 2022-09-27T16:06:25.4932615Z File "test_jit.py", line 3748, in __init__ 2022-09-27T16:06:25.4932822Z super(C, self).__init__() 2022-09-27T16:06:25.4932927Z 2022-09-27T16:06:25.4933060Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:25.4933282Z ========== 2022-09-27T16:06:25.4972356Z ok (0.031s) 2022-09-27T16:06:25.4983537Z test_inline_and_run_annotated_script_fn (__main__.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.001s) 2022-09-27T16:06:25.4998009Z test_inlined_graph (__main__.TestScript) 2022-09-27T16:06:25.5370155Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.038s) 2022-09-27T16:06:25.5603796Z test_inlining_cleanup (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 9274 2022-09-27T16:06:25.5604388Z due to: 2022-09-27T16:06:25.5604694Z Traceback (most recent call last): 2022-09-27T16:06:25.5605164Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:06:25.5605479Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:06:25.5606189Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:06:25.5606424Z 2022-09-27T16:06:25.5606497Z from user code: 2022-09-27T16:06:25.5606734Z File "test_jit.py", line 9279, in 2022-09-27T16:06:25.5606978Z self.run_pass("inline", fee.graph) 2022-09-27T16:06:25.5607108Z 2022-09-27T16:06:25.5607239Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:25.5607460Z ========== 2022-09-27T16:06:25.5607622Z ok (0.023s) 2022-09-27T16:06:25.5958309Z test_inplace_add (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:06:25.6300267Z test_inplace_copy_script (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:06:25.6605295Z test_input_keyword_in_schema (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:06:25.7602872Z test_int_cast (__main__.TestScript) ... ok (0.099s) 2022-09-27T16:06:25.7642167Z test_integral_shape_inference (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_integral_shape_inference test_jit.py line 5750 2022-09-27T16:06:25.7642663Z due to: 2022-09-27T16:06:25.7642856Z Traceback (most recent call last): 2022-09-27T16:06:25.7643124Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:25.7643564Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:25.7644045Z AssertionError: torch.* op returned non-Tensor CompilationUnit call_function 2022-09-27T16:06:25.7644291Z 2022-09-27T16:06:25.7644364Z from user code: 2022-09-27T16:06:25.7644578Z File "test_jit.py", line 5754, in test_integral_shape_inference 2022-09-27T16:06:25.7644815Z ''') 2022-09-27T16:06:25.7644911Z 2022-09-27T16:06:25.7645047Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:25.7645255Z ========== 2022-09-27T16:06:25.7648815Z ok (0.004s) 2022-09-27T16:06:25.7682925Z test_interpret_graph (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_interpret_graph test_jit.py line 16096 2022-09-27T16:06:25.7683484Z due to: 2022-09-27T16:06:25.7683659Z Traceback (most recent call last): 2022-09-27T16:06:25.7683942Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:25.7684373Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:25.7684865Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:06:25.7685307Z 2022-09-27T16:06:25.7685381Z from user code: 2022-09-27T16:06:25.7685664Z File "test_jit.py", line 16105, in test_interpret_graph 2022-09-27T16:06:25.7685973Z graph = parse_ir(graph_str) 2022-09-27T16:06:25.7686093Z 2022-09-27T16:06:25.7686286Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:25.7686511Z ========== 2022-09-27T16:06:25.7687140Z ok (0.003s) 2022-09-27T16:06:27.2318512Z test_interpreter_fuzz (__main__.TestScript) ... ok (1.462s) 2022-09-27T16:06:27.3099363Z test_intlist_args (__main__.TestScript) ... ok (0.077s) 2022-09-27T16:06:27.3198640Z test_invalid_call_arguments (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:06:27.3290164Z test_invalid_lhs_assignment (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:06:27.3438185Z test_invalid_prefix_annotation (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:06:27.3466976Z test_irparser (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_irparser test_jit.py line 8282 2022-09-27T16:06:27.3467515Z due to: 2022-09-27T16:06:27.3467821Z Traceback (most recent call last): 2022-09-27T16:06:27.3468185Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:27.3468718Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:27.3469167Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:27.3469369Z 2022-09-27T16:06:27.3469444Z from user code: 2022-09-27T16:06:27.3469657Z File "test_jit.py", line 8288, in test_irparser 2022-09-27T16:06:27.3469892Z FileCheck().run(graph_str, parse_ir(graph_str)) 2022-09-27T16:06:27.3470037Z 2022-09-27T16:06:27.3470170Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:27.3470394Z ========== 2022-09-27T16:06:27.3470585Z You have not run this instance of FileCheck! 2022-09-27T16:06:27.3470790Z FileCheck checks: 2022-09-27T16:06:27.3470969Z ok (0.003s) 2022-09-27T16:06:27.3748680Z test_is_after_use (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 8333 2022-09-27T16:06:27.3749055Z due to: 2022-09-27T16:06:27.3749248Z Traceback (most recent call last): 2022-09-27T16:06:27.3749542Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:06:27.3749836Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:06:27.3750300Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:06:27.3750530Z 2022-09-27T16:06:27.3750604Z from user code: 2022-09-27T16:06:27.3750823Z File "test_jit.py", line 8338, in 2022-09-27T16:06:27.3751084Z uses_sorted = sorted_input_use(foo.graph) 2022-09-27T16:06:27.3751233Z 2022-09-27T16:06:27.3751368Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:27.3751589Z ========== 2022-09-27T16:06:27.3828968Z ok (0.035s) 2022-09-27T16:06:27.4197546Z test_is_isnot (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test test_jit.py line 7646 2022-09-27T16:06:27.4197868Z due to: 2022-09-27T16:06:27.4198061Z Traceback (most recent call last): 2022-09-27T16:06:27.4198377Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 98, in call_method 2022-09-27T16:06:27.4198628Z assert not kwargs 2022-09-27T16:06:27.4198813Z AssertionError 2022-09-27T16:06:27.4198925Z 2022-09-27T16:06:27.4198997Z from user code: 2022-09-27T16:06:27.4199181Z File "test_jit.py", line 7647, in test 2022-09-27T16:06:27.4199424Z code = template.format(lhs=args[0], rhs=args[1], op=op) 2022-09-27T16:06:27.4199573Z 2022-09-27T16:06:27.4199707Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:27.4200148Z ========== 2022-09-27T16:06:27.4714793Z ok (0.088s) 2022-09-27T16:06:27.4788003Z test_is_optional (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:06:27.5145109Z test_is_scripting (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:06:27.5426271Z test_is_scripting_metacompile (__main__.TestScript) ... ok (0.028s) 2022-09-27T16:06:27.5684294Z test_isinstance (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 7726 2022-09-27T16:06:27.5684710Z due to: 2022-09-27T16:06:27.5684903Z Traceback (most recent call last): 2022-09-27T16:06:27.5685200Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 98, in call_method 2022-09-27T16:06:27.5685506Z assert not kwargs 2022-09-27T16:06:27.5685753Z AssertionError 2022-09-27T16:06:27.5685870Z 2022-09-27T16:06:27.5685939Z from user code: 2022-09-27T16:06:27.5686172Z File "test_jit.py", line 7748, in 2022-09-27T16:06:27.5686467Z test(inp, typ, type_hint) 2022-09-27T16:06:27.5686590Z 2022-09-27T16:06:27.5686724Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:27.5686939Z ========== 2022-09-27T16:06:27.5702089Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test test_jit.py line 7728 2022-09-27T16:06:27.5702553Z due to: 2022-09-27T16:06:27.5702792Z Traceback (most recent call last): 2022-09-27T16:06:27.5703075Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 98, in call_method 2022-09-27T16:06:27.5703343Z assert not kwargs 2022-09-27T16:06:27.5703528Z AssertionError 2022-09-27T16:06:27.5703624Z 2022-09-27T16:06:27.5703696Z from user code: 2022-09-27T16:06:27.5703891Z File "test_jit.py", line 7729, in test 2022-09-27T16:06:27.5704136Z code = template.format(typ=typ, type_hint=type_hint) 2022-09-27T16:06:27.5704293Z 2022-09-27T16:06:27.5704411Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:27.5704637Z ========== 2022-09-27T16:06:27.5778541Z ok (0.035s) 2022-09-27T16:06:27.6222249Z test_isinstance_dynamic (__main__.TestScript) ... ok (0.044s) 2022-09-27T16:06:27.6759841Z test_isinstance_metacompile (__main__.TestScript) ... ok (0.053s) 2022-09-27T16:06:27.9414429Z test_isinstance_refinement (__main__.TestScript) ... ok (0.265s) 2022-09-27T16:06:27.9821465Z test_jitter_bug (__main__.TestScript) ... ok (0.040s) 2022-09-27T16:06:28.0177911Z test_keyword (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:06:28.0551502Z test_kwarg_expansion_error (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:06:28.0808425Z test_kwargs_error_msg (__main__.TestScript) ... ok (0.025s) 2022-09-27T16:06:28.1280467Z test_lazy_script (__main__.TestScript) ... ok (0.047s) 2022-09-27T16:06:28.1763571Z test_lhs_advanced_indexing_assignment (__main__.TestScript) ... ok (0.048s) 2022-09-27T16:06:28.2390030Z test_lhs_advanced_indexing_augmented_assignment (__main__.TestScript) ... ok (0.062s) 2022-09-27T16:06:28.2751165Z test_lhs_indexing (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:06:28.3096727Z test_lhs_indexing_increment (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:06:28.3476404Z test_lhs_indexing_increment_list (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:06:28.3866537Z test_lhs_indexing_increment_list_prim (__main__.TestScript) ... ok (0.038s) 2022-09-27T16:06:28.4162879Z test_lhs_indexing_list (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:06:28.4543355Z test_lhs_indexing_multi (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:06:28.5000094Z test_linear_grad (__main__.TestScript) ... ok (0.045s) 2022-09-27T16:06:28.5811784Z test_list_comprehension_modulelist (__main__.TestScript) ... ok (0.081s) 2022-09-27T16:06:28.7585900Z test_list_comprehension_variable_write (__main__.TestScript) ... ok (0.177s) 2022-09-27T16:06:28.7681785Z test_list_iterables (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:06:28.8008602Z test_list_python_op (__main__.TestScript) ... ok (0.032s) 2022-09-27T16:06:28.8194210Z test_list_unify (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:06:28.9133510Z test_literal (__main__.TestScript) ... ok (0.093s) 2022-09-27T16:06:28.9463269Z test_literals (__main__.TestScript) ... ok (0.032s) 2022-09-27T16:06:28.9712320Z test_logical_short_circuit (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 6780 2022-09-27T16:06:28.9713226Z due to: 2022-09-27T16:06:28.9713526Z Traceback (most recent call last): 2022-09-27T16:06:28.9713991Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:28.9714786Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:28.9715503Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:28.9715842Z 2022-09-27T16:06:28.9715931Z from user code: 2022-09-27T16:06:28.9716295Z File "test_jit.py", line 6787, in 2022-09-27T16:06:28.9716823Z FileCheck().check_not("prim::If").run(testNoThrows.graph) 2022-09-27T16:06:28.9717106Z 2022-09-27T16:06:28.9717356Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:28.9717741Z ========== 2022-09-27T16:06:28.9718095Z You have not run this instance of FileCheck! 2022-09-27T16:06:28.9718466Z FileCheck checks: 2022-09-27T16:06:28.9884848Z ok (0.042s) 2022-09-27T16:06:29.0019749Z test_loop_liveness (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:06:29.1037635Z test_loop_unroll_negative (__main__.TestScript) ... ok (0.101s) 2022-09-27T16:06:29.1267660Z test_loop_unroll_unused_counter (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 11409 2022-09-27T16:06:29.1268241Z due to: 2022-09-27T16:06:29.1268517Z Traceback (most recent call last): 2022-09-27T16:06:29.1268961Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:06:29.1269431Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:06:29.1270164Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:06:29.1270523Z 2022-09-27T16:06:29.1270621Z from user code: 2022-09-27T16:06:29.1270998Z File "test_jit.py", line 11409, in 2022-09-27T16:06:29.1271422Z graph = torch.jit.script(fn).graph 2022-09-27T16:06:29.1271652Z 2022-09-27T16:06:29.1271864Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.1272190Z ========== 2022-09-27T16:06:29.1272442Z ok (0.023s) 2022-09-27T16:06:29.1512176Z test_loop_unrolling (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 11356 2022-09-27T16:06:29.1512728Z due to: 2022-09-27T16:06:29.1513276Z Traceback (most recent call last): 2022-09-27T16:06:29.1513801Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:06:29.1514282Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:06:29.1514962Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:06:29.1515334Z 2022-09-27T16:06:29.1515441Z from user code: 2022-09-27T16:06:29.1515761Z File "test_jit.py", line 11356, in 2022-09-27T16:06:29.1516153Z graph = torch.jit.script(fn).graph 2022-09-27T16:06:29.1516388Z 2022-09-27T16:06:29.1516625Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.1517023Z ========== 2022-09-27T16:06:29.1645194Z ok (0.037s) 2022-09-27T16:06:29.2106558Z test_loop_unrolling_const (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 11377 2022-09-27T16:06:29.2107348Z due to: 2022-09-27T16:06:29.2107641Z Traceback (most recent call last): 2022-09-27T16:06:29.2108167Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:06:29.2108857Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:06:29.2109740Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:06:29.2110067Z 2022-09-27T16:06:29.2110182Z from user code: 2022-09-27T16:06:29.2110509Z File "test_jit.py", line 11377, in 2022-09-27T16:06:29.2110885Z graph = torch.jit.script(fn).graph 2022-09-27T16:06:29.2111083Z 2022-09-27T16:06:29.2111292Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.2111603Z ========== 2022-09-27T16:06:29.2215208Z ok (0.056s) 2022-09-27T16:06:29.2460171Z test_loop_unrolling_nested (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 11394 2022-09-27T16:06:29.2460803Z due to: 2022-09-27T16:06:29.2461118Z Traceback (most recent call last): 2022-09-27T16:06:29.2461677Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:06:29.2462237Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:06:29.2463063Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:06:29.2463482Z 2022-09-27T16:06:29.2463607Z from user code: 2022-09-27T16:06:29.2464042Z File "test_jit.py", line 11394, in 2022-09-27T16:06:29.2464514Z graph = torch.jit.script(fn).graph 2022-09-27T16:06:29.2464757Z 2022-09-27T16:06:29.2464982Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.2465376Z ========== 2022-09-27T16:06:29.3125176Z ok (0.090s) 2022-09-27T16:06:29.3352324Z test_lower_nested_tuples (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 12833 2022-09-27T16:06:29.3353267Z due to: 2022-09-27T16:06:29.3353481Z Traceback (most recent call last): 2022-09-27T16:06:29.3353792Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:06:29.3354085Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:06:29.3354551Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:06:29.3354781Z 2022-09-27T16:06:29.3354857Z from user code: 2022-09-27T16:06:29.3355100Z File "test_jit.py", line 12837, in 2022-09-27T16:06:29.3355428Z self.run_pass('constant_propagation', test.graph) 2022-09-27T16:06:29.3355580Z 2022-09-27T16:06:29.3355716Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.3355930Z ========== 2022-09-27T16:06:29.3375585Z ok (0.022s) 2022-09-27T16:06:29.4312342Z test_math_ops (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 6532 2022-09-27T16:06:29.4313020Z due to: 2022-09-27T16:06:29.4313372Z Traceback (most recent call last): 2022-09-27T16:06:29.4313820Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 98, in call_method 2022-09-27T16:06:29.4314078Z assert not kwargs 2022-09-27T16:06:29.4314244Z AssertionError 2022-09-27T16:06:29.4314352Z 2022-09-27T16:06:29.4314423Z from user code: 2022-09-27T16:06:29.4314646Z File "test_jit.py", line 6541, in 2022-09-27T16:06:29.4314951Z funcs_str = funcs_template.format(func=func_name, args=args, args_type=args_type, ret_type=ret_type) 2022-09-27T16:06:29.4315149Z 2022-09-27T16:06:29.4315282Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.4315739Z ========== 2022-09-27T16:06:29.4351442Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:29.4351813Z due to: 2022-09-27T16:06:29.4352164Z Traceback (most recent call last): 2022-09-27T16:06:29.4352892Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:06:29.4353190Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:06:29.4353417Z ValueError: math domain error 2022-09-27T16:06:29.4353540Z 2022-09-27T16:06:29.4353610Z from user code: 2022-09-27T16:06:29.4353781Z File "", line 4, in func 2022-09-27T16:06:29.4353917Z 2022-09-27T16:06:29.4354049Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.4354263Z ========== 2022-09-27T16:06:29.4389891Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:29.4390293Z due to: 2022-09-27T16:06:29.4390647Z Traceback (most recent call last): 2022-09-27T16:06:29.4391050Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:06:29.4391337Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:06:29.4391562Z ValueError: math domain error 2022-09-27T16:06:29.4391683Z 2022-09-27T16:06:29.4391754Z from user code: 2022-09-27T16:06:29.4391925Z File "", line 4, in func 2022-09-27T16:06:29.4392044Z 2022-09-27T16:06:29.4392173Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.4392386Z ========== 2022-09-27T16:06:29.4428219Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:29.4428589Z due to: 2022-09-27T16:06:29.4428933Z Traceback (most recent call last): 2022-09-27T16:06:29.4429470Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:06:29.4429992Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:06:29.4430222Z ValueError: math domain error 2022-09-27T16:06:29.4430345Z 2022-09-27T16:06:29.4430414Z from user code: 2022-09-27T16:06:29.4430596Z File "", line 4, in func 2022-09-27T16:06:29.4430704Z 2022-09-27T16:06:29.4430839Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.4431057Z ========== 2022-09-27T16:06:29.4504837Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:29.4505253Z due to: 2022-09-27T16:06:29.4505606Z Traceback (most recent call last): 2022-09-27T16:06:29.4506030Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:06:29.4506335Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:06:29.4506548Z ValueError: math domain error 2022-09-27T16:06:29.4506666Z 2022-09-27T16:06:29.4506735Z from user code: 2022-09-27T16:06:29.4506918Z File "", line 4, in func 2022-09-27T16:06:29.4507026Z 2022-09-27T16:06:29.4507156Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.4507377Z ========== 2022-09-27T16:06:29.4558656Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:29.4559042Z due to: 2022-09-27T16:06:29.4559392Z Traceback (most recent call last): 2022-09-27T16:06:29.4559926Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:06:29.4560481Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:06:29.4560876Z ValueError: math domain error 2022-09-27T16:06:29.4561024Z 2022-09-27T16:06:29.4561093Z from user code: 2022-09-27T16:06:29.4561275Z File "", line 4, in func 2022-09-27T16:06:29.4561393Z 2022-09-27T16:06:29.4561510Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.4561724Z ========== 2022-09-27T16:06:29.4634054Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:29.4634476Z due to: 2022-09-27T16:06:29.4635021Z Traceback (most recent call last): 2022-09-27T16:06:29.4635316Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:06:29.4635622Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:06:29.4635902Z ValueError: math domain error 2022-09-27T16:06:29.4636027Z 2022-09-27T16:06:29.4636095Z from user code: 2022-09-27T16:06:29.4636283Z File "", line 4, in func 2022-09-27T16:06:29.4636400Z 2022-09-27T16:06:29.4636518Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.4636733Z ========== 2022-09-27T16:06:29.4804432Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:29.4804849Z due to: 2022-09-27T16:06:29.4805177Z Traceback (most recent call last): 2022-09-27T16:06:29.4805658Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:06:29.4805966Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:06:29.4806189Z ValueError: math domain error 2022-09-27T16:06:29.4806311Z 2022-09-27T16:06:29.4806384Z from user code: 2022-09-27T16:06:29.4806568Z File "", line 4, in func 2022-09-27T16:06:29.4806689Z 2022-09-27T16:06:29.4806808Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.4807021Z ========== 2022-09-27T16:06:29.4827050Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:29.4827487Z due to: 2022-09-27T16:06:29.4827823Z Traceback (most recent call last): 2022-09-27T16:06:29.4828268Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:06:29.4828829Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:06:29.4829173Z ValueError: math domain error 2022-09-27T16:06:29.4829295Z 2022-09-27T16:06:29.4829364Z from user code: 2022-09-27T16:06:29.4829552Z File "", line 4, in func 2022-09-27T16:06:29.4829671Z 2022-09-27T16:06:29.4829795Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.4830009Z ========== 2022-09-27T16:06:29.4844960Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:29.4845321Z due to: 2022-09-27T16:06:29.4845725Z Traceback (most recent call last): 2022-09-27T16:06:29.4846257Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:06:29.4846559Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:06:29.4846772Z ValueError: math domain error 2022-09-27T16:06:29.4846892Z 2022-09-27T16:06:29.4846961Z from user code: 2022-09-27T16:06:29.4847146Z File "", line 4, in func 2022-09-27T16:06:29.4847265Z 2022-09-27T16:06:29.4847397Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.4847598Z ========== 2022-09-27T16:06:29.4868894Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:29.4869288Z due to: 2022-09-27T16:06:29.4869626Z Traceback (most recent call last): 2022-09-27T16:06:29.4870111Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:06:29.4870665Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:06:29.4871071Z ValueError: math domain error 2022-09-27T16:06:29.4871298Z 2022-09-27T16:06:29.4871422Z from user code: 2022-09-27T16:06:29.4871763Z File "", line 4, in func 2022-09-27T16:06:29.4871987Z 2022-09-27T16:06:29.4872199Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.4872415Z ========== 2022-09-27T16:06:29.4925874Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:29.4926280Z due to: 2022-09-27T16:06:29.4926594Z Traceback (most recent call last): 2022-09-27T16:06:29.4927133Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:06:29.4927698Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:06:29.4928328Z ValueError: math domain error 2022-09-27T16:06:29.4928516Z 2022-09-27T16:06:29.4928609Z from user code: 2022-09-27T16:06:29.4928792Z File "", line 4, in func 2022-09-27T16:06:29.4928911Z 2022-09-27T16:06:29.4929105Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.4929311Z ========== 2022-09-27T16:06:29.4963213Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:29.4963636Z due to: 2022-09-27T16:06:29.4963947Z Traceback (most recent call last): 2022-09-27T16:06:29.4964486Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:06:29.4965050Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:06:29.4965462Z ValueError: math domain error 2022-09-27T16:06:29.4965740Z 2022-09-27T16:06:29.4965854Z from user code: 2022-09-27T16:06:29.4966070Z File "", line 4, in func 2022-09-27T16:06:29.4966198Z 2022-09-27T16:06:29.4966317Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.4966551Z ========== 2022-09-27T16:06:29.5000029Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:29.5000411Z due to: 2022-09-27T16:06:29.5000765Z Traceback (most recent call last): 2022-09-27T16:06:29.5001213Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:06:29.5001671Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:06:29.5002093Z ValueError: math domain error 2022-09-27T16:06:29.5002267Z 2022-09-27T16:06:29.5002338Z from user code: 2022-09-27T16:06:29.5002526Z File "", line 4, in func 2022-09-27T16:06:29.5002652Z 2022-09-27T16:06:29.5002787Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.5002995Z ========== 2022-09-27T16:06:29.5071495Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:29.5071891Z due to: 2022-09-27T16:06:29.5072237Z Traceback (most recent call last): 2022-09-27T16:06:29.5072698Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:06:29.5073167Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:06:29.5073383Z ValueError: math domain error 2022-09-27T16:06:29.5073505Z 2022-09-27T16:06:29.5073576Z from user code: 2022-09-27T16:06:29.5073763Z File "", line 4, in func 2022-09-27T16:06:29.5073885Z 2022-09-27T16:06:29.5074015Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.5074217Z ========== 2022-09-27T16:06:29.5095100Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:29.5095476Z due to: 2022-09-27T16:06:29.5095821Z Traceback (most recent call last): 2022-09-27T16:06:29.5096279Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:06:29.5096578Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:06:29.5096807Z ValueError: math domain error 2022-09-27T16:06:29.5096915Z 2022-09-27T16:06:29.5096983Z from user code: 2022-09-27T16:06:29.5097167Z File "", line 4, in func 2022-09-27T16:06:29.5097290Z 2022-09-27T16:06:29.5097422Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.5097623Z ========== 2022-09-27T16:06:29.5138089Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:29.5138398Z due to: 2022-09-27T16:06:29.5138725Z Traceback (most recent call last): 2022-09-27T16:06:29.5139180Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:06:29.5139745Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:06:29.5139995Z ValueError: math domain error 2022-09-27T16:06:29.5140102Z 2022-09-27T16:06:29.5140177Z from user code: 2022-09-27T16:06:29.5140359Z File "", line 4, in func 2022-09-27T16:06:29.5140675Z 2022-09-27T16:06:29.5140807Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.5141011Z ========== 2022-09-27T16:06:29.5371627Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:29.5372083Z due to: 2022-09-27T16:06:29.5372346Z Traceback (most recent call last): 2022-09-27T16:06:29.5372860Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:06:29.5373386Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:06:29.5373618Z ValueError: math domain error 2022-09-27T16:06:29.5373739Z 2022-09-27T16:06:29.5373796Z from user code: 2022-09-27T16:06:29.5373977Z File "", line 4, in func 2022-09-27T16:06:29.5374096Z 2022-09-27T16:06:29.5374225Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.5374430Z ========== 2022-09-27T16:06:29.6560199Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:29.6560662Z due to: 2022-09-27T16:06:29.6560884Z Traceback (most recent call last): 2022-09-27T16:06:29.6561175Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:06:29.6561482Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:06:29.6561743Z OverflowError: cannot convert float infinity to integer 2022-09-27T16:06:29.6561894Z 2022-09-27T16:06:29.6561953Z from user code: 2022-09-27T16:06:29.6562135Z File "", line 4, in func 2022-09-27T16:06:29.6562254Z 2022-09-27T16:06:29.6562385Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.6562600Z ========== 2022-09-27T16:06:29.6659088Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:29.6659541Z due to: 2022-09-27T16:06:29.6659876Z Traceback (most recent call last): 2022-09-27T16:06:29.6660168Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:06:29.6660478Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:06:29.6660736Z OverflowError: cannot convert float infinity to integer 2022-09-27T16:06:29.6660884Z 2022-09-27T16:06:29.6660954Z from user code: 2022-09-27T16:06:29.6661128Z File "", line 4, in func 2022-09-27T16:06:29.6661247Z 2022-09-27T16:06:29.6661377Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.6661594Z ========== 2022-09-27T16:06:29.6786754Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:29.6787201Z due to: 2022-09-27T16:06:29.6787549Z Traceback (most recent call last): 2022-09-27T16:06:29.6787868Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:06:29.6788170Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:06:29.6788394Z ValueError: math domain error 2022-09-27T16:06:29.6788515Z 2022-09-27T16:06:29.6788585Z from user code: 2022-09-27T16:06:29.6788764Z File "", line 4, in func 2022-09-27T16:06:29.6788883Z 2022-09-27T16:06:29.6789013Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.6789226Z ========== 2022-09-27T16:06:29.6825215Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func line 2 2022-09-27T16:06:29.6825661Z due to: 2022-09-27T16:06:29.6825952Z Traceback (most recent call last): 2022-09-27T16:06:29.6826237Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:06:29.6826542Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:06:29.6826800Z ValueError: factorial() not defined for negative values 2022-09-27T16:06:29.6826947Z 2022-09-27T16:06:29.6827016Z from user code: 2022-09-27T16:06:29.6827188Z File "", line 4, in func 2022-09-27T16:06:29.6827310Z 2022-09-27T16:06:29.6827441Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.6827655Z ========== 2022-09-27T16:06:29.6831207Z ok (0.347s) 2022-09-27T16:06:29.6845870Z test_maxpool_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:06:29.6862572Z test_meshgrid (__main__.TestScript) ... skip: Profiling executor fails to recognize that tensors in a list require gradients (0.001s) 2022-09-27T16:06:29.6902055Z test_method_casts_script (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_method_casts_script test_jit.py line 13186 2022-09-27T16:06:29.6902567Z due to: 2022-09-27T16:06:29.6902838Z Traceback (most recent call last): 2022-09-27T16:06:29.6903232Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 98, in call_method 2022-09-27T16:06:29.6903576Z assert not kwargs 2022-09-27T16:06:29.6903818Z AssertionError 2022-09-27T16:06:29.6903989Z 2022-09-27T16:06:29.6904102Z from user code: 2022-09-27T16:06:29.6904477Z File "test_jit.py", line 13195, in test_method_casts_script 2022-09-27T16:06:29.6904984Z '''.format(cast_type=cast_type)) 2022-09-27T16:06:29.6905183Z 2022-09-27T16:06:29.6905418Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.6905789Z ========== 2022-09-27T16:06:29.6940771Z ok (0.007s) 2022-09-27T16:06:29.7048107Z test_method_no_self (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MethodNoSelf test_jit.py line 11516 2022-09-27T16:06:29.7048661Z due to: 2022-09-27T16:06:29.7049008Z Traceback (most recent call last): 2022-09-27T16:06:29.7049493Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:29.7049877Z raise Unsupported(msg) 2022-09-27T16:06:29.7050249Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:29.7050487Z 2022-09-27T16:06:29.7050586Z from user code: 2022-09-27T16:06:29.7050867Z File "test_jit.py", line 11516, in MethodNoSelf 2022-09-27T16:06:29.7051250Z class MethodNoSelf(torch.jit.ScriptModule): 2022-09-27T16:06:29.7051475Z 2022-09-27T16:06:29.7051674Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.7051994Z ========== 2022-09-27T16:06:29.7071700Z ok (0.013s) 2022-09-27T16:06:29.7199303Z test_method_overloading (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Over test_jit.py line 14820 2022-09-27T16:06:29.7199861Z due to: 2022-09-27T16:06:29.7200152Z Traceback (most recent call last): 2022-09-27T16:06:29.7200609Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:29.7200998Z raise Unsupported(msg) 2022-09-27T16:06:29.7201338Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:29.7201576Z 2022-09-27T16:06:29.7201693Z from user code: 2022-09-27T16:06:29.7202021Z File "test_jit.py", line 14820, in Over 2022-09-27T16:06:29.7202357Z class Over(torch.nn.Module): 2022-09-27T16:06:29.7202579Z 2022-09-27T16:06:29.7202814Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.7203220Z ========== 2022-09-27T16:06:29.7210958Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT S test_jit.py line 14840 2022-09-27T16:06:29.7211388Z due to: 2022-09-27T16:06:29.7211736Z Traceback (most recent call last): 2022-09-27T16:06:29.7212244Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:29.7212697Z raise Unsupported(msg) 2022-09-27T16:06:29.7213121Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:29.7213372Z 2022-09-27T16:06:29.7213488Z from user code: 2022-09-27T16:06:29.7213796Z File "test_jit.py", line 14840, in S 2022-09-27T16:06:29.7214133Z class S(torch.jit.ScriptModule): 2022-09-27T16:06:29.7214333Z 2022-09-27T16:06:29.7214541Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.7214868Z ========== 2022-09-27T16:06:29.7247395Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 14841 2022-09-27T16:06:29.7247843Z due to: 2022-09-27T16:06:29.7248160Z Traceback (most recent call last): 2022-09-27T16:06:29.7248882Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:29.7249390Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:29.7250035Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:29.7250387Z 2022-09-27T16:06:29.7250510Z from user code: 2022-09-27T16:06:29.7250830Z File "test_jit.py", line 14842, in __init__ 2022-09-27T16:06:29.7251172Z super(S, self).__init__() 2022-09-27T16:06:29.7251364Z 2022-09-27T16:06:29.7253261Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.7253675Z ========== 2022-09-27T16:06:29.7733208Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT Unannotated test_jit.py line 14857 2022-09-27T16:06:29.7733684Z due to: 2022-09-27T16:06:29.7733975Z Traceback (most recent call last): 2022-09-27T16:06:29.7734476Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:29.7734903Z raise Unsupported(msg) 2022-09-27T16:06:29.7735325Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:29.7735607Z 2022-09-27T16:06:29.7735729Z from user code: 2022-09-27T16:06:29.7736077Z File "test_jit.py", line 14857, in Unannotated 2022-09-27T16:06:29.7736483Z class Unannotated(torch.nn.Module): 2022-09-27T16:06:29.7736712Z 2022-09-27T16:06:29.7736934Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.7737271Z ========== 2022-09-27T16:06:29.8045929Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT CompileOverloadError test_jit.py line 14880 2022-09-27T16:06:29.8046489Z due to: 2022-09-27T16:06:29.8046756Z Traceback (most recent call last): 2022-09-27T16:06:29.8047235Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:29.8047676Z raise Unsupported(msg) 2022-09-27T16:06:29.8048098Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:29.8048377Z 2022-09-27T16:06:29.8048499Z from user code: 2022-09-27T16:06:29.8048898Z File "test_jit.py", line 14880, in CompileOverloadError 2022-09-27T16:06:29.8049373Z class CompileOverloadError(torch.nn.Module): 2022-09-27T16:06:29.8049634Z 2022-09-27T16:06:29.8049837Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.8050184Z ========== 2022-09-27T16:06:29.8380573Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT W3 test_jit.py line 14906 2022-09-27T16:06:29.8381026Z due to: 2022-09-27T16:06:29.8381299Z Traceback (most recent call last): 2022-09-27T16:06:29.8381783Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:29.8382218Z raise Unsupported(msg) 2022-09-27T16:06:29.8382632Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:29.8382918Z 2022-09-27T16:06:29.8383043Z from user code: 2022-09-27T16:06:29.8383387Z File "test_jit.py", line 14906, in W3 2022-09-27T16:06:29.8383744Z class W3(torch.nn.Module): 2022-09-27T16:06:29.8383967Z 2022-09-27T16:06:29.8384194Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.8384548Z ========== 2022-09-27T16:06:29.8975831Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT W2 test_jit.py line 14950 2022-09-27T16:06:29.8976271Z due to: 2022-09-27T16:06:29.8976546Z Traceback (most recent call last): 2022-09-27T16:06:29.8977010Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:29.8977440Z raise Unsupported(msg) 2022-09-27T16:06:29.8977859Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:29.8978141Z 2022-09-27T16:06:29.8978282Z from user code: 2022-09-27T16:06:29.8978611Z File "test_jit.py", line 14950, in W2 2022-09-27T16:06:29.8978982Z class W2(torch.nn.Module): 2022-09-27T16:06:29.8979204Z 2022-09-27T16:06:29.8979428Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.8979800Z ========== 2022-09-27T16:06:29.9147164Z ok (0.207s) 2022-09-27T16:06:29.9209143Z test_missing_getstate (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Foo test_jit.py line 9254 2022-09-27T16:06:29.9209674Z due to: 2022-09-27T16:06:29.9209988Z Traceback (most recent call last): 2022-09-27T16:06:29.9210480Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:29.9210910Z raise Unsupported(msg) 2022-09-27T16:06:29.9211282Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:29.9211532Z 2022-09-27T16:06:29.9211645Z from user code: 2022-09-27T16:06:29.9211955Z File "test_jit.py", line 9254, in Foo 2022-09-27T16:06:29.9212552Z class Foo(torch.nn.Module): 2022-09-27T16:06:29.9212744Z 2022-09-27T16:06:29.9212960Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:29.9213351Z ========== 2022-09-27T16:06:29.9283093Z ok (0.013s) 2022-09-27T16:06:30.4851215Z test_mm_batching (__main__.TestScript) ... ok (0.556s) 2022-09-27T16:06:30.4940810Z test_module_apis (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyMod test_jit.py line 8843 2022-09-27T16:06:30.4941349Z due to: 2022-09-27T16:06:30.4941663Z Traceback (most recent call last): 2022-09-27T16:06:30.4942152Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:30.4942588Z raise Unsupported(msg) 2022-09-27T16:06:30.4942967Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:30.4943210Z 2022-09-27T16:06:30.4943320Z from user code: 2022-09-27T16:06:30.4943624Z File "test_jit.py", line 8843, in MyMod 2022-09-27T16:06:30.4943968Z class MyMod(torch.nn.Module): 2022-09-27T16:06:30.4944166Z 2022-09-27T16:06:30.4944391Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:30.4944731Z ========== 2022-09-27T16:06:30.5789152Z ok (0.092s) 2022-09-27T16:06:30.5854874Z test_module_attrs (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 15338 2022-09-27T16:06:30.5855466Z due to: 2022-09-27T16:06:30.5855800Z Traceback (most recent call last): 2022-09-27T16:06:30.5856327Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:30.5856724Z raise Unsupported(msg) 2022-09-27T16:06:30.5857110Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:30.5857343Z 2022-09-27T16:06:30.5857453Z from user code: 2022-09-27T16:06:30.5857705Z File "test_jit.py", line 15338, in M 2022-09-27T16:06:30.5858036Z class M(torch.jit.ScriptModule): 2022-09-27T16:06:30.5858233Z 2022-09-27T16:06:30.5858427Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:30.5858755Z ========== 2022-09-27T16:06:30.5959338Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 15339 2022-09-27T16:06:30.5959784Z due to: 2022-09-27T16:06:30.5960081Z Traceback (most recent call last): 2022-09-27T16:06:30.5960613Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:30.5961201Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:30.5961755Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:30.5962107Z 2022-09-27T16:06:30.5962216Z from user code: 2022-09-27T16:06:30.5962567Z File "test_jit.py", line 15340, in __init__ 2022-09-27T16:06:30.5962922Z super(M, self).__init__() 2022-09-27T16:06:30.5963131Z 2022-09-27T16:06:30.5963364Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:30.5963737Z ========== 2022-09-27T16:06:30.5996015Z ok (0.020s) 2022-09-27T16:06:30.6061143Z test_module_copy_with_attributes (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Vocabulary test_jit.py line 5219 2022-09-27T16:06:30.6061714Z due to: 2022-09-27T16:06:30.6062044Z Traceback (most recent call last): 2022-09-27T16:06:30.6062565Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:30.6063305Z raise Unsupported(msg) 2022-09-27T16:06:30.6063740Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:30.6064022Z 2022-09-27T16:06:30.6064146Z from user code: 2022-09-27T16:06:30.6064501Z File "test_jit.py", line 5219, in Vocabulary 2022-09-27T16:06:30.6064919Z class Vocabulary(torch.jit.ScriptModule): 2022-09-27T16:06:30.6065185Z 2022-09-27T16:06:30.6065425Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:30.6065816Z ========== 2022-09-27T16:06:30.6116486Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 5220 2022-09-27T16:06:30.6116944Z due to: 2022-09-27T16:06:30.6117498Z Traceback (most recent call last): 2022-09-27T16:06:30.6118034Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:30.6118588Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:30.6119148Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:30.6119509Z 2022-09-27T16:06:30.6119631Z from user code: 2022-09-27T16:06:30.6119968Z File "test_jit.py", line 5221, in __init__ 2022-09-27T16:06:30.6120350Z super(Vocabulary, self).__init__() 2022-09-27T16:06:30.6120577Z 2022-09-27T16:06:30.6120816Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:30.6121190Z ========== 2022-09-27T16:06:30.6183779Z ok (0.018s) 2022-09-27T16:06:30.6278903Z test_module_copying (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Strong test_jit.py line 13297 2022-09-27T16:06:30.6279453Z due to: 2022-09-27T16:06:30.6279790Z Traceback (most recent call last): 2022-09-27T16:06:30.6280270Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:30.6280683Z raise Unsupported(msg) 2022-09-27T16:06:30.6281021Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:30.6281252Z 2022-09-27T16:06:30.6281365Z from user code: 2022-09-27T16:06:30.6281691Z File "test_jit.py", line 13297, in Strong 2022-09-27T16:06:30.6282032Z class Strong(torch.jit.ScriptModule): 2022-09-27T16:06:30.6282246Z 2022-09-27T16:06:30.6282444Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:30.6282782Z ========== 2022-09-27T16:06:30.6394883Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 13298 2022-09-27T16:06:30.6395330Z due to: 2022-09-27T16:06:30.6395630Z Traceback (most recent call last): 2022-09-27T16:06:30.6396156Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:30.6396720Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:30.6397282Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:30.6397635Z 2022-09-27T16:06:30.6397760Z from user code: 2022-09-27T16:06:30.6398112Z File "test_jit.py", line 13299, in __init__ 2022-09-27T16:06:30.6398469Z super(Strong, self).__init__() 2022-09-27T16:06:30.6398698Z 2022-09-27T16:06:30.6398899Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:30.6399217Z ========== 2022-09-27T16:06:30.6677077Z ok (0.049s) 2022-09-27T16:06:30.6733252Z test_module_error (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:06:30.6861924Z test_module_method_reassignment (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:06:30.6917890Z test_module_none_attrs (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyMod test_jit.py line 15356 2022-09-27T16:06:30.6918323Z due to: 2022-09-27T16:06:30.6918679Z Traceback (most recent call last): 2022-09-27T16:06:30.6919221Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:30.6919684Z raise Unsupported(msg) 2022-09-27T16:06:30.6920116Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:30.6920405Z 2022-09-27T16:06:30.6920519Z from user code: 2022-09-27T16:06:30.6920948Z File "test_jit.py", line 15356, in MyMod 2022-09-27T16:06:30.6921168Z class MyMod(torch.jit.ScriptModule): 2022-09-27T16:06:30.6921311Z 2022-09-27T16:06:30.6921445Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:30.6921670Z ========== 2022-09-27T16:06:30.6951200Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 15357 2022-09-27T16:06:30.6951627Z due to: 2022-09-27T16:06:30.6951984Z Traceback (most recent call last): 2022-09-27T16:06:30.6952465Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:30.6953059Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:30.6953382Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:30.6953577Z 2022-09-27T16:06:30.6953649Z from user code: 2022-09-27T16:06:30.6953836Z File "test_jit.py", line 15358, in __init__ 2022-09-27T16:06:30.6954048Z super(MyMod, self).__init__() 2022-09-27T16:06:30.6954176Z 2022-09-27T16:06:30.6954306Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:30.6954512Z ========== 2022-09-27T16:06:30.6983242Z ok (0.012s) 2022-09-27T16:06:30.7119131Z test_module_parameters_and_buffers (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Strong test_jit.py line 13248 2022-09-27T16:06:30.7119682Z due to: 2022-09-27T16:06:30.7120000Z Traceback (most recent call last): 2022-09-27T16:06:30.7120274Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:30.7120534Z raise Unsupported(msg) 2022-09-27T16:06:30.7120769Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:30.7120921Z 2022-09-27T16:06:30.7120991Z from user code: 2022-09-27T16:06:30.7121186Z File "test_jit.py", line 13248, in Strong 2022-09-27T16:06:30.7121404Z class Strong(torch.jit.ScriptModule): 2022-09-27T16:06:30.7121541Z 2022-09-27T16:06:30.7121673Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:30.7121893Z ========== 2022-09-27T16:06:30.7169127Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 13249 2022-09-27T16:06:30.7169461Z due to: 2022-09-27T16:06:30.7169668Z Traceback (most recent call last): 2022-09-27T16:06:30.7170051Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:30.7170405Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:30.7170714Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:30.7170913Z 2022-09-27T16:06:30.7170983Z from user code: 2022-09-27T16:06:30.7171173Z File "test_jit.py", line 13250, in __init__ 2022-09-27T16:06:30.7171383Z super(Strong, self).__init__() 2022-09-27T16:06:30.7171504Z 2022-09-27T16:06:30.7171633Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:30.7171850Z ========== 2022-09-27T16:06:30.7266357Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT reset_parameters test_jit.py line 13237 2022-09-27T16:06:30.7266901Z due to: 2022-09-27T16:06:30.7267134Z Traceback (most recent call last): 2022-09-27T16:06:30.7267403Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:30.7267843Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:30.7268279Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T16:06:30.7268470Z 2022-09-27T16:06:30.7268544Z from user code: 2022-09-27T16:06:30.7268749Z File "test_jit.py", line 13240, in reset_parameters 2022-09-27T16:06:30.7269023Z fan_in, _ = torch.nn.init._calculate_fan_in_and_fan_out(self.weight) 2022-09-27T16:06:30.7269183Z 2022-09-27T16:06:30.7269315Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:30.7269521Z ========== 2022-09-27T16:06:30.7534738Z ok (0.055s) 2022-09-27T16:06:30.7635448Z test_module_str (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:06:30.7753768Z test_module_with_params_called_fails (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ScriptMod test_jit.py line 12704 2022-09-27T16:06:30.7754368Z due to: 2022-09-27T16:06:30.7754671Z Traceback (most recent call last): 2022-09-27T16:06:30.7754978Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:30.7755242Z raise Unsupported(msg) 2022-09-27T16:06:30.7755469Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:30.7755625Z 2022-09-27T16:06:30.7755699Z from user code: 2022-09-27T16:06:30.7756083Z File "test_jit.py", line 12704, in ScriptMod 2022-09-27T16:06:30.7756330Z class ScriptMod(torch.jit.ScriptModule): 2022-09-27T16:06:30.7756464Z 2022-09-27T16:06:30.7756596Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:30.7756821Z ========== 2022-09-27T16:06:30.7792143Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 12705 2022-09-27T16:06:30.7792582Z due to: 2022-09-27T16:06:30.7793083Z Traceback (most recent call last): 2022-09-27T16:06:30.7793543Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:30.7793848Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:30.7794160Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:30.7794352Z 2022-09-27T16:06:30.7794425Z from user code: 2022-09-27T16:06:30.7794626Z File "test_jit.py", line 12706, in __init__ 2022-09-27T16:06:30.7794837Z super(ScriptMod, self).__init__() 2022-09-27T16:06:30.7794965Z 2022-09-27T16:06:30.7795094Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:30.7795311Z ========== 2022-09-27T16:06:30.7842579Z ok (0.020s) 2022-09-27T16:06:30.7958757Z test_multi_reduction (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:06:30.8075709Z test_multi_starred_expr_lhs (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:06:30.9011002Z test_multiline_annot_ast_py3_fn (__main__.TestScript) ... ok (0.093s) 2022-09-27T16:06:30.9335232Z test_multiline_optional_future_refinement (__main__.TestScript) ... ok (0.032s) 2022-09-27T16:06:30.9659629Z test_multiline_string_dedents (__main__.TestScript) ... ok (0.032s) 2022-09-27T16:06:31.0217479Z test_multiple_assign (__main__.TestScript) ... ok (0.055s) 2022-09-27T16:06:31.4272526Z test_multiple_assignment (__main__.TestScript) ... ok (0.405s) 2022-09-27T16:06:31.4510337Z test_mutable_dce (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 13571 2022-09-27T16:06:31.4510939Z due to: 2022-09-27T16:06:31.4511149Z Traceback (most recent call last): 2022-09-27T16:06:31.4511506Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:31.4511954Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:31.4512470Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:31.4512670Z 2022-09-27T16:06:31.4512743Z from user code: 2022-09-27T16:06:31.4513160Z File "test_jit.py", line 13580, in 2022-09-27T16:06:31.4513457Z FileCheck().check_count("aten::rand", 2, exactly=True) \ 2022-09-27T16:06:31.4524113Z 2022-09-27T16:06:31.4524335Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:31.4524561Z ========== 2022-09-27T16:06:31.4524780Z You have not run this instance of FileCheck! 2022-09-27T16:06:31.4524991Z FileCheck checks: 2022-09-27T16:06:31.4525153Z ok (0.023s) 2022-09-27T16:06:31.4760773Z test_mutable_dce_block (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 13584 2022-09-27T16:06:31.4761286Z due to: 2022-09-27T16:06:31.4761925Z Traceback (most recent call last): 2022-09-27T16:06:31.4762417Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:31.4763240Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:31.4763785Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:31.4763974Z 2022-09-27T16:06:31.4764047Z from user code: 2022-09-27T16:06:31.4764293Z File "test_jit.py", line 13595, in 2022-09-27T16:06:31.4764695Z FileCheck().check("prim::If").check_count("aten::rand", 1, exactly=True) \ 2022-09-27T16:06:31.4764864Z 2022-09-27T16:06:31.4764984Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:31.4765212Z ========== 2022-09-27T16:06:31.4765413Z You have not run this instance of FileCheck! 2022-09-27T16:06:31.4765674Z FileCheck checks: 2022-09-27T16:06:31.4765834Z ok (0.024s) 2022-09-27T16:06:31.4993791Z test_mutable_dce_graph_input (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 13599 2022-09-27T16:06:31.4994275Z due to: 2022-09-27T16:06:31.4994471Z Traceback (most recent call last): 2022-09-27T16:06:31.4994756Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:31.4995202Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:31.4995656Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:31.4995842Z 2022-09-27T16:06:31.4995916Z from user code: 2022-09-27T16:06:31.4996163Z File "test_jit.py", line 13604, in 2022-09-27T16:06:31.4996479Z FileCheck().check("aten::rand").check("aten::add").run(str(foo.graph)) 2022-09-27T16:06:31.4996643Z 2022-09-27T16:06:31.4996769Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:31.4996987Z ========== 2022-09-27T16:06:31.4997185Z You have not run this instance of FileCheck! 2022-09-27T16:06:31.4997376Z FileCheck checks: 2022-09-27T16:06:31.4997547Z ok (0.023s) 2022-09-27T16:06:31.5538130Z test_mutable_dce_indirect_wildcard_write (__main__.TestScript) ... ok (0.054s) 2022-09-27T16:06:31.6121997Z test_mutable_dce_indirect_wildcards (__main__.TestScript) ... ok (0.058s) 2022-09-27T16:06:31.6360083Z test_mutable_dce_list (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 13607 2022-09-27T16:06:31.6360499Z due to: 2022-09-27T16:06:31.6360816Z Traceback (most recent call last): 2022-09-27T16:06:31.6361213Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:31.6361793Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:31.6362251Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:31.6362450Z 2022-09-27T16:06:31.6362522Z from user code: 2022-09-27T16:06:31.6362747Z File "test_jit.py", line 13617, in 2022-09-27T16:06:31.6363062Z FileCheck().check_count("aten::rand", 2, exactly=True).run(str(foo.graph)) 2022-09-27T16:06:31.6363229Z 2022-09-27T16:06:31.6363363Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:31.6363584Z ========== 2022-09-27T16:06:31.6363768Z You have not run this instance of FileCheck! 2022-09-27T16:06:31.6363978Z FileCheck checks: 2022-09-27T16:06:31.6364152Z ok (0.023s) 2022-09-27T16:06:31.6617823Z test_mutable_dce_loop (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 13620 2022-09-27T16:06:31.6618229Z due to: 2022-09-27T16:06:31.6618508Z Traceback (most recent call last): 2022-09-27T16:06:31.6619073Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:31.6619563Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:31.6620008Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:31.6620247Z 2022-09-27T16:06:31.6620336Z from user code: 2022-09-27T16:06:31.6620562Z File "test_jit.py", line 13633, in 2022-09-27T16:06:31.6620983Z FileCheck().check("prim::Loop").check_not("aten::rand").check("aten::__getitem__") \ 2022-09-27T16:06:31.6621199Z 2022-09-27T16:06:31.6621334Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:31.6621556Z ========== 2022-09-27T16:06:31.6621762Z You have not run this instance of FileCheck! 2022-09-27T16:06:31.6622006Z FileCheck checks: 2022-09-27T16:06:31.6622183Z ok (0.025s) 2022-09-27T16:06:31.7181430Z test_mutable_dce_wildcards (__main__.TestScript) ... ok (0.055s) 2022-09-27T16:06:31.7265977Z test_mutate_constant (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 3401 2022-09-27T16:06:31.7266304Z due to: 2022-09-27T16:06:31.7266491Z Traceback (most recent call last): 2022-09-27T16:06:31.7266776Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:31.7267097Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:31.7267409Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:31.7267609Z 2022-09-27T16:06:31.7267667Z from user code: 2022-09-27T16:06:31.7267865Z File "test_jit.py", line 3402, in __init__ 2022-09-27T16:06:31.7268076Z super(M, self).__init__() 2022-09-27T16:06:31.7268192Z 2022-09-27T16:06:31.7268323Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:31.7268528Z ========== 2022-09-27T16:06:31.7299425Z ok (0.011s) 2022-09-27T16:06:31.7699039Z test_mypy_type_ignore (__main__.TestScript) ... ok (0.039s) 2022-09-27T16:06:31.7773629Z test_named_buffers_are_iterable (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyMod test_jit.py line 15650 2022-09-27T16:06:31.7773947Z due to: 2022-09-27T16:06:31.7774223Z Traceback (most recent call last): 2022-09-27T16:06:31.7774507Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:31.7774751Z raise Unsupported(msg) 2022-09-27T16:06:31.7775048Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:31.7775224Z 2022-09-27T16:06:31.7775296Z from user code: 2022-09-27T16:06:31.7775480Z File "test_jit.py", line 15650, in MyMod 2022-09-27T16:06:31.7775756Z class MyMod(torch.nn.Module): 2022-09-27T16:06:31.7775882Z 2022-09-27T16:06:31.7776015Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:31.7776223Z ========== 2022-09-27T16:06:31.8338957Z ok (0.063s) 2022-09-27T16:06:31.8909789Z test_namedtuple_attr (__main__.TestScript) ... ok (0.056s) 2022-09-27T16:06:31.8975087Z test_namedtuple_default_values_Tensor_type (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Point test_jit.py line 14486 2022-09-27T16:06:31.8975633Z due to: 2022-09-27T16:06:31.8975947Z Traceback (most recent call last): 2022-09-27T16:06:31.8976403Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:31.8976864Z raise Unsupported(msg) 2022-09-27T16:06:31.8977264Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:31.8977539Z 2022-09-27T16:06:31.8977644Z from user code: 2022-09-27T16:06:31.8977982Z File "test_jit.py", line 14486, in Point 2022-09-27T16:06:31.8978336Z class Point(NamedTuple): 2022-09-27T16:06:31.8978540Z 2022-09-27T16:06:31.8978747Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:31.8979117Z ========== 2022-09-27T16:06:31.9092418Z ok (0.018s) 2022-09-27T16:06:31.9339827Z test_namedtuple_default_values_container_type (__main__.TestScript) ... ok (0.024s) 2022-09-27T16:06:31.9571561Z test_namedtuple_default_values_missing (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:06:31.9795288Z test_namedtuple_default_values_simple_type (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:06:32.0127984Z test_namedtuple_default_values_using_factory_constructor (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 14513 2022-09-27T16:06:32.0128732Z due to: 2022-09-27T16:06:32.0129368Z Traceback (most recent call last): 2022-09-27T16:06:32.0129787Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:32.0130597Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:32.0131424Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:32.0131813Z 2022-09-27T16:06:32.0131942Z from user code: 2022-09-27T16:06:32.0132444Z File "test_jit.py", line 14524, in 2022-09-27T16:06:32.0133038Z FileCheck().check(r"NamedTuple(x : Tensor = 1, y : Tensor = 2))") \ 2022-09-27T16:06:32.0133313Z 2022-09-27T16:06:32.0133555Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:32.0133883Z ========== 2022-09-27T16:06:32.0134194Z You have not run this instance of FileCheck! 2022-09-27T16:06:32.0134519Z FileCheck checks: 2022-09-27T16:06:32.0134766Z ok (0.033s) 2022-09-27T16:06:32.0600195Z test_namedtuple_python (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 3497 2022-09-27T16:06:32.0600774Z due to: 2022-09-27T16:06:32.0601112Z Traceback (most recent call last): 2022-09-27T16:06:32.0601571Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:32.0602299Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:32.0603018Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:06:32.0603341Z 2022-09-27T16:06:32.0603454Z from user code: 2022-09-27T16:06:32.0603808Z File "test_jit.py", line 3502, in 2022-09-27T16:06:32.0604247Z FileCheck().check("NamedTuple").run(fn2.graph) 2022-09-27T16:06:32.0604492Z 2022-09-27T16:06:32.0604710Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:32.0605056Z ========== 2022-09-27T16:06:32.0605378Z You have not run this instance of FileCheck! 2022-09-27T16:06:32.0605823Z FileCheck checks: 2022-09-27T16:06:32.0610152Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyMod test_jit.py line 3504 2022-09-27T16:06:32.0610598Z due to: 2022-09-27T16:06:32.0610907Z Traceback (most recent call last): 2022-09-27T16:06:32.0611374Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:32.0611817Z raise Unsupported(msg) 2022-09-27T16:06:32.0612218Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:32.0612475Z 2022-09-27T16:06:32.0612591Z from user code: 2022-09-27T16:06:32.0612904Z File "test_jit.py", line 3504, in MyMod 2022-09-27T16:06:32.0613260Z class MyMod(torch.nn.Module): 2022-09-27T16:06:32.0613470Z 2022-09-27T16:06:32.0613693Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:32.0614051Z ========== 2022-09-27T16:06:32.0700070Z ok (0.056s) 2022-09-27T16:06:32.1321750Z test_namedtuple_type_inference (__main__.TestScript) ... ok (0.062s) 2022-09-27T16:06:32.1650978Z test_narrow_copy (__main__.TestScript) ... ok (0.032s) 2022-09-27T16:06:32.2307084Z test_nested_aug_assign (__main__.TestScript) ... ok (0.065s) 2022-09-27T16:06:32.2800948Z test_nested_bailouts (__main__.TestScript) ... ok (0.049s) 2022-09-27T16:06:32.4001605Z test_nested_breaks (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 7852 2022-09-27T16:06:32.4002213Z due to: 2022-09-27T16:06:32.4002421Z Traceback (most recent call last): 2022-09-27T16:06:32.4002730Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:06:32.4003035Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:06:32.4003744Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:06:32.4003979Z 2022-09-27T16:06:32.4004052Z from user code: 2022-09-27T16:06:32.4004287Z File "test_jit.py", line 7852, in 2022-09-27T16:06:32.4004563Z no_bool_loop_outputs(torch.jit.script(test).graph) 2022-09-27T16:06:32.4004708Z 2022-09-27T16:06:32.4004843Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:32.4005064Z ========== 2022-09-27T16:06:32.4935875Z ok (0.213s) 2022-09-27T16:06:32.5337848Z test_nested_list_construct (__main__.TestScript) ... ok (0.040s) 2022-09-27T16:06:32.5718669Z test_nested_select_assign (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:06:32.5856179Z test_nn_GRU (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn_GRU test_jit.py line 15028 2022-09-27T16:06:32.5856734Z due to: 2022-09-27T16:06:32.5857050Z Traceback (most recent call last): 2022-09-27T16:06:32.5857730Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:06:32.5858133Z return self._op(*args, **kwargs or {}) 2022-09-27T16:06:32.5858497Z RuntimeError: 'lengths' argument should be a 1D CPU int64 tensor, but got 1D meta Long tensor 2022-09-27T16:06:32.5858672Z 2022-09-27T16:06:32.5858810Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:32.5858984Z 2022-09-27T16:06:32.5859076Z Traceback (most recent call last): 2022-09-27T16:06:32.5859355Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:32.5859617Z raise TorchRuntimeError() from e 2022-09-27T16:06:32.5859855Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:32.5860001Z 2022-09-27T16:06:32.5860071Z from user code: 2022-09-27T16:06:32.5860277Z File "test_jit.py", line 15029, in test_nn_GRU 2022-09-27T16:06:32.5860533Z seq_input = torch.nn.utils.rnn.pack_sequence([torch.randn(5, 5)]) 2022-09-27T16:06:32.5860702Z 2022-09-27T16:06:32.5860839Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:32.5861058Z ========== 2022-09-27T16:06:32.5864285Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT SeqLengthGRU test_jit.py line 15032 2022-09-27T16:06:32.5864709Z due to: 2022-09-27T16:06:32.5865045Z Traceback (most recent call last): 2022-09-27T16:06:32.5865526Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:32.5865783Z raise Unsupported(msg) 2022-09-27T16:06:32.5866022Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:32.5866175Z 2022-09-27T16:06:32.5866245Z from user code: 2022-09-27T16:06:32.5866441Z File "test_jit.py", line 15032, in SeqLengthGRU 2022-09-27T16:06:32.5866690Z class SeqLengthGRU(torch.jit.ScriptModule): 2022-09-27T16:06:32.5866838Z 2022-09-27T16:06:32.5866970Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:32.5867174Z ========== 2022-09-27T16:06:32.5875855Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT TensorGRU test_jit.py line 15041 2022-09-27T16:06:32.5876271Z due to: 2022-09-27T16:06:32.5876630Z Traceback (most recent call last): 2022-09-27T16:06:32.5877110Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:32.5877588Z raise Unsupported(msg) 2022-09-27T16:06:32.5878010Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:32.5878150Z 2022-09-27T16:06:32.5878221Z from user code: 2022-09-27T16:06:32.5878423Z File "test_jit.py", line 15041, in TensorGRU 2022-09-27T16:06:32.5878664Z class TensorGRU(torch.jit.ScriptModule): 2022-09-27T16:06:32.5878811Z 2022-09-27T16:06:32.5878929Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:32.5879147Z ========== 2022-09-27T16:06:32.6028239Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 15033 2022-09-27T16:06:32.6028608Z due to: 2022-09-27T16:06:32.6028925Z Traceback (most recent call last): 2022-09-27T16:06:32.6029726Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:32.6030181Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:32.6030479Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:32.6030672Z 2022-09-27T16:06:32.6030747Z from user code: 2022-09-27T16:06:32.6030947Z File "test_jit.py", line 15034, in __init__ 2022-09-27T16:06:32.6031167Z super(SeqLengthGRU, self).__init__() 2022-09-27T16:06:32.6031299Z 2022-09-27T16:06:32.6031427Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:32.6031645Z ========== 2022-09-27T16:06:32.7183111Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 15042 2022-09-27T16:06:32.7183542Z due to: 2022-09-27T16:06:32.7183889Z Traceback (most recent call last): 2022-09-27T16:06:32.7184348Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:32.7184664Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:32.7184977Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:32.7185167Z 2022-09-27T16:06:32.7185238Z from user code: 2022-09-27T16:06:32.7185437Z File "test_jit.py", line 15043, in __init__ 2022-09-27T16:06:32.7185645Z super(TensorGRU, self).__init__() 2022-09-27T16:06:32.7185772Z 2022-09-27T16:06:32.7185904Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:32.7186118Z ========== 2022-09-27T16:06:32.7576312Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT > test_jit.py line 15053 2022-09-27T16:06:32.7576823Z due to: 2022-09-27T16:06:32.7577185Z Traceback (most recent call last): 2022-09-27T16:06:32.7577727Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:06:32.7578091Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:06:32.7578460Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:06:32.7578631Z 2022-09-27T16:06:32.7578703Z from user code: 2022-09-27T16:06:32.7578913Z File "test_jit.py", line 15053, in > 2022-09-27T16:06:32.7579214Z tensor_script_out = self.runAndSaveRNG(lambda x: TensorGRU()(x), (tensor_input,))[0] 2022-09-27T16:06:32.7579404Z 2022-09-27T16:06:32.7579540Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:32.7579761Z ========== 2022-09-27T16:06:32.7620478Z ok (0.190s) 2022-09-27T16:06:32.7750432Z test_nn_LSTM (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nn_LSTM test_jit.py line 15011 2022-09-27T16:06:32.7750936Z due to: 2022-09-27T16:06:32.7751298Z Traceback (most recent call last): 2022-09-27T16:06:32.7751798Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:06:32.7752075Z return self._op(*args, **kwargs or {}) 2022-09-27T16:06:32.7752447Z RuntimeError: 'lengths' argument should be a 1D CPU int64 tensor, but got 1D meta Long tensor 2022-09-27T16:06:32.7752619Z 2022-09-27T16:06:32.7752906Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:32.7753076Z 2022-09-27T16:06:32.7753172Z Traceback (most recent call last): 2022-09-27T16:06:32.7753682Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:32.7753945Z raise TorchRuntimeError() from e 2022-09-27T16:06:32.7754184Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:32.7754328Z 2022-09-27T16:06:32.7754400Z from user code: 2022-09-27T16:06:32.7754591Z File "test_jit.py", line 15012, in test_nn_LSTM 2022-09-27T16:06:32.7754859Z input = torch.nn.utils.rnn.pack_sequence([torch.randn(5, 5)]) 2022-09-27T16:06:32.7755026Z 2022-09-27T16:06:32.7755162Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:32.7755386Z ========== 2022-09-27T16:06:32.7758107Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT S test_jit.py line 15014 2022-09-27T16:06:32.7758548Z due to: 2022-09-27T16:06:32.7758920Z Traceback (most recent call last): 2022-09-27T16:06:32.7759284Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:32.7759546Z raise Unsupported(msg) 2022-09-27T16:06:32.7759788Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:32.7759941Z 2022-09-27T16:06:32.7760012Z from user code: 2022-09-27T16:06:32.7760192Z File "test_jit.py", line 15014, in S 2022-09-27T16:06:32.7760416Z class S(torch.jit.ScriptModule): 2022-09-27T16:06:32.7760553Z 2022-09-27T16:06:32.7760686Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:32.7760890Z ========== 2022-09-27T16:06:32.7922835Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 15015 2022-09-27T16:06:32.7923260Z due to: 2022-09-27T16:06:32.7923545Z Traceback (most recent call last): 2022-09-27T16:06:32.7924105Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:32.7924528Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:32.7924838Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:32.7925016Z 2022-09-27T16:06:32.7925091Z from user code: 2022-09-27T16:06:32.7925293Z File "test_jit.py", line 15016, in __init__ 2022-09-27T16:06:32.7925497Z super(S, self).__init__() 2022-09-27T16:06:32.7925688Z 2022-09-27T16:06:32.7925811Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:32.7926029Z ========== 2022-09-27T16:06:32.8742909Z ok (0.111s) 2022-09-27T16:06:32.8820501Z test_nn_LSTM_with_layers (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 14988 2022-09-27T16:06:32.8820943Z due to: 2022-09-27T16:06:32.8821315Z Traceback (most recent call last): 2022-09-27T16:06:32.8821803Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:32.8822093Z raise Unsupported(msg) 2022-09-27T16:06:32.8822331Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:32.8822486Z 2022-09-27T16:06:32.8822585Z from user code: 2022-09-27T16:06:32.8822800Z File "test_jit.py", line 14988, in M 2022-09-27T16:06:32.8823030Z class M(torch.jit.ScriptModule): 2022-09-27T16:06:32.8823166Z 2022-09-27T16:06:32.8823297Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:32.8823579Z ========== 2022-09-27T16:06:32.9444236Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 14989 2022-09-27T16:06:32.9444677Z due to: 2022-09-27T16:06:32.9445028Z Traceback (most recent call last): 2022-09-27T16:06:32.9445639Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:06:32.9446124Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:06:32.9446449Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:06:32.9446642Z 2022-09-27T16:06:32.9446716Z from user code: 2022-09-27T16:06:32.9446906Z File "test_jit.py", line 14990, in __init__ 2022-09-27T16:06:32.9447114Z super(M, self).__init__() 2022-09-27T16:06:32.9447231Z 2022-09-27T16:06:32.9447364Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:32.9447836Z ========== 2022-09-27T16:06:33.0240716Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT > test_jit.py line 15007 2022-09-27T16:06:33.0241024Z due to: 2022-09-27T16:06:33.0241248Z Traceback (most recent call last): 2022-09-27T16:06:33.0241781Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:06:33.0242311Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:06:33.0242666Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:06:33.0242837Z 2022-09-27T16:06:33.0243105Z from user code: 2022-09-27T16:06:33.0243316Z File "test_jit.py", line 15007, in > 2022-09-27T16:06:33.0243590Z script_out = self.runAndSaveRNG(lambda: M()(*inputs), ())[0] 2022-09-27T16:06:33.0243747Z 2022-09-27T16:06:33.0243884Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:33.0244114Z ========== 2022-09-27T16:06:33.0309636Z ok (0.156s) 2022-09-27T16:06:33.2044260Z test_nn_init (__main__.TestScript) ... ok (0.173s) 2022-09-27T16:06:33.3172863Z test_no_dtype_shape (__main__.TestScript) ... ok (0.112s) 2022-09-27T16:06:33.3233588Z test_no_self_arg_ignore_function (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyModule test_jit.py line 3278 2022-09-27T16:06:33.3234111Z due to: 2022-09-27T16:06:33.3234471Z Traceback (most recent call last): 2022-09-27T16:06:33.3234761Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:06:33.3235011Z raise Unsupported(msg) 2022-09-27T16:06:33.3235266Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:06:33.3235423Z 2022-09-27T16:06:33.3235497Z from user code: 2022-09-27T16:06:33.3235683Z File "test_jit.py", line 3278, in MyModule 2022-09-27T16:06:33.3235975Z class MyModule(nn.Module): 2022-09-27T16:06:33.3236097Z 2022-09-27T16:06:33.3236227Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:33.3236460Z ========== 2022-09-27T16:06:33.3274091Z ok (0.010s) 2022-09-27T16:06:33.7657943Z test_non_final_return (__main__.TestScript) ... ok (0.438s) 2022-09-27T16:06:33.7760613Z test_none_type_str (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 11656 2022-09-27T16:06:33.7761105Z due to: 2022-09-27T16:06:33.7761337Z Traceback (most recent call last): 2022-09-27T16:06:33.7761616Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:06:33.7761935Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:06:33.7762395Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:06:33.7762625Z 2022-09-27T16:06:33.7762683Z from user code: 2022-09-27T16:06:33.7762913Z File "test_jit.py", line 11658, in 2022-09-27T16:06:33.7763189Z python_type = eval(none_type.annotation_str, g) 2022-09-27T16:06:33.7763333Z 2022-09-27T16:06:33.7763463Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:33.7763671Z ========== 2022-09-27T16:06:33.7763831Z ok (0.010s) 2022-09-27T16:06:33.8118199Z test_not (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:06:33.8231149Z test_not_initialized_err (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:06:33.8717787Z test_ntuple_builtins (__main__.TestScript) ... ok (0.048s) 2022-09-27T16:06:33.9779248Z test_number_abs (__main__.TestScript) ... ok (0.106s) 2022-09-27T16:06:34.0171504Z test_number_augassign (__main__.TestScript) ... ok (0.039s) 2022-09-27T16:06:34.0566591Z test_number_augassign_bitwise_lshift (__main__.TestScript) ... ok (0.039s) 2022-09-27T16:06:34.0963045Z test_number_augassign_bitwise_pow (__main__.TestScript) ... ok (0.039s) 2022-09-27T16:06:34.1360672Z test_number_augassign_bitwise_rshift (__main__.TestScript) ... ok (0.039s) 2022-09-27T16:06:34.1943623Z test_number_div (__main__.TestScript) ... ok (0.058s) 2022-09-27T16:06:36.1986691Z test_number_math (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 7051 2022-09-27T16:06:36.1987176Z due to: 2022-09-27T16:06:36.1987458Z Traceback (most recent call last): 2022-09-27T16:06:36.1987892Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:36.1988597Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:36.1989662Z AssertionError: torch.* op returned non-Tensor CompilationUnit call_function 2022-09-27T16:06:36.1990052Z 2022-09-27T16:06:36.1990166Z from user code: 2022-09-27T16:06:36.1990493Z File "test_jit.py", line 7052, in 2022-09-27T16:06:36.1990885Z cu = torch.jit.CompilationUnit(code) 2022-09-27T16:06:36.1991123Z 2022-09-27T16:06:36.1991351Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:36.1991709Z ========== 2022-09-27T16:07:32.6758922Z ok (58.481s) 2022-09-27T16:07:32.7223714Z test_number_neg (__main__.TestScript) ... ok (0.046s) 2022-09-27T16:07:32.7237782Z test_old_models_bc (__main__.TestScript) ... skip: PyTorch is build without Caffe2 support (0.001s) 2022-09-27T16:07:32.7857648Z test_oneline_func (__main__.TestScript) ... ok (0.061s) 2022-09-27T16:07:33.0716548Z test_op_dtype (__main__.TestScript) ... ok (0.285s) 2022-09-27T16:07:33.1209360Z test_operator_precedence (__main__.TestScript) ... ok (0.049s) 2022-09-27T16:07:33.1233420Z test_optional_list (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.002s) 2022-09-27T16:07:33.1254009Z test_optional_tensor (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.002s) 2022-09-27T16:07:33.2345808Z test_ord (__main__.TestScript) ... ok (0.109s) 2022-09-27T16:07:33.2522025Z test_override_magic (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT OverrideMagic test_jit.py line 9012 2022-09-27T16:07:33.2522539Z due to: 2022-09-27T16:07:33.2522813Z Traceback (most recent call last): 2022-09-27T16:07:33.2523219Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:33.2523694Z raise Unsupported(msg) 2022-09-27T16:07:33.2524088Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:33.2524331Z 2022-09-27T16:07:33.2524434Z from user code: 2022-09-27T16:07:33.2524782Z File "test_jit.py", line 9012, in OverrideMagic 2022-09-27T16:07:33.2525154Z class OverrideMagic(nn.Module): 2022-09-27T16:07:33.2525353Z 2022-09-27T16:07:33.2525645Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:33.2525969Z ========== 2022-09-27T16:07:33.2708919Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT OverrideMagicSeq test_jit.py line 9023 2022-09-27T16:07:33.2709389Z due to: 2022-09-27T16:07:33.2709703Z Traceback (most recent call last): 2022-09-27T16:07:33.2710200Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:33.2710620Z raise Unsupported(msg) 2022-09-27T16:07:33.2710990Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:33.2711252Z 2022-09-27T16:07:33.2711358Z from user code: 2022-09-27T16:07:33.2711675Z File "test_jit.py", line 9023, in OverrideMagicSeq 2022-09-27T16:07:33.2712047Z class OverrideMagicSeq(nn.Sequential): 2022-09-27T16:07:33.2712247Z 2022-09-27T16:07:33.2712473Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:33.2713102Z ========== 2022-09-27T16:07:33.2982823Z ok (0.063s) 2022-09-27T16:07:33.3507843Z test_pack_padded_pad_packed_trace (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward test_jit.py line 9752 2022-09-27T16:07:33.3508412Z due to: 2022-09-27T16:07:33.3509012Z Traceback (most recent call last): 2022-09-27T16:07:33.3509624Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:07:33.3510026Z return self._op(*args, **kwargs or {}) 2022-09-27T16:07:33.3510602Z RuntimeError: 'lengths' argument should be a 1D CPU int64 tensor, but got 1D meta Long tensor 2022-09-27T16:07:33.3510927Z 2022-09-27T16:07:33.3511154Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:33.3511445Z 2022-09-27T16:07:33.3511606Z Traceback (most recent call last): 2022-09-27T16:07:33.3512265Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:33.3513002Z raise TorchRuntimeError() from e 2022-09-27T16:07:33.3513421Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:33.3513658Z 2022-09-27T16:07:33.3513778Z from user code: 2022-09-27T16:07:33.3514127Z File "test_jit.py", line 9753, in forward 2022-09-27T16:07:33.3514507Z x = pack_padded_sequence(x, seq_lens) 2022-09-27T16:07:33.3514747Z 2022-09-27T16:07:33.3514957Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:33.3515345Z ========== 2022-09-27T16:07:33.3527340Z test_jit.py:9785: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:07:33.3527952Z torch.onnx._export(m, (x, seq_lens), f, verbose=False) 2022-09-27T16:07:33.3574229Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_patch_torch.py:73: UserWarning: The shape inference of prim::PackPadded type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:1884.) 2022-09-27T16:07:33.3575352Z n, utils._params_dict, GLOBALS.export_onnx_opset_version 2022-09-27T16:07:33.3590238Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_patch_torch.py:73: UserWarning: The shape inference of prim::PadPacked type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:1884.) 2022-09-27T16:07:33.3591212Z n, utils._params_dict, GLOBALS.export_onnx_opset_version 2022-09-27T16:07:33.3601388Z ok (0.061s) 2022-09-27T16:07:33.3901319Z test_pack_tuple_into_non_var (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:07:33.4082976Z test_pack_unpack_nested (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT SubSubMod test_jit.py line 9283 2022-09-27T16:07:33.4083448Z due to: 2022-09-27T16:07:33.4083622Z Traceback (most recent call last): 2022-09-27T16:07:33.4083907Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:33.4084169Z raise Unsupported(msg) 2022-09-27T16:07:33.4084410Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:33.4084559Z 2022-09-27T16:07:33.4084632Z from user code: 2022-09-27T16:07:33.4084840Z File "test_jit.py", line 9283, in SubSubMod 2022-09-27T16:07:33.4085083Z class SubSubMod(torch.jit.ScriptModule): 2022-09-27T16:07:33.4085231Z 2022-09-27T16:07:33.4085353Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:33.4085639Z ========== 2022-09-27T16:07:33.4105698Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT SubMod test_jit.py line 9300 2022-09-27T16:07:33.4106148Z due to: 2022-09-27T16:07:33.4106475Z Traceback (most recent call last): 2022-09-27T16:07:33.4106765Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:33.4107022Z raise Unsupported(msg) 2022-09-27T16:07:33.4107246Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:33.4107403Z 2022-09-27T16:07:33.4107475Z from user code: 2022-09-27T16:07:33.4107675Z File "test_jit.py", line 9300, in SubMod 2022-09-27T16:07:33.4108108Z class SubMod(torch.jit.ScriptModule): 2022-09-27T16:07:33.4108254Z 2022-09-27T16:07:33.4108387Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:33.4108606Z ========== 2022-09-27T16:07:33.4129702Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT Mod test_jit.py line 9318 2022-09-27T16:07:33.4130124Z due to: 2022-09-27T16:07:33.4130313Z Traceback (most recent call last): 2022-09-27T16:07:33.4130617Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:33.4130866Z raise Unsupported(msg) 2022-09-27T16:07:33.4131119Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:33.4131475Z 2022-09-27T16:07:33.4131548Z from user code: 2022-09-27T16:07:33.4131730Z File "test_jit.py", line 9318, in Mod 2022-09-27T16:07:33.4131959Z class Mod(torch.jit.ScriptModule): 2022-09-27T16:07:33.4132101Z 2022-09-27T16:07:33.4132233Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:33.4132449Z ========== 2022-09-27T16:07:33.4185224Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9319 2022-09-27T16:07:33.4185508Z due to: 2022-09-27T16:07:33.4185696Z Traceback (most recent call last): 2022-09-27T16:07:33.4185976Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:33.4186306Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:33.4186621Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:33.4186816Z 2022-09-27T16:07:33.4186874Z from user code: 2022-09-27T16:07:33.4187093Z File "test_jit.py", line 9320, in __init__ 2022-09-27T16:07:33.4187305Z super(Mod, self).__init__() 2022-09-27T16:07:33.4187424Z 2022-09-27T16:07:33.4187558Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:33.4187765Z ========== 2022-09-27T16:07:33.4225597Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9301 2022-09-27T16:07:33.4226077Z due to: 2022-09-27T16:07:33.4226367Z Traceback (most recent call last): 2022-09-27T16:07:33.4226659Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:33.4226976Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:33.4227287Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:33.4227467Z 2022-09-27T16:07:33.4227539Z from user code: 2022-09-27T16:07:33.4227738Z File "test_jit.py", line 9302, in __init__ 2022-09-27T16:07:33.4227952Z super(SubMod, self).__init__() 2022-09-27T16:07:33.4228064Z 2022-09-27T16:07:33.4228198Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:33.4228420Z ========== 2022-09-27T16:07:33.4255789Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9284 2022-09-27T16:07:33.4256090Z due to: 2022-09-27T16:07:33.4256287Z Traceback (most recent call last): 2022-09-27T16:07:33.4256592Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:33.4256908Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:33.4257205Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:33.4257486Z 2022-09-27T16:07:33.4257600Z from user code: 2022-09-27T16:07:33.4259801Z File "test_jit.py", line 9285, in __init__ 2022-09-27T16:07:33.4260172Z super(SubSubMod, self).__init__() 2022-09-27T16:07:33.4260421Z 2022-09-27T16:07:33.4260645Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:33.4260993Z ========== 2022-09-27T16:07:33.4469242Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 9338 2022-09-27T16:07:33.4469687Z due to: 2022-09-27T16:07:33.4470034Z Traceback (most recent call last): 2022-09-27T16:07:33.4470546Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/nn_module.py", line 475, in call_method 2022-09-27T16:07:33.4471259Z if id(method.__code__) in self._nn_module_method_ids(): 2022-09-27T16:07:33.4471821Z AttributeError: 'NoneType' object has no attribute '__code__' 2022-09-27T16:07:33.4472099Z 2022-09-27T16:07:33.4472221Z from user code: 2022-09-27T16:07:33.4472544Z File "test_jit.py", line 9338, in 2022-09-27T16:07:33.4473117Z m.apply(lambda s: s._pack()) 2022-09-27T16:07:33.4473330Z 2022-09-27T16:07:33.4473567Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:33.4473918Z ========== 2022-09-27T16:07:33.4498783Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 9340 2022-09-27T16:07:33.4499460Z due to: 2022-09-27T16:07:33.4499739Z Traceback (most recent call last): 2022-09-27T16:07:33.4500205Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/nn_module.py", line 475, in call_method 2022-09-27T16:07:33.4500746Z if id(method.__code__) in self._nn_module_method_ids(): 2022-09-27T16:07:33.4501349Z AttributeError: 'NoneType' object has no attribute '__code__' 2022-09-27T16:07:33.4501616Z 2022-09-27T16:07:33.4501729Z from user code: 2022-09-27T16:07:33.4502015Z File "test_jit.py", line 9340, in 2022-09-27T16:07:33.4502335Z m.apply(lambda s: s._unpack()) 2022-09-27T16:07:33.4502530Z 2022-09-27T16:07:33.4502761Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:33.4503123Z ========== 2022-09-27T16:07:33.4517109Z ok (0.061s) 2022-09-27T16:07:33.4559497Z test_pack_unpack_state (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pack_unpack_state test_jit.py line 9132 2022-09-27T16:07:33.4560070Z due to: 2022-09-27T16:07:33.4560400Z Traceback (most recent call last): 2022-09-27T16:07:33.4560943Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T16:07:33.4561490Z return super().call_method(tx, args, kwargs) 2022-09-27T16:07:33.4562098Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T16:07:33.4562413Z 2022-09-27T16:07:33.4562525Z from user code: 2022-09-27T16:07:33.4562891Z File "test_jit.py", line 9133, in test_pack_unpack_state 2022-09-27T16:07:33.4563288Z sm = TestScript.DerivedStateModule() 2022-09-27T16:07:33.4563544Z 2022-09-27T16:07:33.4563757Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:33.4564115Z ========== 2022-09-27T16:07:33.4583660Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9108 2022-09-27T16:07:33.4584071Z due to: 2022-09-27T16:07:33.4584359Z Traceback (most recent call last): 2022-09-27T16:07:33.4584855Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:33.4585369Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:33.4585967Z NotImplementedError: GetAttrVariable(UserDefinedClassVariable(), DerivedStateModule) is not a constant 2022-09-27T16:07:33.4586373Z 2022-09-27T16:07:33.4586508Z from user code: 2022-09-27T16:07:33.4586866Z File "test_jit.py", line 9109, in __init__ 2022-09-27T16:07:33.4587317Z super(TestScript.DerivedStateModule, self).__init__() 2022-09-27T16:07:33.4587605Z 2022-09-27T16:07:33.4587843Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:33.4588237Z ========== 2022-09-27T16:07:33.4722744Z ok (0.020s) 2022-09-27T16:07:33.7266924Z test_parameter_order (__main__.TestScript) ... tensor([51., 50., 49., 48., 47., 46., 45., 44., 43., 42., 41., 40., 39., 38., 2022-09-27T16:07:33.7267308Z 37., 36., 35., 34., 33., 32., 31., 30., 29., 28., 27., 26., 51., 50., 2022-09-27T16:07:33.7267557Z 49., 48., 47., 46., 45., 44., 43., 42., 41., 40., 39., 38., 37., 36., 2022-09-27T16:07:33.7267848Z 35., 34., 33., 32., 31., 30., 29., 28., 27., 26.], 2022-09-27T16:07:33.7268039Z grad_fn=) 2022-09-27T16:07:33.8005199Z tensor([51., 50., 49., 48., 47., 46., 45., 44., 43., 42., 41., 40., 39., 38., 2022-09-27T16:07:33.8005760Z 37., 36., 35., 34., 33., 32., 31., 30., 29., 28., 27., 26., 51., 50., 2022-09-27T16:07:33.8005994Z 49., 48., 47., 46., 45., 44., 43., 42., 41., 40., 39., 38., 37., 36., 2022-09-27T16:07:33.8006194Z 35., 34., 33., 32., 31., 30., 29., 28., 27., 26.], 2022-09-27T16:07:33.8006392Z grad_fn=) 2022-09-27T16:07:33.8870975Z ok (0.414s) 2022-09-27T16:07:33.8910060Z test_parse_empty_tuple_annotation (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_parse_empty_tuple_annotation test_jit.py line 11623 2022-09-27T16:07:33.8910658Z due to: 2022-09-27T16:07:33.8911184Z Traceback (most recent call last): 2022-09-27T16:07:33.8911473Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:07:33.8911952Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:07:33.8912449Z AssertionError: torch.* op returned non-Tensor CompilationUnit call_function 2022-09-27T16:07:33.8912680Z 2022-09-27T16:07:33.8912928Z from user code: 2022-09-27T16:07:33.8913220Z File "test_jit.py", line 11627, in test_parse_empty_tuple_annotation 2022-09-27T16:07:33.8913451Z ''') 2022-09-27T16:07:33.8913596Z 2022-09-27T16:07:33.8913753Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:33.8914106Z ========== 2022-09-27T16:07:33.8914306Z ok (0.004s) 2022-09-27T16:07:33.9190769Z test_parse_empty_tuple_annotation_element_error (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:07:33.9233688Z test_parse_nested_names (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_parse_nested_names test_jit.py line 8312 2022-09-27T16:07:33.9234269Z due to: 2022-09-27T16:07:33.9234532Z Traceback (most recent call last): 2022-09-27T16:07:33.9234815Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:07:33.9235244Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:07:33.9235759Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:07:33.9235995Z 2022-09-27T16:07:33.9236065Z from user code: 2022-09-27T16:07:33.9236282Z File "test_jit.py", line 8320, in test_parse_nested_names 2022-09-27T16:07:33.9236487Z g = parse_ir(g_str) 2022-09-27T16:07:33.9236599Z 2022-09-27T16:07:33.9236735Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:33.9236951Z ========== 2022-09-27T16:07:33.9245820Z ok (0.005s) 2022-09-27T16:07:33.9286024Z test_parse_none_type_annotation (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_parse_none_type_annotation test_jit.py line 11640 2022-09-27T16:07:33.9286460Z due to: 2022-09-27T16:07:33.9286825Z Traceback (most recent call last): 2022-09-27T16:07:33.9287321Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:07:33.9287783Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:07:33.9288263Z AssertionError: torch.* op returned non-Tensor CompilationUnit call_function 2022-09-27T16:07:33.9288487Z 2022-09-27T16:07:33.9288557Z from user code: 2022-09-27T16:07:33.9288771Z File "test_jit.py", line 11644, in test_parse_none_type_annotation 2022-09-27T16:07:33.9289002Z ''') 2022-09-27T16:07:33.9289096Z 2022-09-27T16:07:33.9289230Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:33.9289492Z ========== 2022-09-27T16:07:33.9289937Z ok (0.004s) 2022-09-27T16:07:34.5892851Z test_parse_tensor_constants (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 8294 2022-09-27T16:07:34.5893484Z due to: 2022-09-27T16:07:34.5893742Z Traceback (most recent call last): 2022-09-27T16:07:34.5894456Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:07:34.5894931Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:07:34.5895749Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:07:34.5896134Z 2022-09-27T16:07:34.5896227Z from user code: 2022-09-27T16:07:34.5896617Z File "test_jit.py", line 8295, in 2022-09-27T16:07:34.5897054Z torch._C._jit_pass_constant_propagation(foo_s.graph) 2022-09-27T16:07:34.5897481Z 2022-09-27T16:07:34.5897675Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:34.5898011Z ========== 2022-09-27T16:07:34.6034136Z ok (0.674s) 2022-09-27T16:07:34.6077359Z test_parser_kwargonly (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_parser_kwargonly test_jit.py line 4152 2022-09-27T16:07:34.6077871Z due to: 2022-09-27T16:07:34.6078174Z Traceback (most recent call last): 2022-09-27T16:07:34.6078645Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:07:34.6079402Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:07:34.6080192Z AssertionError: torch.* op returned non-Tensor CompilationUnit call_function 2022-09-27T16:07:34.6080532Z 2022-09-27T16:07:34.6080642Z from user code: 2022-09-27T16:07:34.6080983Z File "test_jit.py", line 4158, in test_parser_kwargonly 2022-09-27T16:07:34.6081372Z ''') 2022-09-27T16:07:34.6081528Z 2022-09-27T16:07:34.6081747Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:34.6082078Z ========== 2022-09-27T16:07:34.6087640Z ok (0.005s) 2022-09-27T16:07:34.6135971Z test_parser_type_annotations (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_parser_type_annotations test_jit.py line 10894 2022-09-27T16:07:34.6136544Z due to: 2022-09-27T16:07:34.6136815Z Traceback (most recent call last): 2022-09-27T16:07:34.6137291Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:07:34.6137980Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:07:34.6138697Z AssertionError: torch.* op returned non-Tensor CompilationUnit call_function 2022-09-27T16:07:34.6139050Z 2022-09-27T16:07:34.6139150Z from user code: 2022-09-27T16:07:34.6139483Z File "test_jit.py", line 10898, in test_parser_type_annotations 2022-09-27T16:07:34.6139794Z ''') 2022-09-27T16:07:34.6139877Z 2022-09-27T16:07:34.6140009Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:34.6140228Z ========== 2022-09-27T16:07:34.6147670Z ok (0.005s) 2022-09-27T16:07:34.6184306Z test_parser_type_annotations_comment (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_parser_type_annotations_comment test_jit.py line 10902 2022-09-27T16:07:34.6184934Z due to: 2022-09-27T16:07:34.6185222Z Traceback (most recent call last): 2022-09-27T16:07:34.6185657Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:07:34.6186367Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:07:34.6187131Z AssertionError: torch.* op returned non-Tensor CompilationUnit call_function 2022-09-27T16:07:34.6187459Z 2022-09-27T16:07:34.6187579Z from user code: 2022-09-27T16:07:34.6187909Z File "test_jit.py", line 10907, in test_parser_type_annotations_comment 2022-09-27T16:07:34.6188243Z ''') 2022-09-27T16:07:34.6188340Z 2022-09-27T16:07:34.6188473Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:34.6188692Z ========== 2022-09-27T16:07:34.6199743Z ok (0.005s) 2022-09-27T16:07:34.6495129Z test_parser_type_annotations_incompatible_expression (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:07:34.6784876Z test_parser_type_annotations_subscript_non_ident (__main__.TestScript) ... ok (0.028s) 2022-09-27T16:07:34.7064689Z test_parser_type_annotations_subscript_tensor (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:07:34.7341385Z test_parser_type_annotations_unknown_type (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:07:34.7719612Z test_partial_returns (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:07:34.8135655Z test_pass (__main__.TestScript) ... ok (0.041s) 2022-09-27T16:07:34.8840198Z test_pickle_checkpoint (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 15774 2022-09-27T16:07:34.8840742Z due to: 2022-09-27T16:07:34.8841067Z Traceback (most recent call last): 2022-09-27T16:07:34.8841527Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:34.8841917Z raise Unsupported(msg) 2022-09-27T16:07:34.8842269Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:34.8842496Z 2022-09-27T16:07:34.8842589Z from user code: 2022-09-27T16:07:34.8842841Z File "test_jit.py", line 15774, in M 2022-09-27T16:07:34.8843172Z class M(torch.jit.ScriptModule): 2022-09-27T16:07:34.8843366Z 2022-09-27T16:07:34.8843554Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:34.8843878Z ========== 2022-09-27T16:07:34.8886305Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 15777 2022-09-27T16:07:34.8886719Z due to: 2022-09-27T16:07:34.8887041Z Traceback (most recent call last): 2022-09-27T16:07:34.8887547Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:34.8888119Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:34.8888685Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:34.8889038Z 2022-09-27T16:07:34.8889159Z from user code: 2022-09-27T16:07:34.8889495Z File "test_jit.py", line 15778, in __init__ 2022-09-27T16:07:34.8889858Z super(M, self).__init__() 2022-09-27T16:07:34.8890065Z 2022-09-27T16:07:34.8890298Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:34.8890671Z ========== 2022-09-27T16:07:34.9278593Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 15798 2022-09-27T16:07:34.9279062Z due to: 2022-09-27T16:07:34.9279377Z Traceback (most recent call last): 2022-09-27T16:07:34.9279907Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:34.9280375Z raise Unsupported(msg) 2022-09-27T16:07:34.9280790Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:34.9281066Z 2022-09-27T16:07:34.9281168Z from user code: 2022-09-27T16:07:34.9281480Z File "test_jit.py", line 15798, in M 2022-09-27T16:07:34.9281825Z class M(torch.jit.ScriptModule): 2022-09-27T16:07:34.9282037Z 2022-09-27T16:07:34.9282247Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:34.9282574Z ========== 2022-09-27T16:07:34.9326142Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 15801 2022-09-27T16:07:34.9326474Z due to: 2022-09-27T16:07:34.9326662Z Traceback (most recent call last): 2022-09-27T16:07:34.9326976Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:34.9327297Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:34.9327613Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:34.9327805Z 2022-09-27T16:07:34.9327877Z from user code: 2022-09-27T16:07:34.9328075Z File "test_jit.py", line 15802, in __init__ 2022-09-27T16:07:34.9328266Z super(M, self).__init__() 2022-09-27T16:07:34.9328381Z 2022-09-27T16:07:34.9328509Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:34.9328951Z ========== 2022-09-27T16:07:34.9389494Z ok (0.125s) 2022-09-27T16:07:34.9399300Z test_pickle_checkpoint_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-09-27T16:07:35.0275402Z test_pickle_checkpoint_tup (__main__.TestScript) ... ok (0.087s) 2022-09-27T16:07:35.0292067Z test_pow_scalar_backward_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-09-27T16:07:35.1196489Z test_pretty_print_function (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 3043 2022-09-27T16:07:35.1197120Z due to: 2022-09-27T16:07:35.1197721Z Traceback (most recent call last): 2022-09-27T16:07:35.1198132Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:07:35.1198572Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:07:35.1199101Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:07:35.1199308Z 2022-09-27T16:07:35.1199378Z from user code: 2022-09-27T16:07:35.1199659Z File "test_jit.py", line 3047, in 2022-09-27T16:07:35.1199935Z FileCheck().check("interpolate").run(foo.code) 2022-09-27T16:07:35.1200077Z 2022-09-27T16:07:35.1200206Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:35.1200484Z ========== 2022-09-27T16:07:35.1200668Z You have not run this instance of FileCheck! 2022-09-27T16:07:35.1200871Z FileCheck checks: 2022-09-27T16:07:35.1201060Z ok (0.090s) 2022-09-27T16:07:35.1212711Z test_prim_grad_undefined (__main__.TestScript) ... skip: shape analysis is only enabled in Legacy (0.001s) 2022-09-27T16:07:35.2549759Z test_print (__main__.TestScript) ... ok (0.133s) 2022-09-27T16:07:35.2818979Z test_print_kwargs (__main__.TestScript) ... ok (0.026s) 2022-09-27T16:07:35.2835613Z test_profiling_graph_executor (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:07:35.3704149Z test_profiling_merge (__main__.TestScript) ... ok (0.086s) 2022-09-27T16:07:35.4294905Z test_pybind_type_comparisons (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 3878 2022-09-27T16:07:35.4295466Z due to: 2022-09-27T16:07:35.4295727Z Traceback (most recent call last): 2022-09-27T16:07:35.4296159Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:07:35.4296652Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:07:35.4297419Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:07:35.4297754Z 2022-09-27T16:07:35.4297857Z from user code: 2022-09-27T16:07:35.4298255Z File "test_jit.py", line 3882, in 2022-09-27T16:07:35.4298651Z node = list(f.graph.nodes())[0] 2022-09-27T16:07:35.4298828Z 2022-09-27T16:07:35.4299026Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:35.4299419Z ========== 2022-09-27T16:07:35.4299692Z ok (0.059s) 2022-09-27T16:07:35.4343695Z test_python_call (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_python_call test_jit.py line 8099 2022-09-27T16:07:35.4344177Z due to: 2022-09-27T16:07:35.4344512Z Traceback (most recent call last): 2022-09-27T16:07:35.4344943Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:07:35.4345376Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:07:35.4345710Z RuntimeError: 2022-09-27T16:07:35.4345984Z undefined value pyfunc: 2022-09-27T16:07:35.4346258Z File "", line 6 2022-09-27T16:07:35.4346434Z 2022-09-27T16:07:35.4346568Z def test_call_python(a): 2022-09-27T16:07:35.4346863Z b = pyfunc(a) 2022-09-27T16:07:35.4347501Z ~~~~~~ <--- HERE 2022-09-27T16:07:35.4347731Z b = other_func(b) 2022-09-27T16:07:35.4347960Z i = 0 2022-09-27T16:07:35.4348099Z 2022-09-27T16:07:35.4348105Z 2022-09-27T16:07:35.4348295Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:35.4348520Z 2022-09-27T16:07:35.4348626Z Traceback (most recent call last): 2022-09-27T16:07:35.4348998Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:35.4349366Z raise TorchRuntimeError() from e 2022-09-27T16:07:35.4349779Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:35.4349978Z 2022-09-27T16:07:35.4350074Z from user code: 2022-09-27T16:07:35.4350362Z File "test_jit.py", line 8118, in test_python_call 2022-09-27T16:07:35.4350676Z ''') 2022-09-27T16:07:35.4350788Z 2022-09-27T16:07:35.4350963Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:35.4351264Z ========== 2022-09-27T16:07:35.4923083Z ok (0.062s) 2022-09-27T16:07:35.5934178Z test_python_call_annotation (__main__.TestScript) ... ok (0.100s) 2022-09-27T16:07:35.6242384Z test_python_call_annoytation_failure (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:07:35.6570385Z test_python_call_failure (__main__.TestScript) ... ok (0.032s) 2022-09-27T16:07:35.7479437Z test_python_call_non_tensor (__main__.TestScript) ... ok (0.090s) 2022-09-27T16:07:35.7784462Z test_python_call_non_tensor_wrong (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:07:35.8620204Z test_python_frontend (__main__.TestScript) ... ok (0.083s) 2022-09-27T16:07:35.9423844Z test_python_frontend_py3 (__main__.TestScript) ... ok (0.080s) 2022-09-27T16:07:35.9959909Z test_python_frontend_source_range (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 5947 2022-09-27T16:07:35.9960454Z due to: 2022-09-27T16:07:35.9960754Z Traceback (most recent call last): 2022-09-27T16:07:35.9961200Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:07:35.9961932Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:07:35.9962637Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:07:35.9962948Z 2022-09-27T16:07:35.9963035Z from user code: 2022-09-27T16:07:35.9963402Z File "test_jit.py", line 5948, in 2022-09-27T16:07:35.9963889Z FileCheck().check("SourceRange at:") \ 2022-09-27T16:07:35.9964117Z 2022-09-27T16:07:35.9964343Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:35.9964730Z ========== 2022-09-27T16:07:35.9965087Z You have not run this instance of FileCheck! 2022-09-27T16:07:35.9965464Z FileCheck checks: 2022-09-27T16:07:35.9965860Z ok (0.053s) 2022-09-27T16:07:36.0964149Z test_python_op_builtins (__main__.TestScript) ... ok (0.099s) 2022-09-27T16:07:36.1256590Z test_python_op_name (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:07:36.1556684Z test_python_val_doesnt_have_attr (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:07:36.1573094Z test_rand (__main__.TestScript) ... skip: the original version of test_rand (0.001s) 2022-09-27T16:07:36.2316218Z test_rand_profiling (__main__.TestScript) ... ok (0.074s) 2022-09-27T16:07:36.2640202Z test_range_args (__main__.TestScript) ... ok (0.032s) 2022-09-27T16:07:36.2913275Z test_reassign_module_lhs (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ReassignSelfLHS test_jit.py line 11448 2022-09-27T16:07:36.2913916Z due to: 2022-09-27T16:07:36.2914242Z Traceback (most recent call last): 2022-09-27T16:07:36.2914627Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:36.2915029Z raise Unsupported(msg) 2022-09-27T16:07:36.2915398Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:36.2915901Z 2022-09-27T16:07:36.2916010Z from user code: 2022-09-27T16:07:36.2916322Z File "test_jit.py", line 11448, in ReassignSelfLHS 2022-09-27T16:07:36.2916710Z class ReassignSelfLHS(torch.jit.ScriptModule): 2022-09-27T16:07:36.2916948Z 2022-09-27T16:07:36.2917144Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:36.2917466Z ========== 2022-09-27T16:07:36.2953598Z ok (0.031s) 2022-09-27T16:07:36.3226870Z test_reassign_module_rhs (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ReassignSelfRHS test_jit.py line 11459 2022-09-27T16:07:36.3227459Z due to: 2022-09-27T16:07:36.3228045Z Traceback (most recent call last): 2022-09-27T16:07:36.3228483Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:36.3228887Z raise Unsupported(msg) 2022-09-27T16:07:36.3229249Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:36.3229492Z 2022-09-27T16:07:36.3229608Z from user code: 2022-09-27T16:07:36.3229917Z File "test_jit.py", line 11459, in ReassignSelfRHS 2022-09-27T16:07:36.3230299Z class ReassignSelfRHS(torch.jit.ScriptModule): 2022-09-27T16:07:36.3230514Z 2022-09-27T16:07:36.3230711Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:36.3231044Z ========== 2022-09-27T16:07:36.3253301Z ok (0.029s) 2022-09-27T16:07:36.3289248Z test_refine_tuple_types (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_refine_tuple_types test_jit.py line 11263 2022-09-27T16:07:36.3289796Z due to: 2022-09-27T16:07:36.3290082Z Traceback (most recent call last): 2022-09-27T16:07:36.3290537Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:07:36.3291274Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:07:36.3292145Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:07:36.3292562Z 2022-09-27T16:07:36.3292675Z from user code: 2022-09-27T16:07:36.3293040Z File "test_jit.py", line 11270, in test_refine_tuple_types 2022-09-27T16:07:36.3293446Z graph = parse_ir(graph_str) 2022-09-27T16:07:36.3293665Z 2022-09-27T16:07:36.3293909Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:36.3294313Z ========== 2022-09-27T16:07:36.3294593Z ok (0.003s) 2022-09-27T16:07:36.3681400Z test_remove_dropout (__main__.TestScript) ... ok (0.038s) 2022-09-27T16:07:36.4659305Z test_repeated_script_on_function (__main__.TestScript) ... ok (0.097s) 2022-09-27T16:07:36.5175723Z test_request_bailout (__main__.TestScript) ... ok (0.051s) 2022-09-27T16:07:36.5195357Z test_requires_grad_loop (__main__.TestScript) ... skip: Peeling is now disabled (0.001s) 2022-09-27T16:07:36.5893082Z test_rescripting_loaded_modules (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward test_jit.py line 16082 2022-09-27T16:07:36.5893688Z due to: 2022-09-27T16:07:36.5894008Z Traceback (most recent call last): 2022-09-27T16:07:36.5894698Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:07:36.5895106Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:07:36.5895458Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:07:36.5895613Z 2022-09-27T16:07:36.5895682Z from user code: 2022-09-27T16:07:36.5895881Z File "test_jit.py", line 16084, in forward 2022-09-27T16:07:36.5896195Z ret = self.inner.submod(x) + self.inner.submod.foo + self.inner.submod.bar + self.inner.submod.baz 2022-09-27T16:07:36.5896401Z 2022-09-27T16:07:36.5896520Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:36.5896739Z ========== 2022-09-27T16:07:36.6021068Z ok (0.082s) 2022-09-27T16:07:36.6991764Z test_resize_input_ops (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 5594 2022-09-27T16:07:36.6992675Z due to: 2022-09-27T16:07:36.6993046Z Traceback (most recent call last): 2022-09-27T16:07:36.6993334Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:07:36.6993623Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:07:36.6994082Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:07:36.6994311Z 2022-09-27T16:07:36.6994381Z from user code: 2022-09-27T16:07:36.6994725Z File "test_jit.py", line 5599, in 2022-09-27T16:07:36.6994976Z graph = _propagate_shapes(test.graph, 2022-09-27T16:07:36.6995109Z 2022-09-27T16:07:36.6995240Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:36.6995454Z ========== 2022-09-27T16:07:36.7572534Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 5605 2022-09-27T16:07:36.7573067Z due to: 2022-09-27T16:07:36.7573386Z Traceback (most recent call last): 2022-09-27T16:07:36.7573930Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:07:36.7574306Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:07:36.7574755Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:07:36.7574979Z 2022-09-27T16:07:36.7575049Z from user code: 2022-09-27T16:07:36.7575260Z File "test_jit.py", line 5618, in 2022-09-27T16:07:36.7575574Z self.run_pass('constant_propagation', test.graph) 2022-09-27T16:07:36.7575723Z 2022-09-27T16:07:36.7575855Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:36.7576070Z ========== 2022-09-27T16:07:36.8142586Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 5635 2022-09-27T16:07:36.8143059Z due to: 2022-09-27T16:07:36.8143405Z Traceback (most recent call last): 2022-09-27T16:07:36.8143848Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:07:36.8144392Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:07:36.8145021Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:07:36.8145340Z 2022-09-27T16:07:36.8145452Z from user code: 2022-09-27T16:07:36.8145676Z File "test_jit.py", line 5641, in 2022-09-27T16:07:36.8145951Z g = test.graph 2022-09-27T16:07:36.8146063Z 2022-09-27T16:07:36.8146200Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:36.8146440Z ========== 2022-09-27T16:07:36.8146619Z ok (0.212s) 2022-09-27T16:07:37.0546022Z test_return (__main__.TestScript) ... ok (0.239s) 2022-09-27T16:07:37.1456872Z test_return_stmt_not_at_end (__main__.TestScript) ... ok (0.090s) 2022-09-27T16:07:37.2082852Z test_return_tuple (__main__.TestScript) ... ok (0.062s) 2022-09-27T16:07:37.2779922Z test_rnn_trace_override (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward test_jit.py line 10005 2022-09-27T16:07:37.2780482Z due to: 2022-09-27T16:07:37.2780807Z Traceback (most recent call last): 2022-09-27T16:07:37.2781396Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:07:37.2781919Z return self._op(*args, **kwargs or {}) 2022-09-27T16:07:37.2782571Z RuntimeError: 'lengths' argument should be a 1D CPU int64 tensor, but got 1D meta Long tensor 2022-09-27T16:07:37.2782918Z 2022-09-27T16:07:37.2783171Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:37.2783482Z 2022-09-27T16:07:37.2783656Z Traceback (most recent call last): 2022-09-27T16:07:37.2784162Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:37.2784649Z raise TorchRuntimeError() from e 2022-09-27T16:07:37.2784887Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:37.2785028Z 2022-09-27T16:07:37.2785100Z from user code: 2022-09-27T16:07:37.2785285Z File "test_jit.py", line 10006, in forward 2022-09-27T16:07:37.2785508Z x = pack_padded_sequence(x, seq_lens) 2022-09-27T16:07:37.2785638Z 2022-09-27T16:07:37.2785769Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:37.2785990Z ========== 2022-09-27T16:07:37.5010359Z ok (0.292s) 2022-09-27T16:07:37.5905208Z test_robust_op_resolution (__main__.TestScript) ... ok (0.088s) 2022-09-27T16:07:37.6372621Z test_round (__main__.TestScript) ... ok (0.046s) 2022-09-27T16:07:37.6875003Z test_save_load_attr_error (__main__.TestScript) ... ok (0.050s) 2022-09-27T16:07:38.3754829Z test_script_annotation (__main__.TestScript) ... ok (0.687s) 2022-09-27T16:07:38.4180923Z test_script_bool_constant (__main__.TestScript) ... ok (0.042s) 2022-09-27T16:07:38.5103948Z test_script_chunk (__main__.TestScript) ... ok (0.092s) 2022-09-27T16:07:38.7485237Z test_script_clamp_none (__main__.TestScript) ... ok (0.238s) 2022-09-27T16:07:38.7638408Z test_script_copy (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 9935 2022-09-27T16:07:38.7638949Z due to: 2022-09-27T16:07:38.7639275Z Traceback (most recent call last): 2022-09-27T16:07:38.7639815Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:38.7640302Z raise Unsupported(msg) 2022-09-27T16:07:38.7640627Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:38.7640781Z 2022-09-27T16:07:38.7640838Z from user code: 2022-09-27T16:07:38.7641025Z File "test_jit.py", line 9935, in M 2022-09-27T16:07:38.7641230Z class M(torch.nn.Module): 2022-09-27T16:07:38.7641352Z 2022-09-27T16:07:38.7641472Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:38.7641700Z ========== 2022-09-27T16:07:38.7813535Z ok (0.032s) 2022-09-27T16:07:38.7851098Z test_script_cu (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_script_cu test_jit.py line 4784 2022-09-27T16:07:38.7851640Z due to: 2022-09-27T16:07:38.7851987Z Traceback (most recent call last): 2022-09-27T16:07:38.7852315Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:07:38.7852746Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:07:38.7853238Z AssertionError: torch.* op returned non-Tensor CompilationUnit call_function 2022-09-27T16:07:38.7853465Z 2022-09-27T16:07:38.7853535Z from user code: 2022-09-27T16:07:38.7853742Z File "test_jit.py", line 4789, in test_script_cu 2022-09-27T16:07:38.7853946Z ''') 2022-09-27T16:07:38.7854040Z 2022-09-27T16:07:38.7854172Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:38.7854395Z ========== 2022-09-27T16:07:38.7857095Z ok (0.004s) 2022-09-27T16:07:38.8012260Z test_script_define_order (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 10444 2022-09-27T16:07:38.8012776Z due to: 2022-09-27T16:07:38.8013130Z Traceback (most recent call last): 2022-09-27T16:07:38.8013507Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:38.8013766Z raise Unsupported(msg) 2022-09-27T16:07:38.8014003Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:38.8014142Z 2022-09-27T16:07:38.8014225Z from user code: 2022-09-27T16:07:38.8014415Z File "test_jit.py", line 10444, in M 2022-09-27T16:07:38.8014632Z class M(torch.jit.ScriptModule): 2022-09-27T16:07:38.8014768Z 2022-09-27T16:07:38.8014887Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:38.8015105Z ========== 2022-09-27T16:07:38.8064106Z ok (0.020s) 2022-09-27T16:07:38.8215502Z test_script_define_order_recursive_fail (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 10457 2022-09-27T16:07:38.8216041Z due to: 2022-09-27T16:07:38.8216408Z Traceback (most recent call last): 2022-09-27T16:07:38.8216690Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:38.8216932Z raise Unsupported(msg) 2022-09-27T16:07:38.8217167Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:38.8217321Z 2022-09-27T16:07:38.8217390Z from user code: 2022-09-27T16:07:38.8217777Z File "test_jit.py", line 10457, in M 2022-09-27T16:07:38.8218001Z class M(torch.jit.ScriptModule): 2022-09-27T16:07:38.8218140Z 2022-09-27T16:07:38.8218272Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:38.8218489Z ========== 2022-09-27T16:07:38.8245078Z ok (0.018s) 2022-09-27T16:07:38.8964710Z test_script_docstring (__main__.TestScript) ... ok (0.071s) 2022-09-27T16:07:38.9118747Z test_script_forward_method_replacement (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT LowLevelModule test_jit.py line 9959 2022-09-27T16:07:38.9119317Z due to: 2022-09-27T16:07:38.9119638Z Traceback (most recent call last): 2022-09-27T16:07:38.9119918Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:38.9120164Z raise Unsupported(msg) 2022-09-27T16:07:38.9120405Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:38.9120558Z 2022-09-27T16:07:38.9120628Z from user code: 2022-09-27T16:07:38.9120841Z File "test_jit.py", line 9959, in LowLevelModule 2022-09-27T16:07:38.9121066Z class LowLevelModule(torch.nn.Module): 2022-09-27T16:07:38.9121203Z 2022-09-27T16:07:38.9121334Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:38.9121551Z ========== 2022-09-27T16:07:38.9123412Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT TestModule test_jit.py line 9967 2022-09-27T16:07:38.9123742Z due to: 2022-09-27T16:07:38.9123985Z Traceback (most recent call last): 2022-09-27T16:07:38.9124243Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:38.9124547Z raise Unsupported(msg) 2022-09-27T16:07:38.9124782Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:38.9124934Z 2022-09-27T16:07:38.9125003Z from user code: 2022-09-27T16:07:38.9125279Z File "test_jit.py", line 9967, in TestModule 2022-09-27T16:07:38.9125611Z class TestModule(LowLevelModule): 2022-09-27T16:07:38.9125752Z 2022-09-27T16:07:38.9125926Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:38.9126160Z ========== 2022-09-27T16:07:38.9589075Z ok (0.062s) 2022-09-27T16:07:38.9598602Z test_script_get_device_cuda (__main__.TestScript) ... skip: requires CUDA (0.000s) 2022-09-27T16:07:39.0488412Z test_script_get_tracing_state (__main__.TestScript) ... ok (0.088s) 2022-09-27T16:07:39.1399846Z test_script_is_tracing (__main__.TestScript) ... ok (0.091s) 2022-09-27T16:07:39.1539347Z test_script_kwargs_fn_call (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 10471 2022-09-27T16:07:39.1539902Z due to: 2022-09-27T16:07:39.1540244Z Traceback (most recent call last): 2022-09-27T16:07:39.1540573Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:39.1540837Z raise Unsupported(msg) 2022-09-27T16:07:39.1541076Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:39.1541232Z 2022-09-27T16:07:39.1541290Z from user code: 2022-09-27T16:07:39.1541491Z File "test_jit.py", line 10471, in M 2022-09-27T16:07:39.1541712Z class M(torch.jit.ScriptModule): 2022-09-27T16:07:39.1541847Z 2022-09-27T16:07:39.1541968Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.1542190Z ========== 2022-09-27T16:07:39.1593292Z ok (0.019s) 2022-09-27T16:07:39.1744024Z test_script_method_docstring (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT A test_jit.py line 8207 2022-09-27T16:07:39.1744642Z due to: 2022-09-27T16:07:39.1744829Z Traceback (most recent call last): 2022-09-27T16:07:39.1745179Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:39.1745552Z raise Unsupported(msg) 2022-09-27T16:07:39.1745987Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:39.1746252Z 2022-09-27T16:07:39.1746322Z from user code: 2022-09-27T16:07:39.1746518Z File "test_jit.py", line 8207, in A 2022-09-27T16:07:39.1746723Z class A(torch.jit.ScriptModule): 2022-09-27T16:07:39.1746934Z 2022-09-27T16:07:39.1747070Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.1747288Z ========== 2022-09-27T16:07:39.1784908Z ok (0.019s) 2022-09-27T16:07:39.1987522Z test_script_method_torch_function_overload (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:07:39.2182087Z test_script_module (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M1 test_jit.py line 8218 2022-09-27T16:07:39.2182482Z due to: 2022-09-27T16:07:39.2182831Z Traceback (most recent call last): 2022-09-27T16:07:39.2183335Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:39.2183630Z raise Unsupported(msg) 2022-09-27T16:07:39.2183855Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:39.2184009Z 2022-09-27T16:07:39.2184079Z from user code: 2022-09-27T16:07:39.2184266Z File "test_jit.py", line 8218, in M1 2022-09-27T16:07:39.2184475Z class M1(torch.jit.ScriptModule): 2022-09-27T16:07:39.2184616Z 2022-09-27T16:07:39.2184749Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.2184966Z ========== 2022-09-27T16:07:39.2194699Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT M2 test_jit.py line 8235 2022-09-27T16:07:39.2194968Z due to: 2022-09-27T16:07:39.2195317Z Traceback (most recent call last): 2022-09-27T16:07:39.2195854Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:39.2196165Z raise Unsupported(msg) 2022-09-27T16:07:39.2196400Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:39.2196555Z 2022-09-27T16:07:39.2196627Z from user code: 2022-09-27T16:07:39.2196806Z File "test_jit.py", line 8235, in M2 2022-09-27T16:07:39.2197026Z class M2(torch.jit.ScriptModule): 2022-09-27T16:07:39.2197163Z 2022-09-27T16:07:39.2197297Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.2197520Z ========== 2022-09-27T16:07:39.2254433Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 8236 2022-09-27T16:07:39.2254877Z due to: 2022-09-27T16:07:39.2255162Z Traceback (most recent call last): 2022-09-27T16:07:39.2255641Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.2256221Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.2256820Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.2257090Z 2022-09-27T16:07:39.2257162Z from user code: 2022-09-27T16:07:39.2257347Z File "test_jit.py", line 8237, in __init__ 2022-09-27T16:07:39.2257555Z super(M2, self).__init__() 2022-09-27T16:07:39.2257672Z 2022-09-27T16:07:39.2257804Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.2258008Z ========== 2022-09-27T16:07:39.2284326Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 8219 2022-09-27T16:07:39.2284862Z due to: 2022-09-27T16:07:39.2285236Z Traceback (most recent call last): 2022-09-27T16:07:39.2285808Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.2286354Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.2286666Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.2287047Z 2022-09-27T16:07:39.2287105Z from user code: 2022-09-27T16:07:39.2287307Z File "test_jit.py", line 8220, in __init__ 2022-09-27T16:07:39.2287514Z super(M1, self).__init__() 2022-09-27T16:07:39.2287628Z 2022-09-27T16:07:39.2287744Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.2287964Z ========== 2022-09-27T16:07:39.2570495Z ok (0.058s) 2022-09-27T16:07:39.2738194Z test_script_module_call_noscript (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 8787 2022-09-27T16:07:39.2738732Z due to: 2022-09-27T16:07:39.2739120Z Traceback (most recent call last): 2022-09-27T16:07:39.2739398Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:39.2739644Z raise Unsupported(msg) 2022-09-27T16:07:39.2739876Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:39.2740027Z 2022-09-27T16:07:39.2740097Z from user code: 2022-09-27T16:07:39.2740278Z File "test_jit.py", line 8787, in M 2022-09-27T16:07:39.2740499Z class M(torch.jit.ScriptModule): 2022-09-27T16:07:39.2740635Z 2022-09-27T16:07:39.2740764Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.2740979Z ========== 2022-09-27T16:07:39.2777248Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 8788 2022-09-27T16:07:39.2777696Z due to: 2022-09-27T16:07:39.2778046Z Traceback (most recent call last): 2022-09-27T16:07:39.2778397Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.2778712Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.2779025Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.2779213Z 2022-09-27T16:07:39.2779281Z from user code: 2022-09-27T16:07:39.2779463Z File "test_jit.py", line 8789, in __init__ 2022-09-27T16:07:39.2779668Z super(M, self).__init__() 2022-09-27T16:07:39.2779786Z 2022-09-27T16:07:39.2779916Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.2780117Z ========== 2022-09-27T16:07:39.3118216Z ok (0.054s) 2022-09-27T16:07:39.3266713Z test_script_module_const (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 8879 2022-09-27T16:07:39.3267151Z due to: 2022-09-27T16:07:39.3267353Z Traceback (most recent call last): 2022-09-27T16:07:39.3267634Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:39.3267894Z raise Unsupported(msg) 2022-09-27T16:07:39.3268132Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:39.3268285Z 2022-09-27T16:07:39.3268354Z from user code: 2022-09-27T16:07:39.3268542Z File "test_jit.py", line 8879, in M 2022-09-27T16:07:39.3268751Z class M(torch.jit.ScriptModule): 2022-09-27T16:07:39.3268886Z 2022-09-27T16:07:39.3269018Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.3269240Z ========== 2022-09-27T16:07:39.3314022Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 8883 2022-09-27T16:07:39.3314281Z due to: 2022-09-27T16:07:39.3314501Z Traceback (most recent call last): 2022-09-27T16:07:39.3314850Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.3315157Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.3315522Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.3315717Z 2022-09-27T16:07:39.3315787Z from user code: 2022-09-27T16:07:39.3315979Z File "test_jit.py", line 8884, in __init__ 2022-09-27T16:07:39.3316238Z super(M, self).__init__() 2022-09-27T16:07:39.3316356Z 2022-09-27T16:07:39.3316485Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.3316703Z ========== 2022-09-27T16:07:39.3356500Z ok (0.023s) 2022-09-27T16:07:39.3508109Z test_script_module_const_submodule_fail (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Sub test_jit.py line 9084 2022-09-27T16:07:39.3508649Z due to: 2022-09-27T16:07:39.3508822Z Traceback (most recent call last): 2022-09-27T16:07:39.3509095Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:39.3509354Z raise Unsupported(msg) 2022-09-27T16:07:39.3509589Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:39.3509729Z 2022-09-27T16:07:39.3509798Z from user code: 2022-09-27T16:07:39.3509990Z File "test_jit.py", line 9084, in Sub 2022-09-27T16:07:39.3510270Z class Sub(torch.jit.ScriptModule): 2022-09-27T16:07:39.3510398Z 2022-09-27T16:07:39.3510529Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.3510744Z ========== 2022-09-27T16:07:39.3518117Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 9093 2022-09-27T16:07:39.3518436Z due to: 2022-09-27T16:07:39.3518619Z Traceback (most recent call last): 2022-09-27T16:07:39.3518895Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:39.3519150Z raise Unsupported(msg) 2022-09-27T16:07:39.3519371Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:39.3519525Z 2022-09-27T16:07:39.3519593Z from user code: 2022-09-27T16:07:39.3519777Z File "test_jit.py", line 9093, in M 2022-09-27T16:07:39.3519980Z class M(torch.jit.ScriptModule): 2022-09-27T16:07:39.3520114Z 2022-09-27T16:07:39.3520242Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.3520455Z ========== 2022-09-27T16:07:39.3564982Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9094 2022-09-27T16:07:39.3565249Z due to: 2022-09-27T16:07:39.3565438Z Traceback (most recent call last): 2022-09-27T16:07:39.3565785Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.3566085Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.3566397Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.3566589Z 2022-09-27T16:07:39.3566659Z from user code: 2022-09-27T16:07:39.3566841Z File "test_jit.py", line 9095, in __init__ 2022-09-27T16:07:39.3567048Z super(M, self).__init__() 2022-09-27T16:07:39.3567164Z 2022-09-27T16:07:39.3567293Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.3567498Z ========== 2022-09-27T16:07:39.3595171Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9085 2022-09-27T16:07:39.3595642Z due to: 2022-09-27T16:07:39.3596003Z Traceback (most recent call last): 2022-09-27T16:07:39.3596301Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.3596608Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.3596916Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.3597108Z 2022-09-27T16:07:39.3597165Z from user code: 2022-09-27T16:07:39.3597358Z File "test_jit.py", line 9086, in __init__ 2022-09-27T16:07:39.3597560Z super(Sub, self).__init__() 2022-09-27T16:07:39.3597678Z 2022-09-27T16:07:39.3597805Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.3598006Z ========== 2022-09-27T16:07:39.3798450Z ok (0.044s) 2022-09-27T16:07:39.3960636Z test_script_module_export_blocks (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 10642 2022-09-27T16:07:39.3961152Z due to: 2022-09-27T16:07:39.3961495Z Traceback (most recent call last): 2022-09-27T16:07:39.3961876Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:39.3962130Z raise Unsupported(msg) 2022-09-27T16:07:39.3962354Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:39.3962506Z 2022-09-27T16:07:39.3962575Z from user code: 2022-09-27T16:07:39.3962961Z File "test_jit.py", line 10642, in M 2022-09-27T16:07:39.3963168Z class M(torch.jit.ScriptModule): 2022-09-27T16:07:39.3963302Z 2022-09-27T16:07:39.3963430Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.3963645Z ========== 2022-09-27T16:07:39.3998655Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 10643 2022-09-27T16:07:39.3999152Z due to: 2022-09-27T16:07:39.3999467Z Traceback (most recent call last): 2022-09-27T16:07:39.3999760Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.4000178Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.4000478Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.4000670Z 2022-09-27T16:07:39.4000740Z from user code: 2022-09-27T16:07:39.4000936Z File "test_jit.py", line 10644, in __init__ 2022-09-27T16:07:39.4001140Z super(M, self).__init__() 2022-09-27T16:07:39.4001249Z 2022-09-27T16:07:39.4001380Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.4001598Z ========== 2022-09-27T16:07:39.4100908Z ok (0.030s) 2022-09-27T16:07:39.4357361Z test_script_module_export_shared_storage (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 10662 2022-09-27T16:07:39.4357916Z due to: 2022-09-27T16:07:39.4358245Z Traceback (most recent call last): 2022-09-27T16:07:39.4358708Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:39.4359124Z raise Unsupported(msg) 2022-09-27T16:07:39.4359531Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:39.4359792Z 2022-09-27T16:07:39.4359908Z from user code: 2022-09-27T16:07:39.4360210Z File "test_jit.py", line 10662, in M 2022-09-27T16:07:39.4360571Z class M(torch.jit.ScriptModule): 2022-09-27T16:07:39.4360798Z 2022-09-27T16:07:39.4361017Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.4361374Z ========== 2022-09-27T16:07:39.4408884Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 10664 2022-09-27T16:07:39.4409304Z due to: 2022-09-27T16:07:39.4409614Z Traceback (most recent call last): 2022-09-27T16:07:39.4410095Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.4410626Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.4411154Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.4411478Z 2022-09-27T16:07:39.4411580Z from user code: 2022-09-27T16:07:39.4411921Z File "test_jit.py", line 10665, in __init__ 2022-09-27T16:07:39.4412257Z super(M, self).__init__() 2022-09-27T16:07:39.4412450Z 2022-09-27T16:07:39.4412668Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.4413016Z ========== 2022-09-27T16:07:39.4506634Z ok (0.040s) 2022-09-27T16:07:39.4776795Z test_script_module_export_submodule (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M1 test_jit.py line 10519 2022-09-27T16:07:39.4777300Z due to: 2022-09-27T16:07:39.4777611Z Traceback (most recent call last): 2022-09-27T16:07:39.4778067Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:39.4778503Z raise Unsupported(msg) 2022-09-27T16:07:39.4778883Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:39.4779142Z 2022-09-27T16:07:39.4779256Z from user code: 2022-09-27T16:07:39.4779572Z File "test_jit.py", line 10519, in M1 2022-09-27T16:07:39.4779935Z class M1(torch.jit.ScriptModule): 2022-09-27T16:07:39.4780161Z 2022-09-27T16:07:39.4780384Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.4780749Z ========== 2022-09-27T16:07:39.4788688Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT M2 test_jit.py line 10528 2022-09-27T16:07:39.4789085Z due to: 2022-09-27T16:07:39.4804450Z Traceback (most recent call last): 2022-09-27T16:07:39.4805002Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:39.4805442Z raise Unsupported(msg) 2022-09-27T16:07:39.4805910Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:39.4806171Z 2022-09-27T16:07:39.4806286Z from user code: 2022-09-27T16:07:39.4806592Z File "test_jit.py", line 10528, in M2 2022-09-27T16:07:39.4806960Z class M2(torch.jit.ScriptModule): 2022-09-27T16:07:39.4807185Z 2022-09-27T16:07:39.4807406Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.4807761Z ========== 2022-09-27T16:07:39.4854751Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 10529 2022-09-27T16:07:39.4855177Z due to: 2022-09-27T16:07:39.4855467Z Traceback (most recent call last): 2022-09-27T16:07:39.4855962Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.4856497Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.4857020Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.4857331Z 2022-09-27T16:07:39.4857448Z from user code: 2022-09-27T16:07:39.4857774Z File "test_jit.py", line 10530, in __init__ 2022-09-27T16:07:39.4858118Z super(M2, self).__init__() 2022-09-27T16:07:39.4858313Z 2022-09-27T16:07:39.4858522Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.4858885Z ========== 2022-09-27T16:07:39.4884133Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 10520 2022-09-27T16:07:39.4884530Z due to: 2022-09-27T16:07:39.4884850Z Traceback (most recent call last): 2022-09-27T16:07:39.4885346Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.4885933Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.4886448Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.4886777Z 2022-09-27T16:07:39.4886892Z from user code: 2022-09-27T16:07:39.4887221Z File "test_jit.py", line 10521, in __init__ 2022-09-27T16:07:39.4887550Z super(M1, self).__init__() 2022-09-27T16:07:39.4887746Z 2022-09-27T16:07:39.4887966Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.4888342Z ========== 2022-09-27T16:07:39.5046872Z ok (0.053s) 2022-09-27T16:07:39.5062813Z test_script_module_export_tensor_cuda (__main__.TestScript) ... skip: testing cuda tensors require CUDA (0.001s) 2022-09-27T16:07:39.5229107Z test_script_module_export_tensor_type (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 10603 2022-09-27T16:07:39.5229617Z due to: 2022-09-27T16:07:39.5229921Z Traceback (most recent call last): 2022-09-27T16:07:39.5230368Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:39.5230806Z raise Unsupported(msg) 2022-09-27T16:07:39.5231199Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:39.5231442Z 2022-09-27T16:07:39.5231556Z from user code: 2022-09-27T16:07:39.5231871Z File "test_jit.py", line 10603, in M 2022-09-27T16:07:39.5232244Z class M(torch.jit.ScriptModule): 2022-09-27T16:07:39.5232469Z 2022-09-27T16:07:39.5232674Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.5233182Z ========== 2022-09-27T16:07:39.5266718Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 10604 2022-09-27T16:07:39.5267137Z due to: 2022-09-27T16:07:39.5267462Z Traceback (most recent call last): 2022-09-27T16:07:39.5267985Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.5268514Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.5269029Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.5269616Z 2022-09-27T16:07:39.5269732Z from user code: 2022-09-27T16:07:39.5270071Z File "test_jit.py", line 10605, in __init__ 2022-09-27T16:07:39.5270397Z super(M, self).__init__() 2022-09-27T16:07:39.5270589Z 2022-09-27T16:07:39.5270808Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.5271175Z ========== 2022-09-27T16:07:39.5356254Z ok (0.029s) 2022-09-27T16:07:39.5509826Z test_script_module_fail_exist (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 8902 2022-09-27T16:07:39.5510317Z due to: 2022-09-27T16:07:39.5510646Z Traceback (most recent call last): 2022-09-27T16:07:39.5511270Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:39.5511712Z raise Unsupported(msg) 2022-09-27T16:07:39.5512109Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:39.5512375Z 2022-09-27T16:07:39.5512490Z from user code: 2022-09-27T16:07:39.5512900Z File "test_jit.py", line 8902, in M 2022-09-27T16:07:39.5513276Z class M(torch.jit.ScriptModule): 2022-09-27T16:07:39.5513499Z 2022-09-27T16:07:39.5513721Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.5514081Z ========== 2022-09-27T16:07:39.5546479Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 8903 2022-09-27T16:07:39.5546885Z due to: 2022-09-27T16:07:39.5547189Z Traceback (most recent call last): 2022-09-27T16:07:39.5547676Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.5548210Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.5548743Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.5549050Z 2022-09-27T16:07:39.5549166Z from user code: 2022-09-27T16:07:39.5549496Z File "test_jit.py", line 8904, in __init__ 2022-09-27T16:07:39.5549840Z super(M, self).__init__() 2022-09-27T16:07:39.5550032Z 2022-09-27T16:07:39.5550245Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.5550608Z ========== 2022-09-27T16:07:39.5566511Z ok (0.020s) 2022-09-27T16:07:39.5715775Z test_script_module_for (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 8993 2022-09-27T16:07:39.5716287Z due to: 2022-09-27T16:07:39.5716616Z Traceback (most recent call last): 2022-09-27T16:07:39.5717081Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:39.5717494Z raise Unsupported(msg) 2022-09-27T16:07:39.5717886Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:39.5718155Z 2022-09-27T16:07:39.5718271Z from user code: 2022-09-27T16:07:39.5718572Z File "test_jit.py", line 8993, in M 2022-09-27T16:07:39.5718935Z class M(torch.jit.ScriptModule): 2022-09-27T16:07:39.5719164Z 2022-09-27T16:07:39.5719385Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.5719745Z ========== 2022-09-27T16:07:39.5751046Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 8996 2022-09-27T16:07:39.5751490Z due to: 2022-09-27T16:07:39.5751802Z Traceback (most recent call last): 2022-09-27T16:07:39.5752278Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.5752911Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.5753440Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.5753763Z 2022-09-27T16:07:39.5753882Z from user code: 2022-09-27T16:07:39.5754204Z File "test_jit.py", line 8997, in __init__ 2022-09-27T16:07:39.5754550Z super(M, self).__init__() 2022-09-27T16:07:39.5754745Z 2022-09-27T16:07:39.5754968Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.5755323Z ========== 2022-09-27T16:07:39.5789225Z ok (0.022s) 2022-09-27T16:07:39.5949216Z test_script_module_for2 (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Sub test_jit.py line 9036 2022-09-27T16:07:39.5950056Z due to: 2022-09-27T16:07:39.5950321Z Traceback (most recent call last): 2022-09-27T16:07:39.5950763Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:39.5951170Z raise Unsupported(msg) 2022-09-27T16:07:39.5951492Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:39.5951736Z 2022-09-27T16:07:39.5951843Z from user code: 2022-09-27T16:07:39.5952135Z File "test_jit.py", line 9036, in Sub 2022-09-27T16:07:39.5952466Z class Sub(torch.jit.ScriptModule): 2022-09-27T16:07:39.5952671Z 2022-09-27T16:07:39.5953249Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.5953606Z ========== 2022-09-27T16:07:39.5960913Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 9045 2022-09-27T16:07:39.5961389Z due to: 2022-09-27T16:07:39.5961721Z Traceback (most recent call last): 2022-09-27T16:07:39.5962230Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:39.5962686Z raise Unsupported(msg) 2022-09-27T16:07:39.5963116Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:39.5963374Z 2022-09-27T16:07:39.5963481Z from user code: 2022-09-27T16:07:39.5963778Z File "test_jit.py", line 9045, in M 2022-09-27T16:07:39.5964135Z class M(torch.jit.ScriptModule): 2022-09-27T16:07:39.5964354Z 2022-09-27T16:07:39.5964564Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.5964882Z ========== 2022-09-27T16:07:39.6010353Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9046 2022-09-27T16:07:39.6010789Z due to: 2022-09-27T16:07:39.6011137Z Traceback (most recent call last): 2022-09-27T16:07:39.6011655Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.6012211Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.6012759Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.6013090Z 2022-09-27T16:07:39.6013188Z from user code: 2022-09-27T16:07:39.6013516Z File "test_jit.py", line 9047, in __init__ 2022-09-27T16:07:39.6013845Z super(M, self).__init__() 2022-09-27T16:07:39.6014046Z 2022-09-27T16:07:39.6014259Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.6014588Z ========== 2022-09-27T16:07:39.6041887Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9037 2022-09-27T16:07:39.6042274Z due to: 2022-09-27T16:07:39.6042577Z Traceback (most recent call last): 2022-09-27T16:07:39.6043077Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.6043627Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.6044178Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.6044534Z 2022-09-27T16:07:39.6044658Z from user code: 2022-09-27T16:07:39.6045004Z File "test_jit.py", line 9038, in __init__ 2022-09-27T16:07:39.6045373Z super(Sub, self).__init__() 2022-09-27T16:07:39.6045671Z 2022-09-27T16:07:39.6045910Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.6046299Z ========== 2022-09-27T16:07:39.6364953Z ok (0.057s) 2022-09-27T16:07:39.6570537Z test_script_module_invalid_consts (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 8933 2022-09-27T16:07:39.6571110Z due to: 2022-09-27T16:07:39.6571401Z Traceback (most recent call last): 2022-09-27T16:07:39.6571931Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.6572408Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.6572911Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.6573236Z 2022-09-27T16:07:39.6573631Z from user code: 2022-09-27T16:07:39.6573945Z File "test_jit.py", line 8934, in __init__ 2022-09-27T16:07:39.6574296Z super(Foo, self).__init__() 2022-09-27T16:07:39.6574494Z 2022-09-27T16:07:39.6574715Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.6575063Z ========== 2022-09-27T16:07:39.6605636Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 8945 2022-09-27T16:07:39.6606070Z due to: 2022-09-27T16:07:39.6606372Z Traceback (most recent call last): 2022-09-27T16:07:39.6606868Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.6607597Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.6608172Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.6608511Z 2022-09-27T16:07:39.6608634Z from user code: 2022-09-27T16:07:39.6608957Z File "test_jit.py", line 8946, in __init__ 2022-09-27T16:07:39.6609319Z super(Foo2, self).__init__() 2022-09-27T16:07:39.6609518Z 2022-09-27T16:07:39.6609736Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.6610087Z ========== 2022-09-27T16:07:39.6637224Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 8955 2022-09-27T16:07:39.6637668Z due to: 2022-09-27T16:07:39.6637949Z Traceback (most recent call last): 2022-09-27T16:07:39.6638436Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.6638970Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.6639517Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.6639817Z 2022-09-27T16:07:39.6639927Z from user code: 2022-09-27T16:07:39.6640259Z File "test_jit.py", line 8956, in __init__ 2022-09-27T16:07:39.6640616Z super(Foo3, self).__init__() 2022-09-27T16:07:39.6640824Z 2022-09-27T16:07:39.6641048Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.6641443Z ========== 2022-09-27T16:07:39.6670777Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 8965 2022-09-27T16:07:39.6671226Z due to: 2022-09-27T16:07:39.6671489Z Traceback (most recent call last): 2022-09-27T16:07:39.6671926Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.6672417Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.6673077Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.6673377Z 2022-09-27T16:07:39.6673494Z from user code: 2022-09-27T16:07:39.6673807Z File "test_jit.py", line 8966, in __init__ 2022-09-27T16:07:39.6674116Z super(Foo4, self).__init__() 2022-09-27T16:07:39.6674303Z 2022-09-27T16:07:39.6674517Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.6674882Z ========== 2022-09-27T16:07:39.6675140Z ok (0.030s) 2022-09-27T16:07:39.6823560Z test_script_module_nochange_submodule (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 8812 2022-09-27T16:07:39.6824124Z due to: 2022-09-27T16:07:39.6824490Z Traceback (most recent call last): 2022-09-27T16:07:39.6824983Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:39.6825464Z raise Unsupported(msg) 2022-09-27T16:07:39.6825795Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:39.6825949Z 2022-09-27T16:07:39.6826020Z from user code: 2022-09-27T16:07:39.6826195Z File "test_jit.py", line 8812, in M 2022-09-27T16:07:39.6826425Z class M(torch.jit.ScriptModule): 2022-09-27T16:07:39.6826561Z 2022-09-27T16:07:39.6826696Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.6826901Z ========== 2022-09-27T16:07:39.6858351Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 8813 2022-09-27T16:07:39.6858915Z due to: 2022-09-27T16:07:39.6859197Z Traceback (most recent call last): 2022-09-27T16:07:39.6859705Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.6860260Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.6860657Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.6860926Z 2022-09-27T16:07:39.6861061Z from user code: 2022-09-27T16:07:39.6861439Z File "test_jit.py", line 8814, in __init__ 2022-09-27T16:07:39.6861727Z super(M, self).__init__() 2022-09-27T16:07:39.6861843Z 2022-09-27T16:07:39.6862073Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.6862296Z ========== 2022-09-27T16:07:39.6951852Z ok (0.027s) 2022-09-27T16:07:39.6966054Z test_script_module_none_exist_fail (__main__.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.001s) 2022-09-27T16:07:39.7125459Z test_script_module_not_tuple (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 9389 2022-09-27T16:07:39.7125954Z due to: 2022-09-27T16:07:39.7126204Z Traceback (most recent call last): 2022-09-27T16:07:39.7126593Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:39.7126921Z raise Unsupported(msg) 2022-09-27T16:07:39.7127240Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:39.7127453Z 2022-09-27T16:07:39.7127552Z from user code: 2022-09-27T16:07:39.7127792Z File "test_jit.py", line 9389, in M 2022-09-27T16:07:39.7128099Z class M(torch.jit.ScriptModule): 2022-09-27T16:07:39.7128283Z 2022-09-27T16:07:39.7128458Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.7128738Z ========== 2022-09-27T16:07:39.7163677Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9392 2022-09-27T16:07:39.7164044Z due to: 2022-09-27T16:07:39.7164295Z Traceback (most recent call last): 2022-09-27T16:07:39.7164682Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.7165109Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.7165528Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.7165851Z 2022-09-27T16:07:39.7165931Z from user code: 2022-09-27T16:07:39.7166204Z File "test_jit.py", line 9393, in __init__ 2022-09-27T16:07:39.7166482Z super(M, self).__init__() 2022-09-27T16:07:39.7166639Z 2022-09-27T16:07:39.7166810Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.7167106Z ========== 2022-09-27T16:07:39.7182909Z ok (0.021s) 2022-09-27T16:07:39.7331195Z test_script_module_param_buffer_mutation (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModuleBufferMutate test_jit.py line 8975 2022-09-27T16:07:39.7331786Z due to: 2022-09-27T16:07:39.7332125Z Traceback (most recent call last): 2022-09-27T16:07:39.7332675Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:39.7333117Z raise Unsupported(msg) 2022-09-27T16:07:39.7333483Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:39.7333714Z 2022-09-27T16:07:39.7333820Z from user code: 2022-09-27T16:07:39.7334129Z File "test_jit.py", line 8975, in ModuleBufferMutate 2022-09-27T16:07:39.7334607Z class ModuleBufferMutate(torch.jit.ScriptModule): 2022-09-27T16:07:39.7334899Z 2022-09-27T16:07:39.7335041Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.7335261Z ========== 2022-09-27T16:07:39.7367390Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 8976 2022-09-27T16:07:39.7367790Z due to: 2022-09-27T16:07:39.7368121Z Traceback (most recent call last): 2022-09-27T16:07:39.7368662Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.7369224Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.7369536Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.7369729Z 2022-09-27T16:07:39.7369798Z from user code: 2022-09-27T16:07:39.7369984Z File "test_jit.py", line 8977, in __init__ 2022-09-27T16:07:39.7370218Z super(ModuleBufferMutate, self).__init__() 2022-09-27T16:07:39.7370358Z 2022-09-27T16:07:39.7370488Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.7370695Z ========== 2022-09-27T16:07:39.7410133Z ok (0.022s) 2022-09-27T16:07:39.7588323Z test_script_module_star_assign2 (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9673 2022-09-27T16:07:39.7588878Z due to: 2022-09-27T16:07:39.7589167Z Traceback (most recent call last): 2022-09-27T16:07:39.7589655Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.7590182Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.7590704Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.7591042Z 2022-09-27T16:07:39.7591165Z from user code: 2022-09-27T16:07:39.7591505Z File "test_jit.py", line 9674, in __init__ 2022-09-27T16:07:39.7591837Z super(M2, self).__init__() 2022-09-27T16:07:39.7592006Z 2022-09-27T16:07:39.7592223Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.7592586Z ========== 2022-09-27T16:07:39.7599359Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9648 2022-09-27T16:07:39.7599827Z due to: 2022-09-27T16:07:39.7600162Z Traceback (most recent call last): 2022-09-27T16:07:39.7600639Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.7601150Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.7601723Z NotImplementedError: GetAttrVariable(UserDefinedClassVariable(), StarTestSumAndReturnThree) is not a constant 2022-09-27T16:07:39.7602130Z 2022-09-27T16:07:39.7602254Z from user code: 2022-09-27T16:07:39.7602593Z File "test_jit.py", line 9649, in __init__ 2022-09-27T16:07:39.7603073Z super(TestScript.StarTestSumAndReturnThree, self).__init__() 2022-09-27T16:07:39.7603405Z 2022-09-27T16:07:39.7603643Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.7604030Z ========== 2022-09-27T16:07:39.7735219Z ok (0.032s) 2022-09-27T16:07:39.7924011Z test_script_module_star_assign2_inplace (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9690 2022-09-27T16:07:39.7924565Z due to: 2022-09-27T16:07:39.7924863Z Traceback (most recent call last): 2022-09-27T16:07:39.7925324Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.7925912Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.7926475Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.7926822Z 2022-09-27T16:07:39.7926946Z from user code: 2022-09-27T16:07:39.7927280Z File "test_jit.py", line 9691, in __init__ 2022-09-27T16:07:39.7927640Z super(M2, self).__init__() 2022-09-27T16:07:39.7927851Z 2022-09-27T16:07:39.7928088Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.7928462Z ========== 2022-09-27T16:07:39.8058962Z ok (0.032s) 2022-09-27T16:07:39.8380964Z test_script_module_star_assign_fail_builtin (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9731 2022-09-27T16:07:39.8381547Z due to: 2022-09-27T16:07:39.8381880Z Traceback (most recent call last): 2022-09-27T16:07:39.8382435Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.8382996Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.8383850Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.8384203Z 2022-09-27T16:07:39.8384323Z from user code: 2022-09-27T16:07:39.8384675Z File "test_jit.py", line 9732, in __init__ 2022-09-27T16:07:39.8385024Z super(M2, self).__init__() 2022-09-27T16:07:39.8385229Z 2022-09-27T16:07:39.8385444Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.8385754Z ========== 2022-09-27T16:07:39.8404649Z ok (0.034s) 2022-09-27T16:07:39.8715494Z test_script_module_star_assign_fail_pythonop (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9712 2022-09-27T16:07:39.8716084Z due to: 2022-09-27T16:07:39.8716409Z Traceback (most recent call last): 2022-09-27T16:07:39.8716951Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.8717509Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.8718082Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.8718432Z 2022-09-27T16:07:39.8718552Z from user code: 2022-09-27T16:07:39.8718886Z File "test_jit.py", line 9713, in __init__ 2022-09-27T16:07:39.8719245Z super(M2, self).__init__() 2022-09-27T16:07:39.8719450Z 2022-09-27T16:07:39.8719685Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.8720059Z ========== 2022-09-27T16:07:39.8753729Z ok (0.034s) 2022-09-27T16:07:39.9613003Z test_script_module_tensor_subclass_argument (__main__.TestScript) ... ok (0.085s) 2022-09-27T16:07:39.9760707Z test_script_nested_mod_list (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Sub test_jit.py line 9555 2022-09-27T16:07:39.9761243Z due to: 2022-09-27T16:07:39.9761578Z Traceback (most recent call last): 2022-09-27T16:07:39.9762102Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:39.9762453Z raise Unsupported(msg) 2022-09-27T16:07:39.9762851Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:39.9763100Z 2022-09-27T16:07:39.9763209Z from user code: 2022-09-27T16:07:39.9763491Z File "test_jit.py", line 9555, in Sub 2022-09-27T16:07:39.9763794Z class Sub(torch.jit.ScriptModule): 2022-09-27T16:07:39.9764013Z 2022-09-27T16:07:39.9764212Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.9764541Z ========== 2022-09-27T16:07:39.9772500Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 9564 2022-09-27T16:07:39.9772952Z due to: 2022-09-27T16:07:39.9773284Z Traceback (most recent call last): 2022-09-27T16:07:39.9773799Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:39.9774271Z raise Unsupported(msg) 2022-09-27T16:07:39.9774705Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:39.9774989Z 2022-09-27T16:07:39.9775114Z from user code: 2022-09-27T16:07:39.9775445Z File "test_jit.py", line 9564, in M 2022-09-27T16:07:39.9775759Z class M(torch.jit.ScriptModule): 2022-09-27T16:07:39.9775987Z 2022-09-27T16:07:39.9776208Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.9776547Z ========== 2022-09-27T16:07:39.9820679Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9565 2022-09-27T16:07:39.9821143Z due to: 2022-09-27T16:07:39.9821441Z Traceback (most recent call last): 2022-09-27T16:07:39.9821946Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.9822491Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.9823014Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.9823332Z 2022-09-27T16:07:39.9823444Z from user code: 2022-09-27T16:07:39.9823760Z File "test_jit.py", line 9566, in __init__ 2022-09-27T16:07:39.9824086Z super(M, self).__init__() 2022-09-27T16:07:39.9824556Z 2022-09-27T16:07:39.9824770Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.9825157Z ========== 2022-09-27T16:07:39.9851946Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9556 2022-09-27T16:07:39.9852334Z due to: 2022-09-27T16:07:39.9852616Z Traceback (most recent call last): 2022-09-27T16:07:39.9853090Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:39.9853626Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:39.9854178Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:39.9854723Z 2022-09-27T16:07:39.9854851Z from user code: 2022-09-27T16:07:39.9855203Z File "test_jit.py", line 9557, in __init__ 2022-09-27T16:07:39.9855557Z super(Sub, self).__init__() 2022-09-27T16:07:39.9855770Z 2022-09-27T16:07:39.9856008Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:39.9856410Z ========== 2022-09-27T16:07:40.0208906Z ok (0.059s) 2022-09-27T16:07:40.1240375Z test_script_non_tensor_args_outputs (__main__.TestScript) ... ok (0.102s) 2022-09-27T16:07:40.4763709Z test_script_optional_none (__main__.TestScript) ... ok (0.352s) 2022-09-27T16:07:40.5108328Z test_script_outputs (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:07:40.6122270Z test_script_pack_padded_sequence (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT pack_padded_pad_packed_script test_jit.py line 9790 2022-09-27T16:07:40.6122753Z due to: 2022-09-27T16:07:40.6123003Z Traceback (most recent call last): 2022-09-27T16:07:40.6123652Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:07:40.6124141Z return self._op(*args, **kwargs or {}) 2022-09-27T16:07:40.6124777Z RuntimeError: 'lengths' argument should be a 1D CPU int64 tensor, but got 1D meta Long tensor 2022-09-27T16:07:40.6125110Z 2022-09-27T16:07:40.6125358Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:40.6125751Z 2022-09-27T16:07:40.6125895Z Traceback (most recent call last): 2022-09-27T16:07:40.6126279Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:40.6126709Z raise TorchRuntimeError() from e 2022-09-27T16:07:40.6127073Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:40.6127296Z 2022-09-27T16:07:40.6127407Z from user code: 2022-09-27T16:07:40.6127715Z File "test_jit.py", line 9791, in pack_padded_pad_packed_script 2022-09-27T16:07:40.6128093Z x = pack_padded_sequence(x, seq_lens) 2022-09-27T16:07:40.6128284Z 2022-09-27T16:07:40.6128481Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:40.6128804Z ========== 2022-09-27T16:07:40.6551390Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward test_jit.py line 9814 2022-09-27T16:07:40.6551873Z due to: 2022-09-27T16:07:40.6552165Z Traceback (most recent call last): 2022-09-27T16:07:40.6552728Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:07:40.6553425Z return self._op(*args, **kwargs or {}) 2022-09-27T16:07:40.6554034Z RuntimeError: 'lengths' argument should be a 1D CPU int64 tensor, but got 1D meta Long tensor 2022-09-27T16:07:40.6554358Z 2022-09-27T16:07:40.6554559Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:40.6554836Z 2022-09-27T16:07:40.6554990Z Traceback (most recent call last): 2022-09-27T16:07:40.6555481Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:40.6555978Z raise TorchRuntimeError() from e 2022-09-27T16:07:40.6556306Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:40.6556523Z 2022-09-27T16:07:40.6556632Z from user code: 2022-09-27T16:07:40.6556935Z File "test_jit.py", line 9817, in forward 2022-09-27T16:07:40.6557331Z input=input, lengths=torch.tensor([1, 2]), enforce_sorted=False 2022-09-27T16:07:40.6557893Z 2022-09-27T16:07:40.6558132Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:40.6558530Z ========== 2022-09-27T16:07:40.6760576Z ok (0.165s) 2022-09-27T16:07:40.6866623Z test_script_pad_sequence_pack_sequence (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_script_pad_sequence_pack_sequence test_jit.py line 9830 2022-09-27T16:07:40.6867297Z due to: 2022-09-27T16:07:40.6867625Z Traceback (most recent call last): 2022-09-27T16:07:40.6868114Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:07:40.6869131Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:07:40.6869998Z AssertionError: torch.* op returned non-Tensor _GeneratorContextManager call_function 2022-09-27T16:07:40.6870354Z 2022-09-27T16:07:40.6870464Z from user code: 2022-09-27T16:07:40.6870825Z File "test_jit.py", line 9847, in test_script_pad_sequence_pack_sequence 2022-09-27T16:07:40.6871255Z with torch._jit_internal._disable_emit_hooks(): 2022-09-27T16:07:40.6871507Z 2022-09-27T16:07:40.6871697Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:40.6872032Z ========== 2022-09-27T16:07:40.8214811Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT pack_sequence_func line 1 2022-09-27T16:07:40.8215258Z due to: 2022-09-27T16:07:40.8215581Z Traceback (most recent call last): 2022-09-27T16:07:40.8216191Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:07:40.8216625Z return self._op(*args, **kwargs or {}) 2022-09-27T16:07:40.8217174Z RuntimeError: 'lengths' argument should be a 1D CPU int64 tensor, but got 1D meta Long tensor 2022-09-27T16:07:40.8217461Z 2022-09-27T16:07:40.8217677Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:40.8217930Z 2022-09-27T16:07:40.8218070Z Traceback (most recent call last): 2022-09-27T16:07:40.8218533Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:40.8218966Z raise TorchRuntimeError() from e 2022-09-27T16:07:40.8219315Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:40.8219550Z 2022-09-27T16:07:40.8219654Z from user code: 2022-09-27T16:07:40.8219986Z File "", line 3, in pack_sequence_func 2022-09-27T16:07:40.8220224Z 2022-09-27T16:07:40.8220437Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:40.8220817Z ========== 2022-09-27T16:07:40.8426704Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT pack_sequence_func test_jit.py line 9837 2022-09-27T16:07:40.8427165Z due to: 2022-09-27T16:07:40.8427416Z Traceback (most recent call last): 2022-09-27T16:07:40.8428055Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:07:40.8428526Z return self._op(*args, **kwargs or {}) 2022-09-27T16:07:40.8429095Z RuntimeError: 'lengths' argument should be a 1D CPU int64 tensor, but got 1D meta Long tensor 2022-09-27T16:07:40.8429389Z 2022-09-27T16:07:40.8429615Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:40.8429856Z 2022-09-27T16:07:40.8429985Z Traceback (most recent call last): 2022-09-27T16:07:40.8430376Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:40.8430802Z raise TorchRuntimeError() from e 2022-09-27T16:07:40.8431219Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:40.8431471Z 2022-09-27T16:07:40.8431594Z from user code: 2022-09-27T16:07:40.8431965Z File "test_jit.py", line 9839, in pack_sequence_func 2022-09-27T16:07:40.8432474Z return pad_packed_sequence(pack_sequence(tensor_list, enforce_sorted))[0] 2022-09-27T16:07:40.8432974Z 2022-09-27T16:07:40.8433193Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:40.8433546Z ========== 2022-09-27T16:07:40.8621194Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT pack_sequence_func line 1 2022-09-27T16:07:40.8621971Z due to: 2022-09-27T16:07:40.8622271Z Traceback (most recent call last): 2022-09-27T16:07:40.8622810Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:07:40.8623288Z return self._op(*args, **kwargs or {}) 2022-09-27T16:07:40.8623913Z RuntimeError: 'lengths' argument should be a 1D CPU int64 tensor, but got 1D meta Long tensor 2022-09-27T16:07:40.8624192Z 2022-09-27T16:07:40.8624390Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:40.8624630Z 2022-09-27T16:07:40.8624916Z Traceback (most recent call last): 2022-09-27T16:07:40.8625350Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:40.8625781Z raise TorchRuntimeError() from e 2022-09-27T16:07:40.8626145Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:40.8626376Z 2022-09-27T16:07:40.8626495Z from user code: 2022-09-27T16:07:40.8626816Z File "", line 3, in pack_sequence_func 2022-09-27T16:07:40.8627033Z 2022-09-27T16:07:40.8627257Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:40.8627582Z ========== 2022-09-27T16:07:40.8637275Z ok (0.187s) 2022-09-27T16:07:40.8673098Z test_script_scope (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_script_scope test_jit.py line 15575 2022-09-27T16:07:40.8673595Z due to: 2022-09-27T16:07:40.8673891Z Traceback (most recent call last): 2022-09-27T16:07:40.8674497Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:07:40.8675037Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:07:40.8675574Z NotImplementedError: argument of type: 2022-09-27T16:07:40.8675847Z 2022-09-27T16:07:40.8675953Z from user code: 2022-09-27T16:07:40.8676275Z File "test_jit.py", line 15576, in test_script_scope 2022-09-27T16:07:40.8676796Z scripted = torch.jit.script(torch.nn.functional.triplet_margin_loss) 2022-09-27T16:07:40.8677120Z 2022-09-27T16:07:40.8677365Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:40.8677766Z ========== 2022-09-27T16:07:40.8678042Z ok (0.003s) 2022-09-27T16:07:40.8845346Z test_script_sequential_for (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Sub test_jit.py line 9419 2022-09-27T16:07:40.8846007Z due to: 2022-09-27T16:07:40.8846342Z Traceback (most recent call last): 2022-09-27T16:07:40.8846761Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:40.8847149Z raise Unsupported(msg) 2022-09-27T16:07:40.8847527Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:40.8847759Z 2022-09-27T16:07:40.8847853Z from user code: 2022-09-27T16:07:40.8848120Z File "test_jit.py", line 9419, in Sub 2022-09-27T16:07:40.8848463Z class Sub(torch.jit.ScriptModule): 2022-09-27T16:07:40.8848675Z 2022-09-27T16:07:40.8848871Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:40.8849190Z ========== 2022-09-27T16:07:40.8857168Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 9428 2022-09-27T16:07:40.8857632Z due to: 2022-09-27T16:07:40.8857949Z Traceback (most recent call last): 2022-09-27T16:07:40.8858449Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:40.8858914Z raise Unsupported(msg) 2022-09-27T16:07:40.8859327Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:40.8859602Z 2022-09-27T16:07:40.8859709Z from user code: 2022-09-27T16:07:40.8860023Z File "test_jit.py", line 9428, in M 2022-09-27T16:07:40.8860380Z class M(torch.jit.ScriptModule): 2022-09-27T16:07:40.8860583Z 2022-09-27T16:07:40.8860782Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:40.8861110Z ========== 2022-09-27T16:07:40.8908890Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9429 2022-09-27T16:07:40.8909627Z due to: 2022-09-27T16:07:40.8909829Z Traceback (most recent call last): 2022-09-27T16:07:40.8910130Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:40.8910432Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:40.8910745Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:40.8910938Z 2022-09-27T16:07:40.8911010Z from user code: 2022-09-27T16:07:40.8911211Z File "test_jit.py", line 9430, in __init__ 2022-09-27T16:07:40.8911404Z super(M, self).__init__() 2022-09-27T16:07:40.8911583Z 2022-09-27T16:07:40.8911717Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:40.8911936Z ========== 2022-09-27T16:07:40.8937465Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9420 2022-09-27T16:07:40.8937873Z due to: 2022-09-27T16:07:40.8938170Z Traceback (most recent call last): 2022-09-27T16:07:40.8938714Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:40.8939270Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:40.8939848Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:40.8940200Z 2022-09-27T16:07:40.8940313Z from user code: 2022-09-27T16:07:40.8940511Z File "test_jit.py", line 9421, in __init__ 2022-09-27T16:07:40.8940721Z super(Sub, self).__init__() 2022-09-27T16:07:40.8940839Z 2022-09-27T16:07:40.8940968Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:40.8941174Z ========== 2022-09-27T16:07:40.9154496Z ok (0.047s) 2022-09-27T16:07:40.9325107Z test_script_sequential_in_mod_list (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Sub test_jit.py line 9528 2022-09-27T16:07:40.9325729Z due to: 2022-09-27T16:07:40.9326052Z Traceback (most recent call last): 2022-09-27T16:07:40.9326346Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:40.9326608Z raise Unsupported(msg) 2022-09-27T16:07:40.9326831Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:40.9326984Z 2022-09-27T16:07:40.9327057Z from user code: 2022-09-27T16:07:40.9327251Z File "test_jit.py", line 9528, in Sub 2022-09-27T16:07:40.9327463Z class Sub(torch.jit.ScriptModule): 2022-09-27T16:07:40.9327600Z 2022-09-27T16:07:40.9327730Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:40.9327947Z ========== 2022-09-27T16:07:40.9335595Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 9537 2022-09-27T16:07:40.9336020Z due to: 2022-09-27T16:07:40.9336376Z Traceback (most recent call last): 2022-09-27T16:07:40.9336873Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:40.9337300Z raise Unsupported(msg) 2022-09-27T16:07:40.9337739Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:40.9338007Z 2022-09-27T16:07:40.9338087Z from user code: 2022-09-27T16:07:40.9338263Z File "test_jit.py", line 9537, in M 2022-09-27T16:07:40.9338490Z class M(torch.jit.ScriptModule): 2022-09-27T16:07:40.9338628Z 2022-09-27T16:07:40.9338759Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:40.9338962Z ========== 2022-09-27T16:07:40.9382643Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9538 2022-09-27T16:07:40.9382924Z due to: 2022-09-27T16:07:40.9383214Z Traceback (most recent call last): 2022-09-27T16:07:40.9383725Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:40.9384314Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:40.9384906Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:40.9385155Z 2022-09-27T16:07:40.9385226Z from user code: 2022-09-27T16:07:40.9385622Z File "test_jit.py", line 9539, in __init__ 2022-09-27T16:07:40.9385829Z super(M, self).__init__() 2022-09-27T16:07:40.9385947Z 2022-09-27T16:07:40.9386078Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:40.9386283Z ========== 2022-09-27T16:07:40.9412401Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9529 2022-09-27T16:07:40.9412863Z due to: 2022-09-27T16:07:40.9413191Z Traceback (most recent call last): 2022-09-27T16:07:40.9413709Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:40.9414435Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:40.9414800Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:40.9414977Z 2022-09-27T16:07:40.9415048Z from user code: 2022-09-27T16:07:40.9415256Z File "test_jit.py", line 9530, in __init__ 2022-09-27T16:07:40.9415463Z super(Sub, self).__init__() 2022-09-27T16:07:40.9415585Z 2022-09-27T16:07:40.9415703Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:40.9415923Z ========== 2022-09-27T16:07:40.9842248Z ok (0.068s) 2022-09-27T16:07:41.0018901Z test_script_sequential_multi_output_fail (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Sub test_jit.py line 9490 2022-09-27T16:07:41.0019384Z due to: 2022-09-27T16:07:41.0019731Z Traceback (most recent call last): 2022-09-27T16:07:41.0020199Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:41.0020450Z raise Unsupported(msg) 2022-09-27T16:07:41.0020694Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:41.0020848Z 2022-09-27T16:07:41.0020918Z from user code: 2022-09-27T16:07:41.0021097Z File "test_jit.py", line 9490, in Sub 2022-09-27T16:07:41.0021326Z class Sub(torch.jit.ScriptModule): 2022-09-27T16:07:41.0021470Z 2022-09-27T16:07:41.0021603Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.0021829Z ========== 2022-09-27T16:07:41.0029458Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ReturnMulti test_jit.py line 9499 2022-09-27T16:07:41.0029912Z due to: 2022-09-27T16:07:41.0030257Z Traceback (most recent call last): 2022-09-27T16:07:41.0030731Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:41.0031209Z raise Unsupported(msg) 2022-09-27T16:07:41.0031477Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:41.0031632Z 2022-09-27T16:07:41.0031701Z from user code: 2022-09-27T16:07:41.0031906Z File "test_jit.py", line 9499, in ReturnMulti 2022-09-27T16:07:41.0032155Z class ReturnMulti(torch.jit.ScriptModule): 2022-09-27T16:07:41.0032301Z 2022-09-27T16:07:41.0032432Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.0032635Z ========== 2022-09-27T16:07:41.0039949Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT HaveSequential test_jit.py line 9507 2022-09-27T16:07:41.0040318Z due to: 2022-09-27T16:07:41.0040650Z Traceback (most recent call last): 2022-09-27T16:07:41.0041166Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:41.0041495Z raise Unsupported(msg) 2022-09-27T16:07:41.0041747Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:41.0041886Z 2022-09-27T16:07:41.0041956Z from user code: 2022-09-27T16:07:41.0042162Z File "test_jit.py", line 9507, in HaveSequential 2022-09-27T16:07:41.0042477Z class HaveSequential(torch.jit.ScriptModule): 2022-09-27T16:07:41.0042630Z 2022-09-27T16:07:41.0042753Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.0042988Z ========== 2022-09-27T16:07:41.0096553Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9508 2022-09-27T16:07:41.0097019Z due to: 2022-09-27T16:07:41.0097388Z Traceback (most recent call last): 2022-09-27T16:07:41.0097938Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:41.0098703Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:41.0099003Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:41.0099195Z 2022-09-27T16:07:41.0099267Z from user code: 2022-09-27T16:07:41.0099469Z File "test_jit.py", line 9509, in __init__ 2022-09-27T16:07:41.0099683Z super(HaveSequential, self).__init__() 2022-09-27T16:07:41.0099819Z 2022-09-27T16:07:41.0099953Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.0100173Z ========== 2022-09-27T16:07:41.0126171Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9491 2022-09-27T16:07:41.0126625Z due to: 2022-09-27T16:07:41.0126983Z Traceback (most recent call last): 2022-09-27T16:07:41.0127332Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:41.0127635Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:41.0127950Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:41.0128144Z 2022-09-27T16:07:41.0128215Z from user code: 2022-09-27T16:07:41.0128417Z File "test_jit.py", line 9492, in __init__ 2022-09-27T16:07:41.0128612Z super(Sub, self).__init__() 2022-09-27T16:07:41.0128731Z 2022-09-27T16:07:41.0128863Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.0129083Z ========== 2022-09-27T16:07:41.0193073Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9500 2022-09-27T16:07:41.0193526Z due to: 2022-09-27T16:07:41.0193898Z Traceback (most recent call last): 2022-09-27T16:07:41.0194416Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:41.0194990Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:41.0195568Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:41.0195953Z 2022-09-27T16:07:41.0196065Z from user code: 2022-09-27T16:07:41.0196256Z File "test_jit.py", line 9501, in __init__ 2022-09-27T16:07:41.0196476Z super(ReturnMulti, self).__init__() 2022-09-27T16:07:41.0196608Z 2022-09-27T16:07:41.0196738Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.0196943Z ========== 2022-09-27T16:07:41.0271650Z ok (0.042s) 2022-09-27T16:07:41.0427428Z test_script_sequential_orderdict (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 9474 2022-09-27T16:07:41.0427894Z due to: 2022-09-27T16:07:41.0428259Z Traceback (most recent call last): 2022-09-27T16:07:41.0428754Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:41.0429019Z raise Unsupported(msg) 2022-09-27T16:07:41.0429245Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:41.0429401Z 2022-09-27T16:07:41.0429472Z from user code: 2022-09-27T16:07:41.0429669Z File "test_jit.py", line 9474, in M 2022-09-27T16:07:41.0429880Z class M(torch.jit.ScriptModule): 2022-09-27T16:07:41.0430017Z 2022-09-27T16:07:41.0430148Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.0430364Z ========== 2022-09-27T16:07:41.0464303Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9475 2022-09-27T16:07:41.0464695Z due to: 2022-09-27T16:07:41.0465061Z Traceback (most recent call last): 2022-09-27T16:07:41.0465563Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:41.0465878Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:41.0466188Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:41.0466381Z 2022-09-27T16:07:41.0466451Z from user code: 2022-09-27T16:07:41.0466650Z File "test_jit.py", line 9476, in __init__ 2022-09-27T16:07:41.0466844Z super(M, self).__init__() 2022-09-27T16:07:41.0467170Z 2022-09-27T16:07:41.0467304Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.0467526Z ========== 2022-09-27T16:07:41.0766082Z ok (0.049s) 2022-09-27T16:07:41.1608135Z test_script_sequential_sliced_iteration (__main__.TestScript) ... ok (0.084s) 2022-09-27T16:07:41.1790287Z test_script_star_assign (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9659 2022-09-27T16:07:41.1790937Z due to: 2022-09-27T16:07:41.1791278Z Traceback (most recent call last): 2022-09-27T16:07:41.1792174Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:41.1792592Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:41.1793030Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:41.1793223Z 2022-09-27T16:07:41.1793295Z from user code: 2022-09-27T16:07:41.1793496Z File "test_jit.py", line 9660, in __init__ 2022-09-27T16:07:41.1793696Z super(M2, self).__init__() 2022-09-27T16:07:41.1793815Z 2022-09-27T16:07:41.1793947Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.1794167Z ========== 2022-09-27T16:07:41.1903498Z ok (0.029s) 2022-09-27T16:07:41.2061744Z test_script_star_expr (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M2 test_jit.py line 9615 2022-09-27T16:07:41.2062207Z due to: 2022-09-27T16:07:41.2062500Z Traceback (most recent call last): 2022-09-27T16:07:41.2062767Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:41.2063111Z raise Unsupported(msg) 2022-09-27T16:07:41.2063344Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:41.2063499Z 2022-09-27T16:07:41.2063571Z from user code: 2022-09-27T16:07:41.2063761Z File "test_jit.py", line 9615, in M2 2022-09-27T16:07:41.2063973Z class M2(torch.jit.ScriptModule): 2022-09-27T16:07:41.2064117Z 2022-09-27T16:07:41.2064251Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.2064471Z ========== 2022-09-27T16:07:41.2099822Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9616 2022-09-27T16:07:41.2100235Z due to: 2022-09-27T16:07:41.2100564Z Traceback (most recent call last): 2022-09-27T16:07:41.2101107Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:41.2101418Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:41.2101779Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:41.2101975Z 2022-09-27T16:07:41.2102045Z from user code: 2022-09-27T16:07:41.2102233Z File "test_jit.py", line 9617, in __init__ 2022-09-27T16:07:41.2102499Z super(M2, self).__init__() 2022-09-27T16:07:41.2102616Z 2022-09-27T16:07:41.2102749Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.2102958Z ========== 2022-09-27T16:07:41.2109645Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9597 2022-09-27T16:07:41.2110033Z due to: 2022-09-27T16:07:41.2110394Z Traceback (most recent call last): 2022-09-27T16:07:41.2110831Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:41.2111143Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:41.2111485Z NotImplementedError: GetAttrVariable(UserDefinedClassVariable(), StarTestSumStarred) is not a constant 2022-09-27T16:07:41.2111701Z 2022-09-27T16:07:41.2111792Z from user code: 2022-09-27T16:07:41.2112035Z File "test_jit.py", line 9598, in __init__ 2022-09-27T16:07:41.2112293Z super(TestScript.StarTestSumStarred, self).__init__() 2022-09-27T16:07:41.2112456Z 2022-09-27T16:07:41.2112585Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.2112949Z ========== 2022-09-27T16:07:41.2193035Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9607 2022-09-27T16:07:41.2193731Z due to: 2022-09-27T16:07:41.2194078Z Traceback (most recent call last): 2022-09-27T16:07:41.2194549Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:41.2194862Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:41.2195207Z NotImplementedError: GetAttrVariable(UserDefinedClassVariable(), StarTestReturnThree) is not a constant 2022-09-27T16:07:41.2195416Z 2022-09-27T16:07:41.2195486Z from user code: 2022-09-27T16:07:41.2195682Z File "test_jit.py", line 9608, in __init__ 2022-09-27T16:07:41.2196009Z super(TestScript.StarTestReturnThree, self).__init__() 2022-09-27T16:07:41.2196175Z 2022-09-27T16:07:41.2196292Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.2196508Z ========== 2022-09-27T16:07:41.2306286Z ok (0.040s) 2022-09-27T16:07:41.2490746Z test_script_star_expr_string (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 9632 2022-09-27T16:07:41.2491208Z due to: 2022-09-27T16:07:41.2491485Z Traceback (most recent call last): 2022-09-27T16:07:41.2491985Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:41.2492549Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:41.2492867Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:41.2493055Z 2022-09-27T16:07:41.2493125Z from user code: 2022-09-27T16:07:41.2493313Z File "test_jit.py", line 9633, in __init__ 2022-09-27T16:07:41.2493523Z super(M2, self).__init__() 2022-09-27T16:07:41.2493639Z 2022-09-27T16:07:41.2493774Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.2493989Z ========== 2022-09-27T16:07:41.2677930Z ok (0.036s) 2022-09-27T16:07:41.3157028Z test_scriptable_fn_as_attr (__main__.TestScript) ... ok (0.047s) 2022-09-27T16:07:41.3176271Z test_scriptmodule_multi_head_attn_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T16:07:41.3191641Z test_scriptmodule_releases_tensors_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T16:07:41.3208249Z test_scriptmodule_transformer_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T16:07:41.4135864Z test_select_after_chunk (__main__.TestScript) ... ok (0.092s) 2022-09-27T16:07:41.4178692Z test_sequence_parsing (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sequence_parsing test_jit.py line 3463 2022-09-27T16:07:41.4179266Z due to: 2022-09-27T16:07:41.4179525Z Traceback (most recent call last): 2022-09-27T16:07:41.4179840Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:07:41.4180310Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:07:41.4180794Z AssertionError: torch.* op returned non-Tensor CompilationUnit call_function 2022-09-27T16:07:41.4181027Z 2022-09-27T16:07:41.4181086Z from user code: 2022-09-27T16:07:41.4181302Z File "test_jit.py", line 3474, in test_sequence_parsing 2022-09-27T16:07:41.4181550Z cu = torch.jit.CompilationUnit() 2022-09-27T16:07:41.4181687Z 2022-09-27T16:07:41.4181818Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.4182025Z ========== 2022-09-27T16:07:41.4198632Z ok (0.006s) 2022-09-27T16:07:41.5121641Z test_sequential_intermediary_types (__main__.TestScript) ... ok (0.092s) 2022-09-27T16:07:41.5278619Z test_serialization_big_ints (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 15548 2022-09-27T16:07:41.5279174Z due to: 2022-09-27T16:07:41.5279519Z Traceback (most recent call last): 2022-09-27T16:07:41.5279914Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:41.5280161Z raise Unsupported(msg) 2022-09-27T16:07:41.5280583Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:41.5280740Z 2022-09-27T16:07:41.5280812Z from user code: 2022-09-27T16:07:41.5280988Z File "test_jit.py", line 15548, in M 2022-09-27T16:07:41.5281208Z class M(torch.jit.ScriptModule): 2022-09-27T16:07:41.5281345Z 2022-09-27T16:07:41.5281475Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.5281693Z ========== 2022-09-27T16:07:41.5318445Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 15549 2022-09-27T16:07:41.5318830Z due to: 2022-09-27T16:07:41.5319145Z Traceback (most recent call last): 2022-09-27T16:07:41.5319849Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:41.5320333Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:41.5320645Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:41.5320841Z 2022-09-27T16:07:41.5320911Z from user code: 2022-09-27T16:07:41.5321097Z File "test_jit.py", line 15550, in __init__ 2022-09-27T16:07:41.5321302Z super(M, self).__init__() 2022-09-27T16:07:41.5321418Z 2022-09-27T16:07:41.5321554Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.5321760Z ========== 2022-09-27T16:07:41.5393458Z ok (0.027s) 2022-09-27T16:07:41.5567922Z test_serialization_sharing (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 15580 2022-09-27T16:07:41.5568199Z due to: 2022-09-27T16:07:41.5568396Z Traceback (most recent call last): 2022-09-27T16:07:41.5568677Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:41.5568934Z raise Unsupported(msg) 2022-09-27T16:07:41.5569157Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:41.5569314Z 2022-09-27T16:07:41.5569385Z from user code: 2022-09-27T16:07:41.5569574Z File "test_jit.py", line 15580, in M 2022-09-27T16:07:41.5569786Z class M(torch.jit.ScriptModule): 2022-09-27T16:07:41.5569920Z 2022-09-27T16:07:41.5570052Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.5570268Z ========== 2022-09-27T16:07:41.5604730Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 15581 2022-09-27T16:07:41.5605018Z due to: 2022-09-27T16:07:41.5605213Z Traceback (most recent call last): 2022-09-27T16:07:41.5605506Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:41.5605865Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:41.5606181Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:41.5606370Z 2022-09-27T16:07:41.5606441Z from user code: 2022-09-27T16:07:41.5606626Z File "test_jit.py", line 15582, in __init__ 2022-09-27T16:07:41.5606829Z super(M, self).__init__() 2022-09-27T16:07:41.5606943Z 2022-09-27T16:07:41.5607078Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.5607293Z ========== 2022-09-27T16:07:41.5669718Z ok (0.027s) 2022-09-27T16:07:41.5817363Z test_serialize_long_lines (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT OrderModuleLong test_jit.py line 4630 2022-09-27T16:07:41.5817936Z due to: 2022-09-27T16:07:41.5818219Z Traceback (most recent call last): 2022-09-27T16:07:41.5818494Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:41.5818752Z raise Unsupported(msg) 2022-09-27T16:07:41.5818986Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:41.5819134Z 2022-09-27T16:07:41.5819206Z from user code: 2022-09-27T16:07:41.5819417Z File "test_jit.py", line 4630, in OrderModuleLong 2022-09-27T16:07:41.5819660Z class OrderModuleLong(torch.nn.Module): 2022-09-27T16:07:41.5819789Z 2022-09-27T16:07:41.5819919Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.5820300Z ========== 2022-09-27T16:07:41.5865177Z ok (0.019s) 2022-09-27T16:07:41.6012287Z test_serialized_source_ranges (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooTest test_jit.py line 4457 2022-09-27T16:07:41.6012658Z due to: 2022-09-27T16:07:41.6012840Z Traceback (most recent call last): 2022-09-27T16:07:41.6013115Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:41.6013359Z raise Unsupported(msg) 2022-09-27T16:07:41.6013594Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:41.6013746Z 2022-09-27T16:07:41.6013816Z from user code: 2022-09-27T16:07:41.6014135Z File "test_jit.py", line 4457, in FooTest 2022-09-27T16:07:41.6014371Z class FooTest(torch.jit.ScriptModule): 2022-09-27T16:07:41.6014513Z 2022-09-27T16:07:41.6014644Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.6014850Z ========== 2022-09-27T16:07:41.6179410Z ok (0.031s) 2022-09-27T16:07:41.6338280Z test_serialized_source_ranges2 (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooTest2 test_jit.py line 4485 2022-09-27T16:07:41.6338588Z due to: 2022-09-27T16:07:41.6338772Z Traceback (most recent call last): 2022-09-27T16:07:41.6339102Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:41.6339362Z raise Unsupported(msg) 2022-09-27T16:07:41.6339584Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:41.6339801Z 2022-09-27T16:07:41.6339873Z from user code: 2022-09-27T16:07:41.6340072Z File "test_jit.py", line 4485, in FooTest2 2022-09-27T16:07:41.6340315Z class FooTest2(torch.jit.ScriptModule): 2022-09-27T16:07:41.6340456Z 2022-09-27T16:07:41.6340633Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.6340855Z ========== 2022-09-27T16:07:41.6455306Z ok (0.027s) 2022-09-27T16:07:41.6624145Z test_serialized_source_ranges_dont_jitter (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooTest3 test_jit.py line 4498 2022-09-27T16:07:41.6624741Z due to: 2022-09-27T16:07:41.6625003Z Traceback (most recent call last): 2022-09-27T16:07:41.6625281Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:41.6625523Z raise Unsupported(msg) 2022-09-27T16:07:41.6625758Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:41.6625911Z 2022-09-27T16:07:41.6625982Z from user code: 2022-09-27T16:07:41.6626170Z File "test_jit.py", line 4498, in FooTest3 2022-09-27T16:07:41.6626404Z class FooTest3(torch.jit.ScriptModule): 2022-09-27T16:07:41.6626548Z 2022-09-27T16:07:41.6626689Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.6626892Z ========== 2022-09-27T16:07:41.7249738Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 4527 2022-09-27T16:07:41.7250095Z due to: 2022-09-27T16:07:41.7250280Z Traceback (most recent call last): 2022-09-27T16:07:41.7250554Z File "/var/lib/jenkins/torchdynamo/torchdynamo/symbolic_convert.py", line 306, in step 2022-09-27T16:07:41.7250861Z log.debug(f"TRACE {inst.opname} {inst.argval} {self.stack}") 2022-09-27T16:07:41.7251108Z BytesWarning: str() on a bytes instance 2022-09-27T16:07:41.7251239Z 2022-09-27T16:07:41.7251297Z from user code: 2022-09-27T16:07:41.7251530Z File "test_jit.py", line 4528, in 2022-09-27T16:07:41.7251785Z archive = zipfile.ZipFile(buffer) 2022-09-27T16:07:41.7251914Z 2022-09-27T16:07:41.7252045Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.7252257Z ========== 2022-09-27T16:07:41.8021715Z ok (0.156s) 2022-09-27T16:07:41.8195245Z test_serialized_source_ranges_graph (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooTest3 test_jit.py line 4471 2022-09-27T16:07:41.8195735Z due to: 2022-09-27T16:07:41.8196093Z Traceback (most recent call last): 2022-09-27T16:07:41.8196683Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:41.8196929Z raise Unsupported(msg) 2022-09-27T16:07:41.8197167Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:41.8197324Z 2022-09-27T16:07:41.8197394Z from user code: 2022-09-27T16:07:41.8197594Z File "test_jit.py", line 4471, in FooTest3 2022-09-27T16:07:41.8197815Z class FooTest3(torch.jit.ScriptModule): 2022-09-27T16:07:41.8197959Z 2022-09-27T16:07:41.8198092Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.8198310Z ========== 2022-09-27T16:07:41.8314753Z ok (0.029s) 2022-09-27T16:07:41.8579015Z test_serialized_source_ranges_no_dups (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT FooTest3 test_jit.py line 4549 2022-09-27T16:07:41.8579341Z due to: 2022-09-27T16:07:41.8579512Z Traceback (most recent call last): 2022-09-27T16:07:41.8579806Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:41.8580072Z raise Unsupported(msg) 2022-09-27T16:07:41.8580307Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:41.8580460Z 2022-09-27T16:07:41.8580518Z from user code: 2022-09-27T16:07:41.8580718Z File "test_jit.py", line 4549, in FooTest3 2022-09-27T16:07:41.8580955Z class FooTest3(torch.jit.ScriptModule): 2022-09-27T16:07:41.8581098Z 2022-09-27T16:07:41.8581217Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.8581434Z ========== 2022-09-27T16:07:41.9152553Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 4578 2022-09-27T16:07:41.9153173Z due to: 2022-09-27T16:07:41.9153358Z Traceback (most recent call last): 2022-09-27T16:07:41.9153623Z File "/var/lib/jenkins/torchdynamo/torchdynamo/symbolic_convert.py", line 306, in step 2022-09-27T16:07:41.9153929Z log.debug(f"TRACE {inst.opname} {inst.argval} {self.stack}") 2022-09-27T16:07:41.9154180Z BytesWarning: str() on a bytes instance 2022-09-27T16:07:41.9154311Z 2022-09-27T16:07:41.9154368Z from user code: 2022-09-27T16:07:41.9154600Z File "test_jit.py", line 4579, in 2022-09-27T16:07:41.9154915Z archive = zipfile.ZipFile(buffer) 2022-09-27T16:07:41.9155059Z 2022-09-27T16:07:41.9155188Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.9155393Z ========== 2022-09-27T16:07:41.9188327Z ok (0.087s) 2022-09-27T16:07:41.9345157Z test_set_attribute_through_optional (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT A test_jit.py line 3375 2022-09-27T16:07:41.9345488Z due to: 2022-09-27T16:07:41.9345680Z Traceback (most recent call last): 2022-09-27T16:07:41.9345957Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:41.9346212Z raise Unsupported(msg) 2022-09-27T16:07:41.9346437Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:41.9346597Z 2022-09-27T16:07:41.9346669Z from user code: 2022-09-27T16:07:41.9346855Z File "test_jit.py", line 3375, in A 2022-09-27T16:07:41.9347050Z class A(torch.nn.Module): 2022-09-27T16:07:41.9347170Z 2022-09-27T16:07:41.9347301Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:41.9347515Z ========== 2022-09-27T16:07:41.9674391Z ok (0.048s) 2022-09-27T16:07:42.0242741Z test_shape_analysis_grad_property (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 7486 2022-09-27T16:07:42.0243094Z due to: 2022-09-27T16:07:42.0243288Z Traceback (most recent call last): 2022-09-27T16:07:42.0243559Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:07:42.0243861Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:07:42.0244337Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:07:42.0244893Z 2022-09-27T16:07:42.0245002Z from user code: 2022-09-27T16:07:42.0245238Z File "test_jit.py", line 7490, in 2022-09-27T16:07:42.0245626Z torch._C._jit_pass_complete_shape_analysis(foo.graph, (torch.tensor([0.39]),), False) 2022-09-27T16:07:42.0245803Z 2022-09-27T16:07:42.0245934Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:42.0246153Z ========== 2022-09-27T16:07:42.0246302Z ok (0.057s) 2022-09-27T16:07:42.1184531Z test_shape_analysis_loop (__main__.TestScript) ... ok (0.093s) 2022-09-27T16:07:42.1789902Z test_shape_prop_promote_scalar_arg (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 5738 2022-09-27T16:07:42.1790283Z due to: 2022-09-27T16:07:42.1790457Z Traceback (most recent call last): 2022-09-27T16:07:42.1790814Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:07:42.1791267Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:07:42.1791772Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:07:42.1792049Z 2022-09-27T16:07:42.1792121Z from user code: 2022-09-27T16:07:42.1792370Z File "test_jit.py", line 5743, in 2022-09-27T16:07:42.1792640Z graph = _propagate_shapes(fn.graph, (x,), False) 2022-09-27T16:07:42.1792978Z 2022-09-27T16:07:42.1793126Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:42.1793343Z ========== 2022-09-27T16:07:42.1793506Z ok (0.060s) 2022-09-27T16:07:42.2376179Z test_shape_prop_promotion (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 5729 2022-09-27T16:07:42.2376818Z due to: 2022-09-27T16:07:42.2377079Z Traceback (most recent call last): 2022-09-27T16:07:42.2377495Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:07:42.2377787Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:07:42.2378239Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:07:42.2378467Z 2022-09-27T16:07:42.2378537Z from user code: 2022-09-27T16:07:42.2378764Z File "test_jit.py", line 5734, in 2022-09-27T16:07:42.2379042Z graph = _propagate_shapes(fn.graph, (x, y), False) 2022-09-27T16:07:42.2379186Z 2022-09-27T16:07:42.2379318Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:42.2379532Z ========== 2022-09-27T16:07:42.2379680Z ok (0.058s) 2022-09-27T16:07:42.2839610Z test_signed_float_zero (__main__.TestScript) ... ok (0.045s) 2022-09-27T16:07:42.3109582Z test_single_starred_expr_for_loop (__main__.TestScript) ... ok (0.026s) 2022-09-27T16:07:42.3383137Z test_single_starred_lhs (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:07:42.4236090Z test_singleton_tuple_unpack (__main__.TestScript) ... ok (0.085s) 2022-09-27T16:07:42.4247778Z test_slice_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:07:42.5184432Z test_split (__main__.TestScript) ... ok (0.093s) 2022-09-27T16:07:42.5602707Z test_stack (__main__.TestScript) ... ok (0.041s) 2022-09-27T16:07:42.6188809Z test_static_if_prop (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyMod test_jit.py line 15718 2022-09-27T16:07:42.6189360Z due to: 2022-09-27T16:07:42.6189609Z Traceback (most recent call last): 2022-09-27T16:07:42.6189894Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:42.6190143Z raise Unsupported(msg) 2022-09-27T16:07:42.6190384Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:42.6190790Z 2022-09-27T16:07:42.6190862Z from user code: 2022-09-27T16:07:42.6191046Z File "test_jit.py", line 15718, in MyMod 2022-09-27T16:07:42.6191264Z class MyMod(torch.nn.Module): 2022-09-27T16:07:42.6191390Z 2022-09-27T16:07:42.6191524Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:42.6191745Z ========== 2022-09-27T16:07:42.6308829Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT HasAttrMod test_jit.py line 15731 2022-09-27T16:07:42.6309279Z due to: 2022-09-27T16:07:42.6309643Z Traceback (most recent call last): 2022-09-27T16:07:42.6310092Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:42.6310351Z raise Unsupported(msg) 2022-09-27T16:07:42.6310589Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:42.6310743Z 2022-09-27T16:07:42.6310816Z from user code: 2022-09-27T16:07:42.6311003Z File "test_jit.py", line 15731, in HasAttrMod 2022-09-27T16:07:42.6311227Z class HasAttrMod(torch.nn.Module): 2022-09-27T16:07:42.6311366Z 2022-09-27T16:07:42.6311496Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:42.6311701Z ========== 2022-09-27T16:07:42.6893515Z ok (0.128s) 2022-09-27T16:07:42.6907107Z test_static_method_on_module (__main__.TestScript) 2022-09-27T16:07:42.7396680Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.050s) 2022-09-27T16:07:42.8325788Z test_static_methods (__main__.TestScript) ... ok (0.092s) 2022-09-27T16:07:42.9253079Z test_str_cast (__main__.TestScript) ... ok (0.092s) 2022-09-27T16:07:42.9292633Z test_string_cu (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_string_cu test_jit.py line 4795 2022-09-27T16:07:42.9293194Z due to: 2022-09-27T16:07:42.9293521Z Traceback (most recent call last): 2022-09-27T16:07:42.9293946Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:07:42.9294759Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:07:42.9295487Z AssertionError: torch.* op returned non-Tensor CompilationUnit call_function 2022-09-27T16:07:42.9295725Z 2022-09-27T16:07:42.9295796Z from user code: 2022-09-27T16:07:42.9296002Z File "test_jit.py", line 4801, in test_string_cu 2022-09-27T16:07:42.9296209Z ''') 2022-09-27T16:07:42.9296310Z 2022-09-27T16:07:42.9296443Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:42.9296664Z ========== 2022-09-27T16:07:42.9296807Z ok (0.004s) 2022-09-27T16:07:43.6221888Z test_string_device_implicit_conversion (__main__.TestScript) ... ok (0.692s) 2022-09-27T16:07:43.6662447Z test_string_frontend_elif (__main__.TestScript) ... ok (0.043s) 2022-09-27T16:07:43.7107184Z test_string_index (__main__.TestScript) ... ok (0.044s) 2022-09-27T16:07:43.7601881Z test_string_len (__main__.TestScript) ... ok (0.049s) 2022-09-27T16:07:43.8046794Z test_string_list (__main__.TestScript) ... ok (0.044s) 2022-09-27T16:07:43.8324434Z test_string_new_line (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:07:43.8760927Z test_string_ops (__main__.TestScript) ... ok (0.043s) 2022-09-27T16:07:44.0367684Z test_string_print (__main__.TestScript) ... ok (0.160s) 2022-09-27T16:07:44.0647007Z test_string_single_escape (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:07:44.1221394Z test_string_slicing (__main__.TestScript) ... ok (0.057s) 2022-09-27T16:07:44.1679632Z test_string_sort (__main__.TestScript) ... ok (0.045s) 2022-09-27T16:07:44.1781469Z test_string_sorted (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_string_sorted test_jit.py line 4833 2022-09-27T16:07:44.1781971Z due to: 2022-09-27T16:07:44.1782329Z Traceback (most recent call last): 2022-09-27T16:07:44.1782757Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:07:44.1783204Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:07:44.1783875Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:07:44.1784075Z 2022-09-27T16:07:44.1784146Z from user code: 2022-09-27T16:07:44.1784346Z File "test_jit.py", line 4837, in test_string_sorted 2022-09-27T16:07:44.1784552Z FileCheck() \ 2022-09-27T16:07:44.1784660Z 2022-09-27T16:07:44.1784794Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:44.1784998Z ========== 2022-09-27T16:07:44.1785199Z You have not run this instance of FileCheck! 2022-09-27T16:07:44.1785463Z FileCheck checks: 2022-09-27T16:07:44.1835185Z ok (0.015s) 2022-09-27T16:07:44.1990984Z test_submodule_attribute_serialization (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT S test_jit.py line 15521 2022-09-27T16:07:44.1991562Z due to: 2022-09-27T16:07:44.1991878Z Traceback (most recent call last): 2022-09-27T16:07:44.1992178Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:44.1992439Z raise Unsupported(msg) 2022-09-27T16:07:44.1992678Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:44.1992962Z 2022-09-27T16:07:44.1993032Z from user code: 2022-09-27T16:07:44.1993210Z File "test_jit.py", line 15521, in S 2022-09-27T16:07:44.1993431Z class S(torch.jit.ScriptModule): 2022-09-27T16:07:44.1993570Z 2022-09-27T16:07:44.1993702Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:44.1993906Z ========== 2022-09-27T16:07:44.2001496Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 15531 2022-09-27T16:07:44.2001909Z due to: 2022-09-27T16:07:44.2002261Z Traceback (most recent call last): 2022-09-27T16:07:44.2002618Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:44.2002872Z raise Unsupported(msg) 2022-09-27T16:07:44.2003107Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:44.2003251Z 2022-09-27T16:07:44.2003320Z from user code: 2022-09-27T16:07:44.2003508Z File "test_jit.py", line 15531, in M 2022-09-27T16:07:44.2003727Z class M(torch.jit.ScriptModule): 2022-09-27T16:07:44.2003849Z 2022-09-27T16:07:44.2003978Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:44.2004193Z ========== 2022-09-27T16:07:44.2048505Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 15532 2022-09-27T16:07:44.2048887Z due to: 2022-09-27T16:07:44.2049242Z Traceback (most recent call last): 2022-09-27T16:07:44.2049788Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:44.2050376Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:44.2050911Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:44.2051104Z 2022-09-27T16:07:44.2051175Z from user code: 2022-09-27T16:07:44.2051382Z File "test_jit.py", line 15533, in __init__ 2022-09-27T16:07:44.2051573Z super(M, self).__init__() 2022-09-27T16:07:44.2051689Z 2022-09-27T16:07:44.2051820Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:44.2052038Z ========== 2022-09-27T16:07:44.2081076Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 15522 2022-09-27T16:07:44.2081474Z due to: 2022-09-27T16:07:44.2081826Z Traceback (most recent call last): 2022-09-27T16:07:44.2082366Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:44.2082951Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:44.2083497Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:44.2083688Z 2022-09-27T16:07:44.2083760Z from user code: 2022-09-27T16:07:44.2083945Z File "test_jit.py", line 15523, in __init__ 2022-09-27T16:07:44.2084147Z super(S, self).__init__() 2022-09-27T16:07:44.2084451Z 2022-09-27T16:07:44.2084584Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:44.2084801Z ========== 2022-09-27T16:07:44.2246459Z ok (0.041s) 2022-09-27T16:07:44.2963838Z test_submodule_twice (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 4080 2022-09-27T16:07:44.2964333Z due to: 2022-09-27T16:07:44.2964665Z Traceback (most recent call last): 2022-09-27T16:07:44.2965213Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:07:44.2965852Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:07:44.2966650Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:07:44.2966833Z 2022-09-27T16:07:44.2966904Z from user code: 2022-09-27T16:07:44.2967101Z File "test_jit.py", line 4081, in __init__ 2022-09-27T16:07:44.2967312Z super(What, self).__init__() 2022-09-27T16:07:44.2967438Z 2022-09-27T16:07:44.2967556Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:44.2967773Z ========== 2022-09-27T16:07:44.3000001Z ok (0.075s) 2022-09-27T16:07:44.4120808Z test_sum (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 5366 2022-09-27T16:07:44.4121347Z due to: 2022-09-27T16:07:44.4121557Z Traceback (most recent call last): 2022-09-27T16:07:44.4121971Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:07:44.4122275Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:07:44.4122794Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:07:44.4123024Z 2022-09-27T16:07:44.4123082Z from user code: 2022-09-27T16:07:44.4123377Z File "test_jit.py", line 5371, in 2022-09-27T16:07:44.4123764Z self.run_pass('constant_propagation', func.graph) 2022-09-27T16:07:44.4123925Z 2022-09-27T16:07:44.4124057Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:44.4124320Z ========== 2022-09-27T16:07:44.4124770Z ok (0.112s) 2022-09-27T16:07:44.4961924Z test_sum_list_diff_elms (__main__.TestScript) ... ok (0.083s) 2022-09-27T16:07:44.5418648Z test_sum_list_empty (__main__.TestScript) ... ok (0.045s) 2022-09-27T16:07:44.5878979Z test_sum_list_literal (__main__.TestScript) ... ok (0.045s) 2022-09-27T16:07:44.6350803Z test_sum_list_one (__main__.TestScript) ... ok (0.047s) 2022-09-27T16:07:44.6697192Z test_sum_list_wrong_type (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:07:44.7389410Z test_sys_stdout_override (__main__.TestScript) ... ok (0.069s) 2022-09-27T16:07:44.7416244Z test_tensor_as_tensor_shape_prop (__main__.TestScript) ... skip: Simple Executor doesn't have any shapes to propagate (0.002s) 2022-09-27T16:07:44.9010210Z test_tensor_data (__main__.TestScript) ... ok (0.159s) 2022-09-27T16:07:44.9023493Z test_tensor_device (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-09-27T16:07:45.4562078Z test_tensor_dtype (__main__.TestScript) ... ok (0.553s) 2022-09-27T16:07:45.6387696Z test_tensor_grad (__main__.TestScript) ... ok (0.182s) 2022-09-27T16:07:45.6969742Z test_tensor_import_export (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 15371 2022-09-27T16:07:45.6970327Z due to: 2022-09-27T16:07:45.6970674Z Traceback (most recent call last): 2022-09-27T16:07:45.6971218Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:07:45.6971784Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:07:45.6972316Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:07:45.6972545Z 2022-09-27T16:07:45.6972619Z from user code: 2022-09-27T16:07:45.6973083Z File "test_jit.py", line 15378, in 2022-09-27T16:07:45.6973410Z self.run_pass('constant_propagation', foo.graph) 2022-09-27T16:07:45.6973545Z 2022-09-27T16:07:45.6973675Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:45.6973893Z ========== 2022-09-27T16:07:45.6987406Z ok (0.059s) 2022-09-27T16:07:45.7607091Z test_tensor_len (__main__.TestScript) ... ok (0.061s) 2022-09-27T16:07:45.8800966Z test_tensor_number_math (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test test_jit.py line 7243 2022-09-27T16:07:45.8801508Z due to: 2022-09-27T16:07:45.8802160Z Traceback (most recent call last): 2022-09-27T16:07:45.8802445Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 98, in call_method 2022-09-27T16:07:45.8802707Z assert not kwargs 2022-09-27T16:07:45.8802886Z AssertionError 2022-09-27T16:07:45.8802982Z 2022-09-27T16:07:45.8803051Z from user code: 2022-09-27T16:07:45.8803247Z File "test_jit.py", line 7248, in test 2022-09-27T16:07:45.8803484Z code = template.format(lhs=args[0], rhs=args[1], op=op) 2022-09-27T16:07:45.8803630Z 2022-09-27T16:07:45.8803748Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:45.8803968Z ========== 2022-09-27T16:07:49.3346122Z ok (3.573s) 2022-09-27T16:07:49.3355295Z test_tensor_number_math_cuda (__main__.TestScript) ... skip: No CUDA (0.000s) 2022-09-27T16:07:49.3370166Z test_tensor_requires_grad (__main__.TestScript) ... skip: testing legacy behavior (0.001s) 2022-09-27T16:07:49.4009219Z test_tensor_shape (__main__.TestScript) ... ok (0.063s) 2022-09-27T16:07:49.4932207Z test_tensor_subclasses (__main__.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/jit/annotations.py:299: UserWarning: TorchScript will treat type annotations of Tensor dtype-specific subtypes as if they are normal Tensors. dtype constraints are not enforced in compilation either. 2022-09-27T16:07:49.4932786Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-09-27T16:07:49.5996702Z /opt/conda/lib/python3.7/site-packages/torch/jit/annotations.py:299: UserWarning: TorchScript will treat type annotations of Tensor dtype-specific subtypes as if they are normal Tensors. dtype constraints are not enforced in compilation either. 2022-09-27T16:07:49.5997232Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-09-27T16:07:49.6657249Z /opt/conda/lib/python3.7/site-packages/torch/jit/annotations.py:299: UserWarning: TorchScript will treat type annotations of Tensor dtype-specific subtypes as if they are normal Tensors. dtype constraints are not enforced in compilation either. 2022-09-27T16:07:49.6657744Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-09-27T16:07:49.7324500Z /opt/conda/lib/python3.7/site-packages/torch/jit/annotations.py:299: UserWarning: TorchScript will treat type annotations of Tensor dtype-specific subtypes as if they are normal Tensors. dtype constraints are not enforced in compilation either. 2022-09-27T16:07:49.7324986Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-09-27T16:07:50.5105822Z ok (1.109s) 2022-09-27T16:07:50.6098489Z test_tensor_to (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 7535 2022-09-27T16:07:50.6099058Z due to: 2022-09-27T16:07:50.6099384Z Traceback (most recent call last): 2022-09-27T16:07:50.6099918Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 98, in call_method 2022-09-27T16:07:50.6100190Z assert not kwargs 2022-09-27T16:07:50.6100383Z AssertionError 2022-09-27T16:07:50.6100495Z 2022-09-27T16:07:50.6100552Z from user code: 2022-09-27T16:07:50.6100779Z File "test_jit.py", line 7568, in 2022-09-27T16:07:50.6101007Z test_copy_behavior(t) 2022-09-27T16:07:50.6101122Z 2022-09-27T16:07:50.6101253Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:50.6101684Z ========== 2022-09-27T16:07:50.6138766Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_copy_behavior test_jit.py line 7546 2022-09-27T16:07:50.6139092Z due to: 2022-09-27T16:07:50.6139404Z Traceback (most recent call last): 2022-09-27T16:07:50.6139909Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 98, in call_method 2022-09-27T16:07:50.6140379Z assert not kwargs 2022-09-27T16:07:50.6140597Z AssertionError 2022-09-27T16:07:50.6140705Z 2022-09-27T16:07:50.6140774Z from user code: 2022-09-27T16:07:50.6140989Z File "test_jit.py", line 7547, in test_copy_behavior 2022-09-27T16:07:50.6141445Z self.assertIs(t, s(t, 't.to(t, non_blocking=non_blocking)', non_blocking)) 2022-09-27T16:07:50.6141604Z 2022-09-27T16:07:50.6141736Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:50.6141952Z ========== 2022-09-27T16:07:50.6154938Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT s test_jit.py line 7537 2022-09-27T16:07:50.6155308Z due to: 2022-09-27T16:07:50.6155636Z Traceback (most recent call last): 2022-09-27T16:07:50.6156172Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 98, in call_method 2022-09-27T16:07:50.6156631Z assert not kwargs 2022-09-27T16:07:50.6156796Z AssertionError 2022-09-27T16:07:50.6156904Z 2022-09-27T16:07:50.6156973Z from user code: 2022-09-27T16:07:50.6157162Z File "test_jit.py", line 7541, in s 2022-09-27T16:07:50.6157430Z code = template.format(to_str=to_str, device=device, non_blocking=non_blocking, cuda=cuda) 2022-09-27T16:07:50.6157614Z 2022-09-27T16:07:50.6157753Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:50.6157968Z ========== 2022-09-27T16:07:50.6349706Z ok (0.124s) 2022-09-27T16:07:50.7710720Z test_tensor_to_cpu (__main__.TestScript) ... ok (0.135s) 2022-09-27T16:07:50.7722179Z test_tensor_to_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-09-27T16:07:50.7732812Z test_tensor_to_device (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-09-27T16:07:51.2190381Z test_ternary (__main__.TestScript) ... ok (0.445s) 2022-09-27T16:07:51.2720417Z test_ternary_module_type_hint (__main__.TestScript) ... ok (0.052s) 2022-09-27T16:07:51.3233739Z test_ternary_right_associative (__main__.TestScript) ... ok (0.051s) 2022-09-27T16:07:51.3401338Z test_ternary_static_if (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M1 test_jit.py line 6721 2022-09-27T16:07:51.3401867Z due to: 2022-09-27T16:07:51.3402044Z Traceback (most recent call last): 2022-09-27T16:07:51.3402333Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:51.3402592Z raise Unsupported(msg) 2022-09-27T16:07:51.3402816Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:51.3402969Z 2022-09-27T16:07:51.3403040Z from user code: 2022-09-27T16:07:51.3403229Z File "test_jit.py", line 6721, in M1 2022-09-27T16:07:51.3403432Z class M1(torch.nn.Module): 2022-09-27T16:07:51.3403557Z 2022-09-27T16:07:51.3403689Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:51.3403908Z ========== 2022-09-27T16:07:51.3406648Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT M2 test_jit.py line 6733 2022-09-27T16:07:51.3407076Z due to: 2022-09-27T16:07:51.3407419Z Traceback (most recent call last): 2022-09-27T16:07:51.3407701Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:51.3407942Z raise Unsupported(msg) 2022-09-27T16:07:51.3408184Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:51.3408336Z 2022-09-27T16:07:51.3408405Z from user code: 2022-09-27T16:07:51.3408591Z File "test_jit.py", line 6733, in M2 2022-09-27T16:07:51.3408782Z class M2(torch.nn.Module): 2022-09-27T16:07:51.3408903Z 2022-09-27T16:07:51.3409033Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:51.3409477Z ========== 2022-09-27T16:07:51.4079750Z ok (0.084s) 2022-09-27T16:07:51.8843148Z test_torch_any (__main__.TestScript) ... ok (0.476s) 2022-09-27T16:07:51.8877682Z test_torch_functional (__main__.TestScript) ... skip: Skipping while landing PR stack (0.003s) 2022-09-27T16:07:52.0239110Z test_torch_functional_tensordot_int (__main__.TestScript) ... ok (0.135s) 2022-09-27T16:07:52.1290099Z test_torch_functional_tensordot_list (__main__.TestScript) ... ok (0.104s) 2022-09-27T16:07:52.2719330Z test_torch_functional_tensordot_tensor (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT tensordot_dims_tensor line 1 2022-09-27T16:07:52.2720238Z due to: 2022-09-27T16:07:52.2720434Z Traceback (most recent call last): 2022-09-27T16:07:52.2720803Z File "/opt/conda/lib/python3.7/site-packages/torch/functional.py", line 1054, in tensordot 2022-09-27T16:07:52.2721114Z dims_a = torch.jit.annotate(List[int], dims[0].tolist()) 2022-09-27T16:07:52.2721387Z RuntimeError: .tolist() is not supported for tensor subclasses. 2022-09-27T16:07:52.2721555Z 2022-09-27T16:07:52.2721689Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:52.2721843Z 2022-09-27T16:07:52.2721935Z Traceback (most recent call last): 2022-09-27T16:07:52.2722214Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:52.2722491Z raise TorchRuntimeError() from e 2022-09-27T16:07:52.2722710Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:52.2722852Z 2022-09-27T16:07:52.2722923Z from user code: 2022-09-27T16:07:52.2723131Z File "", line 2, in tensordot_dims_tensor 2022-09-27T16:07:52.2723273Z 2022-09-27T16:07:52.2723405Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:52.2723613Z ========== 2022-09-27T16:07:52.2759575Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT tensordot_dims_tensor test_jit.py line 9222 2022-09-27T16:07:52.2760074Z due to: 2022-09-27T16:07:52.2760271Z Traceback (most recent call last): 2022-09-27T16:07:52.2760647Z File "/opt/conda/lib/python3.7/site-packages/torch/functional.py", line 1054, in tensordot 2022-09-27T16:07:52.2760956Z dims_a = torch.jit.annotate(List[int], dims[0].tolist()) 2022-09-27T16:07:52.2761230Z RuntimeError: .tolist() is not supported for tensor subclasses. 2022-09-27T16:07:52.2761375Z 2022-09-27T16:07:52.2761511Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:52.2761674Z 2022-09-27T16:07:52.2761765Z Traceback (most recent call last): 2022-09-27T16:07:52.2762041Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:52.2762303Z raise TorchRuntimeError() from e 2022-09-27T16:07:52.2762537Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:52.2762676Z 2022-09-27T16:07:52.2762747Z from user code: 2022-09-27T16:07:52.2762946Z File "test_jit.py", line 9223, in tensordot_dims_tensor 2022-09-27T16:07:52.2763186Z return torch.tensordot(a, b, dims=dims) 2022-09-27T16:07:52.2763322Z 2022-09-27T16:07:52.2763452Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:52.2763665Z ========== 2022-09-27T16:07:52.2783833Z ok (0.149s) 2022-09-27T16:07:52.3404737Z test_torch_functional_tensordot_tuple (__main__.TestScript) ... ok (0.061s) 2022-09-27T16:07:52.3556739Z test_torch_ignore_conversion_to_none (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT A test_jit.py line 10949 2022-09-27T16:07:52.3557250Z due to: 2022-09-27T16:07:52.3557467Z Traceback (most recent call last): 2022-09-27T16:07:52.3557759Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:52.3558019Z raise Unsupported(msg) 2022-09-27T16:07:52.3558242Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:52.3558395Z 2022-09-27T16:07:52.3558466Z from user code: 2022-09-27T16:07:52.3558655Z File "test_jit.py", line 10949, in A 2022-09-27T16:07:52.3558851Z class A(torch.nn.Module): 2022-09-27T16:07:52.3559156Z 2022-09-27T16:07:52.3559292Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:52.3559508Z ========== 2022-09-27T16:07:52.3561752Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT B test_jit.py line 10964 2022-09-27T16:07:52.3562309Z due to: 2022-09-27T16:07:52.3562563Z Traceback (most recent call last): 2022-09-27T16:07:52.3562836Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:07:52.3563081Z raise Unsupported(msg) 2022-09-27T16:07:52.3563315Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:07:52.3563467Z 2022-09-27T16:07:52.3563618Z from user code: 2022-09-27T16:07:52.3563798Z File "test_jit.py", line 10964, in B 2022-09-27T16:07:52.3564003Z class B(torch.nn.Module): 2022-09-27T16:07:52.3564124Z 2022-09-27T16:07:52.3564306Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:52.3564706Z ========== 2022-09-27T16:07:52.3945691Z ok (0.054s) 2022-09-27T16:07:52.4454435Z test_torch_manual_seed (__main__.TestScript) ... ok (0.050s) 2022-09-27T16:07:53.3683624Z test_torch_pow (__main__.TestScript) ... ok (0.922s) 2022-09-27T16:08:03.0540428Z test_torch_tensor_as_tensor (__main__.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T16:08:03.0540982Z return callable(*args, **kwargs) 2022-09-27T16:08:03.0947942Z ok (9.726s) 2022-09-27T16:08:03.1322916Z test_torch_tensor_as_tensor_empty_list (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 7313 2022-09-27T16:08:03.1323277Z due to: 2022-09-27T16:08:03.1323464Z Traceback (most recent call last): 2022-09-27T16:08:03.1323845Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 98, in call_method 2022-09-27T16:08:03.1324261Z assert not kwargs 2022-09-27T16:08:03.1324595Z AssertionError 2022-09-27T16:08:03.1324797Z 2022-09-27T16:08:03.1324923Z from user code: 2022-09-27T16:08:03.1325395Z File "test_jit.py", line 7319, in 2022-09-27T16:08:03.1325982Z code = tensor_template.format(tensor_op=op, input=inp) 2022-09-27T16:08:03.1326264Z 2022-09-27T16:08:03.1326459Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:03.1326679Z ========== 2022-09-27T16:08:03.2231804Z ok (0.128s) 2022-09-27T16:08:03.2764416Z test_torch_tensor_bad_input (__main__.TestScript) ... ok (0.052s) 2022-09-27T16:08:03.3806659Z test_torch_tensor_dtype (__main__.TestScript) ... ok (0.104s) 2022-09-27T16:08:04.1248510Z test_torchscript_memoryformat (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 15063 2022-09-27T16:08:04.1249008Z due to: 2022-09-27T16:08:04.1249246Z Traceback (most recent call last): 2022-09-27T16:08:04.1249545Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:08:04.1249921Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:08:04.1250191Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:08:04.1250344Z 2022-09-27T16:08:04.1250413Z from user code: 2022-09-27T16:08:04.1250715Z File "test_jit.py", line 15064, in 2022-09-27T16:08:04.1251036Z self.assertTrue(y.is_contiguous(memory_format=torch.channels_last)) 2022-09-27T16:08:04.1251208Z 2022-09-27T16:08:04.1251339Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:04.1251608Z ========== 2022-09-27T16:08:04.1251765Z ok (0.744s) 2022-09-27T16:08:04.3793593Z test_torchscript_multi_head_attn (__main__.TestScript) ... ok (0.254s) 2022-09-27T16:08:04.5865918Z test_torchscript_multi_head_attn_fast_path (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 15144 2022-09-27T16:08:04.5866798Z due to: 2022-09-27T16:08:04.5867127Z Traceback (most recent call last): 2022-09-27T16:08:04.5867732Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:08:04.5868350Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:08:04.5868941Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:08:04.5869222Z 2022-09-27T16:08:04.5869411Z from user code: 2022-09-27T16:08:04.5869831Z File "test_jit.py", line 15145, in 2022-09-27T16:08:04.5870277Z jit_out = mha(query, key, value) 2022-09-27T16:08:04.5870489Z 2022-09-27T16:08:04.5870705Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:04.5871059Z ========== 2022-09-27T16:08:04.6313919Z ok (0.251s) 2022-09-27T16:08:04.6500568Z test_training_param (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT What test_jit.py line 4087 2022-09-27T16:08:04.6501025Z due to: 2022-09-27T16:08:04.6501346Z Traceback (most recent call last): 2022-09-27T16:08:04.6501810Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:04.6502245Z raise Unsupported(msg) 2022-09-27T16:08:04.6502627Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:04.6502885Z 2022-09-27T16:08:04.6503001Z from user code: 2022-09-27T16:08:04.6503329Z File "test_jit.py", line 4087, in What 2022-09-27T16:08:04.6503687Z class What(torch.jit.ScriptModule): 2022-09-27T16:08:04.6503920Z 2022-09-27T16:08:04.6504141Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:04.6504508Z ========== 2022-09-27T16:08:04.6540588Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 4088 2022-09-27T16:08:04.6540991Z due to: 2022-09-27T16:08:04.6541435Z Traceback (most recent call last): 2022-09-27T16:08:04.6541931Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:08:04.6542571Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:08:04.6543224Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:08:04.6543679Z 2022-09-27T16:08:04.6543798Z from user code: 2022-09-27T16:08:04.6544126Z File "test_jit.py", line 4089, in __init__ 2022-09-27T16:08:04.6544598Z super(What, self).__init__() 2022-09-27T16:08:04.6544798Z 2022-09-27T16:08:04.6545144Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:04.6545513Z ========== 2022-09-27T16:08:04.6591502Z ok (0.027s) 2022-09-27T16:08:05.0874302Z test_tuple_assignments (__main__.TestScript) ... ok (0.427s) 2022-09-27T16:08:05.1624703Z test_tuple_error_msg (__main__.TestScript) ... ok (0.074s) 2022-09-27T16:08:05.2769929Z test_tuple_index_to_list (__main__.TestScript) ... ok (0.114s) 2022-09-27T16:08:05.4778067Z test_tuple_indexing (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 12754 2022-09-27T16:08:05.4778680Z due to: 2022-09-27T16:08:05.4778905Z Traceback (most recent call last): 2022-09-27T16:08:05.4779206Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:05.4779653Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:05.4780108Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:08:05.4780297Z 2022-09-27T16:08:05.4780369Z from user code: 2022-09-27T16:08:05.4780603Z File "test_jit.py", line 12755, in 2022-09-27T16:08:05.4780909Z FileCheck().check_count("TupleIndex", 2, exactly=True).run(str(tuple_comp.graph)) 2022-09-27T16:08:05.4781290Z 2022-09-27T16:08:05.4781411Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:05.4781637Z ========== 2022-09-27T16:08:05.4781837Z You have not run this instance of FileCheck! 2022-09-27T16:08:05.4782030Z FileCheck checks: 2022-09-27T16:08:05.4977258Z ok (0.220s) 2022-09-27T16:08:05.6836219Z test_tuple_len (__main__.TestScript) ... ok (0.185s) 2022-09-27T16:08:05.7306484Z test_tuple_nested_sort (__main__.TestScript) ... ok (0.046s) 2022-09-27T16:08:05.7768236Z test_tuple_sort (__main__.TestScript) ... ok (0.045s) 2022-09-27T16:08:05.8267652Z test_tuple_sort_reverse (__main__.TestScript) ... ok (0.049s) 2022-09-27T16:08:05.8728334Z test_tuple_sorted (__main__.TestScript) ... ok (0.045s) 2022-09-27T16:08:06.0132233Z test_tuple_to_opt_list (__main__.TestScript) ... ok (0.140s) 2022-09-27T16:08:06.0178884Z test_tuple_unsortable_diff_type (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tuple_unsortable_diff_type test_jit.py line 4887 2022-09-27T16:08:06.0179513Z due to: 2022-09-27T16:08:06.0179827Z Traceback (most recent call last): 2022-09-27T16:08:06.0180360Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:08:06.0180939Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:08:06.0181428Z NotImplementedError: UserDefinedObjectVariable(_SpecialForm) is not a constant 2022-09-27T16:08:06.0181710Z 2022-09-27T16:08:06.0181824Z from user code: 2022-09-27T16:08:06.0182191Z File "test_jit.py", line 4889, in test_tuple_unsortable_diff_type 2022-09-27T16:08:06.0182570Z def foo(inputs: List[Any]): 2022-09-27T16:08:06.0182739Z 2022-09-27T16:08:06.0182916Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:06.0183260Z ========== 2022-09-27T16:08:06.0215827Z ok (0.008s) 2022-09-27T16:08:06.1120192Z test_tuple_unsortable_element_type (__main__.TestScript) ... ok (0.090s) 2022-09-27T16:08:06.1169561Z test_tuple_unsortable_nested_diff_type (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tuple_unsortable_nested_diff_type test_jit.py line 4905 2022-09-27T16:08:06.1170201Z due to: 2022-09-27T16:08:06.1170534Z Traceback (most recent call last): 2022-09-27T16:08:06.1171088Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:08:06.1171640Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:08:06.1172105Z NotImplementedError: UserDefinedObjectVariable(_SpecialForm) is not a constant 2022-09-27T16:08:06.1172427Z 2022-09-27T16:08:06.1172556Z from user code: 2022-09-27T16:08:06.1172905Z File "test_jit.py", line 4907, in test_tuple_unsortable_nested_diff_type 2022-09-27T16:08:06.1173263Z def foo(inputs: List[Any]): 2022-09-27T16:08:06.1173451Z 2022-09-27T16:08:06.1173660Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:06.1173963Z ========== 2022-09-27T16:08:06.1205117Z ok (0.008s) 2022-09-27T16:08:06.4211544Z test_type_annotate (__main__.TestScript) ... ok (0.300s) 2022-09-27T16:08:06.4400344Z test_type_annotation_module (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT BaseModule test_jit.py line 10382 2022-09-27T16:08:06.4400842Z due to: 2022-09-27T16:08:06.4401050Z Traceback (most recent call last): 2022-09-27T16:08:06.4401331Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:06.4401580Z raise Unsupported(msg) 2022-09-27T16:08:06.4401819Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:06.4401976Z 2022-09-27T16:08:06.4402060Z from user code: 2022-09-27T16:08:06.4402251Z File "test_jit.py", line 10382, in BaseModule 2022-09-27T16:08:06.4402516Z class BaseModule(torch.jit.ScriptModule): 2022-09-27T16:08:06.4402719Z 2022-09-27T16:08:06.4402862Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:06.4403172Z ========== 2022-09-27T16:08:06.4404117Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModuleTooMany test_jit.py line 10397 2022-09-27T16:08:06.4404535Z due to: 2022-09-27T16:08:06.4404904Z Traceback (most recent call last): 2022-09-27T16:08:06.4405283Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:06.4405542Z raise Unsupported(msg) 2022-09-27T16:08:06.4405860Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:06.4406015Z 2022-09-27T16:08:06.4406073Z from user code: 2022-09-27T16:08:06.4406284Z File "test_jit.py", line 10397, in ModuleTooMany 2022-09-27T16:08:06.4406603Z class ModuleTooMany(BaseModule): 2022-09-27T16:08:06.4406735Z 2022-09-27T16:08:06.4406852Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:06.4407075Z ========== 2022-09-27T16:08:06.4415131Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModuleTooFew test_jit.py line 10402 2022-09-27T16:08:06.4415519Z due to: 2022-09-27T16:08:06.4415866Z Traceback (most recent call last): 2022-09-27T16:08:06.4416346Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:06.4416602Z raise Unsupported(msg) 2022-09-27T16:08:06.4416824Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:06.4416978Z 2022-09-27T16:08:06.4417049Z from user code: 2022-09-27T16:08:06.4417255Z File "test_jit.py", line 10402, in ModuleTooFew 2022-09-27T16:08:06.4417466Z class ModuleTooFew(BaseModule): 2022-09-27T16:08:06.4417595Z 2022-09-27T16:08:06.4417725Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:06.4417944Z ========== 2022-09-27T16:08:06.4424555Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModuleTooManyAssign test_jit.py line 10407 2022-09-27T16:08:06.4424904Z due to: 2022-09-27T16:08:06.4425101Z Traceback (most recent call last): 2022-09-27T16:08:06.4425377Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:06.4425629Z raise Unsupported(msg) 2022-09-27T16:08:06.4425867Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:06.4426020Z 2022-09-27T16:08:06.4426093Z from user code: 2022-09-27T16:08:06.4426297Z File "test_jit.py", line 10407, in ModuleTooManyAssign 2022-09-27T16:08:06.4426548Z class ModuleTooManyAssign(BaseModule): 2022-09-27T16:08:06.4426688Z 2022-09-27T16:08:06.4426819Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:06.4427038Z ========== 2022-09-27T16:08:06.4434683Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModuleDefault test_jit.py line 10413 2022-09-27T16:08:06.4435078Z due to: 2022-09-27T16:08:06.4435444Z Traceback (most recent call last): 2022-09-27T16:08:06.4435939Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:06.4436418Z raise Unsupported(msg) 2022-09-27T16:08:06.4436855Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:06.4437124Z 2022-09-27T16:08:06.4437196Z from user code: 2022-09-27T16:08:06.4437392Z File "test_jit.py", line 10413, in ModuleDefault 2022-09-27T16:08:06.4437620Z class ModuleDefault(BaseModule): 2022-09-27T16:08:06.4437750Z 2022-09-27T16:08:06.4437880Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:06.4438084Z ========== 2022-09-27T16:08:06.4559269Z ok (0.034s) 2022-09-27T16:08:06.5664951Z test_type_annotation_py3 (__main__.TestScript) ... ok (0.110s) 2022-09-27T16:08:06.7307655Z test_type_annotations (__main__.TestScript) ... ok (0.164s) 2022-09-27T16:08:06.7333195Z test_type_annotations_repeated_list (__main__.TestScript) ... skip: TorchDynamo fails with unknown reason (0.002s) 2022-09-27T16:08:07.8279004Z test_type_annotations_varargs (__main__.TestScript) ... ok (1.094s) 2022-09-27T16:08:07.9180958Z test_type_call_in_script (__main__.TestScript) ... ok (0.090s) 2022-09-27T16:08:08.0065100Z test_type_cast (__main__.TestScript) ... ok (0.088s) 2022-09-27T16:08:08.0990985Z test_type_comments_in_body (__main__.TestScript) ... ok (0.092s) 2022-09-27T16:08:08.1000705Z test_type_inferred_from_empty_annotation (__main__.TestScript) 2022-09-27T16:08:08.1604498Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 10432 2022-09-27T16:08:08.1605036Z due to: 2022-09-27T16:08:08.1605224Z Traceback (most recent call last): 2022-09-27T16:08:08.1605501Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:08.1606058Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:08.1606526Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:08.1606759Z 2022-09-27T16:08:08.1606832Z from user code: 2022-09-27T16:08:08.1607123Z File "test_jit.py", line 10436, in 2022-09-27T16:08:08.1607389Z graph = fn.graph 2022-09-27T16:08:08.1607501Z 2022-09-27T16:08:08.1607634Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:08.1607891Z ========== 2022-09-27T16:08:08.1608443Z ok (0.061s) 2022-09-27T16:08:08.1624148Z test_unbind (__main__.TestScript) ... skip: Profiling executor will be using different heuristics for constructing differentiable graphs (0.001s) 2022-09-27T16:08:08.2224939Z test_unfold_zero_dim (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 11315 2022-09-27T16:08:08.2225301Z due to: 2022-09-27T16:08:08.2225477Z Traceback (most recent call last): 2022-09-27T16:08:08.2225779Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:08.2226088Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:08.2226545Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:08.2226770Z 2022-09-27T16:08:08.2226843Z from user code: 2022-09-27T16:08:08.2227077Z File "test_jit.py", line 11315, in 2022-09-27T16:08:08.2227336Z graph = torch.jit.script(fn).graph 2022-09-27T16:08:08.2227472Z 2022-09-27T16:08:08.2227592Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:08.2227813Z ========== 2022-09-27T16:08:08.2369927Z ok (0.074s) 2022-09-27T16:08:08.2968487Z test_unicode_comments (__main__.TestScript) ... ok (0.059s) 2022-09-27T16:08:08.3003469Z test_uninitialized (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_uninitialized test_jit.py line 5652 2022-09-27T16:08:08.3003886Z due to: 2022-09-27T16:08:08.3004077Z Traceback (most recent call last): 2022-09-27T16:08:08.3004350Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:08.3004800Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:08.3005309Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:08:08.3005539Z 2022-09-27T16:08:08.3005684Z from user code: 2022-09-27T16:08:08.3005892Z File "test_jit.py", line 5659, in test_uninitialized 2022-09-27T16:08:08.3006115Z g = parse_ir(graph_str) 2022-09-27T16:08:08.3006233Z 2022-09-27T16:08:08.3006364Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:08.3006571Z ========== 2022-09-27T16:08:08.3055749Z ok (0.008s) 2022-09-27T16:08:08.4024866Z test_union_to_number (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 11442 2022-09-27T16:08:08.4025331Z due to: 2022-09-27T16:08:08.4025569Z Traceback (most recent call last): 2022-09-27T16:08:08.4026030Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:08.4026475Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:08.4026904Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:08:08.4027105Z 2022-09-27T16:08:08.4027176Z from user code: 2022-09-27T16:08:08.4027409Z File "test_jit.py", line 11444, in 2022-09-27T16:08:08.4027660Z FileCheck().check(": Scalar):").run(fn.graph) 2022-09-27T16:08:08.4027799Z 2022-09-27T16:08:08.4027994Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:08.4028220Z ========== 2022-09-27T16:08:08.4028404Z You have not run this instance of FileCheck! 2022-09-27T16:08:08.4028610Z FileCheck checks: 2022-09-27T16:08:08.4028779Z ok (0.096s) 2022-09-27T16:08:08.4332214Z test_unknown_builtin (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:08:08.4887400Z test_unmatched_type_annotation (__main__.TestScript) ... ok (0.055s) 2022-09-27T16:08:08.5990156Z test_unspecialized_any_binding (__main__.TestScript) ... ok (0.110s) 2022-09-27T16:08:08.6002853Z test_unsqueeze_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:08:08.6304006Z test_unsupported_builtin_error (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:08:08.6465274Z test_unused_decorator (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyMod test_jit.py line 3523 2022-09-27T16:08:08.6465581Z due to: 2022-09-27T16:08:08.6465778Z Traceback (most recent call last): 2022-09-27T16:08:08.6466043Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:08.6466306Z raise Unsupported(msg) 2022-09-27T16:08:08.6466543Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:08.6466695Z 2022-09-27T16:08:08.6466765Z from user code: 2022-09-27T16:08:08.6466953Z File "test_jit.py", line 3523, in MyMod 2022-09-27T16:08:08.6467167Z class MyMod(torch.nn.Module): 2022-09-27T16:08:08.6467292Z 2022-09-27T16:08:08.6467423Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:08.6467628Z ========== 2022-09-27T16:08:08.6642857Z ok (0.033s) 2022-09-27T16:08:08.7258379Z test_unwrap_optional_builtin (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test line 1 2022-09-27T16:08:08.7258764Z due to: 2022-09-27T16:08:08.7258936Z Traceback (most recent call last): 2022-09-27T16:08:08.7259228Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:08.7259671Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:08.7260124Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T16:08:08.7260330Z 2022-09-27T16:08:08.7260408Z from user code: 2022-09-27T16:08:08.7260596Z File "", line 3, in test 2022-09-27T16:08:08.7260717Z 2022-09-27T16:08:08.7260850Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:08.7261055Z ========== 2022-09-27T16:08:08.7302382Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test test_jit.py line 12843 2022-09-27T16:08:08.7302842Z due to: 2022-09-27T16:08:08.7303154Z Traceback (most recent call last): 2022-09-27T16:08:08.7303441Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:08.7303877Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:08.7304325Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T16:08:08.7304529Z 2022-09-27T16:08:08.7304599Z from user code: 2022-09-27T16:08:08.7304792Z File "test_jit.py", line 12845, in test 2022-09-27T16:08:08.7305007Z x = torch.jit._unwrap_optional(x) 2022-09-27T16:08:08.7305331Z 2022-09-27T16:08:08.7305462Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:08.7305681Z ========== 2022-09-27T16:08:08.7726075Z ok (0.108s) 2022-09-27T16:08:08.8650008Z test_var_aug_assign (__main__.TestScript) ... ok (0.092s) 2022-09-27T16:08:08.9412820Z test_vararg_zeros (__main__.TestScript) ... ok (0.076s) 2022-09-27T16:08:09.0088337Z test_view_listconstruct_shape_prop (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit.py line 5724 2022-09-27T16:08:09.0089008Z due to: 2022-09-27T16:08:09.0089463Z Traceback (most recent call last): 2022-09-27T16:08:09.0089888Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:09.0090371Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:09.0091032Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:09.0091398Z 2022-09-27T16:08:09.0091534Z from user code: 2022-09-27T16:08:09.0091950Z File "test_jit.py", line 5725, in 2022-09-27T16:08:09.0092490Z graph = _propagate_shapes(fn.graph, (x,), False) 2022-09-27T16:08:09.0092698Z 2022-09-27T16:08:09.0092830Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:09.0093044Z ========== 2022-09-27T16:08:09.0093201Z ok (0.067s) 2022-09-27T16:08:09.0130214Z test_view_shape_prop (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_shape_prop test_jit.py line 5705 2022-09-27T16:08:09.0130562Z due to: 2022-09-27T16:08:09.0130743Z Traceback (most recent call last): 2022-09-27T16:08:09.0131024Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:09.0131460Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:09.0131930Z AssertionError: torch.* op returned non-Tensor CompilationUnit call_function 2022-09-27T16:08:09.0132152Z 2022-09-27T16:08:09.0132222Z from user code: 2022-09-27T16:08:09.0132436Z File "test_jit.py", line 5709, in test_view_shape_prop 2022-09-27T16:08:09.0132658Z ''') 2022-09-27T16:08:09.0132739Z 2022-09-27T16:08:09.0132871Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:09.0133089Z ========== 2022-09-27T16:08:09.0137709Z ok (0.004s) 2022-09-27T16:08:09.1155252Z test_view_write (__main__.TestScript) ... ok (0.101s) 2022-09-27T16:08:09.1168061Z test_weak_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T16:08:09.2192453Z test_where (__main__.TestScript) ... ok (0.102s) 2022-09-27T16:08:09.3150533Z test_where_method (__main__.TestScript) ... ok (0.095s) 2022-09-27T16:08:10.3258771Z test_while (__main__.TestScript) ... ok (1.010s) 2022-09-27T16:08:10.3275765Z test_while_nest_if (__main__.TestScript) ... skip: TorchDynamo fails with unknown reason (0.001s) 2022-09-27T16:08:10.4010729Z test_while_nonexistent_cond_value (__main__.TestScript) ... ok (0.073s) 2022-09-27T16:08:10.4381967Z test_while_nonexistent_value (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:08:10.6817584Z test_while_write_outer_then_read (__main__.TestScript) ... ok (0.243s) 2022-09-27T16:08:10.7132841Z test_wrong_attr_lookup (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:08:10.8279423Z test_wrong_implicit_expand (__main__.TestScript) ... ok (0.114s) 2022-09-27T16:08:10.8574909Z test_wrong_method_call_inputs (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT SomeModule test_jit.py line 12315 2022-09-27T16:08:10.8575236Z due to: 2022-09-27T16:08:10.8575422Z Traceback (most recent call last): 2022-09-27T16:08:10.8575758Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:10.8576029Z raise Unsupported(msg) 2022-09-27T16:08:10.8576540Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:10.8576707Z 2022-09-27T16:08:10.8576779Z from user code: 2022-09-27T16:08:10.8576984Z File "test_jit.py", line 12315, in SomeModule 2022-09-27T16:08:10.8577248Z class SomeModule(torch.jit.ScriptModule): 2022-09-27T16:08:10.8577425Z 2022-09-27T16:08:10.8577559Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:10.8577781Z ========== 2022-09-27T16:08:10.8603857Z ok (0.032s) 2022-09-27T16:08:10.8912249Z test_wrong_module_attr_lookup (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:08:10.9410661Z test_wrong_return_type (__main__.TestScript) ... ok (0.049s) 2022-09-27T16:08:10.9730725Z test_wrong_use_as_callable (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:08:11.0058320Z test_wrong_use_as_tuple (__main__.TestScript) ... ok (0.032s) 2022-09-27T16:08:11.0238628Z test_zeros (__main__.TestScript) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_jit.py line 11093 2022-09-27T16:08:11.0239165Z due to: 2022-09-27T16:08:11.0239503Z Traceback (most recent call last): 2022-09-27T16:08:11.0239887Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:11.0240149Z raise Unsupported(msg) 2022-09-27T16:08:11.0240375Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:11.0240531Z 2022-09-27T16:08:11.0240603Z from user code: 2022-09-27T16:08:11.0240796Z File "test_jit.py", line 11093, in M 2022-09-27T16:08:11.0241005Z class M(torch.jit.ScriptModule): 2022-09-27T16:08:11.0241143Z 2022-09-27T16:08:11.0241286Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:11.0241506Z ========== 2022-09-27T16:08:11.0275369Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_jit.py line 11096 2022-09-27T16:08:11.0275773Z due to: 2022-09-27T16:08:11.0276139Z Traceback (most recent call last): 2022-09-27T16:08:11.0276651Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:08:11.0276962Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:08:11.0277277Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:08:11.0277470Z 2022-09-27T16:08:11.0277542Z from user code: 2022-09-27T16:08:11.0277729Z File "test_jit.py", line 11097, in __init__ 2022-09-27T16:08:11.0277937Z super(M, self).__init__() 2022-09-27T16:08:11.0278055Z 2022-09-27T16:08:11.0278187Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:11.0278407Z ========== 2022-09-27T16:08:11.0648593Z ok (0.058s) 2022-09-27T16:08:11.0681334Z test_zip_enumerate_modulelist (__main__.TestScript) ... skip: TorchDynamo fails with unknown reason (0.003s) 2022-09-27T16:08:11.0689990Z test_bool (jit.test_list_dict.TestScriptDict) 2022-09-27T16:08:11.1111958Z Test the __bool__ method. This should return True ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _compare_eager_and_script /var/lib/jenkins/workspace/test/jit/test_list_dict.py line 2111 2022-09-27T16:08:11.1112582Z due to: 2022-09-27T16:08:11.1113037Z Traceback (most recent call last): 2022-09-27T16:08:11.1113565Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:11.1114128Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:11.1114597Z AssertionError: torch.* op returned non-Tensor ScriptDict call_function 2022-09-27T16:08:11.1114806Z 2022-09-27T16:08:11.1114877Z from user code: 2022-09-27T16:08:11.1115151Z File "/var/lib/jenkins/workspace/test/jit/test_list_dict.py", line 2124, in _compare_eager_and_script 2022-09-27T16:08:11.1115466Z script_input_dict = script_input_dict or torch.jit.script(input_dict) 2022-09-27T16:08:11.1115639Z 2022-09-27T16:08:11.1115777Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:11.1115999Z ========== 2022-09-27T16:08:11.1118852Z ok (0.043s) 2022-09-27T16:08:11.1128562Z test_contains (jit.test_list_dict.TestScriptDict) 2022-09-27T16:08:11.1182231Z Test membership checks (x in y, x not in y). ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_contains /var/lib/jenkins/workspace/test/jit/test_list_dict.py line 2229 2022-09-27T16:08:11.1182835Z due to: 2022-09-27T16:08:11.1183176Z Traceback (most recent call last): 2022-09-27T16:08:11.1183697Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:11.1184524Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:11.1184995Z AssertionError: torch.* op returned non-Tensor ScriptDict call_function 2022-09-27T16:08:11.1185187Z 2022-09-27T16:08:11.1185263Z from user code: 2022-09-27T16:08:11.1185518Z File "/var/lib/jenkins/workspace/test/jit/test_list_dict.py", line 2238, in test_contains 2022-09-27T16:08:11.1185799Z self._compare_eager_and_script(fn, data) 2022-09-27T16:08:11.1185935Z 2022-09-27T16:08:11.1186054Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:11.1186274Z ========== 2022-09-27T16:08:11.1189537Z ok (0.007s) 2022-09-27T16:08:11.1199264Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-09-27T16:08:11.1253012Z Test deletion. ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_delitem /var/lib/jenkins/workspace/test/jit/test_list_dict.py line 2247 2022-09-27T16:08:11.1253503Z due to: 2022-09-27T16:08:11.1253871Z Traceback (most recent call last): 2022-09-27T16:08:11.1254254Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:11.1254698Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:11.1255161Z AssertionError: torch.* op returned non-Tensor ScriptDict call_function 2022-09-27T16:08:11.1255371Z 2022-09-27T16:08:11.1255445Z from user code: 2022-09-27T16:08:11.1255683Z File "/var/lib/jenkins/workspace/test/jit/test_list_dict.py", line 2259, in test_delitem 2022-09-27T16:08:11.1255963Z self._compare_eager_and_script(del_fn, data) 2022-09-27T16:08:11.1256103Z 2022-09-27T16:08:11.1256234Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:11.1256440Z ========== 2022-09-27T16:08:11.1261866Z ok (0.007s) 2022-09-27T16:08:11.1271106Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-09-27T16:08:11.1646287Z Test accessing dictionary values using the [] operator. ... ok (0.038s) 2022-09-27T16:08:11.1654111Z test_items (jit.test_list_dict.TestScriptDict) 2022-09-27T16:08:11.2023621Z Test .items(). ... ok (0.037s) 2022-09-27T16:08:11.2031990Z test_iter (jit.test_list_dict.TestScriptDict) 2022-09-27T16:08:11.2403296Z Test iteration over a dictionary's keys. ... ok (0.037s) 2022-09-27T16:08:11.2411764Z test_len (jit.test_list_dict.TestScriptDict) 2022-09-27T16:08:11.2783148Z Test len() builtin function. ... ok (0.037s) 2022-09-27T16:08:11.2795686Z test_nested (jit.test_list_dict.TestScriptDict) 2022-09-27T16:08:11.2796670Z Test that reference semantics are honoured when the ScriptDict that is ... skip: Cannot pass until all dicts returned from TorchScript are ScriptDicts (0.001s) 2022-09-27T16:08:11.2805174Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-09-27T16:08:11.2849515Z Test that reference semantics are honoured; that modifications made ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_reference_semantics /var/lib/jenkins/workspace/test/jit/test_list_dict.py line 2296 2022-09-27T16:08:11.2849927Z due to: 2022-09-27T16:08:11.2850128Z Traceback (most recent call last): 2022-09-27T16:08:11.2850412Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:11.2850857Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:11.2851517Z AssertionError: torch.* op returned non-Tensor ScriptDict call_function 2022-09-27T16:08:11.2851724Z 2022-09-27T16:08:11.2851798Z from user code: 2022-09-27T16:08:11.2852068Z File "/var/lib/jenkins/workspace/test/jit/test_list_dict.py", line 2301, in test_reference_semantics 2022-09-27T16:08:11.2852332Z data = torch.jit.script({1: 2}) 2022-09-27T16:08:11.2852462Z 2022-09-27T16:08:11.2852598Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:11.2852819Z ========== 2022-09-27T16:08:11.3054700Z ok (0.025s) 2022-09-27T16:08:11.3061215Z test_repr (jit.test_list_dict.TestScriptDict) 2022-09-27T16:08:11.3430998Z Test the __repr__ method. ... ok (0.037s) 2022-09-27T16:08:11.3441278Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-09-27T16:08:11.3501803Z Test setting dictionary values using the [] operator. ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_setitem /var/lib/jenkins/workspace/test/jit/test_list_dict.py line 2204 2022-09-27T16:08:11.3502258Z due to: 2022-09-27T16:08:11.3502446Z Traceback (most recent call last): 2022-09-27T16:08:11.3502727Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:11.3503246Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:11.3503712Z AssertionError: torch.* op returned non-Tensor ScriptDict call_function 2022-09-27T16:08:11.3503918Z 2022-09-27T16:08:11.3503993Z from user code: 2022-09-27T16:08:11.3504236Z File "/var/lib/jenkins/workspace/test/jit/test_list_dict.py", line 2214, in test_setitem 2022-09-27T16:08:11.3504514Z self._compare_eager_and_script(fn, data) 2022-09-27T16:08:11.3504649Z 2022-09-27T16:08:11.3504788Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:11.3505009Z ========== 2022-09-27T16:08:11.3509313Z ok (0.007s) 2022-09-27T16:08:11.3519034Z test_append (jit.test_list_dict.TestScriptList) 2022-09-27T16:08:11.3560932Z Test append method. ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_append /var/lib/jenkins/workspace/test/jit/test_list_dict.py line 2543 2022-09-27T16:08:11.3561498Z due to: 2022-09-27T16:08:11.3561824Z Traceback (most recent call last): 2022-09-27T16:08:11.3562111Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:11.3562544Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:11.3562999Z AssertionError: torch.* op returned non-Tensor ScriptList call_function 2022-09-27T16:08:11.3563205Z 2022-09-27T16:08:11.3563277Z from user code: 2022-09-27T16:08:11.3563531Z File "/var/lib/jenkins/workspace/test/jit/test_list_dict.py", line 2547, in test_append 2022-09-27T16:08:11.3563835Z self._compare_eager_and_script(lambda l: l.append(1), [4, 3, 2]) 2022-09-27T16:08:11.3563980Z 2022-09-27T16:08:11.3564117Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:11.3564337Z ========== 2022-09-27T16:08:11.3586768Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _compare_eager_and_script /var/lib/jenkins/workspace/test/jit/test_list_dict.py line 2335 2022-09-27T16:08:11.3587298Z due to: 2022-09-27T16:08:11.3587627Z Traceback (most recent call last): 2022-09-27T16:08:11.3587969Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:11.3588403Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:11.3588850Z AssertionError: torch.* op returned non-Tensor ScriptList call_function 2022-09-27T16:08:11.3589057Z 2022-09-27T16:08:11.3589131Z from user code: 2022-09-27T16:08:11.3589399Z File "/var/lib/jenkins/workspace/test/jit/test_list_dict.py", line 2347, in _compare_eager_and_script 2022-09-27T16:08:11.3589726Z script_input_list = script_input_list or torch.jit.script(input_list) 2022-09-27T16:08:11.3590066Z 2022-09-27T16:08:11.3590200Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:11.3590421Z ========== 2022-09-27T16:08:11.3592717Z ok (0.008s) 2022-09-27T16:08:11.3600279Z test_bool (jit.test_list_dict.TestScriptList) 2022-09-27T16:08:11.3970201Z Test the __bool__ method. This should return True ... ok (0.037s) 2022-09-27T16:08:11.3977631Z test_clear (jit.test_list_dict.TestScriptList) 2022-09-27T16:08:11.4343912Z Test clear. ... ok (0.037s) 2022-09-27T16:08:11.4353292Z test_contains (jit.test_list_dict.TestScriptList) 2022-09-27T16:08:11.4400857Z Test membership checks (x in y, x not in y). ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_contains /var/lib/jenkins/workspace/test/jit/test_list_dict.py line 2475 2022-09-27T16:08:11.4401403Z due to: 2022-09-27T16:08:11.4401604Z Traceback (most recent call last): 2022-09-27T16:08:11.4401891Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:11.4402324Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:11.4402791Z AssertionError: torch.* op returned non-Tensor ScriptList call_function 2022-09-27T16:08:11.4402995Z 2022-09-27T16:08:11.4403069Z from user code: 2022-09-27T16:08:11.4403321Z File "/var/lib/jenkins/workspace/test/jit/test_list_dict.py", line 2484, in test_contains 2022-09-27T16:08:11.4403586Z self._compare_eager_and_script(fn, data) 2022-09-27T16:08:11.4403720Z 2022-09-27T16:08:11.4403857Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:11.4404074Z ========== 2022-09-27T16:08:11.4406584Z ok (0.006s) 2022-09-27T16:08:11.4415029Z test_count (jit.test_list_dict.TestScriptList) 2022-09-27T16:08:11.4453154Z Test count method. ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_count /var/lib/jenkins/workspace/test/jit/test_list_dict.py line 2518 2022-09-27T16:08:11.4453709Z due to: 2022-09-27T16:08:11.4454052Z Traceback (most recent call last): 2022-09-27T16:08:11.4454357Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:11.4454789Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:11.4455249Z AssertionError: torch.* op returned non-Tensor ScriptList call_function 2022-09-27T16:08:11.4455441Z 2022-09-27T16:08:11.4455509Z from user code: 2022-09-27T16:08:11.4455759Z File "/var/lib/jenkins/workspace/test/jit/test_list_dict.py", line 2522, in test_count 2022-09-27T16:08:11.4456055Z self._compare_eager_and_script(lambda l: l.count(3), [1, 2, 3, 3]) 2022-09-27T16:08:11.4456209Z 2022-09-27T16:08:11.4456328Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:11.4456544Z ========== 2022-09-27T16:08:11.4458818Z ok (0.005s) 2022-09-27T16:08:11.4468745Z test_delitem (jit.test_list_dict.TestScriptList) 2022-09-27T16:08:11.4837853Z Test deletion. ... ok (0.037s) 2022-09-27T16:08:11.4853834Z test_extend (jit.test_list_dict.TestScriptList) 2022-09-27T16:08:11.4908534Z Test extend. ... ok (0.007s) 2022-09-27T16:08:11.4922456Z test_getitem (jit.test_list_dict.TestScriptList) 2022-09-27T16:08:11.5314520Z Test accessing list elements using the [] operator. ... ok (0.040s) 2022-09-27T16:08:11.5324784Z test_insert (jit.test_list_dict.TestScriptList) 2022-09-27T16:08:11.5620469Z Test insert. ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_list_dict.py line 2612 2022-09-27T16:08:11.5621054Z due to: 2022-09-27T16:08:11.5621261Z Traceback (most recent call last): 2022-09-27T16:08:11.5621540Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:11.5621975Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:11.5622667Z AssertionError: torch.* op returned non-Tensor ScriptList call_function 2022-09-27T16:08:11.5622860Z 2022-09-27T16:08:11.5622934Z from user code: 2022-09-27T16:08:11.5623203Z File "/var/lib/jenkins/workspace/test/jit/test_list_dict.py", line 2613, in 2022-09-27T16:08:11.5623577Z self._compare_eager_and_script(lambda l: l.insert(-2, 3), data) 2022-09-27T16:08:11.5623736Z 2022-09-27T16:08:11.5623908Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:11.5624129Z ========== 2022-09-27T16:08:11.5624767Z ok (0.031s) 2022-09-27T16:08:11.5634056Z test_iter (jit.test_list_dict.TestScriptList) 2022-09-27T16:08:11.6005056Z Test iteration over a list's elements. ... ok (0.037s) 2022-09-27T16:08:11.6012958Z test_len (jit.test_list_dict.TestScriptList) 2022-09-27T16:08:11.6382345Z Test len() builtin function. ... ok (0.037s) 2022-09-27T16:08:11.6395809Z test_nested (jit.test_list_dict.TestScriptList) 2022-09-27T16:08:11.6396260Z Test that reference semantics are honoured when the ScriptList that is ... skip: Cannot pass until all list returned from TorchScript are ScriptLists (0.001s) 2022-09-27T16:08:11.6406569Z test_pop (jit.test_list_dict.TestScriptList) 2022-09-27T16:08:11.6781910Z Test pop. ... ok (0.038s) 2022-09-27T16:08:11.6790370Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-09-27T16:08:11.6820394Z Test that reference semantics are honoured; that modifications made ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_reference_semantics /var/lib/jenkins/workspace/test/jit/test_list_dict.py line 2657 2022-09-27T16:08:11.6820770Z due to: 2022-09-27T16:08:11.6820985Z Traceback (most recent call last): 2022-09-27T16:08:11.6821254Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:11.6821689Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:11.6822161Z AssertionError: torch.* op returned non-Tensor ScriptList call_function 2022-09-27T16:08:11.6822367Z 2022-09-27T16:08:11.6822437Z from user code: 2022-09-27T16:08:11.6822696Z File "/var/lib/jenkins/workspace/test/jit/test_list_dict.py", line 2662, in test_reference_semantics 2022-09-27T16:08:11.6822966Z l = torch.jit.script([1, 2]) 2022-09-27T16:08:11.6823090Z 2022-09-27T16:08:11.6823225Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:11.6823432Z ========== 2022-09-27T16:08:11.6975366Z ok (0.019s) 2022-09-27T16:08:11.6984378Z test_remove (jit.test_list_dict.TestScriptList) 2022-09-27T16:08:11.7024988Z Test remove method. ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_remove /var/lib/jenkins/workspace/test/jit/test_list_dict.py line 2530 2022-09-27T16:08:11.7025545Z due to: 2022-09-27T16:08:11.7025809Z Traceback (most recent call last): 2022-09-27T16:08:11.7026091Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:11.7026524Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:11.7026980Z AssertionError: torch.* op returned non-Tensor ScriptList call_function 2022-09-27T16:08:11.7027185Z 2022-09-27T16:08:11.7027254Z from user code: 2022-09-27T16:08:11.7027501Z File "/var/lib/jenkins/workspace/test/jit/test_list_dict.py", line 2534, in test_remove 2022-09-27T16:08:11.7027786Z self._compare_eager_and_script(lambda l: l.remove(1), [1, 2, 3]) 2022-09-27T16:08:11.7027941Z 2022-09-27T16:08:11.7028077Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:11.7028294Z ========== 2022-09-27T16:08:11.7032034Z ok (0.005s) 2022-09-27T16:08:11.7039043Z test_repr (jit.test_list_dict.TestScriptList) 2022-09-27T16:08:11.7407624Z Test the __repr__ method. ... ok (0.037s) 2022-09-27T16:08:11.7422234Z test_setitem (jit.test_list_dict.TestScriptList) 2022-09-27T16:08:11.7605963Z Test setting list elements using the [] operator. ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_list_dict.py line 2440 2022-09-27T16:08:11.7606413Z due to: 2022-09-27T16:08:11.7606615Z Traceback (most recent call last): 2022-09-27T16:08:11.7606897Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:11.7607319Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:11.7607908Z AssertionError: torch.* op returned non-Tensor ScriptList call_function 2022-09-27T16:08:11.7608123Z 2022-09-27T16:08:11.7608194Z from user code: 2022-09-27T16:08:11.7608467Z File "/var/lib/jenkins/workspace/test/jit/test_list_dict.py", line 2450, in 2022-09-27T16:08:11.7608760Z self._compare_eager_and_script(setitem_slice, data) 2022-09-27T16:08:11.7608910Z 2022-09-27T16:08:11.7609043Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:11.7609263Z ========== 2022-09-27T16:08:11.7616297Z ok (0.020s) 2022-09-27T16:08:11.7746501Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.012s) 2022-09-27T16:08:11.7868234Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.012s) 2022-09-27T16:08:11.7993967Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.012s) 2022-09-27T16:08:11.8110443Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.011s) 2022-09-27T16:08:11.8215801Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.010s) 2022-09-27T16:08:11.8320699Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.010s) 2022-09-27T16:08:11.8363482Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M /var/lib/jenkins/workspace/test/jit/test_scriptmod_ann.py line 55 2022-09-27T16:08:11.8364006Z due to: 2022-09-27T16:08:11.8364195Z Traceback (most recent call last): 2022-09-27T16:08:11.8364473Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:11.8364734Z raise Unsupported(msg) 2022-09-27T16:08:11.8364971Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:11.8365126Z 2022-09-27T16:08:11.8365197Z from user code: 2022-09-27T16:08:11.8365448Z File "/var/lib/jenkins/workspace/test/jit/test_scriptmod_ann.py", line 55, in M 2022-09-27T16:08:11.8365763Z class M(torch.nn.Module): 2022-09-27T16:08:11.8365892Z 2022-09-27T16:08:11.8366026Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:11.8366246Z ========== 2022-09-27T16:08:11.8458270Z ok (0.013s) 2022-09-27T16:08:11.8573648Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.011s) 2022-09-27T16:08:11.8695943Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.012s) 2022-09-27T16:08:11.8821781Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.012s) 2022-09-27T16:08:11.8932048Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.011s) 2022-09-27T16:08:11.9039891Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.010s) 2022-09-27T16:08:11.9146161Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.010s) 2022-09-27T16:08:11.9250519Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.010s) 2022-09-27T16:08:11.9739115Z test_basic (jit.test_script_profile.TestScriptProfile) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_script_profile.py line 44 2022-09-27T16:08:11.9739501Z due to: 2022-09-27T16:08:11.9739677Z Traceback (most recent call last): 2022-09-27T16:08:11.9740177Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:11.9740623Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:11.9741112Z AssertionError: torch.* op returned non-Tensor _ScriptProfile call_function 2022-09-27T16:08:11.9741321Z 2022-09-27T16:08:11.9741398Z from user code: 2022-09-27T16:08:11.9741677Z File "/var/lib/jenkins/workspace/test/jit/test_script_profile.py", line 45, in 2022-09-27T16:08:11.9741959Z p = torch.jit._ScriptProfile() 2022-09-27T16:08:11.9742087Z 2022-09-27T16:08:11.9742206Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:11.9742429Z ========== 2022-09-27T16:08:12.0090047Z ok (0.083s) 2022-09-27T16:08:12.0128947Z test_empty (jit.test_script_profile.TestScriptProfile) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_empty /var/lib/jenkins/workspace/test/jit/test_script_profile.py line 107 2022-09-27T16:08:12.0129549Z due to: 2022-09-27T16:08:12.0129894Z Traceback (most recent call last): 2022-09-27T16:08:12.0130365Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:12.0131090Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:12.0131916Z AssertionError: torch.* op returned non-Tensor _ScriptProfile call_function 2022-09-27T16:08:12.0132300Z 2022-09-27T16:08:12.0132416Z from user code: 2022-09-27T16:08:12.0132857Z File "/var/lib/jenkins/workspace/test/jit/test_script_profile.py", line 108, in test_empty 2022-09-27T16:08:12.0133294Z p = torch.jit._ScriptProfile() 2022-09-27T16:08:12.0133506Z 2022-09-27T16:08:12.0133727Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:12.0134098Z ========== 2022-09-27T16:08:12.0134345Z ok (0.004s) 2022-09-27T16:08:12.0647213Z test_multi (jit.test_script_profile.TestScriptProfile) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_script_profile.py line 65 2022-09-27T16:08:12.0647913Z due to: 2022-09-27T16:08:12.0648247Z Traceback (most recent call last): 2022-09-27T16:08:12.0648773Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:12.0649586Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:12.0650476Z AssertionError: torch.* op returned non-Tensor _ScriptProfile call_function 2022-09-27T16:08:12.0650888Z 2022-09-27T16:08:12.0651013Z from user code: 2022-09-27T16:08:12.0651496Z File "/var/lib/jenkins/workspace/test/jit/test_script_profile.py", line 66, in 2022-09-27T16:08:12.0652070Z profiles = [torch.jit._ScriptProfile() for _ in range(5)] 2022-09-27T16:08:12.0652348Z 2022-09-27T16:08:12.0652594Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:12.0652982Z ========== 2022-09-27T16:08:12.1063654Z ok (0.092s) 2022-09-27T16:08:14.9339701Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (2.827s) 2022-09-27T16:08:15.2533758Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (0.319s) 2022-09-27T16:08:15.2856383Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.031s) 2022-09-27T16:08:15.3289196Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.043s) 2022-09-27T16:08:15.3521015Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.022s) 2022-09-27T16:08:15.3615297Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.009s) 2022-09-27T16:08:15.4057810Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.044s) 2022-09-27T16:08:15.4541362Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.048s) 2022-09-27T16:08:15.5194435Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.064s) 2022-09-27T16:08:15.5632035Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.043s) 2022-09-27T16:08:15.6074888Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.044s) 2022-09-27T16:08:15.6510571Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.043s) 2022-09-27T16:08:15.6964272Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.045s) 2022-09-27T16:08:15.7396096Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.043s) 2022-09-27T16:08:15.7598625Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.020s) 2022-09-27T16:08:15.7796109Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.019s) 2022-09-27T16:08:15.7994652Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.019s) 2022-09-27T16:08:15.8435287Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.043s) 2022-09-27T16:08:15.8880239Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.044s) 2022-09-27T16:08:15.9343203Z test_tuple_slicing (jit.test_slice.TestSlice) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_slice.py line 133 2022-09-27T16:08:15.9343638Z due to: 2022-09-27T16:08:15.9343843Z Traceback (most recent call last): 2022-09-27T16:08:15.9344134Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:15.9344435Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:15.9344895Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:15.9345124Z 2022-09-27T16:08:15.9345196Z from user code: 2022-09-27T16:08:15.9345469Z File "/var/lib/jenkins/workspace/test/jit/test_slice.py", line 134, in 2022-09-27T16:08:15.9345767Z tuple_graph = scripted_fn.graph 2022-09-27T16:08:15.9345938Z 2022-09-27T16:08:15.9346137Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:15.9346364Z ========== 2022-09-27T16:08:15.9346514Z ok (0.046s) 2022-09-27T16:08:15.9660350Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.031s) 2022-09-27T16:08:15.9754195Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /var/lib/jenkins/workspace/test/jit/test_sparse.py line 74 2022-09-27T16:08:15.9754892Z due to: 2022-09-27T16:08:15.9755221Z Traceback (most recent call last): 2022-09-27T16:08:15.9755976Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:08:15.9756646Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:08:15.9757331Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:08:15.9757741Z 2022-09-27T16:08:15.9758025Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:15.9758371Z 2022-09-27T16:08:15.9758572Z Traceback (most recent call last): 2022-09-27T16:08:15.9759156Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:08:15.9759642Z ) from e 2022-09-27T16:08:15.9760335Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:08:15.9761154Z 2022-09-27T16:08:15.9761376Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:15.9761743Z ========== 2022-09-27T16:08:15.9830690Z ok (0.016s) 2022-09-27T16:08:16.0133225Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.030s) 2022-09-27T16:08:16.0225706Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /var/lib/jenkins/workspace/test/jit/test_sparse.py line 107 2022-09-27T16:08:16.0226383Z due to: 2022-09-27T16:08:16.0226727Z Traceback (most recent call last): 2022-09-27T16:08:16.0227818Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:08:16.0228504Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:08:16.0229175Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:08:16.0229595Z 2022-09-27T16:08:16.0229871Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:16.0230199Z 2022-09-27T16:08:16.0230377Z Traceback (most recent call last): 2022-09-27T16:08:16.0230922Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:08:16.0231376Z ) from e 2022-09-27T16:08:16.0232126Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:08:16.0232564Z 2022-09-27T16:08:16.0232939Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:16.0233297Z ========== 2022-09-27T16:08:16.0290368Z ok (0.015s) 2022-09-27T16:08:16.0719262Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.042s) 2022-09-27T16:08:16.1146888Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.042s) 2022-09-27T16:08:16.1571222Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.042s) 2022-09-27T16:08:16.2005552Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.043s) 2022-09-27T16:08:16.2432915Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.042s) 2022-09-27T16:08:16.2633105Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.019s) 2022-09-27T16:08:16.3057050Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.042s) 2022-09-27T16:08:16.3253323Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.019s) 2022-09-27T16:08:16.3677211Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.042s) 2022-09-27T16:08:16.3879406Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.020s) 2022-09-27T16:08:16.4304823Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.042s) 2022-09-27T16:08:16.4732043Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.042s) 2022-09-27T16:08:16.5156333Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.042s) 2022-09-27T16:08:16.5666575Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.050s) 2022-09-27T16:08:16.5867951Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.020s) 2022-09-27T16:08:16.6290697Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.042s) 2022-09-27T16:08:16.6714154Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.042s) 2022-09-27T16:08:16.7135687Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.042s) 2022-09-27T16:08:16.7570643Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.043s) 2022-09-27T16:08:16.7768430Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.019s) 2022-09-27T16:08:16.7967496Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.019s) 2022-09-27T16:08:16.8160310Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.019s) 2022-09-27T16:08:16.8199355Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT setUp /var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py line 22 2022-09-27T16:08:16.8200088Z due to: 2022-09-27T16:08:16.8200400Z Traceback (most recent call last): 2022-09-27T16:08:16.8200669Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:16.8201188Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:16.8201735Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:08:16.8201989Z 2022-09-27T16:08:16.8202059Z from user code: 2022-09-27T16:08:16.8202309Z File "/var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py", line 23, in setUp 2022-09-27T16:08:16.8202654Z self.prev_symbolic_shapes_test_enabled = torch._C._jit_symbolic_shapes_test_mode_enabled() 2022-09-27T16:08:16.8202844Z 2022-09-27T16:08:16.8202982Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:16.8203208Z ========== 2022-09-27T16:08:16.8526701Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT tearDown /var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py line 26 2022-09-27T16:08:16.8527251Z due to: 2022-09-27T16:08:16.8527557Z Traceback (most recent call last): 2022-09-27T16:08:16.8528052Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:16.8528782Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:16.8529714Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:08:16.8530145Z 2022-09-27T16:08:16.8530264Z from user code: 2022-09-27T16:08:16.8530690Z File "/var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py", line 27, in tearDown 2022-09-27T16:08:16.8531261Z torch._C._jit_set_symbolic_shapes_test_mode(self.prev_symbolic_shapes_test_enabled) 2022-09-27T16:08:16.8531571Z 2022-09-27T16:08:16.8531793Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:16.8532159Z ========== 2022-09-27T16:08:16.8532405Z ok (0.036s) 2022-09-27T16:08:16.8795022Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.026s) 2022-09-27T16:08:16.8912303Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.011s) 2022-09-27T16:08:16.9033317Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.011s) 2022-09-27T16:08:16.9799640Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py line 330 2022-09-27T16:08:16.9800719Z due to: 2022-09-27T16:08:16.9801034Z Traceback (most recent call last): 2022-09-27T16:08:16.9801514Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:16.9802030Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:16.9802867Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:16.9803254Z 2022-09-27T16:08:16.9803369Z from user code: 2022-09-27T16:08:16.9803881Z File "/var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py", line 331, in 2022-09-27T16:08:16.9804375Z g = script_fn.graph 2022-09-27T16:08:16.9804546Z 2022-09-27T16:08:16.9804772Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:16.9805142Z ========== 2022-09-27T16:08:17.0040355Z ok (0.100s) 2022-09-27T16:08:17.0160012Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py line 102 2022-09-27T16:08:17.0160740Z due to: 2022-09-27T16:08:17.0161064Z Traceback (most recent call last): 2022-09-27T16:08:17.0161549Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:17.0162058Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:17.0162829Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:17.0163216Z 2022-09-27T16:08:17.0163335Z from user code: 2022-09-27T16:08:17.0163846Z File "/var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py", line 110, in 2022-09-27T16:08:17.0164390Z torch._C._jit_pass_constant_propagation(foo.graph) 2022-09-27T16:08:17.0164640Z 2022-09-27T16:08:17.0164864Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:17.0165233Z ========== 2022-09-27T16:08:17.0181723Z ok (0.014s) 2022-09-27T16:08:17.1114373Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.092s) 2022-09-27T16:08:17.5135716Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.401s) 2022-09-27T16:08:17.5429465Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.029s) 2022-09-27T16:08:17.5555826Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py line 541 2022-09-27T16:08:17.5556712Z due to: 2022-09-27T16:08:17.5556998Z Traceback (most recent call last): 2022-09-27T16:08:17.5557459Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:17.5557937Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:17.5558679Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:17.5559055Z 2022-09-27T16:08:17.5559164Z from user code: 2022-09-27T16:08:17.5559663Z File "/var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py", line 545, in 2022-09-27T16:08:17.5560235Z node = foo.graph.findNode("aten::add") 2022-09-27T16:08:17.5560443Z 2022-09-27T16:08:17.5560635Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:17.5561242Z ========== 2022-09-27T16:08:17.5648841Z ok (0.021s) 2022-09-27T16:08:17.6967752Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py line 377 2022-09-27T16:08:17.6968476Z due to: 2022-09-27T16:08:17.6968648Z Traceback (most recent call last): 2022-09-27T16:08:17.6969026Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:08:17.6969606Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:08:17.6969963Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:08:17.6970120Z 2022-09-27T16:08:17.6970190Z from user code: 2022-09-27T16:08:17.6970500Z File "/var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py", line 379, in 2022-09-27T16:08:17.6970861Z self.assertEqual(out[4:], list(mm(torch.rand([20, 16, 5, 10])).size()[2:])) 2022-09-27T16:08:17.6971021Z 2022-09-27T16:08:17.6971201Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:17.6971581Z ========== 2022-09-27T16:08:17.6979179Z ok (0.132s) 2022-09-27T16:08:17.7126811Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py line 30 2022-09-27T16:08:17.7127548Z due to: 2022-09-27T16:08:17.7127887Z Traceback (most recent call last): 2022-09-27T16:08:17.7128370Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:17.7128867Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:17.7129647Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:17.7130044Z 2022-09-27T16:08:17.7130163Z from user code: 2022-09-27T16:08:17.7130655Z File "/var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py", line 34, in 2022-09-27T16:08:17.7131152Z inputs = list(foo.graph.inputs()) 2022-09-27T16:08:17.7131379Z 2022-09-27T16:08:17.7131598Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:17.7131968Z ========== 2022-09-27T16:08:17.7652753Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py line 38 2022-09-27T16:08:17.7653306Z due to: 2022-09-27T16:08:17.7653596Z Traceback (most recent call last): 2022-09-27T16:08:17.7654095Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:17.7654603Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:17.7655379Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:17.7655762Z 2022-09-27T16:08:17.7655864Z from user code: 2022-09-27T16:08:17.7656360Z File "/var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py", line 39, in 2022-09-27T16:08:17.7656926Z torch._C._jit_pass_propagate_shapes_on_graph(foo.graph) 2022-09-27T16:08:17.7657183Z 2022-09-27T16:08:17.7657401Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:17.7657750Z ========== 2022-09-27T16:08:17.8011451Z ok (0.102s) 2022-09-27T16:08:17.8901416Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.088s) 2022-09-27T16:08:18.1022118Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.211s) 2022-09-27T16:08:18.1036884Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.001s) 2022-09-27T16:08:18.1133752Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py line 70 2022-09-27T16:08:18.1134595Z due to: 2022-09-27T16:08:18.1134893Z Traceback (most recent call last): 2022-09-27T16:08:18.1135368Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:18.1136110Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:18.1136983Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:18.1137413Z 2022-09-27T16:08:18.1137541Z from user code: 2022-09-27T16:08:18.1138103Z File "/var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py", line 74, in 2022-09-27T16:08:18.1138725Z mul_node = foo.graph.findNode("aten::mul") 2022-09-27T16:08:18.1138983Z 2022-09-27T16:08:18.1139215Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:18.1139611Z ========== 2022-09-27T16:08:18.1139840Z ok (0.009s) 2022-09-27T16:08:18.1339892Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py line 195 2022-09-27T16:08:18.1340601Z due to: 2022-09-27T16:08:18.1340900Z Traceback (most recent call last): 2022-09-27T16:08:18.1341411Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:18.1341950Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:18.1342774Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:18.1343189Z 2022-09-27T16:08:18.1343315Z from user code: 2022-09-27T16:08:18.1343831Z File "/var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py", line 199, in 2022-09-27T16:08:18.1344388Z for graph in [foo.graph, foo2.graph]: 2022-09-27T16:08:18.1344620Z 2022-09-27T16:08:18.1344855Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:18.1345228Z ========== 2022-09-27T16:08:18.1372357Z ok (0.023s) 2022-09-27T16:08:18.2082893Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py line 504 2022-09-27T16:08:18.2083574Z due to: 2022-09-27T16:08:18.2083865Z Traceback (most recent call last): 2022-09-27T16:08:18.2084343Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:18.2084876Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:18.2085751Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:18.2086141Z 2022-09-27T16:08:18.2086266Z from user code: 2022-09-27T16:08:18.2086799Z File "/var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py", line 509, in 2022-09-27T16:08:18.2087249Z g = foo.graph 2022-09-27T16:08:18.2087410Z 2022-09-27T16:08:18.2087633Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:18.2088006Z ========== 2022-09-27T16:08:18.3174445Z ok (0.179s) 2022-09-27T16:08:18.4289347Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py line 471 2022-09-27T16:08:18.4290477Z due to: 2022-09-27T16:08:18.4290780Z Traceback (most recent call last): 2022-09-27T16:08:18.4291376Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:08:18.4291887Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:08:18.4292528Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:08:18.4292831Z 2022-09-27T16:08:18.4292956Z from user code: 2022-09-27T16:08:18.4293641Z File "/var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py", line 472, in 2022-09-27T16:08:18.4294198Z output_tensor = list(mod(tensor)[0].size()) 2022-09-27T16:08:18.4294440Z 2022-09-27T16:08:18.4294680Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:18.4295071Z ========== 2022-09-27T16:08:18.4330750Z ok (0.115s) 2022-09-27T16:08:18.4363765Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sym_ir_parsing /var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py line 488 2022-09-27T16:08:18.4364487Z due to: 2022-09-27T16:08:18.4364804Z Traceback (most recent call last): 2022-09-27T16:08:18.4365265Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:18.4366078Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:18.4366942Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:08:18.4367339Z 2022-09-27T16:08:18.4367454Z from user code: 2022-09-27T16:08:18.4367900Z File "/var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py", line 493, in test_sym_ir_parsing 2022-09-27T16:08:18.4368374Z g = torch._C.parse_ir(graph_str1) 2022-09-27T16:08:18.4368592Z 2022-09-27T16:08:18.4368811Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:18.4369159Z ========== 2022-09-27T16:08:18.4369422Z ok (0.003s) 2022-09-27T16:08:18.4442895Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.007s) 2022-09-27T16:08:18.4492217Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unary_shape_functions /var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py line 121 2022-09-27T16:08:18.4492932Z due to: 2022-09-27T16:08:18.4493235Z Traceback (most recent call last): 2022-09-27T16:08:18.4493836Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:08:18.4494384Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:08:18.4494933Z NotImplementedError: argument of type: 2022-09-27T16:08:18.4495205Z 2022-09-27T16:08:18.4495322Z from user code: 2022-09-27T16:08:18.4495796Z File "/var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py", line 126, in test_unary_shape_functions 2022-09-27T16:08:18.4496327Z t = torch.jit.trace(fn, (torch.rand([4, 4]))) 2022-09-27T16:08:18.4496548Z 2022-09-27T16:08:18.4496773Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:18.4497146Z ========== 2022-09-27T16:08:18.4513522Z ok (0.007s) 2022-09-27T16:08:18.4598294Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py line 83 2022-09-27T16:08:18.4598996Z due to: 2022-09-27T16:08:18.4599305Z Traceback (most recent call last): 2022-09-27T16:08:18.4599787Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:18.4600280Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:18.4601308Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:18.4601699Z 2022-09-27T16:08:18.4601817Z from user code: 2022-09-27T16:08:18.4602282Z File "/var/lib/jenkins/workspace/test/jit/test_symbolic_shape_analysis.py", line 88, in 2022-09-27T16:08:18.4602834Z torch._C._jit_pass_propagate_shapes_on_graph(foo.graph) 2022-09-27T16:08:18.4603089Z 2022-09-27T16:08:18.4603311Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:18.4603678Z ========== 2022-09-27T16:08:18.4618337Z ok (0.010s) 2022-09-27T16:08:18.4707191Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.008s) 2022-09-27T16:08:18.5067340Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_builtins.py line 243 2022-09-27T16:08:18.5068092Z due to: 2022-09-27T16:08:18.5068390Z Traceback (most recent call last): 2022-09-27T16:08:18.5068876Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:18.5069490Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:18.5070258Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:18.5070646Z 2022-09-27T16:08:18.5070764Z from user code: 2022-09-27T16:08:18.5071263Z File "/var/lib/jenkins/workspace/test/jit/test_builtins.py", line 249, in 2022-09-27T16:08:18.5071865Z self.assertTrue("ImplicitTensorToNum" not in str(multiple_defs.graph)) 2022-09-27T16:08:18.5072166Z 2022-09-27T16:08:18.5072371Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:18.5072744Z ========== 2022-09-27T16:08:18.5169008Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT tensor_to_int /var/lib/jenkins/workspace/test/jit/test_builtins.py line 259 2022-09-27T16:08:18.5169515Z due to: 2022-09-27T16:08:18.5169820Z Traceback (most recent call last): 2022-09-27T16:08:18.5170220Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-09-27T16:08:18.5170682Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T16:08:18.5171283Z TypeError: unsqueeze(): argument 'dim' (position 1) must be int, not FakeTensor 2022-09-27T16:08:18.5171591Z 2022-09-27T16:08:18.5171711Z from user code: 2022-09-27T16:08:18.5172151Z File "/var/lib/jenkins/workspace/test/jit/test_builtins.py", line 260, in tensor_to_int 2022-09-27T16:08:18.5172605Z return x.unsqueeze(tensor) 2022-09-27T16:08:18.5172788Z 2022-09-27T16:08:18.5173007Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:18.5173374Z ========== 2022-09-27T16:08:18.5259638Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT tensor_to_float /var/lib/jenkins/workspace/test/jit/test_builtins.py line 266 2022-09-27T16:08:18.5260156Z due to: 2022-09-27T16:08:18.5261519Z Traceback (most recent call last): 2022-09-27T16:08:18.5262054Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-09-27T16:08:18.5262581Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T16:08:18.5263208Z TypeError: addcmul(): argument 'value' must be Number, not FakeTensor 2022-09-27T16:08:18.5263488Z 2022-09-27T16:08:18.5263605Z from user code: 2022-09-27T16:08:18.5264062Z File "/var/lib/jenkins/workspace/test/jit/test_builtins.py", line 267, in tensor_to_float 2022-09-27T16:08:18.5264523Z return x.addcmul(tensor, tensor, value=tensor) 2022-09-27T16:08:18.5264762Z 2022-09-27T16:08:18.5264984Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:18.5265356Z ========== 2022-09-27T16:08:18.5344642Z ok (0.063s) 2022-09-27T16:08:18.5458581Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_builtins.py line 229 2022-09-27T16:08:18.5459524Z due to: 2022-09-27T16:08:18.5459834Z Traceback (most recent call last): 2022-09-27T16:08:18.5460326Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:18.5460822Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:18.5461590Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:18.5462053Z 2022-09-27T16:08:18.5462172Z from user code: 2022-09-27T16:08:18.5462611Z File "/var/lib/jenkins/workspace/test/jit/test_builtins.py", line 229, in 2022-09-27T16:08:18.5463124Z graph = torch.jit.script(test_scalar_cast).graph 2022-09-27T16:08:18.5463373Z 2022-09-27T16:08:18.5463598Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:18.5463966Z ========== 2022-09-27T16:08:18.5561953Z ok (0.021s) 2022-09-27T16:08:21.9800810Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_builtins.py line 154 2022-09-27T16:08:21.9801303Z due to: 2022-09-27T16:08:21.9801488Z Traceback (most recent call last): 2022-09-27T16:08:21.9801755Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:21.9802210Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:21.9802690Z AssertionError: torch.* op returned non-Tensor CompilationUnit call_function 2022-09-27T16:08:21.9802915Z 2022-09-27T16:08:21.9802985Z from user code: 2022-09-27T16:08:21.9803254Z File "/var/lib/jenkins/workspace/test/jit/test_builtins.py", line 180, in 2022-09-27T16:08:21.9803553Z cu = torch.jit.CompilationUnit() 2022-09-27T16:08:21.9803691Z 2022-09-27T16:08:21.9803822Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:21.9804027Z ========== 2022-09-27T16:08:21.9881355Z ok (3.431s) 2022-09-27T16:08:22.0672326Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.078s) 2022-09-27T16:08:22.0682961Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... skip: requires CUDA (0.001s) 2022-09-27T16:08:22.1197013Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.051s) 2022-09-27T16:08:22.1713435Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.051s) 2022-09-27T16:08:22.2255972Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.054s) 2022-09-27T16:08:22.2791153Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.053s) 2022-09-27T16:08:22.3325520Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.053s) 2022-09-27T16:08:22.3858507Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.053s) 2022-09-27T16:08:22.4130524Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tensor_methods.py line 30 2022-09-27T16:08:22.4131196Z due to: 2022-09-27T16:08:22.4131507Z Traceback (most recent call last): 2022-09-27T16:08:22.4131935Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:22.4132645Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:22.4133378Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:08:22.4133976Z 2022-09-27T16:08:22.4134104Z from user code: 2022-09-27T16:08:22.4134610Z File "/var/lib/jenkins/workspace/test/jit/test_tensor_methods.py", line 31, in 2022-09-27T16:08:22.4135198Z FileCheck().check("aten::index").run(scripted.graph) 2022-09-27T16:08:22.4135472Z 2022-09-27T16:08:22.4135712Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:22.4136111Z ========== 2022-09-27T16:08:22.4136441Z You have not run this instance of FileCheck! 2022-09-27T16:08:22.4136789Z FileCheck checks: 2022-09-27T16:08:22.4137136Z ok (0.027s) 2022-09-27T16:08:22.4221305Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.008s) 2022-09-27T16:08:22.4797743Z test_default_args (jit.test_torchbind.TestTorchbind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn line 1 2022-09-27T16:08:22.4798257Z due to: 2022-09-27T16:08:22.4798518Z Traceback (most recent call last): 2022-09-27T16:08:22.4798980Z File "/opt/conda/lib/python3.7/inspect.py", line 1609, in getattr_static 2022-09-27T16:08:22.4799389Z raise AttributeError(attr) 2022-09-27T16:08:22.4799741Z AttributeError: _DefaultArgs 2022-09-27T16:08:22.4799962Z 2022-09-27T16:08:22.4800207Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:22.4800497Z 2022-09-27T16:08:22.4800658Z Traceback (most recent call last): 2022-09-27T16:08:22.4801148Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:22.4801612Z raise Unsupported(msg) 2022-09-27T16:08:22.4802414Z torchdynamo.exc.Unsupported: inline in skipfiles: __getattr__ /opt/conda/lib/python3.7/site-packages/torch/_classes.py 2022-09-27T16:08:22.4802832Z 2022-09-27T16:08:22.4802955Z from user code: 2022-09-27T16:08:22.4803281Z File "", line 2, in fn 2022-09-27T16:08:22.4803493Z 2022-09-27T16:08:22.4803730Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:22.4804112Z ========== 2022-09-27T16:08:22.4845530Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn /var/lib/jenkins/workspace/test/jit/test_torchbind.py line 427 2022-09-27T16:08:22.4846100Z due to: 2022-09-27T16:08:22.4846407Z Traceback (most recent call last): 2022-09-27T16:08:22.4846898Z File "/opt/conda/lib/python3.7/inspect.py", line 1609, in getattr_static 2022-09-27T16:08:22.4847347Z raise AttributeError(attr) 2022-09-27T16:08:22.4847704Z AttributeError: _DefaultArgs 2022-09-27T16:08:22.4847930Z 2022-09-27T16:08:22.4848176Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:22.4848483Z 2022-09-27T16:08:22.4848647Z Traceback (most recent call last): 2022-09-27T16:08:22.4849140Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:22.4849591Z raise Unsupported(msg) 2022-09-27T16:08:22.4850376Z torchdynamo.exc.Unsupported: inline in skipfiles: __getattr__ /opt/conda/lib/python3.7/site-packages/torch/_classes.py 2022-09-27T16:08:22.4850801Z 2022-09-27T16:08:22.4850922Z from user code: 2022-09-27T16:08:22.4851338Z File "/var/lib/jenkins/workspace/test/jit/test_torchbind.py", line 428, in fn 2022-09-27T16:08:22.4851849Z obj = torch.classes._TorchScriptTesting._DefaultArgs() 2022-09-27T16:08:22.4852096Z 2022-09-27T16:08:22.4852311Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:22.4852633Z ========== 2022-09-27T16:08:22.4887477Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT gn line 1 2022-09-27T16:08:22.4887915Z due to: 2022-09-27T16:08:22.4888232Z Traceback (most recent call last): 2022-09-27T16:08:22.4888663Z File "/opt/conda/lib/python3.7/inspect.py", line 1609, in getattr_static 2022-09-27T16:08:22.4889073Z raise AttributeError(attr) 2022-09-27T16:08:22.4889392Z AttributeError: _DefaultArgs 2022-09-27T16:08:22.4889594Z 2022-09-27T16:08:22.4889832Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:22.4890435Z 2022-09-27T16:08:22.4890599Z Traceback (most recent call last): 2022-09-27T16:08:22.4891089Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:22.4891551Z raise Unsupported(msg) 2022-09-27T16:08:22.4892336Z torchdynamo.exc.Unsupported: inline in skipfiles: __getattr__ /opt/conda/lib/python3.7/site-packages/torch/_classes.py 2022-09-27T16:08:22.4892755Z 2022-09-27T16:08:22.4892876Z from user code: 2022-09-27T16:08:22.4893204Z File "", line 2, in gn 2022-09-27T16:08:22.4893419Z 2022-09-27T16:08:22.4893655Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:22.4894127Z ========== 2022-09-27T16:08:22.4936994Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT gn /var/lib/jenkins/workspace/test/jit/test_torchbind.py line 440 2022-09-27T16:08:22.4937518Z due to: 2022-09-27T16:08:22.4937785Z Traceback (most recent call last): 2022-09-27T16:08:22.4938180Z File "/opt/conda/lib/python3.7/inspect.py", line 1609, in getattr_static 2022-09-27T16:08:22.4938562Z raise AttributeError(attr) 2022-09-27T16:08:22.4938867Z AttributeError: _DefaultArgs 2022-09-27T16:08:22.4939047Z 2022-09-27T16:08:22.4939262Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:22.4939508Z 2022-09-27T16:08:22.4939640Z Traceback (most recent call last): 2022-09-27T16:08:22.4940060Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:22.4940433Z raise Unsupported(msg) 2022-09-27T16:08:22.4941150Z torchdynamo.exc.Unsupported: inline in skipfiles: __getattr__ /opt/conda/lib/python3.7/site-packages/torch/_classes.py 2022-09-27T16:08:22.4941528Z 2022-09-27T16:08:22.4941636Z from user code: 2022-09-27T16:08:22.4941999Z File "/var/lib/jenkins/workspace/test/jit/test_torchbind.py", line 441, in gn 2022-09-27T16:08:22.4942458Z obj = torch.classes._TorchScriptTesting._DefaultArgs(5) 2022-09-27T16:08:22.4942707Z 2022-09-27T16:08:22.4942895Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:22.4943231Z ========== 2022-09-27T16:08:22.4943502Z ok (0.071s) 2022-09-27T16:08:22.4996095Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-09-27T16:08:22.5052769Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... STAGE:2022-09-27 16:08:22 3309:3309 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:08:22.5055577Z STAGE:2022-09-27 16:08:22 3309:3309 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:08:22.5060316Z ok (0.006s) 2022-09-27T16:08:22.5527643Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... ok (0.046s) 2022-09-27T16:08:22.5689611Z test_torchbind (jit.test_torchbind.TestTorchbind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT f /var/lib/jenkins/workspace/test/jit/test_torchbind.py line 45 2022-09-27T16:08:22.5690003Z due to: 2022-09-27T16:08:22.5690195Z Traceback (most recent call last): 2022-09-27T16:08:22.5690469Z File "/opt/conda/lib/python3.7/inspect.py", line 1609, in getattr_static 2022-09-27T16:08:22.5690717Z raise AttributeError(attr) 2022-09-27T16:08:22.5690899Z AttributeError: _Foo 2022-09-27T16:08:22.5691013Z 2022-09-27T16:08:22.5691149Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:22.5691312Z 2022-09-27T16:08:22.5691402Z Traceback (most recent call last): 2022-09-27T16:08:22.5691674Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:22.5691921Z raise Unsupported(msg) 2022-09-27T16:08:22.5692346Z torchdynamo.exc.Unsupported: inline in skipfiles: __getattr__ /opt/conda/lib/python3.7/site-packages/torch/_classes.py 2022-09-27T16:08:22.5692572Z 2022-09-27T16:08:22.5692650Z from user code: 2022-09-27T16:08:22.5692952Z File "/var/lib/jenkins/workspace/test/jit/test_torchbind.py", line 46, in f 2022-09-27T16:08:22.5693239Z val = torch.classes._TorchScriptTesting._Foo(5, 3) 2022-09-27T16:08:22.5693692Z 2022-09-27T16:08:22.5693827Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:22.5694043Z ========== 2022-09-27T16:08:22.5989230Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT f /var/lib/jenkins/workspace/test/jit/test_torchbind.py line 55 2022-09-27T16:08:22.5989638Z due to: 2022-09-27T16:08:22.5989930Z Traceback (most recent call last): 2022-09-27T16:08:22.5990400Z File "/opt/conda/lib/python3.7/inspect.py", line 1609, in getattr_static 2022-09-27T16:08:22.5990817Z raise AttributeError(attr) 2022-09-27T16:08:22.5991109Z AttributeError: _StackString 2022-09-27T16:08:22.5991234Z 2022-09-27T16:08:22.5991508Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:22.5991673Z 2022-09-27T16:08:22.5991765Z Traceback (most recent call last): 2022-09-27T16:08:22.5992035Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:22.5992288Z raise Unsupported(msg) 2022-09-27T16:08:22.5992696Z torchdynamo.exc.Unsupported: inline in skipfiles: __getattr__ /opt/conda/lib/python3.7/site-packages/torch/_classes.py 2022-09-27T16:08:22.5993051Z 2022-09-27T16:08:22.5993122Z from user code: 2022-09-27T16:08:22.5993366Z File "/var/lib/jenkins/workspace/test/jit/test_torchbind.py", line 56, in f 2022-09-27T16:08:22.5993668Z ss = torch.classes._TorchScriptTesting._StackString(["asdf", "bruh"]) 2022-09-27T16:08:22.5993825Z 2022-09-27T16:08:22.5993957Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:22.5994173Z ========== 2022-09-27T16:08:22.6075613Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT f /var/lib/jenkins/workspace/test/jit/test_torchbind.py line 60 2022-09-27T16:08:22.6076117Z due to: 2022-09-27T16:08:22.6076484Z Traceback (most recent call last): 2022-09-27T16:08:22.6076956Z File "/opt/conda/lib/python3.7/inspect.py", line 1609, in getattr_static 2022-09-27T16:08:22.6077411Z raise AttributeError(attr) 2022-09-27T16:08:22.6077768Z AttributeError: _StackString 2022-09-27T16:08:22.6077984Z 2022-09-27T16:08:22.6078127Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:22.6078293Z 2022-09-27T16:08:22.6078383Z Traceback (most recent call last): 2022-09-27T16:08:22.6078643Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:22.6078896Z raise Unsupported(msg) 2022-09-27T16:08:22.6079320Z torchdynamo.exc.Unsupported: inline in skipfiles: __getattr__ /opt/conda/lib/python3.7/site-packages/torch/_classes.py 2022-09-27T16:08:22.6079546Z 2022-09-27T16:08:22.6079615Z from user code: 2022-09-27T16:08:22.6079843Z File "/var/lib/jenkins/workspace/test/jit/test_torchbind.py", line 61, in f 2022-09-27T16:08:22.6080144Z ss1 = torch.classes._TorchScriptTesting._StackString(["asdf", "bruh"]) 2022-09-27T16:08:22.6080316Z 2022-09-27T16:08:22.6080446Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:22.6080650Z ========== 2022-09-27T16:08:22.6226232Z ok (0.069s) 2022-09-27T16:08:22.6275548Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-09-27T16:08:22.6400209Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... ok (0.012s) 2022-09-27T16:08:22.6507607Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... ok (0.010s) 2022-09-27T16:08:22.6596593Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.008s) 2022-09-27T16:08:22.7031500Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT foo_getter_setter_full line 1 2022-09-27T16:08:22.7032135Z due to: 2022-09-27T16:08:22.7032385Z Traceback (most recent call last): 2022-09-27T16:08:22.7033040Z File "/opt/conda/lib/python3.7/inspect.py", line 1609, in getattr_static 2022-09-27T16:08:22.7033496Z raise AttributeError(attr) 2022-09-27T16:08:22.7033886Z AttributeError: _FooGetterSetter 2022-09-27T16:08:22.7034047Z 2022-09-27T16:08:22.7034405Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:22.7034571Z 2022-09-27T16:08:22.7034662Z Traceback (most recent call last): 2022-09-27T16:08:22.7034934Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:22.7035177Z raise Unsupported(msg) 2022-09-27T16:08:22.7035607Z torchdynamo.exc.Unsupported: inline in skipfiles: __getattr__ /opt/conda/lib/python3.7/site-packages/torch/_classes.py 2022-09-27T16:08:22.7035834Z 2022-09-27T16:08:22.7035904Z from user code: 2022-09-27T16:08:22.7036099Z File "", line 2, in foo_getter_setter_full 2022-09-27T16:08:22.7036238Z 2022-09-27T16:08:22.7036431Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:22.7036653Z ========== 2022-09-27T16:08:22.7074140Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT foo_getter_setter_full /var/lib/jenkins/workspace/test/jit/test_torchbind.py line 136 2022-09-27T16:08:22.7074733Z due to: 2022-09-27T16:08:22.7075098Z Traceback (most recent call last): 2022-09-27T16:08:22.7075579Z File "/opt/conda/lib/python3.7/inspect.py", line 1609, in getattr_static 2022-09-27T16:08:22.7076019Z raise AttributeError(attr) 2022-09-27T16:08:22.7076413Z AttributeError: _FooGetterSetter 2022-09-27T16:08:22.7076637Z 2022-09-27T16:08:22.7076891Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:22.7077207Z 2022-09-27T16:08:22.7077373Z Traceback (most recent call last): 2022-09-27T16:08:22.7077649Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:22.7077904Z raise Unsupported(msg) 2022-09-27T16:08:22.7078326Z torchdynamo.exc.Unsupported: inline in skipfiles: __getattr__ /opt/conda/lib/python3.7/site-packages/torch/_classes.py 2022-09-27T16:08:22.7078549Z 2022-09-27T16:08:22.7078606Z from user code: 2022-09-27T16:08:22.7078869Z File "/var/lib/jenkins/workspace/test/jit/test_torchbind.py", line 137, in foo_getter_setter_full 2022-09-27T16:08:22.7079209Z fooGetterSetter = torch.classes._TorchScriptTesting._FooGetterSetter(5, 6) 2022-09-27T16:08:22.7079390Z 2022-09-27T16:08:22.7079520Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:22.7079722Z ========== 2022-09-27T16:08:22.7109676Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT foo_getter_setter_lambda line 1 2022-09-27T16:08:22.7110092Z due to: 2022-09-27T16:08:22.7110423Z Traceback (most recent call last): 2022-09-27T16:08:22.7110911Z File "/opt/conda/lib/python3.7/inspect.py", line 1609, in getattr_static 2022-09-27T16:08:22.7111382Z raise AttributeError(attr) 2022-09-27T16:08:22.7111755Z AttributeError: _FooGetterSetterLambda 2022-09-27T16:08:22.7111883Z 2022-09-27T16:08:22.7112018Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:22.7112184Z 2022-09-27T16:08:22.7112277Z Traceback (most recent call last): 2022-09-27T16:08:22.7112545Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:22.7112940Z raise Unsupported(msg) 2022-09-27T16:08:22.7113355Z torchdynamo.exc.Unsupported: inline in skipfiles: __getattr__ /opt/conda/lib/python3.7/site-packages/torch/_classes.py 2022-09-27T16:08:22.7113585Z 2022-09-27T16:08:22.7113655Z from user code: 2022-09-27T16:08:22.7113865Z File "", line 2, in foo_getter_setter_lambda 2022-09-27T16:08:22.7113993Z 2022-09-27T16:08:22.7114122Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:22.7114336Z ========== 2022-09-27T16:08:22.7147078Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT foo_getter_setter_lambda /var/lib/jenkins/workspace/test/jit/test_torchbind.py line 147 2022-09-27T16:08:22.7147581Z due to: 2022-09-27T16:08:22.7147942Z Traceback (most recent call last): 2022-09-27T16:08:22.7148396Z File "/opt/conda/lib/python3.7/inspect.py", line 1609, in getattr_static 2022-09-27T16:08:22.7148861Z raise AttributeError(attr) 2022-09-27T16:08:22.7149168Z AttributeError: _FooGetterSetterLambda 2022-09-27T16:08:22.7149429Z 2022-09-27T16:08:22.7149564Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:22.7149727Z 2022-09-27T16:08:22.7149815Z Traceback (most recent call last): 2022-09-27T16:08:22.7150071Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:22.7150326Z raise Unsupported(msg) 2022-09-27T16:08:22.7150792Z torchdynamo.exc.Unsupported: inline in skipfiles: __getattr__ /opt/conda/lib/python3.7/site-packages/torch/_classes.py 2022-09-27T16:08:22.7151068Z 2022-09-27T16:08:22.7151179Z from user code: 2022-09-27T16:08:22.7151586Z File "/var/lib/jenkins/workspace/test/jit/test_torchbind.py", line 148, in foo_getter_setter_lambda 2022-09-27T16:08:22.7151920Z foo = torch.classes._TorchScriptTesting._FooGetterSetterLambda(5) 2022-09-27T16:08:22.7152095Z 2022-09-27T16:08:22.7152223Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:22.7152427Z ========== 2022-09-27T16:08:22.7152588Z ok (0.055s) 2022-09-27T16:08:22.7473958Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... ok (0.032s) 2022-09-27T16:08:22.7564625Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT foo_readwrite line 1 2022-09-27T16:08:22.7565259Z due to: 2022-09-27T16:08:22.7565636Z Traceback (most recent call last): 2022-09-27T16:08:22.7566077Z File "/opt/conda/lib/python3.7/inspect.py", line 1609, in getattr_static 2022-09-27T16:08:22.7566488Z raise AttributeError(attr) 2022-09-27T16:08:22.7566816Z AttributeError: _FooReadWrite 2022-09-27T16:08:22.7567025Z 2022-09-27T16:08:22.7567252Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:22.7567544Z 2022-09-27T16:08:22.7567692Z Traceback (most recent call last): 2022-09-27T16:08:22.7568168Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:22.7568623Z raise Unsupported(msg) 2022-09-27T16:08:22.7569422Z torchdynamo.exc.Unsupported: inline in skipfiles: __getattr__ /opt/conda/lib/python3.7/site-packages/torch/_classes.py 2022-09-27T16:08:22.7569844Z 2022-09-27T16:08:22.7569984Z from user code: 2022-09-27T16:08:22.7570340Z File "", line 2, in foo_readwrite 2022-09-27T16:08:22.7570561Z 2022-09-27T16:08:22.7570798Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:22.7571169Z ========== 2022-09-27T16:08:22.7606867Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT foo_readwrite /var/lib/jenkins/workspace/test/jit/test_torchbind.py line 182 2022-09-27T16:08:22.7607407Z due to: 2022-09-27T16:08:22.7607743Z Traceback (most recent call last): 2022-09-27T16:08:22.7608204Z File "/opt/conda/lib/python3.7/inspect.py", line 1609, in getattr_static 2022-09-27T16:08:22.7608591Z raise AttributeError(attr) 2022-09-27T16:08:22.7608919Z AttributeError: _FooReadWrite 2022-09-27T16:08:22.7609132Z 2022-09-27T16:08:22.7609383Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:22.7609674Z 2022-09-27T16:08:22.7609835Z Traceback (most recent call last): 2022-09-27T16:08:22.7610313Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:22.7610774Z raise Unsupported(msg) 2022-09-27T16:08:22.7611543Z torchdynamo.exc.Unsupported: inline in skipfiles: __getattr__ /opt/conda/lib/python3.7/site-packages/torch/_classes.py 2022-09-27T16:08:22.7611950Z 2022-09-27T16:08:22.7612072Z from user code: 2022-09-27T16:08:22.7612493Z File "/var/lib/jenkins/workspace/test/jit/test_torchbind.py", line 183, in foo_readwrite 2022-09-27T16:08:22.7613043Z fooReadWrite = torch.classes._TorchScriptTesting._FooReadWrite(5, 6) 2022-09-27T16:08:22.7613341Z 2022-09-27T16:08:22.7613554Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:22.7613916Z ========== 2022-09-27T16:08:22.7699743Z ok (0.022s) 2022-09-27T16:08:22.7752145Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-09-27T16:08:22.7864785Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... ok (0.011s) 2022-09-27T16:08:22.7942583Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-09-27T16:08:22.8079652Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... ok (0.013s) 2022-09-27T16:08:22.8161458Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... ok (0.008s) 2022-09-27T16:08:22.8201283Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT TorchBindOptionalExplicitAttr /var/lib/jenkins/workspace/test/jit/test_torchbind.py line 371 2022-09-27T16:08:22.8202019Z due to: 2022-09-27T16:08:22.8202325Z Traceback (most recent call last): 2022-09-27T16:08:22.8202775Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:22.8203183Z raise Unsupported(msg) 2022-09-27T16:08:22.8203575Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:22.8203840Z 2022-09-27T16:08:22.8203957Z from user code: 2022-09-27T16:08:22.8204458Z File "/var/lib/jenkins/workspace/test/jit/test_torchbind.py", line 371, in TorchBindOptionalExplicitAttr 2022-09-27T16:08:22.8205025Z class TorchBindOptionalExplicitAttr(torch.nn.Module): 2022-09-27T16:08:22.8205308Z 2022-09-27T16:08:22.8205519Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:22.8205969Z ========== 2022-09-27T16:08:22.8252216Z ok (0.009s) 2022-09-27T16:08:22.8326404Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-09-27T16:08:22.8387677Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... ok (0.006s) 2022-09-27T16:08:22.8473524Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.008s) 2022-09-27T16:08:22.8568593Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_torchbind.py line 112 2022-09-27T16:08:22.8569356Z due to: 2022-09-27T16:08:22.8569679Z Traceback (most recent call last): 2022-09-27T16:08:22.8570181Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:22.8570843Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:22.8571517Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:08:22.8571834Z 2022-09-27T16:08:22.8571955Z from user code: 2022-09-27T16:08:22.8572415Z File "/var/lib/jenkins/workspace/test/jit/test_torchbind.py", line 115, in 2022-09-27T16:08:22.8573142Z fc = FileCheck().check('prim::CreateObject()')\ 2022-09-27T16:08:22.8573398Z 2022-09-27T16:08:22.8573611Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:22.8573963Z ========== 2022-09-27T16:08:22.8574262Z You have not run this instance of FileCheck! 2022-09-27T16:08:22.8574589Z FileCheck checks: 2022-09-27T16:08:22.8576194Z ok (0.010s) 2022-09-27T16:08:22.8749090Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... ok (0.017s) 2022-09-27T16:08:22.8889549Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... ok (0.013s) 2022-09-27T16:08:22.9024164Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... ok (0.013s) 2022-09-27T16:08:22.9087117Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... ok (0.006s) 2022-09-27T16:08:22.9236799Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... ok (0.014s) 2022-09-27T16:08:22.9344641Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... ok (0.010s) 2022-09-27T16:08:22.9494978Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... ok (0.014s) 2022-09-27T16:08:22.9799006Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.030s) 2022-09-27T16:08:23.0081589Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-09-27T16:08:23.0543650Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.046s) 2022-09-27T16:08:23.0766265Z test_constant (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-09-27T16:08:23.1242381Z test_conv (jit.test_tracer.TestTracer) ... ok (0.047s) 2022-09-27T16:08:23.1647836Z test_export_no_reorder (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 1027 2022-09-27T16:08:23.1648487Z due to: 2022-09-27T16:08:23.1648822Z Traceback (most recent call last): 2022-09-27T16:08:23.1649420Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:08:23.1650045Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:08:23.1650656Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:08:23.1650944Z 2022-09-27T16:08:23.1651068Z from user code: 2022-09-27T16:08:23.1651532Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 1028, in 2022-09-27T16:08:23.1652024Z outputs_ge2 = ge2(*recording_inputs) 2022-09-27T16:08:23.1652239Z 2022-09-27T16:08:23.1652460Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:23.1652814Z ========== 2022-09-27T16:08:23.1656383Z ok (0.041s) 2022-09-27T16:08:23.1965535Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.030s) 2022-09-27T16:08:23.2267723Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.030s) 2022-09-27T16:08:23.3466638Z test_ge (jit.test_tracer.TestTracer) ... ok (0.119s) 2022-09-27T16:08:23.3475134Z test_ge_cuda (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.000s) 2022-09-27T16:08:23.6241096Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (0.276s) 2022-09-27T16:08:23.7021824Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.077s) 2022-09-27T16:08:23.7366919Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.034s) 2022-09-27T16:08:23.7571424Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 1564 2022-09-27T16:08:23.7571818Z due to: 2022-09-27T16:08:23.7572075Z Traceback (most recent call last): 2022-09-27T16:08:23.7572449Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:23.7572986Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:23.7573464Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:08:23.7573660Z 2022-09-27T16:08:23.7573732Z from user code: 2022-09-27T16:08:23.7574015Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 1569, in 2022-09-27T16:08:23.7574380Z FileCheck().check("aten::view").check("index_put_").run(str(test_index_put.graph)) 2022-09-27T16:08:23.7574554Z 2022-09-27T16:08:23.7574686Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:23.7574891Z ========== 2022-09-27T16:08:23.7575088Z You have not run this instance of FileCheck! 2022-09-27T16:08:23.7575295Z FileCheck checks: 2022-09-27T16:08:23.7575455Z ok (0.020s) 2022-09-27T16:08:23.7767273Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 1572 2022-09-27T16:08:23.7767808Z due to: 2022-09-27T16:08:23.7767998Z Traceback (most recent call last): 2022-09-27T16:08:23.7768452Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:23.7768898Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:23.7769344Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:08:23.7769544Z 2022-09-27T16:08:23.7769601Z from user code: 2022-09-27T16:08:23.7769890Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 1577, in 2022-09-27T16:08:23.7770325Z FileCheck().check_not("aten::view").check("index_put_").run(str(test_index_put.graph)) 2022-09-27T16:08:23.7770504Z 2022-09-27T16:08:23.7770636Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:23.7770841Z ========== 2022-09-27T16:08:23.7771036Z You have not run this instance of FileCheck! 2022-09-27T16:08:23.7771243Z FileCheck checks: 2022-09-27T16:08:23.7771406Z ok (0.019s) 2022-09-27T16:08:23.7824009Z test_inplace_check (jit.test_tracer.TestTracer) ... /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool1d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7824929Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7826179Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool2d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7826757Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7827820Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool3d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7828530Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7829526Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7830243Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7831377Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand_as' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7831925Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7833269Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7833852Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7834995Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7835813Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7836993Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7837992Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7839163Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7839966Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7841450Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::meshgrid' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7842290Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7843119Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::min' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7843595Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7844337Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scan' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7844802Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7845559Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7846120Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7846962Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_to_type' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7847714Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7848898Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_comparison_operator' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7849564Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7850600Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_constant_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7851153Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7852234Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7852862Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7854114Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_try_cast_integer_to_float' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7855067Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7856099Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::addmm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7856871Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7858297Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::all' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7859000Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7860369Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::any' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7861081Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7862113Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7862882Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7863998Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bmm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7864772Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7865874Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7866616Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7867655Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7868507Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7869471Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::erf' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7870217Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7871352Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7872067Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7873364Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7874216Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7875496Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7876451Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7877736Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7878607Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7880100Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gt' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7880954Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7882155Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7882776Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7883813Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7884527Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7885930Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isnan' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7886842Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7888262Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lt' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7888756Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7889515Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7889993Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7890768Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::matmul' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7891372Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7892191Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7892780Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7893609Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7894161Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7895078Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7895627Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7896565Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7897237Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7898254Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::prelu' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7898803Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7899872Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7900516Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7901573Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7902180Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7903098Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7903698Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7904747Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7905370Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7906337Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sign' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7906930Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7907898Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7908518Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7909453Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7909999Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7910868Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7911578Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7912523Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7913291Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7914489Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7915280Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7916427Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7917178Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7918262Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7918866Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7919926Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7920659Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7921675Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7922299Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7923224Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'onnx::Placeholder' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7923796Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7924822Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::Constant' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7925557Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7926671Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ConstantChunk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7927402Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7928453Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ConstantSplit' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7929114Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7930101Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::If' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7930734Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7931772Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ListConstruct' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7932512Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7933517Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ListUnpack' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7934003Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7934961Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::Loop' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7935563Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7936603Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::TupleConstruct' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7937188Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7938349Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::Uninitialized' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7939137Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7940115Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::data' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7940804Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7941811Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::device' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7942475Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7943362Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::dtype' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7944070Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7945150Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::layout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7945860Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7946926Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7947689Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7948513Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7949025Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7949878Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::shape' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7950516Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7951405Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::tolist' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7951979Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7953230Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::unchecked_cast' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7953989Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7955121Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__and_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7955874Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7956976Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__derive_index' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7957743Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7958694Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__getitem_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7959296Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7960379Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7960989Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7961969Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__is_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7962450Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7963202Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__isnot_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7963784Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7964743Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__lshift_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7965351Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7966569Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__not_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7967122Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7968074Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__or_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7968819Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7969846Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__range_length' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7970524Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7971534Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__rshift_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7972094Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7973155Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__xor_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7973802Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7975014Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_adaptive_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7975687Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7976871Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::all' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7977552Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7978813Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::any' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7979569Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7980539Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7981169Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7982141Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_BFloat16' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7982785Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7983825Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Bool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7984429Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7985444Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Byte' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7986053Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7987062Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Char' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7987721Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7988733Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_ComplexDouble' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7989404Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7990501Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_ComplexFloat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7991160Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7992061Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Double' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7992606Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7993866Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Float' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7994572Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7995921Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Half' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7996723Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7997988Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Int' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.7998664Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.7999677Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Long' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8000499Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8001779Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Short' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8002620Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8004037Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_func_template' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8004901Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8006369Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_convert_padding_node' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8007252Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8008524Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_convolution' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8009293Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8010502Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_dim_arange' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8011273Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8012369Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_div_rounding_mode' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8012860Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8013617Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_floor_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8014098Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8014830Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_generic_rnn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8015309Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8016053Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8016548Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8017307Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_kl_div_log_target_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8017844Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8018615Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_kl_div_non_log_target_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8019112Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8019955Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_layer_norm_returns_normalized_input_mean_rstd' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8020467Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8021185Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::len' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8021667Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8022404Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::list' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8022883Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8023612Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_log_softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8024096Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8024846Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_lstm_full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8025326Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8026066Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_lstm_packed' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8026547Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8027294Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_max_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8027774Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8028542Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_maybe_cast_reduce_op_input' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8029023Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8029773Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_one_hidden_rnn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8030257Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8031058Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_pack_padded_sequence' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8031548Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8032310Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_pad_circular' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8032927Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8033800Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_pad_packed_sequence' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8034301Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8035115Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_prepare_onnx_paddings' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8035616Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8036386Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_op_symbolic' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8036874Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8037639Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_with_dtype' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8038121Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8038885Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reshape_from_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8039380Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8040139Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_sample_dirichlet' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8040612Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8041368Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_shape_as_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8041851Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8042595Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_slice' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8043074Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8043812Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_standard_gamma' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8044387Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8045146Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_trunc_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8045782Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8046517Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unique' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8046998Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8047749Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unique2' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8048237Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8049009Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unsupported_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8049495Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8050241Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_var_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8050719Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8051467Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_weight_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8051937Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8052671Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::abs' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8053146Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8053881Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::acos' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8054356Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8055109Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8055598Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8056352Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8056889Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8057636Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8058126Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8058916Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8059411Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8060166Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8060644Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8061410Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8061904Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8062639Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8063102Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8063841Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::addcmul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8064316Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8065064Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::addmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8065541Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8066266Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::alias' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8066744Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8067492Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::alpha_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8067975Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8068710Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::alpha_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8069199Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8069970Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::amax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8070449Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8071211Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::amin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8071674Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8072417Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::aminmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8073111Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8073867Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8074332Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8075082Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8075566Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8076307Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8076791Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8077523Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::as_strided' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8078002Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8078745Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::as_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8079226Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8079949Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::asin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8080423Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8081160Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::atan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8081632Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8082376Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8082901Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8083648Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8084129Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8084911Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8085386Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8086224Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::baddbmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8086713Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8087474Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::batch_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8087960Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8088698Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bernoulli' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8089188Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8089938Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bitwise_not' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8090426Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8091153Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8091636Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8092396Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::broadcast_tensors' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8092884Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8094022Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bucketize' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8094494Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8095232Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8095707Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8096490Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cdist' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8096953Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8097725Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ceil' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8098204Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8098941Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8099421Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8100155Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8100640Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8101382Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8101864Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8102585Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clone' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8103060Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8103816Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::constant_pad_nd' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8104304Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8105060Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::contiguous' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8105534Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8106277Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8106754Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8107491Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8107954Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8108689Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8109204Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8109948Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_tbc' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8110427Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8111195Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_transpose1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8111688Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8112452Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_transpose2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8113141Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8113912Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_transpose3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8114402Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8115158Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::convolution' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8115650Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8116385Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cos' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8116849Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8117617Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cosine_similarity' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8118104Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8118850Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cross' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8119316Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8120057Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cumsum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8120539Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8121276Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::detach' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8121825Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8122548Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dim' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8123028Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8123805Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::div' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8124289Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8125014Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dot' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8125489Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8126314Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8126793Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8127540Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8128000Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8128745Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::elu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8129225Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8129971Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8130445Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8131190Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8131675Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8132416Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8132887Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8133621Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8134104Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8134840Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::eq' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8135370Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8136091Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::erf' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8136571Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8137341Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::exp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8137822Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8138555Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8139032Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8139777Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8140260Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8140996Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::eye' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8141455Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8142223Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_alpha_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8142718Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8143479Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_alpha_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8143968Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8144708Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8145198Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8145953Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8146436Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8147154Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8147659Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8148405Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8148885Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8149636Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::floor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8150116Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8150867Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::floor_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8151347Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8152083Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::floordiv' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8152548Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8153521Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::frobenius_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8154014Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8154754Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8155229Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8155968Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8156453Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8157193Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8157676Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8158392Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ge' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8158862Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8159608Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8160087Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8160838Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::get_pool_ceil_padding' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8161400Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8162136Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::glu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8162611Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8163391Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::group_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8163864Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8164602Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gru' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8165075Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8165880Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8166359Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8167094Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gt_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8167578Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8168333Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hann_window' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8168818Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8169554Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8170039Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8170783Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardsigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8171260Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8171992Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardswish' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8172476Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8173224Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardtanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8173739Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8174478Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8174943Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8175721Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8176202Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8176949Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8177422Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8178168Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8178646Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8179386Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_put' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8179861Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8180599Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_select' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8181080Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8181835Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::instance_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8182319Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8183052Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::is_floating_point' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8183544Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8184283Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::is_pinned' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8184764Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8185496Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isnan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8185959Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8186695Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::item' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8187202Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8187942Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::kl_div' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8188433Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8189180Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::layer_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8189666Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8190403Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::le' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8190876Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8191602Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::leaky_relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8192079Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8192962Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lerp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8193562Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8194293Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lift' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8194773Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8195530Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_cross' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8196015Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8196773Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_matrix_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8197254Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8198000Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8198478Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8199241Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_vector_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8199784Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8200529Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linear' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8201013Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8201801Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linspace' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8202283Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8203012Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8203493Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8204238Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log10' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8204717Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8205445Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log1p' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8206025Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8206772Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log2' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8207250Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8208000Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log_sigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8208471Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8209219Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log_softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8209703Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8210446Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logical_and' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8210916Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8211673Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logical_or' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8212161Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8212905Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logical_xor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8213426Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8214160Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logsumexp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8214667Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8215401Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lstm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8215875Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8216605Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lstm_cell' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8217084Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8217817Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8218289Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8219032Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lt_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8219497Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8220239Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8220715Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8221460Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::matmul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8221922Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8222658Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8223131Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8223880Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8224360Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8225111Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8225656Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8226396Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8226871Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8227644Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8228146Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8228895Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8229375Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8230139Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8230621Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8231358Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::maximum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8231837Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8232574Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8233262Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8234014Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::meshgrid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8234502Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8235237Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8235709Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8236436Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::minimum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8236912Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8237662Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mish' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8238136Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8238915Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8239391Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8240175Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::movedim' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8240654Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8241382Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8241844Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8242591Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::multinomial' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8243069Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8243807Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mv' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8244265Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8245002Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::narrow' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8245484Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8246326Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::native_layer_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8246816Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8247545Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ne' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8248023Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8248755Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::neg' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8249235Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8249970Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_empty' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8250451Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8251203Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8251751Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8252481Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_ones' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8252961Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8253733Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_zeros' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8254214Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8254953Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8255423Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8256175Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero_numpy' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8256657Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8257392Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8257865Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8258594Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::numel' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8259071Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8259811Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::numpy_T' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8260286Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8261010Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::one_hot' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8261482Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8262218Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8262701Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8263435Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8263906Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8264712Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::op_with_optional_float_cast' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8265208Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8266001Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::overload_by_arg_count' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8266486Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8267226Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8267704Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8268465Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pairwise_distance' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8268958Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8269687Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::permute' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8270166Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8270923Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pixel_shuffle' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8271409Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8272142Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pixel_unshuffle' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8272635Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8273594Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pow' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8274077Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8274811Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::prelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8275292Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8276033Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::prod' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8276518Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8277249Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rand' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8277795Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8278529Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rand_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8279009Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8279789Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::randn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8280270Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8281024Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::randn_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8281496Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8282244Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reciprocal' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8282731Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8283492Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8283984Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8284729Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8285218Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8286052Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8286536Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8287275Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8287764Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8288503Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8288978Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8289721Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::relu6' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8290218Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8290964Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::remainder' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8291449Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8292221Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8292687Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8293443Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8293935Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8294689Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8295179Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8295926Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8296414Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8297273Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8297762Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8298508Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8298998Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8299742Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reshape' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8300225Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8300973Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reshape_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8301446Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8302188Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rnn_relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8302669Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8303412Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rnn_tanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8303918Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8304657Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::roll' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8305159Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8305904Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rrelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8306387Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8307110Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rsqrt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8307586Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8308319Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rsub' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8308793Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8309525Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scalar_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8310010Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8310753Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8311231Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8311966Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8312451Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8313425Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::select' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8313908Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8314655Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::selu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8315122Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8315864Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8316419Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8317160Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sign' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8317637Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8318396Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::silu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8318875Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8319608Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8320084Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8320805Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::size' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8321280Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8322025Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::slice' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8322503Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8323235Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8323714Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8324462Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softplus' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8324941Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8325763Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8326235Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8326970Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8327446Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8328189Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8328653Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8329415Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8329933Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8330665Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sqrt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8331134Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8331884Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::square' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8332364Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8333105Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::squeeze' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8333586Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8334308Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::stack' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8334790Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8335525Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::std' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8335999Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8336739Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::std_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8337206Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8337933Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sub' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8338406Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8339141Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8339602Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8340340Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::t' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8340811Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8341544Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::take' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8342056Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8342777Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8343246Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8344010Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8344483Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8345215Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tanhshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8345697Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8346438Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8346915Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8347666Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::threshold' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8348135Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8348865Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::to' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8349342Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8350079Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8350540Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8351296Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::transpose' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8351774Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8352516Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::true_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8353207Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8353943Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::type_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8354427Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8355169Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8355711Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8356440Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unfold' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8356922Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8357712Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_chunk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8358201Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8358931Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8359408Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8360175Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split_with_sizes' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8360669Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8361413Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsqueeze' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8361880Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8362628Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unused' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8363100Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8363859Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8364353Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8365098Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8365663Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8366433Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8366927Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8367683Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8368214Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8368971Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8369459Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8370255Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8370740Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8371475Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::var' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8371947Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8372691Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::var_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8373160Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8373899Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::view' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8374377Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8375113Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::view_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8375586Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8376309Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8376789Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8377563Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::wrap_logical_op_with_cast_to' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8378059Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8378824Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::wrap_logical_op_with_negation' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8379317Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8380058Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8380535Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8381325Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8381790Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8382563Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::add' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8383045Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8383802Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::add_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8384277Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8385020Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::cat' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8385499Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8386253Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8386739Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8387480Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8387970Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8388723Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::group_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8389211Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8389954Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::hardswish' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8390442Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8391202Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::instance_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8391691Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8392450Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::layer_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8393200Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8393971Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::leaky_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8394522Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8395277Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::linear' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8395750Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8396533Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::mul' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8397014Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8397774Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::sigmoid' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8398256Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8398993Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8399477Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8400230Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8400711Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8401453Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_div_rounding_mode' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8401948Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8402704Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_floor_divide' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8403183Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8403936Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8404404Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8405147Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_max_pool' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8405693Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8406445Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_slice' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8406958Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8407703Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8408184Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8408954Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8409437Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8410169Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8410656Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8411403Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dequantize' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8411883Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8412613Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::div' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8413089Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8413845Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8414331Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8415129Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_tensor_affine' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8415616Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8416355Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flip' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8416831Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8417565Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fmod' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8418042Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8418772Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isfinite' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8419251Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8419992Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isinf' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8420506Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8421269Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8421756Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8422525Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8423018Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8423751Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8424231Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8424995Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8425489Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8426242Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8426709Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8427471Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8427969Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8428714Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nan_to_num' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8429199Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8429956Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::quantize_per_tensor' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8430443Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8431188Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::slice' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8431661Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8432382Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8433062Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8433828Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8434306Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8435105Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8435600Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8436360Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8436854Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8437625Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8438109Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8438863Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8439357Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8440120Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8440609Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8441364Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8441855Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8442592Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::Delete' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8443070Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8443814Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ConstantChunk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8444300Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8445044Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__getitem_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8445628Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8446385Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8446858Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8447683Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__lshift_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8448164Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8448909Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__rshift_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8449372Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8450108Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8450595Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8451347Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_dim_arange' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8451835Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8452593Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_indices_along_dim' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8453095Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8453862Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_output_shape' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8454355Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8455109Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_padded_input' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8455600Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8456346Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8456827Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8457564Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::len' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8458026Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8458830Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_prepare_onnx_paddings' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8459328Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8460133Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_set_item' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8460603Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8461346Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unique2' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8461827Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8462569Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::add' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8463046Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8463774Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::append' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8464245Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8464991Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8465472Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8466202Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argsort' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8466682Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8467426Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8467907Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8468654Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8469126Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8469872Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8470345Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8471086Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cat' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8471582Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8472320Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::chunk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8472938Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8473811Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8474295Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8475034Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_max' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8475514Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8476261Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_min' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8476737Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8477481Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::constant_pad_nd' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8477974Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8478713Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cumsum' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8479192Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8479942Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8480416Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8481167Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_renorm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8481659Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8482397Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8482868Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8483604Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8484124Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8484867Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardtanh' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8485340Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8486179Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::im2col' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8486662Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8487407Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8487885Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8488624Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8489107Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8489855Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8490327Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8491082Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_put' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8491552Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8492299Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::insert' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8492773Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8493520Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_det' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8493996Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8494755Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_vector_norm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8495242Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8495987Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logdet' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8496468Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8497093Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_scatter' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8497218Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8497843Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_select' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8497964Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8498567Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8498665Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8499272Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::narrow' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8499370Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8499983Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::normal' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8500078Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8500689Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8500787Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8501412Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pixel_shuffle' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8501493Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8502101Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pop' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8502196Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8502819Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8502916Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8503544Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8503639Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8504273Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8504405Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8505038Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8505134Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8505779Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::relu6' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8505875Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8506478Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::remainder' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8506575Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8507201Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8507298Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8507934Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8508032Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8508667Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8508761Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8509398Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8509495Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8510105Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::round' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8510202Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8510808Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8510903Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8511519Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::select' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8511615Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8512259Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::size' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8512354Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8513218Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8513320Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8513929Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8514027Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8514637Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8514732Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8515353Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::squeeze' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8515449Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8516058Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::stack' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8516155Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8516759Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8516854Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8517469Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8517568Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8518186Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unique_dim' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8518280Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8518885Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsqueeze' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8518979Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8519609Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bicubic2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8519741Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8520383Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8520477Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8521135Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8521232Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8521863Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8521958Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8522599Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8522695Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8523327Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8523412Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8524049Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8524144Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8524810Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_dropout_returns_masked_input_and_mask' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8524904Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8525532Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_einsum_helper' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8525701Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8526314Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmax' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8526408Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8527020Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmin' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8527149Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8527801Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::binary_cross_entropy_with_logits' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8527896Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8528517Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::celu' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8528615Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8529247Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cross_entropy_loss' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8529345Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8529963Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dropout' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8530059Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8530676Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::einsum' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8530775Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8531383Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ge' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8531478Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8532086Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::le' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8532181Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8532793Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::native_dropout' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8532889Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8533499Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nll_loss' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8533593Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8534209Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nll_loss2d' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8534306Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8534924Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nll_loss_nd' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8535055Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8535694Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::outer' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8535791Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8536399Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pow' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8536496Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8537117Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tensordot' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8537199Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8537814Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unfold' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8537908Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8538529Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8538626Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8539257Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d_relu' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8539352Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8539979Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::linear' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8540079Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8540714Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_op_symbolic' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8540809Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8541440Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_with_dtype' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8541535Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8542143Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::diagonal' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8542267Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8542924Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_channel_affine' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8543022Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8543712Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_tensor_affine' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8543809Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8544433Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::frobenius_norm' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8544530Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8545153Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log_softmax' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8545248Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8545875Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero_numpy' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8545972Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8546588Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8546682Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8547294Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softmax' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8547391Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8548000Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8548100Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8548725Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8548821Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8549429Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sum' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8549565Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8550187Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tensor_split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8550282Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8550921Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8551007Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8551629Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_chunk' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8551725Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8552339Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8552435Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8553278Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split_with_sizes' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8553376Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8554001Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8554099Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8554728Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::hardswish' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8554824Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8555437Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::batch_norm' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8555532Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8556146Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardswish' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8556241Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8556863Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reshape' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8556960Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8557569Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tril' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8557721Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8558329Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::triu' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8558458Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8559087Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::unchecked_cast' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8559184Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8559799Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__is_' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8559894Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8560500Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__isnot_' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8560594Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8561214Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::grid_sampler' already registered for opset 16. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8561310Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8561933Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 16. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8562028Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8562648Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::layer_norm' already registered for opset 17. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:08:23.8562744Z errors.OnnxExporterWarning, 2022-09-27T16:08:23.8562811Z ok (0.025s) 2022-09-27T16:08:23.8567410Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.054s) 2022-09-27T16:08:23.9196354Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 830 2022-09-27T16:08:23.9199719Z due to: 2022-09-27T16:08:23.9199946Z Traceback (most recent call last): 2022-09-27T16:08:23.9200341Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:23.9200828Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:23.9201316Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:08:23.9201539Z 2022-09-27T16:08:23.9201610Z from user code: 2022-09-27T16:08:23.9201929Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 831, in 2022-09-27T16:08:23.9202391Z FileCheck().check("expand_as").run(str(g)) 2022-09-27T16:08:23.9202528Z 2022-09-27T16:08:23.9202658Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:23.9202879Z ========== 2022-09-27T16:08:23.9203061Z You have not run this instance of FileCheck! 2022-09-27T16:08:23.9203263Z FileCheck checks: 2022-09-27T16:08:23.9203433Z ok (0.063s) 2022-09-27T16:08:23.9278075Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:08:23.9491031Z test_inplace_transplant (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 282 2022-09-27T16:08:23.9491667Z due to: 2022-09-27T16:08:23.9491956Z Traceback (most recent call last): 2022-09-27T16:08:23.9492482Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:23.9493301Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:23.9494053Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:08:23.9494406Z 2022-09-27T16:08:23.9494526Z from user code: 2022-09-27T16:08:23.9494971Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 283, in 2022-09-27T16:08:23.9495467Z FileCheck().check_count("aten::clone", 1, exactly=True) \ 2022-09-27T16:08:23.9495675Z 2022-09-27T16:08:23.9495870Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:23.9496174Z ========== 2022-09-27T16:08:23.9496456Z You have not run this instance of FileCheck! 2022-09-27T16:08:23.9496797Z FileCheck checks: 2022-09-27T16:08:23.9530565Z ok (0.025s) 2022-09-27T16:08:23.9689735Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-09-27T16:08:23.9879147Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-09-27T16:08:24.0307172Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.042s) 2022-09-27T16:08:24.0739004Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.042s) 2022-09-27T16:08:24.0753709Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-09-27T16:08:24.0918615Z Check that dictionary access doesn't care about insertion order ... ok (0.017s) 2022-09-27T16:08:24.1107480Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-09-27T16:08:24.1273272Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:08:24.1430795Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-09-27T16:08:24.1446287Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-09-27T16:08:24.1627998Z Check that the trace remembers which keys were in a dict input ... ok (0.019s) 2022-09-27T16:08:24.1814012Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-09-27T16:08:24.1824031Z test_input_flatten (jit.test_tracer.TestTracer) 2022-09-27T16:08:24.2092746Z Check that inputs to traced functions are flattened ... ok (0.027s) 2022-09-27T16:08:24.2277797Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-09-27T16:08:24.2431578Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-09-27T16:08:24.2670479Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-09-27T16:08:24.2790203Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:08:24.2978886Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-09-27T16:08:24.3420140Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.043s) 2022-09-27T16:08:24.3437543Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.001s) 2022-09-27T16:08:24.3641285Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-09-27T16:08:24.3851171Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-09-27T16:08:24.4191099Z test_max_pool (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 770 2022-09-27T16:08:24.4191680Z due to: 2022-09-27T16:08:24.4191966Z Traceback (most recent call last): 2022-09-27T16:08:24.4192456Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:24.4193681Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:24.4194352Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:08:24.4194665Z 2022-09-27T16:08:24.4194780Z from user code: 2022-09-27T16:08:24.4195190Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 771, in 2022-09-27T16:08:24.4195685Z FileCheck().check("aten::max_pool2d(").run(graph) 2022-09-27T16:08:24.4195897Z 2022-09-27T16:08:24.4196100Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:24.4196445Z ========== 2022-09-27T16:08:24.4196747Z You have not run this instance of FileCheck! 2022-09-27T16:08:24.4197067Z FileCheck checks: 2022-09-27T16:08:24.4240754Z ok (0.038s) 2022-09-27T16:08:24.4634238Z test_nested_inplace (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 779 2022-09-27T16:08:24.4634883Z due to: 2022-09-27T16:08:24.4635178Z Traceback (most recent call last): 2022-09-27T16:08:24.4635654Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:24.4636390Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:24.4637121Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:08:24.4637460Z 2022-09-27T16:08:24.4637574Z from user code: 2022-09-27T16:08:24.4638037Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 780, in 2022-09-27T16:08:24.4638531Z FileCheck().check("threshold_").run(str(g)) 2022-09-27T16:08:24.4638744Z 2022-09-27T16:08:24.4638966Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:24.4639333Z ========== 2022-09-27T16:08:24.4639661Z You have not run this instance of FileCheck! 2022-09-27T16:08:24.4639995Z FileCheck checks: 2022-09-27T16:08:24.4667054Z ok (0.042s) 2022-09-27T16:08:24.4773617Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:08:24.4783001Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-09-27T16:08:24.5052777Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.027s) 2022-09-27T16:08:24.5231773Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-09-27T16:08:24.5433213Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-09-27T16:08:24.5852759Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.041s) 2022-09-27T16:08:24.6449597Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.059s) 2022-09-27T16:08:24.6536985Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:08:24.6883942Z test_simple (jit.test_tracer.TestTracer) ... ok (0.034s) 2022-09-27T16:08:24.7032299Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-09-27T16:08:24.7190301Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-09-27T16:08:24.7521813Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.033s) 2022-09-27T16:08:24.9955292Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.243s) 2022-09-27T16:08:25.1700236Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.174s) 2022-09-27T16:08:25.1850776Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-09-27T16:08:25.1932550Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_trace_c10_ops /var/lib/jenkins/workspace/test/jit/test_tracer.py line 848 2022-09-27T16:08:25.1933137Z due to: 2022-09-27T16:08:25.1933505Z Traceback (most recent call last): 2022-09-27T16:08:25.1934042Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 492, in __getattr__ 2022-09-27T16:08:25.1934590Z op, overload_names = torch._C._jit_get_operation(qualified_op_name) 2022-09-27T16:08:25.1934891Z RuntimeError: No such operator _caffe2::GenerateProposals 2022-09-27T16:08:25.1935050Z 2022-09-27T16:08:25.1935189Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:25.1935356Z 2022-09-27T16:08:25.1935449Z Traceback (most recent call last): 2022-09-27T16:08:25.1935801Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 498, in __getattr__ 2022-09-27T16:08:25.1936027Z ) from e 2022-09-27T16:08:25.1936346Z AttributeError: '_OpNamespace' '_caffe2' object has no attribute 'GenerateProposals' 2022-09-27T16:08:25.1936532Z 2022-09-27T16:08:25.1936600Z from user code: 2022-09-27T16:08:25.1936841Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 850, in test_trace_c10_ops 2022-09-27T16:08:25.1937122Z _ = torch.ops._caffe2.GenerateProposals 2022-09-27T16:08:25.1937260Z 2022-09-27T16:08:25.1937394Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:25.1937612Z ========== 2022-09-27T16:08:25.1946202Z skip: Skip the test since c2 ops are not registered. (0.009s) 2022-09-27T16:08:25.3173911Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.122s) 2022-09-27T16:08:25.3343674Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:08:25.3487760Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-09-27T16:08:25.3774454Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-09-27T16:08:25.4058614Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-09-27T16:08:25.4236379Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-09-27T16:08:25.4383454Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-09-27T16:08:25.4667031Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-09-27T16:08:25.4716767Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyClass /var/lib/jenkins/workspace/test/jit/test_tracer.py line 89 2022-09-27T16:08:25.4717320Z due to: 2022-09-27T16:08:25.4717508Z Traceback (most recent call last): 2022-09-27T16:08:25.4717793Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:25.4718046Z raise Unsupported(msg) 2022-09-27T16:08:25.4718286Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:25.4718459Z 2022-09-27T16:08:25.4718575Z from user code: 2022-09-27T16:08:25.4718816Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 89, in MyClass 2022-09-27T16:08:25.4719080Z class MyClass(torch.nn.Module): 2022-09-27T16:08:25.4719210Z 2022-09-27T16:08:25.4719347Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:25.4719570Z ========== 2022-09-27T16:08:25.4819594Z ok (0.015s) 2022-09-27T16:08:25.5097445Z test_trace_contiguous (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 1680 2022-09-27T16:08:25.5098008Z due to: 2022-09-27T16:08:25.5098218Z Traceback (most recent call last): 2022-09-27T16:08:25.5098553Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:25.5099279Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:25.5099695Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:08:25.5099882Z 2022-09-27T16:08:25.5099974Z from user code: 2022-09-27T16:08:25.5100405Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 1681, in 2022-09-27T16:08:25.5100742Z self.assertNotEqual(x.storage().data_ptr(), y.storage().data_ptr()) 2022-09-27T16:08:25.5100961Z 2022-09-27T16:08:25.5101186Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:25.5101399Z ========== 2022-09-27T16:08:25.5101565Z ok (0.028s) 2022-09-27T16:08:25.5252882Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 1694 2022-09-27T16:08:25.5253636Z due to: 2022-09-27T16:08:25.5253811Z Traceback (most recent call last): 2022-09-27T16:08:25.5254089Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:25.5254524Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:25.5254967Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:08:25.5255152Z 2022-09-27T16:08:25.5255224Z from user code: 2022-09-27T16:08:25.5255521Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 1695, in 2022-09-27T16:08:25.5255880Z FileCheck().check("aten::contiguous").run(str(traced.graph)) 2022-09-27T16:08:25.5256041Z 2022-09-27T16:08:25.5256158Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:25.5256379Z ========== 2022-09-27T16:08:25.5256581Z You have not run this instance of FileCheck! 2022-09-27T16:08:25.5256788Z FileCheck checks: 2022-09-27T16:08:25.5256945Z ok (0.015s) 2022-09-27T16:08:25.5452128Z test_trace_detach (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 1077 2022-09-27T16:08:25.5452529Z due to: 2022-09-27T16:08:25.5452749Z Traceback (most recent call last): 2022-09-27T16:08:25.5453033Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:25.5453536Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:25.5453982Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:08:25.5454228Z 2022-09-27T16:08:25.5454303Z from user code: 2022-09-27T16:08:25.5454577Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 1079, in 2022-09-27T16:08:25.5454962Z FileCheck().check("matmul").check("detach").run(str(traced.graph)) 2022-09-27T16:08:25.5455126Z 2022-09-27T16:08:25.5455245Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:25.5455466Z ========== 2022-09-27T16:08:25.5455724Z You have not run this instance of FileCheck! 2022-09-27T16:08:25.5455918Z FileCheck checks: 2022-09-27T16:08:25.5506822Z ok (0.025s) 2022-09-27T16:08:25.5708623Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 1105 2022-09-27T16:08:25.5709341Z due to: 2022-09-27T16:08:25.5709657Z Traceback (most recent call last): 2022-09-27T16:08:25.5710157Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:25.5710819Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:25.5712006Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:08:25.5712392Z 2022-09-27T16:08:25.5712523Z from user code: 2022-09-27T16:08:25.5713383Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 1107, in 2022-09-27T16:08:25.5714004Z FileCheck().check("matmul").check("detach(").run(str(traced.graph)) 2022-09-27T16:08:25.5714314Z 2022-09-27T16:08:25.5714560Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:25.5714964Z ========== 2022-09-27T16:08:25.5715481Z You have not run this instance of FileCheck! 2022-09-27T16:08:25.5715867Z FileCheck checks: 2022-09-27T16:08:25.5762520Z ok (0.025s) 2022-09-27T16:08:25.5901231Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-09-27T16:08:25.5966258Z test_trace_detach_onnx_erase (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:08:25.6106670Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-09-27T16:08:25.6390147Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-09-27T16:08:25.6629658Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-09-27T16:08:25.6688894Z test_trace_export_fns (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Foo /var/lib/jenkins/workspace/test/jit/test_tracer.py line 1294 2022-09-27T16:08:25.6689498Z due to: 2022-09-27T16:08:25.6689794Z Traceback (most recent call last): 2022-09-27T16:08:25.6690228Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:25.6690660Z raise Unsupported(msg) 2022-09-27T16:08:25.6691049Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:25.6691328Z 2022-09-27T16:08:25.6691436Z from user code: 2022-09-27T16:08:25.6691839Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 1294, in Foo 2022-09-27T16:08:25.6692256Z class Foo(torch.nn.Module): 2022-09-27T16:08:25.6692458Z 2022-09-27T16:08:25.6692679Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:25.6693010Z ========== 2022-09-27T16:08:25.8774547Z ok (0.214s) 2022-09-27T16:08:25.8854156Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Foo /var/lib/jenkins/workspace/test/jit/test_tracer.py line 1325 2022-09-27T16:08:25.8854797Z due to: 2022-09-27T16:08:25.8855088Z Traceback (most recent call last): 2022-09-27T16:08:25.8855555Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:25.8855969Z raise Unsupported(msg) 2022-09-27T16:08:25.8856316Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:25.8856580Z 2022-09-27T16:08:25.8856686Z from user code: 2022-09-27T16:08:25.8857052Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 1325, in Foo 2022-09-27T16:08:25.8857481Z class Foo(torch.nn.Module): 2022-09-27T16:08:25.8857701Z 2022-09-27T16:08:25.8857941Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:25.8858322Z ========== 2022-09-27T16:08:26.1021273Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT Bar /var/lib/jenkins/workspace/test/jit/test_tracer.py line 1364 2022-09-27T16:08:26.1021864Z due to: 2022-09-27T16:08:26.1022149Z Traceback (most recent call last): 2022-09-27T16:08:26.1022603Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:26.1023028Z raise Unsupported(msg) 2022-09-27T16:08:26.1023417Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:26.1023665Z 2022-09-27T16:08:26.1023776Z from user code: 2022-09-27T16:08:26.1024145Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 1364, in Bar 2022-09-27T16:08:26.1024521Z class Bar(nn.Module): 2022-09-27T16:08:26.1024699Z 2022-09-27T16:08:26.1024905Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:26.1025475Z ========== 2022-09-27T16:08:26.1026553Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT WrapperExports /var/lib/jenkins/workspace/test/jit/test_tracer.py line 1378 2022-09-27T16:08:26.1027142Z due to: 2022-09-27T16:08:26.1027475Z Traceback (most recent call last): 2022-09-27T16:08:26.1028008Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:26.1028258Z raise Unsupported(msg) 2022-09-27T16:08:26.1028498Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:26.1028652Z 2022-09-27T16:08:26.1028724Z from user code: 2022-09-27T16:08:26.1029112Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 1378, in WrapperExports 2022-09-27T16:08:26.1029403Z class WrapperExports(torch.nn.Module): 2022-09-27T16:08:26.1029546Z 2022-09-27T16:08:26.1029678Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:26.1029886Z ========== 2022-09-27T16:08:26.2704983Z ok (0.392s) 2022-09-27T16:08:26.3141917Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.043s) 2022-09-27T16:08:26.3620340Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.047s) 2022-09-27T16:08:26.3788072Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 1960 2022-09-27T16:08:26.3788952Z due to: 2022-09-27T16:08:26.3789245Z Traceback (most recent call last): 2022-09-27T16:08:26.3789718Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:26.3790494Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:26.3790927Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:08:26.3791195Z 2022-09-27T16:08:26.3791271Z from user code: 2022-09-27T16:08:26.3791572Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 1961, in 2022-09-27T16:08:26.3791935Z FileCheck().check("first_arg").check_next("second_arg") \ 2022-09-27T16:08:26.3792097Z 2022-09-27T16:08:26.3792231Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:26.3792456Z ========== 2022-09-27T16:08:26.3792670Z You have not run this instance of FileCheck! 2022-09-27T16:08:26.3793165Z FileCheck checks: 2022-09-27T16:08:26.3793341Z ok (0.016s) 2022-09-27T16:08:26.4101148Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.030s) 2022-09-27T16:08:26.4650938Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.054s) 2022-09-27T16:08:26.4900461Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.024s) 2022-09-27T16:08:26.5908425Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 1249 2022-09-27T16:08:26.5908965Z due to: 2022-09-27T16:08:26.5909166Z Traceback (most recent call last): 2022-09-27T16:08:26.5909454Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:26.5909840Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:26.5910493Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:26.5910740Z 2022-09-27T16:08:26.5910850Z from user code: 2022-09-27T16:08:26.5911223Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 1250, in 2022-09-27T16:08:26.5911584Z self.run_pass('inline', traced_tensor_size.graph) 2022-09-27T16:08:26.5911731Z 2022-09-27T16:08:26.5911863Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:26.5912306Z ========== 2022-09-27T16:08:26.5912467Z ok (0.101s) 2022-09-27T16:08:26.6210352Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.029s) 2022-09-27T16:08:26.6517526Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.030s) 2022-09-27T16:08:26.6666833Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-09-27T16:08:26.6731776Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT TestModule /var/lib/jenkins/workspace/test/jit/test_tracer.py line 1973 2022-09-27T16:08:26.6732355Z due to: 2022-09-27T16:08:26.6733008Z Traceback (most recent call last): 2022-09-27T16:08:26.6733463Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:26.6733722Z raise Unsupported(msg) 2022-09-27T16:08:26.6733960Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:26.6734118Z 2022-09-27T16:08:26.6734176Z from user code: 2022-09-27T16:08:26.6734430Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 1973, in TestModule 2022-09-27T16:08:26.6734686Z class TestModule(nn.Module): 2022-09-27T16:08:26.6734811Z 2022-09-27T16:08:26.6734930Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:26.6735152Z ========== 2022-09-27T16:08:26.7099487Z ok (0.042s) 2022-09-27T16:08:26.7459373Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.035s) 2022-09-27T16:08:26.7577534Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... graph(%self : __torch__.jit.test_tracer.Bar, 2022-09-27T16:08:26.7578194Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-09-27T16:08:26.7578670Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-09-27T16:08:26.7579345Z %x : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%x.1) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1437:0 2022-09-27T16:08:26.7580075Z %y : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%y.1) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1438:0 2022-09-27T16:08:26.7580991Z %9 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = ^Foo[inplace=0, module="jit.test_tracer", Subgraph=]()(%x, %y) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1439:0 2022-09-27T16:08:26.7581871Z %10 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), %11 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = prim::TupleUnpack(%9) 2022-09-27T16:08:26.7582626Z %12 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = prim::TupleConstruct(%10, %11) 2022-09-27T16:08:26.7583095Z return (%12) 2022-09-27T16:08:26.7583237Z 2022-09-27T16:08:26.7615956Z ok (0.015s) 2022-09-27T16:08:26.7996287Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.037s) 2022-09-27T16:08:26.8619165Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.062s) 2022-09-27T16:08:26.8829686Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-09-27T16:08:26.9271904Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.043s) 2022-09-27T16:08:26.9423953Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-09-27T16:08:27.0328302Z test_trace_optional (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 1500 2022-09-27T16:08:27.0328920Z due to: 2022-09-27T16:08:27.0329216Z Traceback (most recent call last): 2022-09-27T16:08:27.0329676Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:27.0330137Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:27.0330899Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:27.0331592Z 2022-09-27T16:08:27.0331699Z from user code: 2022-09-27T16:08:27.0332079Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 1502, in 2022-09-27T16:08:27.0332575Z graph = f_tensor.graph 2022-09-27T16:08:27.0332776Z 2022-09-27T16:08:27.0332999Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:27.0333392Z ========== 2022-09-27T16:08:27.0333653Z ok (0.090s) 2022-09-27T16:08:27.0499935Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 1968 2022-09-27T16:08:27.0500612Z due to: 2022-09-27T16:08:27.0500857Z Traceback (most recent call last): 2022-09-27T16:08:27.0501148Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:27.0501610Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:27.0502060Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:08:27.0502261Z 2022-09-27T16:08:27.0502318Z from user code: 2022-09-27T16:08:27.0502628Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 1969, in 2022-09-27T16:08:27.0502967Z FileCheck().check("first_arg").check_not("second_arg") \ 2022-09-27T16:08:27.0503114Z 2022-09-27T16:08:27.0503252Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:27.0503458Z ========== 2022-09-27T16:08:27.0503652Z You have not run this instance of FileCheck! 2022-09-27T16:08:27.0503857Z FileCheck checks: 2022-09-27T16:08:27.0504013Z ok (0.016s) 2022-09-27T16:08:27.0691415Z test_trace_random (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 558 2022-09-27T16:08:27.0692105Z due to: 2022-09-27T16:08:27.0692457Z Traceback (most recent call last): 2022-09-27T16:08:27.0692991Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:27.0693806Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:27.0694493Z AssertionError: torch.* op returned non-Tensor _GeneratorContextManager call_function 2022-09-27T16:08:27.0694722Z 2022-09-27T16:08:27.0694780Z from user code: 2022-09-27T16:08:27.0695051Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 560, in 2022-09-27T16:08:27.0695348Z with torch.random.fork_rng(devices=[]): 2022-09-27T16:08:27.0695485Z 2022-09-27T16:08:27.0695616Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:27.0695826Z ========== 2022-09-27T16:08:27.0737024Z ok (0.023s) 2022-09-27T16:08:27.0968225Z test_trace_records_names (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 1792 2022-09-27T16:08:27.0968887Z due to: 2022-09-27T16:08:27.0969094Z Traceback (most recent call last): 2022-09-27T16:08:27.0969401Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:27.0969805Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:27.0970612Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:27.0970946Z 2022-09-27T16:08:27.0971018Z from user code: 2022-09-27T16:08:27.0971296Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 1793, in 2022-09-27T16:08:27.0971802Z graph_str = str(traced.graph) 2022-09-27T16:08:27.0971913Z 2022-09-27T16:08:27.0972048Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:27.0972269Z ========== 2022-09-27T16:08:27.0972427Z ok (0.023s) 2022-09-27T16:08:27.1314886Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.034s) 2022-09-27T16:08:27.1652840Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.033s) 2022-09-27T16:08:27.1859799Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-09-27T16:08:27.2822012Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.095s) 2022-09-27T16:08:27.3699313Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.087s) 2022-09-27T16:08:27.3828994Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-09-27T16:08:27.6176712Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.234s) 2022-09-27T16:08:27.6646339Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.046s) 2022-09-27T16:08:27.6975551Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.032s) 2022-09-27T16:08:27.7391621Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.041s) 2022-09-27T16:08:27.9514584Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.212s) 2022-09-27T16:08:28.0089480Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 578 2022-09-27T16:08:28.0090164Z due to: 2022-09-27T16:08:28.0090496Z Traceback (most recent call last): 2022-09-27T16:08:28.0091035Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:28.0091571Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:28.0092300Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:28.0092699Z 2022-09-27T16:08:28.0092809Z from user code: 2022-09-27T16:08:28.0093217Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 579, in 2022-09-27T16:08:28.0093677Z self.assertTrue("ones" in str(tfn.graph)) 2022-09-27T16:08:28.0093906Z 2022-09-27T16:08:28.0094081Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:28.0094433Z ========== 2022-09-27T16:08:28.0778007Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn /var/lib/jenkins/workspace/test/jit/test_tracer.py line 569 2022-09-27T16:08:28.0778526Z due to: 2022-09-27T16:08:28.0778865Z Traceback (most recent call last): 2022-09-27T16:08:28.0779406Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 243, in call_function 2022-09-27T16:08:28.0779851Z assert name in tx.symbolic_locals 2022-09-27T16:08:28.0780157Z AssertionError 2022-09-27T16:08:28.0780331Z 2022-09-27T16:08:28.0780437Z from user code: 2022-09-27T16:08:28.0780796Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 570, in fn 2022-09-27T16:08:28.0781157Z return x + torch.ones(2, 3, **kwargs) 2022-09-27T16:08:28.0781359Z 2022-09-27T16:08:28.0781566Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:28.0781911Z ========== 2022-09-27T16:08:28.0893294Z ok (0.137s) 2022-09-27T16:08:28.0974000Z test_trace_topk (jit.test_tracer.TestTracer) ... /var/lib/jenkins/workspace/test/jit/test_tracer.py:158: TracerWarning: Converting a tensor to a Python integer might cause the trace to be incorrect. We can't record the data flow of Python values, so this value will be treated as a constant in the future. This means that the trace might not generalize to other inputs! 2022-09-27T16:08:28.0974868Z return x.topk(y, dim=1)[1] 2022-09-27T16:08:28.1412869Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 167 2022-09-27T16:08:28.1413330Z due to: 2022-09-27T16:08:28.1413888Z Traceback (most recent call last): 2022-09-27T16:08:28.1414508Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:08:28.1415096Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:08:28.1415658Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:08:28.1415961Z 2022-09-27T16:08:28.1416082Z from user code: 2022-09-27T16:08:28.1416483Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 167, in 2022-09-27T16:08:28.1417367Z self.assertNotWarn(lambda: traced_func(*test_inputs), "Shouldn't throw slicing related warn here") 2022-09-27T16:08:28.1417665Z 2022-09-27T16:08:28.1417882Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:28.1418231Z ========== 2022-09-27T16:08:28.1464141Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 173 2022-09-27T16:08:28.1464579Z due to: 2022-09-27T16:08:28.1464877Z Traceback (most recent call last): 2022-09-27T16:08:28.1465436Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:08:28.1465966Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:08:28.1466460Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:08:28.1466719Z 2022-09-27T16:08:28.1466817Z from user code: 2022-09-27T16:08:28.1467179Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 173, in 2022-09-27T16:08:28.1467809Z self.assertNotWarn(lambda: traced_func(*test_inputs), "Shouldn't throw slicing related warn here") 2022-09-27T16:08:28.1468105Z 2022-09-27T16:08:28.1468302Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:28.1468647Z ========== 2022-09-27T16:08:28.1469781Z ok (0.057s) 2022-09-27T16:08:28.1949486Z test_trace_tuple (jit.test_tracer.TestTracer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_tracer.py line 548 2022-09-27T16:08:28.1950121Z due to: 2022-09-27T16:08:28.1950446Z Traceback (most recent call last): 2022-09-27T16:08:28.1950949Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:28.1951660Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:28.1952310Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:08:28.1952625Z 2022-09-27T16:08:28.1953036Z from user code: 2022-09-27T16:08:28.1953489Z File "/var/lib/jenkins/workspace/test/jit/test_tracer.py", line 550, in 2022-09-27T16:08:28.1954070Z FileCheck().check_count("prim::TupleConstruct", 2, exactly=True).check_next("return") \ 2022-09-27T16:08:28.1954354Z 2022-09-27T16:08:28.1954547Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:28.1954882Z ========== 2022-09-27T16:08:28.1955181Z You have not run this instance of FileCheck! 2022-09-27T16:08:28.1955496Z FileCheck checks: 2022-09-27T16:08:28.1989808Z ok (0.051s) 2022-09-27T16:08:28.2303533Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-09-27T16:08:28.3308119Z test_trace_warn (jit.test_tracer.TestTracer) ... ok (0.100s) 2022-09-27T16:08:28.3442484Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-09-27T16:08:28.3584621Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-09-27T16:08:28.3704664Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:08:28.4026235Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-09-27T16:08:28.4054006Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... skip: calls .cuda() (0.002s) 2022-09-27T16:08:28.4136884Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:08:28.4166068Z test_tracing_hooks (jit.test_tracer.TestTracer) ... skip: Not a suitable test for TorchDynamo (0.002s) 2022-09-27T16:08:28.5564569Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.139s) 2022-09-27T16:08:28.5736894Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:08:28.5886791Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-09-27T16:08:28.5904776Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:08:28.6816791Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.092s) 2022-09-27T16:08:28.7108312Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.029s) 2022-09-27T16:08:28.7318023Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.020s) 2022-09-27T16:08:28.7516423Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.019s) 2022-09-27T16:08:28.7528848Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:08:28.7859830Z Types should be shared for identical constant values, and different for different constant values ... ok (0.034s) 2022-09-27T16:08:28.7871819Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:08:28.8079280Z Types should be shared even if attribute values differ ... ok (0.021s) 2022-09-27T16:08:28.8089299Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:08:28.8167860Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.008s) 2022-09-27T16:08:28.8215810Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M /var/lib/jenkins/workspace/test/jit/test_type_sharing.py line 401 2022-09-27T16:08:28.8216409Z due to: 2022-09-27T16:08:28.8216770Z Traceback (most recent call last): 2022-09-27T16:08:28.8217094Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:28.8217350Z raise Unsupported(msg) 2022-09-27T16:08:28.8217587Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:28.8217742Z 2022-09-27T16:08:28.8217799Z from user code: 2022-09-27T16:08:28.8218045Z File "/var/lib/jenkins/workspace/test/jit/test_type_sharing.py", line 401, in M 2022-09-27T16:08:28.8218297Z class M(torch.nn.Module): 2022-09-27T16:08:28.8218418Z 2022-09-27T16:08:28.8218552Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:28.8218757Z ========== 2022-09-27T16:08:28.8316915Z ok (0.014s) 2022-09-27T16:08:28.8327410Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:08:28.8970737Z Simple example with a real nn Module ... ok (0.065s) 2022-09-27T16:08:28.9537435Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.056s) 2022-09-27T16:08:28.9550150Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:08:29.0127928Z We should be able to differentiate between two ModuleDict instances ... ok (0.058s) 2022-09-27T16:08:29.0141853Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:08:29.0480376Z Mutating the value of an attribute should not change type sharing ... ok (0.035s) 2022-09-27T16:08:29.0491262Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:08:29.0710727Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.022s) 2022-09-27T16:08:29.0721323Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:08:29.0967519Z Different functions passed in should lead to different types ... ok (0.025s) 2022-09-27T16:08:29.0977673Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:08:29.1186587Z Same functions passed in should lead to same types ... ok (0.021s) 2022-09-27T16:08:29.1203636Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:08:29.1613831Z Even if everything about the module is the same, different originating ... ok (0.042s) 2022-09-27T16:08:29.1625711Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:08:29.1954525Z Different functions passed in should lead to different types ... ok (0.033s) 2022-09-27T16:08:29.1964727Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:08:29.2173686Z Same functions passed in should lead to same types ... ok (0.021s) 2022-09-27T16:08:29.2499115Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.032s) 2022-09-27T16:08:29.2514167Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:08:29.3070151Z If submodules differ, the types should differ. ... ok (0.056s) 2022-09-27T16:08:29.3083041Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:08:29.3269817Z Since we can't guarantee that methods are the same between different ... ok (0.019s) 2022-09-27T16:08:29.3282621Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:08:29.3418911Z Test that types are not shared if the exclusion of their ... ok (0.014s) 2022-09-27T16:08:29.3429711Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:08:29.3542134Z Test that types are shared if the exclusion of their ... ok (0.012s) 2022-09-27T16:08:29.3551736Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:08:29.3605323Z Tests that types between instances of a ScriptModule ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/workspace/test/jit/test_type_sharing.py line 513 2022-09-27T16:08:29.3605997Z due to: 2022-09-27T16:08:29.3606329Z Traceback (most recent call last): 2022-09-27T16:08:29.3606631Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:08:29.3606940Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:08:29.3607250Z NotImplementedError: UserDefinedObjectVariable(ScriptMeta) is not a constant 2022-09-27T16:08:29.3607442Z 2022-09-27T16:08:29.3607513Z from user code: 2022-09-27T16:08:29.3607749Z File "/var/lib/jenkins/workspace/test/jit/test_type_sharing.py", line 514, in __init__ 2022-09-27T16:08:29.3607993Z super().__init__() 2022-09-27T16:08:29.3608104Z 2022-09-27T16:08:29.3608234Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:29.3608450Z ========== 2022-09-27T16:08:29.3675141Z ok (0.013s) 2022-09-27T16:08:29.3690780Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:08:29.3978647Z Test that type sharing can be disabled. ... ok (0.030s) 2022-09-27T16:08:29.4145691Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.016s) 2022-09-27T16:08:29.4280291Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.013s) 2022-09-27T16:08:29.4506040Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M /var/lib/jenkins/workspace/test/jit/test_types.py line 85 2022-09-27T16:08:29.4506637Z due to: 2022-09-27T16:08:29.4506809Z Traceback (most recent call last): 2022-09-27T16:08:29.4507086Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:29.4507347Z raise Unsupported(msg) 2022-09-27T16:08:29.4507584Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:29.4507726Z 2022-09-27T16:08:29.4507806Z from user code: 2022-09-27T16:08:29.4508046Z File "/var/lib/jenkins/workspace/test/jit/test_types.py", line 85, in M 2022-09-27T16:08:29.4508291Z class M(torch.nn.Module): 2022-09-27T16:08:29.4508413Z 2022-09-27T16:08:29.4508532Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:29.4508749Z ========== 2022-09-27T16:08:29.4569556Z ok (0.028s) 2022-09-27T16:08:29.4588874Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-09-27T16:08:29.4634333Z Test that module attributes can be ignored. ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT ModuleWithIgnoredAttr /var/lib/jenkins/workspace/test/jit/test_types.py line 209 2022-09-27T16:08:29.4634833Z due to: 2022-09-27T16:08:29.4635032Z Traceback (most recent call last): 2022-09-27T16:08:29.4635292Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:29.4635550Z raise Unsupported(msg) 2022-09-27T16:08:29.4635964Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:29.4636124Z 2022-09-27T16:08:29.4636196Z from user code: 2022-09-27T16:08:29.4636445Z File "/var/lib/jenkins/workspace/test/jit/test_types.py", line 209, in ModuleWithIgnoredAttr 2022-09-27T16:08:29.4636749Z class ModuleWithIgnoredAttr(torch.nn.Module): 2022-09-27T16:08:29.4636903Z 2022-09-27T16:08:29.4637034Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:29.4637244Z ========== 2022-09-27T16:08:29.4780247Z ok (0.020s) 2022-09-27T16:08:29.4815878Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_inferred_type_error_message /var/lib/jenkins/workspace/test/jit/test_types.py line 310 2022-09-27T16:08:29.4816410Z due to: 2022-09-27T16:08:29.4816595Z Traceback (most recent call last): 2022-09-27T16:08:29.4816875Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:29.4817321Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:29.4817764Z AssertionError: torch.* op returned non-Tensor InferredType call_function 2022-09-27T16:08:29.4817972Z 2022-09-27T16:08:29.4818043Z from user code: 2022-09-27T16:08:29.4818313Z File "/var/lib/jenkins/workspace/test/jit/test_types.py", line 311, in test_inferred_type_error_message 2022-09-27T16:08:29.4818625Z inferred_type = torch._C.InferredType("ErrorReason") 2022-09-27T16:08:29.4818775Z 2022-09-27T16:08:29.4818893Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:29.4819110Z ========== 2022-09-27T16:08:29.4842735Z ok (0.006s) 2022-09-27T16:08:29.4919012Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.007s) 2022-09-27T16:08:29.4931853Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-09-27T16:08:29.5090641Z Test that using an optional with no contained types produces an error. ... ok (0.016s) 2022-09-27T16:08:29.5156860Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.006s) 2022-09-27T16:08:29.5838799Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.067s) 2022-09-27T16:08:29.5882354Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyPythonClass /var/lib/jenkins/workspace/test/jit/test_types.py line 102 2022-09-27T16:08:29.5882914Z due to: 2022-09-27T16:08:29.5883101Z Traceback (most recent call last): 2022-09-27T16:08:29.5883363Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:29.5883628Z raise Unsupported(msg) 2022-09-27T16:08:29.5883867Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:29.5884022Z 2022-09-27T16:08:29.5884094Z from user code: 2022-09-27T16:08:29.5884330Z File "/var/lib/jenkins/workspace/test/jit/test_types.py", line 102, in MyPythonClass 2022-09-27T16:08:29.5884599Z class MyPythonClass(object): 2022-09-27T16:08:29.5884727Z 2022-09-27T16:08:29.5884858Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:29.5885063Z ========== 2022-09-27T16:08:29.5922831Z ok (0.008s) 2022-09-27T16:08:29.6004427Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.007s) 2022-09-27T16:08:29.6017400Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-09-27T16:08:29.6193657Z Test that using a tuple with no contained types produces an error. ... ok (0.018s) 2022-09-27T16:08:29.6819456Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.062s) 2022-09-27T16:08:29.7063112Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Foo /var/lib/jenkins/workspace/test/jit/test_types.py line 52 2022-09-27T16:08:29.7063687Z due to: 2022-09-27T16:08:29.7063937Z Traceback (most recent call last): 2022-09-27T16:08:29.7064461Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:29.7064784Z raise Unsupported(msg) 2022-09-27T16:08:29.7065008Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:29.7065161Z 2022-09-27T16:08:29.7065232Z from user code: 2022-09-27T16:08:29.7065528Z File "/var/lib/jenkins/workspace/test/jit/test_types.py", line 52, in Foo 2022-09-27T16:08:29.7065772Z class Foo(torch.nn.Module): 2022-09-27T16:08:29.7065896Z 2022-09-27T16:08:29.7066029Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:29.7066302Z ========== 2022-09-27T16:08:29.7141648Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT Foo /var/lib/jenkins/workspace/test/jit/test_types.py line 66 2022-09-27T16:08:29.7142035Z due to: 2022-09-27T16:08:29.7142220Z Traceback (most recent call last): 2022-09-27T16:08:29.7142515Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:29.7142758Z raise Unsupported(msg) 2022-09-27T16:08:29.7143008Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:29.7143163Z 2022-09-27T16:08:29.7143233Z from user code: 2022-09-27T16:08:29.7143456Z File "/var/lib/jenkins/workspace/test/jit/test_types.py", line 66, in Foo 2022-09-27T16:08:29.7143704Z class Foo(torch.nn.Module): 2022-09-27T16:08:29.7143827Z 2022-09-27T16:08:29.7143958Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:29.7144183Z ========== 2022-09-27T16:08:29.7211532Z ok (0.039s) 2022-09-27T16:08:29.7304355Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_types.py line 250 2022-09-27T16:08:29.7304984Z due to: 2022-09-27T16:08:29.7305289Z Traceback (most recent call last): 2022-09-27T16:08:29.7305650Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:29.7306173Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:29.7306722Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:08:29.7306919Z 2022-09-27T16:08:29.7306977Z from user code: 2022-09-27T16:08:29.7307263Z File "/var/lib/jenkins/workspace/test/jit/test_types.py", line 255, in 2022-09-27T16:08:29.7307616Z FileCheck().check('Scalar').run(fn.graph) 2022-09-27T16:08:29.7307753Z 2022-09-27T16:08:29.7307888Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:29.7308094Z ========== 2022-09-27T16:08:29.7308292Z You have not run this instance of FileCheck! 2022-09-27T16:08:29.7308497Z FileCheck checks: 2022-09-27T16:08:29.7308657Z ok (0.009s) 2022-09-27T16:08:29.7503517Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.019s) 2022-09-27T16:08:29.7993380Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.048s) 2022-09-27T16:08:29.8198812Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.020s) 2022-09-27T16:08:29.8430928Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.023s) 2022-09-27T16:08:29.9584561Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.115s) 2022-09-27T16:08:29.9826755Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.024s) 2022-09-27T16:08:29.9922293Z test_dict_type_refinement_annotation_key_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:08:29.9923320Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 90 2022-09-27T16:08:29.9923576Z def fn(): 2022-09-27T16:08:29.9923778Z l1 = [1, 2, "foo", 3] 2022-09-27T16:08:29.9924246Z ~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:08:29.9924458Z l2 = ["foo", "bar", "baz", "qux"] 2022-09-27T16:08:29.9924676Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-09-27T16:08:29.9924908Z (function emitListLiteral) 2022-09-27T16:08:29.9927327Z ok (0.009s) 2022-09-27T16:08:30.0018512Z test_dict_type_refinement_annotation_value_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:08:30.0019385Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 104 2022-09-27T16:08:30.0019617Z def fn(): 2022-09-27T16:08:30.0019810Z l1 = ["foo", "bar", "baz", "qux"] 2022-09-27T16:08:30.0019989Z l2 = [1, 2, "foo", 3] 2022-09-27T16:08:30.0020320Z ~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:08:30.0020548Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-09-27T16:08:30.0020745Z return d 2022-09-27T16:08:30.0020940Z (function emitListLiteral) 2022-09-27T16:08:30.0022553Z ok (0.009s) 2022-09-27T16:08:30.0569821Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.054s) 2022-09-27T16:08:30.1189862Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.061s) 2022-09-27T16:08:30.1728070Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.053s) 2022-09-27T16:08:30.2210279Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.047s) 2022-09-27T16:08:30.2778881Z test_list_io (jit.test_typing.TestTyping) ... ok (0.056s) 2022-09-27T16:08:30.2854444Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.007s) 2022-09-27T16:08:30.3427845Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.057s) 2022-09-27T16:08:30.3520162Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.009s) 2022-09-27T16:08:30.3819178Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.029s) 2022-09-27T16:08:30.4438889Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.061s) 2022-09-27T16:08:30.4656281Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.021s) 2022-09-27T16:08:30.5180124Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.052s) 2022-09-27T16:08:30.5408449Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.022s) 2022-09-27T16:08:30.5900487Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.049s) 2022-09-27T16:08:30.6005536Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.010s) 2022-09-27T16:08:30.7412230Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.140s) 2022-09-27T16:08:30.7585273Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.017s) 2022-09-27T16:08:30.8098826Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.051s) 2022-09-27T16:08:30.8295965Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.019s) 2022-09-27T16:08:30.9225322Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.092s) 2022-09-27T16:08:30.9727725Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.050s) 2022-09-27T16:08:31.0220825Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.049s) 2022-09-27T16:08:31.0721163Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.049s) 2022-09-27T16:08:31.0816883Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.009s) 2022-09-27T16:08:31.1744222Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.092s) 2022-09-27T16:08:31.2325672Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.058s) 2022-09-27T16:08:31.2500326Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.017s) 2022-09-27T16:08:31.2762154Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.026s) 2022-09-27T16:08:31.3748682Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.098s) 2022-09-27T16:08:31.4041529Z test_check_union_annotation (jit.test_union.TestUnion) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_union.py line 40 2022-09-27T16:08:31.4042196Z due to: 2022-09-27T16:08:31.4042434Z Traceback (most recent call last): 2022-09-27T16:08:31.4042730Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:31.4043022Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:31.4043484Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:31.4043715Z 2022-09-27T16:08:31.4043785Z from user code: 2022-09-27T16:08:31.4044069Z File "/var/lib/jenkins/workspace/test/jit/test_union.py", line 41, in 2022-09-27T16:08:31.4044360Z graph_rep = str(scripted_func.graph) 2022-09-27T16:08:31.4044493Z 2022-09-27T16:08:31.4044628Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:31.4044849Z ========== 2022-09-27T16:08:31.4058829Z ok (0.031s) 2022-09-27T16:08:31.4964988Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.090s) 2022-09-27T16:08:31.5291798Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_union.py line 287 2022-09-27T16:08:31.5292416Z due to: 2022-09-27T16:08:31.5292751Z Traceback (most recent call last): 2022-09-27T16:08:31.5293147Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:31.5293518Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:31.5293995Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:31.5294223Z 2022-09-27T16:08:31.5294281Z from user code: 2022-09-27T16:08:31.5294571Z File "/var/lib/jenkins/workspace/test/jit/test_union.py", line 290, in 2022-09-27T16:08:31.5294873Z for s in (fn1.graph, fn2.graph): 2022-09-27T16:08:31.5295001Z 2022-09-27T16:08:31.5295134Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:31.5295341Z ========== 2022-09-27T16:08:31.5295506Z ok (0.032s) 2022-09-27T16:08:31.5408668Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.011s) 2022-09-27T16:08:31.5885020Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.047s) 2022-09-27T16:08:31.6373908Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.048s) 2022-09-27T16:08:31.6853662Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.047s) 2022-09-27T16:08:31.7017385Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.016s) 2022-09-27T16:08:31.7513780Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.049s) 2022-09-27T16:08:31.7996137Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.048s) 2022-09-27T16:08:31.8100910Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.010s) 2022-09-27T16:08:31.8197153Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.009s) 2022-09-27T16:08:31.8701745Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.050s) 2022-09-27T16:08:31.8799902Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.009s) 2022-09-27T16:08:31.8888969Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:08:31.8979399Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.009s) 2022-09-27T16:08:31.9079789Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.009s) 2022-09-27T16:08:31.9564632Z test_union_memory_aliasing (jit.test_union.TestUnion) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn line 1 2022-09-27T16:08:31.9565183Z due to: 2022-09-27T16:08:31.9565541Z Traceback (most recent call last): 2022-09-27T16:08:31.9566260Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:08:31.9566721Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:08:31.9567248Z NotImplementedError: argument of type: 2022-09-27T16:08:31.9567563Z 2022-09-27T16:08:31.9567678Z from user code: 2022-09-27T16:08:31.9568021Z File "", line 6, in fn 2022-09-27T16:08:31.9568170Z 2022-09-27T16:08:31.9568301Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:31.9568527Z ========== 2022-09-27T16:08:31.9569134Z /opt/conda/lib/python3.7/site-packages/torch/_jit_internal.py:1283: UserWarning: The inner type of a container is lost when calling torch.jit.isinstance in eager mode. For example, List[int] would become list and therefore falsely return True for List[float] or List[str]. 2022-09-27T16:08:31.9569600Z "The inner type of a container is lost when " 2022-09-27T16:08:31.9639487Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn /var/lib/jenkins/workspace/test/jit/test_union.py line 647 2022-09-27T16:08:31.9639910Z due to: 2022-09-27T16:08:31.9640169Z Traceback (most recent call last): 2022-09-27T16:08:31.9640801Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:08:31.9641336Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:08:31.9641874Z NotImplementedError: argument of type: 2022-09-27T16:08:31.9642124Z 2022-09-27T16:08:31.9642250Z from user code: 2022-09-27T16:08:31.9642606Z File "/var/lib/jenkins/workspace/test/jit/test_union.py", line 652, in fn 2022-09-27T16:08:31.9643034Z if torch.jit.isinstance(x_alias, List[torch.Tensor]): 2022-09-27T16:08:31.9643250Z 2022-09-27T16:08:31.9643444Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:31.9643769Z ========== 2022-09-27T16:08:31.9644717Z /opt/conda/lib/python3.7/site-packages/torch/_jit_internal.py:1283: UserWarning: The inner type of a container is lost when calling torch.jit.isinstance in eager mode. For example, List[int] would become list and therefore falsely return True for List[float] or List[str]. 2022-09-27T16:08:31.9645437Z "The inner type of a container is lost when " 2022-09-27T16:08:31.9645845Z ok (0.056s) 2022-09-27T16:08:31.9771969Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.012s) 2022-09-27T16:08:31.9944193Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.017s) 2022-09-27T16:08:32.0915354Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_union.py line 365 2022-09-27T16:08:32.0915995Z due to: 2022-09-27T16:08:32.0916272Z Traceback (most recent call last): 2022-09-27T16:08:32.0917043Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:32.0917790Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:32.0918475Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-09-27T16:08:32.0918820Z 2022-09-27T16:08:32.0918925Z from user code: 2022-09-27T16:08:32.0919345Z File "/var/lib/jenkins/workspace/test/jit/test_union.py", line 369, in 2022-09-27T16:08:32.0920057Z FileCheck().check("Union[int, NoneType, str]") \ 2022-09-27T16:08:32.0920313Z 2022-09-27T16:08:32.0920557Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:32.0920958Z ========== 2022-09-27T16:08:32.0921304Z You have not run this instance of FileCheck! 2022-09-27T16:08:32.0921680Z FileCheck checks: 2022-09-27T16:08:32.0921990Z ok (0.097s) 2022-09-27T16:08:32.1076185Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_union.py line 243 2022-09-27T16:08:32.1076849Z due to: 2022-09-27T16:08:32.1077127Z Traceback (most recent call last): 2022-09-27T16:08:32.1077624Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:32.1078050Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:32.1078887Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:32.1079306Z 2022-09-27T16:08:32.1079434Z from user code: 2022-09-27T16:08:32.1079989Z File "/var/lib/jenkins/workspace/test/jit/test_union.py", line 246, in 2022-09-27T16:08:32.1080491Z s = fn.graph 2022-09-27T16:08:32.1080688Z 2022-09-27T16:08:32.1080936Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:32.1081338Z ========== 2022-09-27T16:08:32.1081596Z ok (0.015s) 2022-09-27T16:08:32.1169838Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:08:32.1471422Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_union.py line 253 2022-09-27T16:08:32.1472123Z due to: 2022-09-27T16:08:32.1472422Z Traceback (most recent call last): 2022-09-27T16:08:32.1473104Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:32.1473561Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:32.1474305Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:32.1474668Z 2022-09-27T16:08:32.1474776Z from user code: 2022-09-27T16:08:32.1475327Z File "/var/lib/jenkins/workspace/test/jit/test_union.py", line 256, in 2022-09-27T16:08:32.1475838Z s = fn.graph 2022-09-27T16:08:32.1476028Z 2022-09-27T16:08:32.1476274Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:32.1476661Z ========== 2022-09-27T16:08:32.1476948Z ok (0.030s) 2022-09-27T16:08:32.1873364Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_union.py line 263 2022-09-27T16:08:32.1874098Z due to: 2022-09-27T16:08:32.1874384Z Traceback (most recent call last): 2022-09-27T16:08:32.1874862Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:32.1875639Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:32.1876421Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:32.1876807Z 2022-09-27T16:08:32.1876934Z from user code: 2022-09-27T16:08:32.1877508Z File "/var/lib/jenkins/workspace/test/jit/test_union.py", line 266, in 2022-09-27T16:08:32.1878046Z s = fn.graph 2022-09-27T16:08:32.1878221Z 2022-09-27T16:08:32.1878567Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:32.1878969Z ========== 2022-09-27T16:08:32.1879251Z ok (0.039s) 2022-09-27T16:08:32.2359259Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.048s) 2022-09-27T16:08:32.2845891Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn line 1 2022-09-27T16:08:32.2846411Z due to: 2022-09-27T16:08:32.2846665Z Traceback (most recent call last): 2022-09-27T16:08:32.2847281Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:08:32.2847765Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:08:32.2848407Z NotImplementedError: argument of type: 2022-09-27T16:08:32.2848722Z 2022-09-27T16:08:32.2848830Z from user code: 2022-09-27T16:08:32.2849160Z File "", line 2, in fn 2022-09-27T16:08:32.2849371Z 2022-09-27T16:08:32.2849620Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:32.2850001Z ========== 2022-09-27T16:08:32.2907674Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn /var/lib/jenkins/workspace/test/jit/test_union.py line 615 2022-09-27T16:08:32.2908146Z due to: 2022-09-27T16:08:32.2908424Z Traceback (most recent call last): 2022-09-27T16:08:32.2909097Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:08:32.2909672Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:08:32.2910350Z NotImplementedError: argument of type: 2022-09-27T16:08:32.2910671Z 2022-09-27T16:08:32.2910780Z from user code: 2022-09-27T16:08:32.2911216Z File "/var/lib/jenkins/workspace/test/jit/test_union.py", line 616, in fn 2022-09-27T16:08:32.2911693Z if torch.jit.isinstance(x, List[int]): 2022-09-27T16:08:32.2911942Z 2022-09-27T16:08:32.2912182Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:32.2912568Z ========== 2022-09-27T16:08:32.2949027Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn line 1 2022-09-27T16:08:32.2949442Z due to: 2022-09-27T16:08:32.2949699Z Traceback (most recent call last): 2022-09-27T16:08:32.2950368Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:08:32.2950943Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:08:32.2951498Z NotImplementedError: argument of type: 2022-09-27T16:08:32.2951806Z 2022-09-27T16:08:32.2951933Z from user code: 2022-09-27T16:08:32.2952268Z File "", line 2, in fn 2022-09-27T16:08:32.2952486Z 2022-09-27T16:08:32.2952715Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:32.2953312Z ========== 2022-09-27T16:08:32.2958092Z ok (0.059s) 2022-09-27T16:08:32.3633626Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.067s) 2022-09-27T16:08:32.3814279Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.017s) 2022-09-27T16:08:32.4344151Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.052s) 2022-09-27T16:08:32.4822790Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn line 1 2022-09-27T16:08:32.4823711Z due to: 2022-09-27T16:08:32.4823965Z Traceback (most recent call last): 2022-09-27T16:08:32.4824636Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:08:32.4825198Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:08:32.4825851Z NotImplementedError: argument of type: 2022-09-27T16:08:32.4826156Z 2022-09-27T16:08:32.4826278Z from user code: 2022-09-27T16:08:32.4826604Z File "", line 2, in fn 2022-09-27T16:08:32.4826819Z 2022-09-27T16:08:32.4827054Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:32.4827551Z ========== 2022-09-27T16:08:32.4885296Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn /var/lib/jenkins/workspace/test/jit/test_union.py line 636 2022-09-27T16:08:32.4885830Z due to: 2022-09-27T16:08:32.4886098Z Traceback (most recent call last): 2022-09-27T16:08:32.4886787Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:08:32.4887378Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:08:32.4888027Z NotImplementedError: argument of type: 2022-09-27T16:08:32.4888331Z 2022-09-27T16:08:32.4888456Z from user code: 2022-09-27T16:08:32.4888879Z File "/var/lib/jenkins/workspace/test/jit/test_union.py", line 637, in fn 2022-09-27T16:08:32.4889363Z if not torch.jit.isinstance(x, List[int]): 2022-09-27T16:08:32.4889616Z 2022-09-27T16:08:32.4889840Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:32.4890217Z ========== 2022-09-27T16:08:32.4919980Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn line 1 2022-09-27T16:08:32.4920382Z due to: 2022-09-27T16:08:32.4920643Z Traceback (most recent call last): 2022-09-27T16:08:32.4921240Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:08:32.4921765Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:08:32.4922404Z NotImplementedError: argument of type: 2022-09-27T16:08:32.4922722Z 2022-09-27T16:08:32.4922846Z from user code: 2022-09-27T16:08:32.4923142Z File "", line 2, in fn 2022-09-27T16:08:32.4923318Z 2022-09-27T16:08:32.4923523Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:32.4923830Z ========== 2022-09-27T16:08:32.4926692Z ok (0.058s) 2022-09-27T16:08:32.5440180Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.051s) 2022-09-27T16:08:32.5947967Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.050s) 2022-09-27T16:08:32.6605150Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.065s) 2022-09-27T16:08:32.7457006Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.084s) 2022-09-27T16:08:32.7560651Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_union.py line 501 2022-09-27T16:08:32.7561377Z due to: 2022-09-27T16:08:32.7561656Z Traceback (most recent call last): 2022-09-27T16:08:32.7562131Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:32.7562588Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:32.7563346Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:32.7563689Z 2022-09-27T16:08:32.7563812Z from user code: 2022-09-27T16:08:32.7564345Z File "/var/lib/jenkins/workspace/test/jit/test_union.py", line 508, in 2022-09-27T16:08:32.7564833Z s = fn.graph 2022-09-27T16:08:32.7565004Z 2022-09-27T16:08:32.7565544Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:32.7566028Z ========== 2022-09-27T16:08:32.7566315Z ok (0.010s) 2022-09-27T16:08:32.7659704Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.009s) 2022-09-27T16:08:32.8232237Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.057s) 2022-09-27T16:08:32.8779235Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.054s) 2022-09-27T16:08:32.8961754Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.018s) 2022-09-27T16:08:32.9610225Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.064s) 2022-09-27T16:08:33.0047041Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.043s) 2022-09-27T16:08:33.0286791Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.023s) 2022-09-27T16:08:33.0784344Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _assert_raises /var/lib/jenkins/workspace/test/jit/test_union.py line 681 2022-09-27T16:08:33.0784976Z due to: 2022-09-27T16:08:33.0785262Z Traceback (most recent call last): 2022-09-27T16:08:33.0785714Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 98, in call_method 2022-09-27T16:08:33.0786102Z assert not kwargs 2022-09-27T16:08:33.0786377Z AssertionError 2022-09-27T16:08:33.0786524Z 2022-09-27T16:08:33.0786620Z from user code: 2022-09-27T16:08:33.0786989Z File "/var/lib/jenkins/workspace/test/jit/test_union.py", line 682, in _assert_raises 2022-09-27T16:08:33.0787403Z code = template.format(ann=ann, lhs=lhs) 2022-09-27T16:08:33.0787618Z 2022-09-27T16:08:33.0787831Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.0788223Z ========== 2022-09-27T16:08:33.1687920Z /opt/conda/lib/python3.7/site-packages/torch/_jit_internal.py:1283: UserWarning: The inner type of a container is lost when calling torch.jit.isinstance in eager mode. For example, List[int] would become list and therefore falsely return True for List[float] or List[str]. 2022-09-27T16:08:33.2465716Z "The inner type of a container is lost when " 2022-09-27T16:08:33.2466932Z /opt/conda/lib/python3.7/site-packages/torch/_jit_internal.py:1283: UserWarning: The inner type of a container is lost when calling torch.jit.isinstance in eager mode. For example, List[int] would become list and therefore falsely return True for List[float] or List[str]. 2022-09-27T16:08:33.2467670Z "The inner type of a container is lost when " 2022-09-27T16:08:33.2950572Z ok (0.266s) 2022-09-27T16:08:33.3086686Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.013s) 2022-09-27T16:08:33.3613130Z test_union_with_list_assignment (jit.test_union.TestUnion) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn line 2 2022-09-27T16:08:33.3613576Z due to: 2022-09-27T16:08:33.3613865Z Traceback (most recent call last): 2022-09-27T16:08:33.3614527Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:08:33.3615060Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:08:33.3615716Z NotImplementedError: argument of type: 2022-09-27T16:08:33.3616036Z 2022-09-27T16:08:33.3616159Z from user code: 2022-09-27T16:08:33.3616463Z File "", line 4, in fn 2022-09-27T16:08:33.3616647Z 2022-09-27T16:08:33.3616874Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.3617232Z ========== 2022-09-27T16:08:33.3653016Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn line 2 2022-09-27T16:08:33.3653527Z due to: 2022-09-27T16:08:33.3653865Z Traceback (most recent call last): 2022-09-27T16:08:33.3654539Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:08:33.3655000Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:08:33.3655828Z NotImplementedError: argument of type: 2022-09-27T16:08:33.3656097Z 2022-09-27T16:08:33.3656218Z from user code: 2022-09-27T16:08:33.3656512Z File "", line 4, in fn 2022-09-27T16:08:33.3656718Z 2022-09-27T16:08:33.3656931Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.3657311Z ========== 2022-09-27T16:08:33.3946523Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn line 2 2022-09-27T16:08:33.3946939Z due to: 2022-09-27T16:08:33.3947218Z Traceback (most recent call last): 2022-09-27T16:08:33.3948110Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:08:33.3948579Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:08:33.3949137Z NotImplementedError: argument of type: 2022-09-27T16:08:33.3949437Z 2022-09-27T16:08:33.3949544Z from user code: 2022-09-27T16:08:33.3949847Z File "", line 4, in fn 2022-09-27T16:08:33.3950057Z 2022-09-27T16:08:33.3950293Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.3950691Z ========== 2022-09-27T16:08:33.4037627Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn line 2 2022-09-27T16:08:33.4038090Z due to: 2022-09-27T16:08:33.4038419Z Traceback (most recent call last): 2022-09-27T16:08:33.4039044Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:08:33.4039594Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:08:33.4040247Z NotImplementedError: argument of type: 2022-09-27T16:08:33.4040577Z 2022-09-27T16:08:33.4040681Z from user code: 2022-09-27T16:08:33.4040945Z File "", line 4, in fn 2022-09-27T16:08:33.4041112Z 2022-09-27T16:08:33.4041309Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.4041637Z ========== 2022-09-27T16:08:33.4049283Z [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:08:33.4050118Z File "", line 3 2022-09-27T16:08:33.4050312Z 2022-09-27T16:08:33.4050427Z def fn(): 2022-09-27T16:08:33.4050848Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-09-27T16:08:33.4051534Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:08:33.4051945Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-09-27T16:08:33.4052357Z x.append(torch.tensor(3)) 2022-09-27T16:08:33.4052720Z (function emitListLiteral) 2022-09-27T16:08:33.4096109Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn line 2 2022-09-27T16:08:33.4096602Z due to: 2022-09-27T16:08:33.4096947Z Traceback (most recent call last): 2022-09-27T16:08:33.4097673Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:08:33.4098226Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:08:33.4098626Z NotImplementedError: argument of type: 2022-09-27T16:08:33.4098802Z 2022-09-27T16:08:33.4098872Z from user code: 2022-09-27T16:08:33.4099044Z File "", line 4, in fn 2022-09-27T16:08:33.4099166Z 2022-09-27T16:08:33.4099297Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.4099518Z ========== 2022-09-27T16:08:33.4100127Z /opt/conda/lib/python3.7/site-packages/torch/_jit_internal.py:1283: UserWarning: The inner type of a container is lost when calling torch.jit.isinstance in eager mode. For example, List[int] would become list and therefore falsely return True for List[float] or List[str]. 2022-09-27T16:08:33.4100586Z "The inner type of a container is lost when " 2022-09-27T16:08:33.4151176Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn line 2 2022-09-27T16:08:33.4151634Z due to: 2022-09-27T16:08:33.4151865Z Traceback (most recent call last): 2022-09-27T16:08:33.4152254Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:08:33.4152573Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:08:33.4153168Z NotImplementedError: argument of type: 2022-09-27T16:08:33.4153345Z 2022-09-27T16:08:33.4153405Z from user code: 2022-09-27T16:08:33.4153592Z File "", line 4, in fn 2022-09-27T16:08:33.4153711Z 2022-09-27T16:08:33.4154018Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.4154231Z ========== 2022-09-27T16:08:33.4250408Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn line 2 2022-09-27T16:08:33.4250885Z due to: 2022-09-27T16:08:33.4251177Z Traceback (most recent call last): 2022-09-27T16:08:33.4251540Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:08:33.4251866Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:08:33.4252226Z NotImplementedError: argument of type: 2022-09-27T16:08:33.4252402Z 2022-09-27T16:08:33.4252460Z from user code: 2022-09-27T16:08:33.4252646Z File "", line 4, in fn 2022-09-27T16:08:33.4252766Z 2022-09-27T16:08:33.4252899Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.4253118Z ========== 2022-09-27T16:08:33.4293024Z [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:08:33.4293837Z File "", line 3 2022-09-27T16:08:33.4294074Z 2022-09-27T16:08:33.4294192Z def fn(): 2022-09-27T16:08:33.4294620Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-09-27T16:08:33.4295003Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:08:33.4295249Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-09-27T16:08:33.4295477Z x.append(torch.tensor(3)) 2022-09-27T16:08:33.4295668Z (function emitListLiteral) 2022-09-27T16:08:33.4298862Z ok (0.121s) 2022-09-27T16:08:33.4707776Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.040s) 2022-09-27T16:08:33.4844189Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_union.py line 233 2022-09-27T16:08:33.4845782Z due to: 2022-09-27T16:08:33.4846062Z Traceback (most recent call last): 2022-09-27T16:08:33.4846348Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:33.4846648Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:33.4847114Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:33.4847343Z 2022-09-27T16:08:33.4847413Z from user code: 2022-09-27T16:08:33.4847700Z File "/var/lib/jenkins/workspace/test/jit/test_union.py", line 236, in 2022-09-27T16:08:33.4847958Z s = fn.graph 2022-09-27T16:08:33.4848060Z 2022-09-27T16:08:33.4848191Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.4848411Z ========== 2022-09-27T16:08:33.4848554Z ok (0.013s) 2022-09-27T16:08:33.5053319Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_union.py line 223 2022-09-27T16:08:33.5054408Z due to: 2022-09-27T16:08:33.5054593Z Traceback (most recent call last): 2022-09-27T16:08:33.5054866Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:08:33.5055167Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:08:33.5055618Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:08:33.5055846Z 2022-09-27T16:08:33.5055916Z from user code: 2022-09-27T16:08:33.5056260Z File "/var/lib/jenkins/workspace/test/jit/test_union.py", line 226, in 2022-09-27T16:08:33.5056531Z s = fn.graph 2022-09-27T16:08:33.5056632Z 2022-09-27T16:08:33.5056762Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.5056969Z ========== 2022-09-27T16:08:33.5057128Z ok (0.020s) 2022-09-27T16:08:33.5196196Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.013s) 2022-09-27T16:08:33.5255616Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_init_ops /var/lib/jenkins/workspace/test/jit/test_unsupported_ops.py line 56 2022-09-27T16:08:33.5256253Z due to: 2022-09-27T16:08:33.5256457Z Traceback (most recent call last): 2022-09-27T16:08:33.5256737Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:33.5257193Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:33.5257658Z AssertionError: torch.* op returned non-Tensor float call_function 2022-09-27T16:08:33.5257867Z 2022-09-27T16:08:33.5257938Z from user code: 2022-09-27T16:08:33.5258197Z File "/var/lib/jenkins/workspace/test/jit/test_unsupported_ops.py", line 78, in test_init_ops 2022-09-27T16:08:33.5258430Z func() 2022-09-27T16:08:33.5258531Z 2022-09-27T16:08:33.5258663Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.5258877Z ========== 2022-09-27T16:08:33.5265500Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT calculate_gain /var/lib/jenkins/workspace/test/jit/test_unsupported_ops.py line 58 2022-09-27T16:08:33.5266028Z due to: 2022-09-27T16:08:33.5266378Z Traceback (most recent call last): 2022-09-27T16:08:33.5266897Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:33.5267611Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:33.5268077Z AssertionError: torch.* op returned non-Tensor float call_function 2022-09-27T16:08:33.5268280Z 2022-09-27T16:08:33.5268348Z from user code: 2022-09-27T16:08:33.5268608Z File "/var/lib/jenkins/workspace/test/jit/test_unsupported_ops.py", line 59, in calculate_gain 2022-09-27T16:08:33.5268953Z return torch.nn.init.calculate_gain('leaky_relu', 0.2) 2022-09-27T16:08:33.5269112Z 2022-09-27T16:08:33.5269242Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.5269458Z ========== 2022-09-27T16:08:33.5738254Z ok (0.054s) 2022-09-27T16:08:33.5782424Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_add_value_to_version_map /var/lib/jenkins/workspace/test/jit/test_upgraders.py line 59 2022-09-27T16:08:33.5783032Z due to: 2022-09-27T16:08:33.5783315Z Traceback (most recent call last): 2022-09-27T16:08:33.5783764Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:33.5785014Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:33.5785917Z AssertionError: torch.* op returned non-Tensor dict call_function 2022-09-27T16:08:33.5786561Z 2022-09-27T16:08:33.5786660Z from user code: 2022-09-27T16:08:33.5787119Z File "/var/lib/jenkins/workspace/test/jit/test_upgraders.py", line 60, in test_add_value_to_version_map 2022-09-27T16:08:33.5787572Z map_before_test = torch._C._get_operator_version_map() 2022-09-27T16:08:33.5787827Z 2022-09-27T16:08:33.5788067Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.5788437Z ========== 2022-09-27T16:08:33.5788726Z ok (0.004s) 2022-09-27T16:08:33.5845941Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_aten_div_scalar_at_3 /var/lib/jenkins/workspace/test/jit/test_upgraders.py line 244 2022-09-27T16:08:33.5846588Z due to: 2022-09-27T16:08:33.5846876Z Traceback (most recent call last): 2022-09-27T16:08:33.5847372Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:33.5848105Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:33.5848923Z AssertionError: torch.* op returned non-Tensor RecursiveScriptModule call_function 2022-09-27T16:08:33.5849293Z 2022-09-27T16:08:33.5849406Z from user code: 2022-09-27T16:08:33.5849851Z File "/var/lib/jenkins/workspace/test/jit/test_upgraders.py", line 246, in test_aten_div_scalar_at_3 2022-09-27T16:08:33.5850335Z loaded_model = torch.jit.load(model_path) 2022-09-27T16:08:33.5850549Z 2022-09-27T16:08:33.5850769Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.5851130Z ========== 2022-09-27T16:08:33.6069835Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_upgraders.py line 25 2022-09-27T16:08:33.6070368Z due to: 2022-09-27T16:08:33.6070656Z Traceback (most recent call last): 2022-09-27T16:08:33.6071123Z File "/var/lib/jenkins/torchdynamo/torchdynamo/symbolic_convert.py", line 306, in step 2022-09-27T16:08:33.6071636Z log.debug(f"TRACE {inst.opname} {inst.argval} {self.stack}") 2022-09-27T16:08:33.6072029Z BytesWarning: str() on a bytes instance 2022-09-27T16:08:33.6072247Z 2022-09-27T16:08:33.6072357Z from user code: 2022-09-27T16:08:33.6072964Z File "/var/lib/jenkins/workspace/test/jit/test_upgraders.py", line 26, in 2022-09-27T16:08:33.6073450Z zipped_model = zipfile.ZipFile(buffer) 2022-09-27T16:08:33.6073680Z 2022-09-27T16:08:33.6073899Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.6074259Z ========== 2022-09-27T16:08:33.6094292Z ok (0.030s) 2022-09-27T16:08:33.6155710Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_aten_div_tensor_at_3 /var/lib/jenkins/workspace/test/jit/test_upgraders.py line 104 2022-09-27T16:08:33.6156316Z due to: 2022-09-27T16:08:33.6156633Z Traceback (most recent call last): 2022-09-27T16:08:33.6157097Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:33.6157825Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:33.6158636Z AssertionError: torch.* op returned non-Tensor RecursiveScriptModule call_function 2022-09-27T16:08:33.6159001Z 2022-09-27T16:08:33.6159122Z from user code: 2022-09-27T16:08:33.6159555Z File "/var/lib/jenkins/workspace/test/jit/test_upgraders.py", line 106, in test_aten_div_tensor_at_3 2022-09-27T16:08:33.6160038Z loaded_model = torch.jit.load(model_path) 2022-09-27T16:08:33.6160274Z 2022-09-27T16:08:33.6160492Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.6160851Z ========== 2022-09-27T16:08:33.6188644Z ok (0.009s) 2022-09-27T16:08:33.6254335Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_aten_div_tensor_out_at_3 /var/lib/jenkins/workspace/test/jit/test_upgraders.py line 260 2022-09-27T16:08:33.6255193Z due to: 2022-09-27T16:08:33.6255512Z Traceback (most recent call last): 2022-09-27T16:08:33.6255968Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:33.6256694Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:33.6257506Z AssertionError: torch.* op returned non-Tensor RecursiveScriptModule call_function 2022-09-27T16:08:33.6257874Z 2022-09-27T16:08:33.6257979Z from user code: 2022-09-27T16:08:33.6258513Z File "/var/lib/jenkins/workspace/test/jit/test_upgraders.py", line 262, in test_aten_div_tensor_out_at_3 2022-09-27T16:08:33.6259006Z loaded_model = torch.jit.load(model_path) 2022-09-27T16:08:33.6262770Z 2022-09-27T16:08:33.6263136Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.6263579Z ========== 2022-09-27T16:08:33.6282028Z ok (0.009s) 2022-09-27T16:08:33.6339244Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_aten_full_at_4 /var/lib/jenkins/workspace/test/jit/test_upgraders.py line 276 2022-09-27T16:08:33.6339832Z due to: 2022-09-27T16:08:33.6340141Z Traceback (most recent call last): 2022-09-27T16:08:33.6340611Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:33.6341319Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:33.6342142Z AssertionError: torch.* op returned non-Tensor RecursiveScriptModule call_function 2022-09-27T16:08:33.6342510Z 2022-09-27T16:08:33.6342622Z from user code: 2022-09-27T16:08:33.6343056Z File "/var/lib/jenkins/workspace/test/jit/test_upgraders.py", line 278, in test_aten_full_at_4 2022-09-27T16:08:33.6343521Z loaded_model = torch.jit.load(model_path) 2022-09-27T16:08:33.6343759Z 2022-09-27T16:08:33.6343974Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.6344331Z ========== 2022-09-27T16:08:33.6365039Z ok (0.008s) 2022-09-27T16:08:33.6671970Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_upgraders.py line 130 2022-09-27T16:08:33.6672912Z due to: 2022-09-27T16:08:33.6673217Z Traceback (most recent call last): 2022-09-27T16:08:33.6673713Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:33.6674420Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:33.6675303Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:08:33.6675723Z 2022-09-27T16:08:33.6675841Z from user code: 2022-09-27T16:08:33.6676319Z File "/var/lib/jenkins/workspace/test/jit/test_upgraders.py", line 132, in 2022-09-27T16:08:33.6676844Z current_flag_value = torch._C._get_version_calculator_flag() 2022-09-27T16:08:33.6677102Z 2022-09-27T16:08:33.6677321Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.6677676Z ========== 2022-09-27T16:08:33.6693940Z ok (0.032s) 2022-09-27T16:08:33.6755047Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_aten_full_out_at_4 /var/lib/jenkins/workspace/test/jit/test_upgraders.py line 292 2022-09-27T16:08:33.6755669Z due to: 2022-09-27T16:08:33.6755995Z Traceback (most recent call last): 2022-09-27T16:08:33.6756454Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:33.6757194Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:33.6758251Z AssertionError: torch.* op returned non-Tensor RecursiveScriptModule call_function 2022-09-27T16:08:33.6758622Z 2022-09-27T16:08:33.6758734Z from user code: 2022-09-27T16:08:33.6759166Z File "/var/lib/jenkins/workspace/test/jit/test_upgraders.py", line 294, in test_aten_full_out_at_4 2022-09-27T16:08:33.6759651Z loaded_model = torch.jit.load(model_path) 2022-09-27T16:08:33.6759883Z 2022-09-27T16:08:33.6760105Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.6760459Z ========== 2022-09-27T16:08:33.6776318Z ok (0.008s) 2022-09-27T16:08:33.6828833Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_aten_linspace /var/lib/jenkins/workspace/test/jit/test_upgraders.py line 150 2022-09-27T16:08:33.6829464Z due to: 2022-09-27T16:08:33.6829784Z Traceback (most recent call last): 2022-09-27T16:08:33.6830306Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:33.6831073Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:33.6831896Z AssertionError: torch.* op returned non-Tensor RecursiveScriptModule call_function 2022-09-27T16:08:33.6832294Z 2022-09-27T16:08:33.6832428Z from user code: 2022-09-27T16:08:33.6833090Z File "/var/lib/jenkins/workspace/test/jit/test_upgraders.py", line 152, in test_aten_linspace 2022-09-27T16:08:33.6833563Z loaded_model = torch.jit.load(model_path) 2022-09-27T16:08:33.6833799Z 2022-09-27T16:08:33.6834037Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.6835700Z ========== 2022-09-27T16:08:33.6851111Z ok (0.007s) 2022-09-27T16:08:33.6904259Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_aten_linspace_out /var/lib/jenkins/workspace/test/jit/test_upgraders.py line 163 2022-09-27T16:08:33.6904885Z due to: 2022-09-27T16:08:33.6905167Z Traceback (most recent call last): 2022-09-27T16:08:33.6905668Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:33.6906421Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:33.6907246Z AssertionError: torch.* op returned non-Tensor RecursiveScriptModule call_function 2022-09-27T16:08:33.6907592Z 2022-09-27T16:08:33.6907706Z from user code: 2022-09-27T16:08:33.6908184Z File "/var/lib/jenkins/workspace/test/jit/test_upgraders.py", line 165, in test_aten_linspace_out 2022-09-27T16:08:33.6908705Z loaded_model = torch.jit.load(model_path) 2022-09-27T16:08:33.6908955Z 2022-09-27T16:08:33.6909178Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.6909568Z ========== 2022-09-27T16:08:33.6924252Z ok (0.007s) 2022-09-27T16:08:33.6978424Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_aten_logspace /var/lib/jenkins/workspace/test/jit/test_upgraders.py line 180 2022-09-27T16:08:33.6979026Z due to: 2022-09-27T16:08:33.6979348Z Traceback (most recent call last): 2022-09-27T16:08:33.6979823Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:33.6980569Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:33.6981387Z AssertionError: torch.* op returned non-Tensor RecursiveScriptModule call_function 2022-09-27T16:08:33.6981758Z 2022-09-27T16:08:33.6981873Z from user code: 2022-09-27T16:08:33.6982311Z File "/var/lib/jenkins/workspace/test/jit/test_upgraders.py", line 182, in test_aten_logspace 2022-09-27T16:08:33.6982781Z loaded_model = torch.jit.load(model_path) 2022-09-27T16:08:33.6983265Z 2022-09-27T16:08:33.6983483Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.6983846Z ========== 2022-09-27T16:08:33.6997538Z ok (0.007s) 2022-09-27T16:08:33.7055254Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_aten_logspace_out /var/lib/jenkins/workspace/test/jit/test_upgraders.py line 193 2022-09-27T16:08:33.7055869Z due to: 2022-09-27T16:08:33.7056191Z Traceback (most recent call last): 2022-09-27T16:08:33.7056643Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:33.7057569Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:33.7058393Z AssertionError: torch.* op returned non-Tensor RecursiveScriptModule call_function 2022-09-27T16:08:33.7058767Z 2022-09-27T16:08:33.7058881Z from user code: 2022-09-27T16:08:33.7059313Z File "/var/lib/jenkins/workspace/test/jit/test_upgraders.py", line 195, in test_aten_logspace_out 2022-09-27T16:08:33.7059810Z loaded_model = torch.jit.load(model_path) 2022-09-27T16:08:33.7060043Z 2022-09-27T16:08:33.7060261Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.7060610Z ========== 2022-09-27T16:08:33.7071736Z ok (0.007s) 2022-09-27T16:08:33.7125500Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_aten_test_serialization /var/lib/jenkins/workspace/test/jit/test_upgraders.py line 210 2022-09-27T16:08:33.7126188Z due to: 2022-09-27T16:08:33.7126510Z Traceback (most recent call last): 2022-09-27T16:08:33.7126984Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:33.7127721Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:33.7128501Z AssertionError: torch.* op returned non-Tensor _UpgraderEntry call_function 2022-09-27T16:08:33.7128846Z 2022-09-27T16:08:33.7128958Z from user code: 2022-09-27T16:08:33.7129414Z File "/var/lib/jenkins/workspace/test/jit/test_upgraders.py", line 217, in test_aten_test_serialization 2022-09-27T16:08:33.7130018Z dummy_entry = torch._C._UpgraderEntry(upgrader_bumped_version, upgrader_name, upgrader_schema) 2022-09-27T16:08:33.7130348Z 2022-09-27T16:08:33.7130555Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.7130916Z ========== 2022-09-27T16:08:33.7178895Z ok (0.010s) 2022-09-27T16:08:33.7683152Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_upgraders.py line 84 2022-09-27T16:08:33.7683844Z due to: 2022-09-27T16:08:33.7684023Z Traceback (most recent call last): 2022-09-27T16:08:33.7684327Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:33.7684769Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:33.7685388Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T16:08:33.7685685Z 2022-09-27T16:08:33.7685759Z from user code: 2022-09-27T16:08:33.7686090Z File "/var/lib/jenkins/workspace/test/jit/test_upgraders.py", line 87, in 2022-09-27T16:08:33.7686458Z upgraders_size = torch._C._get_upgraders_map_size() 2022-09-27T16:08:33.7686607Z 2022-09-27T16:08:33.7686726Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.7686949Z ========== 2022-09-27T16:08:33.7687116Z ok (0.050s) 2022-09-27T16:08:33.8106720Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/jit/test_upgraders.py line 46 2022-09-27T16:08:33.8107805Z due to: 2022-09-27T16:08:33.8107997Z Traceback (most recent call last): 2022-09-27T16:08:33.8108284Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:33.8108718Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:33.8109244Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T16:08:33.8109485Z 2022-09-27T16:08:33.8109630Z from user code: 2022-09-27T16:08:33.8109935Z File "/var/lib/jenkins/workspace/test/jit/test_upgraders.py", line 47, in 2022-09-27T16:08:33.8110244Z upgraders_size = torch._C._get_upgraders_map_size() 2022-09-27T16:08:33.8110396Z 2022-09-27T16:08:33.8110532Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:33.8110758Z ========== 2022-09-27T16:08:33.8114064Z ok (0.042s) 2022-09-27T16:08:33.8344584Z test_warn (jit.test_warn.TestWarn) ... ok (0.022s) 2022-09-27T16:08:33.8573609Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.022s) 2022-09-27T16:08:33.8992076Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.041s) 2022-09-27T16:08:33.9286507Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.029s) 2022-09-27T16:08:33.9584238Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.029s) 2022-09-27T16:08:33.9809547Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.022s) 2022-09-27T16:08:34.0070668Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.025s) 2022-09-27T16:08:34.0109292Z test_with_as (jit.test_with.TestWith) 2022-09-27T16:08:34.1803386Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.173s) 2022-09-27T16:08:34.1832038Z test_with_errors (jit.test_with.TestWith) 2022-09-27T16:08:34.2016018Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.021s) 2022-09-27T16:08:34.2040539Z test_with_exceptions (jit.test_with.TestWith) 2022-09-27T16:08:34.2380633Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.036s) 2022-09-27T16:08:34.2417119Z test_with_no_as (jit.test_with.TestWith) 2022-09-27T16:08:34.4099499Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.171s) 2022-09-27T16:08:34.4121716Z test_with_no_grad (jit.test_with.TestWith) 2022-09-27T16:08:34.5235504Z Check that torch.no_grad() works. Most of these are adapted from ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT NoGradModule /var/lib/jenkins/workspace/test/jit/test_with.py line 583 2022-09-27T16:08:34.5236199Z due to: 2022-09-27T16:08:34.5236533Z Traceback (most recent call last): 2022-09-27T16:08:34.5237028Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:34.5237531Z raise Unsupported(msg) 2022-09-27T16:08:34.5237846Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:34.5238005Z 2022-09-27T16:08:34.5238077Z from user code: 2022-09-27T16:08:34.5238331Z File "/var/lib/jenkins/workspace/test/jit/test_with.py", line 583, in NoGradModule 2022-09-27T16:08:34.5238609Z class NoGradModule(torch.nn.Module): 2022-09-27T16:08:34.5238734Z 2022-09-27T16:08:34.5238868Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:34.5239093Z ========== 2022-09-27T16:08:34.5342607Z ok (0.123s) 2022-09-27T16:08:34.5349148Z test_with_record_function (jit.test_with.TestWith) 2022-09-27T16:08:34.5355301Z Check that torch.autograd.profiler.record_function context manager is ... skip: Torchdynamo cannot correctly handle profiler.profile calls (0.002s) 2022-09-27T16:08:34.5355774Z 2022-09-27T16:08:34.5356254Z ---------------------------------------------------------------------- 2022-09-27T16:08:34.5356976Z Ran 2641 tests in 301.287s 2022-09-27T16:08:34.5357192Z 2022-09-27T16:08:34.5357356Z OK (skipped=158, expected failures=7) 2022-09-27T16:08:34.5357593Z 2022-09-27T16:08:34.5357698Z Generating XML reports... 2022-09-27T16:08:34.5408991Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20220927160333.xml 2022-09-27T16:08:34.5427070Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20220927160333.xml 2022-09-27T16:08:34.5429313Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20220927160333.xml 2022-09-27T16:08:34.5434538Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20220927160333.xml 2022-09-27T16:08:34.5475783Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220927160333.xml 2022-09-27T16:08:34.5479965Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20220927160333.xml 2022-09-27T16:08:34.5482907Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20220927160333.xml 2022-09-27T16:08:34.5490771Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20220927160333.xml 2022-09-27T16:08:34.5495196Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20220927160333.xml 2022-09-27T16:08:34.5530577Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20220927160333.xml 2022-09-27T16:08:34.5541305Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20220927160333.xml 2022-09-27T16:08:34.5553099Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20220927160333.xml 2022-09-27T16:08:34.5556122Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20220927160333.xml 2022-09-27T16:08:34.5563292Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20220927160333.xml 2022-09-27T16:08:34.5575998Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20220927160333.xml 2022-09-27T16:08:34.5582553Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220927160333.xml 2022-09-27T16:08:34.5677281Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20220927160333.xml 2022-09-27T16:08:34.5688634Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20220927160333.xml 2022-09-27T16:08:34.5697535Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20220927160333.xml 2022-09-27T16:08:34.5728937Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20220927160333.xml 2022-09-27T16:08:34.5731019Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestFrontend-20220927160333.xml 2022-09-27T16:08:34.5756194Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20220927160333.xml 2022-09-27T16:08:34.5758592Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220927160333.xml 2022-09-27T16:08:34.5763816Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220927160333.xml 2022-09-27T16:08:34.5766150Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20220927160333.xml 2022-09-27T16:08:34.5768480Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220927160333.xml 2022-09-27T16:08:34.5776332Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20220927160333.xml 2022-09-27T16:08:34.5794530Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20220927160333.xml 2022-09-27T16:08:34.5797454Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20220927160333.xml 2022-09-27T16:08:34.5801832Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220927160333.xml 2022-09-27T16:08:34.5804876Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220927160333.xml 2022-09-27T16:08:34.5826219Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20220927160333.xml 2022-09-27T16:08:34.5916096Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJit-20220927160333.xml 2022-09-27T16:08:34.6343877Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20220927160333.xml 2022-09-27T16:08:34.6352279Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20220927160333.xml 2022-09-27T16:08:34.6410095Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20220927160333.xml 2022-09-27T16:08:34.6415787Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20220927160333.xml 2022-09-27T16:08:34.6420709Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220927160333.xml 2022-09-27T16:08:34.6436233Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20220927160333.xml 2022-09-27T16:08:34.6453378Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20220927160333.xml 2022-09-27T16:08:34.6472223Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20220927160333.xml 2022-09-27T16:08:34.6476745Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20220927160333.xml 2022-09-27T16:08:34.6491229Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20220927160333.xml 2022-09-27T16:08:34.6503935Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20220927160333.xml 2022-09-27T16:08:34.6506331Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20220927160333.xml 2022-09-27T16:08:34.6516430Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20220927160333.xml 2022-09-27T16:08:34.6541832Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220927160333.xml 2022-09-27T16:08:34.6544826Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20220927160333.xml 2022-09-27T16:08:34.6561962Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220927160333.xml 2022-09-27T16:08:34.6564787Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20220927160333.xml 2022-09-27T16:08:34.6592562Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20220927160333.xml 2022-09-27T16:08:34.6594764Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20220927160333.xml 2022-09-27T16:08:34.6604233Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20220927160333.xml 2022-09-27T16:08:34.6611514Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20220927160333.xml 2022-09-27T16:08:34.6622923Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220927160333.xml 2022-09-27T16:08:34.6625680Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20220927160333.xml 2022-09-27T16:08:34.6648434Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20220927160333.xml 2022-09-27T16:08:34.6655378Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20220927160333.xml 2022-09-27T16:08:34.6665521Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20220927160333.xml 2022-09-27T16:08:34.6675023Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220927160333.xml 2022-09-27T16:08:34.7115151Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestScript-20220927160333.xml 2022-09-27T16:08:34.7125636Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20220927160333.xml 2022-09-27T16:08:34.7141166Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20220927160333.xml 2022-09-27T16:08:34.7153207Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220927160333.xml 2022-09-27T16:08:34.7158247Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20220927160333.xml 2022-09-27T16:08:34.7172755Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20220927160333.xml 2022-09-27T16:08:34.7177016Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20220927160333.xml 2022-09-27T16:08:34.7194411Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20220927160333.xml 2022-09-27T16:08:34.7212055Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220927160333.xml 2022-09-27T16:08:34.7218090Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20220927160333.xml 2022-09-27T16:08:34.7224180Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220927160333.xml 2022-09-27T16:08:34.7227779Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20220927160333.xml 2022-09-27T16:08:34.7249241Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20220927160333.xml 2022-09-27T16:08:34.7404914Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20220927160333.xml 2022-09-27T16:08:34.7424187Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20220927160333.xml 2022-09-27T16:08:34.7436081Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20220927160333.xml 2022-09-27T16:08:34.7463081Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20220927160333.xml 2022-09-27T16:08:34.7499499Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20220927160333.xml 2022-09-27T16:08:34.7502421Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220927160333.xml 2022-09-27T16:08:34.7513907Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20220927160333.xml 2022-09-27T16:08:34.7520130Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20220927160333.xml 2022-09-27T16:08:34.7526850Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220927160333.xml 2022-09-27T16:08:34.7533473Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220927160333.xml 2022-09-27T16:08:34.7560297Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20220927160333.xml 2022-09-27T16:08:34.7571926Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220927160333.xml 2022-09-27T16:08:38.2194714Z Running test_modules ... [2022-09-27 16:08:38.219023] 2022-09-27T16:08:38.2195318Z Executing ['/opt/conda/bin/python', '-bb', 'test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:08:38.219106] 2022-09-27T16:08:40.6928171Z Test results will be stored in test-reports/python-unittest/test_modules 2022-09-27T16:08:40.6997792Z 2022-09-27T16:08:40.6997918Z Running tests... 2022-09-27T16:08:40.6998570Z ---------------------------------------------------------------------- 2022-09-27T16:08:40.9042662Z test_check_inplace_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.109s) 2022-09-27T16:08:40.9113102Z test_check_inplace_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:08:40.9159748Z test_check_inplace_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:40.9203927Z test_check_inplace_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:40.9259559Z test_check_inplace_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:40.9314351Z test_check_inplace_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:40.9467521Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.015s) 2022-09-27T16:08:40.9501206Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:08:40.9542997Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:08:40.9580636Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:40.9617712Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:40.9654456Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:40.9690753Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:40.9727194Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:40.9763621Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:40.9800469Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:40.9839727Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:08:40.9876326Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:40.9912597Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:40.9948921Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:40.9988818Z test_cpu_gpu_parity_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:08:41.0025514Z test_cpu_gpu_parity_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0061496Z test_cpu_gpu_parity_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0101053Z test_cpu_gpu_parity_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:08:41.0137544Z test_cpu_gpu_parity_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0173876Z test_cpu_gpu_parity_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0209667Z test_cpu_gpu_parity_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0245521Z test_cpu_gpu_parity_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0281460Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0318086Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0356980Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0393819Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0429896Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0466014Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0502097Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0538285Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0575253Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0614393Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:08:41.0651206Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0687239Z test_cpu_gpu_parity_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0723330Z test_cpu_gpu_parity_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0759469Z test_cpu_gpu_parity_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0795251Z test_cpu_gpu_parity_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0831700Z test_cpu_gpu_parity_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0871025Z test_cpu_gpu_parity_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0908026Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0944425Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.0980653Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.1018396Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.1054712Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.1091385Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.1130943Z test_cpu_gpu_parity_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:08:41.1167691Z test_cpu_gpu_parity_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.1204159Z test_cpu_gpu_parity_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.1240597Z test_cpu_gpu_parity_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.1276561Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.1312632Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.1349288Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.1388524Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:08:41.1424988Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.1461206Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.1497414Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.1533661Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.1570256Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.1606377Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.1645860Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:08:41.1682656Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.1719321Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.1755665Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.1791674Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.1828069Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.1864933Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.1904932Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:08:41.1941449Z test_cpu_gpu_parity_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.1978070Z test_cpu_gpu_parity_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.2014815Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.2052944Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.2089145Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.2125813Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.2165447Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:08:41.2202341Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.2238711Z test_cpu_gpu_parity_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.2275324Z test_cpu_gpu_parity_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.2311452Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.2347283Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.2384408Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.2423784Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:08:41.2460410Z test_cpu_gpu_parity_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.2498140Z test_cpu_gpu_parity_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.2534705Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.2571633Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.2608761Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.2645830Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.2682499Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.2719917Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.2757161Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.2794669Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.2831411Z test_cpu_gpu_parity_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.2868288Z test_cpu_gpu_parity_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:08:41.4407027Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_modules.py line 87 2022-09-27T16:08:41.4407746Z due to: 2022-09-27T16:08:41.4408035Z Traceback (most recent call last): 2022-09-27T16:08:41.4408320Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-09-27T16:08:41.4408609Z if isinstance(subobj, property): 2022-09-27T16:08:41.4408954Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-09-27T16:08:41.4409132Z 2022-09-27T16:08:41.4409204Z from user code: 2022-09-27T16:08:41.4409434Z File "test_modules.py", line 89, in 2022-09-27T16:08:41.4409766Z args, kwargs = module_input.constructor_input.args, module_input.constructor_input.kwargs 2022-09-27T16:08:41.4409962Z 2022-09-27T16:08:41.4410097Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:41.4410303Z ========== 2022-09-27T16:08:41.4418706Z ok (0.155s) 2022-09-27T16:08:41.4517076Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:08:41.4609464Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:08:41.4698816Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:08:41.4790050Z test_factory_kwargs_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:08:41.4881214Z test_factory_kwargs_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:08:41.5150975Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-09-27T16:08:41.5257005Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:08:41.5306372Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:41.5351647Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:41.5397398Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:41.5442729Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:41.5488042Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:41.5538112Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:41.5593417Z test_factory_kwargs_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:41.5648296Z test_factory_kwargs_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:41.5716597Z test_factory_kwargs_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:08:41.5784240Z test_factory_kwargs_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:08:41.5861124Z test_factory_kwargs_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:08:41.5930553Z test_factory_kwargs_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:08:41.6000586Z test_factory_kwargs_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:08:41.6070776Z test_factory_kwargs_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:08:41.6119544Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:41.6157603Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:08:41.6158144Z result = torch.complex(real, imag) 2022-09-27T16:08:41.6175527Z ok (0.005s) 2022-09-27T16:08:41.6231373Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:41.6279350Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:41.6329110Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:41.6377326Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:41.6425701Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:41.6475830Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:41.6525019Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:41.6617381Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:08:41.6712438Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:08:41.6756591Z test_factory_kwargs_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:41.6799398Z test_factory_kwargs_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:41.6845359Z test_factory_kwargs_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:41.6888812Z test_factory_kwargs_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:41.6942302Z test_factory_kwargs_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:41.6995157Z test_factory_kwargs_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:41.7345441Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.034s) 2022-09-27T16:08:41.7702305Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.035s) 2022-09-27T16:08:41.8060156Z test_factory_kwargs_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.035s) 2022-09-27T16:08:41.8416087Z test_factory_kwargs_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.035s) 2022-09-27T16:08:41.8478094Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:08:41.8522572Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:41.8558786Z test_factory_kwargs_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:08:41.8594020Z test_factory_kwargs_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:08:41.8639229Z test_factory_kwargs_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:41.8684332Z test_factory_kwargs_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:41.8737718Z test_factory_kwargs_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:41.8790756Z test_factory_kwargs_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:41.9546228Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.075s) 2022-09-27T16:08:42.0305242Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.075s) 2022-09-27T16:08:42.1052723Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.074s) 2022-09-27T16:08:42.1801913Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.074s) 2022-09-27T16:08:42.1843089Z test_factory_kwargs_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:08:42.1843679Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:08:42.1859814Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:08:42.1860323Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:08:42.1890216Z ok (0.008s) 2022-09-27T16:08:42.1982219Z test_factory_kwargs_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:08:42.2058455Z test_factory_kwargs_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:08:42.2151522Z test_factory_kwargs_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:08:42.2229601Z test_factory_kwargs_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:08:42.2320601Z test_factory_kwargs_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:08:42.2374383Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:42.2428431Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:42.2481807Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:42.2549092Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:08:42.2602733Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:42.2657171Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:42.2712570Z test_factory_kwargs_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:42.2767376Z test_factory_kwargs_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:42.3696255Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.092s) 2022-09-27T16:08:42.4625275Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.092s) 2022-09-27T16:08:42.5550343Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.092s) 2022-09-27T16:08:42.6488618Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.093s) 2022-09-27T16:08:42.6558064Z test_factory_kwargs_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:08:42.6641717Z test_factory_kwargs_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:08:42.6709051Z test_factory_kwargs_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:08:42.6774969Z test_factory_kwargs_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:08:42.7459357Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.068s) 2022-09-27T16:08:42.8154062Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.069s) 2022-09-27T16:08:42.8845696Z test_factory_kwargs_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.069s) 2022-09-27T16:08:42.9540293Z test_factory_kwargs_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.069s) 2022-09-27T16:08:42.9597118Z test_factory_kwargs_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:42.9638188Z test_factory_kwargs_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:42.9675045Z test_factory_kwargs_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:08:42.9710478Z test_factory_kwargs_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:08:43.0434803Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.072s) 2022-09-27T16:08:43.1179752Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.074s) 2022-09-27T16:08:43.1777235Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.059s) 2022-09-27T16:08:43.3413416Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.163s) 2022-09-27T16:08:43.3949179Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.053s) 2022-09-27T16:08:43.4493465Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.054s) 2022-09-27T16:08:43.6437972Z test_factory_kwargs_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.194s) 2022-09-27T16:08:43.8231134Z test_factory_kwargs_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.179s) 2022-09-27T16:08:43.8546128Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_modules.py line 51 2022-09-27T16:08:43.8546719Z due to: 2022-09-27T16:08:43.8546913Z Traceback (most recent call last): 2022-09-27T16:08:43.8547199Z File "/var/lib/jenkins/torchdynamo/torchdynamo/codegen.py", line 238, in create_load_const 2022-09-27T16:08:43.8547600Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-09-27T16:08:43.8547949Z AssertionError: unsafe constant torch.float32 2022-09-27T16:08:43.8548169Z 2022-09-27T16:08:43.8548574Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:43.8548943Z ========== 2022-09-27T16:08:43.8555515Z ok (0.032s) 2022-09-27T16:08:43.8629264Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:08:43.8779173Z test_forward_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:08:43.8846111Z test_forward_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:08:43.8922079Z test_forward_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:08:43.8993680Z test_forward_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:08:43.9072581Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:08:43.9148800Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:08:43.9184262Z test_forward_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:08:43.9216558Z test_forward_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:08:43.9247728Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:08:43.9278119Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:08:43.9307787Z test_forward_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:08:43.9338022Z test_forward_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:08:43.9394417Z test_forward_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:43.9446814Z test_forward_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:43.9516425Z test_forward_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:08:43.9574229Z test_forward_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:43.9640158Z test_forward_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:08:43.9701398Z test_forward_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:43.9773910Z test_forward_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:08:43.9839263Z test_forward_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:08:43.9868597Z test_forward_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-09-27T16:08:43.9869877Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T16:08:43.9883538Z ok (0.004s) 2022-09-27T16:08:44.0299185Z test_forward_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.041s) 2022-09-27T16:08:44.0330083Z test_forward_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-09-27T16:08:44.0331616Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T16:08:44.0347251Z ok (0.004s) 2022-09-27T16:08:44.0397733Z test_forward_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:44.0439828Z test_forward_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:44.0484952Z test_forward_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:44.0528401Z test_forward_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:44.0575653Z test_forward_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:44.0622010Z test_forward_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:44.0731180Z test_forward_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:08:44.0832915Z test_forward_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:08:44.0868998Z test_forward_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:08:44.0906779Z test_forward_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:08:44.0936967Z test_forward_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:08:44.0965286Z test_forward_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:08:44.1020617Z test_forward_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:44.1074808Z test_forward_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:44.1680519Z test_forward_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.060s) 2022-09-27T16:08:44.2299727Z test_forward_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.061s) 2022-09-27T16:08:44.2895995Z test_forward_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.059s) 2022-09-27T16:08:44.3501405Z test_forward_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.060s) 2022-09-27T16:08:44.3562400Z test_forward_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:44.3619069Z test_forward_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:44.3647598Z test_forward_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:08:44.3674991Z test_forward_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:08:44.3723764Z test_forward_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:44.3769694Z test_forward_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:44.3827457Z test_forward_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:44.3886741Z test_forward_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:44.5162989Z test_forward_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.127s) 2022-09-27T16:08:44.6466862Z test_forward_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.130s) 2022-09-27T16:08:44.7738206Z test_forward_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.126s) 2022-09-27T16:08:44.9029484Z test_forward_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.128s) 2022-09-27T16:08:44.9056684Z test_forward_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:08:44.9057498Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:08:44.9104045Z ok (0.007s) 2022-09-27T16:08:44.9171327Z test_forward_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:08:44.9244588Z test_forward_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:08:44.9315427Z test_forward_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:08:44.9394137Z test_forward_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:08:44.9466477Z test_forward_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:08:44.9510623Z test_forward_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:44.9555168Z test_forward_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:44.9601341Z test_forward_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:44.9648136Z test_forward_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:44.9696813Z test_forward_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:44.9746127Z test_forward_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:44.9794570Z test_forward_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:44.9841129Z test_forward_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:45.1463633Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.162s) 2022-09-27T16:08:45.3060833Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.159s) 2022-09-27T16:08:45.4685651Z test_forward_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.162s) 2022-09-27T16:08:45.6302630Z test_forward_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.161s) 2022-09-27T16:08:45.6387151Z test_forward_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:08:45.6469428Z test_forward_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:08:45.6536201Z test_forward_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:08:45.6601071Z test_forward_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:08:45.7525366Z test_forward_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.092s) 2022-09-27T16:08:45.8491279Z test_forward_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.096s) 2022-09-27T16:08:45.9476203Z test_forward_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.097s) 2022-09-27T16:08:46.0391694Z test_forward_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.091s) 2022-09-27T16:08:46.0419471Z test_forward_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:08:46.0446419Z test_forward_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:08:46.0471266Z test_forward_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:08:46.0495580Z test_forward_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:08:46.1684729Z test_forward_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.118s) 2022-09-27T16:08:46.2677025Z test_forward_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.099s) 2022-09-27T16:08:46.3436944Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.075s) 2022-09-27T16:08:46.4204891Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.076s) 2022-09-27T16:08:46.4882160Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.067s) 2022-09-27T16:08:46.5571714Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.068s) 2022-09-27T16:08:46.7475005Z test_forward_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.190s) 2022-09-27T16:08:46.9301581Z test_forward_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.182s) 2022-09-27T16:08:46.9899709Z test_grad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_modules.py line 427 2022-09-27T16:08:46.9900333Z due to: 2022-09-27T16:08:46.9900636Z Traceback (most recent call last): 2022-09-27T16:08:46.9901130Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-09-27T16:08:46.9901605Z if isinstance(subobj, property): 2022-09-27T16:08:46.9902166Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-09-27T16:08:46.9902462Z 2022-09-27T16:08:46.9902580Z from user code: 2022-09-27T16:08:46.9902962Z File "test_modules.py", line 438, in 2022-09-27T16:08:46.9903516Z args, kwargs = module_input.constructor_input.args, module_input.constructor_input.kwargs 2022-09-27T16:08:46.9903841Z 2022-09-27T16:08:46.9904057Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:46.9904420Z ========== 2022-09-27T16:08:47.8437711Z ok (0.913s) 2022-09-27T16:08:47.8655518Z test_grad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-09-27T16:08:47.8875511Z test_grad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-09-27T16:08:47.9146717Z test_grad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-09-27T16:08:47.9248055Z test_grad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:08:47.9515962Z test_grad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-09-27T16:08:47.9623029Z test_grad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:08:48.0138201Z test_grad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.051s) 2022-09-27T16:08:48.0281790Z test_grad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:08:48.0437410Z test_grad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:08:48.0610178Z test_grad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:08:48.0689287Z test_grad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:08:48.0775529Z test_grad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:08:48.0890649Z test_grad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:08:48.1133610Z test_grad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-09-27T16:08:48.1201566Z test_grad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:08:48.1273591Z test_grad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:08:48.1424651Z test_grad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:08:48.7119307Z test_grad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.569s) 2022-09-27T16:08:49.2943766Z test_grad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.582s) 2022-09-27T16:08:49.3075538Z test_grad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:08:49.3118520Z test_grad_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:49.3232115Z test_grad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:08:49.3476996Z test_grad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-09-27T16:08:50.9370973Z test_grad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.589s) 2022-09-27T16:08:52.5308327Z test_grad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.593s) 2022-09-27T16:08:52.5329430Z test_grad_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:08:52.5330664Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:08:52.5364233Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:08:52.5365069Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:08:52.5398781Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:08:52.5399604Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:08:52.5432494Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:08:52.5433624Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:08:52.5467561Z ok (0.015s) 2022-09-27T16:08:52.5487997Z test_grad_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:08:52.5488989Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:08:52.5525810Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:08:52.5526924Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:08:52.5564929Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:08:52.5565871Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:08:52.5604139Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:08:52.5605115Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:08:52.5642921Z ok (0.017s) 2022-09-27T16:08:52.5663180Z test_grad_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:08:52.5664130Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:08:52.5704284Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:08:52.5705158Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:08:52.5750694Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:08:52.5751896Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:08:52.5790358Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:08:52.5791194Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:08:52.5831856Z ok (0.018s) 2022-09-27T16:08:52.5850965Z test_grad_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:08:52.5851950Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:08:52.5887400Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:08:52.5888234Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:08:52.5922358Z ok (0.008s) 2022-09-27T16:08:52.5940745Z test_grad_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:08:52.5941736Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:08:52.5979334Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:08:52.5980174Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:08:52.6017295Z ok (0.009s) 2022-09-27T16:08:52.6036534Z test_grad_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:08:52.6037495Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:08:52.6093967Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:08:52.6094835Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:08:52.6142229Z ok (0.012s) 2022-09-27T16:08:52.6239495Z test_grad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:08:53.6448611Z test_grad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.020s) 2022-09-27T16:08:54.6663077Z test_grad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.021s) 2022-09-27T16:08:54.6786323Z test_grad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:08:54.6954890Z test_grad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:08:55.3762362Z test_grad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.680s) 2022-09-27T16:08:56.0525239Z test_grad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.676s) 2022-09-27T16:08:56.0586704Z test_grad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:08:56.0632151Z test_grad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:56.8308443Z test_grad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.767s) 2022-09-27T16:08:57.2572972Z test_grad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.426s) 2022-09-27T16:08:57.6389590Z test_grad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.381s) 2022-09-27T16:08:59.3155629Z test_grad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (1.676s) 2022-09-27T16:08:59.3419923Z test_gradgrad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-09-27T16:08:59.3463916Z test_gradgrad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:59.3505464Z test_gradgrad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:08:59.3608617Z test_gradgrad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:08:59.3726614Z test_gradgrad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:08:59.3831931Z test_gradgrad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:08:59.3956875Z test_gradgrad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:08:59.4461104Z test_gradgrad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.050s) 2022-09-27T16:08:59.4845295Z test_gradgrad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.038s) 2022-09-27T16:08:59.5265204Z test_gradgrad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.041s) 2022-09-27T16:08:59.5741907Z test_gradgrad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.047s) 2022-09-27T16:08:59.5953258Z test_gradgrad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-09-27T16:08:59.6183547Z test_gradgrad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-09-27T16:08:59.6483278Z test_gradgrad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.029s) 2022-09-27T16:08:59.6935905Z test_gradgrad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.045s) 2022-09-27T16:08:59.7043384Z test_gradgrad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:08:59.7137506Z test_gradgrad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:08:59.7897269Z test_gradgrad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.075s) 2022-09-27T16:09:03.7149483Z test_gradgrad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.924s) 2022-09-27T16:09:07.6401168Z test_gradgrad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.922s) 2022-09-27T16:09:07.6734539Z test_gradgrad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:09:07.6984797Z test_gradgrad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-09-27T16:09:07.7980868Z test_gradgrad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.099s) 2022-09-27T16:09:18.5227877Z test_gradgrad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (10.724s) 2022-09-27T16:09:29.1476142Z test_gradgrad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (10.621s) 2022-09-27T16:09:29.1522329Z test_gradgrad_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:09:29.1522904Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:09:29.1614491Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:09:29.1615504Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:09:29.1709523Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:09:29.1710877Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:09:29.1799909Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:09:29.1800886Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:09:29.1905156Z ok (0.040s) 2022-09-27T16:09:29.1925250Z test_gradgrad_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:09:29.1926312Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:09:29.2026731Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:09:29.2027706Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:09:29.2134506Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:09:29.2135520Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:09:29.2239539Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:09:29.2240408Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:09:29.2344006Z ok (0.043s) 2022-09-27T16:09:29.2364733Z test_gradgrad_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:09:29.2365772Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:09:29.2472384Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:09:29.2473356Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:09:29.2598647Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:09:29.2599538Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:09:29.2707230Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:09:29.2708249Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:09:29.2824193Z ok (0.047s) 2022-09-27T16:09:29.2842826Z test_gradgrad_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:09:29.2843803Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:09:29.2944411Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:09:29.2945672Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:09:29.3036560Z ok (0.021s) 2022-09-27T16:09:29.3055215Z test_gradgrad_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:09:29.3056196Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:09:29.3158283Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:09:29.3159414Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:09:29.3262255Z ok (0.022s) 2022-09-27T16:09:29.3280995Z test_gradgrad_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:09:29.3281994Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:09:29.3435426Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:09:29.3436298Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:09:29.3566516Z ok (0.030s) 2022-09-27T16:09:29.3803767Z test_gradgrad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-09-27T16:09:33.2830457Z test_gradgrad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.902s) 2022-09-27T16:09:37.2016055Z test_gradgrad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.918s) 2022-09-27T16:09:37.2208066Z test_gradgrad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-09-27T16:09:37.2951423Z test_gradgrad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.074s) 2022-09-27T16:09:41.4582872Z test_gradgrad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.162s) 2022-09-27T16:09:45.6239200Z test_gradgrad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.165s) 2022-09-27T16:09:45.6327597Z test_gradgrad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:09:45.6391020Z test_gradgrad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:09:52.2052063Z test_gradgrad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (6.565s) 2022-09-27T16:09:55.3128341Z test_gradgrad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.107s) 2022-09-27T16:09:58.0892594Z test_gradgrad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (2.776s) 2022-09-27T16:10:15.1157678Z test_gradgrad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (17.026s) 2022-09-27T16:10:15.1382304Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.019s) 2022-09-27T16:10:15.1407998Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.1429139Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.1450155Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.1470418Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.1490963Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.1513675Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.1536139Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.1558345Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.1580854Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.1608803Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.1636496Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.1668639Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:15.1699854Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:15.1732624Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:15.1764421Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:15.1799168Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:15.1831644Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:15.1856285Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-09-27T16:10:15.1857619Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T16:10:15.1862050Z ok (0.002s) 2022-09-27T16:10:15.1966275Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.010s) 2022-09-27T16:10:15.1996391Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:15.2023032Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.2048831Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.2074060Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.2103601Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.2131724Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.2160705Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.2198519Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:15.2234804Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:15.2256284Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.2280016Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.2303588Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.2326370Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.2353992Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.2381471Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.2476755Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:10:15.2575895Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:10:15.2606177Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.2635511Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.2656721Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.2677019Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.2702620Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.2727296Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.2755240Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.2783589Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.2974701Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-09-27T16:10:15.3177868Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-09-27T16:10:15.3203039Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:10:15.3204143Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:10:15.3224285Z ok (0.004s) 2022-09-27T16:10:15.3266848Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:10:15.3310137Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:10:15.3353471Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:10:15.3398300Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:10:15.3442584Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:10:15.3473372Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.3503402Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.3534003Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.3564853Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.3598251Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:15.3631901Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:15.3658577Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.3685086Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.3910444Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-09-27T16:10:15.4152125Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-09-27T16:10:15.4185105Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:15.4217429Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:15.4249087Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:15.4279514Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:15.4451004Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:10:15.4631583Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-09-27T16:10:15.4656196Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.4680092Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.4702389Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.4723648Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:15.5062826Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.033s) 2022-09-27T16:10:15.5409223Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.034s) 2022-09-27T16:10:15.5638631Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-09-27T16:10:15.5868238Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-09-27T16:10:15.6662332Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.079s) 2022-09-27T16:10:15.7467551Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.080s) 2022-09-27T16:10:15.8997867Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_modules.py line 584 2022-09-27T16:10:15.8998473Z due to: 2022-09-27T16:10:15.8998766Z Traceback (most recent call last): 2022-09-27T16:10:15.8999604Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-09-27T16:10:15.9000105Z if isinstance(subobj, property): 2022-09-27T16:10:15.9000755Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-09-27T16:10:15.9001057Z 2022-09-27T16:10:15.9001295Z from user code: 2022-09-27T16:10:15.9001683Z File "test_modules.py", line 635, in 2022-09-27T16:10:15.9002604Z supports_channels_last = _check_dims(module_input.forward_input.args, 4) 2022-09-27T16:10:15.9007110Z 2022-09-27T16:10:15.9007607Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:15.9007993Z ========== 2022-09-27T16:10:16.0333595Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT inner_check_out_mem_format test_modules.py line 619 2022-09-27T16:10:16.0334089Z due to: 2022-09-27T16:10:16.0334395Z Traceback (most recent call last): 2022-09-27T16:10:16.0334902Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:10:16.0335396Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:10:16.0336076Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:10:16.0336335Z 2022-09-27T16:10:16.0336449Z from user code: 2022-09-27T16:10:16.0336810Z File "test_modules.py", line 623, in inner_check_out_mem_format 2022-09-27T16:10:16.0337310Z self.assertTrue(output.is_contiguous(memory_format=torch.channels_last)) 2022-09-27T16:10:16.0337612Z 2022-09-27T16:10:16.0337829Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:16.0338181Z ========== 2022-09-27T16:10:16.0525206Z ok (0.305s) 2022-09-27T16:10:16.0907100Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.037s) 2022-09-27T16:10:16.1095097Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-09-27T16:10:16.1243285Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:10:16.1280039Z test_memory_format_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:16.1315941Z test_memory_format_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:16.1448115Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:10:16.1568542Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:10:16.1693654Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:10:16.1814724Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:10:16.1881673Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:10:16.1943834Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:10:16.2009985Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:10:16.2079440Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:10:16.2115265Z test_memory_format_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:16.2149712Z test_memory_format_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:16.2235890Z test_memory_format_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:10:16.2312533Z test_memory_format_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:10:16.2433710Z test_memory_format_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:10:16.2536539Z test_memory_format_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:10:16.2603093Z test_memory_format_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-09-27T16:10:16.2663635Z test_memory_format_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-09-27T16:10:16.2709761Z test_memory_format_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-09-27T16:10:16.2711170Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T16:10:16.2735346Z ok (0.007s) 2022-09-27T16:10:16.2864076Z test_memory_format_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.012s) 2022-09-27T16:10:16.2939089Z test_memory_format_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:10:16.2999434Z test_memory_format_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:10:16.3059126Z test_memory_format_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:10:16.3117015Z test_memory_format_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-09-27T16:10:16.3174351Z test_memory_format_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-09-27T16:10:16.3235754Z test_memory_format_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-09-27T16:10:16.3301030Z test_memory_format_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-09-27T16:10:16.3411309Z test_memory_format_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:10:16.3525345Z test_memory_format_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:10:16.3591303Z test_memory_format_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:10:16.3658173Z test_memory_format_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:10:16.3693369Z test_memory_format_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:16.3727518Z test_memory_format_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:16.3795644Z test_memory_format_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:10:16.3862208Z test_memory_format_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:10:16.4411823Z test_memory_format_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.054s) 2022-09-27T16:10:16.4957248Z test_memory_format_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.054s) 2022-09-27T16:10:16.5490919Z test_memory_format_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.053s) 2022-09-27T16:10:16.6041637Z test_memory_format_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.054s) 2022-09-27T16:10:16.6078251Z test_memory_format_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:16.6113110Z test_memory_format_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:16.6170870Z test_memory_format_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:10:16.6227459Z test_memory_format_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:10:16.6261994Z test_memory_format_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:16.6295860Z test_memory_format_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:16.6368705Z test_memory_format_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:10:16.6440404Z test_memory_format_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:10:16.7556445Z test_memory_format_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.111s) 2022-09-27T16:10:16.8686472Z test_memory_format_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.112s) 2022-09-27T16:10:16.9803101Z test_memory_format_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.111s) 2022-09-27T16:10:17.0929801Z test_memory_format_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.112s) 2022-09-27T16:10:17.0975519Z test_memory_format_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:10:17.0976122Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:10:17.1024018Z ok (0.009s) 2022-09-27T16:10:17.1109834Z test_memory_format_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:10:17.1233305Z test_memory_format_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:10:17.1349728Z test_memory_format_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:10:17.1414054Z test_memory_format_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-09-27T16:10:17.1475357Z test_memory_format_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-09-27T16:10:17.1540118Z test_memory_format_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:10:17.1604730Z test_memory_format_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:10:17.1664367Z test_memory_format_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-09-27T16:10:17.1723079Z test_memory_format_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-09-27T16:10:17.1787119Z test_memory_format_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-09-27T16:10:17.1851329Z test_memory_format_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-09-27T16:10:17.1885179Z test_memory_format_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:17.1920551Z test_memory_format_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:17.1954481Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:17.1988138Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:17.2021968Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:17.2056234Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:17.2089680Z test_memory_format_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:17.2123296Z test_memory_format_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:17.2199757Z test_memory_format_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:10:17.2269807Z test_memory_format_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:10:17.3014790Z test_memory_format_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.074s) 2022-09-27T16:10:17.3756750Z test_memory_format_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.074s) 2022-09-27T16:10:17.4503682Z test_memory_format_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.074s) 2022-09-27T16:10:17.5247086Z test_memory_format_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.074s) 2022-09-27T16:10:17.5318799Z test_memory_format_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:10:17.5387737Z test_memory_format_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:10:17.5453117Z test_memory_format_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:10:17.5516474Z test_memory_format_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:10:17.5551272Z test_memory_format_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:17.5585534Z test_memory_format_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:17.5619345Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:17.5652752Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:17.5686388Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:17.5719791Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:17.5753253Z test_memory_format_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:17.5786338Z test_memory_format_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:17.5815120Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.5842528Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.5870596Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.5898064Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.5924770Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.5951811Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.5978565Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6005116Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6031554Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6058306Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6085121Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6111591Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6138261Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6164838Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6193710Z test_multiple_device_transfer_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6220356Z test_multiple_device_transfer_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6246683Z test_multiple_device_transfer_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6273238Z test_multiple_device_transfer_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6299671Z test_multiple_device_transfer_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6326452Z test_multiple_device_transfer_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6352612Z test_multiple_device_transfer_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6378534Z test_multiple_device_transfer_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6404494Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6430500Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6456302Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6482575Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6508955Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6534996Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6561171Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6587349Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6615879Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6642860Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6669424Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6695653Z test_multiple_device_transfer_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6721925Z test_multiple_device_transfer_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6748331Z test_multiple_device_transfer_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6774973Z test_multiple_device_transfer_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6801260Z test_multiple_device_transfer_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6827448Z test_multiple_device_transfer_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6854345Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6880425Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6906354Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6935143Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6961439Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.6987733Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7013845Z test_multiple_device_transfer_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7039862Z test_multiple_device_transfer_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7065752Z test_multiple_device_transfer_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7092157Z test_multiple_device_transfer_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7118449Z test_multiple_device_transfer_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7144646Z test_multiple_device_transfer_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7171210Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7197358Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7224448Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7250824Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7277519Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7304005Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7331644Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7358583Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7385119Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7412781Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7438988Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7465850Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7492809Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7519421Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7546102Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7573840Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7600442Z test_multiple_device_transfer_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7626894Z test_multiple_device_transfer_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7653227Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7682150Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7709092Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7736223Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7763296Z test_multiple_device_transfer_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7790205Z test_multiple_device_transfer_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7817135Z test_multiple_device_transfer_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7844015Z test_multiple_device_transfer_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7870423Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7897536Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7924168Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7952347Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.7978512Z test_multiple_device_transfer_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.8005065Z test_multiple_device_transfer_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.8031009Z test_multiple_device_transfer_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.8057636Z test_multiple_device_transfer_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.8083928Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.8110268Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.8136760Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.8163273Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.8189726Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.8216199Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.8242506Z test_multiple_device_transfer_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.8268748Z test_multiple_device_transfer_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:17.8305694Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:17.8342422Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:10:17.9120628Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_modules.py line 333 2022-09-27T16:10:17.9121037Z due to: 2022-09-27T16:10:17.9121212Z Traceback (most recent call last): 2022-09-27T16:10:17.9121528Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-09-27T16:10:17.9121813Z if isinstance(subobj, property): 2022-09-27T16:10:17.9122138Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-09-27T16:10:17.9122312Z 2022-09-27T16:10:17.9122388Z from user code: 2022-09-27T16:10:17.9122631Z File "test_modules.py", line 362, in 2022-09-27T16:10:17.9122967Z input_args, input_kwargs = module_input.forward_input.args, module_input.forward_input.kwargs 2022-09-27T16:10:17.9123151Z 2022-09-27T16:10:17.9123282Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:17.9123677Z ========== 2022-09-27T16:10:18.1218412Z ok (0.287s) 2022-09-27T16:10:18.2753405Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.153s) 2022-09-27T16:10:18.4292147Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.153s) 2022-09-27T16:10:18.5834178Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.154s) 2022-09-27T16:10:18.6376552Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.054s) 2022-09-27T16:10:18.6915114Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.053s) 2022-09-27T16:10:18.7083494Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:10:18.7250758Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:10:18.7726219Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.047s) 2022-09-27T16:10:18.8195782Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.046s) 2022-09-27T16:10:18.8291966Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:10:18.8385355Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:10:18.8590478Z test_non_contiguous_tensors_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-09-27T16:10:18.8785332Z test_non_contiguous_tensors_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-09-27T16:10:18.9043362Z test_non_contiguous_tensors_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.025s) 2022-09-27T16:10:18.9266588Z test_non_contiguous_tensors_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-09-27T16:10:18.9537219Z test_non_contiguous_tensors_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-09-27T16:10:18.9784552Z test_non_contiguous_tensors_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-09-27T16:10:19.0124295Z test_non_contiguous_tensors_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.033s) 2022-09-27T16:10:19.0377947Z test_non_contiguous_tensors_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.025s) 2022-09-27T16:10:19.0429184Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-09-27T16:10:19.0430500Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T16:10:19.0564510Z ok (0.018s) 2022-09-27T16:10:19.0699514Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.013s) 2022-09-27T16:10:19.0891584Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-09-27T16:10:19.1039965Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:10:19.1177448Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:10:19.1325241Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:10:19.1473939Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:10:19.1644544Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:10:19.1812629Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:10:19.2220647Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.040s) 2022-09-27T16:10:19.2609818Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.038s) 2022-09-27T16:10:19.2733230Z test_non_contiguous_tensors_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:10:19.2854537Z test_non_contiguous_tensors_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:10:19.2977950Z test_non_contiguous_tensors_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:10:19.3102703Z test_non_contiguous_tensors_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:10:19.3295937Z test_non_contiguous_tensors_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.019s) 2022-09-27T16:10:19.3482309Z test_non_contiguous_tensors_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-09-27T16:10:19.6837582Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.335s) 2022-09-27T16:10:19.9903159Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.306s) 2022-09-27T16:10:20.2921412Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.301s) 2022-09-27T16:10:20.5910275Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.298s) 2022-09-27T16:10:20.6129537Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-09-27T16:10:20.6338291Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-09-27T16:10:20.6435111Z test_non_contiguous_tensors_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:10:20.6527388Z test_non_contiguous_tensors_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:10:20.6695611Z test_non_contiguous_tensors_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:10:20.6863897Z test_non_contiguous_tensors_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:10:20.7095143Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-09-27T16:10:20.7316875Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-09-27T16:10:21.5366514Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.804s) 2022-09-27T16:10:22.3238377Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.786s) 2022-09-27T16:10:23.1269470Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.802s) 2022-09-27T16:10:23.9160830Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.789s) 2022-09-27T16:10:23.9213802Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:10:23.9214787Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:10:23.9422293Z ok (0.025s) 2022-09-27T16:10:23.9653459Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-09-27T16:10:23.9925060Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.027s) 2022-09-27T16:10:24.0174447Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-09-27T16:10:24.0459850Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.028s) 2022-09-27T16:10:24.0724339Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-09-27T16:10:24.0868521Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:10:24.1008829Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:10:24.1158759Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:10:24.1308135Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:10:24.1477452Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:10:24.1643886Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:10:24.1811427Z test_non_contiguous_tensors_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:10:24.1985943Z test_non_contiguous_tensors_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-09-27T16:10:24.8914239Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.692s) 2022-09-27T16:10:25.5646012Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.672s) 2022-09-27T16:10:26.2553622Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.690s) 2022-09-27T16:10:26.9258019Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.670s) 2022-09-27T16:10:26.9512160Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.025s) 2022-09-27T16:10:26.9757365Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-09-27T16:10:26.9989556Z test_non_contiguous_tensors_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-09-27T16:10:27.0206649Z test_non_contiguous_tensors_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-09-27T16:10:27.4455502Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.424s) 2022-09-27T16:10:27.8570843Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.411s) 2022-09-27T16:10:28.2802147Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.422s) 2022-09-27T16:10:28.6956664Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.415s) 2022-09-27T16:10:28.7085879Z test_non_contiguous_tensors_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:10:28.7217222Z test_non_contiguous_tensors_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:10:28.7320778Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:10:28.7423052Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:10:29.0775193Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.334s) 2022-09-27T16:10:29.4015433Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.323s) 2022-09-27T16:10:29.6572674Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.255s) 2022-09-27T16:10:29.9002453Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.242s) 2022-09-27T16:10:30.1287084Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.228s) 2022-09-27T16:10:30.3477804Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.218s) 2022-09-27T16:10:30.8549504Z test_non_contiguous_tensors_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.506s) 2022-09-27T16:10:31.3499938Z test_non_contiguous_tensors_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.494s) 2022-09-27T16:10:31.3637696Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_modules.py line 218 2022-09-27T16:10:31.3638249Z due to: 2022-09-27T16:10:31.3638866Z Traceback (most recent call last): 2022-09-27T16:10:31.3639284Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-09-27T16:10:31.3639727Z if isinstance(subobj, property): 2022-09-27T16:10:31.3640279Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-09-27T16:10:31.3640549Z 2022-09-27T16:10:31.3640641Z from user code: 2022-09-27T16:10:31.3640992Z File "test_modules.py", line 223, in 2022-09-27T16:10:31.3641464Z args, kwargs = module_input.constructor_input.args, module_input.constructor_input.kwargs 2022-09-27T16:10:31.3641773Z 2022-09-27T16:10:31.3642003Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:31.3642402Z ========== 2022-09-27T16:10:31.3669165Z ok (0.016s) 2022-09-27T16:10:31.3764828Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:10:31.3844422Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:10:31.3923867Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:10:31.4002473Z test_pickle_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:10:31.4079604Z test_pickle_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:10:31.4169292Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:10:31.4256553Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:10:31.4300848Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:10:31.4341101Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:31.4380593Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:31.4419473Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:31.4458485Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:31.4499384Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:10:31.4561413Z test_pickle_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:10:31.4619715Z test_pickle_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:10:31.4698698Z test_pickle_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:10:31.4773569Z test_pickle_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:10:31.4857783Z test_pickle_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:10:31.4937514Z test_pickle_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:10:31.5022150Z test_pickle_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:10:31.5103463Z test_pickle_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:10:31.5130630Z test_pickle_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-09-27T16:10:31.5132040Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T16:10:31.5161229Z ok (0.005s) 2022-09-27T16:10:31.5274409Z test_pickle_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.010s) 2022-09-27T16:10:31.5338399Z test_pickle_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:10:31.5389996Z test_pickle_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:10:31.5440957Z test_pickle_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:10:31.5492354Z test_pickle_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:10:31.5542782Z test_pickle_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:10:31.5597864Z test_pickle_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:10:31.5654939Z test_pickle_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:10:31.5784583Z test_pickle_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:10:31.5912438Z test_pickle_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:10:31.5963162Z test_pickle_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:10:31.6013909Z test_pickle_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:10:31.6059328Z test_pickle_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:10:31.6102788Z test_pickle_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:10:31.6159629Z test_pickle_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:10:31.6216584Z test_pickle_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:10:31.6761797Z test_pickle_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.054s) 2022-09-27T16:10:31.7320310Z test_pickle_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.055s) 2022-09-27T16:10:31.7876310Z test_pickle_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.055s) 2022-09-27T16:10:31.8437944Z test_pickle_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.055s) 2022-09-27T16:10:31.8505187Z test_pickle_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:10:31.8569501Z test_pickle_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:10:31.8606312Z test_pickle_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:31.8642211Z test_pickle_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:31.8703472Z test_pickle_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:10:31.8761543Z test_pickle_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:10:31.8831863Z test_pickle_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:10:31.8892887Z test_pickle_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:10:32.0054526Z test_pickle_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.115s) 2022-09-27T16:10:32.1241431Z test_pickle_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.118s) 2022-09-27T16:10:32.2420643Z test_pickle_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.117s) 2022-09-27T16:10:32.3607618Z test_pickle_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.118s) 2022-09-27T16:10:32.3635583Z test_pickle_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:10:32.3636533Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:10:32.3703198Z ok (0.009s) 2022-09-27T16:10:32.3790668Z test_pickle_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:10:32.3880481Z test_pickle_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:10:32.3969326Z test_pickle_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:10:32.4061510Z test_pickle_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:10:32.4151837Z test_pickle_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:10:32.4206816Z test_pickle_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:10:32.4260807Z test_pickle_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:10:32.4318847Z test_pickle_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:10:32.4375314Z test_pickle_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:10:32.4439018Z test_pickle_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:10:32.4499885Z test_pickle_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:10:32.4558593Z test_pickle_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:10:32.4615290Z test_pickle_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:10:32.6176331Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.155s) 2022-09-27T16:10:32.7729564Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.155s) 2022-09-27T16:10:32.9281518Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.154s) 2022-09-27T16:10:33.0828566Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.154s) 2022-09-27T16:10:33.0909932Z test_pickle_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:10:33.0989532Z test_pickle_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:10:33.1059609Z test_pickle_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:10:33.1129126Z test_pickle_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:10:33.2028020Z test_pickle_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.089s) 2022-09-27T16:10:33.2930048Z test_pickle_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.090s) 2022-09-27T16:10:33.3808686Z test_pickle_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.087s) 2022-09-27T16:10:33.4691233Z test_pickle_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.088s) 2022-09-27T16:10:33.4735892Z test_pickle_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:10:33.4779659Z test_pickle_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:10:33.4816460Z test_pickle_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:33.4852563Z test_pickle_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:33.5858654Z test_pickle_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.100s) 2022-09-27T16:10:33.6880386Z test_pickle_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.101s) 2022-09-27T16:10:33.7717220Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.083s) 2022-09-27T16:10:33.8521679Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.080s) 2022-09-27T16:10:33.9252697Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.072s) 2022-09-27T16:10:33.9979744Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.072s) 2022-09-27T16:10:34.1865436Z test_pickle_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.188s) 2022-09-27T16:10:34.3724607Z test_pickle_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.185s) 2022-09-27T16:10:34.4000487Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.027s) 2022-09-27T16:10:34.4023105Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.4042194Z test_repr_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:10:34.4059848Z test_repr_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:10:34.4076433Z test_repr_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:10:34.4092610Z test_repr_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:10:34.4111215Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:10:34.4130705Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:10:34.4148663Z test_repr_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:10:34.4167188Z test_repr_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:10:34.4185351Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:10:34.4204478Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:10:34.4222592Z test_repr_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:10:34.4241198Z test_repr_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:10:34.4262978Z test_repr_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.4284055Z test_repr_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.4309968Z test_repr_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.4334259Z test_repr_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.4357879Z test_repr_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.4382826Z test_repr_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.4408331Z test_repr_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.4433818Z test_repr_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.4454219Z test_repr_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-09-27T16:10:34.4456427Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T16:10:34.4456855Z ok (0.002s) 2022-09-27T16:10:34.4477306Z test_repr_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.4500665Z test_repr_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.4520851Z test_repr_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:10:34.4540216Z test_repr_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.4560236Z test_repr_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:10:34.4581279Z test_repr_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.4602886Z test_repr_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.4624281Z test_repr_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.4654129Z test_repr_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.4682347Z test_repr_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.4700889Z test_repr_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:10:34.4719382Z test_repr_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:10:34.4737373Z test_repr_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:10:34.4755717Z test_repr_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:10:34.4777135Z test_repr_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.4798332Z test_repr_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.4891379Z test_repr_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:10:34.4986709Z test_repr_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:10:34.5083882Z test_repr_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:10:34.5179395Z test_repr_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:10:34.5203848Z test_repr_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.5226293Z test_repr_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.5243803Z test_repr_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:10:34.5261233Z test_repr_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:10:34.5281181Z test_repr_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.5302507Z test_repr_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.5323493Z test_repr_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.5344830Z test_repr_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.5526154Z test_repr_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-09-27T16:10:34.5725940Z test_repr_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-09-27T16:10:34.5906046Z test_repr_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-09-27T16:10:34.6100829Z test_repr_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-09-27T16:10:34.6121720Z test_repr_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:10:34.6122316Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:10:34.6131307Z ok (0.003s) 2022-09-27T16:10:34.6160362Z test_repr_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.6187751Z test_repr_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.6216214Z test_repr_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.6246948Z test_repr_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:10:34.6275211Z test_repr_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.6296434Z test_repr_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.6317441Z test_repr_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.6338129Z test_repr_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.6359261Z test_repr_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.6381115Z test_repr_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.6403065Z test_repr_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.6425542Z test_repr_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.6445195Z test_repr_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.6662563Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-09-27T16:10:34.6892657Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-09-27T16:10:34.7114584Z test_repr_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-09-27T16:10:34.7346484Z test_repr_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-09-27T16:10:34.7374480Z test_repr_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.7401045Z test_repr_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.7424789Z test_repr_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.7447629Z test_repr_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.7607410Z test_repr_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:10:34.7779067Z test_repr_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-09-27T16:10:34.7940106Z test_repr_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:10:34.8110735Z test_repr_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:10:34.8131794Z test_repr_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:10:34.8150593Z test_repr_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:10:34.8168073Z test_repr_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:10:34.8185140Z test_repr_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:10:34.8396471Z test_repr_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-09-27T16:10:34.8618713Z test_repr_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-09-27T16:10:34.8781597Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:10:34.8954209Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-09-27T16:10:34.9103098Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:10:34.9260146Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:10:34.9912305Z test_repr_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.065s) 2022-09-27T16:10:35.0572998Z test_repr_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.066s) 2022-09-27T16:10:35.0573350Z 2022-09-27T16:10:35.0573884Z ---------------------------------------------------------------------- 2022-09-27T16:10:35.0574247Z Ran 918 tests in 114.357s 2022-09-27T16:10:35.0574366Z 2022-09-27T16:10:35.0574464Z OK (skipped=214, expected failures=17) 2022-09-27T16:10:35.0574582Z 2022-09-27T16:10:35.0574871Z Generating XML reports... 2022-09-27T16:10:35.1290730Z Generated XML report: test-reports/python-unittest/test_modules/TEST-TestModuleCPU-20220927160840.xml 2022-09-27T16:10:35.6590346Z Running test_binary_ufuncs ... [2022-09-27 16:10:35.658569] 2022-09-27T16:10:35.6590923Z Executing ['/opt/conda/bin/python', '-bb', 'test_binary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:10:35.658653] 2022-09-27T16:10:38.3228535Z Test results will be stored in test-reports/python-unittest/test_binary_ufuncs 2022-09-27T16:10:38.3627083Z 2022-09-27T16:10:38.3627450Z Running tests... 2022-09-27T16:10:38.3628313Z ---------------------------------------------------------------------- 2022-09-27T16:10:39.4015798Z test___add___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.748s) 2022-09-27T16:10:39.4084801Z test___add___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:39.4177100Z test___add___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:10:39.4239939Z test___add___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:39.4303584Z test___add___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:39.4364811Z test___add___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:39.4427392Z test___add___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:39.4489013Z test___add___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:39.4505533Z test___and___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4519654Z test___and___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4532652Z test___and___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4545262Z test___and___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4558641Z test___and___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4571012Z test___and___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4583980Z test___and___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4597624Z test___and___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4610206Z test___eq___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4622656Z test___eq___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4635391Z test___eq___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4648103Z test___eq___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4660845Z test___eq___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4673534Z test___eq___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4686185Z test___eq___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4698821Z test___eq___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4712158Z test___floordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4728411Z test___floordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4740712Z test___floordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4753600Z test___floordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4766283Z test___floordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4779388Z test___floordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4791875Z test___floordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4804910Z test___floordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4817785Z test___ge___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4830545Z test___ge___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4843540Z test___ge___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4856004Z test___ge___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4868757Z test___ge___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4881767Z test___ge___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4894498Z test___ge___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4907171Z test___ge___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4920247Z test___gt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4933077Z test___gt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4945714Z test___gt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4958624Z test___gt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4971565Z test___gt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4984114Z test___gt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.4997186Z test___gt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5009725Z test___gt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5022577Z test___iadd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5035335Z test___iadd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5047908Z test___iadd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5060482Z test___iadd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5073526Z test___iadd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5087787Z test___iadd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5100470Z test___iadd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5113445Z test___iadd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5126397Z test___iand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5139200Z test___iand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5151940Z test___iand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5164838Z test___iand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5177746Z test___iand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5190589Z test___iand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5203522Z test___iand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5216338Z test___iand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5229328Z test___ifloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5242247Z test___ifloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5255239Z test___ifloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5268057Z test___ifloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5281054Z test___ifloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5293928Z test___ifloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5307214Z test___ifloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5320313Z test___ifloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5334285Z test___ilshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5347015Z test___ilshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5359940Z test___ilshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5372813Z test___ilshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5385651Z test___ilshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5398596Z test___ilshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5411443Z test___ilshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5424156Z test___ilshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5437182Z test___imod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5451654Z test___imod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5464465Z test___imod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5477451Z test___imod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5490199Z test___imod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5502937Z test___imod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5515883Z test___imod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5528848Z test___imod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5541627Z test___imul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5554671Z test___imul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5567578Z test___imul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5580203Z test___imul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5592690Z test___imul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5605854Z test___imul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5618387Z test___imul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5631030Z test___imul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5644201Z test___ior___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5657227Z test___ior___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5670171Z test___ior___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5683080Z test___ior___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5696151Z test___ior___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5709106Z test___ior___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5722129Z test___ior___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5734948Z test___ior___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5748110Z test___ipow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5761099Z test___ipow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5774828Z test___ipow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5788092Z test___ipow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5801577Z test___ipow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5816724Z test___ipow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5830246Z test___ipow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5843817Z test___ipow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5857262Z test___irshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5870522Z test___irshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5883923Z test___irshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5897263Z test___irshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5910579Z test___irshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5924155Z test___irshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5937447Z test___irshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5950737Z test___irshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5964361Z test___isub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5977664Z test___isub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.5990827Z test___isub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6004083Z test___isub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6017593Z test___isub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6030698Z test___isub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6044166Z test___isub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6057495Z test___isub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6071228Z test___itruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6084689Z test___itruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6098160Z test___itruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6111294Z test___itruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6125067Z test___itruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6138165Z test___itruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6151424Z test___itruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6164748Z test___itruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6178574Z test___ixor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6193726Z test___ixor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6207222Z test___ixor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6220408Z test___ixor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6233770Z test___ixor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6247420Z test___ixor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6260872Z test___ixor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6274373Z test___ixor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6287924Z test___le___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6301301Z test___le___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6314318Z test___le___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6327133Z test___le___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6340305Z test___le___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6354170Z test___le___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6366656Z test___le___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6379479Z test___le___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6392601Z test___lshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6405859Z test___lshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6418572Z test___lshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6431379Z test___lshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6444427Z test___lshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6457769Z test___lshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6470396Z test___lshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6483375Z test___lshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6496958Z test___lt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6509546Z test___lt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6522592Z test___lt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6535455Z test___lt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6548300Z test___lt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6563148Z test___lt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6576437Z test___lt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6589340Z test___lt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6602232Z test___matmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6615057Z test___matmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6627704Z test___matmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6640749Z test___matmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6653362Z test___matmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6666151Z test___matmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6679226Z test___matmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6691975Z test___matmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6705003Z test___mod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6718020Z test___mod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6730931Z test___mod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6743755Z test___mod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6756672Z test___mod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6769628Z test___mod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6782542Z test___mod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6795480Z test___mod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6808390Z test___mul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6821169Z test___mul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6834033Z test___mul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6846841Z test___mul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6859660Z test___mul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6872253Z test___mul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6885130Z test___mul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6897938Z test___mul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6911005Z test___ne___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6925807Z test___ne___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6938885Z test___ne___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6951773Z test___ne___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6964705Z test___ne___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6977704Z test___ne___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.6990703Z test___ne___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7003678Z test___ne___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7016736Z test___or___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7029644Z test___or___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7042672Z test___or___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7055584Z test___or___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7068569Z test___or___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7081495Z test___or___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7094581Z test___or___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7107313Z test___or___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7120420Z test___pow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7133288Z test___pow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7146115Z test___pow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7159129Z test___pow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7172095Z test___pow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7185010Z test___pow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7198094Z test___pow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7211021Z test___pow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7223779Z test___radd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7236822Z test___radd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7249608Z test___radd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7262366Z test___radd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7275292Z test___radd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7289817Z test___radd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7302759Z test___radd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7315814Z test___radd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7329067Z test___rand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7342525Z test___rand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7354969Z test___rand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7367632Z test___rand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7380501Z test___rand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7393631Z test___rand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7406225Z test___rand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7419126Z test___rand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7432256Z test___rfloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7445217Z test___rfloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7458132Z test___rfloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7471059Z test___rfloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7483890Z test___rfloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7496979Z test___rfloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7509613Z test___rfloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7522641Z test___rfloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7536421Z test___rlshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7549217Z test___rlshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7562183Z test___rlshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7575378Z test___rlshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7588620Z test___rlshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7601195Z test___rlshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7614311Z test___rlshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7627171Z test___rlshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7640469Z test___rmatmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7654968Z test___rmatmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7667875Z test___rmatmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7680678Z test___rmatmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7693318Z test___rmatmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7705895Z test___rmatmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7718984Z test___rmatmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7731744Z test___rmatmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7745593Z test___rmod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7758831Z test___rmod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7772038Z test___rmod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7785001Z test___rmod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7798275Z test___rmod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7811311Z test___rmod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7824512Z test___rmod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7837311Z test___rmod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7850327Z test___rmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7863016Z test___rmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7875737Z test___rmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7888488Z test___rmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7901182Z test___rmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7914013Z test___rmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7926718Z test___rmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7939405Z test___rmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7952601Z test___ror___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7965413Z test___ror___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7978620Z test___ror___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.7991419Z test___ror___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8004320Z test___ror___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8021298Z test___ror___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8034361Z test___ror___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8047232Z test___ror___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8060518Z test___rpow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8074047Z test___rpow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8086831Z test___rpow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8099772Z test___rpow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8112527Z test___rpow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8125521Z test___rpow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8138442Z test___rpow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8151351Z test___rpow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8165129Z test___rrshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8177956Z test___rrshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8190838Z test___rrshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8203749Z test___rrshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8216626Z test___rrshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8229605Z test___rrshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8242576Z test___rrshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8255317Z test___rrshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8268046Z test___rshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8281169Z test___rshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8294031Z test___rshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8306734Z test___rshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8319596Z test___rshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8332672Z test___rshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8345539Z test___rshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8358707Z test___rshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8372319Z test___rsub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8386941Z test___rsub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8400045Z test___rsub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8413323Z test___rsub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8426071Z test___rsub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8439251Z test___rsub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8452014Z test___rsub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8464917Z test___rsub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8478702Z test___rtruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8491630Z test___rtruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8504464Z test___rtruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8518030Z test___rtruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8531117Z test___rtruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8543962Z test___rtruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8557128Z test___rtruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8570104Z test___rtruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8583227Z test___rxor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8596202Z test___rxor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8609334Z test___rxor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8622596Z test___rxor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8635026Z test___rxor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8647604Z test___rxor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8660223Z test___rxor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8673039Z test___rxor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8685774Z test___sub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8698138Z test___sub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8710587Z test___sub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8723285Z test___sub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8735870Z test___sub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8750125Z test___sub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8762850Z test___sub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8775342Z test___sub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8788096Z test___truediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8800795Z test___truediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8813381Z test___truediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8825827Z test___truediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8838574Z test___truediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8851147Z test___truediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8864566Z test___truediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8877386Z test___truediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8890250Z test___xor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8902973Z test___xor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8916525Z test___xor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8928968Z test___xor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8941755Z test___xor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8954725Z test___xor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8967489Z test___xor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.8980144Z test___xor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:39.9192004Z test_add_broadcast_empty_cpu (__main__.TestBinaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary_ufuncs.py line 828 2022-09-27T16:10:39.9192551Z due to: 2022-09-27T16:10:39.9193066Z Traceback (most recent call last): 2022-09-27T16:10:39.9193697Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:10:39.9193986Z return self._op(*args, **kwargs or {}) 2022-09-27T16:10:39.9194354Z RuntimeError: The size of tensor a (0) must match the size of tensor b (5) at non-singleton dimension 1 2022-09-27T16:10:39.9194550Z 2022-09-27T16:10:39.9194690Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:39.9194855Z 2022-09-27T16:10:39.9194949Z Traceback (most recent call last): 2022-09-27T16:10:39.9195226Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:10:39.9195499Z raise TorchRuntimeError() from e 2022-09-27T16:10:39.9195736Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:10:39.9195878Z 2022-09-27T16:10:39.9195949Z from user code: 2022-09-27T16:10:39.9196145Z File "test_binary_ufuncs.py", line 828, in 2022-09-27T16:10:39.9196419Z lambda: torch.randn(5, 0, device=device) + torch.randn(0, 5, device=device), 2022-09-27T16:10:39.9196587Z 2022-09-27T16:10:39.9196718Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:39.9196936Z ========== 2022-09-27T16:10:40.0095098Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary_ufuncs.py line 857 2022-09-27T16:10:40.0095545Z due to: 2022-09-27T16:10:40.0095881Z Traceback (most recent call last): 2022-09-27T16:10:40.0096553Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:10:40.0097063Z return self._op(*args, **kwargs or {}) 2022-09-27T16:10:40.0097749Z RuntimeError: The size of tensor a (7) must match the size of tensor b (2) at non-singleton dimension 0 2022-09-27T16:10:40.0097953Z 2022-09-27T16:10:40.0098090Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:40.0098255Z 2022-09-27T16:10:40.0098334Z Traceback (most recent call last): 2022-09-27T16:10:40.0098611Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:10:40.0099095Z raise TorchRuntimeError() from e 2022-09-27T16:10:40.0099318Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:10:40.0099459Z 2022-09-27T16:10:40.0099530Z from user code: 2022-09-27T16:10:40.0099741Z File "test_binary_ufuncs.py", line 857, in 2022-09-27T16:10:40.0100017Z lambda: torch.randn(7, 0, device=device) + torch.randn(2, 1, device=device), 2022-09-27T16:10:40.0100170Z 2022-09-27T16:10:40.0100302Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:40.0100522Z ========== 2022-09-27T16:10:40.0154762Z ok (0.117s) 2022-09-27T16:10:40.3019848Z test_add_cpu (__main__.TestBinaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary_ufuncs.py line 3549 2022-09-27T16:10:40.3020429Z due to: 2022-09-27T16:10:40.3020783Z Traceback (most recent call last): 2022-09-27T16:10:40.3021444Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:10:40.3021929Z return self._op(*args, **kwargs or {}) 2022-09-27T16:10:40.3022406Z RuntimeError: For integral input tensors, argument alpha must not be a floating point number. 2022-09-27T16:10:40.3022596Z 2022-09-27T16:10:40.3022735Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:40.3022897Z 2022-09-27T16:10:40.3022987Z Traceback (most recent call last): 2022-09-27T16:10:40.3023251Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:10:40.3023523Z raise TorchRuntimeError() from e 2022-09-27T16:10:40.3023753Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:10:40.3023895Z 2022-09-27T16:10:40.3023955Z from user code: 2022-09-27T16:10:40.3024163Z File "test_binary_ufuncs.py", line 3549, in 2022-09-27T16:10:40.3024391Z lambda: torch.add(m1, m2, alpha=1.0), 2022-09-27T16:10:40.3024520Z 2022-09-27T16:10:40.3024649Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:40.3024853Z ========== 2022-09-27T16:10:40.3355453Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary_ufuncs.py line 3572 2022-09-27T16:10:40.3355979Z due to: 2022-09-27T16:10:40.3356271Z Traceback (most recent call last): 2022-09-27T16:10:40.3356979Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:10:40.3357485Z return self._op(*args, **kwargs or {}) 2022-09-27T16:10:40.3358132Z RuntimeError: result type ComplexFloat can't be cast to the desired output type Double 2022-09-27T16:10:40.3358488Z 2022-09-27T16:10:40.3358729Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:40.3358935Z 2022-09-27T16:10:40.3359039Z Traceback (most recent call last): 2022-09-27T16:10:40.3359316Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:10:40.3359579Z raise TorchRuntimeError() from e 2022-09-27T16:10:40.3359817Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:10:40.3359957Z 2022-09-27T16:10:40.3360034Z from user code: 2022-09-27T16:10:40.3360230Z File "test_binary_ufuncs.py", line 3572, in 2022-09-27T16:10:40.3360456Z lambda: torch.add(m1, m1, out=m2), 2022-09-27T16:10:40.3360580Z 2022-09-27T16:10:40.3360712Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:40.3360930Z ========== 2022-09-27T16:10:40.3397622Z ok (0.324s) 2022-09-27T16:10:40.7997826Z test_add_with_tail_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.459s) 2022-09-27T16:10:40.8185483Z test_addcmul_scalars_as_floats_cpu (__main__.TestBinaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary_ufuncs.py line 868 2022-09-27T16:10:40.8186042Z due to: 2022-09-27T16:10:40.8186409Z Traceback (most recent call last): 2022-09-27T16:10:40.8186738Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-09-27T16:10:40.8187046Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T16:10:40.8187592Z TypeError: addcmul(): argument 'value' must be Number, not FakeTensor 2022-09-27T16:10:40.8187758Z 2022-09-27T16:10:40.8187828Z from user code: 2022-09-27T16:10:40.8188040Z File "test_binary_ufuncs.py", line 868, in 2022-09-27T16:10:40.8188307Z self.assertRaises(Exception, lambda: y.addcmul(y, y, value=x)) 2022-09-27T16:10:40.8188455Z 2022-09-27T16:10:40.8188588Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:40.8188805Z ========== 2022-09-27T16:10:40.8198326Z ok (0.020s) 2022-09-27T16:10:40.9039932Z test_addsub_half_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.083s) 2022-09-27T16:10:41.1973189Z test_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.293s) 2022-09-27T16:10:41.2741591Z test_atan2_edgecases_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:10:41.2803439Z test_batch_vs_slicing___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:41.2829480Z test_batch_vs_slicing___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.2871149Z test_batch_vs_slicing___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:41.2904966Z test_batch_vs_slicing___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.2942480Z test_batch_vs_slicing___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.2969840Z test_batch_vs_slicing___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.2998035Z test_batch_vs_slicing___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.3022650Z test_batch_vs_slicing___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.3050451Z test_batch_vs_slicing___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.3073231Z test_batch_vs_slicing___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.3096151Z test_batch_vs_slicing___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.3119092Z test_batch_vs_slicing___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.3141966Z test_batch_vs_slicing___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.3164919Z test_batch_vs_slicing___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.3187776Z test_batch_vs_slicing___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.3209560Z test_batch_vs_slicing___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.3232303Z test_batch_vs_slicing___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.3255109Z test_batch_vs_slicing___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.3282758Z test_batch_vs_slicing___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.3316224Z test_batch_vs_slicing___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.3355440Z test_batch_vs_slicing___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.3388183Z test_batch_vs_slicing___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.3428418Z test_batch_vs_slicing___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.3456174Z test_batch_vs_slicing___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.3485898Z test_batch_vs_slicing___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.3516192Z test_batch_vs_slicing___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.3546123Z test_batch_vs_slicing___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.3575700Z test_batch_vs_slicing___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.3605922Z test_batch_vs_slicing___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.3636700Z test_batch_vs_slicing___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.3665448Z test_batch_vs_slicing___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.3711712Z test_batch_vs_slicing___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:41.3739867Z test_batch_vs_slicing___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.3770252Z test_batch_vs_slicing___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.3798350Z test_batch_vs_slicing___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.3824170Z test_batch_vs_slicing___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.3858308Z test_batch_vs_slicing___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.3889521Z test_batch_vs_slicing___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.3926648Z test_batch_vs_slicing___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.3953881Z test_batch_vs_slicing___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.3981491Z test_batch_vs_slicing___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.4005451Z test_batch_vs_slicing___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.4029154Z test_batch_vs_slicing___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.4052582Z test_batch_vs_slicing___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.4075953Z test_batch_vs_slicing___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.4098716Z test_batch_vs_slicing___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.4121637Z test_batch_vs_slicing___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.4144565Z test_batch_vs_slicing___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.4168230Z test_batch_vs_slicing___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.4189965Z test_batch_vs_slicing___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.4212609Z test_batch_vs_slicing___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.4235315Z test_batch_vs_slicing___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.4262209Z test_batch_vs_slicing___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:10:41.4262885Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:10:41.4264708Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:10:41.4265202Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:10:41.4276837Z ok (0.004s) 2022-09-27T16:10:41.4368701Z test_batch_vs_slicing___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:10:41.4446888Z test_batch_vs_slicing___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:41.4493676Z test_batch_vs_slicing___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:41.4529758Z test_batch_vs_slicing___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.4568643Z test_batch_vs_slicing___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.4600688Z test_batch_vs_slicing___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.4631575Z test_batch_vs_slicing___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.4663523Z test_batch_vs_slicing___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.4693403Z test_batch_vs_slicing___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.4722508Z test_batch_vs_slicing___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.4750684Z test_batch_vs_slicing___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.4786512Z test_batch_vs_slicing___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.4818786Z test_batch_vs_slicing___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.4855544Z test_batch_vs_slicing___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.4882548Z test_batch_vs_slicing___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.4909895Z test_batch_vs_slicing___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.4934050Z test_batch_vs_slicing___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.4958394Z test_batch_vs_slicing___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.4980975Z test_batch_vs_slicing___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5005215Z test_batch_vs_slicing___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5028419Z test_batch_vs_slicing___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5052247Z test_batch_vs_slicing___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5075707Z test_batch_vs_slicing___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5099023Z test_batch_vs_slicing___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5120961Z test_batch_vs_slicing___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5143762Z test_batch_vs_slicing___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5166541Z test_batch_vs_slicing___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5192089Z test_batch_vs_slicing_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5215380Z test_batch_vs_slicing_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5249325Z test_batch_vs_slicing_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.5279519Z test_batch_vs_slicing_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:10:41.5280544Z result = torch.complex(real, imag) 2022-09-27T16:10:41.5311239Z ok (0.006s) 2022-09-27T16:10:41.5342362Z test_batch_vs_slicing_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.5378119Z test_batch_vs_slicing_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.5404246Z test_batch_vs_slicing_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5433584Z test_batch_vs_slicing_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5457413Z test_batch_vs_slicing_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5481193Z test_batch_vs_slicing_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5503496Z test_batch_vs_slicing_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5526767Z test_batch_vs_slicing_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5549994Z test_batch_vs_slicing_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5578121Z test_batch_vs_slicing_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5609797Z test_batch_vs_slicing_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.5636803Z test_batch_vs_slicing_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5666027Z test_batch_vs_slicing_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5695076Z test_batch_vs_slicing_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5724294Z test_batch_vs_slicing_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5752436Z test_batch_vs_slicing_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5781812Z test_batch_vs_slicing_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5811768Z test_batch_vs_slicing_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5835325Z test_batch_vs_slicing_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5857859Z test_batch_vs_slicing_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5880896Z test_batch_vs_slicing_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5902269Z test_batch_vs_slicing_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5925067Z test_batch_vs_slicing_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5947615Z test_batch_vs_slicing_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5970463Z test_batch_vs_slicing_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.5993392Z test_batch_vs_slicing_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6015008Z test_batch_vs_slicing_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6037694Z test_batch_vs_slicing_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6060451Z test_batch_vs_slicing_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6082876Z test_batch_vs_slicing_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6107246Z test_batch_vs_slicing_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6130100Z test_batch_vs_slicing_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6151364Z test_batch_vs_slicing_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6173900Z test_batch_vs_slicing_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6196441Z test_batch_vs_slicing_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6219053Z test_batch_vs_slicing_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6241776Z test_batch_vs_slicing_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6263328Z test_batch_vs_slicing_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6286013Z test_batch_vs_slicing_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6308729Z test_batch_vs_slicing_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6331166Z test_batch_vs_slicing_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6353643Z test_batch_vs_slicing_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6375741Z test_batch_vs_slicing_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6397010Z test_batch_vs_slicing_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6419117Z test_batch_vs_slicing_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6441247Z test_batch_vs_slicing_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6467179Z test_batch_vs_slicing_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6489822Z test_batch_vs_slicing_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6524817Z test_batch_vs_slicing_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.6551140Z test_batch_vs_slicing_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6579819Z test_batch_vs_slicing_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6602851Z test_batch_vs_slicing_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6625230Z test_batch_vs_slicing_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6646559Z test_batch_vs_slicing_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6668748Z test_batch_vs_slicing_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6692112Z test_batch_vs_slicing_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6718201Z test_batch_vs_slicing_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6748170Z test_batch_vs_slicing_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.6784656Z test_batch_vs_slicing_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.6811106Z test_batch_vs_slicing_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6838612Z test_batch_vs_slicing_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6862094Z test_batch_vs_slicing_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6885214Z test_batch_vs_slicing_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6907773Z test_batch_vs_slicing_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6931233Z test_batch_vs_slicing_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6954858Z test_batch_vs_slicing_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.6992081Z test_batch_vs_slicing_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.7021206Z test_batch_vs_slicing_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7050837Z test_batch_vs_slicing_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7077798Z test_batch_vs_slicing_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7107496Z test_batch_vs_slicing_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7142225Z test_batch_vs_slicing_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.7168347Z test_batch_vs_slicing_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7195127Z test_batch_vs_slicing_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7222381Z test_batch_vs_slicing_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7250763Z test_batch_vs_slicing_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7277686Z test_batch_vs_slicing_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7305256Z test_batch_vs_slicing_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7333259Z test_batch_vs_slicing_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7360589Z test_batch_vs_slicing_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7398137Z test_batch_vs_slicing_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.7424675Z test_batch_vs_slicing_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7452447Z test_batch_vs_slicing_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7480448Z test_batch_vs_slicing_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7511097Z test_batch_vs_slicing_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.7538724Z test_batch_vs_slicing_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7566701Z test_batch_vs_slicing_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7595011Z test_batch_vs_slicing_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7622284Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7653731Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.7688854Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.7719978Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.7757942Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.7783913Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7811183Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7838976Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7867279Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7896064Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7925995Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7953876Z test_batch_vs_slicing_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.7979843Z test_batch_vs_slicing_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.8016687Z test_batch_vs_slicing_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.8042461Z test_batch_vs_slicing_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.8069563Z test_batch_vs_slicing_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.8096945Z test_batch_vs_slicing_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.8124867Z test_batch_vs_slicing_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.8151771Z test_batch_vs_slicing_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.8181285Z test_batch_vs_slicing_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.8209644Z test_batch_vs_slicing_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.8232507Z test_batch_vs_slicing_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.8254572Z test_batch_vs_slicing_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.8285014Z test_batch_vs_slicing_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.8328898Z test_batch_vs_slicing_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:41.8353861Z test_batch_vs_slicing_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.8385170Z test_batch_vs_slicing_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.8407610Z test_batch_vs_slicing_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.8432617Z test_batch_vs_slicing_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.8456674Z test_batch_vs_slicing_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.8479177Z test_batch_vs_slicing_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.8500220Z test_batch_vs_slicing_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.8522285Z test_batch_vs_slicing_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.8544092Z test_batch_vs_slicing_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.8578326Z test_batch_vs_slicing_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.8617876Z test_batch_vs_slicing_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.8698694Z test_batch_vs_slicing_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:10:41.8784873Z test_batch_vs_slicing_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:10:41.8832176Z test_batch_vs_slicing_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:41.8866895Z test_batch_vs_slicing_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.8900157Z test_batch_vs_slicing_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.8934304Z test_batch_vs_slicing_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.8967671Z test_batch_vs_slicing_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.9000507Z test_batch_vs_slicing_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.9033967Z test_batch_vs_slicing_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.9068775Z test_batch_vs_slicing_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.9081301Z test_batch_vs_slicing_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:10:41.9133062Z test_batch_vs_slicing_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:41.9160946Z test_batch_vs_slicing_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9190668Z test_batch_vs_slicing_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9218672Z test_batch_vs_slicing_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9244160Z test_batch_vs_slicing_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9269756Z test_batch_vs_slicing_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9295850Z test_batch_vs_slicing_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9319811Z test_batch_vs_slicing_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9346887Z test_batch_vs_slicing_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9369893Z test_batch_vs_slicing_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9406011Z test_batch_vs_slicing_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.9431780Z test_batch_vs_slicing_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9458758Z test_batch_vs_slicing_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9482028Z test_batch_vs_slicing_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9504647Z test_batch_vs_slicing_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9526619Z test_batch_vs_slicing_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9550423Z test_batch_vs_slicing_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9572780Z test_batch_vs_slicing_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9599151Z test_batch_vs_slicing_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9621928Z test_batch_vs_slicing_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9658165Z test_batch_vs_slicing_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:41.9684191Z test_batch_vs_slicing_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9710894Z test_batch_vs_slicing_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9734065Z test_batch_vs_slicing_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9756716Z test_batch_vs_slicing_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9778537Z test_batch_vs_slicing_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9801476Z test_batch_vs_slicing_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9824141Z test_batch_vs_slicing_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9852560Z test_batch_vs_slicing_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9896145Z test_batch_vs_slicing_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:41.9925431Z test_batch_vs_slicing_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9954143Z test_batch_vs_slicing_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:41.9978946Z test_batch_vs_slicing_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0003036Z test_batch_vs_slicing_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0027324Z test_batch_vs_slicing_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0051833Z test_batch_vs_slicing_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0075203Z test_batch_vs_slicing_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0104723Z test_batch_vs_slicing_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.0134414Z test_batch_vs_slicing_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.0165119Z test_batch_vs_slicing_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.0194210Z test_batch_vs_slicing_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0223069Z test_batch_vs_slicing_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0245851Z test_batch_vs_slicing_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0267933Z test_batch_vs_slicing_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0299940Z test_batch_vs_slicing_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.0322362Z test_batch_vs_slicing_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0346842Z test_batch_vs_slicing_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0369573Z test_batch_vs_slicing_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0391874Z test_batch_vs_slicing_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0413173Z test_batch_vs_slicing_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0435493Z test_batch_vs_slicing_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0457556Z test_batch_vs_slicing_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0481230Z test_batch_vs_slicing_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0502961Z test_batch_vs_slicing_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0534702Z test_batch_vs_slicing_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.0558260Z test_batch_vs_slicing_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0582922Z test_batch_vs_slicing_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0608002Z test_batch_vs_slicing_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0630749Z test_batch_vs_slicing_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0652257Z test_batch_vs_slicing_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0674542Z test_batch_vs_slicing_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0696767Z test_batch_vs_slicing_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0724384Z test_batch_vs_slicing_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0747759Z test_batch_vs_slicing_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0784079Z test_batch_vs_slicing_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.0810959Z test_batch_vs_slicing_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0837775Z test_batch_vs_slicing_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0861354Z test_batch_vs_slicing_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0884274Z test_batch_vs_slicing_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0905956Z test_batch_vs_slicing_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0928961Z test_batch_vs_slicing_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0951395Z test_batch_vs_slicing_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.0978354Z test_batch_vs_slicing_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.1004871Z test_batch_vs_slicing_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.1033350Z test_batch_vs_slicing_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.1069425Z test_batch_vs_slicing_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.1115359Z test_batch_vs_slicing_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:42.1151159Z test_batch_vs_slicing_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.1195886Z test_batch_vs_slicing_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:42.1232180Z test_batch_vs_slicing_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.1277406Z test_batch_vs_slicing_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:42.1313295Z test_batch_vs_slicing_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.1357469Z test_batch_vs_slicing_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:42.1392239Z test_batch_vs_slicing_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.1433853Z test_batch_vs_slicing_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:42.1478464Z test_batch_vs_slicing_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:42.1519081Z test_batch_vs_slicing_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:42.1568434Z test_batch_vs_slicing_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:42.1603025Z test_batch_vs_slicing_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.1637463Z test_batch_vs_slicing_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.1674310Z test_batch_vs_slicing_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.1710920Z test_batch_vs_slicing_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.1746540Z test_batch_vs_slicing_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.1783176Z test_batch_vs_slicing_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.1819460Z test_batch_vs_slicing_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.1835723Z test_batch_vs_slicing_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.1851031Z test_batch_vs_slicing_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.1865954Z test_batch_vs_slicing_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.1881180Z test_batch_vs_slicing_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.1895866Z test_batch_vs_slicing_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.1910382Z test_batch_vs_slicing_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.1925035Z test_batch_vs_slicing_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.1939776Z test_batch_vs_slicing_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.1954609Z test_batch_vs_slicing_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.1969350Z test_batch_vs_slicing_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.1983946Z test_batch_vs_slicing_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.1998633Z test_batch_vs_slicing_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.2013560Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.2028091Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.2042838Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.2057618Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.2072271Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.2088953Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.2103695Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.2118404Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.2133447Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.2148373Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.2163309Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.2178183Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:42.2210483Z test_batch_vs_slicing_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.2241395Z test_batch_vs_slicing_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.2276271Z test_batch_vs_slicing_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.2306665Z test_batch_vs_slicing_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.2336360Z test_batch_vs_slicing_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.2368343Z test_batch_vs_slicing_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.2403626Z test_batch_vs_slicing_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.2479623Z test_batch_vs_slicing_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:42.2543861Z test_batch_vs_slicing_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:42.2589861Z test_batch_vs_slicing_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:42.2621959Z test_batch_vs_slicing_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.2656770Z test_batch_vs_slicing_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.2691681Z test_batch_vs_slicing_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.2725938Z test_batch_vs_slicing_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.2759222Z test_batch_vs_slicing_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.2792271Z test_batch_vs_slicing_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.2825266Z test_batch_vs_slicing_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.2849590Z test_batch_vs_slicing_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.2872468Z test_batch_vs_slicing_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.2905279Z test_batch_vs_slicing_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.2930803Z test_batch_vs_slicing_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.2955787Z test_batch_vs_slicing_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.2978961Z test_batch_vs_slicing_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3002369Z test_batch_vs_slicing_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3024294Z test_batch_vs_slicing_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3047441Z test_batch_vs_slicing_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3070158Z test_batch_vs_slicing_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3094357Z test_batch_vs_slicing_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3117558Z test_batch_vs_slicing_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3147465Z test_batch_vs_slicing_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3174511Z test_batch_vs_slicing_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3207983Z test_batch_vs_slicing_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.3232210Z test_batch_vs_slicing_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3258142Z test_batch_vs_slicing_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3282101Z test_batch_vs_slicing_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3305687Z test_batch_vs_slicing_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3328155Z test_batch_vs_slicing_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3351119Z test_batch_vs_slicing_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3374251Z test_batch_vs_slicing_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3397353Z test_batch_vs_slicing_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3419705Z test_batch_vs_slicing_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3450407Z test_batch_vs_slicing_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.3476379Z test_batch_vs_slicing_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3508116Z test_batch_vs_slicing_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.3531584Z test_batch_vs_slicing_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3557134Z test_batch_vs_slicing_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3580257Z test_batch_vs_slicing_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3605380Z test_batch_vs_slicing_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3627284Z test_batch_vs_slicing_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3650326Z test_batch_vs_slicing_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3673105Z test_batch_vs_slicing_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3696735Z test_batch_vs_slicing_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3719330Z test_batch_vs_slicing_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3749482Z test_batch_vs_slicing_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.3776174Z test_batch_vs_slicing_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3808526Z test_batch_vs_slicing_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.3831757Z test_batch_vs_slicing_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3856903Z test_batch_vs_slicing_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3880137Z test_batch_vs_slicing_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3903190Z test_batch_vs_slicing_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3925113Z test_batch_vs_slicing_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3947968Z test_batch_vs_slicing_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3971044Z test_batch_vs_slicing_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.3995248Z test_batch_vs_slicing_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4018052Z test_batch_vs_slicing_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4051532Z test_batch_vs_slicing_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.4075775Z test_batch_vs_slicing_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4101511Z test_batch_vs_slicing_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4125327Z test_batch_vs_slicing_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4148829Z test_batch_vs_slicing_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4171224Z test_batch_vs_slicing_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4194445Z test_batch_vs_slicing_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4217297Z test_batch_vs_slicing_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4245281Z test_batch_vs_slicing_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4270676Z test_batch_vs_slicing_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4307241Z test_batch_vs_slicing_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.4334113Z test_batch_vs_slicing_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4361221Z test_batch_vs_slicing_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4384617Z test_batch_vs_slicing_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4407614Z test_batch_vs_slicing_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4429408Z test_batch_vs_slicing_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4452406Z test_batch_vs_slicing_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4475736Z test_batch_vs_slicing_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4501290Z test_batch_vs_slicing_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4524312Z test_batch_vs_slicing_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4559540Z test_batch_vs_slicing_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.4585946Z test_batch_vs_slicing_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4613803Z test_batch_vs_slicing_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4637119Z test_batch_vs_slicing_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4659827Z test_batch_vs_slicing_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4681954Z test_batch_vs_slicing_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4704860Z test_batch_vs_slicing_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4728262Z test_batch_vs_slicing_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4753955Z test_batch_vs_slicing_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4776970Z test_batch_vs_slicing_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4812018Z test_batch_vs_slicing_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.4837721Z test_batch_vs_slicing_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4864545Z test_batch_vs_slicing_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4888068Z test_batch_vs_slicing_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4910570Z test_batch_vs_slicing_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4932702Z test_batch_vs_slicing_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4957309Z test_batch_vs_slicing_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.4980549Z test_batch_vs_slicing_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5006016Z test_batch_vs_slicing_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5028948Z test_batch_vs_slicing_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5064190Z test_batch_vs_slicing_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.5090475Z test_batch_vs_slicing_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5117729Z test_batch_vs_slicing_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5141194Z test_batch_vs_slicing_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5164344Z test_batch_vs_slicing_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5186794Z test_batch_vs_slicing_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5209975Z test_batch_vs_slicing_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5233379Z test_batch_vs_slicing_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5259997Z test_batch_vs_slicing_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5282995Z test_batch_vs_slicing_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5317272Z test_batch_vs_slicing_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.5371154Z test_batch_vs_slicing_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:42.5402491Z test_batch_vs_slicing_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.5439907Z test_batch_vs_slicing_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.5466416Z test_batch_vs_slicing_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5494367Z test_batch_vs_slicing_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5519065Z test_batch_vs_slicing_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5543088Z test_batch_vs_slicing_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5566302Z test_batch_vs_slicing_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5589563Z test_batch_vs_slicing_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5612437Z test_batch_vs_slicing_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5635578Z test_batch_vs_slicing_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5658031Z test_batch_vs_slicing_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5690882Z test_batch_vs_slicing_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.5716816Z test_batch_vs_slicing_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5748743Z test_batch_vs_slicing_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.5771342Z test_batch_vs_slicing_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5795463Z test_batch_vs_slicing_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5818130Z test_batch_vs_slicing_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5840511Z test_batch_vs_slicing_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5861654Z test_batch_vs_slicing_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5883795Z test_batch_vs_slicing_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5905830Z test_batch_vs_slicing_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5932659Z test_batch_vs_slicing_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5958601Z test_batch_vs_slicing_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.5986101Z test_batch_vs_slicing_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.6019386Z test_batch_vs_slicing_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.6061234Z test_batch_vs_slicing_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:42.6090297Z test_batch_vs_slicing_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.6170677Z test_batch_vs_slicing_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:42.6243204Z test_batch_vs_slicing_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:42.6286461Z test_batch_vs_slicing_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:42.6317823Z test_batch_vs_slicing_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.6351802Z test_batch_vs_slicing_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.6380208Z test_batch_vs_slicing_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.6408437Z test_batch_vs_slicing_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.6433592Z test_batch_vs_slicing_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.6459954Z test_batch_vs_slicing_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.6485830Z test_batch_vs_slicing_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.6515161Z test_batch_vs_slicing_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.6564261Z test_batch_vs_slicing_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:42.6593984Z test_batch_vs_slicing_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.6624684Z test_batch_vs_slicing_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.6652768Z test_batch_vs_slicing_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.6679735Z test_batch_vs_slicing_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.6707085Z test_batch_vs_slicing_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.6733766Z test_batch_vs_slicing_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.6758209Z test_batch_vs_slicing_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.6784410Z test_batch_vs_slicing_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.6821352Z test_batch_vs_slicing_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.6852456Z test_batch_vs_slicing_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.6888620Z test_batch_vs_slicing_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.6914646Z test_batch_vs_slicing_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.6941970Z test_batch_vs_slicing_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.6965569Z test_batch_vs_slicing_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.6989182Z test_batch_vs_slicing_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.7011914Z test_batch_vs_slicing_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.7034509Z test_batch_vs_slicing_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.7057245Z test_batch_vs_slicing_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:42.7091047Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.7122594Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.7154797Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.7187245Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.7221658Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.7254522Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.7287339Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.7320277Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.7355571Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.7386097Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.7417758Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.7449041Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.7481624Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.7512642Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.7544590Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.7576809Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.7588967Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.7599963Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.7611150Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.7622964Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.7633503Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.7644394Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.7655766Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.7666900Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.7678102Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.7688794Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.7699636Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.7710588Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.7721576Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.7732942Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.7743998Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.7755205Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.7790127Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.7822286Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.7854259Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.7888531Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.7921372Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.7953259Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.7984906Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.8017042Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.8049524Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.8080614Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.8112523Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.8143889Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.8176555Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.8208304Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.8239886Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.8271807Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.8304464Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.8334786Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.8366870Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.8397223Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.8429333Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.8460551Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.8491812Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.8523722Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.8536060Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8546909Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8558329Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8570199Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8581241Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8592570Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8603947Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8615549Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8628471Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8640045Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8651527Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8662743Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8674361Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8685503Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8696929Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8708239Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8719689Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8731080Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8742366Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8753925Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8765495Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8776661Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8787897Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8799354Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8810902Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8821970Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8833624Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8844608Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8855395Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8866432Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8877395Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8888362Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8899307Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8910275Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8921298Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8932486Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8943287Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8956467Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8967441Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.8978714Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:42.9015263Z test_batch_vs_slicing_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.9049940Z test_batch_vs_slicing_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.9094159Z test_batch_vs_slicing_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:42.9126887Z test_batch_vs_slicing_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.9161158Z test_batch_vs_slicing_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.9193956Z test_batch_vs_slicing_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.9228463Z test_batch_vs_slicing_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.9261188Z test_batch_vs_slicing_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.9293940Z test_batch_vs_slicing_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.9326520Z test_batch_vs_slicing_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.9359211Z test_batch_vs_slicing_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:42.9435275Z test_batch_vs_slicing_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:42.9510672Z test_batch_vs_slicing_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:42.9582783Z test_batch_vs_slicing_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:42.9659898Z test_batch_vs_slicing_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:42.9735893Z test_batch_vs_slicing_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:42.9807936Z test_batch_vs_slicing_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:42.9977572Z test_batch_vs_slicing_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:10:43.0007623Z test_batch_vs_slicing_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:43.0049448Z test_batch_vs_slicing_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:43.0110867Z test_batch_vs_slicing_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:43.0143149Z test_batch_vs_slicing_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:43.0180835Z test_batch_vs_slicing_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:43.0208006Z test_batch_vs_slicing_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:43.0238600Z test_batch_vs_slicing_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:43.0263220Z test_batch_vs_slicing_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:43.0287835Z test_batch_vs_slicing_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:43.0310387Z test_batch_vs_slicing_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:43.0333503Z test_batch_vs_slicing_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:43.0356506Z test_batch_vs_slicing_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:43.0383581Z test_batch_vs_slicing_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:43.0414411Z test_batch_vs_slicing_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:43.0451294Z test_batch_vs_slicing_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:43.0483800Z test_batch_vs_slicing_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:43.0522762Z test_batch_vs_slicing_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:43.0550447Z test_batch_vs_slicing_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:43.0579363Z test_batch_vs_slicing_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:43.0608213Z test_batch_vs_slicing_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:43.0637529Z test_batch_vs_slicing_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:43.0666365Z test_batch_vs_slicing_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:43.0695025Z test_batch_vs_slicing_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:43.0724111Z test_batch_vs_slicing_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:43.0753995Z test_batch_vs_slicing_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:43.0787610Z test_batch_vs_slicing_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:43.0827322Z test_batch_vs_slicing_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:43.0856552Z test_batch_vs_slicing_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:43.0892285Z test_batch_vs_slicing_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:43.0922867Z test_batch_vs_slicing_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:43.0954391Z test_batch_vs_slicing_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:43.0984515Z test_batch_vs_slicing_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:43.1014658Z test_batch_vs_slicing_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:43.1047039Z test_batch_vs_slicing_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:43.8395763Z test_binary_op_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.734s) 2022-09-27T16:10:43.8413729Z test_binary_op_scalar_device_unspecified_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:10:50.6446203Z test_binary_ops_with_scalars_cpu (__main__.TestBinaryUfuncsCPU) ... ok (6.803s) 2022-09-27T16:10:50.8526846Z test_bitwise_ops_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.205s) 2022-09-27T16:10:50.9849418Z test_bitwise_ops_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.132s) 2022-09-27T16:10:51.1045568Z test_bitwise_ops_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.119s) 2022-09-27T16:10:51.2135430Z test_bitwise_ops_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.108s) 2022-09-27T16:10:51.3186215Z test_bitwise_ops_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:10:51.4236283Z test_bitwise_ops_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:10:51.5944800Z test_bool_tensor_comparison_ops_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.170s) 2022-09-27T16:10:51.7175490Z test_broadcasting_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _helper_reference_numerics test_binary_ufuncs.py line 118 2022-09-27T16:10:51.7176147Z due to: 2022-09-27T16:10:51.7176478Z Traceback (most recent call last): 2022-09-27T16:10:51.7177009Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:10:51.7177566Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:10:51.7178199Z NotImplementedError: GetAttrVariable(GetAttrVariable(NumpyVariable(), dtype), type) is not a constant 2022-09-27T16:10:51.7178579Z 2022-09-27T16:10:51.7178671Z from user code: 2022-09-27T16:10:51.7179052Z File "test_binary_ufuncs.py", line 122, in _helper_reference_numerics 2022-09-27T16:10:51.7179498Z numpy_to_torch_dtype_dict[expected.dtype.type], dtype 2022-09-27T16:10:51.7179775Z 2022-09-27T16:10:51.7179985Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:51.7180307Z ========== 2022-09-27T16:10:51.7850732Z ok (0.190s) 2022-09-27T16:10:51.7989830Z test_broadcasting_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:51.8126438Z test_broadcasting_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:51.8262894Z test_broadcasting_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:51.8400494Z test_broadcasting_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:51.8671178Z test_broadcasting_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:10:51.8807589Z test_broadcasting_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:51.9086601Z test_broadcasting_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:10:51.9224253Z test_broadcasting_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:51.9413422Z test_broadcasting_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:10:51.9545718Z test_broadcasting_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:51.9816756Z test_broadcasting_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:10:52.0041478Z test_broadcasting_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:10:52.0326669Z test_broadcasting_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:10:52.0482212Z test_broadcasting_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:10:52.0759402Z test_broadcasting_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:10:52.0902355Z test_broadcasting_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:10:52.1040069Z test_broadcasting_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:52.1231181Z test_broadcasting_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:10:52.1367499Z test_broadcasting_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:52.1559313Z test_broadcasting_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:10:52.1689108Z test_broadcasting_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:52.1951635Z test_broadcasting_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:10:52.2092110Z test_broadcasting_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:52.2331844Z test_broadcasting_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:10:52.2505530Z test_broadcasting_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:10:52.2522834Z test_broadcasting_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:52.2537167Z test_broadcasting_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:52.2550426Z test_broadcasting_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:52.2563754Z test_broadcasting_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:52.2700337Z test_broadcasting_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:52.2893150Z test_broadcasting_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:10:52.3025904Z test_broadcasting_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:52.3215600Z test_broadcasting_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:10:52.3345878Z test_broadcasting_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:52.3534640Z test_broadcasting_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:10:52.3662715Z test_broadcasting_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:52.3851041Z test_broadcasting_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:10:52.3981217Z test_broadcasting_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:52.4170048Z test_broadcasting_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:10:52.4298803Z test_broadcasting_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:52.4566838Z test_broadcasting_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:10:52.4699702Z test_broadcasting_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:52.4964612Z test_broadcasting_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:10:52.5103563Z test_broadcasting_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:52.5373903Z test_broadcasting_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:10:52.5509472Z test_broadcasting_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:52.5781103Z test_broadcasting_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:10:52.5921358Z test_broadcasting_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:52.6109386Z test_broadcasting_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:10:52.6240121Z test_broadcasting_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:52.6513457Z test_broadcasting_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:10:52.6649698Z test_broadcasting_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:52.6926806Z test_broadcasting_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:10:52.7067192Z test_broadcasting_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:52.7339903Z test_broadcasting_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:10:52.7475812Z test_broadcasting_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:52.7998244Z test_cdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary_ufuncs.py line 2941 2022-09-27T16:10:52.7998815Z due to: 2022-09-27T16:10:52.7999111Z Traceback (most recent call last): 2022-09-27T16:10:52.7999582Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:52.8000323Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:52.8001016Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:10:52.8001323Z 2022-09-27T16:10:52.8001425Z from user code: 2022-09-27T16:10:52.8001806Z File "test_binary_ufuncs.py", line 2950, in 2022-09-27T16:10:52.8002193Z sm2.storage(), 2022-09-27T16:10:52.8002369Z 2022-09-27T16:10:52.8002574Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:52.8002943Z ========== 2022-09-27T16:10:52.8057202Z ok (0.058s) 2022-09-27T16:10:52.8364129Z test_cmul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:10:53.1012773Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less 2022-09-27T16:10:53.1013219Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.1018052Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less_equal 2022-09-27T16:10:53.1018375Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.1022762Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater 2022-09-27T16:10:53.1023089Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.1027549Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater_equal 2022-09-27T16:10:53.1027919Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.1218959Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less 2022-09-27T16:10:53.1219279Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.1224521Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less_equal 2022-09-27T16:10:53.1225411Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.1229503Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater 2022-09-27T16:10:53.1230064Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.1234764Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater_equal 2022-09-27T16:10:53.1235339Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.1423174Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less 2022-09-27T16:10:53.1423784Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.1428436Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less_equal 2022-09-27T16:10:53.1428996Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.1433645Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater 2022-09-27T16:10:53.1434234Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.1438869Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater_equal 2022-09-27T16:10:53.1439448Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.1624916Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less 2022-09-27T16:10:53.1629802Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.1630348Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less_equal 2022-09-27T16:10:53.1630850Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.1635460Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater 2022-09-27T16:10:53.1635978Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.1640547Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater_equal 2022-09-27T16:10:53.1641114Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.1827777Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less 2022-09-27T16:10:53.1828379Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.1833461Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less_equal 2022-09-27T16:10:53.1834030Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.1838514Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater 2022-09-27T16:10:53.1838852Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.1842945Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater_equal 2022-09-27T16:10:53.1843357Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.2024979Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less 2022-09-27T16:10:53.2025303Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.2029866Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less_equal 2022-09-27T16:10:53.2030427Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.2034339Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater 2022-09-27T16:10:53.2034904Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.2038743Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater_equal 2022-09-27T16:10:53.2039320Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.2059511Z ok (0.369s) 2022-09-27T16:10:53.2314576Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less 2022-09-27T16:10:53.2315370Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.2317171Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less_equal 2022-09-27T16:10:53.2317735Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.2321071Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater 2022-09-27T16:10:53.2321654Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.2324996Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater_equal 2022-09-27T16:10:53.2325561Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:10:53.2614518Z ok (0.055s) 2022-09-27T16:10:53.2979096Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:10:53.3248320Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:10:53.3501368Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:10:53.3754320Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:10:53.4015627Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:10:53.4280714Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:10:53.4533876Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:10:53.4794163Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:10:53.5045169Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:10:53.5303327Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:10:53.5753874Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:10:53.6152316Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:10:53.6541451Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:10:53.6951585Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:10:53.7342958Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:10:53.7604086Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:10:53.7861884Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:10:53.8307158Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:10:53.8693657Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:10:53.9099465Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:10:53.9485589Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:10:53.9876118Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:10:54.0263049Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:10:54.0647735Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:10:54.1032275Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:10:54.1443242Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:10:54.1843807Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:10:54.2101632Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:10:54.2362204Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:10:54.2760663Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:10:54.3141385Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:10:54.3525599Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:10:54.3925208Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:10:54.4318997Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:10:54.4704483Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:10:54.5089607Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:10:54.5494591Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:10:54.5867442Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:10:54.6114678Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:10:54.6359434Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:10:54.6749209Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:10:54.7096634Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:10:54.7461180Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:10:54.7825894Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:10:54.8235986Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:10:54.8607969Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:10:54.8856457Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:10:54.9104057Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:10:54.9500421Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:10:54.9847888Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:10:55.0211584Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:10:55.0617827Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:10:55.0992582Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:10:55.1246270Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:10:55.1495771Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:10:55.1892772Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:10:55.2241617Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:10:55.2648737Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:10:55.3021155Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:10:55.3271544Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:10:55.3519641Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:10:55.3913610Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:10:55.4273655Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:10:55.4636530Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:10:55.4999449Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:10:55.5347077Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:10:55.5752373Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:10:55.6125435Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:10:55.6375395Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:10:55.6622085Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:10:55.7015960Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:10:55.7378125Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:10:55.7740816Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:10:55.8103747Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:10:55.8473225Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:10:55.8818585Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:10:55.9140665Z test_complex_scalar_pow_tensor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:10:55.9423674Z test_complex_scalar_pow_tensor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:10:55.9847637Z test_complex_scalar_pow_tensor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:10:56.0129203Z test_complex_scalar_pow_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:10:56.0203156Z test_complex_scalar_pow_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:56.0275065Z test_complex_scalar_pow_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:56.0348296Z test_complex_scalar_pow_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:56.0420240Z test_complex_scalar_pow_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:56.0493046Z test_complex_scalar_pow_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:56.0564238Z test_complex_scalar_pow_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:56.0634108Z test_contig_size1___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:56.0656973Z test_contig_size1___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.0682023Z test_contig_size1___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.0706380Z test_contig_size1___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.0728952Z test_contig_size1___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.0750919Z test_contig_size1___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.0773552Z test_contig_size1___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.0794977Z test_contig_size1___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.0815585Z test_contig_size1___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.0836144Z test_contig_size1___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.0856910Z test_contig_size1___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.0877379Z test_contig_size1___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.0897997Z test_contig_size1___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.0919259Z test_contig_size1___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.0940711Z test_contig_size1___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.0960680Z test_contig_size1___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.0980992Z test_contig_size1___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1002163Z test_contig_size1___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1024734Z test_contig_size1___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1047005Z test_contig_size1___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1071594Z test_contig_size1___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1095819Z test_contig_size1___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1119288Z test_contig_size1___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1142152Z test_contig_size1___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1166180Z test_contig_size1___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1189009Z test_contig_size1___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1211900Z test_contig_size1___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1236169Z test_contig_size1___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1258795Z test_contig_size1___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1281294Z test_contig_size1___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1304454Z test_contig_size1___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1328347Z test_contig_size1___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1351032Z test_contig_size1___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1374407Z test_contig_size1___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1397330Z test_contig_size1___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1418833Z test_contig_size1___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1443311Z test_contig_size1___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1468054Z test_contig_size1___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1491700Z test_contig_size1___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1513860Z test_contig_size1___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1536736Z test_contig_size1___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1558200Z test_contig_size1___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1579018Z test_contig_size1___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1599967Z test_contig_size1___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1620628Z test_contig_size1___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1641199Z test_contig_size1___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1661778Z test_contig_size1___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1682567Z test_contig_size1___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1703695Z test_contig_size1___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1724141Z test_contig_size1___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1744729Z test_contig_size1___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1766114Z test_contig_size1___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1786988Z test_contig_size1___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:10:56.1788036Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:10:56.1789771Z ok (0.002s) 2022-09-27T16:10:56.1815073Z test_contig_size1___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1841647Z test_contig_size1___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1864888Z test_contig_size1___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1887403Z test_contig_size1___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1910872Z test_contig_size1___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1933635Z test_contig_size1___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1955164Z test_contig_size1___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1975881Z test_contig_size1___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.1997117Z test_contig_size1___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2018287Z test_contig_size1___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2040194Z test_contig_size1___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2063667Z test_contig_size1___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2087564Z test_contig_size1___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2110490Z test_contig_size1___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2133297Z test_contig_size1___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2156343Z test_contig_size1___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2178104Z test_contig_size1___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2199183Z test_contig_size1___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2220229Z test_contig_size1___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2241506Z test_contig_size1___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2262363Z test_contig_size1___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2282993Z test_contig_size1___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2304410Z test_contig_size1___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2324678Z test_contig_size1___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2345299Z test_contig_size1___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2366369Z test_contig_size1___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2387154Z test_contig_size1___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2409999Z test_contig_size1_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2433622Z test_contig_size1_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2457798Z test_contig_size1_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2482899Z test_contig_size1_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2507262Z test_contig_size1_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2530860Z test_contig_size1_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2554150Z test_contig_size1_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2577523Z test_contig_size1_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2599294Z test_contig_size1_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2621110Z test_contig_size1_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2642519Z test_contig_size1_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2664114Z test_contig_size1_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2685835Z test_contig_size1_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2709225Z test_contig_size1_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2732676Z test_contig_size1_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2756138Z test_contig_size1_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2779133Z test_contig_size1_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2801499Z test_contig_size1_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2823952Z test_contig_size1_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2846203Z test_contig_size1_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2868709Z test_contig_size1_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2891625Z test_contig_size1_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2912968Z test_contig_size1_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2933629Z test_contig_size1_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2953933Z test_contig_size1_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2974377Z test_contig_size1_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.2995208Z test_contig_size1_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3015723Z test_contig_size1_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3040326Z test_contig_size1_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3061122Z test_contig_size1_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3081652Z test_contig_size1_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3102195Z test_contig_size1_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3122943Z test_contig_size1_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3143598Z test_contig_size1_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3163626Z test_contig_size1_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3184071Z test_contig_size1_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3204168Z test_contig_size1_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3224621Z test_contig_size1_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3245486Z test_contig_size1_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3265748Z test_contig_size1_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3285920Z test_contig_size1_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3306203Z test_contig_size1_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3326810Z test_contig_size1_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3346978Z test_contig_size1_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3367751Z test_contig_size1_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3387682Z test_contig_size1_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3408135Z test_contig_size1_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3428208Z test_contig_size1_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3448847Z test_contig_size1_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3469423Z test_contig_size1_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3491965Z test_contig_size1_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3511673Z test_contig_size1_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3534295Z test_contig_size1_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3556148Z test_contig_size1_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3578575Z test_contig_size1_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3601754Z test_contig_size1_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3622323Z test_contig_size1_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3643164Z test_contig_size1_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3663496Z test_contig_size1_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3684111Z test_contig_size1_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3706245Z test_contig_size1_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3726885Z test_contig_size1_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3749154Z test_contig_size1_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3771292Z test_contig_size1_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3793917Z test_contig_size1_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3815152Z test_contig_size1_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3835563Z test_contig_size1_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3855852Z test_contig_size1_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3876504Z test_contig_size1_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3897498Z test_contig_size1_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3920215Z test_contig_size1_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3944001Z test_contig_size1_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3966860Z test_contig_size1_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.3989071Z test_contig_size1_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4010087Z test_contig_size1_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4031752Z test_contig_size1_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4053837Z test_contig_size1_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4075942Z test_contig_size1_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4097181Z test_contig_size1_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4118130Z test_contig_size1_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4140383Z test_contig_size1_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4161344Z test_contig_size1_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4184255Z test_contig_size1_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4206706Z test_contig_size1_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4228906Z test_contig_size1_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4251138Z test_contig_size1_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4274369Z test_contig_size1_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4296105Z test_contig_size1_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4317572Z test_contig_size1_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4338808Z test_contig_size1_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4360362Z test_contig_size1_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4381355Z test_contig_size1_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4403710Z test_contig_size1_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4424645Z test_contig_size1_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4448401Z test_contig_size1_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4472148Z test_contig_size1_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4495067Z test_contig_size1_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4517363Z test_contig_size1_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4540375Z test_contig_size1_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4562050Z test_contig_size1_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4583513Z test_contig_size1_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4605228Z test_contig_size1_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4627170Z test_contig_size1_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4648658Z test_contig_size1_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4671409Z test_contig_size1_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4693572Z test_contig_size1_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4716284Z test_contig_size1_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4739243Z test_contig_size1_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4761611Z test_contig_size1_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4785198Z test_contig_size1_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4807328Z test_contig_size1_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4829487Z test_contig_size1_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4851241Z test_contig_size1_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4872649Z test_contig_size1_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4893573Z test_contig_size1_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4916530Z test_contig_size1_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4939662Z test_contig_size1_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4962602Z test_contig_size1_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.4984966Z test_contig_size1_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5006854Z test_contig_size1_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5028931Z test_contig_size1_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5050457Z test_contig_size1_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5071255Z test_contig_size1_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5092231Z test_contig_size1_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5112706Z test_contig_size1_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5133605Z test_contig_size1_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5156629Z test_contig_size1_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5178274Z test_contig_size1_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5202650Z test_contig_size1_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5226866Z test_contig_size1_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5250387Z test_contig_size1_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5273362Z test_contig_size1_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5296392Z test_contig_size1_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5319321Z test_contig_size1_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5341915Z test_contig_size1_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5364209Z test_contig_size1_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5388689Z test_contig_size1_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5411459Z test_contig_size1_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5426647Z test_contig_size1_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:10:56.5449794Z test_contig_size1_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5472990Z test_contig_size1_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5496075Z test_contig_size1_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5517687Z test_contig_size1_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5538807Z test_contig_size1_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5559613Z test_contig_size1_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5580601Z test_contig_size1_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5601750Z test_contig_size1_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5623860Z test_contig_size1_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5644653Z test_contig_size1_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5667576Z test_contig_size1_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5690601Z test_contig_size1_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5713419Z test_contig_size1_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5734867Z test_contig_size1_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5755446Z test_contig_size1_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5775873Z test_contig_size1_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5796569Z test_contig_size1_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5817319Z test_contig_size1_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5839632Z test_contig_size1_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5860209Z test_contig_size1_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5882493Z test_contig_size1_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5905116Z test_contig_size1_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5928557Z test_contig_size1_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5949397Z test_contig_size1_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5971858Z test_contig_size1_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.5992047Z test_contig_size1_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6012540Z test_contig_size1_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6032666Z test_contig_size1_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6055379Z test_contig_size1_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6078391Z test_contig_size1_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6100705Z test_contig_size1_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6123668Z test_contig_size1_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6145022Z test_contig_size1_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6165647Z test_contig_size1_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6186049Z test_contig_size1_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6206725Z test_contig_size1_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6227114Z test_contig_size1_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6247689Z test_contig_size1_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6267885Z test_contig_size1_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6288492Z test_contig_size1_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6308566Z test_contig_size1_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6329212Z test_contig_size1_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6350072Z test_contig_size1_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6370849Z test_contig_size1_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6391822Z test_contig_size1_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6413386Z test_contig_size1_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6435289Z test_contig_size1_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6456767Z test_contig_size1_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6476816Z test_contig_size1_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6497265Z test_contig_size1_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6517998Z test_contig_size1_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6540149Z test_contig_size1_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6561477Z test_contig_size1_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6581919Z test_contig_size1_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6603390Z test_contig_size1_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6624791Z test_contig_size1_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6647271Z test_contig_size1_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6668469Z test_contig_size1_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6689129Z test_contig_size1_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6709466Z test_contig_size1_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6730129Z test_contig_size1_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6750665Z test_contig_size1_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6772927Z test_contig_size1_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6793782Z test_contig_size1_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6815974Z test_contig_size1_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6838604Z test_contig_size1_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6861303Z test_contig_size1_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6882635Z test_contig_size1_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6903352Z test_contig_size1_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6923958Z test_contig_size1_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6944541Z test_contig_size1_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6965252Z test_contig_size1_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.6987412Z test_contig_size1_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.7010465Z test_contig_size1_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.7033251Z test_contig_size1_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.7055713Z test_contig_size1_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.7077930Z test_contig_size1_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.7100229Z test_contig_size1_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.7124638Z test_contig_size1_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.7146734Z test_contig_size1_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.7168934Z test_contig_size1_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.7191462Z test_contig_size1_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.7214063Z test_contig_size1_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.7236497Z test_contig_size1_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.7257812Z test_contig_size1_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.7281150Z test_contig_size1_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.7305585Z test_contig_size1_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.7328166Z test_contig_size1_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.7350260Z test_contig_size1_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.7373088Z test_contig_size1_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.7395117Z test_contig_size1_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.7416445Z test_contig_size1_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.7438048Z test_contig_size1_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.7459345Z test_contig_size1_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.7480706Z test_contig_size1_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:56.7499322Z test_contig_size1_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:56.7517643Z test_contig_size1_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:56.7535946Z test_contig_size1_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:56.7554275Z test_contig_size1_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:56.7572586Z test_contig_size1_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:56.7590660Z test_contig_size1_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:56.7609018Z test_contig_size1_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:56.7627092Z test_contig_size1_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:56.7645326Z test_contig_size1_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:56.7663498Z test_contig_size1_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:56.7681639Z test_contig_size1_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:56.7702023Z test_contig_size1_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:56.7720452Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:56.7738899Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:56.7757351Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:56.7775446Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:56.7793687Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:56.7811828Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:56.7829901Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:56.7848283Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:56.7866700Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:56.7884824Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:56.7903184Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:56.7921398Z test_contig_size1_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:56.8017120Z test_contig_size1_large_dim___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:10:56.8060758Z test_contig_size1_large_dim___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:56.8132800Z test_contig_size1_large_dim___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:56.8187740Z test_contig_size1_large_dim___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:56.8256843Z test_contig_size1_large_dim___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:56.8296007Z test_contig_size1_large_dim___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:56.8346346Z test_contig_size1_large_dim___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:56.8389722Z test_contig_size1_large_dim___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:56.8433727Z test_contig_size1_large_dim___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:56.8470061Z test_contig_size1_large_dim___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:56.8512449Z test_contig_size1_large_dim___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:56.8555610Z test_contig_size1_large_dim___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:56.8598634Z test_contig_size1_large_dim___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:56.8641579Z test_contig_size1_large_dim___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:56.8683429Z test_contig_size1_large_dim___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:56.8719412Z test_contig_size1_large_dim___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:56.8761219Z test_contig_size1_large_dim___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:56.8804599Z test_contig_size1_large_dim___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:56.8848280Z test_contig_size1_large_dim___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:56.8900016Z test_contig_size1_large_dim___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:56.8979507Z test_contig_size1_large_dim___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:56.9037378Z test_contig_size1_large_dim___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:56.9114758Z test_contig_size1_large_dim___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:56.9157448Z test_contig_size1_large_dim___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:56.9208028Z test_contig_size1_large_dim___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:56.9256419Z test_contig_size1_large_dim___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:56.9310736Z test_contig_size1_large_dim___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:56.9354801Z test_contig_size1_large_dim___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:56.9405410Z test_contig_size1_large_dim___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:56.9454749Z test_contig_size1_large_dim___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:56.9500348Z test_contig_size1_large_dim___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:56.9581209Z test_contig_size1_large_dim___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:56.9622839Z test_contig_size1_large_dim___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:56.9672702Z test_contig_size1_large_dim___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:56.9717796Z test_contig_size1_large_dim___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:56.9761937Z test_contig_size1_large_dim___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:56.9839102Z test_contig_size1_large_dim___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:56.9892867Z test_contig_size1_large_dim___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:56.9970741Z test_contig_size1_large_dim___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:57.0012201Z test_contig_size1_large_dim___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.0068030Z test_contig_size1_large_dim___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.0112409Z test_contig_size1_large_dim___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.0158241Z test_contig_size1_large_dim___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.0198836Z test_contig_size1_large_dim___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:57.0242361Z test_contig_size1_large_dim___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.0284556Z test_contig_size1_large_dim___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.0327473Z test_contig_size1_large_dim___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.0369637Z test_contig_size1_large_dim___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.0412673Z test_contig_size1_large_dim___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.0448506Z test_contig_size1_large_dim___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:57.0490049Z test_contig_size1_large_dim___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.0531419Z test_contig_size1_large_dim___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.0568674Z test_contig_size1_large_dim___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:10:57.0569762Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:10:57.0577252Z ok (0.004s) 2022-09-27T16:10:57.0704968Z test_contig_size1_large_dim___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:57.0811191Z test_contig_size1_large_dim___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:10:57.0890577Z test_contig_size1_large_dim___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:57.0937223Z test_contig_size1_large_dim___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.0998263Z test_contig_size1_large_dim___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.1047395Z test_contig_size1_large_dim___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.1097280Z test_contig_size1_large_dim___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.1138530Z test_contig_size1_large_dim___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.1186807Z test_contig_size1_large_dim___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.1233633Z test_contig_size1_large_dim___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.1276879Z test_contig_size1_large_dim___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.1353393Z test_contig_size1_large_dim___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:57.1406614Z test_contig_size1_large_dim___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.1479861Z test_contig_size1_large_dim___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:57.1523563Z test_contig_size1_large_dim___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.1579901Z test_contig_size1_large_dim___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.1624982Z test_contig_size1_large_dim___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.1670300Z test_contig_size1_large_dim___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.1710747Z test_contig_size1_large_dim___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:57.1755003Z test_contig_size1_large_dim___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.1797943Z test_contig_size1_large_dim___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.1840825Z test_contig_size1_large_dim___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.1883566Z test_contig_size1_large_dim___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.1926795Z test_contig_size1_large_dim___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.1963010Z test_contig_size1_large_dim___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:57.2005871Z test_contig_size1_large_dim___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.2046662Z test_contig_size1_large_dim___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.2091871Z test_contig_size1_large_dim_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.2134687Z test_contig_size1_large_dim_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.2217253Z test_contig_size1_large_dim_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:10:57.2342834Z test_contig_size1_large_dim_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:57.2399271Z test_contig_size1_large_dim_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.2472441Z test_contig_size1_large_dim_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:57.2515864Z test_contig_size1_large_dim_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.2568969Z test_contig_size1_large_dim_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.2613968Z test_contig_size1_large_dim_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.2659094Z test_contig_size1_large_dim_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.2697972Z test_contig_size1_large_dim_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:57.2741127Z test_contig_size1_large_dim_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.2785153Z test_contig_size1_large_dim_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.2831395Z test_contig_size1_large_dim_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.2884330Z test_contig_size1_large_dim_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.2925144Z test_contig_size1_large_dim_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.2978139Z test_contig_size1_large_dim_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.3025669Z test_contig_size1_large_dim_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.3074865Z test_contig_size1_large_dim_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.3120242Z test_contig_size1_large_dim_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.3169150Z test_contig_size1_large_dim_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.3217384Z test_contig_size1_large_dim_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.3260481Z test_contig_size1_large_dim_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.3303483Z test_contig_size1_large_dim_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.3346639Z test_contig_size1_large_dim_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.3382575Z test_contig_size1_large_dim_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:57.3424883Z test_contig_size1_large_dim_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.3469204Z test_contig_size1_large_dim_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.3513463Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.3557021Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.3592614Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:57.3634551Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.3677339Z test_contig_size1_large_dim_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.3719461Z test_contig_size1_large_dim_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.3762564Z test_contig_size1_large_dim_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.3805034Z test_contig_size1_large_dim_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.3840765Z test_contig_size1_large_dim_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:57.3883056Z test_contig_size1_large_dim_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.3926169Z test_contig_size1_large_dim_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.3969130Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.4013806Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.4051928Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:57.4096725Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.4140299Z test_contig_size1_large_dim_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.4184083Z test_contig_size1_large_dim_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.4228833Z test_contig_size1_large_dim_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.4272945Z test_contig_size1_large_dim_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.4310391Z test_contig_size1_large_dim_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:57.4354025Z test_contig_size1_large_dim_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.4397367Z test_contig_size1_large_dim_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.4441177Z test_contig_size1_large_dim_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.4485664Z test_contig_size1_large_dim_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.4556774Z test_contig_size1_large_dim_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:57.4599809Z test_contig_size1_large_dim_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.4659686Z test_contig_size1_large_dim_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.4703629Z test_contig_size1_large_dim_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.4747091Z test_contig_size1_large_dim_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.4787380Z test_contig_size1_large_dim_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:57.4829825Z test_contig_size1_large_dim_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.4872456Z test_contig_size1_large_dim_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.4915068Z test_contig_size1_large_dim_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.4958407Z test_contig_size1_large_dim_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.5027908Z test_contig_size1_large_dim_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:57.5070617Z test_contig_size1_large_dim_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.5118887Z test_contig_size1_large_dim_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.5162066Z test_contig_size1_large_dim_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.5204713Z test_contig_size1_large_dim_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.5240604Z test_contig_size1_large_dim_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:57.5283306Z test_contig_size1_large_dim_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.5327675Z test_contig_size1_large_dim_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.5399493Z test_contig_size1_large_dim_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:57.5441907Z test_contig_size1_large_dim_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.5496279Z test_contig_size1_large_dim_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.5544363Z test_contig_size1_large_dim_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.5595925Z test_contig_size1_large_dim_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.5666870Z test_contig_size1_large_dim_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:57.5714484Z test_contig_size1_large_dim_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.5765961Z test_contig_size1_large_dim_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.5813735Z test_contig_size1_large_dim_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.5866293Z test_contig_size1_large_dim_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.5913066Z test_contig_size1_large_dim_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.5964239Z test_contig_size1_large_dim_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.6015659Z test_contig_size1_large_dim_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.6062349Z test_contig_size1_large_dim_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.6137814Z test_contig_size1_large_dim_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:57.6180903Z test_contig_size1_large_dim_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.6236209Z test_contig_size1_large_dim_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.6285475Z test_contig_size1_large_dim_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.6335988Z test_contig_size1_large_dim_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.6379678Z test_contig_size1_large_dim_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.6428399Z test_contig_size1_large_dim_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.6478286Z test_contig_size1_large_dim_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.6522452Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.6573934Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.6653814Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:57.6720630Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:57.6794812Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:57.6837100Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.6888018Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.6939911Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.6990633Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.7034776Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.7085937Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.7135049Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.7180450Z test_contig_size1_large_dim_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.7254673Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:57.7296506Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.7347884Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.7403530Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.7454503Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.7501189Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.7550647Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.7600517Z test_contig_size1_large_dim_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.7640504Z test_contig_size1_large_dim_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:57.7683342Z test_contig_size1_large_dim_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.7760832Z test_contig_size1_large_dim_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:57.7876727Z test_contig_size1_large_dim_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:10:57.7933756Z test_contig_size1_large_dim_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.8003107Z test_contig_size1_large_dim_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:57.8042018Z test_contig_size1_large_dim_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:57.8086879Z test_contig_size1_large_dim_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.8132165Z test_contig_size1_large_dim_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.8177109Z test_contig_size1_large_dim_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.8214820Z test_contig_size1_large_dim_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:57.8260291Z test_contig_size1_large_dim_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.8303676Z test_contig_size1_large_dim_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.8353509Z test_contig_size1_large_dim_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.8413308Z test_contig_size1_large_dim_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.8539160Z test_contig_size1_large_dim_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:57.8652095Z test_contig_size1_large_dim_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:10:57.8730672Z test_contig_size1_large_dim_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:57.8779832Z test_contig_size1_large_dim_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.8833394Z test_contig_size1_large_dim_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.8888767Z test_contig_size1_large_dim_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.8944930Z test_contig_size1_large_dim_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.8997175Z test_contig_size1_large_dim_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.9053297Z test_contig_size1_large_dim_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.9109995Z test_contig_size1_large_dim_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.9128008Z test_contig_size1_large_dim_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:10:57.9217568Z test_contig_size1_large_dim_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:10:57.9262141Z test_contig_size1_large_dim_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.9316307Z test_contig_size1_large_dim_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:57.9365043Z test_contig_size1_large_dim_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.9413989Z test_contig_size1_large_dim_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.9457739Z test_contig_size1_large_dim_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.9506146Z test_contig_size1_large_dim_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.9554681Z test_contig_size1_large_dim_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.9600032Z test_contig_size1_large_dim_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.9644990Z test_contig_size1_large_dim_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.9717190Z test_contig_size1_large_dim_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:57.9758243Z test_contig_size1_large_dim_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.9809059Z test_contig_size1_large_dim_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.9853044Z test_contig_size1_large_dim_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.9897592Z test_contig_size1_large_dim_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:57.9935170Z test_contig_size1_large_dim_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:57.9978412Z test_contig_size1_large_dim_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.0022078Z test_contig_size1_large_dim_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.0064819Z test_contig_size1_large_dim_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.0107472Z test_contig_size1_large_dim_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.0179174Z test_contig_size1_large_dim_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:58.0219129Z test_contig_size1_large_dim_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.0265559Z test_contig_size1_large_dim_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.0310727Z test_contig_size1_large_dim_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.0353799Z test_contig_size1_large_dim_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.0389973Z test_contig_size1_large_dim_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.0432698Z test_contig_size1_large_dim_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.0475802Z test_contig_size1_large_dim_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.0519882Z test_contig_size1_large_dim_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.0598950Z test_contig_size1_large_dim_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:58.0640901Z test_contig_size1_large_dim_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.0694063Z test_contig_size1_large_dim_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:58.0739580Z test_contig_size1_large_dim_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.0784719Z test_contig_size1_large_dim_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.0824930Z test_contig_size1_large_dim_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.0868999Z test_contig_size1_large_dim_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.0913833Z test_contig_size1_large_dim_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.0964589Z test_contig_size1_large_dim_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:58.1016303Z test_contig_size1_large_dim_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:58.1063407Z test_contig_size1_large_dim_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.1113792Z test_contig_size1_large_dim_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.1162654Z test_contig_size1_large_dim_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.1201945Z test_contig_size1_large_dim_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.1244300Z test_contig_size1_large_dim_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.1310896Z test_contig_size1_large_dim_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:58.1346962Z test_contig_size1_large_dim_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.1391692Z test_contig_size1_large_dim_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.1435168Z test_contig_size1_large_dim_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.1478912Z test_contig_size1_large_dim_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.1516589Z test_contig_size1_large_dim_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.1563805Z test_contig_size1_large_dim_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.1606020Z test_contig_size1_large_dim_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.1645286Z test_contig_size1_large_dim_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.1687551Z test_contig_size1_large_dim_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.1753626Z test_contig_size1_large_dim_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:58.1793838Z test_contig_size1_large_dim_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.1842989Z test_contig_size1_large_dim_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.1885845Z test_contig_size1_large_dim_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.1928620Z test_contig_size1_large_dim_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.1965411Z test_contig_size1_large_dim_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.2009949Z test_contig_size1_large_dim_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.2052998Z test_contig_size1_large_dim_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.2099976Z test_contig_size1_large_dim_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.2143558Z test_contig_size1_large_dim_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.2215381Z test_contig_size1_large_dim_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:58.2447799Z test_contig_size1_large_dim_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:10:58.2502699Z test_contig_size1_large_dim_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:58.2547179Z test_contig_size1_large_dim_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.2592033Z test_contig_size1_large_dim_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.2629066Z test_contig_size1_large_dim_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.2671775Z test_contig_size1_large_dim_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.2714462Z test_contig_size1_large_dim_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.2758850Z test_contig_size1_large_dim_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.2799008Z test_contig_size1_large_dim_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.2848199Z test_contig_size1_large_dim_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.2901212Z test_contig_size1_large_dim_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:58.2985564Z test_contig_size1_large_dim_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:10:58.3040066Z test_contig_size1_large_dim_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:58.3113263Z test_contig_size1_large_dim_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:58.3167137Z test_contig_size1_large_dim_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:58.3249250Z test_contig_size1_large_dim_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:10:58.3306049Z test_contig_size1_large_dim_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:58.3373343Z test_contig_size1_large_dim_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:58.3419071Z test_contig_size1_large_dim_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.3468971Z test_contig_size1_large_dim_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.3550448Z test_contig_size1_large_dim_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:58.3610076Z test_contig_size1_large_dim_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:58.3686651Z test_contig_size1_large_dim_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:58.3727600Z test_contig_size1_large_dim_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.3779991Z test_contig_size1_large_dim_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:58.3831742Z test_contig_size1_large_dim_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:58.3881004Z test_contig_size1_large_dim_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.3926447Z test_contig_size1_large_dim_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.3974678Z test_contig_size1_large_dim_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.4023173Z test_contig_size1_large_dim_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.4046683Z test_contig_size1_large_dim_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4070955Z test_contig_size1_large_dim_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4092280Z test_contig_size1_large_dim_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4112385Z test_contig_size1_large_dim_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4133632Z test_contig_size1_large_dim_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4154150Z test_contig_size1_large_dim_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4175129Z test_contig_size1_large_dim_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4196056Z test_contig_size1_large_dim_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4216962Z test_contig_size1_large_dim_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4237988Z test_contig_size1_large_dim_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4261359Z test_contig_size1_large_dim_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4282713Z test_contig_size1_large_dim_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4303467Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4324462Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4345294Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4365565Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4385655Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4406094Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4426508Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4446736Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4466791Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4487686Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4508499Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4528538Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:58.4579922Z test_contig_size1_large_dim_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:58.4631066Z test_contig_size1_large_dim_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:58.4681589Z test_contig_size1_large_dim_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:58.4733063Z test_contig_size1_large_dim_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:58.4783803Z test_contig_size1_large_dim_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.4830179Z test_contig_size1_large_dim_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.4885194Z test_contig_size1_large_dim_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:58.5011573Z test_contig_size1_large_dim_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:58.5101891Z test_contig_size1_large_dim_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:10:58.5181746Z test_contig_size1_large_dim_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:58.5227713Z test_contig_size1_large_dim_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.5281917Z test_contig_size1_large_dim_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:58.5333849Z test_contig_size1_large_dim_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:58.5389041Z test_contig_size1_large_dim_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:58.5436504Z test_contig_size1_large_dim_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.5488896Z test_contig_size1_large_dim_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:58.5541041Z test_contig_size1_large_dim_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:58.5583016Z test_contig_size1_large_dim_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.5626822Z test_contig_size1_large_dim_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.5694057Z test_contig_size1_large_dim_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:58.5733046Z test_contig_size1_large_dim_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.5777034Z test_contig_size1_large_dim_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.5820658Z test_contig_size1_large_dim_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.5864856Z test_contig_size1_large_dim_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.5902327Z test_contig_size1_large_dim_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.5946161Z test_contig_size1_large_dim_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.5988965Z test_contig_size1_large_dim_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.6030112Z test_contig_size1_large_dim_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.6073542Z test_contig_size1_large_dim_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.6141055Z test_contig_size1_large_dim_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:58.6189075Z test_contig_size1_large_dim_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.6258153Z test_contig_size1_large_dim_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:58.6295855Z test_contig_size1_large_dim_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.6340105Z test_contig_size1_large_dim_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.6383705Z test_contig_size1_large_dim_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.6428422Z test_contig_size1_large_dim_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.6466270Z test_contig_size1_large_dim_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.6510110Z test_contig_size1_large_dim_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.6552631Z test_contig_size1_large_dim_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.6592000Z test_contig_size1_large_dim_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.6636500Z test_contig_size1_large_dim_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.6700622Z test_contig_size1_large_dim_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:58.6748719Z test_contig_size1_large_dim_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.6815854Z test_contig_size1_large_dim_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:58.6855176Z test_contig_size1_large_dim_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.6900174Z test_contig_size1_large_dim_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.6944771Z test_contig_size1_large_dim_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.6989469Z test_contig_size1_large_dim_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.7027409Z test_contig_size1_large_dim_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.7071746Z test_contig_size1_large_dim_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.7114872Z test_contig_size1_large_dim_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.7160190Z test_contig_size1_large_dim_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.7204041Z test_contig_size1_large_dim_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.7282743Z test_contig_size1_large_dim_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:58.7337060Z test_contig_size1_large_dim_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:58.7404834Z test_contig_size1_large_dim_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:58.7443506Z test_contig_size1_large_dim_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.7488196Z test_contig_size1_large_dim_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.7532276Z test_contig_size1_large_dim_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.7576247Z test_contig_size1_large_dim_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.7614069Z test_contig_size1_large_dim_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.7658938Z test_contig_size1_large_dim_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.7702424Z test_contig_size1_large_dim_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.7742070Z test_contig_size1_large_dim_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.7785594Z test_contig_size1_large_dim_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.7853767Z test_contig_size1_large_dim_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:58.7892430Z test_contig_size1_large_dim_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.7940148Z test_contig_size1_large_dim_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.7984608Z test_contig_size1_large_dim_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.8029616Z test_contig_size1_large_dim_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.8066654Z test_contig_size1_large_dim_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.8109594Z test_contig_size1_large_dim_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.8154191Z test_contig_size1_large_dim_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.8196994Z test_contig_size1_large_dim_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.8240431Z test_contig_size1_large_dim_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.8311319Z test_contig_size1_large_dim_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:58.8351803Z test_contig_size1_large_dim_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.8400091Z test_contig_size1_large_dim_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.8445336Z test_contig_size1_large_dim_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.8489776Z test_contig_size1_large_dim_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.8527952Z test_contig_size1_large_dim_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.8571873Z test_contig_size1_large_dim_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.8615773Z test_contig_size1_large_dim_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.8658899Z test_contig_size1_large_dim_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.8703863Z test_contig_size1_large_dim_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.8773958Z test_contig_size1_large_dim_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:58.8814735Z test_contig_size1_large_dim_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.8861521Z test_contig_size1_large_dim_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.8905046Z test_contig_size1_large_dim_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.8949563Z test_contig_size1_large_dim_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.8987613Z test_contig_size1_large_dim_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.9032044Z test_contig_size1_large_dim_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.9076800Z test_contig_size1_large_dim_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.9120681Z test_contig_size1_large_dim_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.9166725Z test_contig_size1_large_dim_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.9236655Z test_contig_size1_large_dim_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:58.9276638Z test_contig_size1_large_dim_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.9327361Z test_contig_size1_large_dim_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.9370670Z test_contig_size1_large_dim_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.9413696Z test_contig_size1_large_dim_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.9450074Z test_contig_size1_large_dim_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.9492274Z test_contig_size1_large_dim_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.9535885Z test_contig_size1_large_dim_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.9579045Z test_contig_size1_large_dim_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.9622960Z test_contig_size1_large_dim_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.9695909Z test_contig_size1_large_dim_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:58.9738892Z test_contig_size1_large_dim_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.9785914Z test_contig_size1_large_dim_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.9830890Z test_contig_size1_large_dim_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.9877117Z test_contig_size1_large_dim_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:58.9914845Z test_contig_size1_large_dim_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:58.9958485Z test_contig_size1_large_dim_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.0002645Z test_contig_size1_large_dim_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.0046042Z test_contig_size1_large_dim_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.0090048Z test_contig_size1_large_dim_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.0167966Z test_contig_size1_large_dim_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:59.0296370Z test_contig_size1_large_dim_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:59.0356324Z test_contig_size1_large_dim_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.0428554Z test_contig_size1_large_dim_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:59.0469560Z test_contig_size1_large_dim_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.0515739Z test_contig_size1_large_dim_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.0562175Z test_contig_size1_large_dim_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.0607549Z test_contig_size1_large_dim_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.0646178Z test_contig_size1_large_dim_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:59.0692098Z test_contig_size1_large_dim_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.0735474Z test_contig_size1_large_dim_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.0777427Z test_contig_size1_large_dim_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.0821242Z test_contig_size1_large_dim_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.0892168Z test_contig_size1_large_dim_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:59.0946913Z test_contig_size1_large_dim_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.1012963Z test_contig_size1_large_dim_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:59.1049069Z test_contig_size1_large_dim_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:59.1094945Z test_contig_size1_large_dim_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.1139439Z test_contig_size1_large_dim_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.1183040Z test_contig_size1_large_dim_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.1220409Z test_contig_size1_large_dim_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:59.1263227Z test_contig_size1_large_dim_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.1306511Z test_contig_size1_large_dim_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.1351600Z test_contig_size1_large_dim_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.1393083Z test_contig_size1_large_dim_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:59.1440878Z test_contig_size1_large_dim_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.1488121Z test_contig_size1_large_dim_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.1557528Z test_contig_size1_large_dim_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:59.1606708Z test_contig_size1_large_dim_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.1731208Z test_contig_size1_large_dim_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:59.1832356Z test_contig_size1_large_dim_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:10:59.1910865Z test_contig_size1_large_dim_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:59.1956066Z test_contig_size1_large_dim_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.2020932Z test_contig_size1_large_dim_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:59.2070045Z test_contig_size1_large_dim_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.2120421Z test_contig_size1_large_dim_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.2164135Z test_contig_size1_large_dim_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.2211029Z test_contig_size1_large_dim_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.2257070Z test_contig_size1_large_dim_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.2302917Z test_contig_size1_large_dim_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.2383974Z test_contig_size1_large_dim_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:59.2429270Z test_contig_size1_large_dim_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.2508273Z test_contig_size1_large_dim_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:59.2581833Z test_contig_size1_large_dim_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:59.2647228Z test_contig_size1_large_dim_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:59.2707359Z test_contig_size1_large_dim_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.2769226Z test_contig_size1_large_dim_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:59.2830879Z test_contig_size1_large_dim_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.2892352Z test_contig_size1_large_dim_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.2975225Z test_contig_size1_large_dim_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:10:59.3028624Z test_contig_size1_large_dim_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.3100117Z test_contig_size1_large_dim_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:59.3140997Z test_contig_size1_large_dim_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:59.3196475Z test_contig_size1_large_dim_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.3239955Z test_contig_size1_large_dim_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.3283873Z test_contig_size1_large_dim_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.3327332Z test_contig_size1_large_dim_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.3370965Z test_contig_size1_large_dim_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.3414177Z test_contig_size1_large_dim_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.3467417Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.3516399Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.3572631Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.3625268Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.3678647Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.3725017Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.3779672Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.3836101Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.3890346Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.3937811Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.3995965Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.4046880Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.4101441Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.4151237Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.4202775Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.4254952Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.4273093Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.4290384Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.4307334Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.4324262Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.4340627Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.4358590Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.4375841Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.4392368Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.4408931Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.4425559Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.4442888Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.4460276Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.4477652Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.4495121Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.4514790Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.4532172Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.4585392Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.4632240Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.4686566Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.4737996Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.4791647Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.4838441Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.4889642Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.4941509Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.4992586Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.5037456Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.5094224Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.5145669Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.5198510Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.5244074Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.5295988Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.5347940Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.5399795Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.5444844Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.5496722Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.5548637Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.5601254Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.5648623Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.5701028Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.5754247Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.5772524Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.5789890Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.5807028Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.5825317Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.5842752Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.5860140Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.5877529Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.5895137Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.5911354Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.5928183Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.5945262Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.5962370Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.5978333Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.5995377Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6011966Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6028395Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6044918Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6061619Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6079300Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6097108Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6112905Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6130747Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6146828Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6164075Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6181722Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6198966Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6216384Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6232934Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6250625Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6268387Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6286372Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6303415Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6321901Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6338274Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6354676Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6371658Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6387749Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6404179Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6420700Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6437690Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:59.6493815Z test_contig_size1_large_dim_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.6547009Z test_contig_size1_large_dim_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.6625955Z test_contig_size1_large_dim_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:59.6677996Z test_contig_size1_large_dim_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.6738458Z test_contig_size1_large_dim_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.6791526Z test_contig_size1_large_dim_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.6845873Z test_contig_size1_large_dim_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.6894033Z test_contig_size1_large_dim_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.6946597Z test_contig_size1_large_dim_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.6999280Z test_contig_size1_large_dim_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.7051610Z test_contig_size1_large_dim_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.7145020Z test_contig_size1_large_dim_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:10:59.7249597Z test_contig_size1_large_dim_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:10:59.7341469Z test_contig_size1_large_dim_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:10:59.7436596Z test_contig_size1_large_dim_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:10:59.7528636Z test_contig_size1_large_dim_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:10:59.7621028Z test_contig_size1_large_dim_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:10:59.7817327Z test_contig_size1_large_dim_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:10:59.7864500Z test_contig_size1_large_dim_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.7952564Z test_contig_size1_large_dim_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:10:59.8078779Z test_contig_size1_large_dim_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:59.8142199Z test_contig_size1_large_dim_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:59.8214351Z test_contig_size1_large_dim_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:59.8255638Z test_contig_size1_large_dim_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.8310180Z test_contig_size1_large_dim_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.8355752Z test_contig_size1_large_dim_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.8401185Z test_contig_size1_large_dim_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.8442362Z test_contig_size1_large_dim_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.8486005Z test_contig_size1_large_dim_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.8529501Z test_contig_size1_large_dim_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.8574972Z test_contig_size1_large_dim_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.8629265Z test_contig_size1_large_dim_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.8717160Z test_contig_size1_large_dim_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:10:59.8783061Z test_contig_size1_large_dim_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:59.8859536Z test_contig_size1_large_dim_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:59.8903861Z test_contig_size1_large_dim_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.8959742Z test_contig_size1_large_dim_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.9009346Z test_contig_size1_large_dim_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.9059709Z test_contig_size1_large_dim_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.9103694Z test_contig_size1_large_dim_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.9152977Z test_contig_size1_large_dim_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.9202136Z test_contig_size1_large_dim_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.9249433Z test_contig_size1_large_dim_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.9302120Z test_contig_size1_large_dim_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.9376303Z test_contig_size1_large_dim_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:10:59.9419492Z test_contig_size1_large_dim_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.9475221Z test_contig_size1_large_dim_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.9524273Z test_contig_size1_large_dim_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.9575408Z test_contig_size1_large_dim_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.9618619Z test_contig_size1_large_dim_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.9669145Z test_contig_size1_large_dim_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:10:59.9720189Z test_contig_size1_large_dim_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:10:59.9743135Z test_contig_size1_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:59.9764798Z test_contig_size1_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:59.9786039Z test_contig_size1_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:59.9807432Z test_contig_size1_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:59.9828481Z test_contig_size1_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:59.9851695Z test_contig_size1_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:59.9874320Z test_contig_size1_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:59.9898710Z test_contig_size1_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:59.9923504Z test_contig_size1_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:59.9946540Z test_contig_size1_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:59.9970194Z test_contig_size1_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:59.9993299Z test_contig_size1_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0016062Z test_contig_size1_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0038659Z test_contig_size1_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0061160Z test_contig_size1_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0083744Z test_contig_size1_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0107070Z test_contig_size1_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0129161Z test_contig_size1_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0149504Z test_contig_size1_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0171307Z test_contig_size1_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0192710Z test_contig_size1_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0217469Z test_contig_size1_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0238988Z test_contig_size1_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0260027Z test_contig_size1_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0280777Z test_contig_size1_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0302719Z test_contig_size1_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0323428Z test_contig_size1_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0344921Z test_contig_size1_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0365912Z test_contig_size1_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0388464Z test_contig_size1_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0412186Z test_contig_size1_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0434648Z test_contig_size1_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0456915Z test_contig_size1_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0480588Z test_contig_size1_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0502477Z test_contig_size1_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0523326Z test_contig_size1_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0544345Z test_contig_size1_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0565438Z test_contig_size1_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0586595Z test_contig_size1_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0608278Z test_contig_size1_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0628929Z test_contig_size1_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0652069Z test_contig_size1_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0675368Z test_contig_size1_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0697610Z test_contig_size1_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0720012Z test_contig_size1_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0744014Z test_contig_size1_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0766604Z test_contig_size1_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0786914Z test_contig_size1_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0809551Z test_contig_size1_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0830584Z test_contig_size1_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0852288Z test_contig_size1_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0874584Z test_contig_size1_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0895736Z test_contig_size1_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0918625Z test_contig_size1_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0941764Z test_contig_size1_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0964371Z test_contig_size1_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.0986565Z test_contig_size1_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1009243Z test_contig_size1_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1030412Z test_contig_size1_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1051326Z test_contig_size1_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1072234Z test_contig_size1_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1093548Z test_contig_size1_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1114852Z test_contig_size1_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1136304Z test_contig_size1_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1157121Z test_contig_size1_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1178998Z test_contig_size1_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1200876Z test_contig_size1_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1223368Z test_contig_size1_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1245212Z test_contig_size1_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1266834Z test_contig_size1_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1287319Z test_contig_size1_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1308391Z test_contig_size1_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1329153Z test_contig_size1_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1351541Z test_contig_size1_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1372848Z test_contig_size1_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1398656Z test_contig_size1_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1421847Z test_contig_size1_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1444678Z test_contig_size1_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1466284Z test_contig_size1_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1487340Z test_contig_size1_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1508965Z test_contig_size1_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1530329Z test_contig_size1_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1551279Z test_contig_size1_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1573647Z test_contig_size1_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1594560Z test_contig_size1_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1617199Z test_contig_size1_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1640016Z test_contig_size1_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1663264Z test_contig_size1_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1684871Z test_contig_size1_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1706003Z test_contig_size1_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1726866Z test_contig_size1_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1747812Z test_contig_size1_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1769051Z test_contig_size1_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1790890Z test_contig_size1_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1811474Z test_contig_size1_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1834153Z test_contig_size1_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1855721Z test_contig_size1_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1878603Z test_contig_size1_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1899530Z test_contig_size1_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1920164Z test_contig_size1_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1940457Z test_contig_size1_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1960917Z test_contig_size1_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.1983372Z test_contig_size1_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2005196Z test_contig_size1_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2026000Z test_contig_size1_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2048026Z test_contig_size1_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2069547Z test_contig_size1_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2091931Z test_contig_size1_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2112982Z test_contig_size1_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2133207Z test_contig_size1_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2153572Z test_contig_size1_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2173825Z test_contig_size1_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2194080Z test_contig_size1_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2215507Z test_contig_size1_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2235770Z test_contig_size1_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2258692Z test_contig_size1_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2282500Z test_contig_size1_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2306006Z test_contig_size1_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2328617Z test_contig_size1_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2350310Z test_contig_size1_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2372757Z test_contig_size1_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2393747Z test_contig_size1_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2413840Z test_contig_size1_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2433695Z test_contig_size1_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2453487Z test_contig_size1_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2473524Z test_contig_size1_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2494130Z test_contig_size1_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2513970Z test_contig_size1_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2535666Z test_contig_size1_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2560217Z test_contig_size1_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2581601Z test_contig_size1_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2602920Z test_contig_size1_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2624208Z test_contig_size1_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2644989Z test_contig_size1_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2664955Z test_contig_size1_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2684802Z test_contig_size1_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2704805Z test_contig_size1_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2724797Z test_contig_size1_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2746381Z test_contig_size1_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2768238Z test_contig_size1_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2790032Z test_contig_size1_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2812675Z test_contig_size1_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2835424Z test_contig_size1_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2857507Z test_contig_size1_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2881147Z test_contig_size1_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2904702Z test_contig_size1_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.2937634Z test_contig_size1_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:00.2973873Z test_contig_size1_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:00.3011123Z test_contig_size1_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:00.3044979Z test_contig_size1_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:00.3073250Z test_contig_size1_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3100058Z test_contig_size1_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3127652Z test_contig_size1_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3154359Z test_contig_size1_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3185249Z test_contig_size1_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3209894Z test_contig_size1_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3234271Z test_contig_size1_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3256985Z test_contig_size1_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3278430Z test_contig_size1_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3299301Z test_contig_size1_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3320396Z test_contig_size1_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3341456Z test_contig_size1_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3362466Z test_contig_size1_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3384541Z test_contig_size1_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3408325Z test_contig_size1_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3431877Z test_contig_size1_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3454527Z test_contig_size1_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3476741Z test_contig_size1_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3499200Z test_contig_size1_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3520635Z test_contig_size1_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3541128Z test_contig_size1_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3561985Z test_contig_size1_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3582469Z test_contig_size1_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3603151Z test_contig_size1_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3624647Z test_contig_size1_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3646849Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3669600Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3691500Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3712590Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3734412Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3756290Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3777415Z test_contig_size1_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3798365Z test_contig_size1_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3822758Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3845936Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3867980Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3889713Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3911111Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3932832Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3953953Z test_contig_size1_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.3969256Z test_contig_size1_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.3983387Z test_contig_size1_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.3997783Z test_contig_size1_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4011855Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4026407Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4040626Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4055273Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4069511Z test_contig_size1_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4084689Z test_contig_size1_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4099996Z test_contig_size1_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4114989Z test_contig_size1_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4129469Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4143608Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4158019Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4172160Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4186260Z test_contig_size1_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4210516Z test_contig_size1_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4234432Z test_contig_size1_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4257499Z test_contig_size1_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4279479Z test_contig_size1_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4302877Z test_contig_size1_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4324904Z test_contig_size1_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4347022Z test_contig_size1_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4368590Z test_contig_size1_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4389679Z test_contig_size1_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4412326Z test_contig_size1_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4435013Z test_contig_size1_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4456869Z test_contig_size1_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4478172Z test_contig_size1_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4499659Z test_contig_size1_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4521485Z test_contig_size1_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4542604Z test_contig_size1_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4563889Z test_contig_size1_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4585723Z test_contig_size1_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4608743Z test_contig_size1_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4630040Z test_contig_size1_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4651416Z test_contig_size1_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4673112Z test_contig_size1_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4694753Z test_contig_size1_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4715807Z test_contig_size1_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.4730795Z test_contig_size1_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4744879Z test_contig_size1_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4759296Z test_contig_size1_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4773676Z test_contig_size1_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4787907Z test_contig_size1_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4802712Z test_contig_size1_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4817022Z test_contig_size1_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4831318Z test_contig_size1_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4845972Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4862100Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4876486Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4890831Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4906019Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4921380Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4936888Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4952069Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4967683Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4983075Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.4998504Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.5013622Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.5028849Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.5044274Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.5059625Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.5074808Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.5090074Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.5105468Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.5120618Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.5136037Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.5151013Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.5166159Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.5181392Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.5196620Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.5212083Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.5227393Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.5242691Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.5258098Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.5273458Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.5288846Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.5305819Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.5321360Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:00.5346539Z test_contig_size1_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5369755Z test_contig_size1_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5392669Z test_contig_size1_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5415839Z test_contig_size1_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5439375Z test_contig_size1_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5461522Z test_contig_size1_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5483716Z test_contig_size1_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5506100Z test_contig_size1_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5528489Z test_contig_size1_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5550363Z test_contig_size1_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5572164Z test_contig_size1_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5595823Z test_contig_size1_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5619172Z test_contig_size1_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5641666Z test_contig_size1_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5663672Z test_contig_size1_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5686431Z test_contig_size1_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5708883Z test_contig_size1_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5731448Z test_contig_size1_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5754004Z test_contig_size1_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5778137Z test_contig_size1_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5802650Z test_contig_size1_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5826953Z test_contig_size1_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5850035Z test_contig_size1_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5872412Z test_contig_size1_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5895019Z test_contig_size1_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5918186Z test_contig_size1_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5939020Z test_contig_size1_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5959676Z test_contig_size1_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.5979992Z test_contig_size1_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.6000292Z test_contig_size1_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.6022477Z test_contig_size1_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.6044314Z test_contig_size1_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.6067683Z test_contig_size1_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.6092110Z test_contig_size1_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.6115130Z test_contig_size1_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.6137483Z test_contig_size1_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.6160260Z test_contig_size1_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.6182088Z test_contig_size1_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.6203504Z test_contig_size1_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.6225051Z test_contig_size1_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.6247168Z test_contig_size1_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.6268347Z test_contig_size1_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.6290241Z test_contig_size1_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.6311152Z test_contig_size1_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.6333064Z test_contig_size1_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.6355604Z test_contig_size1_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.6378335Z test_contig_size1_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.6400423Z test_contig_size1_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.6421929Z test_contig_size1_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.6443456Z test_contig_size1_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.6465017Z test_contig_size1_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.6486687Z test_contig_size1_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.7679774Z test_contig_vs_every_other___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.119s) 2022-09-27T16:11:00.7702973Z test_contig_vs_every_other___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.7726708Z test_contig_vs_every_other___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.7749167Z test_contig_vs_every_other___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.7770940Z test_contig_vs_every_other___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.7791080Z test_contig_vs_every_other___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.7813286Z test_contig_vs_every_other___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.7832034Z test_contig_vs_every_other___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.7850677Z test_contig_vs_every_other___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.7869148Z test_contig_vs_every_other___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.7887460Z test_contig_vs_every_other___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.7905168Z test_contig_vs_every_other___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.7923395Z test_contig_vs_every_other___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.7941895Z test_contig_vs_every_other___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.7960042Z test_contig_vs_every_other___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.7977957Z test_contig_vs_every_other___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.7996314Z test_contig_vs_every_other___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.8014568Z test_contig_vs_every_other___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.8034983Z test_contig_vs_every_other___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8055652Z test_contig_vs_every_other___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8078264Z test_contig_vs_every_other___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8100107Z test_contig_vs_every_other___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8121480Z test_contig_vs_every_other___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8142413Z test_contig_vs_every_other___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8163277Z test_contig_vs_every_other___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8183670Z test_contig_vs_every_other___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8204089Z test_contig_vs_every_other___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8224493Z test_contig_vs_every_other___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8246644Z test_contig_vs_every_other___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8267132Z test_contig_vs_every_other___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8288053Z test_contig_vs_every_other___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8309394Z test_contig_vs_every_other___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8330049Z test_contig_vs_every_other___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8350539Z test_contig_vs_every_other___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8372585Z test_contig_vs_every_other___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8391233Z test_contig_vs_every_other___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.8412240Z test_contig_vs_every_other___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8433596Z test_contig_vs_every_other___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8454712Z test_contig_vs_every_other___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8475355Z test_contig_vs_every_other___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8495224Z test_contig_vs_every_other___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8514175Z test_contig_vs_every_other___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.8532559Z test_contig_vs_every_other___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.8551417Z test_contig_vs_every_other___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.8570240Z test_contig_vs_every_other___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.8588480Z test_contig_vs_every_other___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.8606584Z test_contig_vs_every_other___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.8624567Z test_contig_vs_every_other___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.8642698Z test_contig_vs_every_other___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.8660597Z test_contig_vs_every_other___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.8678860Z test_contig_vs_every_other___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.8696881Z test_contig_vs_every_other___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.8715430Z test_contig_vs_every_other___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:11:00.8716082Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:11:00.8718195Z ok (0.002s) 2022-09-27T16:11:00.8743560Z test_contig_vs_every_other___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8767857Z test_contig_vs_every_other___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8788856Z test_contig_vs_every_other___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8811981Z test_contig_vs_every_other___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8833425Z test_contig_vs_every_other___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8852928Z test_contig_vs_every_other___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.8871505Z test_contig_vs_every_other___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.8890212Z test_contig_vs_every_other___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.8908490Z test_contig_vs_every_other___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.8927223Z test_contig_vs_every_other___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.8947033Z test_contig_vs_every_other___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8969142Z test_contig_vs_every_other___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.8990372Z test_contig_vs_every_other___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.9011547Z test_contig_vs_every_other___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.9031825Z test_contig_vs_every_other___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.9052287Z test_contig_vs_every_other___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.9071289Z test_contig_vs_every_other___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9090838Z test_contig_vs_every_other___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9109229Z test_contig_vs_every_other___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9127502Z test_contig_vs_every_other___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9146270Z test_contig_vs_every_other___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9163985Z test_contig_vs_every_other___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9182055Z test_contig_vs_every_other___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9200462Z test_contig_vs_every_other___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9219397Z test_contig_vs_every_other___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9238732Z test_contig_vs_every_other___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9256778Z test_contig_vs_every_other___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9276762Z test_contig_vs_every_other_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.9295870Z test_contig_vs_every_other_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9317506Z test_contig_vs_every_other_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.9340399Z test_contig_vs_every_other_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.9368984Z test_contig_vs_every_other_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.9389545Z test_contig_vs_every_other_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.9410323Z test_contig_vs_every_other_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.9430568Z test_contig_vs_every_other_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.9449620Z test_contig_vs_every_other_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9467959Z test_contig_vs_every_other_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9486593Z test_contig_vs_every_other_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9504688Z test_contig_vs_every_other_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9522826Z test_contig_vs_every_other_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9542971Z test_contig_vs_every_other_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.9563117Z test_contig_vs_every_other_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.9583674Z test_contig_vs_every_other_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.9604345Z test_contig_vs_every_other_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.9624311Z test_contig_vs_every_other_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.9644195Z test_contig_vs_every_other_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.9663950Z test_contig_vs_every_other_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9683918Z test_contig_vs_every_other_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.9703890Z test_contig_vs_every_other_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.9722791Z test_contig_vs_every_other_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9740844Z test_contig_vs_every_other_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9759049Z test_contig_vs_every_other_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9776839Z test_contig_vs_every_other_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9794964Z test_contig_vs_every_other_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9813099Z test_contig_vs_every_other_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9831128Z test_contig_vs_every_other_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9849559Z test_contig_vs_every_other_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9867264Z test_contig_vs_every_other_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9885358Z test_contig_vs_every_other_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9905364Z test_contig_vs_every_other_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:00.9923437Z test_contig_vs_every_other_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9941591Z test_contig_vs_every_other_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9959637Z test_contig_vs_every_other_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9977832Z test_contig_vs_every_other_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:00.9996001Z test_contig_vs_every_other_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0013886Z test_contig_vs_every_other_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0031958Z test_contig_vs_every_other_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0050117Z test_contig_vs_every_other_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0067792Z test_contig_vs_every_other_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0085829Z test_contig_vs_every_other_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0104162Z test_contig_vs_every_other_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0122387Z test_contig_vs_every_other_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0140215Z test_contig_vs_every_other_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0158334Z test_contig_vs_every_other_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0176194Z test_contig_vs_every_other_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0194404Z test_contig_vs_every_other_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0212461Z test_contig_vs_every_other_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0232288Z test_contig_vs_every_other_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0251369Z test_contig_vs_every_other_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0271714Z test_contig_vs_every_other_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0291615Z test_contig_vs_every_other_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0312053Z test_contig_vs_every_other_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0331748Z test_contig_vs_every_other_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0349386Z test_contig_vs_every_other_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0367458Z test_contig_vs_every_other_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0385623Z test_contig_vs_every_other_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0403640Z test_contig_vs_every_other_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0425671Z test_contig_vs_every_other_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0444508Z test_contig_vs_every_other_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0464471Z test_contig_vs_every_other_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0484942Z test_contig_vs_every_other_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0505197Z test_contig_vs_every_other_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0524153Z test_contig_vs_every_other_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0542249Z test_contig_vs_every_other_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0560159Z test_contig_vs_every_other_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0578164Z test_contig_vs_every_other_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0596241Z test_contig_vs_every_other_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.0616748Z test_contig_vs_every_other_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0637605Z test_contig_vs_every_other_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0657949Z test_contig_vs_every_other_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0678231Z test_contig_vs_every_other_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0698198Z test_contig_vs_every_other_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0719112Z test_contig_vs_every_other_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0739576Z test_contig_vs_every_other_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0760256Z test_contig_vs_every_other_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0780040Z test_contig_vs_every_other_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0800137Z test_contig_vs_every_other_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0819845Z test_contig_vs_every_other_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0839821Z test_contig_vs_every_other_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0859607Z test_contig_vs_every_other_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0880515Z test_contig_vs_every_other_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0901890Z test_contig_vs_every_other_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0922781Z test_contig_vs_every_other_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0943555Z test_contig_vs_every_other_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0963722Z test_contig_vs_every_other_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.0986497Z test_contig_vs_every_other_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1006506Z test_contig_vs_every_other_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1026640Z test_contig_vs_every_other_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1046895Z test_contig_vs_every_other_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1067375Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1087917Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1109697Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1131901Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1153329Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1174042Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1195114Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1215317Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1236019Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1256353Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1276468Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1296627Z test_contig_vs_every_other_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1317568Z test_contig_vs_every_other_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1338844Z test_contig_vs_every_other_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1359750Z test_contig_vs_every_other_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1380655Z test_contig_vs_every_other_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1400973Z test_contig_vs_every_other_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1421336Z test_contig_vs_every_other_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1441678Z test_contig_vs_every_other_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1461904Z test_contig_vs_every_other_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1482159Z test_contig_vs_every_other_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1502080Z test_contig_vs_every_other_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.1520320Z test_contig_vs_every_other_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.1540842Z test_contig_vs_every_other_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1564904Z test_contig_vs_every_other_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1585673Z test_contig_vs_every_other_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1606376Z test_contig_vs_every_other_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1625961Z test_contig_vs_every_other_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1646371Z test_contig_vs_every_other_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1666106Z test_contig_vs_every_other_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.1684033Z test_contig_vs_every_other_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.1702293Z test_contig_vs_every_other_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.1720622Z test_contig_vs_every_other_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.1739234Z test_contig_vs_every_other_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.1759873Z test_contig_vs_every_other_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1780552Z test_contig_vs_every_other_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1805335Z test_contig_vs_every_other_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1829753Z test_contig_vs_every_other_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1851526Z test_contig_vs_every_other_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1874053Z test_contig_vs_every_other_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1895308Z test_contig_vs_every_other_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1915906Z test_contig_vs_every_other_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1936395Z test_contig_vs_every_other_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1957114Z test_contig_vs_every_other_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1977372Z test_contig_vs_every_other_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.1997792Z test_contig_vs_every_other_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.2010989Z test_contig_vs_every_other_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:01.2033806Z test_contig_vs_every_other_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.2054583Z test_contig_vs_every_other_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.2075948Z test_contig_vs_every_other_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.2095618Z test_contig_vs_every_other_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2114740Z test_contig_vs_every_other_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2135349Z test_contig_vs_every_other_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.2154472Z test_contig_vs_every_other_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2173404Z test_contig_vs_every_other_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2193468Z test_contig_vs_every_other_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.2212511Z test_contig_vs_every_other_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2233122Z test_contig_vs_every_other_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.2253876Z test_contig_vs_every_other_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.2274614Z test_contig_vs_every_other_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.2293983Z test_contig_vs_every_other_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2312623Z test_contig_vs_every_other_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2331223Z test_contig_vs_every_other_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2349769Z test_contig_vs_every_other_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2368693Z test_contig_vs_every_other_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2389066Z test_contig_vs_every_other_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.2408288Z test_contig_vs_every_other_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2429159Z test_contig_vs_every_other_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.2451033Z test_contig_vs_every_other_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.2471488Z test_contig_vs_every_other_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.2491063Z test_contig_vs_every_other_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2509326Z test_contig_vs_every_other_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2528081Z test_contig_vs_every_other_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2546438Z test_contig_vs_every_other_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2565282Z test_contig_vs_every_other_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2577769Z test_contig_vs_every_other_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:01.2599782Z test_contig_vs_every_other_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.2623649Z test_contig_vs_every_other_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.2645334Z test_contig_vs_every_other_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.2665369Z test_contig_vs_every_other_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.2686804Z test_contig_vs_every_other_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.2705722Z test_contig_vs_every_other_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2724604Z test_contig_vs_every_other_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2743546Z test_contig_vs_every_other_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2762148Z test_contig_vs_every_other_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2780668Z test_contig_vs_every_other_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2799354Z test_contig_vs_every_other_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2818065Z test_contig_vs_every_other_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2837296Z test_contig_vs_every_other_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2856276Z test_contig_vs_every_other_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2874518Z test_contig_vs_every_other_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2894315Z test_contig_vs_every_other_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.2913525Z test_contig_vs_every_other_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2933508Z test_contig_vs_every_other_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.2952495Z test_contig_vs_every_other_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2971190Z test_contig_vs_every_other_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.2989321Z test_contig_vs_every_other_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.3008017Z test_contig_vs_every_other_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.3026106Z test_contig_vs_every_other_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.3046224Z test_contig_vs_every_other_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3064306Z test_contig_vs_every_other_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.3084454Z test_contig_vs_every_other_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3103911Z test_contig_vs_every_other_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3124213Z test_contig_vs_every_other_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3143522Z test_contig_vs_every_other_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.3162276Z test_contig_vs_every_other_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.3180633Z test_contig_vs_every_other_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.3199318Z test_contig_vs_every_other_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.3219978Z test_contig_vs_every_other_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3240750Z test_contig_vs_every_other_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3260143Z test_contig_vs_every_other_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.3281196Z test_contig_vs_every_other_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3303978Z test_contig_vs_every_other_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3326104Z test_contig_vs_every_other_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3345834Z test_contig_vs_every_other_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.3364140Z test_contig_vs_every_other_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.3382450Z test_contig_vs_every_other_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.3401056Z test_contig_vs_every_other_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.3419540Z test_contig_vs_every_other_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.3439965Z test_contig_vs_every_other_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3460932Z test_contig_vs_every_other_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3482106Z test_contig_vs_every_other_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3503154Z test_contig_vs_every_other_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3524734Z test_contig_vs_every_other_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3546119Z test_contig_vs_every_other_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3568198Z test_contig_vs_every_other_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3589700Z test_contig_vs_every_other_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3611031Z test_contig_vs_every_other_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3631764Z test_contig_vs_every_other_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3653374Z test_contig_vs_every_other_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3674025Z test_contig_vs_every_other_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3693754Z test_contig_vs_every_other_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3716175Z test_contig_vs_every_other_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3737559Z test_contig_vs_every_other_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3758915Z test_contig_vs_every_other_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3778904Z test_contig_vs_every_other_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3801551Z test_contig_vs_every_other_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3822300Z test_contig_vs_every_other_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3842515Z test_contig_vs_every_other_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3863082Z test_contig_vs_every_other_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3883193Z test_contig_vs_every_other_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3903631Z test_contig_vs_every_other_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.3920531Z test_contig_vs_every_other_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.3936657Z test_contig_vs_every_other_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.3952542Z test_contig_vs_every_other_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.3968890Z test_contig_vs_every_other_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.3984711Z test_contig_vs_every_other_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.4000864Z test_contig_vs_every_other_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.4016979Z test_contig_vs_every_other_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.4033048Z test_contig_vs_every_other_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.4049206Z test_contig_vs_every_other_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.4065003Z test_contig_vs_every_other_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.4081410Z test_contig_vs_every_other_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.4101162Z test_contig_vs_every_other_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.4117665Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.4134263Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.4151207Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.4167779Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.4184316Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.4200946Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.4217827Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.4234323Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.4250809Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.4267199Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.4286004Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.4303136Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:01.4323864Z test_contig_vs_every_other_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.4343765Z test_contig_vs_every_other_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.4363399Z test_contig_vs_every_other_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.4383045Z test_contig_vs_every_other_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.4402486Z test_contig_vs_every_other_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.4423860Z test_contig_vs_every_other_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.4445882Z test_contig_vs_every_other_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.4471248Z test_contig_vs_every_other_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.4496082Z test_contig_vs_every_other_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.4519055Z test_contig_vs_every_other_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.4541535Z test_contig_vs_every_other_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.4563841Z test_contig_vs_every_other_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.4585180Z test_contig_vs_every_other_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.4607048Z test_contig_vs_every_other_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.4628616Z test_contig_vs_every_other_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.4649556Z test_contig_vs_every_other_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.4670781Z test_contig_vs_every_other_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.4691561Z test_contig_vs_every_other_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.4710227Z test_contig_vs_every_other_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.4730656Z test_contig_vs_every_other_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.4750463Z test_contig_vs_every_other_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.4770473Z test_contig_vs_every_other_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.4789341Z test_contig_vs_every_other_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.4807780Z test_contig_vs_every_other_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.4825376Z test_contig_vs_every_other_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.4843477Z test_contig_vs_every_other_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.4865352Z test_contig_vs_every_other_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.4884523Z test_contig_vs_every_other_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.4902497Z test_contig_vs_every_other_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.4922911Z test_contig_vs_every_other_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.4943471Z test_contig_vs_every_other_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.4963718Z test_contig_vs_every_other_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.4983048Z test_contig_vs_every_other_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5003405Z test_contig_vs_every_other_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.5022964Z test_contig_vs_every_other_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5042017Z test_contig_vs_every_other_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5060727Z test_contig_vs_every_other_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5079565Z test_contig_vs_every_other_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5098244Z test_contig_vs_every_other_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5118137Z test_contig_vs_every_other_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.5136494Z test_contig_vs_every_other_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5157351Z test_contig_vs_every_other_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.5178528Z test_contig_vs_every_other_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.5199129Z test_contig_vs_every_other_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.5218632Z test_contig_vs_every_other_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.5239074Z test_contig_vs_every_other_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.5258287Z test_contig_vs_every_other_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5276700Z test_contig_vs_every_other_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5295040Z test_contig_vs_every_other_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5313274Z test_contig_vs_every_other_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5331373Z test_contig_vs_every_other_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5350413Z test_contig_vs_every_other_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5369916Z test_contig_vs_every_other_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5391454Z test_contig_vs_every_other_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.5414074Z test_contig_vs_every_other_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.5433993Z test_contig_vs_every_other_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.5452828Z test_contig_vs_every_other_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5472229Z test_contig_vs_every_other_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5491120Z test_contig_vs_every_other_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5508687Z test_contig_vs_every_other_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5526604Z test_contig_vs_every_other_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5544385Z test_contig_vs_every_other_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5562296Z test_contig_vs_every_other_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5580993Z test_contig_vs_every_other_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5598850Z test_contig_vs_every_other_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5618256Z test_contig_vs_every_other_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.5637419Z test_contig_vs_every_other_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.5657208Z test_contig_vs_every_other_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.5675897Z test_contig_vs_every_other_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5693751Z test_contig_vs_every_other_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5711752Z test_contig_vs_every_other_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5729812Z test_contig_vs_every_other_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5747599Z test_contig_vs_every_other_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5767548Z test_contig_vs_every_other_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.5785879Z test_contig_vs_every_other_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5806490Z test_contig_vs_every_other_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.5827739Z test_contig_vs_every_other_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.5850044Z test_contig_vs_every_other_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.5869871Z test_contig_vs_every_other_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5888223Z test_contig_vs_every_other_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5906094Z test_contig_vs_every_other_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5924191Z test_contig_vs_every_other_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.5945464Z test_contig_vs_every_other_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.5965239Z test_contig_vs_every_other_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.5983824Z test_contig_vs_every_other_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6004105Z test_contig_vs_every_other_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6024530Z test_contig_vs_every_other_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6044963Z test_contig_vs_every_other_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6063592Z test_contig_vs_every_other_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6081925Z test_contig_vs_every_other_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6100690Z test_contig_vs_every_other_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6121050Z test_contig_vs_every_other_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6140147Z test_contig_vs_every_other_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6160084Z test_contig_vs_every_other_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6178832Z test_contig_vs_every_other_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6199062Z test_contig_vs_every_other_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6219608Z test_contig_vs_every_other_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6239791Z test_contig_vs_every_other_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6258635Z test_contig_vs_every_other_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6276836Z test_contig_vs_every_other_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6294559Z test_contig_vs_every_other_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6312656Z test_contig_vs_every_other_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6330828Z test_contig_vs_every_other_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6350645Z test_contig_vs_every_other_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6370050Z test_contig_vs_every_other_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6391788Z test_contig_vs_every_other_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6413606Z test_contig_vs_every_other_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6434134Z test_contig_vs_every_other_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6452854Z test_contig_vs_every_other_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6470728Z test_contig_vs_every_other_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6490584Z test_contig_vs_every_other_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6508371Z test_contig_vs_every_other_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6526569Z test_contig_vs_every_other_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6546221Z test_contig_vs_every_other_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6565017Z test_contig_vs_every_other_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6585983Z test_contig_vs_every_other_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6608583Z test_contig_vs_every_other_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6630168Z test_contig_vs_every_other_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6652687Z test_contig_vs_every_other_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6674621Z test_contig_vs_every_other_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6695010Z test_contig_vs_every_other_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6713643Z test_contig_vs_every_other_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6732167Z test_contig_vs_every_other_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6750840Z test_contig_vs_every_other_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6769753Z test_contig_vs_every_other_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6787435Z test_contig_vs_every_other_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6805995Z test_contig_vs_every_other_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6823741Z test_contig_vs_every_other_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6843766Z test_contig_vs_every_other_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6864146Z test_contig_vs_every_other_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6883890Z test_contig_vs_every_other_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6903513Z test_contig_vs_every_other_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6924550Z test_contig_vs_every_other_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.6944217Z test_contig_vs_every_other_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6962201Z test_contig_vs_every_other_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6980129Z test_contig_vs_every_other_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.6997909Z test_contig_vs_every_other_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.7015697Z test_contig_vs_every_other_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.7037337Z test_contig_vs_every_other_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7057691Z test_contig_vs_every_other_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7078014Z test_contig_vs_every_other_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7098776Z test_contig_vs_every_other_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7119698Z test_contig_vs_every_other_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7139917Z test_contig_vs_every_other_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7164359Z test_contig_vs_every_other_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7188618Z test_contig_vs_every_other_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7211109Z test_contig_vs_every_other_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7232344Z test_contig_vs_every_other_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7253496Z test_contig_vs_every_other_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7272055Z test_contig_vs_every_other_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.7290216Z test_contig_vs_every_other_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.7307983Z test_contig_vs_every_other_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.7326084Z test_contig_vs_every_other_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.7344064Z test_contig_vs_every_other_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.7356255Z test_contig_vs_every_other_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:01.7377666Z test_contig_vs_every_other_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7398978Z test_contig_vs_every_other_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7419911Z test_contig_vs_every_other_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7440293Z test_contig_vs_every_other_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7460507Z test_contig_vs_every_other_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7479043Z test_contig_vs_every_other_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.7497370Z test_contig_vs_every_other_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.7515909Z test_contig_vs_every_other_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.7535498Z test_contig_vs_every_other_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7557260Z test_contig_vs_every_other_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7578519Z test_contig_vs_every_other_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7601291Z test_contig_vs_every_other_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7621654Z test_contig_vs_every_other_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7641984Z test_contig_vs_every_other_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7660944Z test_contig_vs_every_other_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.7679225Z test_contig_vs_every_other_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.7697880Z test_contig_vs_every_other_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.7715844Z test_contig_vs_every_other_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.7734031Z test_contig_vs_every_other_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.7753632Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7775933Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7797024Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7817301Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7837675Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7858086Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7878127Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7898268Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7918196Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7939320Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7960313Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.7980363Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8000592Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8021286Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8042026Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8062300Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8075615Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8087870Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8099938Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8112150Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8124331Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8138424Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8150586Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8162728Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8174926Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8186724Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8199070Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8211137Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8222887Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8235048Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8247315Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8258808Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8281314Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8304244Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8326219Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8347232Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8369133Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8389100Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8409832Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8430205Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8450831Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8471680Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8492848Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8513395Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8533896Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8554099Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8574371Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8594468Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8614595Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8637843Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8660420Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8680516Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8700988Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8721231Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8741268Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8761799Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.8775255Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8787191Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8798982Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8811001Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8823324Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8836128Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8848172Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8860496Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8873186Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8885481Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8898171Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8910443Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8923128Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8935339Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8947341Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8959959Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8972153Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8984265Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.8996389Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.9008538Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.9020602Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.9032490Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.9046676Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.9058862Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.9071756Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.9083128Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.9095894Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.9107913Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.9120220Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.9131962Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.9143848Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.9155902Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.9167959Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.9179974Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.9191786Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.9203938Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.9216272Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.9228309Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.9240284Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.9252704Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:01.9276370Z test_contig_vs_every_other_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9298589Z test_contig_vs_every_other_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9321377Z test_contig_vs_every_other_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9343032Z test_contig_vs_every_other_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9364787Z test_contig_vs_every_other_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9385537Z test_contig_vs_every_other_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9406663Z test_contig_vs_every_other_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9426770Z test_contig_vs_every_other_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9447249Z test_contig_vs_every_other_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9467311Z test_contig_vs_every_other_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9489890Z test_contig_vs_every_other_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9515083Z test_contig_vs_every_other_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9537730Z test_contig_vs_every_other_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9560039Z test_contig_vs_every_other_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9582500Z test_contig_vs_every_other_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9604806Z test_contig_vs_every_other_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9626698Z test_contig_vs_every_other_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9653705Z test_contig_vs_every_other_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9675820Z test_contig_vs_every_other_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9697590Z test_contig_vs_every_other_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9720612Z test_contig_vs_every_other_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9741809Z test_contig_vs_every_other_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9762498Z test_contig_vs_every_other_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9782743Z test_contig_vs_every_other_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9802831Z test_contig_vs_every_other_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9821621Z test_contig_vs_every_other_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.9840622Z test_contig_vs_every_other_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.9859062Z test_contig_vs_every_other_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.9877134Z test_contig_vs_every_other_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.9895132Z test_contig_vs_every_other_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:01.9915328Z test_contig_vs_every_other_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9937561Z test_contig_vs_every_other_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9959777Z test_contig_vs_every_other_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:01.9981622Z test_contig_vs_every_other_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:02.0003840Z test_contig_vs_every_other_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:02.0024344Z test_contig_vs_every_other_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:02.0045022Z test_contig_vs_every_other_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:02.0065109Z test_contig_vs_every_other_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:02.0087801Z test_contig_vs_every_other_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:02.0109429Z test_contig_vs_every_other_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:02.0129746Z test_contig_vs_every_other_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:02.0150697Z test_contig_vs_every_other_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:02.0171148Z test_contig_vs_every_other_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:02.0191162Z test_contig_vs_every_other_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:02.0212373Z test_contig_vs_every_other_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:02.0232962Z test_contig_vs_every_other_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:02.0253697Z test_contig_vs_every_other_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:02.0273948Z test_contig_vs_every_other_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:02.0293968Z test_contig_vs_every_other_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:02.0313824Z test_contig_vs_every_other_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:02.0333761Z test_contig_vs_every_other_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:02.0353895Z test_contig_vs_every_other_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:02.1737457Z test_contig_vs_transposed___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.138s) 2022-09-27T16:11:02.1828704Z test_contig_vs_transposed___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:02.2067209Z test_contig_vs_transposed___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:02.2232090Z test_contig_vs_transposed___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:02.2407761Z test_contig_vs_transposed___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:11:02.2482898Z test_contig_vs_transposed___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:02.2595500Z test_contig_vs_transposed___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:02.2681450Z test_contig_vs_transposed___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:02.2766930Z test_contig_vs_transposed___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:02.2829054Z test_contig_vs_transposed___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:02.2913925Z test_contig_vs_transposed___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:02.2997670Z test_contig_vs_transposed___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:02.3081347Z test_contig_vs_transposed___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:02.3184069Z test_contig_vs_transposed___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:02.3281420Z test_contig_vs_transposed___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:02.3375220Z test_contig_vs_transposed___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:02.3466168Z test_contig_vs_transposed___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:02.3550982Z test_contig_vs_transposed___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:02.3667843Z test_contig_vs_transposed___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:02.3789699Z test_contig_vs_transposed___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:02.4197971Z test_contig_vs_transposed___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:11:02.4350080Z test_contig_vs_transposed___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:11:02.4529279Z test_contig_vs_transposed___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:11:02.4610398Z test_contig_vs_transposed___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:02.4699429Z test_contig_vs_transposed___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:02.4806586Z test_contig_vs_transposed___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:02.4918848Z test_contig_vs_transposed___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:02.5007260Z test_contig_vs_transposed___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:02.5119197Z test_contig_vs_transposed___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:02.5222978Z test_contig_vs_transposed___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:02.5311305Z test_contig_vs_transposed___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:02.5513169Z test_contig_vs_transposed___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:02.5587112Z test_contig_vs_transposed___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:02.5693250Z test_contig_vs_transposed___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:02.5775297Z test_contig_vs_transposed___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:02.5860538Z test_contig_vs_transposed___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:02.6066966Z test_contig_vs_transposed___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:02.6197470Z test_contig_vs_transposed___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:02.6369656Z test_contig_vs_transposed___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:11:02.6437648Z test_contig_vs_transposed___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:02.6524256Z test_contig_vs_transposed___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:02.6616399Z test_contig_vs_transposed___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:02.6715789Z test_contig_vs_transposed___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:02.6778144Z test_contig_vs_transposed___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:02.6868661Z test_contig_vs_transposed___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:02.6958006Z test_contig_vs_transposed___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:02.7040831Z test_contig_vs_transposed___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:02.7126917Z test_contig_vs_transposed___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:02.7216054Z test_contig_vs_transposed___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:02.7284825Z test_contig_vs_transposed___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:02.7373959Z test_contig_vs_transposed___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:02.7455543Z test_contig_vs_transposed___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:02.7518824Z test_contig_vs_transposed___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:11:02.7519839Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:11:02.7573714Z ok (0.011s) 2022-09-27T16:11:02.7957835Z test_contig_vs_transposed___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:11:02.8269018Z test_contig_vs_transposed___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:11:02.8461807Z test_contig_vs_transposed___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:02.8552503Z test_contig_vs_transposed___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:02.8670647Z test_contig_vs_transposed___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:02.8776628Z test_contig_vs_transposed___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:02.8877154Z test_contig_vs_transposed___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:02.8955591Z test_contig_vs_transposed___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:02.9055138Z test_contig_vs_transposed___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:02.9152468Z test_contig_vs_transposed___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:02.9233899Z test_contig_vs_transposed___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:02.9451674Z test_contig_vs_transposed___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:11:02.9610901Z test_contig_vs_transposed___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:11:02.9775730Z test_contig_vs_transposed___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:02.9849694Z test_contig_vs_transposed___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:02.9945373Z test_contig_vs_transposed___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:03.0033081Z test_contig_vs_transposed___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.0135213Z test_contig_vs_transposed___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:03.0197865Z test_contig_vs_transposed___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:03.0281243Z test_contig_vs_transposed___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.0364372Z test_contig_vs_transposed___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.0448635Z test_contig_vs_transposed___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.0532228Z test_contig_vs_transposed___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.0622276Z test_contig_vs_transposed___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.0714481Z test_contig_vs_transposed___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:03.0802605Z test_contig_vs_transposed___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.0885589Z test_contig_vs_transposed___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.0990259Z test_contig_vs_transposed_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:03.1075855Z test_contig_vs_transposed_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.1267623Z test_contig_vs_transposed_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:11:03.1620033Z test_contig_vs_transposed_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:11:03.1735156Z test_contig_vs_transposed_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:03.1897523Z test_contig_vs_transposed_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:03.1969423Z test_contig_vs_transposed_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:03.2056016Z test_contig_vs_transposed_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.2141038Z test_contig_vs_transposed_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.2225841Z test_contig_vs_transposed_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.2287075Z test_contig_vs_transposed_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:03.2370965Z test_contig_vs_transposed_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.2453687Z test_contig_vs_transposed_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.2541736Z test_contig_vs_transposed_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.2660265Z test_contig_vs_transposed_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:03.2735729Z test_contig_vs_transposed_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:03.2840899Z test_contig_vs_transposed_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:03.2960814Z test_contig_vs_transposed_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:03.3070724Z test_contig_vs_transposed_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:03.3161276Z test_contig_vs_transposed_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.3269045Z test_contig_vs_transposed_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:03.3374481Z test_contig_vs_transposed_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:03.3461188Z test_contig_vs_transposed_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.3546251Z test_contig_vs_transposed_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.3631731Z test_contig_vs_transposed_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.3694748Z test_contig_vs_transposed_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:03.3777666Z test_contig_vs_transposed_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.3860009Z test_contig_vs_transposed_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.3944074Z test_contig_vs_transposed_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.4030491Z test_contig_vs_transposed_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.4093028Z test_contig_vs_transposed_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:03.4178587Z test_contig_vs_transposed_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.4263916Z test_contig_vs_transposed_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.4351708Z test_contig_vs_transposed_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.4436486Z test_contig_vs_transposed_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.4521203Z test_contig_vs_transposed_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.4583824Z test_contig_vs_transposed_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:03.4668651Z test_contig_vs_transposed_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.4751076Z test_contig_vs_transposed_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.4835193Z test_contig_vs_transposed_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.4919479Z test_contig_vs_transposed_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.4980244Z test_contig_vs_transposed_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:03.5064077Z test_contig_vs_transposed_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.5148346Z test_contig_vs_transposed_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.5233231Z test_contig_vs_transposed_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.5319319Z test_contig_vs_transposed_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.5404834Z test_contig_vs_transposed_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.5465791Z test_contig_vs_transposed_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:03.5549391Z test_contig_vs_transposed_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.5644477Z test_contig_vs_transposed_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:03.5750321Z test_contig_vs_transposed_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:03.5835935Z test_contig_vs_transposed_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.5998788Z test_contig_vs_transposed_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:03.6069860Z test_contig_vs_transposed_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:03.6166272Z test_contig_vs_transposed_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:03.6250283Z test_contig_vs_transposed_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.6337851Z test_contig_vs_transposed_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.6400087Z test_contig_vs_transposed_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:03.6482913Z test_contig_vs_transposed_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.6569216Z test_contig_vs_transposed_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.6650578Z test_contig_vs_transposed_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:03.6735638Z test_contig_vs_transposed_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.6899034Z test_contig_vs_transposed_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:03.6966981Z test_contig_vs_transposed_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:03.7054460Z test_contig_vs_transposed_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.7138179Z test_contig_vs_transposed_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.7222948Z test_contig_vs_transposed_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.7287846Z test_contig_vs_transposed_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:03.7370590Z test_contig_vs_transposed_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.7455100Z test_contig_vs_transposed_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.7623353Z test_contig_vs_transposed_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:03.7733577Z test_contig_vs_transposed_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:03.7877492Z test_contig_vs_transposed_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:11:03.7976749Z test_contig_vs_transposed_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:03.8086805Z test_contig_vs_transposed_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:03.8245648Z test_contig_vs_transposed_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:11:03.8317099Z test_contig_vs_transposed_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:03.8407109Z test_contig_vs_transposed_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.8512279Z test_contig_vs_transposed_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:03.8633499Z test_contig_vs_transposed_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:03.8719707Z test_contig_vs_transposed_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.8823830Z test_contig_vs_transposed_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:03.8923077Z test_contig_vs_transposed_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:03.9008446Z test_contig_vs_transposed_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.9180838Z test_contig_vs_transposed_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:11:03.9250550Z test_contig_vs_transposed_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:03.9347978Z test_contig_vs_transposed_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:03.9450971Z test_contig_vs_transposed_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:03.9554224Z test_contig_vs_transposed_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:03.9637292Z test_contig_vs_transposed_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:03.9739760Z test_contig_vs_transposed_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:03.9840942Z test_contig_vs_transposed_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:03.9926013Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.0035205Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:04.0246849Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:04.0398612Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:11:04.0573139Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:11:04.0643948Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:04.0738189Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:04.0839562Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:04.0941198Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:04.1034259Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:04.1136063Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:04.1239099Z test_contig_vs_transposed_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:04.1324774Z test_contig_vs_transposed_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.1496583Z test_contig_vs_transposed_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:04.1577503Z test_contig_vs_transposed_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:04.1680910Z test_contig_vs_transposed_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:04.1789455Z test_contig_vs_transposed_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:04.1894646Z test_contig_vs_transposed_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:04.1974824Z test_contig_vs_transposed_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:04.2077383Z test_contig_vs_transposed_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:04.2177718Z test_contig_vs_transposed_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:04.2249092Z test_contig_vs_transposed_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:04.2333214Z test_contig_vs_transposed_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.2474347Z test_contig_vs_transposed_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:11:04.2745069Z test_contig_vs_transposed_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:11:04.2829690Z test_contig_vs_transposed_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.2978478Z test_contig_vs_transposed_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:11:04.3035183Z test_contig_vs_transposed_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:04.3107248Z test_contig_vs_transposed_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:04.3191028Z test_contig_vs_transposed_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.3275111Z test_contig_vs_transposed_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.3337382Z test_contig_vs_transposed_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:04.3419607Z test_contig_vs_transposed_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.3501380Z test_contig_vs_transposed_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.3604198Z test_contig_vs_transposed_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:04.3750351Z test_contig_vs_transposed_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:11:04.4162392Z test_contig_vs_transposed_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:11:04.4479756Z test_contig_vs_transposed_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:11:04.4682402Z test_contig_vs_transposed_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:04.4784864Z test_contig_vs_transposed_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:04.5006581Z test_contig_vs_transposed_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:11:04.5142989Z test_contig_vs_transposed_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:11:04.5278462Z test_contig_vs_transposed_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:11:04.5405930Z test_contig_vs_transposed_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:04.5534240Z test_contig_vs_transposed_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:04.5659856Z test_contig_vs_transposed_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:04.5674982Z test_contig_vs_transposed_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:04.5906427Z test_contig_vs_transposed_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:11:04.5983824Z test_contig_vs_transposed_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:04.6083624Z test_contig_vs_transposed_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:04.6179571Z test_contig_vs_transposed_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:04.6275693Z test_contig_vs_transposed_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:04.6354874Z test_contig_vs_transposed_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:04.6448620Z test_contig_vs_transposed_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:04.6536760Z test_contig_vs_transposed_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.6620629Z test_contig_vs_transposed_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.6704637Z test_contig_vs_transposed_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.6871712Z test_contig_vs_transposed_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:04.6941025Z test_contig_vs_transposed_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:04.7038920Z test_contig_vs_transposed_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:04.7128411Z test_contig_vs_transposed_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.7213137Z test_contig_vs_transposed_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.7274231Z test_contig_vs_transposed_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:04.7357291Z test_contig_vs_transposed_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.7443355Z test_contig_vs_transposed_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.7569772Z test_contig_vs_transposed_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:04.7654462Z test_contig_vs_transposed_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.7824643Z test_contig_vs_transposed_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:04.7899447Z test_contig_vs_transposed_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:04.7988634Z test_contig_vs_transposed_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.8077479Z test_contig_vs_transposed_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.8161646Z test_contig_vs_transposed_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.8225484Z test_contig_vs_transposed_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:04.8309075Z test_contig_vs_transposed_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.8395090Z test_contig_vs_transposed_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.8488077Z test_contig_vs_transposed_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:04.8684841Z test_contig_vs_transposed_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:04.8762159Z test_contig_vs_transposed_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:04.8873630Z test_contig_vs_transposed_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:04.8964393Z test_contig_vs_transposed_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.9054396Z test_contig_vs_transposed_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.9128647Z test_contig_vs_transposed_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:04.9217802Z test_contig_vs_transposed_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.9306935Z test_contig_vs_transposed_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:04.9420255Z test_contig_vs_transposed_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:04.9534795Z test_contig_vs_transposed_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:04.9637315Z test_contig_vs_transposed_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:04.9749111Z test_contig_vs_transposed_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:04.9859936Z test_contig_vs_transposed_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:04.9932323Z test_contig_vs_transposed_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:05.0016694Z test_contig_vs_transposed_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.0165808Z test_contig_vs_transposed_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:11:05.0222659Z test_contig_vs_transposed_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:05.0310836Z test_contig_vs_transposed_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.0396425Z test_contig_vs_transposed_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.0481462Z test_contig_vs_transposed_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.0545006Z test_contig_vs_transposed_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:05.0628783Z test_contig_vs_transposed_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.0712236Z test_contig_vs_transposed_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.0780651Z test_contig_vs_transposed_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:05.0864629Z test_contig_vs_transposed_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.1013093Z test_contig_vs_transposed_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:11:05.1069803Z test_contig_vs_transposed_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:05.1149190Z test_contig_vs_transposed_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:05.1234023Z test_contig_vs_transposed_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.1318344Z test_contig_vs_transposed_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.1381717Z test_contig_vs_transposed_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:05.1464966Z test_contig_vs_transposed_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.1548173Z test_contig_vs_transposed_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.1632032Z test_contig_vs_transposed_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.1716681Z test_contig_vs_transposed_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.1888830Z test_contig_vs_transposed_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:05.1968230Z test_contig_vs_transposed_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:05.2054996Z test_contig_vs_transposed_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.2140855Z test_contig_vs_transposed_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.2226640Z test_contig_vs_transposed_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.2289325Z test_contig_vs_transposed_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:05.2374744Z test_contig_vs_transposed_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.2459348Z test_contig_vs_transposed_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.2544871Z test_contig_vs_transposed_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.2616013Z test_contig_vs_transposed_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:05.2712436Z test_contig_vs_transposed_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:05.2849683Z test_contig_vs_transposed_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:11:05.3067484Z test_contig_vs_transposed_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:11:05.3202793Z test_contig_vs_transposed_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:11:05.3371589Z test_contig_vs_transposed_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:05.3499381Z test_contig_vs_transposed_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:05.3714987Z test_contig_vs_transposed_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:11:05.3839688Z test_contig_vs_transposed_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:05.4014830Z test_contig_vs_transposed_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:11:05.4095919Z test_contig_vs_transposed_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.4203778Z test_contig_vs_transposed_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:05.4432385Z test_contig_vs_transposed_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:11:05.4533575Z test_contig_vs_transposed_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:05.4719867Z test_contig_vs_transposed_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:11:05.4787296Z test_contig_vs_transposed_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:05.4877652Z test_contig_vs_transposed_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.4975851Z test_contig_vs_transposed_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:05.5074488Z test_contig_vs_transposed_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:05.5158094Z test_contig_vs_transposed_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.5261073Z test_contig_vs_transposed_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:05.5365501Z test_contig_vs_transposed_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:05.5385543Z test_contig_vs_transposed_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5405007Z test_contig_vs_transposed_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5423317Z test_contig_vs_transposed_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5441061Z test_contig_vs_transposed_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5457917Z test_contig_vs_transposed_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5474561Z test_contig_vs_transposed_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5491034Z test_contig_vs_transposed_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5509917Z test_contig_vs_transposed_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5626394Z test_contig_vs_transposed_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5644947Z test_contig_vs_transposed_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5661674Z test_contig_vs_transposed_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5678189Z test_contig_vs_transposed_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5694090Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5710181Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5726715Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5742419Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5758749Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5774611Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5790594Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5806959Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5822556Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5838958Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5854881Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5870959Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:05.5984659Z test_contig_vs_transposed_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:05.6101061Z test_contig_vs_transposed_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:05.6220774Z test_contig_vs_transposed_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:05.6337729Z test_contig_vs_transposed_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:05.6458962Z test_contig_vs_transposed_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:05.6585405Z test_contig_vs_transposed_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:05.6714963Z test_contig_vs_transposed_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:05.7054010Z test_contig_vs_transposed_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:11:05.7330293Z test_contig_vs_transposed_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:11:05.7534505Z test_contig_vs_transposed_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:05.7624754Z test_contig_vs_transposed_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.7773476Z test_contig_vs_transposed_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:11:05.7904096Z test_contig_vs_transposed_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:05.8044535Z test_contig_vs_transposed_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:11:05.8145631Z test_contig_vs_transposed_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:05.8261836Z test_contig_vs_transposed_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:05.8376797Z test_contig_vs_transposed_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:05.8446176Z test_contig_vs_transposed_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:05.8529433Z test_contig_vs_transposed_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.8677484Z test_contig_vs_transposed_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:11:05.8733798Z test_contig_vs_transposed_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:05.8807870Z test_contig_vs_transposed_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:05.8892167Z test_contig_vs_transposed_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.8976405Z test_contig_vs_transposed_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.9039788Z test_contig_vs_transposed_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:05.9123756Z test_contig_vs_transposed_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.9207048Z test_contig_vs_transposed_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.9277259Z test_contig_vs_transposed_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:05.9362150Z test_contig_vs_transposed_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.9498573Z test_contig_vs_transposed_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:11:05.9583790Z test_contig_vs_transposed_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:05.9732327Z test_contig_vs_transposed_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:11:05.9790262Z test_contig_vs_transposed_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:05.9866313Z test_contig_vs_transposed_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:05.9951560Z test_contig_vs_transposed_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.0036580Z test_contig_vs_transposed_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.0099492Z test_contig_vs_transposed_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:06.0182399Z test_contig_vs_transposed_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.0265676Z test_contig_vs_transposed_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.0357025Z test_contig_vs_transposed_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:06.0440844Z test_contig_vs_transposed_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.0617003Z test_contig_vs_transposed_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:11:06.0722624Z test_contig_vs_transposed_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:06.0880936Z test_contig_vs_transposed_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:11:06.0945816Z test_contig_vs_transposed_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:06.1064855Z test_contig_vs_transposed_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:06.1158145Z test_contig_vs_transposed_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:06.1246141Z test_contig_vs_transposed_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.1320288Z test_contig_vs_transposed_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:06.1411473Z test_contig_vs_transposed_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.1496191Z test_contig_vs_transposed_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.1570550Z test_contig_vs_transposed_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:06.1655187Z test_contig_vs_transposed_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.1832744Z test_contig_vs_transposed_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:11:06.1940791Z test_contig_vs_transposed_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:06.2101099Z test_contig_vs_transposed_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:11:06.2166498Z test_contig_vs_transposed_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:06.2285521Z test_contig_vs_transposed_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:06.2378858Z test_contig_vs_transposed_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:06.2469259Z test_contig_vs_transposed_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.2541659Z test_contig_vs_transposed_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:06.2631267Z test_contig_vs_transposed_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.2715486Z test_contig_vs_transposed_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.2787738Z test_contig_vs_transposed_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:06.2870524Z test_contig_vs_transposed_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.3018605Z test_contig_vs_transposed_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:11:06.3082694Z test_contig_vs_transposed_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:06.3204729Z test_contig_vs_transposed_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:06.3298952Z test_contig_vs_transposed_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:06.3387150Z test_contig_vs_transposed_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.3460871Z test_contig_vs_transposed_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:06.3550336Z test_contig_vs_transposed_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.3633410Z test_contig_vs_transposed_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.3736648Z test_contig_vs_transposed_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:06.3827913Z test_contig_vs_transposed_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.4008662Z test_contig_vs_transposed_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:11:06.4088721Z test_contig_vs_transposed_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:06.4204034Z test_contig_vs_transposed_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:06.4301505Z test_contig_vs_transposed_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:06.4387316Z test_contig_vs_transposed_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.4453564Z test_contig_vs_transposed_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:06.4537822Z test_contig_vs_transposed_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.4624033Z test_contig_vs_transposed_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.4718494Z test_contig_vs_transposed_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:06.4811097Z test_contig_vs_transposed_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:06.4991888Z test_contig_vs_transposed_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:11:06.5073801Z test_contig_vs_transposed_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:06.5173196Z test_contig_vs_transposed_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:06.5259344Z test_contig_vs_transposed_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.5344872Z test_contig_vs_transposed_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.5407784Z test_contig_vs_transposed_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:06.5491579Z test_contig_vs_transposed_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.5578054Z test_contig_vs_transposed_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.5665787Z test_contig_vs_transposed_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.5751291Z test_contig_vs_transposed_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.6116975Z test_contig_vs_transposed_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:11:06.6187044Z test_contig_vs_transposed_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:06.6290602Z test_contig_vs_transposed_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:06.6376382Z test_contig_vs_transposed_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.6460565Z test_contig_vs_transposed_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.6523395Z test_contig_vs_transposed_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:06.6607308Z test_contig_vs_transposed_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.6693446Z test_contig_vs_transposed_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.6776596Z test_contig_vs_transposed_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.6861547Z test_contig_vs_transposed_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.7023636Z test_contig_vs_transposed_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:06.7095959Z test_contig_vs_transposed_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:06.7186115Z test_contig_vs_transposed_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.7270698Z test_contig_vs_transposed_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.7355653Z test_contig_vs_transposed_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.7421230Z test_contig_vs_transposed_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:06.7503470Z test_contig_vs_transposed_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.7588488Z test_contig_vs_transposed_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.7669204Z test_contig_vs_transposed_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:06.7755014Z test_contig_vs_transposed_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.7957941Z test_contig_vs_transposed_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:06.8272578Z test_contig_vs_transposed_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:11:06.8405143Z test_contig_vs_transposed_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:11:06.8572247Z test_contig_vs_transposed_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:06.8641369Z test_contig_vs_transposed_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:06.8728222Z test_contig_vs_transposed_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.8814121Z test_contig_vs_transposed_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.8899933Z test_contig_vs_transposed_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.8979746Z test_contig_vs_transposed_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:06.9066184Z test_contig_vs_transposed_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.9149777Z test_contig_vs_transposed_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.9219028Z test_contig_vs_transposed_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:06.9303171Z test_contig_vs_transposed_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.9460373Z test_contig_vs_transposed_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:11:06.9549404Z test_contig_vs_transposed_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:06.9698505Z test_contig_vs_transposed_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:11:06.9754043Z test_contig_vs_transposed_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:06.9834423Z test_contig_vs_transposed_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:06.9919586Z test_contig_vs_transposed_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:07.0004714Z test_contig_vs_transposed_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:07.0067199Z test_contig_vs_transposed_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:07.0150652Z test_contig_vs_transposed_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:07.0233777Z test_contig_vs_transposed_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:07.0331469Z test_contig_vs_transposed_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:07.0406155Z test_contig_vs_transposed_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:07.0501134Z test_contig_vs_transposed_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:07.0615352Z test_contig_vs_transposed_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:07.0795129Z test_contig_vs_transposed_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:11:07.0892241Z test_contig_vs_transposed_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:07.1286869Z test_contig_vs_transposed_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:11:07.1590403Z test_contig_vs_transposed_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:11:07.1775819Z test_contig_vs_transposed_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:11:07.1857549Z test_contig_vs_transposed_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:07.1968151Z test_contig_vs_transposed_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:07.2069422Z test_contig_vs_transposed_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:07.2170937Z test_contig_vs_transposed_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:07.2260838Z test_contig_vs_transposed_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:07.2362558Z test_contig_vs_transposed_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:07.2457508Z test_contig_vs_transposed_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:07.2564889Z test_contig_vs_transposed_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:07.2777019Z test_contig_vs_transposed_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:07.2852094Z test_contig_vs_transposed_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:07.2946623Z test_contig_vs_transposed_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:07.3046846Z test_contig_vs_transposed_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:07.3148242Z test_contig_vs_transposed_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:07.3230801Z test_contig_vs_transposed_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:07.3329904Z test_contig_vs_transposed_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:07.3421342Z test_contig_vs_transposed_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:07.3502748Z test_contig_vs_transposed_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:07.3716486Z test_contig_vs_transposed_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:11:07.3882108Z test_contig_vs_transposed_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:07.4048767Z test_contig_vs_transposed_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:07.4119099Z test_contig_vs_transposed_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:07.4210899Z test_contig_vs_transposed_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:07.4296179Z test_contig_vs_transposed_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:07.4383432Z test_contig_vs_transposed_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:07.4446602Z test_contig_vs_transposed_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:07.4531086Z test_contig_vs_transposed_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:07.4615566Z test_contig_vs_transposed_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:07.4739768Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:07.4829782Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:07.4945246Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:07.5067831Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:07.5196502Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:07.5304632Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:07.5431173Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:07.5568723Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:11:07.5691140Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:07.5777107Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:07.5882748Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:07.6001365Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:07.6131808Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:07.6259617Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:07.6474613Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:11:07.6603356Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:07.6618476Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.6631850Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.6644093Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.6656053Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.6668412Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.6680905Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.6693252Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.6704381Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.6716858Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.6729286Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.6741112Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.6754256Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.6767280Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.6779007Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.6791682Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.6803921Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.6920277Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:07.7047551Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:07.7175772Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:07.7299721Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:07.7428237Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:07.7543899Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:07.7661090Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:07.7779504Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:07.7900125Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:07.7990783Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:07.8095664Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:07.8213969Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:07.8332270Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:07.8431591Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:07.8551274Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:07.8670677Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:07.8790234Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:07.8877735Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:07.8982248Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:07.9100916Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:07.9220936Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:07.9320878Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:07.9437393Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:07.9557474Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:07.9573251Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9586501Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9599021Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9611289Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9623143Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9635338Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9649506Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9661624Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9673749Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9687048Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9697794Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9709858Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9722506Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9734517Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9746257Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9759268Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9771873Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9784885Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9797873Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9810762Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9823221Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9835588Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9848263Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9862031Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9874587Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9887531Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9900547Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9913687Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9926461Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9938526Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9950580Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9962961Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9974878Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9986963Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:07.9999068Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:08.0013439Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:08.0025714Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:08.0037839Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:08.0050381Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:08.0062426Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:08.0173348Z test_contig_vs_transposed_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:08.0296510Z test_contig_vs_transposed_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:08.0491989Z test_contig_vs_transposed_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:08.0584032Z test_contig_vs_transposed_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:08.0694949Z test_contig_vs_transposed_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:08.0816025Z test_contig_vs_transposed_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:08.0939045Z test_contig_vs_transposed_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:08.1041121Z test_contig_vs_transposed_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:08.1160062Z test_contig_vs_transposed_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:08.1279133Z test_contig_vs_transposed_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:08.1396539Z test_contig_vs_transposed_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:08.1665062Z test_contig_vs_transposed_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:11:08.1962711Z test_contig_vs_transposed_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:11:08.2235510Z test_contig_vs_transposed_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:11:08.2512590Z test_contig_vs_transposed_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:11:08.2769477Z test_contig_vs_transposed_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:08.3043007Z test_contig_vs_transposed_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:11:08.3734940Z test_contig_vs_transposed_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:11:08.3816089Z test_contig_vs_transposed_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:08.4018809Z test_contig_vs_transposed_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:08.4383024Z test_contig_vs_transposed_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:11:08.4518514Z test_contig_vs_transposed_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:11:08.4683088Z test_contig_vs_transposed_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:08.4776463Z test_contig_vs_transposed_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:11:08.4896867Z test_contig_vs_transposed_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:08.4987408Z test_contig_vs_transposed_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:08.5074214Z test_contig_vs_transposed_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:08.5137732Z test_contig_vs_transposed_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:08.5221755Z test_contig_vs_transposed_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:08.5305840Z test_contig_vs_transposed_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:08.5390479Z test_contig_vs_transposed_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:08.5499855Z test_contig_vs_transposed_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:08.5714296Z test_contig_vs_transposed_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:11:08.5867074Z test_contig_vs_transposed_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:11:08.6042114Z test_contig_vs_transposed_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:11:08.6119422Z test_contig_vs_transposed_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:08.6221514Z test_contig_vs_transposed_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:08.6323966Z test_contig_vs_transposed_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:08.6425850Z test_contig_vs_transposed_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:08.6511107Z test_contig_vs_transposed_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:08.6617342Z test_contig_vs_transposed_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:08.6725086Z test_contig_vs_transposed_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:08.6831242Z test_contig_vs_transposed_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:08.6960641Z test_contig_vs_transposed_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:08.7142084Z test_contig_vs_transposed_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:11:08.7221890Z test_contig_vs_transposed_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:08.7339800Z test_contig_vs_transposed_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:08.7451085Z test_contig_vs_transposed_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:08.7564090Z test_contig_vs_transposed_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:08.7655131Z test_contig_vs_transposed_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:08.7766467Z test_contig_vs_transposed_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:08.7900077Z test_contig_vs_transposed_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:11:09.0933952Z test_copysign_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.303s) 2022-09-27T16:11:09.2739712Z test_copysign_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.180s) 2022-09-27T16:11:09.5097036Z test_copysign_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.235s) 2022-09-27T16:11:09.5850637Z test_copysign_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:11:09.6597887Z test_copysign_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:11:09.7322463Z test_copysign_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:11:09.8044325Z test_copysign_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:11:09.8762049Z test_copysign_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:11:09.8823087Z test_copysign_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:09.8879789Z test_copysign_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:09.8952634Z test_copysign_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:09.9010296Z test_copysign_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:09.9069280Z test_copysign_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:09.9140758Z test_copysign_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:09.9213609Z test_copysign_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:09.9267484Z test_copysign_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:09.9321734Z test_copysign_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:09.9375552Z test_copysign_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:09.9430501Z test_copysign_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:09.9485603Z test_copysign_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:09.9556256Z test_copysign_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:09.9615288Z test_copysign_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:09.9683093Z test_copysign_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:09.9753941Z test_copysign_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:09.9822567Z test_copysign_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:09.9884615Z test_copysign_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:09.9943955Z test_copysign_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.0004016Z test_copysign_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.0063817Z test_copysign_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.0124130Z test_copysign_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.0213979Z test_copysign_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:10.0287115Z test_copysign_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:10.0359338Z test_copysign_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:10.0449516Z test_copysign_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:10.0538362Z test_copysign_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:10.0616267Z test_copysign_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:10.0688771Z test_copysign_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:10.0761155Z test_copysign_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:10.0833753Z test_copysign_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:10.0906786Z test_copysign_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:10.0996929Z test_copysign_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:10.1067934Z test_copysign_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:10.1138349Z test_copysign_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:10.1227226Z test_copysign_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:10.1315718Z test_copysign_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:10.1388682Z test_copysign_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:10.1460548Z test_copysign_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:10.1531902Z test_copysign_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:10.1604444Z test_copysign_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:10.1676927Z test_copysign_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:10.1751197Z test_copysign_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:10.1806679Z test_copysign_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.1870502Z test_copysign_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:10.1943915Z test_copysign_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:10.2015404Z test_copysign_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:10.2069914Z test_copysign_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.2124011Z test_copysign_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.2176966Z test_copysign_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.2229804Z test_copysign_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.2282710Z test_copysign_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.2353344Z test_copysign_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:10.2406271Z test_copysign_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.2470524Z test_copysign_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:10.2540892Z test_copysign_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:10.2611722Z test_copysign_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:10.2665731Z test_copysign_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.2718487Z test_copysign_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.2771410Z test_copysign_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.2823382Z test_copysign_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.2878228Z test_copysign_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.2947953Z test_copysign_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:10.3000858Z test_copysign_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.3059325Z test_copysign_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.3128817Z test_copysign_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:10.3198629Z test_copysign_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:10.3251479Z test_copysign_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.3303767Z test_copysign_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.3357197Z test_copysign_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.3409920Z test_copysign_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.3462464Z test_copysign_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.3533818Z test_copysign_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:10.3589181Z test_copysign_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.3648027Z test_copysign_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.3718583Z test_copysign_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:10.3787497Z test_copysign_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:10.3840216Z test_copysign_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.3892988Z test_copysign_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.3946202Z test_copysign_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.4001828Z test_copysign_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.4060528Z test_copysign_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.4134151Z test_copysign_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:10.4189621Z test_copysign_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.4249088Z test_copysign_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.4320431Z test_copysign_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:10.4391529Z test_copysign_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:10.4444805Z test_copysign_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.4497942Z test_copysign_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.4553071Z test_copysign_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.4609004Z test_copysign_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.4663594Z test_copysign_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:10.7499562Z test_copysign_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.283s) 2022-09-27T16:11:10.8604621Z test_copysign_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:11:10.9708774Z test_copysign_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:11:11.0815578Z test_copysign_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:11:11.1492154Z test_copysign_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:11:11.2184692Z test_copysign_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:11:11.2869796Z test_copysign_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:11:11.3553702Z test_copysign_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:11:11.3602762Z test_copysign_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:11.3648100Z test_copysign_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:11.3691474Z test_copysign_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:11.3735547Z test_copysign_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:11.3778789Z test_copysign_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:11.3821977Z test_copysign_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:11.3864774Z test_copysign_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:11.3907347Z test_copysign_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:11.4293823Z test_cpow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:11:11.4310262Z test_cpu_tensor_pow_cuda_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:11.4633145Z test_cremainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:11:11.4654383Z test_cross_device_binary_ops_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.002s) 2022-09-27T16:11:11.4667395Z test_cross_device_inplace_error_msg_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:11.4909259Z test_csub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:11.4926030Z test_cuda_tensor_pow_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:12.4378568Z test_cumulative_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.945s) 2022-09-27T16:11:12.7791421Z test_div_and_floordiv_script_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.341s) 2022-09-27T16:11:12.9245045Z test_div_and_floordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.145s) 2022-09-27T16:11:12.9615898Z test_div_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:11:12.9647469Z test_div_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:13.0549981Z test_div_rounding_modes_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:11:13.1097306Z test_div_rounding_modes_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:11:13.1683442Z test_div_rounding_modes_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:11:13.2180905Z test_div_rounding_modes_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:11:13.2698743Z test_div_rounding_modes_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:11:13.3222211Z test_div_rounding_modes_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:11:13.3757968Z test_div_rounding_modes_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:11:13.4282188Z test_div_rounding_modes_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:11:13.4319333Z test_div_rounding_modes_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:13.4947792Z test_div_rounding_nonfinite_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:11:13.5497736Z test_div_rounding_nonfinite_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:11:13.5881921Z test_div_rounding_nonfinite_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:11:13.6275379Z test_div_rounding_nonfinite_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:11:13.6904328Z test_div_rounding_numpy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:11:13.7271130Z test_div_rounding_numpy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:11:13.7648948Z test_div_rounding_numpy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:11:13.8012262Z test_div_rounding_numpy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:11:13.8366158Z test_div_rounding_numpy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:11:13.8722437Z test_div_rounding_numpy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:11:13.9077236Z test_div_rounding_numpy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:11:13.9430531Z test_div_rounding_numpy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:11:13.9646307Z test_divide_by_zero_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1036: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:11:13.9646697Z an = a.float().cpu().numpy() 2022-09-27T16:11:13.9646971Z test_binary_ufuncs.py:1036: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:11:13.9647351Z an = a.float().cpu().numpy() 2022-09-27T16:11:13.9710615Z ok (0.027s) 2022-09-27T16:11:13.9899473Z test_divide_by_zero_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1034: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:11:13.9900049Z an = a.cpu().numpy() 2022-09-27T16:11:13.9900313Z test_binary_ufuncs.py:1034: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:11:13.9900561Z an = a.cpu().numpy() 2022-09-27T16:11:13.9962353Z ok (0.025s) 2022-09-27T16:11:14.0115640Z test_divide_by_zero_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1034: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:11:14.0116271Z an = a.cpu().numpy() 2022-09-27T16:11:14.0116542Z test_binary_ufuncs.py:1034: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:11:14.0116791Z an = a.cpu().numpy() 2022-09-27T16:11:14.0179607Z ok (0.021s) 2022-09-27T16:11:14.0330584Z test_divide_by_zero_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1034: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:11:14.0330955Z an = a.cpu().numpy() 2022-09-27T16:11:14.0331221Z test_binary_ufuncs.py:1034: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:11:14.0331475Z an = a.cpu().numpy() 2022-09-27T16:11:14.0394525Z ok (0.021s) 2022-09-27T16:11:14.0413685Z test_divmul_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:14.7826407Z test_float_power_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:3999: RuntimeWarning: invalid value encountered in float_power 2022-09-27T16:11:14.7852303Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-09-27T16:11:14.7852763Z ok (0.743s) 2022-09-27T16:11:14.8832397Z test_float_power_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:11:14.9827028Z test_float_power_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:11:15.0612613Z test_float_power_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:3999: RuntimeWarning: invalid value encountered in float_power 2022-09-27T16:11:15.0638346Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-09-27T16:11:15.0638828Z ok (0.081s) 2022-09-27T16:11:15.1442464Z test_float_power_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:3999: RuntimeWarning: invalid value encountered in float_power 2022-09-27T16:11:15.1443155Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-09-27T16:11:15.1468683Z ok (0.082s) 2022-09-27T16:11:15.2277862Z test_float_power_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:3999: RuntimeWarning: invalid value encountered in float_power 2022-09-27T16:11:15.2278596Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-09-27T16:11:15.2303011Z ok (0.083s) 2022-09-27T16:11:15.3131725Z test_float_power_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:11:15.3952640Z test_float_power_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:11:15.4216216Z test_float_power_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:11:15.4472578Z test_float_power_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:15.4728288Z test_float_power_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:15.4825521Z test_float_power_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:3999: RuntimeWarning: invalid value encountered in float_power 2022-09-27T16:11:15.4826321Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-09-27T16:11:15.4870116Z ok (0.014s) 2022-09-27T16:11:15.5050311Z test_float_power_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:11:15.5233576Z test_float_power_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:11:15.5370531Z test_float_power_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:11:15.5506008Z test_float_power_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:11:15.5641156Z test_float_power_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:11:15.5776576Z test_float_power_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:11:15.5912114Z test_float_power_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:11:15.6048680Z test_float_power_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:11:15.6184476Z test_float_power_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:11:15.6320564Z test_float_power_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:11:15.6600296Z test_float_power_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:11:15.7044819Z test_float_power_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:11:15.7488713Z test_float_power_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:11:15.7768087Z test_float_power_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:11:15.8052207Z test_float_power_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:11:15.8328350Z test_float_power_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:11:15.8608840Z test_float_power_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:11:15.8891019Z test_float_power_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:11:15.9174488Z test_float_power_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:11:15.9456226Z test_float_power_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:11:15.9736968Z test_float_power_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:11:15.9990740Z test_float_power_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:16.0411010Z test_float_power_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:11:16.0837948Z test_float_power_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:11:16.1092396Z test_float_power_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:16.1346173Z test_float_power_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:16.1598679Z test_float_power_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:16.1851652Z test_float_power_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:16.2104054Z test_float_power_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:16.2356803Z test_float_power_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:16.2609826Z test_float_power_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:16.2862051Z test_float_power_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:16.3115473Z test_float_power_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:16.3537785Z test_float_power_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:11:16.3957401Z test_float_power_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:11:16.4210315Z test_float_power_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:16.4462574Z test_float_power_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:16.4713551Z test_float_power_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:16.4964803Z test_float_power_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:16.5215914Z test_float_power_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:16.5468062Z test_float_power_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:16.5719862Z test_float_power_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:16.5972659Z test_float_power_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:16.6080369Z test_float_power_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:16.6381421Z test_float_power_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:11:16.6681971Z test_float_power_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:11:16.6789051Z test_float_power_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:16.6898021Z test_float_power_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:16.7004150Z test_float_power_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:16.7112360Z test_float_power_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:16.7221583Z test_float_power_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:16.7329178Z test_float_power_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:16.7435736Z test_float_power_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:16.7543676Z test_float_power_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:11:16.7796067Z test_float_power_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:16.8212961Z test_float_power_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:11:16.8630530Z test_float_power_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:11:16.8882922Z test_float_power_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:16.9137483Z test_float_power_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:16.9390900Z test_float_power_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:16.9644881Z test_float_power_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:16.9895828Z test_float_power_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:17.0146828Z test_float_power_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:17.0399888Z test_float_power_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:17.0650927Z test_float_power_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:17.0903204Z test_float_power_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:17.1321425Z test_float_power_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:11:17.1739984Z test_float_power_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:11:17.1993518Z test_float_power_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:17.2248160Z test_float_power_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:17.2504590Z test_float_power_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:17.2761325Z test_float_power_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:17.3015313Z test_float_power_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:17.3267741Z test_float_power_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:17.3519695Z test_float_power_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:17.3771789Z test_float_power_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:17.4024716Z test_float_power_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:17.4447067Z test_float_power_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:11:17.4866136Z test_float_power_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:11:17.5118883Z test_float_power_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:17.5373296Z test_float_power_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:17.5625798Z test_float_power_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:17.5879658Z test_float_power_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:17.6131244Z test_float_power_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:17.6382095Z test_float_power_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:17.6634637Z test_float_power_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:17.6885346Z test_float_power_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:17.7139818Z test_float_power_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:17.7556457Z test_float_power_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:11:17.7973941Z test_float_power_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:11:17.8228787Z test_float_power_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:17.8482304Z test_float_power_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:17.8734633Z test_float_power_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:17.8985159Z test_float_power_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:17.9236093Z test_float_power_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:17.9488440Z test_float_power_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:17.9742994Z test_float_power_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:18.0000685Z test_float_power_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:18.0259395Z test_float_power_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:18.0677733Z test_float_power_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:11:18.1098308Z test_float_power_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:11:18.1351621Z test_float_power_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:18.1604890Z test_float_power_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:18.1857392Z test_float_power_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:18.2110534Z test_float_power_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:18.2362425Z test_float_power_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:18.2614948Z test_float_power_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:18.2866349Z test_float_power_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:18.3116689Z test_float_power_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:18.3521508Z test_float_power_exceptions_cpu (__main__.TestBinaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _promo_helper test_binary_ufuncs.py line 4009 2022-09-27T16:11:18.3521889Z due to: 2022-09-27T16:11:18.3522065Z Traceback (most recent call last): 2022-09-27T16:11:18.3522484Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:18.3523178Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:18.3523831Z AssertionError: torch.* op returned non-Tensor bool call_method is_complex 2022-09-27T16:11:18.3524164Z 2022-09-27T16:11:18.3524304Z from user code: 2022-09-27T16:11:18.3524535Z File "test_binary_ufuncs.py", line 4013, in _promo_helper 2022-09-27T16:11:18.3524784Z elif type(i) == torch.Tensor and i.is_complex(): 2022-09-27T16:11:18.3524913Z 2022-09-27T16:11:18.3525044Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:18.3525269Z ========== 2022-09-27T16:11:18.3599869Z test_binary_ufuncs.py:4030: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:11:18.3600576Z torch.float_power(base, exp, out=out) 2022-09-27T16:11:18.3785454Z ok (0.066s) 2022-09-27T16:11:18.4457851Z test_float_scalar_pow_float_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-09-27T16:11:18.4458246Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:11:18.4527010Z test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:11:18.4527320Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:11:18.4626438Z ok (0.083s) 2022-09-27T16:11:18.4872118Z test_float_scalar_pow_float_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-09-27T16:11:18.4872499Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:11:18.4941706Z test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:11:18.4942008Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:11:18.5041527Z ok (0.041s) 2022-09-27T16:11:19.2870731Z test_floor_divide_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.782s) 2022-09-27T16:11:19.4917021Z test_floor_divide_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.204s) 2022-09-27T16:11:19.6953151Z test_floor_divide_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.203s) 2022-09-27T16:11:19.8983792Z test_floor_divide_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.203s) 2022-09-27T16:11:20.1010002Z test_floor_divide_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.202s) 2022-09-27T16:11:20.3026390Z test_floor_divide_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.201s) 2022-09-27T16:11:20.5032093Z test_floor_divide_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.200s) 2022-09-27T16:11:20.5285672Z test_floor_divide_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:20.5491295Z test_floor_divide_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:20.5688647Z test_floor_divide_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:20.5883875Z test_floor_divide_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:20.6076670Z test_floor_divide_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:20.6272041Z test_floor_divide_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:20.6469141Z test_floor_divide_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:22.2697655Z test_floor_divide_zero_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (1.622s) 2022-09-27T16:11:22.2894499Z test_floor_divide_zero_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:22.3059988Z test_floor_divide_zero_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:22.3226181Z test_floor_divide_zero_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:22.3391519Z test_floor_divide_zero_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:22.3449898Z test_fmod_remainder_by_zero_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:22.3470048Z test_fmod_remainder_by_zero_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:22.3489758Z test_fmod_remainder_by_zero_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:22.3652375Z test_fmod_remainder_by_zero_integral_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:22.3767968Z test_fmod_remainder_by_zero_integral_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:22.3882300Z test_fmod_remainder_by_zero_integral_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:22.3998679Z test_fmod_remainder_by_zero_integral_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:22.4114158Z test_fmod_remainder_by_zero_integral_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:22.5792375Z test_fmod_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.167s) 2022-09-27T16:11:22.7353325Z test_fmod_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.155s) 2022-09-27T16:11:22.7731190Z test_fmod_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:11:22.8450485Z test_fmod_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:11:22.9169918Z test_fmod_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:11:22.9885440Z test_fmod_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:11:23.0600531Z test_fmod_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:11:23.1328550Z test_fmod_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:11:23.1995504Z test_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:11:23.2380580Z test_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:11:23.2765391Z test_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:11:23.3143290Z test_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:11:23.3439936Z test_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:11:23.4145095Z test_heaviside_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:11:23.4527903Z test_heaviside_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:11:23.4957196Z test_heaviside_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:11:23.5342722Z test_heaviside_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:11:23.5653654Z test_heaviside_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary_ufuncs.py line 3135 2022-09-27T16:11:23.5654229Z due to: 2022-09-27T16:11:23.5654479Z Traceback (most recent call last): 2022-09-27T16:11:23.5654885Z File "/var/lib/jenkins/torchdynamo/torchdynamo/codegen.py", line 238, in create_load_const 2022-09-27T16:11:23.5655303Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-09-27T16:11:23.5655684Z AssertionError: unsafe constant torch.float64 2022-09-27T16:11:23.5655896Z 2022-09-27T16:11:23.5655993Z from user code: 2022-09-27T16:11:23.5656330Z File "test_binary_ufuncs.py", line 3137, in 2022-09-27T16:11:23.5656823Z input_dtype if (input_dtype != torch.bfloat16) else torch.float64 2022-09-27T16:11:23.5657106Z 2022-09-27T16:11:23.5657329Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:23.5657667Z ========== 2022-09-27T16:11:23.5664174Z ok (0.032s) 2022-09-27T16:11:23.5896747Z test_heaviside_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:11:23.6134845Z test_heaviside_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:23.6369705Z test_heaviside_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:23.6602509Z test_heaviside_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:23.6835445Z test_heaviside_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:23.7069290Z test_heaviside_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:23.7302478Z test_heaviside_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:23.7476842Z test_heaviside_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:11:23.7647634Z test_heaviside_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:23.7818561Z test_heaviside_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:23.7858068Z test_heaviside_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:23.8029569Z test_heaviside_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:23.8201549Z test_heaviside_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:23.8373151Z test_heaviside_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:23.8544241Z test_heaviside_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:23.8714615Z test_heaviside_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:23.8884342Z test_heaviside_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:23.9054324Z test_heaviside_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:23.9225896Z test_heaviside_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:23.9398012Z test_heaviside_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:11:23.9567724Z test_heaviside_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:23.9607970Z test_heaviside_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:23.9777037Z test_heaviside_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:23.9947287Z test_heaviside_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.0118707Z test_heaviside_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.0290524Z test_heaviside_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.0462224Z test_heaviside_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.0633016Z test_heaviside_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.0803723Z test_heaviside_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.0973952Z test_heaviside_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.1145169Z test_heaviside_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.1316311Z test_heaviside_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.1357750Z test_heaviside_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:24.1528561Z test_heaviside_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.1701666Z test_heaviside_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:11:24.1873588Z test_heaviside_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.2044039Z test_heaviside_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.2214707Z test_heaviside_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.2384762Z test_heaviside_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.2555217Z test_heaviside_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.2724982Z test_heaviside_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.2895810Z test_heaviside_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.3066142Z test_heaviside_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.3105589Z test_heaviside_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:24.3275142Z test_heaviside_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.3443991Z test_heaviside_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.3614076Z test_heaviside_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.3783197Z test_heaviside_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.3953803Z test_heaviside_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.4124293Z test_heaviside_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.4293954Z test_heaviside_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.4464042Z test_heaviside_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.4633385Z test_heaviside_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.4802711Z test_heaviside_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.4840371Z test_heaviside_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:24.5008485Z test_heaviside_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.5177418Z test_heaviside_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.5348606Z test_heaviside_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.5519547Z test_heaviside_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.5689260Z test_heaviside_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.5859779Z test_heaviside_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.6030718Z test_heaviside_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.6203777Z test_heaviside_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:11:24.6374515Z test_heaviside_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.6545822Z test_heaviside_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.6584457Z test_heaviside_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:24.6754941Z test_heaviside_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.6924808Z test_heaviside_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.7096006Z test_heaviside_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.7265942Z test_heaviside_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.7435961Z test_heaviside_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.7605300Z test_heaviside_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.7775584Z test_heaviside_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.7947096Z test_heaviside_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.8118197Z test_heaviside_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.8288545Z test_heaviside_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.8326113Z test_heaviside_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:24.8495039Z test_heaviside_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.8666027Z test_heaviside_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.8835677Z test_heaviside_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.9006122Z test_heaviside_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.9176518Z test_heaviside_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.9344828Z test_heaviside_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.9513701Z test_heaviside_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.9683955Z test_heaviside_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:24.9854569Z test_heaviside_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:25.0025118Z test_heaviside_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:25.0063280Z test_heaviside_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:25.0233331Z test_heaviside_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:25.0404317Z test_heaviside_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:25.0577164Z test_heaviside_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:11:25.0747609Z test_heaviside_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:25.0917659Z test_heaviside_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:25.1086618Z test_heaviside_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:25.1255937Z test_heaviside_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:25.1425438Z test_heaviside_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:25.1594276Z test_heaviside_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:25.1765753Z test_heaviside_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:25.1803539Z test_heaviside_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:25.1824308Z test_heaviside_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:11:25.2118385Z test_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:11:25.2359094Z test_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:25.2627525Z test_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:11:32.6653456Z test_idiv_and_ifloordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (7.402s) 2022-09-27T16:11:32.6819079Z test_inplace_division_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:32.6834792Z test_inplace_dunders_cpu (__main__.TestBinaryUfuncsCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-09-27T16:11:33.2913260Z test_int_and_float_pow_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-09-27T16:11:33.2913886Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:11:33.3934810Z test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-09-27T16:11:33.3935441Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:11:33.5412342Z ok (0.857s) 2022-09-27T16:11:33.5619820Z test_int_tensor_pow_neg_ints_cpu (__main__.TestBinaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary_ufuncs.py line 1395 2022-09-27T16:11:33.5620367Z due to: 2022-09-27T16:11:33.5620695Z Traceback (most recent call last): 2022-09-27T16:11:33.5621081Z File "test_binary_ufuncs.py", line 1384, in _test_pow 2022-09-27T16:11:33.5621512Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:11:33.5621991Z ValueError: Integers to negative integer powers are not allowed. 2022-09-27T16:11:33.5622265Z 2022-09-27T16:11:33.5622481Z During handling of the above exception, another exception occurred: 2022-09-27T16:11:33.5622762Z 2022-09-27T16:11:33.5622912Z Traceback (most recent call last): 2022-09-27T16:11:33.5623502Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:11:33.5623971Z return self._op(*args, **kwargs or {}) 2022-09-27T16:11:33.5624388Z RuntimeError: Integers to negative integer powers are not allowed. 2022-09-27T16:11:33.5624665Z 2022-09-27T16:11:33.5624896Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:33.5625175Z 2022-09-27T16:11:33.5625326Z Traceback (most recent call last): 2022-09-27T16:11:33.5625793Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:33.5626241Z raise TorchRuntimeError() from e 2022-09-27T16:11:33.5626633Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:33.5626873Z 2022-09-27T16:11:33.5626991Z from user code: 2022-09-27T16:11:33.5627330Z File "test_binary_ufuncs.py", line 1395, in 2022-09-27T16:11:33.5627703Z lambda: base.pow(exponent), 2022-09-27T16:11:33.5627907Z 2022-09-27T16:11:33.5628123Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:33.5628477Z ========== 2022-09-27T16:11:33.5726724Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary_ufuncs.py line 1396 2022-09-27T16:11:33.5727156Z due to: 2022-09-27T16:11:33.5727469Z Traceback (most recent call last): 2022-09-27T16:11:33.5727843Z File "test_binary_ufuncs.py", line 1384, in _test_pow 2022-09-27T16:11:33.5728263Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:11:33.5728736Z ValueError: Integers to negative integer powers are not allowed. 2022-09-27T16:11:33.5729006Z 2022-09-27T16:11:33.5729222Z During handling of the above exception, another exception occurred: 2022-09-27T16:11:33.5729502Z 2022-09-27T16:11:33.5729812Z Traceback (most recent call last): 2022-09-27T16:11:33.5730402Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:11:33.5730846Z return self._op(*args, **kwargs or {}) 2022-09-27T16:11:33.5731268Z RuntimeError: Integers to negative integer powers are not allowed. 2022-09-27T16:11:33.5731540Z 2022-09-27T16:11:33.5731770Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:33.5732047Z 2022-09-27T16:11:33.5732200Z Traceback (most recent call last): 2022-09-27T16:11:33.5732673Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:33.5733117Z raise TorchRuntimeError() from e 2022-09-27T16:11:33.5733505Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:33.5733740Z 2022-09-27T16:11:33.5733855Z from user code: 2022-09-27T16:11:33.5734192Z File "test_binary_ufuncs.py", line 1396, in 2022-09-27T16:11:33.5734567Z lambda: base.pow_(exponent), 2022-09-27T16:11:33.5734772Z 2022-09-27T16:11:33.5734995Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:33.5735345Z ========== 2022-09-27T16:11:33.5831604Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary_ufuncs.py line 1397 2022-09-27T16:11:33.5832050Z due to: 2022-09-27T16:11:33.5832356Z Traceback (most recent call last): 2022-09-27T16:11:33.5832738Z File "test_binary_ufuncs.py", line 1384, in _test_pow 2022-09-27T16:11:33.5833288Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:11:33.5833736Z ValueError: Integers to negative integer powers are not allowed. 2022-09-27T16:11:33.5834006Z 2022-09-27T16:11:33.5834220Z During handling of the above exception, another exception occurred: 2022-09-27T16:11:33.5834498Z 2022-09-27T16:11:33.5834648Z Traceback (most recent call last): 2022-09-27T16:11:33.5835222Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:11:33.5835668Z return self._op(*args, **kwargs or {}) 2022-09-27T16:11:33.5836088Z RuntimeError: Integers to negative integer powers are not allowed. 2022-09-27T16:11:33.5836363Z 2022-09-27T16:11:33.5836587Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:33.5836863Z 2022-09-27T16:11:33.5837015Z Traceback (most recent call last): 2022-09-27T16:11:33.5837465Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:33.5837923Z raise TorchRuntimeError() from e 2022-09-27T16:11:33.5838310Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:33.5838549Z 2022-09-27T16:11:33.5838663Z from user code: 2022-09-27T16:11:33.5838994Z File "test_binary_ufuncs.py", line 1397, in 2022-09-27T16:11:33.5839379Z lambda: torch.pow(base, exponent), 2022-09-27T16:11:33.5839599Z 2022-09-27T16:11:33.5839818Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:33.5840168Z ========== 2022-09-27T16:11:33.5965401Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary_ufuncs.py line 1398 2022-09-27T16:11:33.5965888Z due to: 2022-09-27T16:11:33.5966193Z Traceback (most recent call last): 2022-09-27T16:11:33.5966588Z File "test_binary_ufuncs.py", line 1384, in _test_pow 2022-09-27T16:11:33.5967011Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:11:33.5967474Z ValueError: Integers to negative integer powers are not allowed. 2022-09-27T16:11:33.5967915Z 2022-09-27T16:11:33.5968155Z During handling of the above exception, another exception occurred: 2022-09-27T16:11:33.5968433Z 2022-09-27T16:11:33.5968588Z Traceback (most recent call last): 2022-09-27T16:11:33.5969178Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:11:33.5969614Z return self._op(*args, **kwargs or {}) 2022-09-27T16:11:33.5970052Z RuntimeError: Integers to negative integer powers are not allowed. 2022-09-27T16:11:33.5970329Z 2022-09-27T16:11:33.5970628Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:33.5970906Z 2022-09-27T16:11:33.5971070Z Traceback (most recent call last): 2022-09-27T16:11:33.5971525Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:33.5971989Z raise TorchRuntimeError() from e 2022-09-27T16:11:33.5972383Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:33.5972623Z 2022-09-27T16:11:33.5972721Z from user code: 2022-09-27T16:11:33.5973074Z File "test_binary_ufuncs.py", line 1398, in 2022-09-27T16:11:33.5973489Z lambda: torch.pow(base, exponent, out=out), 2022-09-27T16:11:33.5973722Z 2022-09-27T16:11:33.5973940Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:33.5974288Z ========== 2022-09-27T16:11:33.6384487Z ok (0.097s) 2022-09-27T16:11:33.6909600Z test_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:11:33.7241773Z test_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:11:33.7575412Z test_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:11:33.8465457Z test_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:11:33.8733653Z test_lerp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:3353: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:11:33.8734528Z torch.lerp(start, end, weight, out=actual_out) 2022-09-27T16:11:33.8747840Z test_binary_ufuncs.py:3353: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:11:33.8748472Z torch.lerp(start, end, weight, out=actual_out) 2022-09-27T16:11:33.9141104Z ok (0.067s) 2022-09-27T16:11:33.9613472Z test_lerp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:11:33.9825518Z test_lerp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:34.0019545Z test_lerp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:34.0040646Z test_lerp_lowp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:11:34.0061087Z test_lerp_lowp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:11:34.3059663Z test_logaddexp2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.299s) 2022-09-27T16:11:34.4270308Z test_logaddexp2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:11:34.5207645Z test_logaddexp2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:11:34.7255380Z test_logaddexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.204s) 2022-09-27T16:11:34.7758737Z test_logaddexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:11:34.8250556Z test_logaddexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:11:35.0114743Z test_logical_and_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.186s) 2022-09-27T16:11:35.0423360Z test_logical_and_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:11:35.0730473Z test_logical_and_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... :5: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T16:11:35.0732916Z ok (0.031s) 2022-09-27T16:11:35.1028279Z test_logical_and_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:11:35.1324009Z test_logical_and_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:11:35.1625606Z test_logical_and_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:11:35.1926289Z test_logical_and_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:11:35.2240488Z test_logical_and_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:11:35.2264343Z test_logical_and_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:35.2282869Z test_logical_and_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2300456Z test_logical_and_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2317847Z test_logical_and_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2334445Z test_logical_and_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2350789Z test_logical_and_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2367402Z test_logical_and_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2384083Z test_logical_and_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2400590Z test_logical_and_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2417102Z test_logical_and_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2433511Z test_logical_and_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2450179Z test_logical_and_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2466540Z test_logical_and_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2482972Z test_logical_and_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2499450Z test_logical_and_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2516145Z test_logical_and_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2533535Z test_logical_and_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2550773Z test_logical_and_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2567939Z test_logical_and_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2584877Z test_logical_and_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2601950Z test_logical_and_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2618818Z test_logical_and_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2635916Z test_logical_and_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2653218Z test_logical_and_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2670031Z test_logical_and_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2690405Z test_logical_and_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:35.2707548Z test_logical_and_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2724704Z test_logical_and_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2742233Z test_logical_and_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2759126Z test_logical_and_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2776755Z test_logical_and_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2793714Z test_logical_and_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2811026Z test_logical_and_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2827849Z test_logical_and_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2844812Z test_logical_and_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2861743Z test_logical_and_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2878815Z test_logical_and_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2895556Z test_logical_and_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2912247Z test_logical_and_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2929351Z test_logical_and_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2946178Z test_logical_and_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2962987Z test_logical_and_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2979609Z test_logical_and_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.2996641Z test_logical_and_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3013145Z test_logical_and_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3029880Z test_logical_and_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3046745Z test_logical_and_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3063397Z test_logical_and_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3080312Z test_logical_and_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3097163Z test_logical_and_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3113920Z test_logical_and_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3130601Z test_logical_and_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3149415Z test_logical_and_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3166280Z test_logical_and_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3183244Z test_logical_and_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3200151Z test_logical_and_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3216665Z test_logical_and_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3233464Z test_logical_and_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3250572Z test_logical_and_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3266949Z test_logical_and_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3283580Z test_logical_and_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3300446Z test_logical_and_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3317348Z test_logical_and_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3333944Z test_logical_and_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3350508Z test_logical_and_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3367689Z test_logical_and_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3384163Z test_logical_and_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3400917Z test_logical_and_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3417557Z test_logical_and_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3434187Z test_logical_and_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3450784Z test_logical_and_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3467144Z test_logical_and_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3483746Z test_logical_and_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3501056Z test_logical_and_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3517226Z test_logical_and_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3533629Z test_logical_and_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3550099Z test_logical_and_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3566182Z test_logical_and_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3582358Z test_logical_and_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3600772Z test_logical_and_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3617274Z test_logical_and_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3633641Z test_logical_and_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3649910Z test_logical_and_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3665998Z test_logical_and_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3682181Z test_logical_and_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3698557Z test_logical_and_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3714884Z test_logical_and_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3731036Z test_logical_and_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3747395Z test_logical_and_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3763920Z test_logical_and_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3780140Z test_logical_and_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3796218Z test_logical_and_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3812259Z test_logical_and_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3828301Z test_logical_and_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3844551Z test_logical_and_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3861057Z test_logical_and_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3876888Z test_logical_and_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3892950Z test_logical_and_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3908988Z test_logical_and_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3925117Z test_logical_and_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3941211Z test_logical_and_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3957627Z test_logical_and_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3973684Z test_logical_and_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.3989714Z test_logical_and_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4006671Z test_logical_and_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4022437Z test_logical_and_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4041074Z test_logical_and_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4056956Z test_logical_and_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4073691Z test_logical_and_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4089614Z test_logical_and_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4105886Z test_logical_and_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4121931Z test_logical_and_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4138155Z test_logical_and_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4154512Z test_logical_and_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4171164Z test_logical_and_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4187373Z test_logical_and_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4203604Z test_logical_and_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4219912Z test_logical_and_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4236334Z test_logical_and_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4252212Z test_logical_and_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4268426Z test_logical_and_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4284547Z test_logical_and_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4301858Z test_logical_and_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4317734Z test_logical_and_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4334089Z test_logical_and_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4350082Z test_logical_and_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4366649Z test_logical_and_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4382738Z test_logical_and_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4399037Z test_logical_and_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4415212Z test_logical_and_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4431238Z test_logical_and_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4447571Z test_logical_and_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4463698Z test_logical_and_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4481914Z test_logical_and_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4498218Z test_logical_and_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.4514765Z test_logical_and_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:35.6860647Z test_logical_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.234s) 2022-09-27T16:11:35.8015563Z test_logical_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-09-27T16:11:35.9150224Z test_logical_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:11:36.0293856Z test_logical_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:11:36.3240414Z test_logical_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.294s) 2022-09-27T16:11:36.4458903Z test_logical_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:11:36.5671692Z test_logical_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:11:36.6867102Z test_logical_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.119s) 2022-09-27T16:11:36.6914487Z test_logical_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:36.6959288Z test_logical_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:36.8477579Z test_logical_or_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.151s) 2022-09-27T16:11:36.8497839Z test_logical_or_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:36.8516704Z test_logical_or_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8534253Z test_logical_or_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8551204Z test_logical_or_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8568246Z test_logical_or_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8584881Z test_logical_or_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8601729Z test_logical_or_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8618463Z test_logical_or_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8635535Z test_logical_or_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8653303Z test_logical_or_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8669886Z test_logical_or_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8686395Z test_logical_or_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8702157Z test_logical_or_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8718771Z test_logical_or_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8735265Z test_logical_or_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8751587Z test_logical_or_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8768092Z test_logical_or_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8784431Z test_logical_or_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8800901Z test_logical_or_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8817262Z test_logical_or_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8833731Z test_logical_or_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8850254Z test_logical_or_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8866532Z test_logical_or_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8892791Z test_logical_or_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:36.8909810Z test_logical_or_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8926805Z test_logical_or_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8943893Z test_logical_or_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8960972Z test_logical_or_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8978169Z test_logical_or_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.8994869Z test_logical_or_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9011954Z test_logical_or_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9028863Z test_logical_or_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9045971Z test_logical_or_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9063065Z test_logical_or_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9080293Z test_logical_or_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9097255Z test_logical_or_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9114530Z test_logical_or_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9131539Z test_logical_or_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9148213Z test_logical_or_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9165632Z test_logical_or_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9182596Z test_logical_or_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9199738Z test_logical_or_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9216616Z test_logical_or_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9233596Z test_logical_or_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9251484Z test_logical_or_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9269687Z test_logical_or_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9286646Z test_logical_or_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9303514Z test_logical_or_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9319974Z test_logical_or_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9337226Z test_logical_or_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9356536Z test_logical_or_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:36.9373206Z test_logical_or_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9389620Z test_logical_or_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9406412Z test_logical_or_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9423036Z test_logical_or_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9439743Z test_logical_or_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9456380Z test_logical_or_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9473081Z test_logical_or_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9490490Z test_logical_or_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9508254Z test_logical_or_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9526086Z test_logical_or_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9542848Z test_logical_or_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9559691Z test_logical_or_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9576340Z test_logical_or_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9593168Z test_logical_or_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9609647Z test_logical_or_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9626131Z test_logical_or_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9642953Z test_logical_or_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9659601Z test_logical_or_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9676413Z test_logical_or_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9693046Z test_logical_or_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9709671Z test_logical_or_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9726659Z test_logical_or_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9743595Z test_logical_or_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9761574Z test_logical_or_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9779650Z test_logical_or_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9796754Z test_logical_or_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9816565Z test_logical_or_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:36.9833649Z test_logical_or_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9850677Z test_logical_or_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9867668Z test_logical_or_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9884520Z test_logical_or_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9901845Z test_logical_or_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9918405Z test_logical_or_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9935293Z test_logical_or_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9951675Z test_logical_or_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9968569Z test_logical_or_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:36.9985042Z test_logical_or_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0002028Z test_logical_or_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0019607Z test_logical_or_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0036895Z test_logical_or_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0053804Z test_logical_or_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0069873Z test_logical_or_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0086342Z test_logical_or_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0102727Z test_logical_or_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0118912Z test_logical_or_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0135079Z test_logical_or_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0151290Z test_logical_or_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0167754Z test_logical_or_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0183788Z test_logical_or_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0200457Z test_logical_or_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0216462Z test_logical_or_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0232548Z test_logical_or_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0248812Z test_logical_or_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0272319Z test_logical_or_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:37.0290169Z test_logical_or_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0306416Z test_logical_or_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0322712Z test_logical_or_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0338822Z test_logical_or_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0354844Z test_logical_or_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0371062Z test_logical_or_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0387183Z test_logical_or_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0403910Z test_logical_or_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0420221Z test_logical_or_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0436815Z test_logical_or_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0453018Z test_logical_or_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0469006Z test_logical_or_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0485231Z test_logical_or_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0501553Z test_logical_or_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0517813Z test_logical_or_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0534031Z test_logical_or_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0550100Z test_logical_or_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0566524Z test_logical_or_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0582744Z test_logical_or_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0599010Z test_logical_or_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0615217Z test_logical_or_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0631521Z test_logical_or_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0648330Z test_logical_or_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0664891Z test_logical_or_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0681668Z test_logical_or_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0698562Z test_logical_or_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0717773Z test_logical_or_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0734414Z test_logical_or_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0751002Z test_logical_or_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0767636Z test_logical_or_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0784153Z test_logical_or_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0800703Z test_logical_or_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0817378Z test_logical_or_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0833774Z test_logical_or_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0850331Z test_logical_or_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0866739Z test_logical_or_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0883333Z test_logical_or_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.0899603Z test_logical_or_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2428036Z test_logical_xor_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.152s) 2022-09-27T16:11:37.2449651Z test_logical_xor_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:37.2469395Z test_logical_xor_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2488107Z test_logical_xor_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2505971Z test_logical_xor_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2523982Z test_logical_xor_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2542094Z test_logical_xor_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2559190Z test_logical_xor_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2576681Z test_logical_xor_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2594419Z test_logical_xor_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2611702Z test_logical_xor_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2628894Z test_logical_xor_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2646009Z test_logical_xor_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2662816Z test_logical_xor_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2679702Z test_logical_xor_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2703401Z test_logical_xor_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:37.2720240Z test_logical_xor_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2736935Z test_logical_xor_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2753636Z test_logical_xor_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2770399Z test_logical_xor_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2786754Z test_logical_xor_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2803162Z test_logical_xor_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2819571Z test_logical_xor_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2836056Z test_logical_xor_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2853453Z test_logical_xor_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2870592Z test_logical_xor_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2887686Z test_logical_xor_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2904522Z test_logical_xor_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2921556Z test_logical_xor_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2938579Z test_logical_xor_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2955847Z test_logical_xor_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2972705Z test_logical_xor_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.2989801Z test_logical_xor_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3006969Z test_logical_xor_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3023635Z test_logical_xor_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3040723Z test_logical_xor_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3057766Z test_logical_xor_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3074789Z test_logical_xor_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3091756Z test_logical_xor_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3108458Z test_logical_xor_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3125484Z test_logical_xor_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3142332Z test_logical_xor_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3161813Z test_logical_xor_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:37.3178804Z test_logical_xor_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3196522Z test_logical_xor_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3214077Z test_logical_xor_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3230747Z test_logical_xor_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3247936Z test_logical_xor_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3264901Z test_logical_xor_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3281741Z test_logical_xor_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3298985Z test_logical_xor_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3316042Z test_logical_xor_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3332938Z test_logical_xor_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3350063Z test_logical_xor_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3366984Z test_logical_xor_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3383761Z test_logical_xor_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3400670Z test_logical_xor_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3417496Z test_logical_xor_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3434476Z test_logical_xor_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3451361Z test_logical_xor_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3468397Z test_logical_xor_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3485568Z test_logical_xor_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3502381Z test_logical_xor_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3519190Z test_logical_xor_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3536105Z test_logical_xor_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3552733Z test_logical_xor_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3570075Z test_logical_xor_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3586705Z test_logical_xor_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3603472Z test_logical_xor_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3622764Z test_logical_xor_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3639777Z test_logical_xor_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3656483Z test_logical_xor_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3673437Z test_logical_xor_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3690352Z test_logical_xor_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3707066Z test_logical_xor_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3724068Z test_logical_xor_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3741126Z test_logical_xor_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3758276Z test_logical_xor_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3775268Z test_logical_xor_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3792162Z test_logical_xor_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3809329Z test_logical_xor_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3826330Z test_logical_xor_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3843307Z test_logical_xor_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3860147Z test_logical_xor_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3876891Z test_logical_xor_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3893573Z test_logical_xor_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3910018Z test_logical_xor_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3926702Z test_logical_xor_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3943402Z test_logical_xor_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3959901Z test_logical_xor_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3976284Z test_logical_xor_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.3992388Z test_logical_xor_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4008969Z test_logical_xor_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4025275Z test_logical_xor_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4041840Z test_logical_xor_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4058195Z test_logical_xor_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4077111Z test_logical_xor_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4093643Z test_logical_xor_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4110054Z test_logical_xor_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4126698Z test_logical_xor_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4143169Z test_logical_xor_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4160190Z test_logical_xor_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4176848Z test_logical_xor_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4193292Z test_logical_xor_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4209776Z test_logical_xor_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4226205Z test_logical_xor_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4242732Z test_logical_xor_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4259107Z test_logical_xor_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4275545Z test_logical_xor_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4291736Z test_logical_xor_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4308120Z test_logical_xor_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4324468Z test_logical_xor_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4340912Z test_logical_xor_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4357404Z test_logical_xor_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4373898Z test_logical_xor_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4390086Z test_logical_xor_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4406472Z test_logical_xor_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4422768Z test_logical_xor_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4439200Z test_logical_xor_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4455471Z test_logical_xor_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4471817Z test_logical_xor_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4488648Z test_logical_xor_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4504772Z test_logical_xor_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4523646Z test_logical_xor_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4540202Z test_logical_xor_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4556997Z test_logical_xor_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4573651Z test_logical_xor_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4590103Z test_logical_xor_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4606158Z test_logical_xor_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4622513Z test_logical_xor_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4638831Z test_logical_xor_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4655158Z test_logical_xor_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4671415Z test_logical_xor_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4687943Z test_logical_xor_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4704136Z test_logical_xor_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4720647Z test_logical_xor_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4736919Z test_logical_xor_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4753926Z test_logical_xor_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4770208Z test_logical_xor_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4786221Z test_logical_xor_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4802531Z test_logical_xor_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4818854Z test_logical_xor_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4835435Z test_logical_xor_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.4851595Z test_logical_xor_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:37.7171834Z test_logical_xor_with_nontrivial_alignment_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.231s) 2022-09-27T16:11:37.7386052Z test_long_tensor_pow_floats_cpu (__main__.TestBinaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary_ufuncs.py line 1425 2022-09-27T16:11:37.7386473Z due to: 2022-09-27T16:11:37.7386683Z Traceback (most recent call last): 2022-09-27T16:11:37.7387033Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:11:37.7387314Z return self._op(*args, **kwargs or {}) 2022-09-27T16:11:37.7387554Z RuntimeError: Found dtype Long but expected Float 2022-09-27T16:11:37.7387703Z 2022-09-27T16:11:37.7387826Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:37.7387999Z 2022-09-27T16:11:37.7388092Z Traceback (most recent call last): 2022-09-27T16:11:37.7388371Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:37.7388648Z raise TorchRuntimeError() from e 2022-09-27T16:11:37.7388869Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:37.7389012Z 2022-09-27T16:11:37.7389081Z from user code: 2022-09-27T16:11:37.7389293Z File "test_binary_ufuncs.py", line 1425, in 2022-09-27T16:11:37.7389509Z lambda: actual.pow_(exponent), 2022-09-27T16:11:37.7389634Z 2022-09-27T16:11:37.7389767Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:37.7389987Z ========== 2022-09-27T16:11:37.7673028Z ok (0.050s) 2022-09-27T16:11:37.8327220Z test_maximum_and_minimum_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:11:37.8769918Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:11:37.9209137Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:11:37.9648234Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:11:37.9773870Z test_maximum_and_minimum_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:11:37.9893677Z test_maximum_and_minimum_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:38.0014308Z test_maximum_and_minimum_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:38.0132711Z test_maximum_and_minimum_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:38.0163940Z test_maximum_and_minimum_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:38.0192063Z test_maximum_and_minimum_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:38.0219816Z test_maximum_and_minimum_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:38.0247212Z test_maximum_and_minimum_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:38.0274613Z test_maximum_and_minimum_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:38.0301959Z test_maximum_and_minimum_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:38.0329208Z test_maximum_and_minimum_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:38.0355601Z test_maximum_and_minimum_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:38.0934778Z test_maximum_minimum_complex_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:11:38.1454090Z test_maximum_minimum_complex_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:11:38.1971073Z test_maximum_minimum_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:11:38.2488154Z test_maximum_minimum_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:11:38.3003724Z test_maximum_minimum_complex_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:11:38.3519584Z test_maximum_minimum_complex_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:11:38.4040387Z test_maximum_minimum_complex_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:11:38.4562344Z test_maximum_minimum_complex_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:11:38.5084047Z test_maximum_minimum_complex_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:11:38.5601610Z test_maximum_minimum_complex_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:11:38.6118095Z test_maximum_minimum_complex_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:11:38.6635491Z test_maximum_minimum_complex_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:11:38.7157570Z test_maximum_minimum_complex_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:11:38.7677207Z test_maximum_minimum_complex_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:11:38.8196315Z test_maximum_minimum_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:11:38.8715780Z test_maximum_minimum_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:11:38.9234271Z test_maximum_minimum_complex_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:11:38.9751569Z test_maximum_minimum_complex_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:11:39.0269784Z test_maximum_minimum_complex_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:11:39.0788934Z test_maximum_minimum_complex_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:11:39.1306879Z test_maximum_minimum_complex_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:11:39.1828337Z test_maximum_minimum_complex_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:11:39.2349292Z test_maximum_minimum_complex_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:11:39.2869262Z test_maximum_minimum_complex_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:11:39.2891975Z test_maximum_minimum_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:11:39.3435891Z test_maximum_minimum_float_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:11:39.3604496Z test_maximum_minimum_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary_ufuncs.py line 2128 2022-09-27T16:11:39.3604964Z due to: 2022-09-27T16:11:39.3605141Z Traceback (most recent call last): 2022-09-27T16:11:39.3605429Z File "/var/lib/jenkins/torchdynamo/torchdynamo/codegen.py", line 238, in create_load_const 2022-09-27T16:11:39.3606065Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-09-27T16:11:39.3606385Z AssertionError: unsafe constant torch.float16 2022-09-27T16:11:39.3606525Z 2022-09-27T16:11:39.3606597Z from user code: 2022-09-27T16:11:39.3606856Z File "test_binary_ufuncs.py", line 2128, in 2022-09-27T16:11:39.3607228Z a_np = np.random.randn(10).astype(torch_to_numpy_dtype_dict[dtype]) 2022-09-27T16:11:39.3607400Z 2022-09-27T16:11:39.3607520Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:39.3607742Z ========== 2022-09-27T16:11:39.3621324Z ok (0.018s) 2022-09-27T16:11:39.3736483Z test_maximum_minimum_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:39.3849056Z test_maximum_minimum_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:11:39.4237464Z test_maximum_minimum_float_nan_and_inf_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:11:39.4327562Z test_maximum_minimum_float_nan_and_inf_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_maximum_minimum_float_nan_and_inf test_binary_ufuncs.py line 2147 2022-09-27T16:11:39.4328112Z due to: 2022-09-27T16:11:39.4328326Z Traceback (most recent call last): 2022-09-27T16:11:39.4328614Z File "/var/lib/jenkins/torchdynamo/torchdynamo/codegen.py", line 238, in create_load_const 2022-09-27T16:11:39.4328922Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-09-27T16:11:39.4329188Z AssertionError: unsafe constant torch.float16 2022-09-27T16:11:39.4329319Z 2022-09-27T16:11:39.4329391Z from user code: 2022-09-27T16:11:39.4329639Z File "test_binary_ufuncs.py", line 2181, in test_maximum_minimum_float_nan_and_inf 2022-09-27T16:11:39.4329939Z a_np = np.array(a_vals, dtype=torch_to_numpy_dtype_dict[dtype]) 2022-09-27T16:11:39.4330098Z 2022-09-27T16:11:39.4330217Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:39.4330439Z ========== 2022-09-27T16:11:39.4343672Z ok (0.010s) 2022-09-27T16:11:39.4387637Z test_maximum_minimum_float_nan_and_inf_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:39.4429132Z test_maximum_minimum_float_nan_and_inf_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:39.4516039Z test_maximum_minimum_forward_ad_float32_cpu (__main__.TestBinaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_maximum_minimum_forward_ad_float32 test_binary_ufuncs.py line 2295 2022-09-27T16:11:39.4516691Z due to: 2022-09-27T16:11:39.4516883Z Traceback (most recent call last): 2022-09-27T16:11:39.4517156Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:39.4517604Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:39.4518087Z AssertionError: torch.* op returned non-Tensor dual_level call_function 2022-09-27T16:11:39.4518310Z 2022-09-27T16:11:39.4518373Z from user code: 2022-09-27T16:11:39.4518624Z File "test_binary_ufuncs.py", line 2304, in test_maximum_minimum_forward_ad_float32 2022-09-27T16:11:39.4518871Z with fwAD.dual_level(): 2022-09-27T16:11:39.4518991Z 2022-09-27T16:11:39.4519122Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:39.4519548Z ========== 2022-09-27T16:11:39.4524083Z ok (0.009s) 2022-09-27T16:11:39.4789344Z test_maximum_minimum_int_and_bool_cpu_bool (__main__.TestBinaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary_ufuncs.py line 2091 2022-09-27T16:11:39.4789985Z due to: 2022-09-27T16:11:39.4790263Z Traceback (most recent call last): 2022-09-27T16:11:39.4790551Z File "/var/lib/jenkins/torchdynamo/torchdynamo/codegen.py", line 238, in create_load_const 2022-09-27T16:11:39.4790856Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-09-27T16:11:39.4791388Z AssertionError: unsafe constant torch.bool 2022-09-27T16:11:39.4791534Z 2022-09-27T16:11:39.4791606Z from user code: 2022-09-27T16:11:39.4791926Z File "test_binary_ufuncs.py", line 2091, in 2022-09-27T16:11:39.4792315Z rng.integers(-100, 100, size=10), dtype=torch_to_numpy_dtype_dict[dtype] 2022-09-27T16:11:39.4792513Z 2022-09-27T16:11:39.4792685Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:39.4793061Z ========== 2022-09-27T16:11:39.4800877Z ok (0.027s) 2022-09-27T16:11:39.4836328Z test_maximum_minimum_int_and_bool_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:39.4870027Z test_maximum_minimum_int_and_bool_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:39.4902043Z test_maximum_minimum_int_and_bool_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:39.4934068Z test_maximum_minimum_int_and_bool_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:39.4966394Z test_maximum_minimum_int_and_bool_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:39.5044586Z test_maximum_minimum_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_maximum_minimum_type_promotion test_binary_ufuncs.py line 2061 2022-09-27T16:11:39.5045295Z due to: 2022-09-27T16:11:39.5045598Z Traceback (most recent call last): 2022-09-27T16:11:39.5045945Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:39.5046393Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:39.5046898Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:11:39.5047128Z 2022-09-27T16:11:39.5047200Z from user code: 2022-09-27T16:11:39.5047439Z File "test_binary_ufuncs.py", line 2079, in test_maximum_minimum_type_promotion 2022-09-27T16:11:39.5047736Z self.assertEqual(result.dtype, torch.result_type(a, b)) 2022-09-27T16:11:39.5047892Z 2022-09-27T16:11:39.5048024Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:39.5048230Z ========== 2022-09-27T16:11:39.5050230Z ok (0.008s) 2022-09-27T16:11:39.5072144Z test_maximum_minimum_type_promotion_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5093373Z test_maximum_minimum_type_promotion_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5113763Z test_maximum_minimum_type_promotion_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5133930Z test_maximum_minimum_type_promotion_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5153969Z test_maximum_minimum_type_promotion_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5174046Z test_maximum_minimum_type_promotion_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5193967Z test_maximum_minimum_type_promotion_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5213923Z test_maximum_minimum_type_promotion_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5233821Z test_maximum_minimum_type_promotion_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5253817Z test_maximum_minimum_type_promotion_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5273633Z test_maximum_minimum_type_promotion_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5293439Z test_maximum_minimum_type_promotion_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5313743Z test_maximum_minimum_type_promotion_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5333733Z test_maximum_minimum_type_promotion_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5353438Z test_maximum_minimum_type_promotion_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5372826Z test_maximum_minimum_type_promotion_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5392494Z test_maximum_minimum_type_promotion_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5412357Z test_maximum_minimum_type_promotion_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5431900Z test_maximum_minimum_type_promotion_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5451806Z test_maximum_minimum_type_promotion_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5471450Z test_maximum_minimum_type_promotion_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5491350Z test_maximum_minimum_type_promotion_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5510930Z test_maximum_minimum_type_promotion_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5530910Z test_maximum_minimum_type_promotion_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5550388Z test_maximum_minimum_type_promotion_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5570353Z test_maximum_minimum_type_promotion_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5590055Z test_maximum_minimum_type_promotion_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5613371Z test_maximum_minimum_type_promotion_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5633428Z test_maximum_minimum_type_promotion_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5653300Z test_maximum_minimum_type_promotion_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5673224Z test_maximum_minimum_type_promotion_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5693255Z test_maximum_minimum_type_promotion_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5713030Z test_maximum_minimum_type_promotion_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5733255Z test_maximum_minimum_type_promotion_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5753324Z test_maximum_minimum_type_promotion_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5773162Z test_maximum_minimum_type_promotion_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5793001Z test_maximum_minimum_type_promotion_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5813287Z test_maximum_minimum_type_promotion_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5832734Z test_maximum_minimum_type_promotion_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5853239Z test_maximum_minimum_type_promotion_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5873294Z test_maximum_minimum_type_promotion_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5893589Z test_maximum_minimum_type_promotion_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5913455Z test_maximum_minimum_type_promotion_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5933281Z test_maximum_minimum_type_promotion_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5953439Z test_maximum_minimum_type_promotion_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5973372Z test_maximum_minimum_type_promotion_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.5993081Z test_maximum_minimum_type_promotion_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6012736Z test_maximum_minimum_type_promotion_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6032150Z test_maximum_minimum_type_promotion_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6051655Z test_maximum_minimum_type_promotion_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6071264Z test_maximum_minimum_type_promotion_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6090842Z test_maximum_minimum_type_promotion_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6109899Z test_maximum_minimum_type_promotion_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6129448Z test_maximum_minimum_type_promotion_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6148559Z test_maximum_minimum_type_promotion_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6170668Z test_maximum_minimum_type_promotion_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6190183Z test_maximum_minimum_type_promotion_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6210299Z test_maximum_minimum_type_promotion_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6229516Z test_maximum_minimum_type_promotion_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6249659Z test_maximum_minimum_type_promotion_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6269261Z test_maximum_minimum_type_promotion_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6289127Z test_maximum_minimum_type_promotion_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6308714Z test_maximum_minimum_type_promotion_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6328873Z test_maximum_minimum_type_promotion_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6348634Z test_maximum_minimum_type_promotion_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6368370Z test_maximum_minimum_type_promotion_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6387783Z test_maximum_minimum_type_promotion_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6407867Z test_maximum_minimum_type_promotion_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6427461Z test_maximum_minimum_type_promotion_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6447606Z test_maximum_minimum_type_promotion_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6467568Z test_maximum_minimum_type_promotion_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6487537Z test_maximum_minimum_type_promotion_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6507452Z test_maximum_minimum_type_promotion_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6527170Z test_maximum_minimum_type_promotion_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6546701Z test_maximum_minimum_type_promotion_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6566982Z test_maximum_minimum_type_promotion_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6586581Z test_maximum_minimum_type_promotion_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6606671Z test_maximum_minimum_type_promotion_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6626245Z test_maximum_minimum_type_promotion_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6646260Z test_maximum_minimum_type_promotion_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6665876Z test_maximum_minimum_type_promotion_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6685638Z test_maximum_minimum_type_promotion_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6705576Z test_maximum_minimum_type_promotion_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6728124Z test_maximum_minimum_type_promotion_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6748143Z test_maximum_minimum_type_promotion_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6768272Z test_maximum_minimum_type_promotion_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6788159Z test_maximum_minimum_type_promotion_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6808185Z test_maximum_minimum_type_promotion_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6828342Z test_maximum_minimum_type_promotion_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6848353Z test_maximum_minimum_type_promotion_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6868186Z test_maximum_minimum_type_promotion_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6888315Z test_maximum_minimum_type_promotion_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6908158Z test_maximum_minimum_type_promotion_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6928224Z test_maximum_minimum_type_promotion_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6947972Z test_maximum_minimum_type_promotion_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6967950Z test_maximum_minimum_type_promotion_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.6987703Z test_maximum_minimum_type_promotion_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.7007942Z test_maximum_minimum_type_promotion_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.7027237Z test_maximum_minimum_type_promotion_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:39.7497610Z test_min_max_binary_op_nan_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:11:39.7970572Z test_min_max_binary_op_nan_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:11:39.7987974Z test_mul_chalf_tensor_and_cpu_scalar_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:39.8770972Z test_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:11:39.9103839Z test_mul_intertype_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:11:39.9382434Z test_mul_intertype_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:11:39.9948990Z test_muldiv_scalar_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:11:40.0356204Z test_muldiv_scalar_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:11:40.0616270Z test_muldiv_scalar_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:40.0857667Z test_muldiv_scalar_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:40.1281732Z test_muldiv_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:11:40.1708431Z test_muldiv_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:11:40.2132954Z test_muldiv_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:11:40.2558290Z test_muldiv_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:11:40.2584654Z test_muldiv_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.2608586Z test_muldiv_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.2631323Z test_muldiv_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.2653957Z test_muldiv_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.2795935Z test_nextafter_bfloat16_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:11:40.4316008Z test_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.151s) 2022-09-27T16:11:40.5229215Z test_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.091s) 2022-09-27T16:11:40.5311816Z test_non_contig___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:11:40.5338504Z test_non_contig___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5368748Z test_non_contig___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:40.5399315Z test_non_contig___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5427257Z test_non_contig___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5454773Z test_non_contig___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5482078Z test_non_contig___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5507293Z test_non_contig___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5532263Z test_non_contig___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5556832Z test_non_contig___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5580948Z test_non_contig___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5604629Z test_non_contig___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5627956Z test_non_contig___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5655612Z test_non_contig___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5679076Z test_non_contig___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5702187Z test_non_contig___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5725130Z test_non_contig___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5747969Z test_non_contig___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5775139Z test_non_contig___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5801062Z test_non_contig___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5830376Z test_non_contig___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5859304Z test_non_contig___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5886755Z test_non_contig___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5913859Z test_non_contig___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5941043Z test_non_contig___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5966983Z test_non_contig___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.5993272Z test_non_contig___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6019684Z test_non_contig___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6045398Z test_non_contig___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6071380Z test_non_contig___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6100390Z test_non_contig___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6128160Z test_non_contig___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6154387Z test_non_contig___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6180538Z test_non_contig___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6206133Z test_non_contig___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6229252Z test_non_contig___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6256572Z test_non_contig___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6284204Z test_non_contig___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6311546Z test_non_contig___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6337492Z test_non_contig___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6365901Z test_non_contig___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6389286Z test_non_contig___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6412644Z test_non_contig___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6436284Z test_non_contig___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6459812Z test_non_contig___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6482320Z test_non_contig___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6505461Z test_non_contig___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6527926Z test_non_contig___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6550724Z test_non_contig___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6573163Z test_non_contig___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6597564Z test_non_contig___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6620152Z test_non_contig___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6641403Z test_non_contig___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:11:40.6642271Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:11:40.6648472Z ok (0.002s) 2022-09-27T16:11:40.6681554Z test_non_contig___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:40.6712983Z test_non_contig___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:40.6740230Z test_non_contig___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6767560Z test_non_contig___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6795060Z test_non_contig___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6819103Z test_non_contig___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6842656Z test_non_contig___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6865462Z test_non_contig___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6888852Z test_non_contig___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6911861Z test_non_contig___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6937173Z test_non_contig___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6964948Z test_non_contig___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.6992376Z test_non_contig___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7018571Z test_non_contig___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7046894Z test_non_contig___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7072473Z test_non_contig___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7096347Z test_non_contig___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7119279Z test_non_contig___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7142272Z test_non_contig___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7164850Z test_non_contig___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7187295Z test_non_contig___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7209867Z test_non_contig___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7232054Z test_non_contig___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7254424Z test_non_contig___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7276803Z test_non_contig___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7299074Z test_non_contig___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7321833Z test_non_contig___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7346930Z test_non_contig_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7369911Z test_non_contig_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7397102Z test_non_contig_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7426729Z test_non_contig_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:40.7454499Z test_non_contig_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7480525Z test_non_contig_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7505928Z test_non_contig_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7531531Z test_non_contig_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7554694Z test_non_contig_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7577251Z test_non_contig_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7600207Z test_non_contig_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7622275Z test_non_contig_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7644628Z test_non_contig_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7671068Z test_non_contig_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7698508Z test_non_contig_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7725068Z test_non_contig_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7751707Z test_non_contig_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7777261Z test_non_contig_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7802495Z test_non_contig_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7827455Z test_non_contig_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7852866Z test_non_contig_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7877917Z test_non_contig_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7901000Z test_non_contig_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7923307Z test_non_contig_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7945679Z test_non_contig_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7968071Z test_non_contig_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.7990388Z test_non_contig_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8013147Z test_non_contig_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8035838Z test_non_contig_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8058322Z test_non_contig_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8080705Z test_non_contig_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8103256Z test_non_contig_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8125943Z test_non_contig_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8148027Z test_non_contig_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8170478Z test_non_contig_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8192926Z test_non_contig_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8214950Z test_non_contig_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8237183Z test_non_contig_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8259402Z test_non_contig_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8281794Z test_non_contig_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8304197Z test_non_contig_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8332344Z test_non_contig_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8355131Z test_non_contig_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8377834Z test_non_contig_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8400819Z test_non_contig_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8423068Z test_non_contig_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8445303Z test_non_contig_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8467365Z test_non_contig_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8489985Z test_non_contig_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8512274Z test_non_contig_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8537711Z test_non_contig_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8560887Z test_non_contig_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8586624Z test_non_contig_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8613739Z test_non_contig_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8641535Z test_non_contig_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8665820Z test_non_contig_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8688573Z test_non_contig_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8710767Z test_non_contig_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8733207Z test_non_contig_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8755667Z test_non_contig_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8780915Z test_non_contig_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8803828Z test_non_contig_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8829404Z test_non_contig_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8855438Z test_non_contig_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8881461Z test_non_contig_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8906322Z test_non_contig_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8930171Z test_non_contig_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8952212Z test_non_contig_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8977045Z test_non_contig_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.8999276Z test_non_contig_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9025796Z test_non_contig_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9052371Z test_non_contig_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9079284Z test_non_contig_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9104706Z test_non_contig_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9130190Z test_non_contig_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9158150Z test_non_contig_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9186140Z test_non_contig_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9212379Z test_non_contig_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9237541Z test_non_contig_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9262962Z test_non_contig_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9287743Z test_non_contig_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9312419Z test_non_contig_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9337315Z test_non_contig_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9364069Z test_non_contig_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9391570Z test_non_contig_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9418655Z test_non_contig_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9446884Z test_non_contig_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9472346Z test_non_contig_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9498522Z test_non_contig_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9526083Z test_non_contig_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9551861Z test_non_contig_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9578043Z test_non_contig_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9604999Z test_non_contig_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9631037Z test_non_contig_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9660207Z test_non_contig_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9692292Z test_non_contig_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:40.9720257Z test_non_contig_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9747383Z test_non_contig_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9774335Z test_non_contig_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9800145Z test_non_contig_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9825884Z test_non_contig_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9851690Z test_non_contig_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9877304Z test_non_contig_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9902840Z test_non_contig_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9930213Z test_non_contig_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9958811Z test_non_contig_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:40.9985103Z test_non_contig_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.0011713Z test_non_contig_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.0037236Z test_non_contig_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.0062812Z test_non_contig_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.0088411Z test_non_contig_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.0113823Z test_non_contig_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.0139024Z test_non_contig_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.0163254Z test_non_contig_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.0185571Z test_non_contig_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.0213632Z test_non_contig_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.0240948Z test_non_contig_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.0266309Z test_non_contig_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.0291194Z test_non_contig_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.0315326Z test_non_contig_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.0339725Z test_non_contig_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.0362634Z test_non_contig_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.0387165Z test_non_contig_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.0409529Z test_non_contig_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.0431739Z test_non_contig_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.0454861Z test_non_contig_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.2085179Z test_non_contig_expand___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.162s) 2022-09-27T16:11:41.2117450Z test_non_contig_expand___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.2158052Z test_non_contig_expand___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.2195941Z test_non_contig_expand___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.2229929Z test_non_contig_expand___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.2262738Z test_non_contig_expand___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.2294787Z test_non_contig_expand___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.2322435Z test_non_contig_expand___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.2350059Z test_non_contig_expand___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.2378182Z test_non_contig_expand___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.2407574Z test_non_contig_expand___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.2434864Z test_non_contig_expand___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.2461811Z test_non_contig_expand___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.2488999Z test_non_contig_expand___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.2516177Z test_non_contig_expand___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.2542399Z test_non_contig_expand___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.2569985Z test_non_contig_expand___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.2597064Z test_non_contig_expand___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.2631616Z test_non_contig_expand___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.2666180Z test_non_contig_expand___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.2705917Z test_non_contig_expand___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.2743883Z test_non_contig_expand___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.2785844Z test_non_contig_expand___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:41.2819864Z test_non_contig_expand___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.2853114Z test_non_contig_expand___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.2885929Z test_non_contig_expand___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.2918966Z test_non_contig_expand___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.2954388Z test_non_contig_expand___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.2987187Z test_non_contig_expand___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.3019883Z test_non_contig_expand___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.3053724Z test_non_contig_expand___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.3086930Z test_non_contig_expand___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.3120561Z test_non_contig_expand___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.3153493Z test_non_contig_expand___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.3186548Z test_non_contig_expand___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.3216431Z test_non_contig_expand___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.3253811Z test_non_contig_expand___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.3290354Z test_non_contig_expand___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.3323473Z test_non_contig_expand___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.3355911Z test_non_contig_expand___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.3387683Z test_non_contig_expand___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.3415332Z test_non_contig_expand___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.3442923Z test_non_contig_expand___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.3469756Z test_non_contig_expand___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.3497242Z test_non_contig_expand___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.3524930Z test_non_contig_expand___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.3551898Z test_non_contig_expand___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.3579208Z test_non_contig_expand___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.3606631Z test_non_contig_expand___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.3635697Z test_non_contig_expand___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.3662944Z test_non_contig_expand___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.3691607Z test_non_contig_expand___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.3711144Z test_non_contig_expand___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:11:41.3711931Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:11:41.3727030Z ok (0.003s) 2022-09-27T16:11:41.3765879Z test_non_contig_expand___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.3803680Z test_non_contig_expand___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.3838521Z test_non_contig_expand___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.3873489Z test_non_contig_expand___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.3908298Z test_non_contig_expand___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.3937807Z test_non_contig_expand___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.3966688Z test_non_contig_expand___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.3995027Z test_non_contig_expand___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.4023715Z test_non_contig_expand___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.4052832Z test_non_contig_expand___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.4088236Z test_non_contig_expand___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.4125479Z test_non_contig_expand___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.4163576Z test_non_contig_expand___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.4197863Z test_non_contig_expand___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.4230919Z test_non_contig_expand___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.4263464Z test_non_contig_expand___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.4292660Z test_non_contig_expand___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.4321105Z test_non_contig_expand___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.4347876Z test_non_contig_expand___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.4375619Z test_non_contig_expand___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.4403192Z test_non_contig_expand___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.4430146Z test_non_contig_expand___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.4457514Z test_non_contig_expand___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.4486983Z test_non_contig_expand___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.4513824Z test_non_contig_expand___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.4540969Z test_non_contig_expand___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.4568392Z test_non_contig_expand___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.4601425Z test_non_contig_expand_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.4629323Z test_non_contig_expand_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.4672958Z test_non_contig_expand_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:41.4709515Z test_non_contig_expand_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.4745986Z test_non_contig_expand_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.4780332Z test_non_contig_expand_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.4812441Z test_non_contig_expand_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.4844121Z test_non_contig_expand_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.4871268Z test_non_contig_expand_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.4898498Z test_non_contig_expand_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.4925065Z test_non_contig_expand_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.4952071Z test_non_contig_expand_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.4979067Z test_non_contig_expand_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5012988Z test_non_contig_expand_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.5044926Z test_non_contig_expand_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.5078641Z test_non_contig_expand_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.5111763Z test_non_contig_expand_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.5144699Z test_non_contig_expand_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.5177600Z test_non_contig_expand_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.5209802Z test_non_contig_expand_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.5242658Z test_non_contig_expand_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.5275370Z test_non_contig_expand_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.5303178Z test_non_contig_expand_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5333060Z test_non_contig_expand_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.5360537Z test_non_contig_expand_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5387325Z test_non_contig_expand_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5414770Z test_non_contig_expand_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5442371Z test_non_contig_expand_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5469460Z test_non_contig_expand_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5496693Z test_non_contig_expand_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5523587Z test_non_contig_expand_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5550766Z test_non_contig_expand_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5578199Z test_non_contig_expand_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5605181Z test_non_contig_expand_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5632595Z test_non_contig_expand_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5660178Z test_non_contig_expand_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5687080Z test_non_contig_expand_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5714265Z test_non_contig_expand_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5741323Z test_non_contig_expand_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5768508Z test_non_contig_expand_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5795977Z test_non_contig_expand_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5822515Z test_non_contig_expand_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5850067Z test_non_contig_expand_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5877521Z test_non_contig_expand_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5904669Z test_non_contig_expand_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5932169Z test_non_contig_expand_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5959576Z test_non_contig_expand_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.5986274Z test_non_contig_expand_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.6013818Z test_non_contig_expand_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.6041085Z test_non_contig_expand_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.6076525Z test_non_contig_expand_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.6103515Z test_non_contig_expand_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.6136054Z test_non_contig_expand_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.6168716Z test_non_contig_expand_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.6200654Z test_non_contig_expand_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.6228060Z test_non_contig_expand_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.6255467Z test_non_contig_expand_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.6282296Z test_non_contig_expand_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.6309449Z test_non_contig_expand_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.6336745Z test_non_contig_expand_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.6369816Z test_non_contig_expand_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.6396972Z test_non_contig_expand_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.6429595Z test_non_contig_expand_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.6462165Z test_non_contig_expand_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.6494047Z test_non_contig_expand_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.6521651Z test_non_contig_expand_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.6548813Z test_non_contig_expand_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.6575769Z test_non_contig_expand_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.6603065Z test_non_contig_expand_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.6630322Z test_non_contig_expand_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.6665184Z test_non_contig_expand_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.6700612Z test_non_contig_expand_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.6736176Z test_non_contig_expand_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.6769804Z test_non_contig_expand_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.6801320Z test_non_contig_expand_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.6834847Z test_non_contig_expand_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.6867329Z test_non_contig_expand_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.6901888Z test_non_contig_expand_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.6934157Z test_non_contig_expand_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.6965379Z test_non_contig_expand_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.6996628Z test_non_contig_expand_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7027716Z test_non_contig_expand_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7059747Z test_non_contig_expand_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7093898Z test_non_contig_expand_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7127486Z test_non_contig_expand_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7161296Z test_non_contig_expand_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7194295Z test_non_contig_expand_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7226571Z test_non_contig_expand_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7258535Z test_non_contig_expand_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7290317Z test_non_contig_expand_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7323045Z test_non_contig_expand_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7354952Z test_non_contig_expand_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7388301Z test_non_contig_expand_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7419735Z test_non_contig_expand_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7456657Z test_non_contig_expand_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7494313Z test_non_contig_expand_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7528930Z test_non_contig_expand_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7562577Z test_non_contig_expand_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7595734Z test_non_contig_expand_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7627509Z test_non_contig_expand_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7659839Z test_non_contig_expand_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7691845Z test_non_contig_expand_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7723742Z test_non_contig_expand_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7755872Z test_non_contig_expand_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7791019Z test_non_contig_expand_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7824707Z test_non_contig_expand_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7857901Z test_non_contig_expand_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7890976Z test_non_contig_expand_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7923117Z test_non_contig_expand_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7955704Z test_non_contig_expand_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.7987361Z test_non_contig_expand_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.8019642Z test_non_contig_expand_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.8051757Z test_non_contig_expand_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.8081074Z test_non_contig_expand_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.8107761Z test_non_contig_expand_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.8138455Z test_non_contig_expand_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.8169328Z test_non_contig_expand_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.8199695Z test_non_contig_expand_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.8228251Z test_non_contig_expand_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.8257092Z test_non_contig_expand_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.8285611Z test_non_contig_expand_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.8313432Z test_non_contig_expand_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.8340439Z test_non_contig_expand_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.8367210Z test_non_contig_expand_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.8394149Z test_non_contig_expand_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.8421087Z test_non_contig_expand_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.8456047Z test_non_contig_expand_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.8488601Z test_non_contig_expand_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.8525936Z test_non_contig_expand_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.8563329Z test_non_contig_expand_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.8599183Z test_non_contig_expand_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.8637596Z test_non_contig_expand_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.8671575Z test_non_contig_expand_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.8705308Z test_non_contig_expand_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.8739043Z test_non_contig_expand_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.8772493Z test_non_contig_expand_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.8805806Z test_non_contig_expand_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.8839137Z test_non_contig_expand_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.8854088Z test_non_contig_expand_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:41.8889381Z test_non_contig_expand_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.8923560Z test_non_contig_expand_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.8957478Z test_non_contig_expand_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.8986776Z test_non_contig_expand_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.9015907Z test_non_contig_expand_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.9043698Z test_non_contig_expand_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.9072532Z test_non_contig_expand_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.9101516Z test_non_contig_expand_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.9135096Z test_non_contig_expand_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.9163286Z test_non_contig_expand_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.9196991Z test_non_contig_expand_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.9229870Z test_non_contig_expand_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.9262288Z test_non_contig_expand_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.9289899Z test_non_contig_expand_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.9318179Z test_non_contig_expand_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.9344531Z test_non_contig_expand_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.9372058Z test_non_contig_expand_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.9399551Z test_non_contig_expand_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.9432955Z test_non_contig_expand_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.9463424Z test_non_contig_expand_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.9496382Z test_non_contig_expand_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.9529216Z test_non_contig_expand_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.9561536Z test_non_contig_expand_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.9589257Z test_non_contig_expand_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.9617150Z test_non_contig_expand_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.9644127Z test_non_contig_expand_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.9671715Z test_non_contig_expand_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.9699523Z test_non_contig_expand_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.9734605Z test_non_contig_expand_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.9768983Z test_non_contig_expand_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.9803480Z test_non_contig_expand_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.9837410Z test_non_contig_expand_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:41.9866144Z test_non_contig_expand_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.9894871Z test_non_contig_expand_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.9922503Z test_non_contig_expand_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.9951085Z test_non_contig_expand_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:41.9979255Z test_non_contig_expand_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0006567Z test_non_contig_expand_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0033805Z test_non_contig_expand_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0060628Z test_non_contig_expand_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0087476Z test_non_contig_expand_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0114425Z test_non_contig_expand_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0143479Z test_non_contig_expand_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0170386Z test_non_contig_expand_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0199519Z test_non_contig_expand_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0227951Z test_non_contig_expand_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0259311Z test_non_contig_expand_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.0286676Z test_non_contig_expand_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0313774Z test_non_contig_expand_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0340988Z test_non_contig_expand_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0368050Z test_non_contig_expand_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0394990Z test_non_contig_expand_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0423948Z test_non_contig_expand_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0450826Z test_non_contig_expand_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0479748Z test_non_contig_expand_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0508765Z test_non_contig_expand_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0537576Z test_non_contig_expand_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0564992Z test_non_contig_expand_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0592055Z test_non_contig_expand_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0619333Z test_non_contig_expand_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0646400Z test_non_contig_expand_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0673317Z test_non_contig_expand_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0706093Z test_non_contig_expand_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.0733180Z test_non_contig_expand_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0765910Z test_non_contig_expand_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.0798286Z test_non_contig_expand_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.0830412Z test_non_contig_expand_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.0857672Z test_non_contig_expand_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0885319Z test_non_contig_expand_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0912047Z test_non_contig_expand_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0939394Z test_non_contig_expand_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.0966628Z test_non_contig_expand_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.1000937Z test_non_contig_expand_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.1036661Z test_non_contig_expand_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.1069898Z test_non_contig_expand_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.1103007Z test_non_contig_expand_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.1136080Z test_non_contig_expand_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.1169219Z test_non_contig_expand_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.1201737Z test_non_contig_expand_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.1234607Z test_non_contig_expand_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.1266813Z test_non_contig_expand_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.1299334Z test_non_contig_expand_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.1331264Z test_non_contig_expand_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.1362316Z test_non_contig_expand_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.1392005Z test_non_contig_expand_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.1425940Z test_non_contig_expand_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.1460443Z test_non_contig_expand_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.1491959Z test_non_contig_expand_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.1522866Z test_non_contig_expand_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.1553480Z test_non_contig_expand_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.1583223Z test_non_contig_expand_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.1613302Z test_non_contig_expand_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.1643000Z test_non_contig_expand_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.1672559Z test_non_contig_expand_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.1702341Z test_non_contig_expand_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.1720827Z test_non_contig_expand_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:42.1738567Z test_non_contig_expand_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:42.1756448Z test_non_contig_expand_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:42.1774173Z test_non_contig_expand_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:42.1791682Z test_non_contig_expand_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:42.1809615Z test_non_contig_expand_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:42.1829247Z test_non_contig_expand_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:11:42.1847345Z test_non_contig_expand_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:42.1864913Z test_non_contig_expand_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:42.1882711Z test_non_contig_expand_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:42.1900692Z test_non_contig_expand_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:42.1918201Z test_non_contig_expand_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:42.1936015Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:42.1953648Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:42.1971533Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:42.1989109Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:42.2007329Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:42.2025014Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:42.2042758Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:42.2060855Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:42.2078386Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:42.2096232Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:42.2113893Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:42.2131522Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:42.2160217Z test_non_contig_expand_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.2188204Z test_non_contig_expand_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.2216096Z test_non_contig_expand_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.2243423Z test_non_contig_expand_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.2270132Z test_non_contig_expand_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.2304298Z test_non_contig_expand_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.2337191Z test_non_contig_expand_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.2374135Z test_non_contig_expand_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.2411095Z test_non_contig_expand_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.2447169Z test_non_contig_expand_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.2480881Z test_non_contig_expand_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.2514119Z test_non_contig_expand_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.2546925Z test_non_contig_expand_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.2580282Z test_non_contig_expand_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.2613649Z test_non_contig_expand_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.2647306Z test_non_contig_expand_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.2681418Z test_non_contig_expand_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.2711148Z test_non_contig_expand_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.2738339Z test_non_contig_expand_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.2767928Z test_non_contig_expand_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.2799251Z test_non_contig_expand_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.2828685Z test_non_contig_expand_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.2855977Z test_non_contig_expand_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.2883351Z test_non_contig_expand_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.2910392Z test_non_contig_expand_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.2937750Z test_non_contig_expand_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.2964705Z test_non_contig_expand_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.2993813Z test_non_contig_expand_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3020952Z test_non_contig_expand_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3051662Z test_non_contig_expand_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.3084974Z test_non_contig_expand_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.3114530Z test_non_contig_expand_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3143094Z test_non_contig_expand_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3172077Z test_non_contig_expand_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3199552Z test_non_contig_expand_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3226784Z test_non_contig_expand_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3256336Z test_non_contig_expand_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.3283252Z test_non_contig_expand_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3310553Z test_non_contig_expand_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3341734Z test_non_contig_expand_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.3370939Z test_non_contig_expand_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3401889Z test_non_contig_expand_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.3432392Z test_non_contig_expand_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.3461229Z test_non_contig_expand_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3490273Z test_non_contig_expand_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3519104Z test_non_contig_expand_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3545963Z test_non_contig_expand_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3573481Z test_non_contig_expand_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3602062Z test_non_contig_expand_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3631448Z test_non_contig_expand_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3659515Z test_non_contig_expand_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3688637Z test_non_contig_expand_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.3715275Z test_non_contig_expand_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3746001Z test_non_contig_expand_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.3776975Z test_non_contig_expand_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.3806194Z test_non_contig_expand_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3835084Z test_non_contig_expand_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3864528Z test_non_contig_expand_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3894581Z test_non_contig_expand_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.3923150Z test_non_contig_expand_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3949971Z test_non_contig_expand_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.3977379Z test_non_contig_expand_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.4004440Z test_non_contig_expand_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.4036321Z test_non_contig_expand_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.4063003Z test_non_contig_expand_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.4092264Z test_non_contig_expand_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.4121268Z test_non_contig_expand_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.4152483Z test_non_contig_expand_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.4181754Z test_non_contig_expand_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.4209347Z test_non_contig_expand_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.4236648Z test_non_contig_expand_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.4263488Z test_non_contig_expand_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.4290957Z test_non_contig_expand_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.4324199Z test_non_contig_expand_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.4351034Z test_non_contig_expand_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.4383375Z test_non_contig_expand_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.4415788Z test_non_contig_expand_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.4447502Z test_non_contig_expand_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.4474289Z test_non_contig_expand_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.4501149Z test_non_contig_expand_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.4527595Z test_non_contig_expand_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.4554397Z test_non_contig_expand_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.4581614Z test_non_contig_expand_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.4617899Z test_non_contig_expand_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.4645594Z test_non_contig_expand_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.4678398Z test_non_contig_expand_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.4710980Z test_non_contig_expand_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.4743273Z test_non_contig_expand_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.4770763Z test_non_contig_expand_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.4798194Z test_non_contig_expand_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.4827287Z test_non_contig_expand_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.4855156Z test_non_contig_expand_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.4882798Z test_non_contig_expand_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.4916022Z test_non_contig_expand_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.4943223Z test_non_contig_expand_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.4976250Z test_non_contig_expand_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.5009319Z test_non_contig_expand_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.5041390Z test_non_contig_expand_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.5069221Z test_non_contig_expand_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.5096784Z test_non_contig_expand_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.5123717Z test_non_contig_expand_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.5151206Z test_non_contig_expand_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.5179222Z test_non_contig_expand_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.5212971Z test_non_contig_expand_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.5240900Z test_non_contig_expand_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.5274189Z test_non_contig_expand_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.5307836Z test_non_contig_expand_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.5340608Z test_non_contig_expand_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.5368575Z test_non_contig_expand_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.5396641Z test_non_contig_expand_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.5424529Z test_non_contig_expand_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.5452236Z test_non_contig_expand_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.5480130Z test_non_contig_expand_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.5514004Z test_non_contig_expand_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.5542043Z test_non_contig_expand_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.5579316Z test_non_contig_expand_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.5616929Z test_non_contig_expand_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.5657329Z test_non_contig_expand_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.5692261Z test_non_contig_expand_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.5726018Z test_non_contig_expand_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.5758378Z test_non_contig_expand_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.5786510Z test_non_contig_expand_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.5814675Z test_non_contig_expand_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.5841915Z test_non_contig_expand_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.5869831Z test_non_contig_expand_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.5897552Z test_non_contig_expand_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.5926948Z test_non_contig_expand_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.5954174Z test_non_contig_expand_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.5985022Z test_non_contig_expand_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.6016010Z test_non_contig_expand_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.6045341Z test_non_contig_expand_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.6074210Z test_non_contig_expand_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.6103132Z test_non_contig_expand_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.6130685Z test_non_contig_expand_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.6157904Z test_non_contig_expand_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.6185138Z test_non_contig_expand_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.6212279Z test_non_contig_expand_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.6239658Z test_non_contig_expand_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.6272579Z test_non_contig_expand_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.6306335Z test_non_contig_expand_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.6339659Z test_non_contig_expand_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.6374744Z test_non_contig_expand_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.6410012Z test_non_contig_expand_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.6446314Z test_non_contig_expand_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.6486030Z test_non_contig_expand_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.6523661Z test_non_contig_expand_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.6557947Z test_non_contig_expand_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.6591519Z test_non_contig_expand_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.6625181Z test_non_contig_expand_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.6653843Z test_non_contig_expand_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.6681749Z test_non_contig_expand_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.6708734Z test_non_contig_expand_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.6736453Z test_non_contig_expand_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.6764322Z test_non_contig_expand_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.6799515Z test_non_contig_expand_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.6833978Z test_non_contig_expand_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.6868320Z test_non_contig_expand_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.6902669Z test_non_contig_expand_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.6931577Z test_non_contig_expand_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.6960187Z test_non_contig_expand_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.6987334Z test_non_contig_expand_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.7015433Z test_non_contig_expand_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.7043298Z test_non_contig_expand_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.7076107Z test_non_contig_expand_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.7111762Z test_non_contig_expand_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.7148418Z test_non_contig_expand_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.7181739Z test_non_contig_expand_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.7214741Z test_non_contig_expand_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.7248558Z test_non_contig_expand_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.7276437Z test_non_contig_expand_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.7304244Z test_non_contig_expand_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.7333455Z test_non_contig_expand_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.7361276Z test_non_contig_expand_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.7388600Z test_non_contig_expand_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:42.7420021Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.7453588Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.7487735Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.7521176Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.7552732Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.7584518Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.7616282Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.7647791Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.7678902Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.7711466Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.7744074Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.7775801Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.7809177Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.7842448Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.7873607Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.7904491Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.7919146Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.7933426Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.7947403Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.7961865Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.7976123Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.7990635Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.8004311Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.8018191Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.8032039Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.8046470Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.8062280Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.8076644Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.8090248Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.8103907Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.8118090Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.8132244Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.8166500Z test_non_contig_expand_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8200551Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8232298Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8263323Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8294570Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8325691Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8357056Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8387805Z test_non_contig_expand_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8418596Z test_non_contig_expand_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8451284Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8483167Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8514375Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8545551Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8576713Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8607250Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8638501Z test_non_contig_expand_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8668968Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8701699Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8733453Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8764200Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8795132Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8830011Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8863697Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8896367Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.8911559Z test_non_contig_expand_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.8925637Z test_non_contig_expand_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.8939534Z test_non_contig_expand_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.8953566Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.8967904Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.8981515Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.8995950Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9009895Z test_non_contig_expand_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9023509Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9037548Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9051494Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9065673Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9080120Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9095290Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9109350Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9123053Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9136934Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9151292Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9165081Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9179175Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9193230Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9207109Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9220966Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9235220Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9249248Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9263382Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9280085Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9294572Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9308738Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9323313Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9336868Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9352140Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9366518Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9384450Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9399231Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9413872Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9427855Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9441793Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9455928Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9470373Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:42.9506267Z test_non_contig_expand_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.9538674Z test_non_contig_expand_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.9572448Z test_non_contig_expand_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.9605328Z test_non_contig_expand_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.9637207Z test_non_contig_expand_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.9668644Z test_non_contig_expand_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.9699573Z test_non_contig_expand_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.9731768Z test_non_contig_expand_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.9762931Z test_non_contig_expand_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.9794165Z test_non_contig_expand_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.9824915Z test_non_contig_expand_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.9857902Z test_non_contig_expand_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.9890073Z test_non_contig_expand_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.9923937Z test_non_contig_expand_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.9955686Z test_non_contig_expand_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:42.9987013Z test_non_contig_expand_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0018803Z test_non_contig_expand_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0051336Z test_non_contig_expand_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0084454Z test_non_contig_expand_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0120401Z test_non_contig_expand_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0157245Z test_non_contig_expand_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0194273Z test_non_contig_expand_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0227412Z test_non_contig_expand_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0260114Z test_non_contig_expand_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0292327Z test_non_contig_expand_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0320296Z test_non_contig_expand_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.0347723Z test_non_contig_expand_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.0374442Z test_non_contig_expand_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.0401674Z test_non_contig_expand_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.0428854Z test_non_contig_expand_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.0462621Z test_non_contig_expand_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0494452Z test_non_contig_expand_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0531342Z test_non_contig_expand_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0568919Z test_non_contig_expand_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0603224Z test_non_contig_expand_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0636724Z test_non_contig_expand_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0668788Z test_non_contig_expand_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0700782Z test_non_contig_expand_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0732417Z test_non_contig_expand_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0763621Z test_non_contig_expand_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0797644Z test_non_contig_expand_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0829256Z test_non_contig_expand_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0862400Z test_non_contig_expand_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0893524Z test_non_contig_expand_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0925808Z test_non_contig_expand_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0957874Z test_non_contig_expand_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.0989490Z test_non_contig_expand_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.1020181Z test_non_contig_expand_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.1051917Z test_non_contig_expand_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.1083284Z test_non_contig_expand_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.1114224Z test_non_contig_expand_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.1145483Z test_non_contig_expand_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.1174213Z test_non_contig_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1200484Z test_non_contig_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1232599Z test_non_contig_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.1264731Z test_non_contig_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.1292521Z test_non_contig_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1319597Z test_non_contig_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1346712Z test_non_contig_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1372646Z test_non_contig_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1398577Z test_non_contig_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1425832Z test_non_contig_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1451471Z test_non_contig_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1477000Z test_non_contig_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1492519Z test_non_contig_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:43.1520037Z test_non_contig_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1548851Z test_non_contig_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1578197Z test_non_contig_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1602620Z test_non_contig_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1626136Z test_non_contig_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1649591Z test_non_contig_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1672547Z test_non_contig_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1696022Z test_non_contig_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1721471Z test_non_contig_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1744354Z test_non_contig_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1770458Z test_non_contig_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1798041Z test_non_contig_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1823776Z test_non_contig_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1847236Z test_non_contig_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1869623Z test_non_contig_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1891962Z test_non_contig_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1914409Z test_non_contig_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1936961Z test_non_contig_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1963925Z test_non_contig_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.1987914Z test_non_contig_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2013448Z test_non_contig_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2039053Z test_non_contig_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2064975Z test_non_contig_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2088296Z test_non_contig_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2110342Z test_non_contig_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2132256Z test_non_contig_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2154626Z test_non_contig_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2176699Z test_non_contig_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2191403Z test_non_contig_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:43.2220936Z test_non_contig_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:43.2247802Z test_non_contig_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2274534Z test_non_contig_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2298663Z test_non_contig_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2321252Z test_non_contig_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2343629Z test_non_contig_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2366516Z test_non_contig_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2389098Z test_non_contig_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2412063Z test_non_contig_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2434812Z test_non_contig_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2457488Z test_non_contig_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2480104Z test_non_contig_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2502873Z test_non_contig_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2526549Z test_non_contig_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2548170Z test_non_contig_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2572503Z test_non_contig_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2596319Z test_non_contig_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2620474Z test_non_contig_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2643633Z test_non_contig_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2666236Z test_non_contig_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2688780Z test_non_contig_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2711224Z test_non_contig_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2733795Z test_non_contig_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2757677Z test_non_contig_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2780004Z test_non_contig_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2804336Z test_non_contig_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2828273Z test_non_contig_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2855473Z test_non_contig_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2878724Z test_non_contig_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2901295Z test_non_contig_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2923811Z test_non_contig_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2946249Z test_non_contig_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2969201Z test_non_contig_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.2994728Z test_non_contig_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.3017773Z test_non_contig_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.3043398Z test_non_contig_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.3071318Z test_non_contig_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.3096990Z test_non_contig_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.3120450Z test_non_contig_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.3143039Z test_non_contig_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.3165587Z test_non_contig_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.3188240Z test_non_contig_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.3211479Z test_non_contig_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.3237631Z test_non_contig_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.3264227Z test_non_contig_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.3290846Z test_non_contig_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.3317810Z test_non_contig_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.3344894Z test_non_contig_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.3372162Z test_non_contig_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.3399917Z test_non_contig_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.3426429Z test_non_contig_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.3454023Z test_non_contig_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.3482020Z test_non_contig_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.3509063Z test_non_contig_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5241833Z test_non_contig_index___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.173s) 2022-09-27T16:11:43.5265582Z test_non_contig_index___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5289969Z test_non_contig_index___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5312123Z test_non_contig_index___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5333123Z test_non_contig_index___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5353739Z test_non_contig_index___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5374144Z test_non_contig_index___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5393595Z test_non_contig_index___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.5412857Z test_non_contig_index___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5431738Z test_non_contig_index___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.5451015Z test_non_contig_index___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.5470072Z test_non_contig_index___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.5489471Z test_non_contig_index___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.5508528Z test_non_contig_index___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.5527950Z test_non_contig_index___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5546920Z test_non_contig_index___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.5566394Z test_non_contig_index___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5585667Z test_non_contig_index___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.5607312Z test_non_contig_index___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5627887Z test_non_contig_index___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5650008Z test_non_contig_index___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5671549Z test_non_contig_index___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5693042Z test_non_contig_index___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5713737Z test_non_contig_index___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5735326Z test_non_contig_index___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5755509Z test_non_contig_index___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5775653Z test_non_contig_index___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5798067Z test_non_contig_index___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5818630Z test_non_contig_index___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5838963Z test_non_contig_index___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5859501Z test_non_contig_index___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5880329Z test_non_contig_index___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5900738Z test_non_contig_index___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5921598Z test_non_contig_index___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5941995Z test_non_contig_index___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5961208Z test_non_contig_index___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.5982451Z test_non_contig_index___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6003456Z test_non_contig_index___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6023677Z test_non_contig_index___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6044030Z test_non_contig_index___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6064001Z test_non_contig_index___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6083258Z test_non_contig_index___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6102473Z test_non_contig_index___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.6121698Z test_non_contig_index___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6140933Z test_non_contig_index___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.6160099Z test_non_contig_index___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.6179095Z test_non_contig_index___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.6198368Z test_non_contig_index___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.6217707Z test_non_contig_index___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.6236294Z test_non_contig_index___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.6255528Z test_non_contig_index___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.6274438Z test_non_contig_index___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.6293814Z test_non_contig_index___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:11:43.6294410Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:11:43.6296199Z ok (0.002s) 2022-09-27T16:11:43.6318671Z test_non_contig_index___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6342250Z test_non_contig_index___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6363348Z test_non_contig_index___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6384032Z test_non_contig_index___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6404599Z test_non_contig_index___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6424127Z test_non_contig_index___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6444041Z test_non_contig_index___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6464330Z test_non_contig_index___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6484223Z test_non_contig_index___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6503601Z test_non_contig_index___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6524103Z test_non_contig_index___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6545465Z test_non_contig_index___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6566292Z test_non_contig_index___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6586273Z test_non_contig_index___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6606347Z test_non_contig_index___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6626152Z test_non_contig_index___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6645331Z test_non_contig_index___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.6664337Z test_non_contig_index___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.6683430Z test_non_contig_index___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.6702432Z test_non_contig_index___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.6721685Z test_non_contig_index___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6740620Z test_non_contig_index___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.6759989Z test_non_contig_index___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6779208Z test_non_contig_index___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6798382Z test_non_contig_index___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.6817555Z test_non_contig_index___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.6836954Z test_non_contig_index___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6857312Z test_non_contig_index_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6878597Z test_non_contig_index_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6899971Z test_non_contig_index_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6921692Z test_non_contig_index_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6943049Z test_non_contig_index_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6963831Z test_non_contig_index_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.6984379Z test_non_contig_index_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.7004610Z test_non_contig_index_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.7023945Z test_non_contig_index_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7043232Z test_non_contig_index_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.7062321Z test_non_contig_index_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7081322Z test_non_contig_index_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7100384Z test_non_contig_index_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7120999Z test_non_contig_index_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.7140458Z test_non_contig_index_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.7160325Z test_non_contig_index_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.7180114Z test_non_contig_index_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.7200276Z test_non_contig_index_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.7219781Z test_non_contig_index_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.7239910Z test_non_contig_index_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.7259245Z test_non_contig_index_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.7278773Z test_non_contig_index_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.7298012Z test_non_contig_index_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7317355Z test_non_contig_index_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.7336422Z test_non_contig_index_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7355470Z test_non_contig_index_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7374540Z test_non_contig_index_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7393443Z test_non_contig_index_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7414925Z test_non_contig_index_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.7434142Z test_non_contig_index_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7453097Z test_non_contig_index_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7472033Z test_non_contig_index_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7491131Z test_non_contig_index_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7509767Z test_non_contig_index_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7528613Z test_non_contig_index_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7547551Z test_non_contig_index_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7566495Z test_non_contig_index_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7585246Z test_non_contig_index_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7604176Z test_non_contig_index_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7623122Z test_non_contig_index_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7642077Z test_non_contig_index_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7660883Z test_non_contig_index_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7680390Z test_non_contig_index_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.7700199Z test_non_contig_index_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.7719628Z test_non_contig_index_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7739029Z test_non_contig_index_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7758260Z test_non_contig_index_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7777363Z test_non_contig_index_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7796722Z test_non_contig_index_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7815964Z test_non_contig_index_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7836692Z test_non_contig_index_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.7855827Z test_non_contig_index_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7876672Z test_non_contig_index_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.7896814Z test_non_contig_index_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.7916921Z test_non_contig_index_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.7943759Z test_non_contig_index_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.7962947Z test_non_contig_index_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.7982019Z test_non_contig_index_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.8001135Z test_non_contig_index_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.8020289Z test_non_contig_index_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.8040988Z test_non_contig_index_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8060007Z test_non_contig_index_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.8080451Z test_non_contig_index_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8100709Z test_non_contig_index_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8120784Z test_non_contig_index_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8140034Z test_non_contig_index_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.8159304Z test_non_contig_index_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.8178786Z test_non_contig_index_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.8197548Z test_non_contig_index_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.8216536Z test_non_contig_index_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.8237181Z test_non_contig_index_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8257376Z test_non_contig_index_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8277364Z test_non_contig_index_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8297354Z test_non_contig_index_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8316917Z test_non_contig_index_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8336534Z test_non_contig_index_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8356254Z test_non_contig_index_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8376111Z test_non_contig_index_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8395473Z test_non_contig_index_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8414472Z test_non_contig_index_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8434170Z test_non_contig_index_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8454678Z test_non_contig_index_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8477451Z test_non_contig_index_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8498092Z test_non_contig_index_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8518497Z test_non_contig_index_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8538780Z test_non_contig_index_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8559123Z test_non_contig_index_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8578769Z test_non_contig_index_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8598671Z test_non_contig_index_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8618058Z test_non_contig_index_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8637679Z test_non_contig_index_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8657590Z test_non_contig_index_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8677921Z test_non_contig_index_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8698028Z test_non_contig_index_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8720696Z test_non_contig_index_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8743103Z test_non_contig_index_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8763469Z test_non_contig_index_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8783843Z test_non_contig_index_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8804142Z test_non_contig_index_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8824127Z test_non_contig_index_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8843968Z test_non_contig_index_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8863694Z test_non_contig_index_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8883460Z test_non_contig_index_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8903149Z test_non_contig_index_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8923539Z test_non_contig_index_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8944173Z test_non_contig_index_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8964714Z test_non_contig_index_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.8984924Z test_non_contig_index_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9004847Z test_non_contig_index_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9026561Z test_non_contig_index_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9046231Z test_non_contig_index_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9066283Z test_non_contig_index_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9086278Z test_non_contig_index_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9105718Z test_non_contig_index_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9124717Z test_non_contig_index_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.9144931Z test_non_contig_index_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9165501Z test_non_contig_index_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9185435Z test_non_contig_index_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9205072Z test_non_contig_index_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9225028Z test_non_contig_index_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9244596Z test_non_contig_index_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9263313Z test_non_contig_index_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.9282351Z test_non_contig_index_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.9301753Z test_non_contig_index_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.9320705Z test_non_contig_index_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9339472Z test_non_contig_index_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.9359835Z test_non_contig_index_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9379227Z test_non_contig_index_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9400032Z test_non_contig_index_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9420783Z test_non_contig_index_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9440733Z test_non_contig_index_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9460379Z test_non_contig_index_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9480927Z test_non_contig_index_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9499744Z test_non_contig_index_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9519195Z test_non_contig_index_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9538317Z test_non_contig_index_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9559461Z test_non_contig_index_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9578857Z test_non_contig_index_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9592094Z test_non_contig_index_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:43.9612575Z test_non_contig_index_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9633121Z test_non_contig_index_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9653266Z test_non_contig_index_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9672201Z test_non_contig_index_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.9691634Z test_non_contig_index_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9710499Z test_non_contig_index_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.9730522Z test_non_contig_index_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9749812Z test_non_contig_index_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.9770052Z test_non_contig_index_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9789635Z test_non_contig_index_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9809889Z test_non_contig_index_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9829643Z test_non_contig_index_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9849627Z test_non_contig_index_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9868588Z test_non_contig_index_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.9887046Z test_non_contig_index_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.9905278Z test_non_contig_index_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.9924051Z test_non_contig_index_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.9942467Z test_non_contig_index_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:43.9962645Z test_non_contig_index_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:43.9981047Z test_non_contig_index_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0001684Z test_non_contig_index_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0022992Z test_non_contig_index_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0044029Z test_non_contig_index_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0062897Z test_non_contig_index_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0084019Z test_non_contig_index_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0103156Z test_non_contig_index_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0122229Z test_non_contig_index_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0141061Z test_non_contig_index_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0162048Z test_non_contig_index_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0182817Z test_non_contig_index_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0203203Z test_non_contig_index_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0223491Z test_non_contig_index_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0242689Z test_non_contig_index_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0262256Z test_non_contig_index_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0281245Z test_non_contig_index_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0300669Z test_non_contig_index_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0319818Z test_non_contig_index_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0338690Z test_non_contig_index_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0357575Z test_non_contig_index_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0376236Z test_non_contig_index_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0395041Z test_non_contig_index_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0414028Z test_non_contig_index_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0433670Z test_non_contig_index_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0452631Z test_non_contig_index_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0472120Z test_non_contig_index_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0491739Z test_non_contig_index_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0511386Z test_non_contig_index_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0530516Z test_non_contig_index_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0549575Z test_non_contig_index_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0568402Z test_non_contig_index_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0587236Z test_non_contig_index_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0608246Z test_non_contig_index_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0627957Z test_non_contig_index_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0646906Z test_non_contig_index_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0666558Z test_non_contig_index_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0686316Z test_non_contig_index_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0705990Z test_non_contig_index_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0725096Z test_non_contig_index_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0744013Z test_non_contig_index_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0762939Z test_non_contig_index_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0781850Z test_non_contig_index_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0800683Z test_non_contig_index_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0821065Z test_non_contig_index_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0840059Z test_non_contig_index_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0860229Z test_non_contig_index_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0880461Z test_non_contig_index_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0900515Z test_non_contig_index_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.0919471Z test_non_contig_index_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0938386Z test_non_contig_index_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0957252Z test_non_contig_index_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0976193Z test_non_contig_index_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.0995144Z test_non_contig_index_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.1015459Z test_non_contig_index_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1036003Z test_non_contig_index_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1055950Z test_non_contig_index_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1076023Z test_non_contig_index_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1096044Z test_non_contig_index_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1116164Z test_non_contig_index_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1138184Z test_non_contig_index_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1158376Z test_non_contig_index_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1178560Z test_non_contig_index_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1198584Z test_non_contig_index_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1218478Z test_non_contig_index_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1239085Z test_non_contig_index_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1258582Z test_non_contig_index_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1279523Z test_non_contig_index_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1300656Z test_non_contig_index_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1321062Z test_non_contig_index_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1341370Z test_non_contig_index_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1361660Z test_non_contig_index_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1381642Z test_non_contig_index_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1401666Z test_non_contig_index_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1421488Z test_non_contig_index_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1441338Z test_non_contig_index_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1461218Z test_non_contig_index_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1478327Z test_non_contig_index_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1495204Z test_non_contig_index_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1511861Z test_non_contig_index_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1528689Z test_non_contig_index_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1545393Z test_non_contig_index_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1562194Z test_non_contig_index_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1579108Z test_non_contig_index_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1596022Z test_non_contig_index_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1612734Z test_non_contig_index_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1629463Z test_non_contig_index_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1646300Z test_non_contig_index_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1665201Z test_non_contig_index_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1682150Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1699037Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1715982Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1732724Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1749529Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1766674Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1783199Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1800115Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1816935Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1833830Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1850703Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1867484Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.1888263Z test_non_contig_index_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1908037Z test_non_contig_index_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1927636Z test_non_contig_index_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1946966Z test_non_contig_index_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1966366Z test_non_contig_index_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.1987192Z test_non_contig_index_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2007343Z test_non_contig_index_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2028373Z test_non_contig_index_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2049717Z test_non_contig_index_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2069732Z test_non_contig_index_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2089988Z test_non_contig_index_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2109983Z test_non_contig_index_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2129894Z test_non_contig_index_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2149485Z test_non_contig_index_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2171379Z test_non_contig_index_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2190985Z test_non_contig_index_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2210907Z test_non_contig_index_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2230413Z test_non_contig_index_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2249603Z test_non_contig_index_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.2269036Z test_non_contig_index_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2288877Z test_non_contig_index_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2308504Z test_non_contig_index_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2327715Z test_non_contig_index_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2346543Z test_non_contig_index_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.2365550Z test_non_contig_index_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.2384436Z test_non_contig_index_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.2403791Z test_non_contig_index_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.2423364Z test_non_contig_index_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2442363Z test_non_contig_index_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.2462685Z test_non_contig_index_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2482955Z test_non_contig_index_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2502705Z test_non_contig_index_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2522407Z test_non_contig_index_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2542018Z test_non_contig_index_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2561350Z test_non_contig_index_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2580690Z test_non_contig_index_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.2599664Z test_non_contig_index_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.2618556Z test_non_contig_index_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.2637685Z test_non_contig_index_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.2657431Z test_non_contig_index_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2676530Z test_non_contig_index_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.2698806Z test_non_contig_index_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2719132Z test_non_contig_index_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2738807Z test_non_contig_index_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2758545Z test_non_contig_index_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2778220Z test_non_contig_index_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2797240Z test_non_contig_index_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.2816280Z test_non_contig_index_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.2835467Z test_non_contig_index_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.2854740Z test_non_contig_index_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.2874010Z test_non_contig_index_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.2893597Z test_non_contig_index_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2912378Z test_non_contig_index_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.2932879Z test_non_contig_index_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2953246Z test_non_contig_index_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2972843Z test_non_contig_index_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.2992307Z test_non_contig_index_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3012065Z test_non_contig_index_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3030979Z test_non_contig_index_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3050408Z test_non_contig_index_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3069140Z test_non_contig_index_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3088352Z test_non_contig_index_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3107303Z test_non_contig_index_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3127121Z test_non_contig_index_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3146063Z test_non_contig_index_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3165976Z test_non_contig_index_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3185582Z test_non_contig_index_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3205144Z test_non_contig_index_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3226556Z test_non_contig_index_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3245575Z test_non_contig_index_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3264885Z test_non_contig_index_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3284047Z test_non_contig_index_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3303078Z test_non_contig_index_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3323722Z test_non_contig_index_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3342745Z test_non_contig_index_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3363011Z test_non_contig_index_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3383254Z test_non_contig_index_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3403347Z test_non_contig_index_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3422551Z test_non_contig_index_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3441911Z test_non_contig_index_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3460918Z test_non_contig_index_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3480257Z test_non_contig_index_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3499533Z test_non_contig_index_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3520027Z test_non_contig_index_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3539202Z test_non_contig_index_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3559828Z test_non_contig_index_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3580303Z test_non_contig_index_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3600791Z test_non_contig_index_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3620066Z test_non_contig_index_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3639243Z test_non_contig_index_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3658244Z test_non_contig_index_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3677420Z test_non_contig_index_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3696533Z test_non_contig_index_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3717095Z test_non_contig_index_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3736296Z test_non_contig_index_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3758417Z test_non_contig_index_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3778792Z test_non_contig_index_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3798773Z test_non_contig_index_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3817974Z test_non_contig_index_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3837179Z test_non_contig_index_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3856043Z test_non_contig_index_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3875114Z test_non_contig_index_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3893968Z test_non_contig_index_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3914436Z test_non_contig_index_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3933186Z test_non_contig_index_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.3953491Z test_non_contig_index_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3973699Z test_non_contig_index_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.3993747Z test_non_contig_index_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4013069Z test_non_contig_index_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.4032005Z test_non_contig_index_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.4050831Z test_non_contig_index_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.4069581Z test_non_contig_index_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.4088927Z test_non_contig_index_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.4109274Z test_non_contig_index_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4128182Z test_non_contig_index_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.4149439Z test_non_contig_index_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4171581Z test_non_contig_index_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4193088Z test_non_contig_index_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4213588Z test_non_contig_index_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4234362Z test_non_contig_index_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4254485Z test_non_contig_index_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4274024Z test_non_contig_index_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4296700Z test_non_contig_index_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4315980Z test_non_contig_index_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4335120Z test_non_contig_index_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4354389Z test_non_contig_index_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.4374265Z test_non_contig_index_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4393426Z test_non_contig_index_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.4413717Z test_non_contig_index_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4434254Z test_non_contig_index_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4453902Z test_non_contig_index_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4474047Z test_non_contig_index_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4493430Z test_non_contig_index_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4512211Z test_non_contig_index_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.4531621Z test_non_contig_index_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.4550740Z test_non_contig_index_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.4569773Z test_non_contig_index_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.4588572Z test_non_contig_index_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.4609291Z test_non_contig_index_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4629692Z test_non_contig_index_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4649877Z test_non_contig_index_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4670110Z test_non_contig_index_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4690720Z test_non_contig_index_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4710869Z test_non_contig_index_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4732098Z test_non_contig_index_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4753015Z test_non_contig_index_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4773834Z test_non_contig_index_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4793761Z test_non_contig_index_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4813596Z test_non_contig_index_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4834476Z test_non_contig_index_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4853895Z test_non_contig_index_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4872749Z test_non_contig_index_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.4891949Z test_non_contig_index_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.4910866Z test_non_contig_index_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.4931970Z test_non_contig_index_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4952397Z test_non_contig_index_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4972878Z test_non_contig_index_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.4993273Z test_non_contig_index_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5012385Z test_non_contig_index_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5031506Z test_non_contig_index_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.5050679Z test_non_contig_index_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.5069469Z test_non_contig_index_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.5089022Z test_non_contig_index_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5109245Z test_non_contig_index_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5130613Z test_non_contig_index_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5151179Z test_non_contig_index_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5171379Z test_non_contig_index_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5191242Z test_non_contig_index_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5211490Z test_non_contig_index_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5230522Z test_non_contig_index_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.5249772Z test_non_contig_index_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.5268628Z test_non_contig_index_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.5287974Z test_non_contig_index_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5307202Z test_non_contig_index_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.5328171Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5348501Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5371153Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5390791Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5410637Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5430149Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5449788Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5469084Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5488524Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5508434Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5528755Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5547989Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5567556Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5586602Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5613991Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5625523Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5638720Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.5651492Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.5664151Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.5677288Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.5689888Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.5702531Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.5715748Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.5728744Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.5741304Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.5754895Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.5767190Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.5780291Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.5793289Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.5805973Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.5818697Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.5833872Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.5856308Z test_non_contig_index_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5878660Z test_non_contig_index_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5899598Z test_non_contig_index_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5919632Z test_non_contig_index_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5939227Z test_non_contig_index_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5958841Z test_non_contig_index_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5978257Z test_non_contig_index_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.5997652Z test_non_contig_index_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.6016821Z test_non_contig_index_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.6036961Z test_non_contig_index_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.6056975Z test_non_contig_index_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.6076652Z test_non_contig_index_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.6095920Z test_non_contig_index_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.6115473Z test_non_contig_index_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.6134935Z test_non_contig_index_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.6154710Z test_non_contig_index_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.6174103Z test_non_contig_index_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.6194406Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.6214223Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.6233854Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.6253418Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.6273103Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.6292593Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.6312098Z test_non_contig_index_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.6325629Z test_non_contig_index_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6338305Z test_non_contig_index_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6351254Z test_non_contig_index_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6364087Z test_non_contig_index_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6379298Z test_non_contig_index_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6392137Z test_non_contig_index_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6405026Z test_non_contig_index_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6418148Z test_non_contig_index_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6430783Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6443903Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6456700Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6469462Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6482293Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6495421Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6508301Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6521134Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6534119Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6546795Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6559665Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6572559Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6585611Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6598428Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6611427Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6623938Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6637049Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6649958Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6663129Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6675670Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6688576Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6701393Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6714561Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6727019Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6739753Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6754809Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6767562Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6780396Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6793581Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6806185Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6818882Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6831910Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:44.6855639Z test_non_contig_index_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.6877291Z test_non_contig_index_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.6898640Z test_non_contig_index_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.6919981Z test_non_contig_index_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.6940728Z test_non_contig_index_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.6961119Z test_non_contig_index_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.6981101Z test_non_contig_index_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7001054Z test_non_contig_index_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7021099Z test_non_contig_index_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7041069Z test_non_contig_index_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7060894Z test_non_contig_index_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7081376Z test_non_contig_index_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7101483Z test_non_contig_index_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7121574Z test_non_contig_index_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7141436Z test_non_contig_index_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7161015Z test_non_contig_index_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7180715Z test_non_contig_index_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7200118Z test_non_contig_index_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7220076Z test_non_contig_index_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7241021Z test_non_contig_index_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7264093Z test_non_contig_index_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7285032Z test_non_contig_index_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7305107Z test_non_contig_index_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7325097Z test_non_contig_index_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7344832Z test_non_contig_index_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7363839Z test_non_contig_index_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.7382816Z test_non_contig_index_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.7401756Z test_non_contig_index_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.7420782Z test_non_contig_index_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.7440021Z test_non_contig_index_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:11:44.7460928Z test_non_contig_index_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7480987Z test_non_contig_index_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7502078Z test_non_contig_index_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7523099Z test_non_contig_index_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7543293Z test_non_contig_index_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7563737Z test_non_contig_index_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7583818Z test_non_contig_index_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7603548Z test_non_contig_index_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7623157Z test_non_contig_index_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7642855Z test_non_contig_index_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7662534Z test_non_contig_index_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7682266Z test_non_contig_index_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7702367Z test_non_contig_index_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7721449Z test_non_contig_index_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7741434Z test_non_contig_index_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7761399Z test_non_contig_index_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7780837Z test_non_contig_index_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7802531Z test_non_contig_index_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7822009Z test_non_contig_index_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7841418Z test_non_contig_index_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7860816Z test_non_contig_index_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7880499Z test_non_contig_index_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7906181Z test_non_contig_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7931175Z test_non_contig_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.7961293Z test_non_contig_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:44.7989264Z test_non_contig_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.8016628Z test_non_contig_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.8042561Z test_non_contig_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.8068890Z test_non_contig_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.8094679Z test_non_contig_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.8120553Z test_non_contig_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.8146090Z test_non_contig_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.8172008Z test_non_contig_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.8198236Z test_non_contig_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.8217349Z test_non_contig_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.8236266Z test_non_contig_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.8254782Z test_non_contig_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.8273346Z test_non_contig_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.8291824Z test_non_contig_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.8310188Z test_non_contig_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.8328554Z test_non_contig_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.8346757Z test_non_contig_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.8365329Z test_non_contig_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.8383754Z test_non_contig_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.8402430Z test_non_contig_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.8422700Z test_non_contig_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:11:44.8441272Z test_non_contig_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.8460064Z test_non_contig_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.8478508Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.8496966Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.8515330Z test_non_contig_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.8533810Z test_non_contig_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.8552072Z test_non_contig_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.8570587Z test_non_contig_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.8588925Z test_non_contig_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.8607528Z test_non_contig_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.8625732Z test_non_contig_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.8644044Z test_non_contig_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:44.8668657Z test_non_contig_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.8692609Z test_non_contig_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.8716367Z test_non_contig_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.8739541Z test_non_contig_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.8762719Z test_non_contig_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.8789227Z test_non_contig_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.8815231Z test_non_contig_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.8846143Z test_non_contig_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:44.8875985Z test_non_contig_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:44.8902705Z test_non_contig_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.8929141Z test_non_contig_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.8956143Z test_non_contig_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.8981801Z test_non_contig_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9007696Z test_non_contig_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9035801Z test_non_contig_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9062241Z test_non_contig_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9088040Z test_non_contig_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9112460Z test_non_contig_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9134600Z test_non_contig_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9158866Z test_non_contig_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9182772Z test_non_contig_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9207429Z test_non_contig_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9230555Z test_non_contig_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9253080Z test_non_contig_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9275690Z test_non_contig_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9299720Z test_non_contig_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9322890Z test_non_contig_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9347025Z test_non_contig_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9370106Z test_non_contig_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9396321Z test_non_contig_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9422513Z test_non_contig_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9447758Z test_non_contig_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9472122Z test_non_contig_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9497381Z test_non_contig_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9521015Z test_non_contig_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9544028Z test_non_contig_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9567288Z test_non_contig_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9590218Z test_non_contig_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9613377Z test_non_contig_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9638036Z test_non_contig_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9660771Z test_non_contig_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9689362Z test_non_contig_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9715302Z test_non_contig_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9740076Z test_non_contig_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9764052Z test_non_contig_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9788879Z test_non_contig_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9812123Z test_non_contig_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9834257Z test_non_contig_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9856532Z test_non_contig_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9879053Z test_non_contig_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9901533Z test_non_contig_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9925237Z test_non_contig_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9947658Z test_non_contig_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9973583Z test_non_contig_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:44.9999649Z test_non_contig_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0024306Z test_non_contig_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0048427Z test_non_contig_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0072723Z test_non_contig_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0095736Z test_non_contig_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0118112Z test_non_contig_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0140352Z test_non_contig_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0162706Z test_non_contig_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0184838Z test_non_contig_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0208775Z test_non_contig_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0230485Z test_non_contig_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0254764Z test_non_contig_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0278455Z test_non_contig_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0303219Z test_non_contig_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0328593Z test_non_contig_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0350685Z test_non_contig_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0373123Z test_non_contig_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0395623Z test_non_contig_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0418057Z test_non_contig_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0443211Z test_non_contig_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0466067Z test_non_contig_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0491842Z test_non_contig_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0517661Z test_non_contig_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0543723Z test_non_contig_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0566991Z test_non_contig_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0588937Z test_non_contig_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0611546Z test_non_contig_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0633914Z test_non_contig_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0656303Z test_non_contig_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0681593Z test_non_contig_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0704498Z test_non_contig_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0730179Z test_non_contig_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0755874Z test_non_contig_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0781251Z test_non_contig_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0804640Z test_non_contig_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0826973Z test_non_contig_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0849275Z test_non_contig_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0871703Z test_non_contig_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0894441Z test_non_contig_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0919968Z test_non_contig_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0943053Z test_non_contig_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.0972955Z test_non_contig_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:45.0998957Z test_non_contig_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1024861Z test_non_contig_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1048858Z test_non_contig_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1071352Z test_non_contig_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1093393Z test_non_contig_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1115772Z test_non_contig_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1138312Z test_non_contig_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1163493Z test_non_contig_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1186480Z test_non_contig_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1212255Z test_non_contig_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1238349Z test_non_contig_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1263873Z test_non_contig_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1287600Z test_non_contig_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1310198Z test_non_contig_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1332537Z test_non_contig_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1355022Z test_non_contig_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1377470Z test_non_contig_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1402715Z test_non_contig_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1427353Z test_non_contig_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1454679Z test_non_contig_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1484300Z test_non_contig_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1511773Z test_non_contig_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1537945Z test_non_contig_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1563915Z test_non_contig_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1591140Z test_non_contig_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1614660Z test_non_contig_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1639896Z test_non_contig_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1663264Z test_non_contig_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1686367Z test_non_contig_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1709006Z test_non_contig_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1732887Z test_non_contig_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1755193Z test_non_contig_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1780842Z test_non_contig_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1806831Z test_non_contig_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1831289Z test_non_contig_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1855208Z test_non_contig_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1879770Z test_non_contig_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1902905Z test_non_contig_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1925415Z test_non_contig_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1947603Z test_non_contig_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1970344Z test_non_contig_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.1992423Z test_non_contig_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2017794Z test_non_contig_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2044295Z test_non_contig_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2071966Z test_non_contig_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2098667Z test_non_contig_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2126017Z test_non_contig_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2152474Z test_non_contig_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2184507Z test_non_contig_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:45.2215775Z test_non_contig_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:45.2242640Z test_non_contig_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2268994Z test_non_contig_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2296290Z test_non_contig_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2324070Z test_non_contig_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2347192Z test_non_contig_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2370024Z test_non_contig_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2392903Z test_non_contig_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2415680Z test_non_contig_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2430299Z test_non_contig_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:45.2458090Z test_non_contig_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2485141Z test_non_contig_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2512349Z test_non_contig_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2536651Z test_non_contig_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2559979Z test_non_contig_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2583036Z test_non_contig_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2606608Z test_non_contig_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2629787Z test_non_contig_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2655208Z test_non_contig_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2683205Z test_non_contig_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2710788Z test_non_contig_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2737142Z test_non_contig_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2762965Z test_non_contig_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2788501Z test_non_contig_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2811864Z test_non_contig_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2834764Z test_non_contig_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2857814Z test_non_contig_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2880295Z test_non_contig_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2902961Z test_non_contig_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2927349Z test_non_contig_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2953799Z test_non_contig_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.2982050Z test_non_contig_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3007633Z test_non_contig_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3032920Z test_non_contig_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3058340Z test_non_contig_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3083670Z test_non_contig_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3108949Z test_non_contig_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3133796Z test_non_contig_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3160298Z test_non_contig_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3186406Z test_non_contig_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3211940Z test_non_contig_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3237058Z test_non_contig_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3262183Z test_non_contig_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3287388Z test_non_contig_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3312454Z test_non_contig_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3328451Z test_non_contig_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.3343020Z test_non_contig_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.3357385Z test_non_contig_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.3372255Z test_non_contig_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.3386893Z test_non_contig_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.3401335Z test_non_contig_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.3416461Z test_non_contig_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.3431046Z test_non_contig_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.3445644Z test_non_contig_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.3460533Z test_non_contig_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.3475123Z test_non_contig_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.3489944Z test_non_contig_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.3504803Z test_non_contig_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.3519794Z test_non_contig_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.3534520Z test_non_contig_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.3551354Z test_non_contig_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.3579732Z test_non_contig_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3607697Z test_non_contig_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3635087Z test_non_contig_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3661030Z test_non_contig_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3687246Z test_non_contig_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3713284Z test_non_contig_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3739175Z test_non_contig_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3764862Z test_non_contig_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3790219Z test_non_contig_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3817236Z test_non_contig_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3844375Z test_non_contig_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3870162Z test_non_contig_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3898431Z test_non_contig_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3924376Z test_non_contig_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3949939Z test_non_contig_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.3975421Z test_non_contig_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.4001076Z test_non_contig_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.4027871Z test_non_contig_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.4054915Z test_non_contig_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.4080619Z test_non_contig_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.4106617Z test_non_contig_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.4131964Z test_non_contig_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.4157422Z test_non_contig_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.4183087Z test_non_contig_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.4199104Z test_non_contig_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4213835Z test_non_contig_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4228421Z test_non_contig_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4243250Z test_non_contig_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4259901Z test_non_contig_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4274880Z test_non_contig_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4290250Z test_non_contig_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4304701Z test_non_contig_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4319181Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4333700Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4348450Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4363055Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4377852Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4393056Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4407743Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4422304Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4436869Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4451468Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4466306Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4480916Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4495571Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4509990Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4524772Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4539717Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4554323Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4569254Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4584076Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4598887Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4613896Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4628513Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4643354Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4657849Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4672244Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4689106Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4703522Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4718156Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4732402Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4747179Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4762167Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4776864Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:45.4806052Z test_non_contig_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.4832640Z test_non_contig_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.4860693Z test_non_contig_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.4888079Z test_non_contig_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.4914999Z test_non_contig_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.4940898Z test_non_contig_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.4966866Z test_non_contig_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.4993003Z test_non_contig_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5018435Z test_non_contig_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5043973Z test_non_contig_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5068910Z test_non_contig_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5100638Z test_non_contig_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:45.5130453Z test_non_contig_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5158759Z test_non_contig_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5187097Z test_non_contig_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5215597Z test_non_contig_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5243819Z test_non_contig_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5278845Z test_non_contig_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:45.5305898Z test_non_contig_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5335158Z test_non_contig_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5368501Z test_non_contig_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:45.5396990Z test_non_contig_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5424361Z test_non_contig_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5451316Z test_non_contig_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5477575Z test_non_contig_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5501506Z test_non_contig_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5525242Z test_non_contig_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5548514Z test_non_contig_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5571638Z test_non_contig_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5594392Z test_non_contig_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5621172Z test_non_contig_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5647096Z test_non_contig_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5676909Z test_non_contig_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5705494Z test_non_contig_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5733368Z test_non_contig_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5760465Z test_non_contig_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5787089Z test_non_contig_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5813036Z test_non_contig_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5838888Z test_non_contig_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5864413Z test_non_contig_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5890095Z test_non_contig_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5915681Z test_non_contig_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5942969Z test_non_contig_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5968054Z test_non_contig_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.5995070Z test_non_contig_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.6021066Z test_non_contig_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.6047680Z test_non_contig_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.6074988Z test_non_contig_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.6100118Z test_non_contig_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.6125433Z test_non_contig_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.6150392Z test_non_contig_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.6177160Z test_non_contig_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:45.8267146Z test_not_broadcastable___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.208s) 2022-09-27T16:11:45.8470383Z test_not_broadcastable___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:45.8672910Z test_not_broadcastable___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:45.8873101Z test_not_broadcastable___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:45.8896053Z test_not_broadcastable___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:11:45.8896714Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:11:45.9091962Z ok (0.021s) 2022-09-27T16:11:45.9349695Z test_not_broadcastable___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:45.9561594Z test_not_broadcastable_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:11:45.9779281Z test_not_broadcastable_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:11:45.9979789Z test_not_broadcastable_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:46.0180589Z test_not_broadcastable_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:46.0392641Z test_not_broadcastable_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:11:46.0592193Z test_not_broadcastable_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:46.0791948Z test_not_broadcastable_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:46.0991223Z test_not_broadcastable_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:46.1190121Z test_not_broadcastable_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:46.1387137Z test_not_broadcastable_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:46.1651253Z test_not_broadcastable_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:11:46.1863688Z test_not_broadcastable_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:11:46.2065999Z test_not_broadcastable_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:46.2268759Z test_not_broadcastable_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:46.2475363Z test_not_broadcastable_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:46.2675123Z test_not_broadcastable_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:46.2883970Z test_not_broadcastable_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:46.3083703Z test_not_broadcastable_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:46.3284065Z test_not_broadcastable_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:46.3482985Z test_not_broadcastable_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:46.3684466Z test_not_broadcastable_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:46.3929979Z test_not_broadcastable_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:46.3951340Z test_not_broadcastable_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:11:46.3970383Z test_not_broadcastable_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:46.4215396Z test_not_broadcastable_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:46.4416555Z test_not_broadcastable_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:46.4654368Z test_not_broadcastable_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:46.4889127Z test_not_broadcastable_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:46.5128808Z test_not_broadcastable_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:46.5327570Z test_not_broadcastable_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:46.5589991Z test_not_broadcastable_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:11:46.5809845Z test_not_broadcastable_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:11:46.6076435Z test_not_broadcastable_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:11:46.6295902Z test_not_broadcastable_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:11:46.6495611Z test_not_broadcastable_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:46.6695113Z test_not_broadcastable_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:46.6895124Z test_not_broadcastable_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:46.7127101Z test_not_broadcastable_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:46.7344092Z test_not_broadcastable_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:11:46.7546692Z test_not_broadcastable_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:46.7805166Z test_not_broadcastable_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:46.8010937Z test_not_broadcastable_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:46.8211230Z test_not_broadcastable_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:46.8226230Z test_not_broadcastable_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:46.8240523Z test_not_broadcastable_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:46.8442006Z test_not_broadcastable_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:46.8640722Z test_not_broadcastable_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:46.8842587Z test_not_broadcastable_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:46.8857088Z test_not_broadcastable_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:46.8871225Z test_not_broadcastable_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:46.8884497Z test_not_broadcastable_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:46.8897378Z test_not_broadcastable_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:46.8910399Z test_not_broadcastable_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:11:46.9131179Z test_not_broadcastable_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:11:46.9333239Z test_not_broadcastable_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:46.9549093Z test_not_broadcastable_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:11:46.9795430Z test_not_broadcastable_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:47.0014698Z test_not_broadcastable_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:11:47.0792734Z test_out_resize_warning_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:11:47.1002398Z test_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary_ufuncs.py line 1324 2022-09-27T16:11:47.1003027Z due to: 2022-09-27T16:11:47.1003344Z Traceback (most recent call last): 2022-09-27T16:11:47.1004178Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:47.1004988Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:47.1005774Z AssertionError: torch.* op returned non-Tensor bool call_method is_complex 2022-09-27T16:11:47.1006095Z 2022-09-27T16:11:47.1006222Z from user code: 2022-09-27T16:11:47.1006644Z File "test_binary_ufuncs.py", line 1344, in 2022-09-27T16:11:47.1007065Z if m1.is_complex(): 2022-09-27T16:11:47.1007251Z 2022-09-27T16:11:47.1007622Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:47.1008028Z ========== 2022-09-27T16:11:47.2242557Z ok (0.144s) 2022-09-27T16:11:47.2312676Z test_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pow test_binary_ufuncs.py line 1319 2022-09-27T16:11:47.2313434Z due to: 2022-09-27T16:11:47.2313769Z Traceback (most recent call last): 2022-09-27T16:11:47.2314230Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:47.2315083Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:47.2315839Z AssertionError: torch.* op returned non-Tensor bool call_method is_complex 2022-09-27T16:11:47.2316199Z 2022-09-27T16:11:47.2316323Z from user code: 2022-09-27T16:11:47.2316690Z File "test_binary_ufuncs.py", line 1322, in test_pow 2022-09-27T16:11:47.2317125Z if m1.is_floating_point() or m1.is_complex(): 2022-09-27T16:11:47.2317360Z 2022-09-27T16:11:47.2317621Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:47.2318013Z ========== 2022-09-27T16:11:47.3235663Z ok (0.099s) 2022-09-27T16:11:47.4191003Z test_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:11:47.5289943Z test_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:11:47.6577627Z test_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.128s) 2022-09-27T16:11:47.7050856Z test_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:11:47.7550033Z test_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:11:47.8047016Z test_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:11:47.8539164Z test_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:11:47.9034726Z test_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:11:47.9529221Z test_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:11:47.9546077Z test_pow_cuda_complex_extremal_failing_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:47.9561022Z test_pow_cuda_complex_extremal_failing_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:48.1621809Z test_pow_inplace_resizing_exception_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.205s) 2022-09-27T16:11:48.1831014Z test_pow_scalar_base_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:48.1885912Z test_pow_scalar_overloads_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pow_scalar_overloads_mem_overlap test_binary_ufuncs.py line 3888 2022-09-27T16:11:48.1886338Z due to: 2022-09-27T16:11:48.1886545Z Traceback (most recent call last): 2022-09-27T16:11:48.1886822Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 140, in python_type 2022-09-27T16:11:48.1887137Z raise NotImplementedError(f"{self} has no type") 2022-09-27T16:11:48.1887431Z NotImplementedError: NestedUserFunctionVariable() has no type 2022-09-27T16:11:48.1887605Z 2022-09-27T16:11:48.1887663Z from user code: 2022-09-27T16:11:48.1887908Z File "test_binary_ufuncs.py", line 3893, in test_pow_scalar_overloads_mem_overlap 2022-09-27T16:11:48.1888449Z self.check_internal_mem_overlap(lambda t: t.pow_(42), 1, dtype, device) 2022-09-27T16:11:48.1888615Z 2022-09-27T16:11:48.1888752Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:48.1888956Z ========== 2022-09-27T16:11:48.2099469Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary_ufuncs.py line 3893 2022-09-27T16:11:48.2099750Z due to: 2022-09-27T16:11:48.2099955Z Traceback (most recent call last): 2022-09-27T16:11:48.2100292Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:11:48.2100571Z return self._op(*args, **kwargs or {}) 2022-09-27T16:11:48.2101255Z RuntimeError: unsupported operation: more than one element of the written-to tensor refers to a single memory location. Please clone() the tensor before performing the operation. 2022-09-27T16:11:48.2101534Z 2022-09-27T16:11:48.2101657Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:48.2101823Z 2022-09-27T16:11:48.2101919Z Traceback (most recent call last): 2022-09-27T16:11:48.2102198Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:48.2102478Z raise TorchRuntimeError() from e 2022-09-27T16:11:48.2102700Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:48.2102842Z 2022-09-27T16:11:48.2102912Z from user code: 2022-09-27T16:11:48.2103124Z File "test_binary_ufuncs.py", line 3893, in 2022-09-27T16:11:48.2103380Z self.check_internal_mem_overlap(lambda t: t.pow_(42), 1, dtype, device) 2022-09-27T16:11:48.2103543Z 2022-09-27T16:11:48.2103678Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:48.2103897Z ========== 2022-09-27T16:11:48.2341533Z ok (0.051s) 2022-09-27T16:11:48.2406493Z test_pow_scalar_type_promotion_cpu (__main__.TestBinaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pow_scalar_type_promotion test_binary_ufuncs.py line 1660 2022-09-27T16:11:48.2407164Z due to: 2022-09-27T16:11:48.2407369Z Traceback (most recent call last): 2022-09-27T16:11:48.2407647Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 243, in call_function 2022-09-27T16:11:48.2407923Z assert name in tx.symbolic_locals 2022-09-27T16:11:48.2408121Z AssertionError 2022-09-27T16:11:48.2408229Z 2022-09-27T16:11:48.2408299Z from user code: 2022-09-27T16:11:48.2408523Z File "test_binary_ufuncs.py", line 1671, in test_pow_scalar_type_promotion 2022-09-27T16:11:48.2408803Z out=torch.tensor(0, dtype=torch.int64, device=device), 2022-09-27T16:11:48.2408950Z 2022-09-27T16:11:48.2409084Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:48.2409294Z ========== 2022-09-27T16:11:48.2414667Z test_binary_ufuncs.py:1671: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:11:48.2415346Z out=torch.tensor(0, dtype=torch.int64, device=device), 2022-09-27T16:11:48.2416023Z test_binary_ufuncs.py:1679: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:11:48.2416657Z out=torch.tensor(0, dtype=torch.int64, device=device), 2022-09-27T16:11:48.2420668Z ok (0.007s) 2022-09-27T16:11:48.4064155Z test_rdiv_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.164s) 2022-09-27T16:11:48.5639878Z test_rdiv_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.157s) 2022-09-27T16:11:48.7059721Z test_rdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.141s) 2022-09-27T16:11:48.8484603Z test_rdiv_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.142s) 2022-09-27T16:11:48.9915149Z test_rdiv_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.142s) 2022-09-27T16:11:49.1156854Z test_rdiv_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.124s) 2022-09-27T16:11:49.2393768Z test_rdiv_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.123s) 2022-09-27T16:11:49.3630347Z test_rdiv_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.123s) 2022-09-27T16:11:49.3655881Z test_rdiv_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:49.5902089Z test_reference_numerics_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.224s) 2022-09-27T16:11:49.6159596Z test_reference_numerics_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:49.6883168Z test_reference_numerics_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:11:49.8037611Z test_reference_numerics_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-09-27T16:11:49.8433748Z test_reference_numerics_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:11:49.9023037Z test_reference_numerics_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:11:49.9225074Z test_reference_numerics_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:49.9516516Z test_reference_numerics_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:11:49.9768191Z test_reference_numerics_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:50.0168527Z test_reference_numerics_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:11:50.0355618Z test_reference_numerics_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:11:50.0620210Z test_reference_numerics_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:11:50.0870556Z test_reference_numerics_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:50.1112948Z test_reference_numerics_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:50.1361336Z test_reference_numerics_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:50.1620294Z test_reference_numerics_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:50.1810251Z test_reference_numerics_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:11:50.2051100Z test_reference_numerics_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:50.2292164Z test_reference_numerics_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:50.2535995Z test_reference_numerics_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:50.2782641Z test_reference_numerics_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:50.3033261Z test_reference_numerics_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:50.3213578Z test_reference_numerics_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:11:50.3457187Z test_reference_numerics_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:50.3699022Z test_reference_numerics_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:50.3952684Z test_reference_numerics_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:50.4211365Z test_reference_numerics_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:50.4482416Z test_reference_numerics_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:11:50.4673282Z test_reference_numerics_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:11:50.4917337Z test_reference_numerics_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:50.5163146Z test_reference_numerics_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:50.5515004Z test_reference_numerics_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:11:50.5763187Z test_reference_numerics_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:50.6412917Z test_reference_numerics_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:11:50.6655340Z test_reference_numerics_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:50.6964017Z test_reference_numerics_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:11:50.7212852Z test_reference_numerics_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:50.7493276Z test_reference_numerics_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:11:50.7679051Z test_reference_numerics_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:11:50.7926369Z test_reference_numerics_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:50.8178531Z test_reference_numerics_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:50.8536725Z test_reference_numerics_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:11:50.8780490Z test_reference_numerics_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:50.9437005Z test_reference_numerics_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:11:50.9686373Z test_reference_numerics_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:51.0009238Z test_reference_numerics_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:11:51.0259195Z test_reference_numerics_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:51.0512959Z test_reference_numerics_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:51.0696379Z test_reference_numerics_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:11:51.0947370Z test_reference_numerics_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:51.1199913Z test_reference_numerics_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:51.1484227Z test_reference_numerics_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:11:51.1764683Z test_reference_numerics_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:11:51.2288220Z test_reference_numerics_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:11:51.3260220Z test_reference_numerics_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:11:51.3610754Z test_reference_numerics_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:11:51.4141430Z test_reference_numerics_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:11:51.4318459Z test_reference_numerics_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:11:51.4627236Z test_reference_numerics_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:11:51.4903489Z test_reference_numerics_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:11:51.5159635Z test_reference_numerics_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:51.5351108Z test_reference_numerics_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:11:51.5592275Z test_reference_numerics_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:51.5833619Z test_reference_numerics_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:51.7778368Z test_reference_numerics_extremal_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:8106: RuntimeWarning: invalid value encountered in add 2022-09-27T16:11:51.7779470Z ref=lambda input, other, *, alpha=1: np.add(input, other) if alpha == 1 \ 2022-09-27T16:11:51.7801592Z ok (0.196s) 2022-09-27T16:11:51.7815584Z test_reference_numerics_extremal_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:51.7826404Z test_reference_numerics_extremal_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:51.7884657Z test_reference_numerics_extremal_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:51.7919692Z test_reference_numerics_extremal_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:51.7954354Z test_reference_numerics_extremal_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:51.7989965Z test_reference_numerics_extremal_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:51.8035444Z test_reference_numerics_extremal_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:51.8069462Z test_reference_numerics_extremal_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:51.8104020Z test_reference_numerics_extremal_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:51.8138909Z test_reference_numerics_extremal_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:51.8183024Z test_reference_numerics_extremal_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:51.8216596Z test_reference_numerics_extremal_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:51.8250975Z test_reference_numerics_extremal_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:51.8278735Z test_reference_numerics_extremal_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:51.8319601Z test_reference_numerics_extremal_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:51.8356130Z test_reference_numerics_extremal_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:51.8392742Z test_reference_numerics_extremal_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:51.8419374Z test_reference_numerics_extremal_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:51.8448128Z test_reference_numerics_extremal_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:51.8487133Z test_reference_numerics_extremal_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in float_power 2022-09-27T16:11:51.8487587Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:11:51.8487866Z test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in float_power 2022-09-27T16:11:51.8488137Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:11:51.8492647Z ok (0.004s) 2022-09-27T16:11:51.8504657Z test_reference_numerics_extremal_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:51.8514964Z test_reference_numerics_extremal_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:51.8568333Z test_reference_numerics_extremal_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:51.8614143Z test_reference_numerics_extremal_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:51.8657773Z test_reference_numerics_extremal_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:51.8669221Z test_reference_numerics_extremal_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:51.8679995Z test_reference_numerics_extremal_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:51.8696965Z test_reference_numerics_extremal_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:2038: RuntimeWarning: invalid value encountered in floor_divide 2022-09-27T16:11:51.8697728Z return np.floor_divide(a, b) 2022-09-27T16:11:51.8724021Z ok (0.004s) 2022-09-27T16:11:51.8779982Z test_reference_numerics_extremal_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:51.8796693Z test_reference_numerics_extremal_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in fmod 2022-09-27T16:11:51.8797293Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:11:51.8822541Z ok (0.004s) 2022-09-27T16:11:51.8871252Z test_reference_numerics_extremal_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:51.8910250Z test_reference_numerics_extremal_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:51.8961848Z test_reference_numerics_extremal_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:51.8977961Z test_reference_numerics_extremal_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in greater_equal 2022-09-27T16:11:51.8978591Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:11:51.8991668Z ok (0.002s) 2022-09-27T16:11:51.9029659Z test_reference_numerics_extremal_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:51.9056876Z test_reference_numerics_extremal_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:51.9086271Z test_reference_numerics_extremal_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:51.9101999Z test_reference_numerics_extremal_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in greater 2022-09-27T16:11:51.9102607Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:11:51.9115509Z ok (0.002s) 2022-09-27T16:11:51.9152578Z test_reference_numerics_extremal_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:51.9178790Z test_reference_numerics_extremal_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:51.9206814Z test_reference_numerics_extremal_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:51.9217123Z test_reference_numerics_extremal_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:51.9227499Z test_reference_numerics_extremal_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:51.9237221Z test_reference_numerics_extremal_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:51.9246925Z test_reference_numerics_extremal_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:51.9256785Z test_reference_numerics_extremal_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:51.9266517Z test_reference_numerics_extremal_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:51.9279404Z test_reference_numerics_extremal_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:51.9289957Z test_reference_numerics_extremal_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:51.9301339Z test_reference_numerics_extremal_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:51.9311626Z test_reference_numerics_extremal_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:51.9327228Z test_reference_numerics_extremal_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:51.9341330Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:51.9355243Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:51.9368859Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:51.9382438Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:51.9396136Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:51.9409575Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:51.9422904Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:51.9436616Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:51.9449915Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:51.9463248Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:51.9476897Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:51.9491895Z test_reference_numerics_extremal_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in less_equal 2022-09-27T16:11:51.9492307Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:11:51.9507452Z ok (0.003s) 2022-09-27T16:11:51.9546424Z test_reference_numerics_extremal_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:51.9574051Z test_reference_numerics_extremal_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:51.9603046Z test_reference_numerics_extremal_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:51.9631530Z test_reference_numerics_extremal_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:51.9673476Z test_reference_numerics_extremal_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:51.9712148Z test_reference_numerics_extremal_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:51.9749574Z test_reference_numerics_extremal_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:51.9776368Z test_reference_numerics_extremal_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:51.9805368Z test_reference_numerics_extremal_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:51.9834298Z test_reference_numerics_extremal_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:51.9873953Z test_reference_numerics_extremal_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:51.9910453Z test_reference_numerics_extremal_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:51.9948094Z test_reference_numerics_extremal_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:51.9974772Z test_reference_numerics_extremal_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:52.0002854Z test_reference_numerics_extremal_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:52.0030998Z test_reference_numerics_extremal_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:52.0070389Z test_reference_numerics_extremal_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:52.0106296Z test_reference_numerics_extremal_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:52.0141996Z test_reference_numerics_extremal_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:52.0167857Z test_reference_numerics_extremal_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:52.0195373Z test_reference_numerics_extremal_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:52.0210143Z test_reference_numerics_extremal_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in less 2022-09-27T16:11:52.0210486Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:11:52.0222386Z ok (0.002s) 2022-09-27T16:11:52.0261101Z test_reference_numerics_extremal_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:52.0287079Z test_reference_numerics_extremal_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:52.0315128Z test_reference_numerics_extremal_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:52.0350655Z test_reference_numerics_extremal_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:52.0394186Z test_reference_numerics_extremal_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:52.0428012Z test_reference_numerics_extremal_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:52.0462385Z test_reference_numerics_extremal_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:52.0496708Z test_reference_numerics_extremal_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:52.0542007Z test_reference_numerics_extremal_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:52.0575312Z test_reference_numerics_extremal_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:52.0608749Z test_reference_numerics_extremal_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:52.0642470Z test_reference_numerics_extremal_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:52.0685321Z test_reference_numerics_extremal_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:52.0717511Z test_reference_numerics_extremal_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:52.0750998Z test_reference_numerics_extremal_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:52.0784242Z test_reference_numerics_extremal_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:52.0826600Z test_reference_numerics_extremal_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:52.0859230Z test_reference_numerics_extremal_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:52.0892468Z test_reference_numerics_extremal_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:52.0919684Z test_reference_numerics_extremal_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:52.0958310Z test_reference_numerics_extremal_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:52.0994027Z test_reference_numerics_extremal_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:52.1029342Z test_reference_numerics_extremal_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:52.1055130Z test_reference_numerics_extremal_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:52.1084659Z test_reference_numerics_extremal_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:52.1117490Z test_reference_numerics_extremal_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:11:52.1117875Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:11:52.1118157Z test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in power 2022-09-27T16:11:52.1118407Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:11:52.1123014Z ok (0.003s) 2022-09-27T16:11:52.1133845Z test_reference_numerics_extremal_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:52.1143393Z test_reference_numerics_extremal_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:52.1186362Z test_reference_numerics_extremal_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in power 2022-09-27T16:11:52.1186720Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:11:52.1191558Z ok (0.004s) 2022-09-27T16:11:52.1228223Z test_reference_numerics_extremal_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:52.1270842Z test_reference_numerics_extremal_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:52.1286751Z test_reference_numerics_extremal_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in remainder 2022-09-27T16:11:52.1287135Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:11:52.1312597Z ok (0.004s) 2022-09-27T16:11:52.1363783Z test_reference_numerics_extremal_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:52.1403106Z test_reference_numerics_extremal_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:52.1455981Z test_reference_numerics_extremal_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:52.1473249Z test_reference_numerics_extremal_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:8249: RuntimeWarning: invalid value encountered in subtract 2022-09-27T16:11:52.1473997Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-09-27T16:11:52.1492295Z ok (0.003s) 2022-09-27T16:11:52.1509444Z test_reference_numerics_extremal_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:8249: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:11:52.1509940Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-09-27T16:11:52.1558715Z ok (0.006s) 2022-09-27T16:11:52.1621267Z test_reference_numerics_extremal_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:52.1668157Z test_reference_numerics_extremal_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:52.1703743Z test_reference_numerics_extremal_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:52.1739087Z test_reference_numerics_extremal_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:52.2569044Z test_reference_numerics_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:11:52.3118024Z test_reference_numerics_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:11:52.5422081Z test_reference_numerics_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.230s) 2022-09-27T16:11:52.7625993Z test_reference_numerics_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.220s) 2022-09-27T16:11:52.8821082Z test_reference_numerics_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.119s) 2022-09-27T16:11:52.9667283Z test_reference_numerics_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:11:53.0462040Z test_reference_numerics_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:11:53.1166337Z test_reference_numerics_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:11:53.1867569Z test_reference_numerics_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:11:53.2499627Z test_reference_numerics_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:11:53.3190712Z test_reference_numerics_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:11:53.3879668Z test_reference_numerics_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:11:53.3890204Z test_reference_numerics_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:53.4814427Z test_reference_numerics_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-09-27T16:11:53.5310751Z test_reference_numerics_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:11:53.5977393Z test_reference_numerics_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:11:53.6334785Z test_reference_numerics_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:11:53.6710917Z test_reference_numerics_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:11:53.7083892Z test_reference_numerics_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:11:53.7449127Z test_reference_numerics_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:11:53.7734873Z test_reference_numerics_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:11:53.7745562Z test_reference_numerics_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:53.8557018Z test_reference_numerics_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:11:53.8940221Z test_reference_numerics_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:11:53.9396693Z test_reference_numerics_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:11:53.9672424Z test_reference_numerics_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:11:53.9955321Z test_reference_numerics_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:11:54.0223635Z test_reference_numerics_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:11:54.0499853Z test_reference_numerics_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:11:54.0807847Z test_reference_numerics_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:11:54.1280859Z test_reference_numerics_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:11:54.1840978Z test_reference_numerics_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:11:54.2334620Z test_reference_numerics_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:11:54.2796806Z test_reference_numerics_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:11:54.3246110Z test_reference_numerics_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:11:54.3450746Z test_reference_numerics_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:54.3700283Z test_reference_numerics_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:54.4279960Z test_reference_numerics_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:11:54.4434333Z test_reference_numerics_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:11:54.4680630Z test_reference_numerics_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:54.4936120Z test_reference_numerics_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:54.5182871Z test_reference_numerics_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:54.5373426Z test_reference_numerics_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:11:54.5616794Z test_reference_numerics_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:54.5857700Z test_reference_numerics_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:54.6056797Z test_reference_numerics_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:54.6307375Z test_reference_numerics_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:54.6879733Z test_reference_numerics_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:11:54.7032269Z test_reference_numerics_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:11:54.7265267Z test_reference_numerics_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:54.7509318Z test_reference_numerics_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:54.7760024Z test_reference_numerics_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:54.7941395Z test_reference_numerics_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:11:54.8186063Z test_reference_numerics_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:54.8429302Z test_reference_numerics_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:54.8785105Z test_reference_numerics_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:11:54.9367139Z test_reference_numerics_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:11:55.0110320Z test_reference_numerics_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:11:55.0435323Z test_reference_numerics_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:11:55.0810249Z test_reference_numerics_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:11:55.1131243Z test_reference_numerics_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:11:55.1481314Z test_reference_numerics_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:11:55.1827066Z test_reference_numerics_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:11:55.2336143Z test_reference_numerics_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:11:55.2781401Z test_reference_numerics_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:11:55.3051181Z test_reference_numerics_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:11:55.3403810Z test_reference_numerics_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:11:55.4361206Z test_reference_numerics_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:11:55.4843210Z test_reference_numerics_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:11:55.6210017Z test_reference_numerics_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:11:55.6415076Z test_reference_numerics_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:55.6799944Z test_reference_numerics_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:11:55.7172376Z test_reference_numerics_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:11:55.7506731Z test_reference_numerics_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:11:55.7789220Z test_reference_numerics_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:11:55.8120922Z test_reference_numerics_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:11:55.8452666Z test_reference_numerics_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:11:55.8468030Z test_reference_numerics_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:55.8481611Z test_reference_numerics_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:55.8495728Z test_reference_numerics_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:55.8506539Z test_reference_numerics_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:55.8518557Z test_reference_numerics_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:55.8530082Z test_reference_numerics_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:55.8541728Z test_reference_numerics_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:55.8553629Z test_reference_numerics_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:55.8565442Z test_reference_numerics_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:55.8577564Z test_reference_numerics_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:55.8589244Z test_reference_numerics_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:55.8601137Z test_reference_numerics_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:55.8613281Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:55.8625012Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:55.8636888Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:55.8649158Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:55.8660857Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:55.8674766Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:55.8686528Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:55.8698256Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:55.8710458Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:55.8722120Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:55.8734132Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:55.8745800Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:56.0733607Z test_reference_numerics_large_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.198s) 2022-09-27T16:11:56.0769295Z test_reference_numerics_large_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.0803914Z test_reference_numerics_large_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.0843988Z test_reference_numerics_large_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.0892283Z test_reference_numerics_large_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.0939556Z test_reference_numerics_large_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.0961494Z test_reference_numerics_large_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.0982641Z test_reference_numerics_large_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.1003276Z test_reference_numerics_large_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.1023404Z test_reference_numerics_large_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.1043894Z test_reference_numerics_large_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.1064131Z test_reference_numerics_large_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.1084513Z test_reference_numerics_large_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.1104655Z test_reference_numerics_large_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.1132593Z test_reference_numerics_large_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.1153258Z test_reference_numerics_large_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.1173282Z test_reference_numerics_large_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.1193311Z test_reference_numerics_large_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.1252290Z test_reference_numerics_large_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:56.1290052Z test_reference_numerics_large_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.1338389Z test_reference_numerics_large_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.1385437Z test_reference_numerics_large_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.1406844Z test_reference_numerics_large_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.1427426Z test_reference_numerics_large_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.1447713Z test_reference_numerics_large_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.1504452Z test_reference_numerics_large_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:56.1541400Z test_reference_numerics_large_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.1588354Z test_reference_numerics_large_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.1633892Z test_reference_numerics_large_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.1654977Z test_reference_numerics_large_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.1675863Z test_reference_numerics_large_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.1696208Z test_reference_numerics_large_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.1739177Z test_reference_numerics_large_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.1767585Z test_reference_numerics_large_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.1795212Z test_reference_numerics_large_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.1824706Z test_reference_numerics_large_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.1862033Z test_reference_numerics_large_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.1897302Z test_reference_numerics_large_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.1917593Z test_reference_numerics_large_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.1937662Z test_reference_numerics_large_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.1957340Z test_reference_numerics_large_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.1972877Z test_reference_numerics_large_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in float_power 2022-09-27T16:11:56.1973346Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:11:56.2009642Z ok (0.005s) 2022-09-27T16:11:56.2020185Z test_reference_numerics_large_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:56.2030567Z test_reference_numerics_large_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:56.2067337Z test_reference_numerics_large_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.2083480Z test_reference_numerics_large_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in float_power 2022-09-27T16:11:56.2083892Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:11:56.2113797Z ok (0.004s) 2022-09-27T16:11:56.2159352Z test_reference_numerics_large_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.2184217Z test_reference_numerics_large_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.2209040Z test_reference_numerics_large_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.2233686Z test_reference_numerics_large_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.2244404Z test_reference_numerics_large_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:56.2281868Z test_reference_numerics_large_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.2334795Z test_reference_numerics_large_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:56.2385113Z test_reference_numerics_large_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:56.2407657Z test_reference_numerics_large_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.2428864Z test_reference_numerics_large_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.2449918Z test_reference_numerics_large_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.2508090Z test_reference_numerics_large_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:56.2544630Z test_reference_numerics_large_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.2593391Z test_reference_numerics_large_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.2640670Z test_reference_numerics_large_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.2662458Z test_reference_numerics_large_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.2683464Z test_reference_numerics_large_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.2703588Z test_reference_numerics_large_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.2723830Z test_reference_numerics_large_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.2743870Z test_reference_numerics_large_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.2763923Z test_reference_numerics_large_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.2806231Z test_reference_numerics_large_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.2835456Z test_reference_numerics_large_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.2870124Z test_reference_numerics_large_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.2904535Z test_reference_numerics_large_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.2924395Z test_reference_numerics_large_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.2944236Z test_reference_numerics_large_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.2963840Z test_reference_numerics_large_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.3005649Z test_reference_numerics_large_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.3035457Z test_reference_numerics_large_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.3070230Z test_reference_numerics_large_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.3106871Z test_reference_numerics_large_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.3127342Z test_reference_numerics_large_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.3147107Z test_reference_numerics_large_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.3167204Z test_reference_numerics_large_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.3219306Z test_reference_numerics_large_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:56.3255352Z test_reference_numerics_large_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.3301596Z test_reference_numerics_large_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.3347281Z test_reference_numerics_large_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.3371352Z test_reference_numerics_large_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.3395454Z test_reference_numerics_large_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.3416728Z test_reference_numerics_large_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.3462134Z test_reference_numerics_large_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.3497448Z test_reference_numerics_large_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.3530796Z test_reference_numerics_large_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.3563588Z test_reference_numerics_large_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.3603555Z test_reference_numerics_large_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.3641646Z test_reference_numerics_large_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.3664905Z test_reference_numerics_large_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.3687837Z test_reference_numerics_large_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.3709959Z test_reference_numerics_large_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.3724279Z test_reference_numerics_large_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:56.3738519Z test_reference_numerics_large_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:56.3752526Z test_reference_numerics_large_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:56.3766542Z test_reference_numerics_large_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:56.3780491Z test_reference_numerics_large_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:56.3796456Z test_reference_numerics_large_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:56.3810603Z test_reference_numerics_large_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:56.3824616Z test_reference_numerics_large_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:56.3838892Z test_reference_numerics_large_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:56.3853603Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:56.3867091Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:56.3881084Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:56.3894632Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:56.3908536Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:56.3922300Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:56.3936365Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:56.3950137Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:56.3964043Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:56.3987092Z test_reference_numerics_large_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.4009312Z test_reference_numerics_large_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.4030647Z test_reference_numerics_large_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.4074819Z test_reference_numerics_large_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.4106475Z test_reference_numerics_large_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.4143636Z test_reference_numerics_large_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.4179943Z test_reference_numerics_large_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.4201609Z test_reference_numerics_large_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.4222636Z test_reference_numerics_large_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.4243428Z test_reference_numerics_large_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.4290197Z test_reference_numerics_large_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.4320195Z test_reference_numerics_large_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.4349310Z test_reference_numerics_large_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.4381578Z test_reference_numerics_large_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.4418337Z test_reference_numerics_large_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.4455132Z test_reference_numerics_large_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.4476235Z test_reference_numerics_large_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.4497330Z test_reference_numerics_large_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.4517949Z test_reference_numerics_large_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.4562310Z test_reference_numerics_large_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.4591881Z test_reference_numerics_large_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.4620894Z test_reference_numerics_large_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.4652669Z test_reference_numerics_large_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.4689316Z test_reference_numerics_large_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.4725139Z test_reference_numerics_large_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.4746318Z test_reference_numerics_large_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.4767373Z test_reference_numerics_large_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.4787947Z test_reference_numerics_large_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.4831519Z test_reference_numerics_large_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.4862161Z test_reference_numerics_large_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.4891908Z test_reference_numerics_large_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.4923753Z test_reference_numerics_large_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.4963631Z test_reference_numerics_large_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.4999656Z test_reference_numerics_large_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.5020603Z test_reference_numerics_large_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.5041630Z test_reference_numerics_large_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.5061854Z test_reference_numerics_large_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.5106552Z test_reference_numerics_large_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.5138361Z test_reference_numerics_large_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.5175269Z test_reference_numerics_large_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.5212034Z test_reference_numerics_large_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.5233429Z test_reference_numerics_large_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.5254434Z test_reference_numerics_large_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.5274882Z test_reference_numerics_large_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.5333524Z test_reference_numerics_large_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:56.5371398Z test_reference_numerics_large_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.5420867Z test_reference_numerics_large_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.5468567Z test_reference_numerics_large_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.5491176Z test_reference_numerics_large_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.5513118Z test_reference_numerics_large_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.5534031Z test_reference_numerics_large_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.5594469Z test_reference_numerics_large_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:11:56.5633312Z test_reference_numerics_large_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.5681481Z test_reference_numerics_large_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.5728864Z test_reference_numerics_large_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.5750718Z test_reference_numerics_large_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.5772443Z test_reference_numerics_large_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.5793476Z test_reference_numerics_large_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.5852069Z test_reference_numerics_large_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:56.5890377Z test_reference_numerics_large_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.5937764Z test_reference_numerics_large_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.5984983Z test_reference_numerics_large_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.6006817Z test_reference_numerics_large_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.6027927Z test_reference_numerics_large_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.6048738Z test_reference_numerics_large_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.6107172Z test_reference_numerics_large_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:56.6144161Z test_reference_numerics_large_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.6189888Z test_reference_numerics_large_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.6236303Z test_reference_numerics_large_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.6257781Z test_reference_numerics_large_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.6278353Z test_reference_numerics_large_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.6298750Z test_reference_numerics_large_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.6344619Z test_reference_numerics_large_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:56.6374444Z test_reference_numerics_large_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.6403168Z test_reference_numerics_large_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.6434957Z test_reference_numerics_large_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.6471565Z test_reference_numerics_large_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.6507949Z test_reference_numerics_large_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.6529339Z test_reference_numerics_large_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.6550179Z test_reference_numerics_large_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.6570963Z test_reference_numerics_large_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:56.6586106Z test_reference_numerics_large_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in power 2022-09-27T16:11:56.6586461Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:11:56.6624205Z ok (0.005s) 2022-09-27T16:11:56.6635979Z test_reference_numerics_large_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:56.6647064Z test_reference_numerics_large_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:11:56.6683359Z test_reference_numerics_large_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:56.6699644Z test_reference_numerics_large_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in power 2022-09-27T16:11:56.6700340Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:11:56.6731798Z ok (0.004s) 2022-09-27T16:11:56.6778767Z test_reference_numerics_large_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:57.0726792Z test_reference_numerics_large_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.394s) 2022-09-27T16:11:57.0747056Z test_reference_numerics_large_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-09-27T16:11:57.0765118Z test_reference_numerics_large_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:11:57.0838625Z test_reference_numerics_large_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:11:57.0878546Z test_reference_numerics_large_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:57.0928633Z test_reference_numerics_large_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:57.0977614Z test_reference_numerics_large_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:57.1000404Z test_reference_numerics_large_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:57.1021777Z test_reference_numerics_large_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:57.1042722Z test_reference_numerics_large_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:57.1100044Z test_reference_numerics_large_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:11:57.1133982Z test_reference_numerics_large_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:57.1168343Z test_reference_numerics_large_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:57.1207133Z test_reference_numerics_large_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:11:57.1254126Z test_reference_numerics_large_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:57.1300930Z test_reference_numerics_large_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:11:57.1323065Z test_reference_numerics_large_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:57.1343909Z test_reference_numerics_large_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:57.1364504Z test_reference_numerics_large_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:11:57.1848562Z test_reference_numerics_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:11:57.2340019Z test_reference_numerics_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:11:57.2897197Z test_reference_numerics_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:11:57.3389351Z test_reference_numerics_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:11:57.3860855Z test_reference_numerics_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:11:57.4064154Z test_reference_numerics_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:57.4315379Z test_reference_numerics_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:57.4886062Z test_reference_numerics_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:11:57.5039304Z test_reference_numerics_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:11:57.5263124Z test_reference_numerics_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:11:57.5507131Z test_reference_numerics_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:57.5757333Z test_reference_numerics_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:57.5937945Z test_reference_numerics_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:11:57.6179038Z test_reference_numerics_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:57.6420108Z test_reference_numerics_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:57.6630138Z test_reference_numerics_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:57.6877135Z test_reference_numerics_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:57.7378729Z test_reference_numerics_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:11:57.7691563Z test_reference_numerics_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:11:57.8175871Z test_reference_numerics_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:11:57.8342207Z test_reference_numerics_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:57.8574687Z test_reference_numerics_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:57.8822903Z test_reference_numerics_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:57.9069295Z test_reference_numerics_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:57.9251286Z test_reference_numerics_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:11:57.9494834Z test_reference_numerics_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:57.9735943Z test_reference_numerics_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:57.9944842Z test_reference_numerics_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:11:58.0190641Z test_reference_numerics_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:58.0679100Z test_reference_numerics_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:11:58.0990335Z test_reference_numerics_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:11:58.1456926Z test_reference_numerics_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:11:58.1622786Z test_reference_numerics_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:58.1856005Z test_reference_numerics_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:58.2099694Z test_reference_numerics_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:58.2345807Z test_reference_numerics_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:58.2529890Z test_reference_numerics_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:11:58.2769131Z test_reference_numerics_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:58.3012185Z test_reference_numerics_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:58.3256018Z test_reference_numerics_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:58.3604572Z test_reference_numerics_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:11:58.4117788Z test_reference_numerics_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:11:58.4439128Z test_reference_numerics_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:11:58.4918237Z test_reference_numerics_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:11:58.5081137Z test_reference_numerics_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:11:58.5310586Z test_reference_numerics_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:11:58.5563728Z test_reference_numerics_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:58.5819474Z test_reference_numerics_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:58.6004802Z test_reference_numerics_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:11:58.6253027Z test_reference_numerics_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:58.6501019Z test_reference_numerics_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:58.6702408Z test_reference_numerics_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:11:58.6954370Z test_reference_numerics_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:58.7525883Z test_reference_numerics_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:11:58.7677925Z test_reference_numerics_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:11:58.7926303Z test_reference_numerics_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:58.8179776Z test_reference_numerics_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:58.8432495Z test_reference_numerics_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:58.8622257Z test_reference_numerics_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:11:58.8862211Z test_reference_numerics_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:58.9104083Z test_reference_numerics_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:58.9462328Z test_reference_numerics_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:11:58.9705860Z test_reference_numerics_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:59.0357419Z test_reference_numerics_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:11:59.0609597Z test_reference_numerics_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:59.0912677Z test_reference_numerics_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:11:59.1165565Z test_reference_numerics_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:59.1420434Z test_reference_numerics_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:59.1603671Z test_reference_numerics_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:11:59.1855574Z test_reference_numerics_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:59.2108821Z test_reference_numerics_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:59.2412766Z test_reference_numerics_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:11:59.2659666Z test_reference_numerics_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:59.3315652Z test_reference_numerics_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:11:59.3677178Z test_reference_numerics_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:11:59.4163372Z test_reference_numerics_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:11:59.4424374Z test_reference_numerics_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:59.4679682Z test_reference_numerics_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:59.4865465Z test_reference_numerics_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:11:59.5118342Z test_reference_numerics_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:59.5372397Z test_reference_numerics_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:59.5660558Z test_reference_numerics_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:11:59.5907567Z test_reference_numerics_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:59.6553386Z test_reference_numerics_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:11:59.6794726Z test_reference_numerics_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:11:59.7097156Z test_reference_numerics_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:11:59.7350260Z test_reference_numerics_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:59.7604306Z test_reference_numerics_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:59.7791407Z test_reference_numerics_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:11:59.8036109Z test_reference_numerics_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:59.8291304Z test_reference_numerics_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:11:59.8605420Z test_reference_numerics_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:11:59.8852963Z test_reference_numerics_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:11:59.9499059Z test_reference_numerics_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:11:59.9739567Z test_reference_numerics_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:12:00.0042717Z test_reference_numerics_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:12:00.0295352Z test_reference_numerics_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:00.0549640Z test_reference_numerics_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:00.0732257Z test_reference_numerics_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:12:00.0981433Z test_reference_numerics_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:00.1234346Z test_reference_numerics_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:00.1435135Z test_reference_numerics_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:00.1687632Z test_reference_numerics_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:00.2103672Z test_reference_numerics_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:12:00.2370653Z test_reference_numerics_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:12:00.2879750Z test_reference_numerics_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:12:00.3038301Z test_reference_numerics_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:12:00.3267736Z test_reference_numerics_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:12:00.3511858Z test_reference_numerics_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:00.3759677Z test_reference_numerics_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:00.3941727Z test_reference_numerics_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:12:00.4211733Z test_reference_numerics_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:12:00.4455927Z test_reference_numerics_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:00.4900830Z test_reference_numerics_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:12:00.7178788Z test_reference_numerics_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.227s) 2022-09-27T16:12:00.9088524Z test_reference_numerics_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.190s) 2022-09-27T16:12:00.9117733Z test_reference_numerics_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in power 2022-09-27T16:12:00.9118307Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:12:01.0063251Z ok (0.097s) 2022-09-27T16:12:01.0448615Z test_reference_numerics_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:12:01.1294775Z test_reference_numerics_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:12:01.1645328Z test_reference_numerics_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:12:01.2019033Z test_reference_numerics_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:12:01.2302518Z test_reference_numerics_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:12:01.2654270Z test_reference_numerics_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:12:01.2997472Z test_reference_numerics_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:12:01.3008358Z test_reference_numerics_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:12:01.3884683Z test_reference_numerics_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in remainder 2022-09-27T16:12:01.3885343Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:12:01.3990014Z ok (0.097s) 2022-09-27T16:12:01.4425479Z test_reference_numerics_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:12:01.4944435Z test_reference_numerics_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:12:01.5337469Z test_reference_numerics_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:12:01.5781343Z test_reference_numerics_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:12:01.6140239Z test_reference_numerics_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:12:01.6524618Z test_reference_numerics_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:12:01.6803512Z test_reference_numerics_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:12:01.6944425Z test_reference_numerics_small_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:01.7008483Z test_reference_numerics_small_values_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.006s) 2022-09-27T16:12:01.7221944Z test_reference_numerics_small_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:01.7464291Z test_reference_numerics_small_values_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:01.7686882Z test_reference_numerics_small_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:12:01.7812769Z test_reference_numerics_small_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:01.7927503Z test_reference_numerics_small_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:01.8041735Z test_reference_numerics_small_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:01.8075050Z test_reference_numerics_small_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:01.8101853Z test_reference_numerics_small_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8127354Z test_reference_numerics_small_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8152509Z test_reference_numerics_small_values_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8179052Z test_reference_numerics_small_values_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8193406Z test_reference_numerics_small_values_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:12:01.8218258Z test_reference_numerics_small_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8242687Z test_reference_numerics_small_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8266918Z test_reference_numerics_small_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8291604Z test_reference_numerics_small_values_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8318858Z test_reference_numerics_small_values_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8331932Z test_reference_numerics_small_values_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:12:01.8356492Z test_reference_numerics_small_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8380385Z test_reference_numerics_small_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8404521Z test_reference_numerics_small_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8428610Z test_reference_numerics_small_values_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8454223Z test_reference_numerics_small_values_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8467775Z test_reference_numerics_small_values_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:12:01.8491702Z test_reference_numerics_small_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8516003Z test_reference_numerics_small_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8539984Z test_reference_numerics_small_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8564088Z test_reference_numerics_small_values_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8592459Z test_reference_numerics_small_values_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8610806Z test_reference_numerics_small_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:01.8625537Z test_reference_numerics_small_values_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:12:01.8643097Z test_reference_numerics_small_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:01.8661487Z test_reference_numerics_small_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:01.8679535Z test_reference_numerics_small_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:01.8705952Z test_reference_numerics_small_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8731430Z test_reference_numerics_small_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8756680Z test_reference_numerics_small_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8781824Z test_reference_numerics_small_values_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8808771Z test_reference_numerics_small_values_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8826691Z test_reference_numerics_small_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:01.8841930Z test_reference_numerics_small_values_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:12:01.8858515Z test_reference_numerics_small_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:01.8875932Z test_reference_numerics_small_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:01.8893345Z test_reference_numerics_small_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:01.8919397Z test_reference_numerics_small_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8944072Z test_reference_numerics_small_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8968958Z test_reference_numerics_small_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.8993683Z test_reference_numerics_small_values_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.9019809Z test_reference_numerics_small_values_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.9036823Z test_reference_numerics_small_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:01.9050905Z test_reference_numerics_small_values_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:12:01.9161162Z test_reference_numerics_small_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:01.9299042Z test_reference_numerics_small_values_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:01.9411491Z test_reference_numerics_small_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:01.9432237Z test_reference_numerics_small_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.9451128Z test_reference_numerics_small_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:01.9467655Z test_reference_numerics_small_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:01.9492699Z test_reference_numerics_small_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.9516691Z test_reference_numerics_small_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.9541021Z test_reference_numerics_small_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.9564961Z test_reference_numerics_small_values_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.9589910Z test_reference_numerics_small_values_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.9605169Z test_reference_numerics_small_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in float_power 2022-09-27T16:12:01.9605852Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:12:01.9606326Z test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in float_power 2022-09-27T16:12:01.9606762Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:12:01.9608825Z ok (0.001s) 2022-09-27T16:12:01.9623352Z test_reference_numerics_small_values_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:12:01.9631702Z test_reference_numerics_small_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:12:01.9641013Z test_reference_numerics_small_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:12:01.9659256Z test_reference_numerics_small_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:01.9677973Z test_reference_numerics_small_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:01.9696136Z test_reference_numerics_small_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:01.9732562Z test_reference_numerics_small_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:01.9767798Z test_reference_numerics_small_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:01.9802499Z test_reference_numerics_small_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:01.9837218Z test_reference_numerics_small_values_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:01.9851717Z test_reference_numerics_small_values_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in float_power 2022-09-27T16:12:01.9852328Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:12:01.9877727Z ok (0.004s) 2022-09-27T16:12:01.9887382Z test_reference_numerics_small_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:12:01.9905001Z test_reference_numerics_small_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:01.9923603Z test_reference_numerics_small_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:01.9941628Z test_reference_numerics_small_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:01.9968064Z test_reference_numerics_small_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:01.9992748Z test_reference_numerics_small_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0017120Z test_reference_numerics_small_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0026385Z test_reference_numerics_small_values_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:12:02.0052663Z test_reference_numerics_small_values_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0069847Z test_reference_numerics_small_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.0088062Z test_reference_numerics_small_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.0105425Z test_reference_numerics_small_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.0123019Z test_reference_numerics_small_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.0148798Z test_reference_numerics_small_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0173513Z test_reference_numerics_small_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0198347Z test_reference_numerics_small_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0223081Z test_reference_numerics_small_values_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0233330Z test_reference_numerics_small_values_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:12:02.0257916Z test_reference_numerics_small_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0281755Z test_reference_numerics_small_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0305793Z test_reference_numerics_small_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0338273Z test_reference_numerics_small_values_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.003s) 2022-09-27T16:12:02.0364388Z test_reference_numerics_small_values_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0380671Z test_reference_numerics_small_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.0394066Z test_reference_numerics_small_values_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:12:02.0410014Z test_reference_numerics_small_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.0425682Z test_reference_numerics_small_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.0441448Z test_reference_numerics_small_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.0465380Z test_reference_numerics_small_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0489283Z test_reference_numerics_small_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0513057Z test_reference_numerics_small_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0536861Z test_reference_numerics_small_values_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0561921Z test_reference_numerics_small_values_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0578367Z test_reference_numerics_small_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.0591707Z test_reference_numerics_small_values_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:12:02.0607511Z test_reference_numerics_small_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.0623113Z test_reference_numerics_small_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.0639106Z test_reference_numerics_small_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.0662952Z test_reference_numerics_small_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0686829Z test_reference_numerics_small_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0710301Z test_reference_numerics_small_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0733931Z test_reference_numerics_small_values_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0761420Z test_reference_numerics_small_values_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0778019Z test_reference_numerics_small_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.0792151Z test_reference_numerics_small_values_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:12:02.0809298Z test_reference_numerics_small_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.0827456Z test_reference_numerics_small_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.0845213Z test_reference_numerics_small_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.0875929Z test_reference_numerics_small_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0905500Z test_reference_numerics_small_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0930508Z test_reference_numerics_small_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0958896Z test_reference_numerics_small_values_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.0988385Z test_reference_numerics_small_values_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:02.1006093Z test_reference_numerics_small_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.1020282Z test_reference_numerics_small_values_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:12:02.1154270Z test_reference_numerics_small_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:02.1279125Z test_reference_numerics_small_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:02.1301269Z test_reference_numerics_small_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.1320339Z test_reference_numerics_small_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.1339715Z test_reference_numerics_small_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.1366923Z test_reference_numerics_small_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.1393323Z test_reference_numerics_small_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.1419434Z test_reference_numerics_small_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.1445272Z test_reference_numerics_small_values_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.1474336Z test_reference_numerics_small_values_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.1487830Z test_reference_numerics_small_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1500637Z test_reference_numerics_small_values_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1513317Z test_reference_numerics_small_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1526223Z test_reference_numerics_small_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1538819Z test_reference_numerics_small_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1552399Z test_reference_numerics_small_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1564720Z test_reference_numerics_small_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1577499Z test_reference_numerics_small_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1589913Z test_reference_numerics_small_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1602654Z test_reference_numerics_small_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1615608Z test_reference_numerics_small_values_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1628364Z test_reference_numerics_small_values_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1641782Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1655275Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1667975Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1680943Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1693890Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1707019Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1720300Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1733770Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1746657Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1759752Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1773134Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1785925Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:02.1815048Z test_reference_numerics_small_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.1841148Z test_reference_numerics_small_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.1866697Z test_reference_numerics_small_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.1892404Z test_reference_numerics_small_values_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.1919182Z test_reference_numerics_small_values_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.1935942Z test_reference_numerics_small_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.1950035Z test_reference_numerics_small_values_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:12:02.1966770Z test_reference_numerics_small_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.1983037Z test_reference_numerics_small_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.1999520Z test_reference_numerics_small_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.2024478Z test_reference_numerics_small_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.2057343Z test_reference_numerics_small_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:02.2079387Z test_reference_numerics_small_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.2103636Z test_reference_numerics_small_values_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.2129584Z test_reference_numerics_small_values_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.2146071Z test_reference_numerics_small_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.2160398Z test_reference_numerics_small_values_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:12:02.2270644Z test_reference_numerics_small_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:02.2382825Z test_reference_numerics_small_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:02.2403006Z test_reference_numerics_small_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.2421753Z test_reference_numerics_small_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.2438094Z test_reference_numerics_small_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.2465404Z test_reference_numerics_small_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.2489711Z test_reference_numerics_small_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.2513486Z test_reference_numerics_small_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.2537480Z test_reference_numerics_small_values_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.2563252Z test_reference_numerics_small_values_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.2579749Z test_reference_numerics_small_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.2593202Z test_reference_numerics_small_values_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:12:02.2704284Z test_reference_numerics_small_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:02.2815110Z test_reference_numerics_small_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:02.2834733Z test_reference_numerics_small_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.2854207Z test_reference_numerics_small_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.2872570Z test_reference_numerics_small_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.2898779Z test_reference_numerics_small_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.2924291Z test_reference_numerics_small_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.2949085Z test_reference_numerics_small_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.2973558Z test_reference_numerics_small_values_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.2999406Z test_reference_numerics_small_values_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.3015727Z test_reference_numerics_small_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.3029838Z test_reference_numerics_small_values_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:12:02.3142894Z test_reference_numerics_small_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:02.3256539Z test_reference_numerics_small_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:02.3278462Z test_reference_numerics_small_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.3299021Z test_reference_numerics_small_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.3318825Z test_reference_numerics_small_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.3349451Z test_reference_numerics_small_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.3376127Z test_reference_numerics_small_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.3402256Z test_reference_numerics_small_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.3426950Z test_reference_numerics_small_values_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.3452814Z test_reference_numerics_small_values_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.3468907Z test_reference_numerics_small_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.3482574Z test_reference_numerics_small_values_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:12:02.3498368Z test_reference_numerics_small_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.3513896Z test_reference_numerics_small_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.3529489Z test_reference_numerics_small_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.3553676Z test_reference_numerics_small_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.3577630Z test_reference_numerics_small_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.3600948Z test_reference_numerics_small_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.3624812Z test_reference_numerics_small_values_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.3650110Z test_reference_numerics_small_values_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.3667578Z test_reference_numerics_small_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.3681897Z test_reference_numerics_small_values_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:12:02.3698375Z test_reference_numerics_small_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.3715616Z test_reference_numerics_small_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.3732647Z test_reference_numerics_small_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.3757883Z test_reference_numerics_small_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.3781582Z test_reference_numerics_small_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.3807422Z test_reference_numerics_small_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.3832725Z test_reference_numerics_small_values_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.3858492Z test_reference_numerics_small_values_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.3875235Z test_reference_numerics_small_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.3889386Z test_reference_numerics_small_values_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:12:02.3905715Z test_reference_numerics_small_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.3923133Z test_reference_numerics_small_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.3941543Z test_reference_numerics_small_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.3967192Z test_reference_numerics_small_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.3991296Z test_reference_numerics_small_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.4015626Z test_reference_numerics_small_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.4039732Z test_reference_numerics_small_values_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.4066003Z test_reference_numerics_small_values_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.4083698Z test_reference_numerics_small_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.4097646Z test_reference_numerics_small_values_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:12:02.4115030Z test_reference_numerics_small_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.4132681Z test_reference_numerics_small_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.4150180Z test_reference_numerics_small_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.4176327Z test_reference_numerics_small_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.4200584Z test_reference_numerics_small_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.4224738Z test_reference_numerics_small_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.4249431Z test_reference_numerics_small_values_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.4277145Z test_reference_numerics_small_values_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.4294603Z test_reference_numerics_small_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.4308931Z test_reference_numerics_small_values_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:12:02.4327004Z test_reference_numerics_small_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.4345458Z test_reference_numerics_small_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.4363578Z test_reference_numerics_small_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.4390414Z test_reference_numerics_small_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.4416510Z test_reference_numerics_small_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.4441046Z test_reference_numerics_small_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.4465831Z test_reference_numerics_small_values_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.4492454Z test_reference_numerics_small_values_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.4508359Z test_reference_numerics_small_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.4521859Z test_reference_numerics_small_values_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:12:02.4634414Z test_reference_numerics_small_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:02.4747901Z test_reference_numerics_small_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:02.4768586Z test_reference_numerics_small_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.4786945Z test_reference_numerics_small_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.4804056Z test_reference_numerics_small_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.4829300Z test_reference_numerics_small_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.4854085Z test_reference_numerics_small_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.4878302Z test_reference_numerics_small_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.4902440Z test_reference_numerics_small_values_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.4930287Z test_reference_numerics_small_values_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.4945572Z test_reference_numerics_small_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:12:02.4946179Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:12:02.4946685Z test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in power 2022-09-27T16:12:02.4947161Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:12:02.4950031Z ok (0.001s) 2022-09-27T16:12:02.4960541Z test_reference_numerics_small_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:12:02.4970027Z test_reference_numerics_small_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:12:02.4984564Z test_reference_numerics_small_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in power 2022-09-27T16:12:02.4985165Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:12:02.4987586Z ok (0.001s) 2022-09-27T16:12:02.5005802Z test_reference_numerics_small_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.5024371Z test_reference_numerics_small_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.5040010Z test_reference_numerics_small_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:12:02.5054854Z test_reference_numerics_small_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:12:02.5069898Z test_reference_numerics_small_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:12:02.5084131Z test_reference_numerics_small_values_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:12:02.5111376Z test_reference_numerics_small_values_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.5129066Z test_reference_numerics_small_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.5147142Z test_reference_numerics_small_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.5165156Z test_reference_numerics_small_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.5182693Z test_reference_numerics_small_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.5210757Z test_reference_numerics_small_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.5235857Z test_reference_numerics_small_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.5285042Z test_reference_numerics_small_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.5286452Z test_reference_numerics_small_values_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.5295160Z test_reference_numerics_small_values_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:12:02.5313540Z test_reference_numerics_small_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.5438711Z test_reference_numerics_small_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:02.5582991Z test_reference_numerics_small_values_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:02.5713288Z test_reference_numerics_small_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:02.5734876Z test_reference_numerics_small_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.5755581Z test_reference_numerics_small_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.5774136Z test_reference_numerics_small_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:02.5800853Z test_reference_numerics_small_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.5826001Z test_reference_numerics_small_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.5850999Z test_reference_numerics_small_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.5875269Z test_reference_numerics_small_values_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:02.5884414Z test_reference_numerics_small_values_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:12:02.6187086Z test_reference_numerics_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:12:02.6901748Z test_reference_numerics_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:12:02.8153714Z test_reference_numerics_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.124s) 2022-09-27T16:12:02.8563531Z test_reference_numerics_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:02.9242831Z test_reference_numerics_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:12:02.9449967Z test_reference_numerics_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:02.9736390Z test_reference_numerics_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:12:02.9989455Z test_reference_numerics_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:03.0310631Z test_reference_numerics_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:12:03.0516567Z test_reference_numerics_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:03.0759254Z test_reference_numerics_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:03.0769324Z test_reference_numerics_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:12:03.1160003Z test_remainder_fmod_large_dividend_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:12:03.1188662Z test_remainder_fmod_large_dividend_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:03.1545948Z test_remainder_overflow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:12:03.1756646Z test_rpow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:03.3874144Z test_scalar_support_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.211s) 2022-09-27T16:12:03.3939945Z test_scalar_support_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:03.3981388Z test_scalar_support_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:03.4020102Z test_scalar_support_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:03.4058131Z test_scalar_support_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:03.4096036Z test_scalar_support_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:03.4110888Z test_scalar_support_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.4125557Z test_scalar_support_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.4141102Z test_scalar_support_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.4155094Z test_scalar_support_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.4261118Z test_scalar_support_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:03.4342424Z test_scalar_support_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:03.4413794Z test_scalar_support_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:03.4501053Z test_scalar_support_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:03.4565121Z test_scalar_support_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:03.4620056Z test_scalar_support_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:03.4693409Z test_scalar_support_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:03.4740225Z test_scalar_support_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:03.4798960Z test_scalar_support_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:03.4837778Z test_scalar_support_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:03.4853540Z test_scalar_support_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.4898433Z test_scalar_support_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in greater_equal 2022-09-27T16:12:03.4899093Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:12:03.4935926Z ok (0.008s) 2022-09-27T16:12:03.4998849Z test_scalar_support_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:03.5043820Z test_scalar_support_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in greater 2022-09-27T16:12:03.5044441Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:12:03.5081069Z ok (0.008s) 2022-09-27T16:12:03.5145954Z test_scalar_support_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:03.5162406Z test_scalar_support_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.5177857Z test_scalar_support_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.5191749Z test_scalar_support_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.5206051Z test_scalar_support_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.5220091Z test_scalar_support_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.5234191Z test_scalar_support_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:03.5248247Z test_scalar_support_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:03.5262257Z test_scalar_support_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:03.5276525Z test_scalar_support_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:03.5290814Z test_scalar_support_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:03.5305093Z test_scalar_support_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:03.5319673Z test_scalar_support_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.5367522Z test_scalar_support_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in less_equal 2022-09-27T16:12:03.5368107Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:12:03.5405556Z ok (0.008s) 2022-09-27T16:12:03.5469139Z test_scalar_support_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:03.5485676Z test_scalar_support_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.5501179Z test_scalar_support_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.5516293Z test_scalar_support_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.5530589Z test_scalar_support_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.5545008Z test_scalar_support_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.5559491Z test_scalar_support_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.5573753Z test_scalar_support_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.5588070Z test_scalar_support_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.5602467Z test_scalar_support_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.5651904Z test_scalar_support_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in less 2022-09-27T16:12:03.5652534Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:12:03.5689738Z ok (0.008s) 2022-09-27T16:12:03.5752304Z test_scalar_support_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:03.5768542Z test_scalar_support_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.5783576Z test_scalar_support_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.5797535Z test_scalar_support_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.5811131Z test_scalar_support_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.5824659Z test_scalar_support_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.5838951Z test_scalar_support_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.5852072Z test_scalar_support_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.5865565Z test_scalar_support_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:03.5972949Z test_scalar_support_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:03.6053281Z test_scalar_support_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:03.6115514Z test_scalar_support_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:03.6201324Z test_scalar_support_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:03.6264411Z test_scalar_support_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:03.6303481Z test_scalar_support_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:03.6371944Z test_scalar_support_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:03.6413346Z test_scalar_support_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:03.6501282Z test_scalar_support_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:03.6567369Z test_scalar_support_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:03.6608944Z test_scalar_support_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:03.6622229Z test_signed_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:12:03.7303869Z Ensure that signed integer bit shifting works as expected. ... ok (0.069s) 2022-09-27T16:12:03.7317464Z test_signed_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:12:03.7904535Z Ensure that signed integer bit shifting works as expected. ... ok (0.059s) 2022-09-27T16:12:03.7917251Z test_signed_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:12:03.8499419Z Ensure that signed integer bit shifting works as expected. ... ok (0.059s) 2022-09-27T16:12:03.8512369Z test_signed_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:12:03.9105673Z Ensure that signed integer bit shifting works as expected. ... ok (0.060s) 2022-09-27T16:12:03.9242197Z test_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:03.9382584Z test_sub_cpu_bool (__main__.TestBinaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary_ufuncs.py line 2357 2022-09-27T16:12:03.9383161Z due to: 2022-09-27T16:12:03.9383510Z Traceback (most recent call last): 2022-09-27T16:12:03.9384058Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:12:03.9384336Z return self._op(*args, **kwargs or {}) 2022-09-27T16:12:03.9384758Z RuntimeError: Subtraction, the `-` operator, with two bool tensors is not supported. Use the `^` or `logical_xor()` operator instead. 2022-09-27T16:12:03.9384968Z 2022-09-27T16:12:03.9385118Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:03.9385287Z 2022-09-27T16:12:03.9385382Z Traceback (most recent call last): 2022-09-27T16:12:03.9385658Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:03.9385916Z raise TorchRuntimeError() from e 2022-09-27T16:12:03.9386338Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:03.9386481Z 2022-09-27T16:12:03.9386552Z from user code: 2022-09-27T16:12:03.9386765Z File "test_binary_ufuncs.py", line 2357, in 2022-09-27T16:12:03.9387064Z self.assertRaises(RuntimeError, lambda: m1 - m2) 2022-09-27T16:12:03.9387214Z 2022-09-27T16:12:03.9387345Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:03.9387566Z ========== 2022-09-27T16:12:03.9419495Z ok (0.017s) 2022-09-27T16:12:03.9489860Z test_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:03.9554194Z test_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:03.9617131Z test_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:03.9680617Z test_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:03.9741642Z test_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:03.9802145Z test_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:03.9826053Z test_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:03.9847528Z test_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:03.9868350Z test_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:03.9889997Z test_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:04.0131537Z test_sub_typing_cpu (__main__.TestBinaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary_ufuncs.py line 3598 2022-09-27T16:12:04.0132165Z due to: 2022-09-27T16:12:04.0132484Z Traceback (most recent call last): 2022-09-27T16:12:04.0133156Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:12:04.0133641Z return self._op(*args, **kwargs or {}) 2022-09-27T16:12:04.0134410Z RuntimeError: Subtraction, the `-` operator, with two bool tensors is not supported. Use the `^` or `logical_xor()` operator instead. 2022-09-27T16:12:04.0134825Z 2022-09-27T16:12:04.0135053Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:04.0135355Z 2022-09-27T16:12:04.0135519Z Traceback (most recent call last): 2022-09-27T16:12:04.0136022Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:04.0136514Z raise TorchRuntimeError() from e 2022-09-27T16:12:04.0136917Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:04.0137177Z 2022-09-27T16:12:04.0137300Z from user code: 2022-09-27T16:12:04.0137680Z File "test_binary_ufuncs.py", line 3598, in 2022-09-27T16:12:04.0138111Z lambda: m1 - m2, 2022-09-27T16:12:04.0138306Z 2022-09-27T16:12:04.0138541Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:04.0138930Z ========== 2022-09-27T16:12:04.0381424Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary_ufuncs.py line 3604 2022-09-27T16:12:04.0381984Z due to: 2022-09-27T16:12:04.0382347Z Traceback (most recent call last): 2022-09-27T16:12:04.0382985Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:12:04.0383459Z return self._op(*args, **kwargs or {}) 2022-09-27T16:12:04.0384324Z RuntimeError: Subtraction, the `-` operator, with a bool tensor is not supported. If you are trying to invert a mask, use the `~` or `logical_not()` operator instead. 2022-09-27T16:12:04.0384774Z 2022-09-27T16:12:04.0385020Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:04.0385319Z 2022-09-27T16:12:04.0385492Z Traceback (most recent call last): 2022-09-27T16:12:04.0385979Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:04.0386473Z raise TorchRuntimeError() from e 2022-09-27T16:12:04.0386895Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:04.0387138Z 2022-09-27T16:12:04.0387261Z from user code: 2022-09-27T16:12:04.0387918Z File "test_binary_ufuncs.py", line 3604, in 2022-09-27T16:12:04.0388359Z lambda: 1 - m1, 2022-09-27T16:12:04.0388553Z 2022-09-27T16:12:04.0388771Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:04.0389158Z ========== 2022-09-27T16:12:04.0630194Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary_ufuncs.py line 3610 2022-09-27T16:12:04.0630697Z due to: 2022-09-27T16:12:04.0631016Z Traceback (most recent call last): 2022-09-27T16:12:04.0631691Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:12:04.0632470Z return self._op(*args, **kwargs or {}) 2022-09-27T16:12:04.0633571Z RuntimeError: Subtraction, the `-` operator, with a bool tensor is not supported. If you are trying to invert a mask, use the `~` or `logical_not()` operator instead. 2022-09-27T16:12:04.0634026Z 2022-09-27T16:12:04.0634277Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:04.0634596Z 2022-09-27T16:12:04.0634756Z Traceback (most recent call last): 2022-09-27T16:12:04.0635258Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:04.0635737Z raise TorchRuntimeError() from e 2022-09-27T16:12:04.0636161Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:04.0636423Z 2022-09-27T16:12:04.0636544Z from user code: 2022-09-27T16:12:04.0636903Z File "test_binary_ufuncs.py", line 3610, in 2022-09-27T16:12:04.0637344Z lambda: m2 - 1, 2022-09-27T16:12:04.0637533Z 2022-09-27T16:12:04.0637768Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:04.0638152Z ========== 2022-09-27T16:12:04.1109417Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary_ufuncs.py line 3624 2022-09-27T16:12:04.1109927Z due to: 2022-09-27T16:12:04.1110263Z Traceback (most recent call last): 2022-09-27T16:12:04.1110926Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:12:04.1111425Z return self._op(*args, **kwargs or {}) 2022-09-27T16:12:04.1111947Z RuntimeError: For integral input tensors, argument alpha must not be a floating point number. 2022-09-27T16:12:04.1112291Z 2022-09-27T16:12:04.1112538Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:04.1113057Z 2022-09-27T16:12:04.1113221Z Traceback (most recent call last): 2022-09-27T16:12:04.1113727Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:04.1114221Z raise TorchRuntimeError() from e 2022-09-27T16:12:04.1114636Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:04.1114893Z 2022-09-27T16:12:04.1115015Z from user code: 2022-09-27T16:12:04.1115393Z File "test_binary_ufuncs.py", line 3624, in 2022-09-27T16:12:04.1115795Z lambda: torch.sub(m1, m2, alpha=1.0), 2022-09-27T16:12:04.1116023Z 2022-09-27T16:12:04.1116259Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:04.1116657Z ========== 2022-09-27T16:12:04.1164801Z ok (0.127s) 2022-09-27T16:12:04.3080617Z test_tensor_pow_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-09-27T16:12:04.3081164Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:12:04.3090405Z test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:12:04.3090899Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:12:04.3464086Z test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-09-27T16:12:04.3464553Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:12:04.3473746Z test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:12:04.3474207Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:12:04.3851523Z test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-09-27T16:12:04.3852390Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:12:04.3862143Z test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:12:04.3862691Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:12:04.3948105Z ok (0.278s) 2022-09-27T16:12:04.9132967Z test_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.518s) 2022-09-27T16:12:04.9270168Z test_true_divide_out_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:04.9388803Z test_true_divide_out_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:05.0276972Z test_type_promotion___radd___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:12:05.0392094Z test_type_promotion___rand___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:05.0528306Z test_type_promotion___rdiv___cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.013s) 2022-09-27T16:12:05.0645473Z test_type_promotion___rmod___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:05.0786184Z test_type_promotion___rmul___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:05.0900904Z test_type_promotion___ror___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:05.1010891Z test_type_promotion___rpow___cpu (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:12:05.1011457Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:12:05.1041199Z ok (0.013s) 2022-09-27T16:12:05.1177181Z test_type_promotion___rsub___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:05.1291964Z test_type_promotion___rxor___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:05.1763921Z test_type_promotion__refs_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:12:05.1991580Z test_type_promotion__refs_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:12:05.2164537Z test_type_promotion__refs_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:12:05.2336544Z test_type_promotion__refs_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:12:05.2505037Z test_type_promotion__refs_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:12:05.2678290Z test_type_promotion__refs_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:12:05.2812815Z test_type_promotion__refs_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:05.2946977Z test_type_promotion__refs_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:05.3049028Z test_type_promotion__refs_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.010s) 2022-09-27T16:12:05.3299079Z test_type_promotion__refs_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:05.3611029Z test_type_promotion__refs_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:12:05.3861319Z test_type_promotion__refs_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:05.4146408Z test_type_promotion__refs_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:12:05.4265565Z test_type_promotion__refs_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.011s) 2022-09-27T16:12:05.5205413Z test_type_promotion__refs_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:12:05.5426343Z test_type_promotion__refs_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:05.5646597Z test_type_promotion__refs_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:05.5889958Z test_type_promotion__refs_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:05.6064117Z test_type_promotion__refs_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:12:05.6286260Z test_type_promotion__refs_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:12:05.6507923Z test_type_promotion__refs_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:12:05.7036602Z test_type_promotion__refs_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:12:05.7193305Z test_type_promotion__refs_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:12:05.7352230Z test_type_promotion__refs_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:12:05.7511105Z test_type_promotion__refs_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:12:05.7627722Z test_type_promotion__refs_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.011s) 2022-09-27T16:12:05.7805627Z test_type_promotion__refs_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:12:05.8028588Z test_type_promotion__refs_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:12:05.8245272Z test_type_promotion__refs_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:05.8510078Z test_type_promotion__refs_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:12:05.8727708Z test_type_promotion__refs_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:05.8950337Z test_type_promotion__refs_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:12:05.9172457Z test_type_promotion__refs_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:05.9395889Z test_type_promotion__refs_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:12:05.9687759Z test_type_promotion__refs_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:12:05.9969401Z test_type_promotion__refs_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:12:06.0126654Z test_type_promotion__refs_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:12:06.0422796Z test_type_promotion__refs_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:12:06.0666873Z test_type_promotion__refs_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:06.0873729Z test_type_promotion__refs_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:06.1118292Z test_type_promotion__refs_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:06.1413455Z test_type_promotion__refs_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:12:06.1717815Z test_type_promotion__refs_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:12:06.2038777Z test_type_promotion_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:12:06.2287506Z test_type_promotion_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:06.2454060Z test_type_promotion_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:12:06.2554527Z test_type_promotion_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.010s) 2022-09-27T16:12:06.2722541Z test_type_promotion_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:12:06.2824248Z test_type_promotion_bitwise_right_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.010s) 2022-09-27T16:12:06.2988992Z test_type_promotion_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:12:06.3199252Z test_type_promotion_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:06.3408812Z test_type_promotion_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:06.3561077Z test_type_promotion_complex_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.015s) 2022-09-27T16:12:06.3813658Z test_type_promotion_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:06.4069197Z test_type_promotion_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:06.4416162Z test_type_promotion_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:12:06.4671486Z test_type_promotion_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:06.4820394Z test_type_promotion_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:06.4923308Z test_type_promotion_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.010s) 2022-09-27T16:12:06.5154269Z test_type_promotion_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:12:06.5255641Z test_type_promotion_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.010s) 2022-09-27T16:12:06.5357389Z test_type_promotion_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.010s) 2022-09-27T16:12:06.5577236Z test_type_promotion_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:06.5741836Z test_type_promotion_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:12:06.5876643Z test_type_promotion_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:06.6011629Z test_type_promotion_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:06.6158556Z test_type_promotion_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.014s) 2022-09-27T16:12:06.6317809Z test_type_promotion_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:12:06.6476545Z test_type_promotion_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:12:06.6634414Z test_type_promotion_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:12:06.6768618Z test_type_promotion_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.013s) 2022-09-27T16:12:06.6876938Z test_type_promotion_jiterator_binary_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:12:06.6984648Z test_type_promotion_jiterator_binary_return_by_ref_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:12:06.7147835Z test_type_promotion_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:12:06.7518264Z test_type_promotion_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:12:06.7653525Z test_type_promotion_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:06.7793280Z test_type_promotion_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:06.7933056Z test_type_promotion_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:06.8072215Z test_type_promotion_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:06.8206056Z test_type_promotion_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:06.8421147Z test_type_promotion_max_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:06.8630617Z test_type_promotion_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:06.8850636Z test_type_promotion_min_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:06.9062055Z test_type_promotion_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:06.9362672Z test_type_promotion_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:12:06.9511011Z test_type_promotion_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:06.9668625Z test_type_promotion_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:12:06.9770614Z test_type_promotion_polar_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.010s) 2022-09-27T16:12:07.0075770Z test_type_promotion_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:12:07.0295196Z test_type_promotion_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:07.0429137Z test_type_promotion_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:07.0682881Z test_type_promotion_special_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:07.0936447Z test_type_promotion_special_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:07.1039645Z test_type_promotion_special_chebyshev_polynomial_v_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-09-27T16:12:07.1141922Z test_type_promotion_special_chebyshev_polynomial_w_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-09-27T16:12:07.1395690Z test_type_promotion_special_hermite_polynomial_h_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:07.1650924Z test_type_promotion_special_hermite_polynomial_he_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:07.1904401Z test_type_promotion_special_laguerre_polynomial_l_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:07.2007939Z test_type_promotion_special_legendre_polynomial_p_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-09-27T16:12:07.2109894Z test_type_promotion_special_shifted_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-09-27T16:12:07.2211996Z test_type_promotion_special_shifted_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-09-27T16:12:07.2313058Z test_type_promotion_special_shifted_chebyshev_polynomial_v_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-09-27T16:12:07.2414494Z test_type_promotion_special_shifted_chebyshev_polynomial_w_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-09-27T16:12:07.2671122Z test_type_promotion_special_xlog1py_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:07.2924292Z test_type_promotion_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:07.3239694Z test_type_promotion_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:12:07.3598622Z test_type_promotion_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:12:07.3850470Z test_type_promotion_xlogy_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:07.9471622Z test_xlogy_xlog1py_bfloat16_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.561s) 2022-09-27T16:12:10.6444021Z test_xlogy_xlog1py_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (2.697s) 2022-09-27T16:12:12.5150730Z test_xlogy_xlog1py_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (1.870s) 2022-09-27T16:12:13.6087711Z test_xlogy_xlog1py_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (1.093s) 2022-09-27T16:12:13.8220947Z test_xlogy_xlog1py_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.213s) 2022-09-27T16:12:14.0002900Z test_xlogy_xlog1py_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.178s) 2022-09-27T16:12:14.1762724Z test_xlogy_xlog1py_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.175s) 2022-09-27T16:12:14.3509121Z test_xlogy_xlog1py_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.174s) 2022-09-27T16:12:14.5321011Z test_xlogy_xlog1py_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.181s) 2022-09-27T16:12:14.5576195Z test_xlogy_xlog1py_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:14.5718440Z test_xlogy_xlog1py_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:14.5828651Z test_xlogy_xlog1py_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:14.5932085Z test_xlogy_xlog1py_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:14.6033528Z test_xlogy_xlog1py_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:14.6181553Z test_xlogy_xlog1py_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:14.6321080Z test_xlogy_xlog1py_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:14.6466994Z test_xlogy_xlog1py_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:14.6607296Z test_xlogy_xlog1py_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:14.6753200Z test_xlogy_xlog1py_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:14.6891828Z test_xlogy_xlog1py_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:14.6998959Z test_xlogy_xlog1py_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:14.7098373Z test_xlogy_xlog1py_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:14.7197884Z test_xlogy_xlog1py_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:14.7335485Z test_xlogy_xlog1py_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:14.7472391Z test_xlogy_xlog1py_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:14.7611117Z test_xlogy_xlog1py_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:14.7749071Z test_xlogy_xlog1py_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:14.7887816Z test_xlogy_xlog1py_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:14.8025008Z test_xlogy_xlog1py_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:14.8125705Z test_xlogy_xlog1py_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:14.8225521Z test_xlogy_xlog1py_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:14.8321634Z test_xlogy_xlog1py_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:14.8458844Z test_xlogy_xlog1py_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:14.8595457Z test_xlogy_xlog1py_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:14.8731526Z test_xlogy_xlog1py_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:14.8872164Z test_xlogy_xlog1py_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:14.9008628Z test_xlogy_xlog1py_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:14.9257920Z test_xlogy_xlog1py_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:14.9473142Z test_xlogy_xlog1py_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:14.9689262Z test_xlogy_xlog1py_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:14.9902680Z test_xlogy_xlog1py_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:15.0153540Z test_xlogy_xlog1py_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:15.0403368Z test_xlogy_xlog1py_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:15.0652890Z test_xlogy_xlog1py_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:15.0902196Z test_xlogy_xlog1py_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:15.1151699Z test_xlogy_xlog1py_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:15.1401039Z test_xlogy_xlog1py_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:15.1614971Z test_xlogy_xlog1py_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:15.1827998Z test_xlogy_xlog1py_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:15.2039782Z test_xlogy_xlog1py_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:15.2291108Z test_xlogy_xlog1py_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:15.2541036Z test_xlogy_xlog1py_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:15.2792651Z test_xlogy_xlog1py_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:15.3042364Z test_xlogy_xlog1py_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:15.3292439Z test_xlogy_xlog1py_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:15.3542424Z test_xlogy_xlog1py_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:15.3755921Z test_xlogy_xlog1py_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:15.3969711Z test_xlogy_xlog1py_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:15.4186838Z test_xlogy_xlog1py_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:15.4439497Z test_xlogy_xlog1py_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:15.4692969Z test_xlogy_xlog1py_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:15.4945679Z test_xlogy_xlog1py_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:15.5204076Z test_xlogy_xlog1py_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:15.5456295Z test_xlogy_xlog1py_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:15.5708897Z test_xlogy_xlog1py_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:15.5922999Z test_xlogy_xlog1py_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:15.6138976Z test_xlogy_xlog1py_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:15.6354522Z test_xlogy_xlog1py_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:15.6608053Z test_xlogy_xlog1py_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:15.6863502Z test_xlogy_xlog1py_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:15.7117601Z test_xlogy_xlog1py_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:15.7369028Z test_xlogy_xlog1py_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:15.7620358Z test_xlogy_xlog1py_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:15.7870458Z test_xlogy_xlog1py_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:15.8088841Z test_xlogy_xlog1py_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:15.8306849Z test_xlogy_xlog1py_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:15.8521629Z test_xlogy_xlog1py_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:15.8777915Z test_xlogy_xlog1py_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:15.9033691Z test_xlogy_xlog1py_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:15.9290831Z test_xlogy_xlog1py_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:15.9543238Z test_xlogy_xlog1py_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:15.9798221Z test_xlogy_xlog1py_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:16.0556998Z test_xlogy_xlog1py_gradients_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:12:16.1414633Z test_xlogy_xlog1py_scalar_type_promotion_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:12:16.1447023Z test_zeta_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.1478578Z test_zeta_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.1509748Z test_zeta_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.1540452Z test_zeta_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.1570932Z test_zeta_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.1601342Z test_zeta_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.1631354Z test_zeta_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.1661451Z test_zeta_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.1691459Z test_zeta_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.1721552Z test_zeta_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.1751463Z test_zeta_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.1781327Z test_zeta_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.1811113Z test_zeta_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.1840796Z test_zeta_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.1870032Z test_zeta_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:12:16.1899631Z test_zeta_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.1929518Z test_zeta_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.1959249Z test_zeta_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.1988782Z test_zeta_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2018524Z test_zeta_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2048226Z test_zeta_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2077951Z test_zeta_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2107647Z test_zeta_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2137438Z test_zeta_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2167050Z test_zeta_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2196584Z test_zeta_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2226266Z test_zeta_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2261230Z test_zeta_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2291615Z test_zeta_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2321411Z test_zeta_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2350983Z test_zeta_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2380447Z test_zeta_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2409976Z test_zeta_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2439222Z test_zeta_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2468641Z test_zeta_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2498286Z test_zeta_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2529775Z test_zeta_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2560630Z test_zeta_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2589829Z test_zeta_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2619112Z test_zeta_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2648341Z test_zeta_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2677441Z test_zeta_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2706651Z test_zeta_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2735657Z test_zeta_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2764844Z test_zeta_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2794533Z test_zeta_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:12:16.2823238Z test_zeta_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2852465Z test_zeta_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2882216Z test_zeta_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.2910920Z test_zeta_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:12:16.2940086Z test_zeta_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:12:16.2969152Z test_zeta_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:12:16.2998083Z test_zeta_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.3027565Z test_zeta_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.3056565Z test_zeta_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.3087949Z test_zeta_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.3117249Z test_zeta_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.3146433Z test_zeta_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.3175601Z test_zeta_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.3204349Z test_zeta_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:12:16.3233361Z test_zeta_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:12:16.3262353Z test_zeta_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.3291994Z test_zeta_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.3321374Z test_zeta_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:12:16.3323151Z 2022-09-27T16:12:16.3323594Z ---------------------------------------------------------------------- 2022-09-27T16:12:16.3324066Z Ran 8283 tests in 97.970s 2022-09-27T16:12:16.3324285Z 2022-09-27T16:12:16.3324442Z OK (skipped=902, expected failures=14) 2022-09-27T16:12:16.3324581Z 2022-09-27T16:12:16.3324665Z Generating XML reports... 2022-09-27T16:12:17.1664030Z Generated XML report: test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCPU-20220927161038.xml 2022-09-27T16:12:18.1748659Z Running test_torch ... [2022-09-27 16:12:18.174464] 2022-09-27T16:12:18.1749176Z Executing ['/opt/conda/bin/python', '-bb', 'test_torch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:12:18.174546] 2022-09-27T16:12:19.8283448Z Test results will be stored in test-reports/python-unittest/test_torch 2022-09-27T16:12:19.8439245Z 2022-09-27T16:12:19.8439413Z Running tests... 2022-09-27T16:12:19.8439842Z ---------------------------------------------------------------------- 2022-09-27T16:12:19.9145859Z test_basic_vitals (__main__.TestBasicVitalSigns) ... ok (0.010s) 2022-09-27T16:12:19.9209927Z test_basic_vitals_read_write (__main__.TestBasicVitalSigns) ... [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-09-27T16:12:19.9210745Z [TORCH_VITAL] CUDA.used False 2022-09-27T16:12:19.9210983Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-09-27T16:12:19.9211223Z [TORCH_VITAL] CUDA.used False 2022-09-27T16:12:19.9211407Z ok (0.006s) 2022-09-27T16:12:19.9298140Z test_dataloader_vitals (__main__.TestBasicVitalSigns) ... [TORCH_VITAL] Dataloader.enabled True 2022-09-27T16:12:19.9298714Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-09-27T16:12:19.9299177Z [TORCH_VITAL] CUDA.used False 2022-09-27T16:12:19.9299486Z ok (0.008s) 2022-09-27T16:12:19.9325512Z test_RNGState (__main__.TestTorch) ... skip: requires https://github.com/pytorch/torchdynamo/pull/1098 (0.002s) 2022-09-27T16:12:19.9339546Z test_RNGStateAliasing (__main__.TestTorch) ... skip: requires https://github.com/pytorch/torchdynamo/pull/1098 (0.001s) 2022-09-27T16:12:19.9353322Z test_RNG_after_pickle (__main__.TestTorch) ... skip: requires https://github.com/pytorch/torchdynamo/pull/1098 (0.001s) 2022-09-27T16:12:20.0595655Z test_Size (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 6858 2022-09-27T16:12:20.0596074Z due to: 2022-09-27T16:12:20.0596450Z Traceback (most recent call last): 2022-09-27T16:12:20.0596933Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:20.0597225Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:20.0597555Z TypeError: torch.Size() takes an iterable of 'int' (item 0 is 'FakeTensor') 2022-09-27T16:12:20.0597727Z 2022-09-27T16:12:20.0597798Z from user code: 2022-09-27T16:12:20.0598008Z File "test_torch.py", line 6858, in 2022-09-27T16:12:20.0598261Z self.assertRaises(TypeError, lambda: torch.Size(torch.ones(3))) 2022-09-27T16:12:20.0598428Z 2022-09-27T16:12:20.0598561Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:20.0598781Z ========== 2022-09-27T16:12:20.0631666Z ok (0.127s) 2022-09-27T16:12:20.0751612Z test_Size_iter (__main__.TestTorch) ... ok (0.011s) 2022-09-27T16:12:20.0842753Z test_Size_scalar (__main__.TestTorch) ... ok (0.008s) 2022-09-27T16:12:20.0878758Z test_add_meta_scalar (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_add_meta_scalar test_torch.py line 7229 2022-09-27T16:12:20.0879178Z due to: 2022-09-27T16:12:20.0879381Z Traceback (most recent call last): 2022-09-27T16:12:20.0879834Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 477, in __init__ 2022-09-27T16:12:20.0880159Z assert device.type != "meta" 2022-09-27T16:12:20.0880367Z AssertionError 2022-09-27T16:12:20.0880555Z 2022-09-27T16:12:20.0880661Z from user code: 2022-09-27T16:12:20.0880976Z File "test_torch.py", line 7231, in test_add_meta_scalar 2022-09-27T16:12:20.0881334Z x = torch.empty(2, device='meta') 2022-09-27T16:12:20.0881534Z 2022-09-27T16:12:20.0881668Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:20.0881895Z ========== 2022-09-27T16:12:20.0882042Z ok (0.003s) 2022-09-27T16:12:20.0927106Z test_allow_tensor_metadata_change (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:12:20.1143923Z test_apply (__main__.TestTorch) ... ok (0.021s) 2022-09-27T16:12:20.1272128Z test_as_subclass (__main__.TestTorch) ... ok (0.012s) 2022-09-27T16:12:20.1558631Z test_assert_async (__main__.TestTorch) ... ok (0.028s) 2022-09-27T16:12:20.1577294Z test_backward_hooks_traverse (__main__.TestTorch) ... skip: TorchDynamo does not work well with hooks (0.001s) 2022-09-27T16:12:20.1932762Z test_batch_norm_cpu_inference (__main__.TestTorch) ... ok (0.035s) 2022-09-27T16:12:20.1993671Z test_bmm_multithreaded (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_bmm_multithreaded test_torch.py line 8251 2022-09-27T16:12:20.1994171Z due to: 2022-09-27T16:12:20.1994488Z Traceback (most recent call last): 2022-09-27T16:12:20.1994961Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:20.1995952Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:20.1996704Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T16:12:20.1997041Z 2022-09-27T16:12:20.1997159Z from user code: 2022-09-27T16:12:20.1997697Z File "test_torch.py", line 8254, in test_bmm_multithreaded 2022-09-27T16:12:20.1998092Z num_threads = torch.get_num_threads() 2022-09-27T16:12:20.1998311Z 2022-09-27T16:12:20.1998537Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:20.1998984Z ========== 2022-09-27T16:12:20.4406000Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:20.4406783Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:12:20.4408130Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:20.4408722Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:12:20.4448108Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:20.4448691Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:12:20.4461139Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:20.4461739Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:12:20.4498868Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:20.4499462Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:12:20.4511415Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:20.4512003Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:12:20.4548614Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:20.4549252Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:12:20.4561648Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:20.4562299Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:12:20.7974904Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:20.7975974Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:12:20.8023167Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:20.8024202Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:12:20.8036842Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:20.8037862Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:12:20.8075321Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:20.8076348Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:12:20.8088495Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:20.8089495Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:12:20.8127354Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:20.8128642Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:12:20.8141180Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:20.8142187Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:12:20.8185653Z ok (0.625s) 2022-09-27T16:12:20.8206074Z test_boxMullerState (__main__.TestTorch) ... skip: requires https://github.com/pytorch/torchdynamo/pull/1098 (0.001s) 2022-09-27T16:12:20.8222702Z test_c10_layer_norm (__main__.TestTorch) ... skip: Pytorch is compiled without Caffe2 (0.001s) 2022-09-27T16:12:20.8675275Z test_cat_neg_dim (__main__.TestTorch) ... ok (0.045s) 2022-09-27T16:12:20.9077936Z test_chunk_neg_dim (__main__.TestTorch) ... ok (0.040s) 2022-09-27T16:12:20.9187903Z test_conj_neg_tolist (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:12:20.9188397Z due to: 2022-09-27T16:12:20.9188706Z Traceback (most recent call last): 2022-09-27T16:12:20.9189328Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:12:20.9189918Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:12:20.9190517Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:12:20.9190868Z 2022-09-27T16:12:20.9191104Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:20.9191385Z 2022-09-27T16:12:20.9191524Z Traceback (most recent call last): 2022-09-27T16:12:20.9191994Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:12:20.9192401Z ) from e 2022-09-27T16:12:20.9193166Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:12:20.9193589Z 2022-09-27T16:12:20.9193810Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:20.9194171Z ========== 2022-09-27T16:12:20.9199130Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 8308 2022-09-27T16:12:20.9199573Z due to: 2022-09-27T16:12:20.9199893Z Traceback (most recent call last): 2022-09-27T16:12:20.9200554Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:12:20.9201135Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:12:20.9201705Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:12:20.9202051Z 2022-09-27T16:12:20.9202279Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:20.9202555Z 2022-09-27T16:12:20.9202714Z Traceback (most recent call last): 2022-09-27T16:12:20.9203173Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:12:20.9203583Z ) from e 2022-09-27T16:12:20.9204140Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:12:20.9204570Z 2022-09-27T16:12:20.9204794Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:20.9205338Z ========== 2022-09-27T16:12:20.9207081Z ok (0.012s) 2022-09-27T16:12:20.9306819Z test_contains (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 5902 2022-09-27T16:12:20.9307327Z due to: 2022-09-27T16:12:20.9307623Z Traceback (most recent call last): 2022-09-27T16:12:20.9308237Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 976, in __contains__ 2022-09-27T16:12:20.9308654Z % type(element) 2022-09-27T16:12:20.9309371Z RuntimeError: Tensor.__contains__ only supports Tensor or scalar, but you passed in a . 2022-09-27T16:12:20.9310815Z 2022-09-27T16:12:20.9311063Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:20.9311350Z 2022-09-27T16:12:20.9311508Z Traceback (most recent call last): 2022-09-27T16:12:20.9311980Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:20.9312436Z raise TorchRuntimeError() from e 2022-09-27T16:12:20.9313056Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:20.9313297Z 2022-09-27T16:12:20.9313416Z from user code: 2022-09-27T16:12:20.9313741Z File "test_torch.py", line 5902, in 2022-09-27T16:12:20.9314080Z lambda: "foo" in x) 2022-09-27T16:12:20.9314275Z 2022-09-27T16:12:20.9314498Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:20.9314860Z ========== 2022-09-27T16:12:20.9322333Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 5906 2022-09-27T16:12:20.9324136Z due to: 2022-09-27T16:12:20.9324493Z Traceback (most recent call last): 2022-09-27T16:12:20.9325124Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 976, in __contains__ 2022-09-27T16:12:20.9325563Z % type(element) 2022-09-27T16:12:20.9326391Z RuntimeError: Tensor.__contains__ only supports Tensor or scalar, but you passed in a . 2022-09-27T16:12:20.9326816Z 2022-09-27T16:12:20.9337018Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:20.9337381Z 2022-09-27T16:12:20.9337548Z Traceback (most recent call last): 2022-09-27T16:12:20.9338020Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:20.9338492Z raise TorchRuntimeError() from e 2022-09-27T16:12:20.9338887Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:20.9339133Z 2022-09-27T16:12:20.9339249Z from user code: 2022-09-27T16:12:20.9339576Z File "test_torch.py", line 5906, in 2022-09-27T16:12:20.9339928Z lambda: [1, 2] in x) 2022-09-27T16:12:20.9340119Z 2022-09-27T16:12:20.9340352Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:20.9340705Z ========== 2022-09-27T16:12:20.9340966Z ok (0.011s) 2022-09-27T16:12:20.9492493Z test_copy_broadcast (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:12:20.9531484Z test_copy_dtypes (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:12:20.9653419Z test_copy_many_to_one (__main__.TestTorch) ... ok (0.012s) 2022-09-27T16:12:21.1371291Z test_copy_transpose (__main__.TestTorch) ... /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:77: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:12:21.1371838Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T16:12:21.1678738Z ok (0.202s) 2022-09-27T16:12:21.1736418Z test_cuda_not_built (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 6964 2022-09-27T16:12:21.1736717Z due to: 2022-09-27T16:12:21.1736922Z Traceback (most recent call last): 2022-09-27T16:12:21.1737285Z File "/opt/conda/lib/python3.7/site-packages/torch/cuda/__init__.py", line 221, in _lazy_init 2022-09-27T16:12:21.1737604Z raise AssertionError("Torch not compiled with CUDA enabled") 2022-09-27T16:12:21.1738093Z AssertionError: Torch not compiled with CUDA enabled 2022-09-27T16:12:21.1738246Z 2022-09-27T16:12:21.1738318Z from user code: 2022-09-27T16:12:21.1738507Z File "test_torch.py", line 6964, in 2022-09-27T16:12:21.1738804Z self.assertRaisesRegex(AssertionError, msg, lambda: torch.tensor([1], device="cuda")) 2022-09-27T16:12:21.1738997Z 2022-09-27T16:12:21.1739128Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.1739335Z ========== 2022-09-27T16:12:21.1753885Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 6965 2022-09-27T16:12:21.1754317Z due to: 2022-09-27T16:12:21.1754522Z Traceback (most recent call last): 2022-09-27T16:12:21.1754876Z File "/opt/conda/lib/python3.7/site-packages/torch/cuda/__init__.py", line 221, in _lazy_init 2022-09-27T16:12:21.1755281Z raise AssertionError("Torch not compiled with CUDA enabled") 2022-09-27T16:12:21.1755556Z AssertionError: Torch not compiled with CUDA enabled 2022-09-27T16:12:21.1755713Z 2022-09-27T16:12:21.1755770Z from user code: 2022-09-27T16:12:21.1755976Z File "test_torch.py", line 6965, in 2022-09-27T16:12:21.1756262Z self.assertRaisesRegex(AssertionError, msg, lambda: torch.tensor([1]).cuda()) 2022-09-27T16:12:21.1756444Z 2022-09-27T16:12:21.1756577Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.1756780Z ========== 2022-09-27T16:12:21.1762871Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 6966 2022-09-27T16:12:21.1763328Z due to: 2022-09-27T16:12:21.1763669Z Traceback (most recent call last): 2022-09-27T16:12:21.1763982Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:21.1764270Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:21.1764561Z TypeError: type torch.cuda.FloatTensor not available. Torch not compiled with CUDA enabled. 2022-09-27T16:12:21.1764755Z 2022-09-27T16:12:21.1764831Z from user code: 2022-09-27T16:12:21.1765032Z File "test_torch.py", line 6966, in 2022-09-27T16:12:21.1765314Z self.assertRaisesRegex(TypeError, msg, lambda: torch.cuda.FloatTensor()) 2022-09-27T16:12:21.1765484Z 2022-09-27T16:12:21.1765614Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.1765901Z ========== 2022-09-27T16:12:21.1772760Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 6967 2022-09-27T16:12:21.1773212Z due to: 2022-09-27T16:12:21.1773527Z Traceback (most recent call last): 2022-09-27T16:12:21.1773897Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:12:21.1774210Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:12:21.1774547Z NotImplementedError: argument of type: 2022-09-27T16:12:21.1774717Z 2022-09-27T16:12:21.1774786Z from user code: 2022-09-27T16:12:21.1774988Z File "test_torch.py", line 6967, in 2022-09-27T16:12:21.1775302Z self.assertRaisesRegex(TypeError, msg, lambda: torch.set_default_tensor_type(torch.cuda.FloatTensor)) 2022-09-27T16:12:21.1775519Z 2022-09-27T16:12:21.1775653Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.1775872Z ========== 2022-09-27T16:12:21.1788423Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 6968 2022-09-27T16:12:21.1788883Z due to: 2022-09-27T16:12:21.1789217Z Traceback (most recent call last): 2022-09-27T16:12:21.1789586Z File "/opt/conda/lib/python3.7/site-packages/torch/cuda/__init__.py", line 221, in _lazy_init 2022-09-27T16:12:21.1789895Z raise AssertionError("Torch not compiled with CUDA enabled") 2022-09-27T16:12:21.1790165Z AssertionError: Torch not compiled with CUDA enabled 2022-09-27T16:12:21.1790316Z 2022-09-27T16:12:21.1790385Z from user code: 2022-09-27T16:12:21.1790573Z File "test_torch.py", line 6968, in 2022-09-27T16:12:21.1790866Z self.assertRaisesRegex(AssertionError, msg, lambda: torch.tensor([1]).to(device="cuda")) 2022-09-27T16:12:21.1791192Z 2022-09-27T16:12:21.1791326Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.1791546Z ========== 2022-09-27T16:12:21.1791697Z ok (0.011s) 2022-09-27T16:12:21.2165205Z test_cummax_neg_dim (__main__.TestTorch) ... ok (0.037s) 2022-09-27T16:12:21.2539299Z test_cummin_neg_dim (__main__.TestTorch) ... ok (0.037s) 2022-09-27T16:12:21.2909662Z test_cumprod_neg_dim (__main__.TestTorch) ... ok (0.036s) 2022-09-27T16:12:21.3279362Z test_cumsum_neg_dim (__main__.TestTorch) ... ok (0.036s) 2022-09-27T16:12:21.3307211Z test_cxx_flags (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cxx_flags test_torch.py line 6908 2022-09-27T16:12:21.3307546Z due to: 2022-09-27T16:12:21.3307751Z Traceback (most recent call last): 2022-09-27T16:12:21.3308037Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:21.3308486Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:21.3308954Z AssertionError: torch.* op returned non-Tensor str call_function 2022-09-27T16:12:21.3309158Z 2022-09-27T16:12:21.3309230Z from user code: 2022-09-27T16:12:21.3309446Z File "test_torch.py", line 6910, in test_cxx_flags 2022-09-27T16:12:21.3309652Z torch.__config__._cxx_flags() 2022-09-27T16:12:21.3309771Z 2022-09-27T16:12:21.3309903Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.3310122Z ========== 2022-09-27T16:12:21.3310269Z ok (0.002s) 2022-09-27T16:12:21.3321615Z test_dead_weak_ref (__main__.TestTorch) ... skip: Not a suitable test for TorchDynamo (0.001s) 2022-09-27T16:12:21.3970886Z test_deepcopy_gradient (__main__.TestTorch) ... ok (0.064s) 2022-09-27T16:12:21.4462045Z test_deepcopy_parameter (__main__.TestTorch) ... ok (0.049s) 2022-09-27T16:12:21.4537130Z test_deterministic_flag (__main__.TestTorch) ... ok (0.007s) 2022-09-27T16:12:21.4639188Z test_device (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7790 2022-09-27T16:12:21.4639607Z due to: 2022-09-27T16:12:21.4639944Z Traceback (most recent call last): 2022-09-27T16:12:21.4640463Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:12:21.4640781Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:12:21.4641077Z RuntimeError: Invalid device string: 'cpu:-1' 2022-09-27T16:12:21.4641219Z 2022-09-27T16:12:21.4641290Z from user code: 2022-09-27T16:12:21.4641504Z File "test_torch.py", line 7790, in 2022-09-27T16:12:21.4641821Z self.assertRaises(RuntimeError, lambda: torch.device('cpu:-1')) 2022-09-27T16:12:21.4641987Z 2022-09-27T16:12:21.4642119Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.4642337Z ========== 2022-09-27T16:12:21.4666522Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7791 2022-09-27T16:12:21.4666989Z due to: 2022-09-27T16:12:21.4667303Z Traceback (most recent call last): 2022-09-27T16:12:21.4667588Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:12:21.4667874Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:12:21.4668176Z RuntimeError: Invalid device string: 'cuda:-1' 2022-09-27T16:12:21.4668317Z 2022-09-27T16:12:21.4668386Z from user code: 2022-09-27T16:12:21.4668584Z File "test_torch.py", line 7791, in 2022-09-27T16:12:21.4668905Z self.assertRaises(RuntimeError, lambda: torch.device('cuda:-1')) 2022-09-27T16:12:21.4669073Z 2022-09-27T16:12:21.4669205Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.4669419Z ========== 2022-09-27T16:12:21.4693727Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7792 2022-09-27T16:12:21.4694491Z due to: 2022-09-27T16:12:21.4694676Z Traceback (most recent call last): 2022-09-27T16:12:21.4694958Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:12:21.4695262Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:12:21.4695556Z RuntimeError: Invalid device string: 'cuda:2 ' 2022-09-27T16:12:21.4695696Z 2022-09-27T16:12:21.4695764Z from user code: 2022-09-27T16:12:21.4695950Z File "test_torch.py", line 7792, in 2022-09-27T16:12:21.4696271Z self.assertRaises(RuntimeError, lambda: torch.device('cuda:2 ')) 2022-09-27T16:12:21.4696438Z 2022-09-27T16:12:21.4696639Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.4696848Z ========== 2022-09-27T16:12:21.4721804Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7793 2022-09-27T16:12:21.4722202Z due to: 2022-09-27T16:12:21.4722389Z Traceback (most recent call last): 2022-09-27T16:12:21.4722684Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:12:21.4723005Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:12:21.4723310Z RuntimeError: Invalid device string: 'cuda: 2' 2022-09-27T16:12:21.4723453Z 2022-09-27T16:12:21.4723511Z from user code: 2022-09-27T16:12:21.4723712Z File "test_torch.py", line 7793, in 2022-09-27T16:12:21.4724036Z self.assertRaises(RuntimeError, lambda: torch.device('cuda: 2')) 2022-09-27T16:12:21.4724204Z 2022-09-27T16:12:21.4724334Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.4724546Z ========== 2022-09-27T16:12:21.4747378Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7794 2022-09-27T16:12:21.4747892Z due to: 2022-09-27T16:12:21.4748147Z Traceback (most recent call last): 2022-09-27T16:12:21.4748436Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:12:21.4748746Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:12:21.4749046Z RuntimeError: Invalid device string: 'cuda:2 2' 2022-09-27T16:12:21.4749188Z 2022-09-27T16:12:21.4749263Z from user code: 2022-09-27T16:12:21.4749466Z File "test_torch.py", line 7794, in 2022-09-27T16:12:21.4749793Z self.assertRaises(RuntimeError, lambda: torch.device('cuda:2 2')) 2022-09-27T16:12:21.4749951Z 2022-09-27T16:12:21.4750088Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.4750307Z ========== 2022-09-27T16:12:21.4774453Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7795 2022-09-27T16:12:21.4774872Z due to: 2022-09-27T16:12:21.4775215Z Traceback (most recent call last): 2022-09-27T16:12:21.4775682Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:12:21.4776217Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:12:21.4776700Z RuntimeError: Invalid device string: 'cuda:2.' 2022-09-27T16:12:21.4776846Z 2022-09-27T16:12:21.4776916Z from user code: 2022-09-27T16:12:21.4777111Z File "test_torch.py", line 7795, in 2022-09-27T16:12:21.4777424Z self.assertRaises(RuntimeError, lambda: torch.device('cuda:2.')) 2022-09-27T16:12:21.4777591Z 2022-09-27T16:12:21.4777720Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.4777943Z ========== 2022-09-27T16:12:21.4801417Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7796 2022-09-27T16:12:21.4801830Z due to: 2022-09-27T16:12:21.4802192Z Traceback (most recent call last): 2022-09-27T16:12:21.4802577Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:12:21.4802918Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:12:21.4803216Z RuntimeError: Invalid device string: 'cuda:2?' 2022-09-27T16:12:21.4803356Z 2022-09-27T16:12:21.4803426Z from user code: 2022-09-27T16:12:21.4803782Z File "test_torch.py", line 7796, in 2022-09-27T16:12:21.4804111Z self.assertRaises(RuntimeError, lambda: torch.device('cuda:2?')) 2022-09-27T16:12:21.4804278Z 2022-09-27T16:12:21.4804406Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.4804624Z ========== 2022-09-27T16:12:21.4829718Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7797 2022-09-27T16:12:21.4830117Z due to: 2022-09-27T16:12:21.4830393Z Traceback (most recent call last): 2022-09-27T16:12:21.4830797Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:12:21.4831281Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:12:21.4831673Z RuntimeError: Invalid device string: 'cuda:?2' 2022-09-27T16:12:21.4831987Z 2022-09-27T16:12:21.4832117Z from user code: 2022-09-27T16:12:21.4832480Z File "test_torch.py", line 7797, in 2022-09-27T16:12:21.4833203Z self.assertRaises(RuntimeError, lambda: torch.device('cuda:?2')) 2022-09-27T16:12:21.4833376Z 2022-09-27T16:12:21.4833508Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.4833714Z ========== 2022-09-27T16:12:21.4856590Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7798 2022-09-27T16:12:21.4856956Z due to: 2022-09-27T16:12:21.4857174Z Traceback (most recent call last): 2022-09-27T16:12:21.4857677Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:12:21.4858183Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:12:21.4858483Z RuntimeError: Invalid device string: 'cuda:' 2022-09-27T16:12:21.4858632Z 2022-09-27T16:12:21.4858689Z from user code: 2022-09-27T16:12:21.4858886Z File "test_torch.py", line 7798, in 2022-09-27T16:12:21.4859200Z self.assertRaises(RuntimeError, lambda: torch.device('cuda:')) 2022-09-27T16:12:21.4859360Z 2022-09-27T16:12:21.4859482Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.4859697Z ========== 2022-09-27T16:12:21.4883251Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7799 2022-09-27T16:12:21.4883613Z due to: 2022-09-27T16:12:21.4883887Z Traceback (most recent call last): 2022-09-27T16:12:21.4884333Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:12:21.4884908Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:12:21.4885408Z RuntimeError: Invalid device string: 'cuda:2.232' 2022-09-27T16:12:21.4885563Z 2022-09-27T16:12:21.4885674Z from user code: 2022-09-27T16:12:21.4886034Z File "test_torch.py", line 7799, in 2022-09-27T16:12:21.4886649Z self.assertRaises(RuntimeError, lambda: torch.device('cuda:2.232')) 2022-09-27T16:12:21.4886900Z 2022-09-27T16:12:21.4887122Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.4887546Z ========== 2022-09-27T16:12:21.4910131Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7800 2022-09-27T16:12:21.4910454Z due to: 2022-09-27T16:12:21.4910683Z Traceback (most recent call last): 2022-09-27T16:12:21.4910969Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:12:21.4911272Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:12:21.4911566Z RuntimeError: Invalid device string: 'cuda:2 cuda:3' 2022-09-27T16:12:21.4911711Z 2022-09-27T16:12:21.4911781Z from user code: 2022-09-27T16:12:21.4911980Z File "test_torch.py", line 7800, in 2022-09-27T16:12:21.4912302Z self.assertRaises(RuntimeError, lambda: torch.device('cuda:2 cuda:3')) 2022-09-27T16:12:21.4912471Z 2022-09-27T16:12:21.4912602Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.4913002Z ========== 2022-09-27T16:12:21.4936830Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7801 2022-09-27T16:12:21.4937361Z due to: 2022-09-27T16:12:21.4937699Z Traceback (most recent call last): 2022-09-27T16:12:21.4938226Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:12:21.4938772Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:12:21.4939345Z RuntimeError: Invalid device string: 'cuda:2+cuda:3' 2022-09-27T16:12:21.4939554Z 2022-09-27T16:12:21.4939623Z from user code: 2022-09-27T16:12:21.4939811Z File "test_torch.py", line 7801, in 2022-09-27T16:12:21.4940142Z self.assertRaises(RuntimeError, lambda: torch.device('cuda:2+cuda:3')) 2022-09-27T16:12:21.4940420Z 2022-09-27T16:12:21.4940554Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.4940771Z ========== 2022-09-27T16:12:21.4964076Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7802 2022-09-27T16:12:21.4964543Z due to: 2022-09-27T16:12:21.4964820Z Traceback (most recent call last): 2022-09-27T16:12:21.4965097Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:12:21.4965398Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:12:21.4965700Z RuntimeError: Invalid device string: 'cuda:2cuda:3' 2022-09-27T16:12:21.4965920Z 2022-09-27T16:12:21.4965992Z from user code: 2022-09-27T16:12:21.4966179Z File "test_torch.py", line 7802, in 2022-09-27T16:12:21.4966510Z self.assertRaises(RuntimeError, lambda: torch.device('cuda:2cuda:3')) 2022-09-27T16:12:21.4966681Z 2022-09-27T16:12:21.4966815Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.4967020Z ========== 2022-09-27T16:12:21.4990956Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7803 2022-09-27T16:12:21.4991334Z due to: 2022-09-27T16:12:21.4991707Z Traceback (most recent call last): 2022-09-27T16:12:21.4992190Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:12:21.4992748Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:12:21.4993264Z RuntimeError: Device index must not be negative 2022-09-27T16:12:21.4993404Z 2022-09-27T16:12:21.4993462Z from user code: 2022-09-27T16:12:21.4993658Z File "test_torch.py", line 7803, in 2022-09-27T16:12:21.4993979Z self.assertRaises(RuntimeError, lambda: torch.device(-1)) 2022-09-27T16:12:21.4994140Z 2022-09-27T16:12:21.4994257Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.4994473Z ========== 2022-09-27T16:12:21.5017879Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7805 2022-09-27T16:12:21.5018298Z due to: 2022-09-27T16:12:21.5018622Z Traceback (most recent call last): 2022-09-27T16:12:21.5019075Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:12:21.5019375Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:12:21.5019763Z RuntimeError: Expected one of cpu, cuda, ipu, xpu, mkldnn, opengl, opencl, ideep, hip, ve, ort, mps, xla, lazy, vulkan, meta, hpu, privateuseone device type at start of device string: other 2022-09-27T16:12:21.5020036Z 2022-09-27T16:12:21.5020110Z from user code: 2022-09-27T16:12:21.5020310Z File "test_torch.py", line 7805, in 2022-09-27T16:12:21.5020633Z self.assertRaises(RuntimeError, lambda: torch.device('other')) 2022-09-27T16:12:21.5020784Z 2022-09-27T16:12:21.5020914Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.5021134Z ========== 2022-09-27T16:12:21.5044314Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7806 2022-09-27T16:12:21.5044643Z due to: 2022-09-27T16:12:21.5045007Z Traceback (most recent call last): 2022-09-27T16:12:21.5045440Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 116, in call_function 2022-09-27T16:12:21.5045896Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:12:21.5046463Z RuntimeError: Expected one of cpu, cuda, ipu, xpu, mkldnn, opengl, opencl, ideep, hip, ve, ort, mps, xla, lazy, vulkan, meta, hpu, privateuseone device type at start of device string: other 2022-09-27T16:12:21.5046732Z 2022-09-27T16:12:21.5046804Z from user code: 2022-09-27T16:12:21.5047005Z File "test_torch.py", line 7806, in 2022-09-27T16:12:21.5047327Z self.assertRaises(RuntimeError, lambda: torch.device('other:0')) 2022-09-27T16:12:21.5047497Z 2022-09-27T16:12:21.5047628Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.5047848Z ========== 2022-09-27T16:12:21.5062139Z ok (0.052s) 2022-09-27T16:12:21.5352382Z test_dir (__main__.TestTorch) ... ok (0.028s) 2022-09-27T16:12:21.5395297Z test_doc (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:12:21.5417602Z test_doc_template (__main__.TestTorch) 2022-09-27T16:12:21.5617584Z Test that all public API doc strings use the same standard template for ... ok (0.022s) 2022-09-27T16:12:21.5798375Z test_dot_data_use (__main__.TestTorch) ... ok (0.017s) 2022-09-27T16:12:21.5867085Z test_dtype_is_signed (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7408 2022-09-27T16:12:21.5867626Z due to: 2022-09-27T16:12:21.5867941Z Traceback (most recent call last): 2022-09-27T16:12:21.5868474Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:12:21.5868999Z member = getattr(self.value, name) 2022-09-27T16:12:21.5869465Z RuntimeError: isSignedType not supported for quantized types 2022-09-27T16:12:21.5869761Z 2022-09-27T16:12:21.5869885Z from user code: 2022-09-27T16:12:21.5870239Z File "test_torch.py", line 7408, in 2022-09-27T16:12:21.5870952Z self.assertRaisesRegex(RuntimeError, 'not supported for quantized', lambda: torch.quint8.is_signed) 2022-09-27T16:12:21.5871340Z 2022-09-27T16:12:21.5871564Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.5871961Z ========== 2022-09-27T16:12:21.5896338Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7409 2022-09-27T16:12:21.5896836Z due to: 2022-09-27T16:12:21.5897147Z Traceback (most recent call last): 2022-09-27T16:12:21.5897673Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:12:21.5898175Z member = getattr(self.value, name) 2022-09-27T16:12:21.5898625Z RuntimeError: isSignedType not supported for quantized types 2022-09-27T16:12:21.5898919Z 2022-09-27T16:12:21.5899040Z from user code: 2022-09-27T16:12:21.5899409Z File "test_torch.py", line 7409, in 2022-09-27T16:12:21.5900108Z self.assertRaisesRegex(RuntimeError, 'not supported for quantized', lambda: torch.qint8.is_signed) 2022-09-27T16:12:21.5900486Z 2022-09-27T16:12:21.5900723Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.5901115Z ========== 2022-09-27T16:12:21.5925980Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7410 2022-09-27T16:12:21.5926409Z due to: 2022-09-27T16:12:21.5926738Z Traceback (most recent call last): 2022-09-27T16:12:21.5927228Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:12:21.5927691Z member = getattr(self.value, name) 2022-09-27T16:12:21.5928129Z RuntimeError: isSignedType not supported for quantized types 2022-09-27T16:12:21.5928402Z 2022-09-27T16:12:21.5928520Z from user code: 2022-09-27T16:12:21.5928856Z File "test_torch.py", line 7410, in 2022-09-27T16:12:21.5929533Z self.assertRaisesRegex(RuntimeError, 'not supported for quantized', lambda: torch.qint32.is_signed) 2022-09-27T16:12:21.5929881Z 2022-09-27T16:12:21.5930100Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.5930470Z ========== 2022-09-27T16:12:21.5936655Z ok (0.013s) 2022-09-27T16:12:21.8988494Z test_element_size (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 5832 2022-09-27T16:12:21.8989448Z due to: 2022-09-27T16:12:21.8989789Z Traceback (most recent call last): 2022-09-27T16:12:21.8990100Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:21.8990548Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:21.8990947Z AssertionError: torch.* op returned non-Tensor int call_method element_size 2022-09-27T16:12:21.8991122Z 2022-09-27T16:12:21.8991180Z from user code: 2022-09-27T16:12:21.8991478Z File "test_torch.py", line 5834, in 2022-09-27T16:12:21.8991765Z self.assertEqual(byte, torch.ByteTensor().element_size()) 2022-09-27T16:12:21.8991923Z 2022-09-27T16:12:21.8992056Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.8992263Z ========== 2022-09-27T16:12:21.8996156Z ok (0.305s) 2022-09-27T16:12:21.9029897Z test_empty_meta (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_empty_meta test_torch.py line 7155 2022-09-27T16:12:21.9030377Z due to: 2022-09-27T16:12:21.9030671Z Traceback (most recent call last): 2022-09-27T16:12:21.9031334Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 477, in __init__ 2022-09-27T16:12:21.9031807Z assert device.type != "meta" 2022-09-27T16:12:21.9032124Z AssertionError 2022-09-27T16:12:21.9032301Z 2022-09-27T16:12:21.9032417Z from user code: 2022-09-27T16:12:21.9032982Z File "test_torch.py", line 7156, in test_empty_meta 2022-09-27T16:12:21.9033457Z x = torch.empty(2 ** 20, 2 ** 20, device='meta') 2022-09-27T16:12:21.9033668Z 2022-09-27T16:12:21.9033888Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.9034226Z ========== 2022-09-27T16:12:21.9039115Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7160 2022-09-27T16:12:21.9039583Z due to: 2022-09-27T16:12:21.9039907Z Traceback (most recent call last): 2022-09-27T16:12:21.9040571Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 477, in __init__ 2022-09-27T16:12:21.9041064Z assert device.type != "meta" 2022-09-27T16:12:21.9041399Z AssertionError 2022-09-27T16:12:21.9041590Z 2022-09-27T16:12:21.9041808Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:21.9042192Z ========== 2022-09-27T16:12:21.9088849Z ok (0.009s) 2022-09-27T16:12:21.9205591Z test_empty_storage_view (__main__.TestTorch) ... ok (0.011s) 2022-09-27T16:12:22.3358729Z test_equal (__main__.TestTorch) ... ok (0.415s) 2022-09-27T16:12:22.3537220Z test_error_msg_type_translation (__main__.TestTorch) ... ok (0.017s) 2022-09-27T16:12:22.4561053Z test_fill_diagonal (__main__.TestTorch) ... ok (0.102s) 2022-09-27T16:12:22.4593372Z test_format_scalar_meta (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_format_scalar_meta test_torch.py line 7162 2022-09-27T16:12:22.4593944Z due to: 2022-09-27T16:12:22.4594258Z Traceback (most recent call last): 2022-09-27T16:12:22.4594910Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 477, in __init__ 2022-09-27T16:12:22.4595366Z assert device.type != "meta" 2022-09-27T16:12:22.4595676Z AssertionError 2022-09-27T16:12:22.4595858Z 2022-09-27T16:12:22.4595976Z from user code: 2022-09-27T16:12:22.4596330Z File "test_torch.py", line 7163, in test_format_scalar_meta 2022-09-27T16:12:22.4596782Z x = torch.empty((), device='meta') 2022-09-27T16:12:22.4597005Z 2022-09-27T16:12:22.4597224Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:22.4597590Z ========== 2022-09-27T16:12:22.4597838Z ok (0.003s) 2022-09-27T16:12:22.8816277Z test_from_buffer (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 6218 2022-09-27T16:12:22.8817220Z due to: 2022-09-27T16:12:22.8817596Z Traceback (most recent call last): 2022-09-27T16:12:22.8817987Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:12:22.8818310Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:12:22.8818637Z NotImplementedError: UserDefinedObjectVariable(_LegacyStorageMeta) is not a constant 2022-09-27T16:12:22.8818827Z 2022-09-27T16:12:22.8818901Z from user code: 2022-09-27T16:12:22.8819133Z File "test_torch.py", line 6218, in 2022-09-27T16:12:22.8819455Z self.assertEqual(bools.size(), 8) 2022-09-27T16:12:22.8819589Z 2022-09-27T16:12:22.8819708Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:22.8819926Z ========== 2022-09-27T16:12:22.8824573Z ok (0.422s) 2022-09-27T16:12:22.9199708Z test_from_file (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 6438 2022-09-27T16:12:22.9200318Z due to: 2022-09-27T16:12:22.9200622Z Traceback (most recent call last): 2022-09-27T16:12:22.9200932Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:22.9201378Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:22.9201760Z AssertionError: torch.* op returned non-Tensor int call_method data_ptr 2022-09-27T16:12:22.9201936Z 2022-09-27T16:12:22.9202008Z from user code: 2022-09-27T16:12:22.9202247Z File "test_torch.py", line 6438, in 2022-09-27T16:12:22.9202552Z self.assertEqual(s1.data_ptr(), torch.FloatTensor(s1).data_ptr()) 2022-09-27T16:12:22.9202705Z 2022-09-27T16:12:22.9202839Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:22.9203061Z ========== 2022-09-27T16:12:22.9339018Z ok (0.051s) 2022-09-27T16:12:22.9784813Z test_gather_neg_dim (__main__.TestTorch) ... ok (0.044s) 2022-09-27T16:12:22.9886312Z test_generator_cpu (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 5969 2022-09-27T16:12:22.9886904Z due to: 2022-09-27T16:12:22.9887261Z Traceback (most recent call last): 2022-09-27T16:12:22.9887773Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:22.9888241Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:22.9888695Z AssertionError: torch.* op returned non-Tensor Generator call_function 2022-09-27T16:12:22.9888893Z 2022-09-27T16:12:22.9888963Z from user code: 2022-09-27T16:12:22.9889186Z File "test_torch.py", line 5973, in 2022-09-27T16:12:22.9889429Z g1 = torch.Generator() 2022-09-27T16:12:22.9889546Z 2022-09-27T16:12:22.9889685Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:22.9889896Z ========== 2022-09-27T16:12:22.9902141Z ok (0.011s) 2022-09-27T16:12:22.9947054Z test_has_internal_overlap (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_has_internal_overlap test_torch.py line 6970 2022-09-27T16:12:22.9947639Z due to: 2022-09-27T16:12:22.9947888Z Traceback (most recent call last): 2022-09-27T16:12:22.9948171Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:22.9948608Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:22.9949115Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T16:12:22.9949358Z 2022-09-27T16:12:22.9949429Z from user code: 2022-09-27T16:12:22.9949662Z File "test_torch.py", line 6977, in test_has_internal_overlap 2022-09-27T16:12:22.9949995Z self.assertEqual(torch._debug_has_internal_overlap(a), OVERLAP_NO) 2022-09-27T16:12:22.9950351Z 2022-09-27T16:12:22.9950486Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:22.9950755Z ========== 2022-09-27T16:12:22.9951021Z ok (0.004s) 2022-09-27T16:12:22.9987161Z test_has_storage (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_has_storage test_torch.py line 7385 2022-09-27T16:12:22.9987669Z due to: 2022-09-27T16:12:22.9988024Z Traceback (most recent call last): 2022-09-27T16:12:22.9988542Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:22.9989466Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:22.9990240Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:12:22.9990577Z 2022-09-27T16:12:22.9990706Z from user code: 2022-09-27T16:12:22.9991094Z File "test_torch.py", line 7386, in test_has_storage 2022-09-27T16:12:22.9991536Z self.assertIsNotNone(torch.tensor([]).storage()) 2022-09-27T16:12:22.9991699Z 2022-09-27T16:12:22.9991829Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:22.9992048Z ========== 2022-09-27T16:12:22.9992200Z ok (0.003s) 2022-09-27T16:12:23.0399071Z test_index_add (__main__.TestTorch) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-09-27T16:12:23.0399485Z 2022-09-27T16:12:23.0399889Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-09-27T16:12:23.0400814Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-09-27T16:12:23.0401364Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-09-27T16:12:23.0401677Z warnings.warn(msg, FutureWarning) 2022-09-27T16:12:23.0538196Z ok (0.054s) 2022-09-27T16:12:23.0834590Z test_index_add_all_dtypes (__main__.TestTorch) ... ok (0.029s) 2022-09-27T16:12:23.1308341Z test_index_add_neg_dim (__main__.TestTorch) ... ok (0.047s) 2022-09-27T16:12:23.1402316Z test_index_copy_neg_dim (__main__.TestTorch) ... ok (0.009s) 2022-09-27T16:12:23.1474929Z test_index_fill_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-09-27T16:12:23.1508130Z test_index_select_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:12:23.1558142Z test_invalid_generator_raises (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 5999 2022-09-27T16:12:23.1558638Z due to: 2022-09-27T16:12:23.1558976Z Traceback (most recent call last): 2022-09-27T16:12:23.1559469Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:23.1559941Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:23.1560424Z RuntimeError: Device type OPENGL is not supported for torch.Generator() api. 2022-09-27T16:12:23.1560733Z 2022-09-27T16:12:23.1560963Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:23.1561240Z 2022-09-27T16:12:23.1561395Z Traceback (most recent call last): 2022-09-27T16:12:23.1561848Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:23.1562318Z raise TorchRuntimeError() from e 2022-09-27T16:12:23.1562712Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:23.1562949Z 2022-09-27T16:12:23.1563051Z from user code: 2022-09-27T16:12:23.1563384Z File "test_torch.py", line 5999, in 2022-09-27T16:12:23.1563949Z self.assertRaises(RuntimeError, lambda: torch.Generator('opengl')) 2022-09-27T16:12:23.1564481Z 2022-09-27T16:12:23.1564703Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:23.1565050Z ========== 2022-09-27T16:12:23.1570333Z ok (0.006s) 2022-09-27T16:12:23.1756350Z test_is_nonzero (__main__.TestTorch) ... ok (0.018s) 2022-09-27T16:12:23.1843012Z test_is_same_size (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_is_same_size test_torch.py line 5694 2022-09-27T16:12:23.1843513Z due to: 2022-09-27T16:12:23.1843811Z Traceback (most recent call last): 2022-09-27T16:12:23.1844571Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:23.1845290Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:23.1846076Z AssertionError: torch.* op returned non-Tensor bool call_method is_same_size 2022-09-27T16:12:23.1846381Z 2022-09-27T16:12:23.1846502Z from user code: 2022-09-27T16:12:23.1846979Z File "test_torch.py", line 5700, in test_is_same_size 2022-09-27T16:12:23.1847339Z self.assertFalse(t1.is_same_size(t2)) 2022-09-27T16:12:23.1847560Z 2022-09-27T16:12:23.1847781Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:23.1848177Z ========== 2022-09-27T16:12:23.1848879Z test_torch.py:5704: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-09-27T16:12:23.1849692Z nt1 = torch.nested_tensor([torch.ones(2, 4), torch.ones(3, 4), torch.ones(5, 4)]) 2022-09-27T16:12:23.1898750Z ok (0.014s) 2022-09-27T16:12:23.2022469Z test_iter (__main__.TestTorch) ... ok (0.012s) 2022-09-27T16:12:23.2060887Z test_kthvalue_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:12:23.2093022Z test_logcumsumexp_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:12:23.2113660Z test_manual_seed (__main__.TestTorch) ... skip: requires https://github.com/pytorch/torchdynamo/pull/1098 (0.002s) 2022-09-27T16:12:23.2392342Z test_map (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 6837 2022-09-27T16:12:23.2392966Z due to: 2022-09-27T16:12:23.2393285Z Traceback (most recent call last): 2022-09-27T16:12:23.2393767Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-09-27T16:12:23.2394288Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T16:12:23.2394743Z RuntimeError: .map_ is not supported for tensor subclasses. 2022-09-27T16:12:23.2395008Z 2022-09-27T16:12:23.2395245Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:23.2395522Z 2022-09-27T16:12:23.2395674Z Traceback (most recent call last): 2022-09-27T16:12:23.2396153Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:23.2396599Z raise TorchRuntimeError() from e 2022-09-27T16:12:23.2397002Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:23.2397238Z 2022-09-27T16:12:23.2397357Z from user code: 2022-09-27T16:12:23.2397673Z File "test_torch.py", line 6837, in 2022-09-27T16:12:23.2398143Z self.assertRaisesRegex(TypeError, "not callable", lambda: res.map_(y, "str")) 2022-09-27T16:12:23.2398444Z 2022-09-27T16:12:23.2398666Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:23.2399018Z ========== 2022-09-27T16:12:23.2405172Z ok (0.029s) 2022-09-27T16:12:23.2818142Z test_map2 (__main__.TestTorch) ... ok (0.041s) 2022-09-27T16:12:23.2854359Z test_max_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:12:23.2885848Z test_mean_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:12:23.2920390Z test_median_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:12:23.3093683Z test_memory_format (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7012 2022-09-27T16:12:23.3094431Z due to: 2022-09-27T16:12:23.3094745Z Traceback (most recent call last): 2022-09-27T16:12:23.3095230Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:12:23.3095734Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:12:23.3096169Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:12:23.3096428Z 2022-09-27T16:12:23.3096541Z from user code: 2022-09-27T16:12:23.3096915Z File "test_torch.py", line 7013, in 2022-09-27T16:12:23.3097469Z self.assertTrue(y.is_contiguous(memory_format=memory_format)) 2022-09-27T16:12:23.3097729Z 2022-09-27T16:12:23.3097950Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:23.3098318Z ========== 2022-09-27T16:12:23.3229588Z ok (0.030s) 2022-09-27T16:12:23.3556846Z test_memory_format_contiguous_returns_same_tensor_if_already_satisfies (__main__.TestTorch) ... ok (0.032s) 2022-09-27T16:12:23.3805126Z test_memory_format_empty (__main__.TestTorch) ... ok (0.024s) 2022-09-27T16:12:23.3840931Z test_min_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:12:23.3875882Z test_mode_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:12:23.3897248Z test_multinomial_invalid_probs (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:12:23.3930534Z test_nanmedian_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:12:23.3960805Z test_narrow_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:12:23.4159729Z test_ndim (__main__.TestTorch) ... ok (0.019s) 2022-09-27T16:12:23.6952371Z test_new (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 6784 2022-09-27T16:12:23.6953168Z due to: 2022-09-27T16:12:23.6953554Z Traceback (most recent call last): 2022-09-27T16:12:23.6954280Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 511, in new 2022-09-27T16:12:23.6954583Z real_out = super().new(*args, **kwargs) 2022-09-27T16:12:23.6956572Z NotImplementedError: Could not run 'aten::_local_scalar_dense' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_local_scalar_dense' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:12:23.6957830Z 2022-09-27T16:12:23.6957991Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:12:23.6958420Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:12:23.6958874Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:12:23.6959324Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:12:23.6959767Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:12:23.6960195Z Named: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:11 [kernel] 2022-09-27T16:12:23.6960792Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:12:23.6961182Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:12:23.6961566Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:12:23.6962006Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:12:23.6962506Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:23.6962928Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:23.6963327Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:23.6963740Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:23.6964146Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:23.6964556Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:23.6964946Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:23.6965348Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:23.6965813Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:23.6966226Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:23.6966627Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:23.6967039Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:23.6967467Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:23.6967902Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:23.6968326Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:23.6968765Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:23.6969173Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T16:12:23.6969568Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:12:23.6969957Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:12:23.6970368Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesDynamic.cpp:64 [kernel] 2022-09-27T16:12:23.6970817Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:12:23.6971257Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:12:23.6971704Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:12:23.6972144Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:12:23.6972585Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:12:23.6973044Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:12:23.6973515Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:12:23.6973751Z 2022-09-27T16:12:23.6973756Z 2022-09-27T16:12:23.6973893Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:23.6974057Z 2022-09-27T16:12:23.6974151Z Traceback (most recent call last): 2022-09-27T16:12:23.6974432Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:23.6974695Z raise TorchRuntimeError() from e 2022-09-27T16:12:23.6974936Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:23.6975079Z 2022-09-27T16:12:23.6975152Z from user code: 2022-09-27T16:12:23.6975361Z File "test_torch.py", line 6784, in 2022-09-27T16:12:23.6975641Z self.assertEqual(x.new([np.int32(3), np.float64(4)]).tolist(), [3, 4]) 2022-09-27T16:12:23.6975800Z 2022-09-27T16:12:23.6975934Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:23.6976156Z ========== 2022-09-27T16:12:23.6988125Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 6793 2022-09-27T16:12:23.6988436Z due to: 2022-09-27T16:12:23.6988687Z Traceback (most recent call last): 2022-09-27T16:12:23.6989056Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 511, in new 2022-09-27T16:12:23.6989356Z real_out = super().new(*args, **kwargs) 2022-09-27T16:12:23.6989934Z TypeError: expected TensorOptions(dtype=float, device=cpu, layout=Strided, requires_grad=false (default), pinned_memory=false (default), memory_format=(nullopt)) (got TensorOptions(dtype=int, device=meta, layout=Strided, requires_grad=false (default), pinned_memory=false (default), memory_format=(nullopt))) 2022-09-27T16:12:23.6990343Z 2022-09-27T16:12:23.6990418Z from user code: 2022-09-27T16:12:23.6990607Z File "test_torch.py", line 6793, in 2022-09-27T16:12:23.6990917Z self.assertRaises(TypeError, lambda: x.new(z)) 2022-09-27T16:12:23.6991068Z 2022-09-27T16:12:23.6991210Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:23.6991438Z ========== 2022-09-27T16:12:23.7016146Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 6795 2022-09-27T16:12:23.7016417Z due to: 2022-09-27T16:12:23.7016620Z Traceback (most recent call last): 2022-09-27T16:12:23.7016901Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:23.7017416Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:23.7017838Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:12:23.7018022Z 2022-09-27T16:12:23.7018095Z from user code: 2022-09-27T16:12:23.7018285Z File "test_torch.py", line 6795, in 2022-09-27T16:12:23.7018551Z self.assertRaises(RuntimeError, lambda: x.new(z.storage())) 2022-09-27T16:12:23.7018711Z 2022-09-27T16:12:23.7018848Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:23.7019055Z ========== 2022-09-27T16:12:23.7030646Z ok (0.287s) 2022-09-27T16:12:23.7289224Z test_newaxis_numpy_comparison (__main__.TestTorch) ... ok (0.025s) 2022-09-27T16:12:23.7363014Z test_newindex (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_newindex test_torch.py line 5533 2022-09-27T16:12:23.7363719Z due to: 2022-09-27T16:12:23.7363934Z Traceback (most recent call last): 2022-09-27T16:12:23.7364220Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:23.7364500Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:23.7364864Z TypeError: ones(): argument 'size' (position 1) must be tuple of ints, not FakeTensor 2022-09-27T16:12:23.7365042Z 2022-09-27T16:12:23.7365114Z from user code: 2022-09-27T16:12:23.7365326Z File "test_torch.py", line 5534, in test_newindex 2022-09-27T16:12:23.7365548Z reference = self._consecutive((3, 3, 3)) 2022-09-27T16:12:23.7365814Z 2022-09-27T16:12:23.7365954Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:23.7366176Z ========== 2022-09-27T16:12:23.7396162Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _consecutive test_torch.py line 5528 2022-09-27T16:12:23.7396562Z due to: 2022-09-27T16:12:23.7396870Z Traceback (most recent call last): 2022-09-27T16:12:23.7397162Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:23.7397435Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:23.7397789Z TypeError: ones(): argument 'size' (position 1) must be tuple of ints, not FakeTensor 2022-09-27T16:12:23.7397969Z 2022-09-27T16:12:23.7398044Z from user code: 2022-09-27T16:12:23.7398239Z File "test_torch.py", line 5529, in _consecutive 2022-09-27T16:12:23.7398496Z sequence = torch.ones(torch.tensor(size).prod(0)).cumsum(0) 2022-09-27T16:12:23.7398649Z 2022-09-27T16:12:23.7398782Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:23.7398988Z ========== 2022-09-27T16:12:23.7446960Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT checkPartialAssign test_torch.py line 5537 2022-09-27T16:12:23.7447373Z due to: 2022-09-27T16:12:23.7447576Z Traceback (most recent call last): 2022-09-27T16:12:23.7447847Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:23.7448141Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:23.7448498Z TypeError: ones(): argument 'size' (position 1) must be tuple of ints, not FakeTensor 2022-09-27T16:12:23.7448675Z 2022-09-27T16:12:23.7448733Z from user code: 2022-09-27T16:12:23.7448952Z File "test_torch.py", line 5539, in checkPartialAssign 2022-09-27T16:12:23.7449206Z reference[index] = self._consecutive((3, 3, 3))[index] 2022-09-27T16:12:23.7449351Z 2022-09-27T16:12:23.7449481Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:23.7449686Z ========== 2022-09-27T16:12:23.7505260Z ok (0.021s) 2022-09-27T16:12:23.7539252Z test_norm_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:12:25.0536697Z test_normal_shape (__main__.TestTorch) ... ok (1.299s) 2022-09-27T16:12:25.0578292Z test_numel (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_numel test_torch.py line 7393 2022-09-27T16:12:25.0578749Z due to: 2022-09-27T16:12:25.0578957Z Traceback (most recent call last): 2022-09-27T16:12:25.0579242Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:25.0579785Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:25.0580239Z AssertionError: torch.* op returned non-Tensor int call_method nelement 2022-09-27T16:12:25.0580484Z 2022-09-27T16:12:25.0580602Z from user code: 2022-09-27T16:12:25.0580870Z File "test_torch.py", line 7395, in test_numel 2022-09-27T16:12:25.0581093Z self.assertEqual(b.nelement(), 3 * 100 * 100) 2022-09-27T16:12:25.0581237Z 2022-09-27T16:12:25.0581369Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:25.0581584Z ========== 2022-09-27T16:12:25.0581732Z ok (0.004s) 2022-09-27T16:12:25.0605654Z test_parallel_info (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_parallel_info test_torch.py line 6912 2022-09-27T16:12:25.0606588Z due to: 2022-09-27T16:12:25.0606922Z Traceback (most recent call last): 2022-09-27T16:12:25.0607422Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:25.0607982Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:25.0608439Z AssertionError: torch.* op returned non-Tensor str call_function 2022-09-27T16:12:25.0608642Z 2022-09-27T16:12:25.0608711Z from user code: 2022-09-27T16:12:25.0608913Z File "test_torch.py", line 6913, in test_parallel_info 2022-09-27T16:12:25.0609212Z torch.__config__.parallel_info() 2022-09-27T16:12:25.0609342Z 2022-09-27T16:12:25.0609472Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:25.0609676Z ========== 2022-09-27T16:12:25.0609832Z ok (0.002s) 2022-09-27T16:12:25.1265852Z test_parsing_double (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 6170 2022-09-27T16:12:25.1266275Z due to: 2022-09-27T16:12:25.1266478Z Traceback (most recent call last): 2022-09-27T16:12:25.1266779Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:25.1267153Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:25.1267487Z TypeError: isclose(): argument 'atol' (position 4) must be float, not FakeTensor 2022-09-27T16:12:25.1267703Z 2022-09-27T16:12:25.1267795Z from user code: 2022-09-27T16:12:25.1267995Z File "test_torch.py", line 6170, in 2022-09-27T16:12:25.1268273Z lambda: torch.isclose(x, x, torch.tensor(1.5), torch.tensor(1., requires_grad=True)).all()) 2022-09-27T16:12:25.1268499Z 2022-09-27T16:12:25.1268647Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:25.1268868Z ========== 2022-09-27T16:12:25.1277385Z ok (0.066s) 2022-09-27T16:12:25.1449923Z test_parsing_int64 (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 6157 2022-09-27T16:12:25.1450514Z due to: 2022-09-27T16:12:25.1450860Z Traceback (most recent call last): 2022-09-27T16:12:25.1451376Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:25.1451911Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:25.1452466Z TypeError: cumsum() received an invalid combination of arguments - got (FakeTensor, FakeTensor), but expected one of: 2022-09-27T16:12:25.1452800Z * (Tensor input, int dim, *, torch.dtype dtype, Tensor out) 2022-09-27T16:12:25.1453058Z * (Tensor input, name dim, *, torch.dtype dtype, Tensor out) 2022-09-27T16:12:25.1453209Z 2022-09-27T16:12:25.1453214Z 2022-09-27T16:12:25.1453285Z from user code: 2022-09-27T16:12:25.1453487Z File "test_torch.py", line 6157, in 2022-09-27T16:12:25.1453765Z self.assertRaises(TypeError, lambda: torch.cumsum(torch.ones(5, 5), torch.tensor(0.))) 2022-09-27T16:12:25.1453955Z 2022-09-27T16:12:25.1454087Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:25.1454306Z ========== 2022-09-27T16:12:25.1455458Z ok (0.017s) 2022-09-27T16:12:25.3735384Z test_parsing_intlist (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 6183 2022-09-27T16:12:25.3735934Z due to: 2022-09-27T16:12:25.3736296Z Traceback (most recent call last): 2022-09-27T16:12:25.3736673Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:25.3736972Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:25.3737332Z TypeError: ones(): argument 'size' (position 1) must be tuple of ints, not tuple 2022-09-27T16:12:25.3737508Z 2022-09-27T16:12:25.3737578Z from user code: 2022-09-27T16:12:25.3737764Z File "test_torch.py", line 6183, in 2022-09-27T16:12:25.3738058Z self.assertRaises(TypeError, lambda: torch.ones((torch.tensor(3.), torch.tensor(4)))) 2022-09-27T16:12:25.3738483Z 2022-09-27T16:12:25.3738617Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:25.3738822Z ========== 2022-09-27T16:12:25.3871210Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 6185 2022-09-27T16:12:25.3871641Z due to: 2022-09-27T16:12:25.3872005Z Traceback (most recent call last): 2022-09-27T16:12:25.3872460Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:25.3872750Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:25.3873356Z TypeError: ones(): argument 'size' (position 1) must be tuple of ints, not tuple 2022-09-27T16:12:25.3873671Z 2022-09-27T16:12:25.3873730Z from user code: 2022-09-27T16:12:25.3873932Z File "test_torch.py", line 6185, in 2022-09-27T16:12:25.3874215Z self.assertRaises(TypeError, lambda: torch.ones((np.float(3.), torch.tensor(4)))) 2022-09-27T16:12:25.3874399Z 2022-09-27T16:12:25.3874530Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:25.3874738Z ========== 2022-09-27T16:12:25.4161780Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 6189 2022-09-27T16:12:25.4162178Z due to: 2022-09-27T16:12:25.4162536Z Traceback (most recent call last): 2022-09-27T16:12:25.4163033Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:25.4163327Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:25.4163580Z TypeError: tensor() takes 1 positional argument but 2 were given 2022-09-27T16:12:25.4163741Z 2022-09-27T16:12:25.4163813Z from user code: 2022-09-27T16:12:25.4164034Z File "test_torch.py", line 6189, in 2022-09-27T16:12:25.4164295Z self.assertRaises(TypeError, lambda: torch.ones(torch.tensor(3, 3))) 2022-09-27T16:12:25.4164469Z 2022-09-27T16:12:25.4164605Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:25.4164827Z ========== 2022-09-27T16:12:25.4286259Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 6190 2022-09-27T16:12:25.4286742Z due to: 2022-09-27T16:12:25.4287089Z Traceback (most recent call last): 2022-09-27T16:12:25.4287571Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:25.4287863Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:25.4288129Z TypeError: tensor() takes 1 positional argument but 2 were given 2022-09-27T16:12:25.4288288Z 2022-09-27T16:12:25.4288359Z from user code: 2022-09-27T16:12:25.4288547Z File "test_torch.py", line 6190, in 2022-09-27T16:12:25.4288826Z self.assertRaises(TypeError, lambda: torch.ones((torch.tensor(3, 3)))) 2022-09-27T16:12:25.4288996Z 2022-09-27T16:12:25.4289129Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:25.4289335Z ========== 2022-09-27T16:12:25.4668795Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 6197 2022-09-27T16:12:25.4669258Z due to: 2022-09-27T16:12:25.4669654Z Traceback (most recent call last): 2022-09-27T16:12:25.4670105Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:25.4670394Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:25.4670796Z TypeError: new() received an invalid combination of arguments - got (tuple, int, int, int), but expected one of: 2022-09-27T16:12:25.4671067Z * (*, torch.device device) 2022-09-27T16:12:25.4671261Z * (torch.Storage storage) 2022-09-27T16:12:25.4671443Z * (Tensor other) 2022-09-27T16:12:25.4671637Z * (tuple of ints size, *, torch.device device) 2022-09-27T16:12:25.4671864Z * (object data, *, torch.device device) 2022-09-27T16:12:25.4671991Z 2022-09-27T16:12:25.4671996Z 2022-09-27T16:12:25.4672066Z from user code: 2022-09-27T16:12:25.4672264Z File "test_torch.py", line 6197, in 2022-09-27T16:12:25.4672479Z lambda: torch.LongTensor((6, 0), 1, 1, 0)) 2022-09-27T16:12:25.4672610Z 2022-09-27T16:12:25.4673097Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:25.4673316Z ========== 2022-09-27T16:12:25.4794934Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 6200 2022-09-27T16:12:25.4795330Z due to: 2022-09-27T16:12:25.4795515Z Traceback (most recent call last): 2022-09-27T16:12:25.4795812Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:25.4796088Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:25.4796356Z TypeError: tensor() missing 1 required positional arguments: "data" 2022-09-27T16:12:25.4796521Z 2022-09-27T16:12:25.4796756Z from user code: 2022-09-27T16:12:25.4796945Z File "test_torch.py", line 6200, in 2022-09-27T16:12:25.4797178Z lambda: torch.tensor().new_zeros((5, 5), 0)) 2022-09-27T16:12:25.4797314Z 2022-09-27T16:12:25.4797447Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:25.4797650Z ========== 2022-09-27T16:12:25.4807204Z ok (0.335s) 2022-09-27T16:12:25.5146079Z test_permute (__main__.TestTorch) ... ok (0.033s) 2022-09-27T16:12:25.5314567Z test_pickle (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:12:25.5551991Z test_pickle_dtype (__main__.TestTorch) ... ok (0.023s) 2022-09-27T16:12:25.5670536Z test_pickle_function (__main__.TestTorch) ... ok (0.011s) 2022-09-27T16:12:25.5684994Z test_pickle_parameter (__main__.TestTorch) ... skip: TorchDynamo fails with unknown reason (0.001s) 2022-09-27T16:12:25.5698618Z test_pickle_parameter_no_requires_grad (__main__.TestTorch) ... skip: TorchDynamo fails with unknown reason (0.001s) 2022-09-27T16:12:25.5888066Z test_pickle_size (__main__.TestTorch) ... ok (0.018s) 2022-09-27T16:12:25.5934315Z test_pin_memory (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pin_memory test_torch.py line 6797 2022-09-27T16:12:25.5934945Z due to: 2022-09-27T16:12:25.5935308Z Traceback (most recent call last): 2022-09-27T16:12:25.5936032Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 859, in __torch_dispatch__ 2022-09-27T16:12:25.5936650Z assert func not in _device_not_kwarg_ops, f"NYI: {func}" 2022-09-27T16:12:25.5937131Z AssertionError: NYI: aten.is_pinned.default 2022-09-27T16:12:25.5937392Z 2022-09-27T16:12:25.5937507Z from user code: 2022-09-27T16:12:25.5937851Z File "test_torch.py", line 6800, in test_pin_memory 2022-09-27T16:12:25.5938089Z self.assertFalse(x.is_pinned()) 2022-09-27T16:12:25.5938218Z 2022-09-27T16:12:25.5938349Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:25.5938551Z ========== 2022-09-27T16:12:25.5948457Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 6802 2022-09-27T16:12:25.5948889Z due to: 2022-09-27T16:12:25.5949225Z Traceback (most recent call last): 2022-09-27T16:12:25.5949966Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 859, in __torch_dispatch__ 2022-09-27T16:12:25.5950580Z assert func not in _device_not_kwarg_ops, f"NYI: {func}" 2022-09-27T16:12:25.5951013Z AssertionError: NYI: aten.is_pinned.default 2022-09-27T16:12:25.5951178Z 2022-09-27T16:12:25.5951253Z from user code: 2022-09-27T16:12:25.5951448Z File "test_torch.py", line 6802, in 2022-09-27T16:12:25.5951699Z self.assertRaises(RuntimeError, lambda: x.pin_memory()) 2022-09-27T16:12:25.5951845Z 2022-09-27T16:12:25.5951973Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:25.5952186Z ========== 2022-09-27T16:12:25.5999415Z ok (0.011s) 2022-09-27T16:12:25.6153968Z test_print (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_print test_torch.py line 6496 2022-09-27T16:12:25.6154513Z due to: 2022-09-27T16:12:25.6154856Z Traceback (most recent call last): 2022-09-27T16:12:25.6155162Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:25.6155583Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:25.6156164Z AssertionError: torch.* op returned non-Tensor str call_method type 2022-09-27T16:12:25.6156333Z 2022-09-27T16:12:25.6156405Z from user code: 2022-09-27T16:12:25.6156597Z File "test_torch.py", line 6497, in test_print 2022-09-27T16:12:25.6156827Z default_type = torch.tensor([]).type() 2022-09-27T16:12:25.6156961Z 2022-09-27T16:12:25.6157091Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:25.6157310Z ========== 2022-09-27T16:12:25.6506809Z ok (0.050s) 2022-09-27T16:12:25.6538940Z test_prod_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:12:25.6775648Z test_pyobj_preserved (__main__.TestTorch) ... ok (0.023s) 2022-09-27T16:12:26.4775100Z test_pytorch_library_disabled_env (__main__.TestTorch) ... ok (0.799s) 2022-09-27T16:12:26.4850232Z test_qengine (__main__.TestTorch) ... ok (0.007s) 2022-09-27T16:12:26.4890012Z test_renorm_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:12:26.5098652Z test_resurrected_weak_ref (__main__.TestTorch) ... ok (0.020s) 2022-09-27T16:12:26.5114778Z test_reversed (__main__.TestTorch) ... skip: TorchDynamo fails with unknown reason (0.001s) 2022-09-27T16:12:26.5203229Z test_scatter_neg_dim (__main__.TestTorch) ... ok (0.008s) 2022-09-27T16:12:26.5231658Z test_select_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:12:26.5249156Z test_set_flush_denormal (__main__.TestTorch) ... skip: flush_denormal not supported (0.001s) 2022-09-27T16:12:26.5471997Z test_setting_real_imag_to_a_number (__main__.TestTorch) ... ok (0.022s) 2022-09-27T16:12:26.5497112Z test_show_config (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_show_config test_torch.py line 6904 2022-09-27T16:12:26.5497656Z due to: 2022-09-27T16:12:26.5498041Z Traceback (most recent call last): 2022-09-27T16:12:26.5498370Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:26.5498837Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:26.5499287Z AssertionError: torch.* op returned non-Tensor str call_function 2022-09-27T16:12:26.5499487Z 2022-09-27T16:12:26.5499544Z from user code: 2022-09-27T16:12:26.5499763Z File "test_torch.py", line 6906, in test_show_config 2022-09-27T16:12:26.5499981Z torch.__config__.show() 2022-09-27T16:12:26.5500096Z 2022-09-27T16:12:26.5500228Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:26.5500434Z ========== 2022-09-27T16:12:26.5500591Z ok (0.002s) 2022-09-27T16:12:26.5524859Z test_size_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:12:26.5569747Z test_sizeof (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sizeof test_torch.py line 6752 2022-09-27T16:12:26.5570247Z due to: 2022-09-27T16:12:26.5570450Z Traceback (most recent call last): 2022-09-27T16:12:26.5570742Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:26.5571167Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:26.5571575Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:12:26.5571756Z 2022-09-27T16:12:26.5571826Z from user code: 2022-09-27T16:12:26.5572019Z File "test_torch.py", line 6753, in test_sizeof 2022-09-27T16:12:26.5572266Z sizeof_empty = torch.randn(0).storage().__sizeof__() 2022-09-27T16:12:26.5572410Z 2022-09-27T16:12:26.5572548Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:26.5572829Z ========== 2022-09-27T16:12:26.5573710Z ok (0.004s) 2022-09-27T16:12:26.7090025Z test_slice (__main__.TestTorch) ... ok (0.151s) 2022-09-27T16:12:26.7101129Z test_slow_test (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:12:26.7169804Z test_sobolengine_bounds (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sobolengine_bounds test_torch.py line 6031 2022-09-27T16:12:26.7170128Z due to: 2022-09-27T16:12:26.7170338Z Traceback (most recent call last): 2022-09-27T16:12:26.7170703Z File "/opt/conda/lib/python3.7/site-packages/torch/quasirandom.py", line 60, in __init__ 2022-09-27T16:12:26.7171019Z torch._sobol_engine_initialize_state_(self.sobolstate, self.dimension) 2022-09-27T16:12:26.7171749Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T16:12:26.7172043Z 2022-09-27T16:12:26.7172245Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:26.7172511Z 2022-09-27T16:12:26.7172669Z Traceback (most recent call last): 2022-09-27T16:12:26.7173117Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:26.7173585Z raise TorchRuntimeError() from e 2022-09-27T16:12:26.7173978Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:26.7174217Z 2022-09-27T16:12:26.7174318Z from user code: 2022-09-27T16:12:26.7174680Z File "test_torch.py", line 6032, in test_sobolengine_bounds 2022-09-27T16:12:26.7175188Z engine = torch.quasirandom.SobolEngine(100, scramble=scramble, seed=123456) 2022-09-27T16:12:26.7175499Z 2022-09-27T16:12:26.7175720Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:26.7176081Z ========== 2022-09-27T16:12:26.7177653Z ok (0.007s) 2022-09-27T16:12:26.7479923Z test_sobolengine_bounds_scrambled (__main__.TestTorch) ... ok (0.029s) 2022-09-27T16:12:26.7592165Z test_sobolengine_continuing (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sobolengine_continuing test_torch.py line 6062 2022-09-27T16:12:26.7592940Z due to: 2022-09-27T16:12:26.7593243Z Traceback (most recent call last): 2022-09-27T16:12:26.7593622Z File "/opt/conda/lib/python3.7/site-packages/torch/quasirandom.py", line 60, in __init__ 2022-09-27T16:12:26.7593954Z torch._sobol_engine_initialize_state_(self.sobolstate, self.dimension) 2022-09-27T16:12:26.7594549Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T16:12:26.7594845Z 2022-09-27T16:12:26.7594985Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:26.7595139Z 2022-09-27T16:12:26.7595238Z Traceback (most recent call last): 2022-09-27T16:12:26.7595519Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:26.7595796Z raise TorchRuntimeError() from e 2022-09-27T16:12:26.7596021Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:26.7596165Z 2022-09-27T16:12:26.7596237Z from user code: 2022-09-27T16:12:26.7596474Z File "test_torch.py", line 6064, in test_sobolengine_continuing 2022-09-27T16:12:26.7596767Z engine = torch.quasirandom.SobolEngine(2, scramble=scramble, seed=123456) 2022-09-27T16:12:26.7596951Z 2022-09-27T16:12:26.7597080Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:26.7597299Z ========== 2022-09-27T16:12:26.7645276Z ok (0.016s) 2022-09-27T16:12:26.7738622Z test_sobolengine_continuing_scrambled (__main__.TestTorch) ... ok (0.009s) 2022-09-27T16:12:26.7811582Z test_sobolengine_distribution (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sobolengine_distribution test_torch.py line 6107 2022-09-27T16:12:26.7811963Z due to: 2022-09-27T16:12:26.7812176Z Traceback (most recent call last): 2022-09-27T16:12:26.7812532Z File "/opt/conda/lib/python3.7/site-packages/torch/quasirandom.py", line 60, in __init__ 2022-09-27T16:12:26.7812882Z torch._sobol_engine_initialize_state_(self.sobolstate, self.dimension) 2022-09-27T16:12:26.7813821Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T16:12:26.7814222Z 2022-09-27T16:12:26.7814363Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:26.7814516Z 2022-09-27T16:12:26.7814610Z Traceback (most recent call last): 2022-09-27T16:12:26.7814888Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:26.7815162Z raise TorchRuntimeError() from e 2022-09-27T16:12:26.7815449Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:26.7815594Z 2022-09-27T16:12:26.7815665Z from user code: 2022-09-27T16:12:26.7815892Z File "test_torch.py", line 6109, in test_sobolengine_distribution 2022-09-27T16:12:26.7816186Z engine = torch.quasirandom.SobolEngine(d, scramble=scramble, seed=123456) 2022-09-27T16:12:26.7816368Z 2022-09-27T16:12:26.7816500Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:26.7816721Z ========== 2022-09-27T16:12:26.7842685Z ok (0.010s) 2022-09-27T16:12:26.7927978Z test_sobolengine_distribution_scrambled (__main__.TestTorch) ... ok (0.008s) 2022-09-27T16:12:26.8024777Z test_sobolengine_draw (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sobolengine_draw test_torch.py line 6040 2022-09-27T16:12:26.8025314Z due to: 2022-09-27T16:12:26.8025622Z Traceback (most recent call last): 2022-09-27T16:12:26.8026224Z File "/opt/conda/lib/python3.7/site-packages/torch/quasirandom.py", line 60, in __init__ 2022-09-27T16:12:26.8026783Z torch._sobol_engine_initialize_state_(self.sobolstate, self.dimension) 2022-09-27T16:12:26.8027807Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T16:12:26.8028313Z 2022-09-27T16:12:26.8028542Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:26.8028803Z 2022-09-27T16:12:26.8028960Z Traceback (most recent call last): 2022-09-27T16:12:26.8029434Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:26.8029899Z raise TorchRuntimeError() from e 2022-09-27T16:12:26.8030272Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:26.8030505Z 2022-09-27T16:12:26.8030619Z from user code: 2022-09-27T16:12:26.8030989Z File "test_torch.py", line 6042, in test_sobolengine_draw 2022-09-27T16:12:26.8031476Z engine = torch.quasirandom.SobolEngine(2, scramble=scramble, seed=123456) 2022-09-27T16:12:26.8031780Z 2022-09-27T16:12:26.8032001Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:26.8032366Z ========== 2022-09-27T16:12:26.8032624Z ok (0.010s) 2022-09-27T16:12:26.8128009Z test_sobolengine_draw_base2 (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sobolengine_draw_base2 test_torch.py line 6124 2022-09-27T16:12:26.8128484Z due to: 2022-09-27T16:12:26.8128677Z Traceback (most recent call last): 2022-09-27T16:12:26.8129051Z File "/opt/conda/lib/python3.7/site-packages/torch/quasirandom.py", line 60, in __init__ 2022-09-27T16:12:26.8129368Z torch._sobol_engine_initialize_state_(self.sobolstate, self.dimension) 2022-09-27T16:12:26.8129958Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T16:12:26.8130262Z 2022-09-27T16:12:26.8130400Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:26.8130566Z 2022-09-27T16:12:26.8130658Z Traceback (most recent call last): 2022-09-27T16:12:26.8130924Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:26.8131407Z raise TorchRuntimeError() from e 2022-09-27T16:12:26.8131647Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:26.8131794Z 2022-09-27T16:12:26.8131878Z from user code: 2022-09-27T16:12:26.8132187Z File "test_torch.py", line 6126, in test_sobolengine_draw_base2 2022-09-27T16:12:26.8132660Z engine = torch.quasirandom.SobolEngine(2, scramble=scramble, seed=123456) 2022-09-27T16:12:26.8132865Z 2022-09-27T16:12:26.8133017Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:26.8133351Z ========== 2022-09-27T16:12:26.8133668Z ok (0.010s) 2022-09-27T16:12:26.8183021Z test_sobolengine_draw_base2_scrambled (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:12:26.8230752Z test_sobolengine_draw_scrambled (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:12:26.8331585Z test_sobolengine_fast_forward (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sobolengine_fast_forward test_torch.py line 6085 2022-09-27T16:12:26.8332136Z due to: 2022-09-27T16:12:26.8332460Z Traceback (most recent call last): 2022-09-27T16:12:26.8333072Z File "/opt/conda/lib/python3.7/site-packages/torch/quasirandom.py", line 60, in __init__ 2022-09-27T16:12:26.8333625Z torch._sobol_engine_initialize_state_(self.sobolstate, self.dimension) 2022-09-27T16:12:26.8334776Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T16:12:26.8335279Z 2022-09-27T16:12:26.8335512Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:26.8335800Z 2022-09-27T16:12:26.8335954Z Traceback (most recent call last): 2022-09-27T16:12:26.8336417Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:26.8336882Z raise TorchRuntimeError() from e 2022-09-27T16:12:26.8337262Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:26.8337500Z 2022-09-27T16:12:26.8337616Z from user code: 2022-09-27T16:12:26.8337994Z File "test_torch.py", line 6087, in test_sobolengine_fast_forward 2022-09-27T16:12:26.8338489Z engine = torch.quasirandom.SobolEngine(2, scramble=scramble, seed=123456) 2022-09-27T16:12:26.8338802Z 2022-09-27T16:12:26.8339020Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:26.8339383Z ========== 2022-09-27T16:12:26.8341986Z ok (0.011s) 2022-09-27T16:12:26.8391654Z test_sobolengine_fast_forward_scrambled (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:12:26.8475709Z test_sobolengine_first_point (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sobolengine_first_point test_torch.py line 6050 2022-09-27T16:12:26.8476060Z due to: 2022-09-27T16:12:26.8476269Z Traceback (most recent call last): 2022-09-27T16:12:26.8476622Z File "/opt/conda/lib/python3.7/site-packages/torch/quasirandom.py", line 60, in __init__ 2022-09-27T16:12:26.8476952Z torch._sobol_engine_initialize_state_(self.sobolstate, self.dimension) 2022-09-27T16:12:26.8477546Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T16:12:26.8477841Z 2022-09-27T16:12:26.8477980Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:26.8478136Z 2022-09-27T16:12:26.8478231Z Traceback (most recent call last): 2022-09-27T16:12:26.8478506Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:26.8478776Z raise TorchRuntimeError() from e 2022-09-27T16:12:26.8478997Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:26.8479140Z 2022-09-27T16:12:26.8479210Z from user code: 2022-09-27T16:12:26.8479437Z File "test_torch.py", line 6052, in test_sobolengine_first_point 2022-09-27T16:12:26.8479715Z engine = torch.quasirandom.SobolEngine(2, scramble=False) 2022-09-27T16:12:26.8480104Z 2022-09-27T16:12:26.8480240Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:26.8480466Z ========== 2022-09-27T16:12:26.8484848Z ok (0.009s) 2022-09-27T16:12:26.8559966Z test_sobolengine_high_dim (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sobolengine_high_dim test_torch.py line 6141 2022-09-27T16:12:26.8560306Z due to: 2022-09-27T16:12:26.8560517Z Traceback (most recent call last): 2022-09-27T16:12:26.8560876Z File "/opt/conda/lib/python3.7/site-packages/torch/quasirandom.py", line 60, in __init__ 2022-09-27T16:12:26.8561374Z torch._sobol_engine_initialize_state_(self.sobolstate, self.dimension) 2022-09-27T16:12:26.8561971Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T16:12:26.8562266Z 2022-09-27T16:12:26.8562411Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:26.8562577Z 2022-09-27T16:12:26.8562669Z Traceback (most recent call last): 2022-09-27T16:12:26.8562931Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:26.8563207Z raise TorchRuntimeError() from e 2022-09-27T16:12:26.8563441Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:26.8563586Z 2022-09-27T16:12:26.8563643Z from user code: 2022-09-27T16:12:26.8563863Z File "test_torch.py", line 6142, in test_sobolengine_high_dim 2022-09-27T16:12:26.8564161Z engine = torch.quasirandom.SobolEngine(1111, scramble=False, seed=123456) 2022-09-27T16:12:26.8564339Z 2022-09-27T16:12:26.8564459Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:26.8564672Z ========== 2022-09-27T16:12:26.8569417Z ok (0.008s) 2022-09-27T16:12:26.8642553Z test_sobolengine_raise (__main__.TestTorch) ... ok (0.007s) 2022-09-27T16:12:26.8743199Z test_sobolengine_reset (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sobolengine_reset test_torch.py line 6073 2022-09-27T16:12:26.8743780Z due to: 2022-09-27T16:12:26.8744074Z Traceback (most recent call last): 2022-09-27T16:12:26.8744644Z File "/opt/conda/lib/python3.7/site-packages/torch/quasirandom.py", line 60, in __init__ 2022-09-27T16:12:26.8745114Z torch._sobol_engine_initialize_state_(self.sobolstate, self.dimension) 2022-09-27T16:12:26.8746006Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T16:12:26.8746451Z 2022-09-27T16:12:26.8746664Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:26.8747060Z 2022-09-27T16:12:26.8747205Z Traceback (most recent call last): 2022-09-27T16:12:26.8747601Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:26.8748023Z raise TorchRuntimeError() from e 2022-09-27T16:12:26.8748367Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:26.8748570Z 2022-09-27T16:12:26.8748678Z from user code: 2022-09-27T16:12:26.8749046Z File "test_torch.py", line 6075, in test_sobolengine_reset 2022-09-27T16:12:26.8749539Z engine = torch.quasirandom.SobolEngine(2, scramble=scramble, seed=123456) 2022-09-27T16:12:26.8749832Z 2022-09-27T16:12:26.8750012Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:26.8750344Z ========== 2022-09-27T16:12:26.8750606Z ok (0.010s) 2022-09-27T16:12:26.8800255Z test_sobolengine_reset_scrambled (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:12:26.8837930Z test_sort_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:12:26.8879164Z test_split_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:12:26.8920980Z test_squeeze_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:12:26.8954520Z test_std_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:12:30.2226777Z test_storage_casts (__main__.TestTorch) ... ok (3.327s) 2022-09-27T16:12:30.2873755Z test_storage_error (__main__.TestTorch) ... ok (0.064s) 2022-09-27T16:12:30.2934488Z test_storage_error_no_attribute (__main__.TestTorch) ... ok (0.006s) 2022-09-27T16:12:30.3141281Z test_structseq_repr (__main__.TestTorch) ... ok (0.020s) 2022-09-27T16:12:30.3186015Z test_subclass_preserved (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:12:30.3272478Z test_subclass_tensors (__main__.TestTorch) ... ok (0.008s) 2022-09-27T16:12:30.3306529Z test_sum_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:12:30.3445466Z test_t_not_2d_error (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 6878 2022-09-27T16:12:30.3446022Z due to: 2022-09-27T16:12:30.3446362Z Traceback (most recent call last): 2022-09-27T16:12:30.3446949Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:12:30.3447421Z return self._op(*args, **kwargs or {}) 2022-09-27T16:12:30.3447861Z RuntimeError: t() expects a tensor with <= 2 dimensions, but self is 3D 2022-09-27T16:12:30.3448139Z 2022-09-27T16:12:30.3448370Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:30.3448632Z 2022-09-27T16:12:30.3448785Z Traceback (most recent call last): 2022-09-27T16:12:30.3449255Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:30.3449718Z raise TorchRuntimeError() from e 2022-09-27T16:12:30.3450093Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:30.3450338Z 2022-09-27T16:12:30.3450454Z from user code: 2022-09-27T16:12:30.3450789Z File "test_torch.py", line 6878, in 2022-09-27T16:12:30.3451213Z self.assertRaises(RuntimeError, lambda: torch.randn(2, 3, 4).t()) 2022-09-27T16:12:30.3451496Z 2022-09-27T16:12:30.3451717Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:30.3452092Z ========== 2022-09-27T16:12:30.3571055Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 6879 2022-09-27T16:12:30.3571485Z due to: 2022-09-27T16:12:30.3571795Z Traceback (most recent call last): 2022-09-27T16:12:30.3572398Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:12:30.3572840Z return self._op(*args, **kwargs or {}) 2022-09-27T16:12:30.3573281Z RuntimeError: t_() expects a tensor with <= 2 dimensions, but self is 3D 2022-09-27T16:12:30.3573560Z 2022-09-27T16:12:30.3573806Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:30.3574088Z 2022-09-27T16:12:30.3574250Z Traceback (most recent call last): 2022-09-27T16:12:30.3574707Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:30.3575162Z raise TorchRuntimeError() from e 2022-09-27T16:12:30.3575550Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:30.3575796Z 2022-09-27T16:12:30.3575900Z from user code: 2022-09-27T16:12:30.3576231Z File "test_torch.py", line 6879, in 2022-09-27T16:12:30.3576672Z self.assertRaises(RuntimeError, lambda: torch.randn(2, 3, 4).t_()) 2022-09-27T16:12:30.3576953Z 2022-09-27T16:12:30.3577176Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:30.3577532Z ========== 2022-09-27T16:12:30.3604420Z ok (0.029s) 2022-09-27T16:12:30.3693294Z test_tensor_base_init (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 8017 2022-09-27T16:12:30.3693878Z due to: 2022-09-27T16:12:30.3694209Z Traceback (most recent call last): 2022-09-27T16:12:30.3694727Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:30.3695251Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:30.3695767Z RuntimeError: Cannot directly construct _TensorBase; subclass it and then construct that 2022-09-27T16:12:30.3696396Z 2022-09-27T16:12:30.3696645Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:30.3696950Z 2022-09-27T16:12:30.3697116Z Traceback (most recent call last): 2022-09-27T16:12:30.3697605Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:30.3698104Z raise TorchRuntimeError() from e 2022-09-27T16:12:30.3698526Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:30.3698789Z 2022-09-27T16:12:30.3698909Z from user code: 2022-09-27T16:12:30.3699251Z File "test_torch.py", line 8017, in 2022-09-27T16:12:30.3699793Z self.assertRaises(RuntimeError, lambda: torch._C._TensorBase()) 2022-09-27T16:12:30.3700041Z 2022-09-27T16:12:30.3700280Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:30.3700667Z ========== 2022-09-27T16:12:30.3711314Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 8017 2022-09-27T16:12:30.3715789Z due to: 2022-09-27T16:12:30.3716195Z Traceback (most recent call last): 2022-09-27T16:12:30.3716706Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:12:30.3717182Z raise Unsupported(msg) 2022-09-27T16:12:30.3717639Z torchdynamo.exc.Unsupported: missing: LOAD_BUILD_CLASS 2022-09-27T16:12:30.3717940Z 2022-09-27T16:12:30.3718051Z from user code: 2022-09-27T16:12:30.3718477Z File "test_torch.py", line 8020, in 2022-09-27T16:12:30.3718908Z class T(torch._C._TensorBase): 2022-09-27T16:12:30.3719099Z 2022-09-27T16:12:30.3719291Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:30.3719616Z ========== 2022-09-27T16:12:30.3719851Z ok (0.010s) 2022-09-27T16:12:30.3777388Z test_tensor_base_new (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __new__ test_torch.py line 8030 2022-09-27T16:12:30.3777892Z due to: 2022-09-27T16:12:30.3778174Z Traceback (most recent call last): 2022-09-27T16:12:30.3778837Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:12:30.3780232Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:12:30.3780826Z NotImplementedError: UserDefinedObjectVariable(_TensorMeta) is not a constant 2022-09-27T16:12:30.3781184Z 2022-09-27T16:12:30.3781311Z from user code: 2022-09-27T16:12:30.3781690Z File "test_torch.py", line 8032, in __new__ 2022-09-27T16:12:30.3782093Z return super().__new__(cls, x, *args, **kwargs) 2022-09-27T16:12:30.3782411Z 2022-09-27T16:12:30.3782649Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:30.3782991Z ========== 2022-09-27T16:12:30.3783213Z ok (0.006s) 2022-09-27T16:12:30.3833640Z test_tensor_ctor_scalar (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_ctor_scalar test_torch.py line 7998 2022-09-27T16:12:30.3837137Z due to: 2022-09-27T16:12:30.3837495Z Traceback (most recent call last): 2022-09-27T16:12:30.3837977Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:30.3838466Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:30.3839040Z RuntimeError: Creating a new Tensor subclass Tensor but the raw Tensor object is already associated to a python object of type FakeTensor 2022-09-27T16:12:30.3839426Z 2022-09-27T16:12:30.3839661Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:30.3839945Z 2022-09-27T16:12:30.3840101Z Traceback (most recent call last): 2022-09-27T16:12:30.3840570Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:30.3841032Z raise TorchRuntimeError() from e 2022-09-27T16:12:30.3841427Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:30.3841668Z 2022-09-27T16:12:30.3841784Z from user code: 2022-09-27T16:12:30.3842131Z File "test_torch.py", line 7999, in test_tensor_ctor_scalar 2022-09-27T16:12:30.3842792Z x = torch.Tensor(torch.tensor(1.0)) 2022-09-27T16:12:30.3843013Z 2022-09-27T16:12:30.3843237Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:30.3843599Z ========== 2022-09-27T16:12:30.3843867Z ok (0.005s) 2022-09-27T16:12:30.3852887Z test_tensor_cycle_via_dict (__main__.TestTorch) ... skip: Not a suitable test for TorchDynamo (0.001s) 2022-09-27T16:12:30.4964447Z test_tensor_cycle_via_slots (__main__.TestTorch) ... ok (0.110s) 2022-09-27T16:12:30.4978990Z test_tensor_dict_dealloc (__main__.TestTorch) ... skip: Not a suitable test for TorchDynamo (0.001s) 2022-09-27T16:12:30.5023372Z test_tensor_finalizer_dealloc (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:12:30.5114770Z test_tensor_set (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_set test_torch.py line 5718 2022-09-27T16:12:30.5115318Z due to: 2022-09-27T16:12:30.5115662Z Traceback (most recent call last): 2022-09-27T16:12:30.5116023Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:30.5116462Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:30.5116863Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:12:30.5117047Z 2022-09-27T16:12:30.5117122Z from user code: 2022-09-27T16:12:30.5117331Z File "test_torch.py", line 5722, in test_tensor_set 2022-09-27T16:12:30.5117592Z self.assertEqual(t1.storage()._cdata, t2.storage()._cdata) 2022-09-27T16:12:30.5117731Z 2022-09-27T16:12:30.5117866Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:30.5118089Z ========== 2022-09-27T16:12:30.5128791Z ok (0.010s) 2022-09-27T16:12:30.5293144Z test_tensor_set_errors (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 5759 2022-09-27T16:12:30.5293633Z due to: 2022-09-27T16:12:30.5293892Z Traceback (most recent call last): 2022-09-27T16:12:30.5294230Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:30.5294655Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:30.5295145Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:12:30.5295328Z 2022-09-27T16:12:30.5295400Z from user code: 2022-09-27T16:12:30.5295591Z File "test_torch.py", line 5759, in 2022-09-27T16:12:30.5295863Z self.assertRaises(RuntimeError, lambda: f_cpu.set_(d_cpu.storage())) 2022-09-27T16:12:30.5296037Z 2022-09-27T16:12:30.5296171Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:30.5296397Z ========== 2022-09-27T16:12:30.5424126Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 5761 2022-09-27T16:12:30.5424400Z due to: 2022-09-27T16:12:30.5424620Z Traceback (most recent call last): 2022-09-27T16:12:30.5424910Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:30.5425404Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:30.5425816Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:12:30.5426053Z 2022-09-27T16:12:30.5426128Z from user code: 2022-09-27T16:12:30.5426320Z File "test_torch.py", line 5761, in 2022-09-27T16:12:30.5426580Z lambda: f_cpu.set_(d_cpu.storage(), 0, d_cpu.size(), d_cpu.stride())) 2022-09-27T16:12:30.5426765Z 2022-09-27T16:12:30.5426934Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:30.5427142Z ========== 2022-09-27T16:12:30.5562459Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 5762 2022-09-27T16:12:30.5562904Z due to: 2022-09-27T16:12:30.5563237Z Traceback (most recent call last): 2022-09-27T16:12:30.5563745Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-09-27T16:12:30.5564390Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T16:12:30.5564818Z RuntimeError: source.dtype() == self.dtype() INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_variable_methods.cpp":16788, please report a bug to PyTorch. 2022-09-27T16:12:30.5565105Z 2022-09-27T16:12:30.5565229Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:30.5565403Z 2022-09-27T16:12:30.5565494Z Traceback (most recent call last): 2022-09-27T16:12:30.5565944Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:30.5566224Z raise TorchRuntimeError() from e 2022-09-27T16:12:30.5566445Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:30.5566587Z 2022-09-27T16:12:30.5566657Z from user code: 2022-09-27T16:12:30.5566904Z File "test_torch.py", line 5762, in 2022-09-27T16:12:30.5567186Z self.assertRaises(RuntimeError, lambda: f_cpu.set_(d_cpu)) 2022-09-27T16:12:30.5567343Z 2022-09-27T16:12:30.5567473Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:30.5567735Z ========== 2022-09-27T16:12:30.5600275Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 5762 2022-09-27T16:12:30.5600610Z due to: 2022-09-27T16:12:30.5600834Z Traceback (most recent call last): 2022-09-27T16:12:30.5601240Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:30.5601733Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:30.5602202Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:12:30.5602409Z 2022-09-27T16:12:30.5602479Z from user code: 2022-09-27T16:12:30.5602715Z File "test_torch.py", line 5765, in 2022-09-27T16:12:30.5602952Z if torch.cuda.is_available(): 2022-09-27T16:12:30.5603076Z 2022-09-27T16:12:30.5603208Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:30.5603423Z ========== 2022-09-27T16:12:30.5603571Z ok (0.047s) 2022-09-27T16:12:30.5653078Z test_tensor_slot_dealloc (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:12:30.5666294Z test_tensor_weakref_dealloc (__main__.TestTorch) ... skip: Not a suitable test for TorchDynamo (0.001s) 2022-09-27T16:12:30.5812954Z test_tensoriterator_output_setup (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensoriterator_output_setup test_torch.py line 7298 2022-09-27T16:12:30.5813647Z due to: 2022-09-27T16:12:30.5813977Z Traceback (most recent call last): 2022-09-27T16:12:30.5814649Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:12:30.5815120Z return self._op(*args, **kwargs or {}) 2022-09-27T16:12:30.5818607Z NotImplementedError: Could not run 'aten::quantize_per_tensor' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::quantize_per_tensor' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:12:30.5820915Z 2022-09-27T16:12:30.5821187Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:12:30.5821919Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:12:30.5822684Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:12:30.5823443Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:12:30.5824274Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:12:30.5824984Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:12:30.5825653Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:12:30.5826329Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:12:30.5826982Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:12:30.5827721Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:12:30.5828479Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:30.5829195Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:30.5829885Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:30.5830588Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:30.5831291Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:30.5831990Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:30.5832675Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:30.5833602Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:30.5834298Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:30.5834993Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:30.5835682Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:30.5836384Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:30.5837116Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:30.5837856Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:30.5838580Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:30.5839328Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:30.5840014Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T16:12:30.5840756Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:12:30.5841433Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:12:30.5842183Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:12:30.5843040Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:12:30.5843787Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:12:30.5844482Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:12:30.5845237Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:12:30.5846050Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:12:30.5846832Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:12:30.5847588Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:12:30.5847981Z 2022-09-27T16:12:30.5847992Z 2022-09-27T16:12:30.5848224Z During handling of the above exception, another exception occurred: 2022-09-27T16:12:30.5848504Z 2022-09-27T16:12:30.5848657Z Traceback (most recent call last): 2022-09-27T16:12:30.5849369Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 203, in from_real_tensor 2022-09-27T16:12:30.5849955Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-09-27T16:12:30.5850579Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-09-27T16:12:30.5850942Z 2022-09-27T16:12:30.5851172Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:30.5851450Z 2022-09-27T16:12:30.5851602Z Traceback (most recent call last): 2022-09-27T16:12:30.5852056Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:12:30.5852465Z ) from e 2022-09-27T16:12:30.5853043Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:12:30.5853498Z 2022-09-27T16:12:30.5853711Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:30.5853989Z 2022-09-27T16:12:30.5854143Z Traceback (most recent call last): 2022-09-27T16:12:30.5854614Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:30.5855072Z raise TorchRuntimeError() from e 2022-09-27T16:12:30.5855444Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:30.5855683Z 2022-09-27T16:12:30.5855796Z from user code: 2022-09-27T16:12:30.5856184Z File "test_torch.py", line 7319, in test_tensoriterator_output_setup 2022-09-27T16:12:30.5856643Z qxraw = torch.quantize_per_tensor(xraw, 0.1, 5, torch.quint8) 2022-09-27T16:12:30.5856901Z 2022-09-27T16:12:30.5857120Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:30.5857488Z ========== 2022-09-27T16:12:30.7761328Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_memory_layout test_torch.py line 7300 2022-09-27T16:12:30.7761818Z due to: 2022-09-27T16:12:30.7762114Z Traceback (most recent call last): 2022-09-27T16:12:30.7762715Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 203, in from_real_tensor 2022-09-27T16:12:30.7763594Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-09-27T16:12:30.7764141Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-09-27T16:12:30.7764430Z 2022-09-27T16:12:30.7764629Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:30.7764863Z 2022-09-27T16:12:30.7764991Z Traceback (most recent call last): 2022-09-27T16:12:30.7765374Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:12:30.7765738Z ) from e 2022-09-27T16:12:30.7766544Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:12:30.7767026Z 2022-09-27T16:12:30.7767249Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:30.7767580Z ========== 2022-09-27T16:12:30.8685426Z ok (0.301s) 2022-09-27T16:12:31.5259544Z test_to (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7572 2022-09-27T16:12:31.5259880Z due to: 2022-09-27T16:12:31.5260072Z Traceback (most recent call last): 2022-09-27T16:12:31.5260357Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:31.5260795Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:31.5268532Z AssertionError: torch.* op returned non-Tensor int call_method data_ptr 2022-09-27T16:12:31.5268729Z 2022-09-27T16:12:31.5268806Z from user code: 2022-09-27T16:12:31.5269052Z File "test_torch.py", line 7591, in 2022-09-27T16:12:31.5269317Z test_data_ptr(lambda a: a.data_ptr()) 2022-09-27T16:12:31.5269451Z 2022-09-27T16:12:31.5269572Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:31.5269800Z ========== 2022-09-27T16:12:31.5283990Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_data_ptr test_torch.py line 7574 2022-09-27T16:12:31.5284431Z due to: 2022-09-27T16:12:31.5284792Z Traceback (most recent call last): 2022-09-27T16:12:31.5285245Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:31.5285683Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:31.5286137Z AssertionError: torch.* op returned non-Tensor int call_method data_ptr 2022-09-27T16:12:31.5286311Z 2022-09-27T16:12:31.5286384Z from user code: 2022-09-27T16:12:31.5286602Z File "test_torch.py", line 7575, in test_data_ptr 2022-09-27T16:12:31.5286901Z self.assertEqual(getter(a), getter(a.to('cpu'))) 2022-09-27T16:12:31.5287033Z 2022-09-27T16:12:31.5287168Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:31.5287391Z ========== 2022-09-27T16:12:31.5296585Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7591 2022-09-27T16:12:31.5297063Z due to: 2022-09-27T16:12:31.5297434Z Traceback (most recent call last): 2022-09-27T16:12:31.5297740Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:31.5298180Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:31.5298570Z AssertionError: torch.* op returned non-Tensor int call_method data_ptr 2022-09-27T16:12:31.5298744Z 2022-09-27T16:12:31.5298822Z from user code: 2022-09-27T16:12:31.5299094Z File "test_torch.py", line 7591, in 2022-09-27T16:12:31.5299318Z test_data_ptr(lambda a: a.data_ptr()) 2022-09-27T16:12:31.5299451Z 2022-09-27T16:12:31.5299590Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:31.5299813Z ========== 2022-09-27T16:12:31.5313912Z ok (0.662s) 2022-09-27T16:12:31.5576327Z test_to_with_tensor (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7744 2022-09-27T16:12:31.5576944Z due to: 2022-09-27T16:12:31.5577150Z Traceback (most recent call last): 2022-09-27T16:12:31.5577424Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:31.5577866Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:31.5578327Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:12:31.5578532Z 2022-09-27T16:12:31.5578605Z from user code: 2022-09-27T16:12:31.5578896Z File "test_torch.py", line 7746, in 2022-09-27T16:12:31.5579150Z if torch.cuda.is_available(): 2022-09-27T16:12:31.5579278Z 2022-09-27T16:12:31.5579411Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:31.5579621Z ========== 2022-09-27T16:12:31.5579782Z ok (0.026s) 2022-09-27T16:12:31.5612588Z test_topk_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:12:31.5741765Z test_torch_from_file (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT assert_with_filename test_torch.py line 6466 2022-09-27T16:12:31.5742228Z due to: 2022-09-27T16:12:31.5742563Z Traceback (most recent call last): 2022-09-27T16:12:31.5743087Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:12:31.5743386Z return self._op(*args, **kwargs or {}) 2022-09-27T16:12:31.5746786Z NotImplementedError: Could not run 'aten::from_file' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::from_file' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:12:31.5748004Z 2022-09-27T16:12:31.5748177Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:12:31.5748570Z BackendSelect: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterBackendSelect.cpp:726 [kernel] 2022-09-27T16:12:31.5748975Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:12:31.5749417Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:12:31.5749872Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:12:31.5750297Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:12:31.5750676Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:12:31.5751088Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:12:31.5751492Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:12:31.5751929Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:12:31.5752359Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:31.5753128Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:31.5753544Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:31.5753957Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:31.5754422Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:31.5754823Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:31.5755226Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:31.5755634Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:31.5756027Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:31.5756432Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:31.5756844Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:31.5757262Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:31.5757675Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:31.5758115Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:31.5758546Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:31.5758986Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:12:31.5759380Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T16:12:31.5759772Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:12:31.5760182Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:12:31.5760621Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:12:31.5761088Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:12:31.5761525Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:12:31.5761944Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:12:31.5762375Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:12:31.5762804Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:12:31.5763261Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:12:31.5763716Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:12:31.5763991Z 2022-09-27T16:12:31.5763996Z 2022-09-27T16:12:31.5764136Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:31.5764300Z 2022-09-27T16:12:31.5764380Z Traceback (most recent call last): 2022-09-27T16:12:31.5764663Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:31.5764938Z raise TorchRuntimeError() from e 2022-09-27T16:12:31.5765174Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:31.5765303Z 2022-09-27T16:12:31.5765402Z from user code: 2022-09-27T16:12:31.5765626Z File "test_torch.py", line 6468, in assert_with_filename 2022-09-27T16:12:31.5766034Z s1 = torch.from_file(filename, True, size, dtype=torch.float) 2022-09-27T16:12:31.5766279Z 2022-09-27T16:12:31.5766488Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:31.5766748Z ========== 2022-09-27T16:12:31.5766924Z ok (0.015s) 2022-09-27T16:12:31.5814355Z test_transpose_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:12:31.5943025Z test_type (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7699 2022-09-27T16:12:31.5943473Z due to: 2022-09-27T16:12:31.5943762Z Traceback (most recent call last): 2022-09-27T16:12:31.5944170Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:12:31.5944489Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:12:31.5944928Z NotImplementedError: argument of type: 2022-09-27T16:12:31.5945102Z 2022-09-27T16:12:31.5945161Z from user code: 2022-09-27T16:12:31.5945446Z File "test_torch.py", line 7700, in 2022-09-27T16:12:31.5945736Z self.assertEqual(x.type(torch.FloatTensor).dtype, torch.float32) 2022-09-27T16:12:31.5945908Z 2022-09-27T16:12:31.5946046Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:31.5946343Z ========== 2022-09-27T16:12:31.5946872Z ok (0.013s) 2022-09-27T16:12:31.5997718Z test_type_alias (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_alias test_torch.py line 7889 2022-09-27T16:12:31.5998223Z due to: 2022-09-27T16:12:31.5998399Z Traceback (most recent call last): 2022-09-27T16:12:31.5998882Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/dicts.py", line 201, in _key_to_var 2022-09-27T16:12:31.5999419Z assert ConstantVariable.is_literal(key) 2022-09-27T16:12:31.5999632Z AssertionError 2022-09-27T16:12:31.5999757Z 2022-09-27T16:12:31.5999815Z from user code: 2022-09-27T16:12:31.6000027Z File "test_torch.py", line 7898, in test_type_alias 2022-09-27T16:12:31.6000278Z for dtype, alias in type_alias_map.items(): 2022-09-27T16:12:31.6000417Z 2022-09-27T16:12:31.6000536Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:31.6000763Z ========== 2022-09-27T16:12:31.6000926Z ok (0.005s) 2022-09-27T16:12:31.7267755Z test_type_conversion_via_dtype_name (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7878 2022-09-27T16:12:31.7268391Z due to: 2022-09-27T16:12:31.7268736Z Traceback (most recent call last): 2022-09-27T16:12:31.7269293Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 67, in visit 2022-09-27T16:12:31.7269694Z return n.meta["example_value"] 2022-09-27T16:12:31.7269939Z KeyError: 'example_value' 2022-09-27T16:12:31.7270062Z 2022-09-27T16:12:31.7270146Z from user code: 2022-09-27T16:12:31.7270408Z File "test_torch.py", line 7879, in 2022-09-27T16:12:31.7270705Z self.assertEqual(cfloat.imag, torch.zeros_like(cfloat.imag)) 2022-09-27T16:12:31.7270870Z 2022-09-27T16:12:31.7271005Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:31.7271442Z ========== 2022-09-27T16:12:31.7278002Z ok (0.127s) 2022-09-27T16:12:31.7314072Z test_unbind_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:12:32.0260898Z test_unflatten (__main__.TestTorch) ... ok (0.294s) 2022-09-27T16:12:32.0292484Z test_unfold_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:12:32.0332004Z test_unsqueeze_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:12:32.0373477Z test_upsample_nearest1d_meta (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_upsample_nearest1d_meta test_torch.py line 7166 2022-09-27T16:12:32.0374093Z due to: 2022-09-27T16:12:32.0374656Z Traceback (most recent call last): 2022-09-27T16:12:32.0375054Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 477, in __init__ 2022-09-27T16:12:32.0375324Z assert device.type != "meta" 2022-09-27T16:12:32.0375518Z AssertionError 2022-09-27T16:12:32.0375630Z 2022-09-27T16:12:32.0375701Z from user code: 2022-09-27T16:12:32.0375928Z File "test_torch.py", line 7173, in test_upsample_nearest1d_meta 2022-09-27T16:12:32.0376256Z x = torch.empty(2 * 10 ** 8, 3, 2 * 10 ** 8, device='meta') 2022-09-27T16:12:32.0376393Z 2022-09-27T16:12:32.0376526Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:32.0376751Z ========== 2022-09-27T16:12:32.0382714Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7176 2022-09-27T16:12:32.0383137Z due to: 2022-09-27T16:12:32.0383399Z Traceback (most recent call last): 2022-09-27T16:12:32.0383774Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 477, in __init__ 2022-09-27T16:12:32.0384056Z assert device.type != "meta" 2022-09-27T16:12:32.0384250Z AssertionError 2022-09-27T16:12:32.0384361Z 2022-09-27T16:12:32.0384479Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:32.0384701Z ========== 2022-09-27T16:12:32.0439783Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7187 2022-09-27T16:12:32.0440158Z due to: 2022-09-27T16:12:32.0440341Z Traceback (most recent call last): 2022-09-27T16:12:32.0440719Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 477, in __init__ 2022-09-27T16:12:32.0441005Z assert device.type != "meta" 2022-09-27T16:12:32.0441187Z AssertionError 2022-09-27T16:12:32.0441295Z 2022-09-27T16:12:32.0441427Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:32.0441648Z ========== 2022-09-27T16:12:32.0487709Z ok (0.015s) 2022-09-27T16:12:32.0545815Z test_upsample_nearest2d_meta (__main__.TestTorch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_upsample_nearest2d_meta test_torch.py line 7189 2022-09-27T16:12:32.0546426Z due to: 2022-09-27T16:12:32.0546631Z Traceback (most recent call last): 2022-09-27T16:12:32.0547143Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 477, in __init__ 2022-09-27T16:12:32.0547657Z assert device.type != "meta" 2022-09-27T16:12:32.0548016Z AssertionError 2022-09-27T16:12:32.0548185Z 2022-09-27T16:12:32.0548244Z from user code: 2022-09-27T16:12:32.0548480Z File "test_torch.py", line 7197, in test_upsample_nearest2d_meta 2022-09-27T16:12:32.0548789Z x = torch.empty(4, 3, 8, 8, device='meta') 2022-09-27T16:12:32.0548921Z 2022-09-27T16:12:32.0549055Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:32.0549264Z ========== 2022-09-27T16:12:32.0590716Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7217 2022-09-27T16:12:32.0591209Z due to: 2022-09-27T16:12:32.0591518Z Traceback (most recent call last): 2022-09-27T16:12:32.0591914Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 477, in __init__ 2022-09-27T16:12:32.0592201Z assert device.type != "meta" 2022-09-27T16:12:32.0592399Z AssertionError 2022-09-27T16:12:32.0592496Z 2022-09-27T16:12:32.0592629Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:32.0593331Z ========== 2022-09-27T16:12:32.0657618Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 7225 2022-09-27T16:12:32.0658001Z due to: 2022-09-27T16:12:32.0658346Z Traceback (most recent call last): 2022-09-27T16:12:32.0658997Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 477, in __init__ 2022-09-27T16:12:32.0659267Z assert device.type != "meta" 2022-09-27T16:12:32.0659459Z AssertionError 2022-09-27T16:12:32.0659568Z 2022-09-27T16:12:32.0659701Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:32.0660077Z ========== 2022-09-27T16:12:32.0713045Z ok (0.022s) 2022-09-27T16:12:32.0747258Z test_var_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:12:32.0801316Z test_wildcard_import (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:12:32.1369041Z test_addcdiv_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-09-27T16:12:32.1693624Z test_addcdiv_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:12:32.2010044Z test_addcdiv_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:12:32.2326250Z test_addcdiv_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:12:32.2606704Z test_addcdiv_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:12:32.2815269Z test_addcdiv_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:12:32.3027029Z test_addcdiv_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:12:32.3238217Z test_addcdiv_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:12:32.3317859Z test_addcdiv_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:12:32.3546287Z test_addcmul_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:12:32.3630906Z test_addcmul_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:12:32.3718024Z test_addcmul_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:12:32.3802068Z test_addcmul_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:12:32.3891026Z test_addcmul_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:12:32.3978068Z test_addcmul_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:12:32.4066257Z test_addcmul_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:12:32.4152742Z test_addcmul_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:12:32.4189255Z test_addcmul_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:32.4399441Z test_assertRaisesRegex_ignore_msg_non_native_device_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:12:32.4418480Z test_bernoulli_edge_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:12:32.4435011Z test_bernoulli_edge_cases_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:12:32.4450199Z test_bernoulli_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-09-27T16:12:32.4613375Z test_bernoulli_p_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:12:32.4709535Z test_bernoulli_p_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:12:32.4800518Z test_bernoulli_p_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:12:32.5175545Z test_bernoulli_self_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:12:32.5474445Z test_bernoulli_self_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:12:32.5770451Z test_bernoulli_self_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:12:32.6067934Z test_bernoulli_self_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:12:32.6365378Z test_bernoulli_self_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:12:32.6658854Z test_bernoulli_self_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:12:32.6955730Z test_bernoulli_self_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:12:32.7255580Z test_bernoulli_self_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:12:32.7762391Z test_bfloat16_float_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.050s) 2022-09-27T16:12:32.7866232Z test_bool_tensor_value_change_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:12:32.8781026Z test_broadcast_fn_add_cpu (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_in_place_broadcastable test_torch.py line 1066 2022-09-27T16:12:32.8781633Z due to: 2022-09-27T16:12:32.8781962Z Traceback (most recent call last): 2022-09-27T16:12:32.8782549Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:12:32.8783004Z return self._op(*args, **kwargs or {}) 2022-09-27T16:12:32.8783599Z RuntimeError: expand(MetaFloatType{[2, 1, 2, 1]}, size=[1]): the number of sizes provided (1) must be greater or equal to the number of dimensions in the tensor (4) 2022-09-27T16:12:32.8784004Z 2022-09-27T16:12:32.8784238Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:32.8784519Z 2022-09-27T16:12:32.8784664Z Traceback (most recent call last): 2022-09-27T16:12:32.8785135Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:32.8785606Z raise TorchRuntimeError() from e 2022-09-27T16:12:32.8786001Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:32.8786227Z 2022-09-27T16:12:32.8786342Z from user code: 2022-09-27T16:12:32.8786729Z File "test_torch.py", line 1067, in _test_in_place_broadcastable 2022-09-27T16:12:32.8787136Z if not broadcastable(t0, t1, t2): 2022-09-27T16:12:32.8787350Z 2022-09-27T16:12:32.8787554Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:32.8787924Z ========== 2022-09-27T16:12:32.8889087Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT broadcastable test_torch.py line 1057 2022-09-27T16:12:32.8889510Z due to: 2022-09-27T16:12:32.8889832Z Traceback (most recent call last): 2022-09-27T16:12:32.8890412Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:12:32.8942001Z return self._op(*args, **kwargs or {}) 2022-09-27T16:12:32.8942590Z RuntimeError: expand(MetaFloatType{[2, 1, 2, 1]}, size=[1]): the number of sizes provided (1) must be greater or equal to the number of dimensions in the tensor (4) 2022-09-27T16:12:32.8943001Z 2022-09-27T16:12:32.8943230Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:32.8943517Z 2022-09-27T16:12:32.8943671Z Traceback (most recent call last): 2022-09-27T16:12:32.8944142Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:32.8944592Z raise TorchRuntimeError() from e 2022-09-27T16:12:32.8944986Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:32.8945229Z 2022-09-27T16:12:32.8945367Z from user code: 2022-09-27T16:12:32.8945700Z File "test_torch.py", line 1059, in broadcastable 2022-09-27T16:12:32.8946050Z t1.expand_as(t0) 2022-09-27T16:12:32.8946232Z 2022-09-27T16:12:32.8946455Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:32.8946808Z ========== 2022-09-27T16:12:32.9054467Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 1070 2022-09-27T16:12:32.9054879Z due to: 2022-09-27T16:12:32.9055278Z Traceback (most recent call last): 2022-09-27T16:12:32.9055842Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:12:32.9056583Z return self._op(*args, **kwargs or {}) 2022-09-27T16:12:32.9057160Z RuntimeError: output with shape [1] doesn't match the broadcast shape [2, 1, 2, 1] 2022-09-27T16:12:32.9057453Z 2022-09-27T16:12:32.9057669Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:32.9058947Z 2022-09-27T16:12:32.9059106Z Traceback (most recent call last): 2022-09-27T16:12:32.9059590Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:32.9060051Z raise TorchRuntimeError() from e 2022-09-27T16:12:32.9060515Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:32.9060758Z 2022-09-27T16:12:32.9060876Z from user code: 2022-09-27T16:12:32.9061219Z File "test_torch.py", line 1070, in 2022-09-27T16:12:32.9061659Z self.assertRaises(RuntimeError, lambda: tensorfn_inplace(t0, t1, t2)) 2022-09-27T16:12:32.9061947Z 2022-09-27T16:12:32.9062167Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:32.9062536Z ========== 2022-09-27T16:12:32.9160531Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT tensorfn_inplace test_torch.py line 1032 2022-09-27T16:12:32.9160956Z due to: 2022-09-27T16:12:32.9161261Z Traceback (most recent call last): 2022-09-27T16:12:32.9161854Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:12:32.9162307Z return self._op(*args, **kwargs or {}) 2022-09-27T16:12:32.9162864Z RuntimeError: output with shape [1] doesn't match the broadcast shape [2, 1, 2, 1] 2022-09-27T16:12:32.9163162Z 2022-09-27T16:12:32.9163980Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:32.9164257Z 2022-09-27T16:12:32.9164417Z Traceback (most recent call last): 2022-09-27T16:12:32.9164870Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:32.9165339Z raise TorchRuntimeError() from e 2022-09-27T16:12:32.9165736Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:32.9166044Z 2022-09-27T16:12:32.9166160Z from user code: 2022-09-27T16:12:32.9166499Z File "test_torch.py", line 1049, in tensorfn_inplace 2022-09-27T16:12:32.9166848Z return t0_fn(t1) 2022-09-27T16:12:32.9167033Z 2022-09-27T16:12:32.9167249Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:32.9167599Z ========== 2022-09-27T16:12:32.9297625Z ok (0.143s) 2022-09-27T16:12:33.0069482Z test_broadcast_fn_addcdiv_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.076s) 2022-09-27T16:12:33.0338530Z test_broadcast_fn_addcmul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:12:33.0589232Z test_broadcast_fn_atan2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:12:33.0832633Z test_broadcast_fn_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:12:33.0906055Z test_broadcast_fn_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:12:33.1154054Z test_broadcast_fn_div_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:12:33.1401489Z test_broadcast_fn_eq_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:12:33.1650996Z test_broadcast_fn_fmod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:12:33.1897604Z test_broadcast_fn_ge_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:12:33.2144358Z test_broadcast_fn_gt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:12:33.2389198Z test_broadcast_fn_le_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:12:33.2641369Z test_broadcast_fn_lerp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-09-27T16:12:33.2888531Z test_broadcast_fn_lt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:12:33.3141074Z test_broadcast_fn_map2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-09-27T16:12:33.3393733Z test_broadcast_fn_map_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-09-27T16:12:33.3650612Z test_broadcast_fn_masked_fill_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-09-27T16:12:33.3917545Z test_broadcast_fn_masked_scatter_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:12:33.3993790Z test_broadcast_fn_masked_select_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:12:33.4065449Z test_broadcast_fn_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:12:33.4137421Z test_broadcast_fn_min_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:12:33.4385762Z test_broadcast_fn_mul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:12:33.4632347Z test_broadcast_fn_ne_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:12:33.4880993Z test_broadcast_fn_pow_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:12:33.5131259Z test_broadcast_fn_remainder_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:12:33.5385616Z test_broadcast_fn_sub_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-09-27T16:12:33.5594360Z test_bytes_to_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:12:33.5841455Z test_bytes_to_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:12:33.6068156Z test_bytes_to_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:12:33.6282762Z test_bytes_to_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:12:33.6506031Z test_bytes_to_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:12:33.6709485Z test_bytes_to_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:12:33.6917264Z test_bytes_to_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:12:33.7139088Z test_bytes_to_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:12:33.7172738Z test_bytes_to_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:33.7200944Z test_bytes_to_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:12:33.9710841Z test_cauchy_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.250s) 2022-09-27T16:12:33.9792029Z test_cauchy_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:12:33.9879650Z test_cauchy_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:12:33.9958079Z test_cauchy_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:12:33.9975627Z test_cauchy_no_inf_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:12:33.9991253Z test_cauchy_no_inf_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:12:34.0015025Z test_cdist_cuda_backward_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:34.0091372Z test_cdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cdist_empty test_torch.py line 2054 2022-09-27T16:12:34.0091796Z due to: 2022-09-27T16:12:34.0092007Z Traceback (most recent call last): 2022-09-27T16:12:34.0092395Z File "/opt/conda/lib/python3.7/site-packages/torch/_meta_registrations.py", line 578, in meta_cdist_forward 2022-09-27T16:12:34.0092698Z compute_mode >= 0 and compute_mode <= 2, 2022-09-27T16:12:34.0093037Z TypeError: '>=' not supported between instances of 'NoneType' and 'int' 2022-09-27T16:12:34.0093208Z 2022-09-27T16:12:34.0093267Z from user code: 2022-09-27T16:12:34.0093483Z File "test_torch.py", line 2057, in test_cdist_empty 2022-09-27T16:12:34.0093765Z self.assertEqual(torch.empty(0, 4, device=device), torch.cdist(x, y)) 2022-09-27T16:12:34.0093932Z 2022-09-27T16:12:34.0094292Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:34.0094502Z ========== 2022-09-27T16:12:34.0099899Z ok (0.008s) 2022-09-27T16:12:34.0685852Z test_cdist_euclidean_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.058s) 2022-09-27T16:12:34.0794803Z test_cdist_grad_p_lt_1_no_nan_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:12:34.0813418Z test_cdist_large_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:12:34.1716109Z test_cdist_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.090s) 2022-09-27T16:12:34.1797126Z test_cdist_non_contiguous_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cdist_non_contiguous_batch test_torch.py line 2183 2022-09-27T16:12:34.1797725Z due to: 2022-09-27T16:12:34.1798023Z Traceback (most recent call last): 2022-09-27T16:12:34.1798648Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 67, in visit 2022-09-27T16:12:34.1799180Z return n.meta["example_value"] 2022-09-27T16:12:34.1799628Z KeyError: 'example_value' 2022-09-27T16:12:34.1799857Z 2022-09-27T16:12:34.1799992Z from user code: 2022-09-27T16:12:34.1800431Z File "test_torch.py", line 2188, in test_cdist_non_contiguous_batch 2022-09-27T16:12:34.1800928Z actual = torch.cdist(x, y, p=2, compute_mode=cm) 2022-09-27T16:12:34.1801204Z 2022-09-27T16:12:34.1801466Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:34.1801889Z ========== 2022-09-27T16:12:34.2093284Z ok (0.037s) 2022-09-27T16:12:34.2169114Z test_cdist_non_contiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cdist_non_contiguous test_torch.py line 2156 2022-09-27T16:12:34.2169844Z due to: 2022-09-27T16:12:34.2170174Z Traceback (most recent call last): 2022-09-27T16:12:34.2170636Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 67, in visit 2022-09-27T16:12:34.2171101Z return n.meta["example_value"] 2022-09-27T16:12:34.2171521Z KeyError: 'example_value' 2022-09-27T16:12:34.2171731Z 2022-09-27T16:12:34.2171850Z from user code: 2022-09-27T16:12:34.2172217Z File "test_torch.py", line 2161, in test_cdist_non_contiguous 2022-09-27T16:12:34.2172658Z actual = torch.cdist(x, y, p=2, compute_mode=cm) 2022-09-27T16:12:34.2172898Z 2022-09-27T16:12:34.2173124Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:34.2173474Z ========== 2022-09-27T16:12:34.2516751Z ok (0.042s) 2022-09-27T16:12:34.2599866Z test_cdist_norm_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cdist_norm_batch test_torch.py line 2096 2022-09-27T16:12:34.2600445Z due to: 2022-09-27T16:12:34.2600742Z Traceback (most recent call last): 2022-09-27T16:12:34.2601415Z File "/opt/conda/lib/python3.7/site-packages/torch/_meta_registrations.py", line 578, in meta_cdist_forward 2022-09-27T16:12:34.2601938Z compute_mode >= 0 and compute_mode <= 2, 2022-09-27T16:12:34.2602477Z TypeError: '>=' not supported between instances of 'NoneType' and 'int' 2022-09-27T16:12:34.2602771Z 2022-09-27T16:12:34.2602887Z from user code: 2022-09-27T16:12:34.2603249Z File "test_torch.py", line 2110, in test_cdist_norm_batch 2022-09-27T16:12:34.2603620Z actual = torch.cdist(x, y, p=p) 2022-09-27T16:12:34.2603829Z 2022-09-27T16:12:34.2604047Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:34.2604410Z ========== 2022-09-27T16:12:34.4959692Z ok (0.244s) 2022-09-27T16:12:34.5044264Z test_cdist_norm_cpu (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cdist_norm test_torch.py line 2078 2022-09-27T16:12:34.5044840Z due to: 2022-09-27T16:12:34.5045147Z Traceback (most recent call last): 2022-09-27T16:12:34.5045874Z File "/opt/conda/lib/python3.7/site-packages/torch/_meta_registrations.py", line 578, in meta_cdist_forward 2022-09-27T16:12:34.5046667Z compute_mode >= 0 and compute_mode <= 2, 2022-09-27T16:12:34.5047226Z TypeError: '>=' not supported between instances of 'NoneType' and 'int' 2022-09-27T16:12:34.5047516Z 2022-09-27T16:12:34.5047633Z from user code: 2022-09-27T16:12:34.5047976Z File "test_torch.py", line 2092, in test_cdist_norm 2022-09-27T16:12:34.5048362Z actual = torch.cdist(x, y, p=p) 2022-09-27T16:12:34.5048580Z 2022-09-27T16:12:34.5048801Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:34.5049164Z ========== 2022-09-27T16:12:34.6021310Z ok (0.105s) 2022-09-27T16:12:34.6134579Z test_cdist_same_inputs_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:12:34.6196041Z test_clone_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:12:34.6300140Z test_clone_not_memory_dense_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:12:34.6393521Z test_clone_zero_stride_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:12:34.6577402Z test_complex_half_experimental_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-09-27T16:12:34.7044017Z test_constants_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.046s) 2022-09-27T16:12:34.8176154Z test_conv_transposed_backward_agnostic_to_memory_format_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.112s) 2022-09-27T16:12:34.8193396Z test_conv_transposed_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:34.8508653Z test_copy__cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT can_cast test_torch.py line 5187 2022-09-27T16:12:34.8509221Z due to: 2022-09-27T16:12:34.8509557Z Traceback (most recent call last): 2022-09-27T16:12:34.8510028Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:34.8510752Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:34.8511592Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:12:34.8511966Z 2022-09-27T16:12:34.8512083Z from user code: 2022-09-27T16:12:34.8512405Z File "test_torch.py", line 5196, in can_cast 2022-09-27T16:12:34.8512924Z return torch.can_cast(src_dtype, dst_dtype) 2022-09-27T16:12:34.8513159Z 2022-09-27T16:12:34.8513387Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:34.8513756Z ========== 2022-09-27T16:12:34.8702756Z test_torch.py:5209: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T16:12:34.8712542Z t.copy_(src) 2022-09-27T16:12:34.8713073Z ok (0.051s) 2022-09-27T16:12:34.8914033Z test_copy__cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:12:34.9131654Z test_copy__cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:12:34.9338087Z test_copy__cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:12:34.9557854Z test_copy__cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:12:34.9772176Z test_copy__cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:12:34.9989511Z test_copy__cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:12:35.0198865Z test_copy__cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:12:35.0239636Z test_copy__cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:12:35.0277629Z test_copy__cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:35.0315150Z test_copy__cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:35.0352554Z test_copy__cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:35.0384972Z test_copy__cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:35.0462571Z test_copy_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:12:35.0591443Z test_copy_math_view_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:12:35.0609486Z test_copy_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-09-27T16:12:35.1417890Z test_copy_transpose_math_view_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.080s) 2022-09-27T16:12:35.1757344Z test_copy_transpose_math_view_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.033s) 2022-09-27T16:12:35.2062694Z test_copy_transpose_math_view_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:12:35.2120578Z test_corrcoef_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1918: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:100.) 2022-09-27T16:12:35.2121123Z res = torch.corrcoef(x) 2022-09-27T16:12:35.2135328Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:393: RuntimeWarning: Mean of empty slice. 2022-09-27T16:12:35.2135620Z avg = a.mean(axis) 2022-09-27T16:12:35.2137409Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:154: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:12:35.2137939Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-09-27T16:12:35.2138735Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2526: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-09-27T16:12:35.2139195Z c = cov(x, y, rowvar) 2022-09-27T16:12:35.2139794Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:12:35.2140088Z c *= np.true_divide(1, fact) 2022-09-27T16:12:35.2140499Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:12:35.2140808Z c *= np.true_divide(1, fact) 2022-09-27T16:12:35.2188335Z ok (0.012s) 2022-09-27T16:12:35.2250939Z test_corrcoef_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:12:35.2305997Z test_corrcoef_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:12:35.2621225Z test_cov_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1924: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:100.) 2022-09-27T16:12:35.2621984Z def check(t, correction=1, fweights=None, aweights=None): 2022-09-27T16:12:35.2904020Z test_torch.py:1924: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:100.) 2022-09-27T16:12:35.2904727Z def check(t, correction=1, fweights=None, aweights=None): 2022-09-27T16:12:35.3003347Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:393: RuntimeWarning: Mean of empty slice. 2022-09-27T16:12:35.3004232Z avg = a.mean(axis) 2022-09-27T16:12:35.3005423Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:154: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:12:35.3006175Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-09-27T16:12:35.3006638Z test_torch.py:1926: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-09-27T16:12:35.3007027Z t = t.cpu().numpy() 2022-09-27T16:12:35.3007746Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:12:35.3008249Z c *= np.true_divide(1, fact) 2022-09-27T16:12:35.3008945Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:12:35.3009453Z c *= np.true_divide(1, fact) 2022-09-27T16:12:35.3113440Z test_torch.py:1924: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:100.) 2022-09-27T16:12:35.3114379Z def check(t, correction=1, fweights=None, aweights=None): 2022-09-27T16:12:35.4120595Z test_torch.py:1925: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:100.) 2022-09-27T16:12:35.4121416Z res = torch.cov(t, correction=correction, fweights=fweights, aweights=aweights) 2022-09-27T16:12:35.4121940Z test_torch.py:1929: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-09-27T16:12:35.4122657Z ref = np.cov(t, ddof=correction, fweights=fweights, aweights=aweights) 2022-09-27T16:12:35.4125486Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:12:35.4126281Z c *= np.true_divide(1, fact) 2022-09-27T16:12:35.4127219Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:12:35.4127748Z c *= np.true_divide(1, fact) 2022-09-27T16:12:35.4460986Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:425: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:12:35.4461614Z avg = np.multiply(a, wgt, dtype=result_dtype).sum(axis)/scl 2022-09-27T16:12:35.4520798Z ok (0.221s) 2022-09-27T16:12:35.4552493Z test_cov_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:393: RuntimeWarning: Mean of empty slice. 2022-09-27T16:12:35.4553280Z avg = a.mean(axis) 2022-09-27T16:12:35.4553957Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:154: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:12:35.4554609Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-09-27T16:12:35.4987123Z ok (0.046s) 2022-09-27T16:12:35.5401128Z test_cov_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:12:35.5432033Z test_cpp_warnings_have_python_context_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Not a suitable test for TorchDynamo (0.002s) 2022-09-27T16:12:35.5459689Z test_cublas_config_nondeterministic_alert_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:36.3332159Z test_cummax_cummin_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.787s) 2022-09-27T16:12:36.4357345Z test_cummax_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.102s) 2022-09-27T16:12:36.5011244Z test_cummin_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.065s) 2022-09-27T16:12:37.0067237Z test_cumprod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.505s) 2022-09-27T16:12:37.5104328Z test_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.503s) 2022-09-27T16:12:37.5191688Z test_deepcopy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_deepcopy test_torch.py line 376 2022-09-27T16:12:37.5192390Z due to: 2022-09-27T16:12:37.5192967Z Traceback (most recent call last): 2022-09-27T16:12:37.5193512Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:37.5194343Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:37.5195058Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:12:37.5195355Z 2022-09-27T16:12:37.5195468Z from user code: 2022-09-27T16:12:37.5195823Z File "test_torch.py", line 382, in test_deepcopy 2022-09-27T16:12:37.5196218Z q = [a, [a.storage(), b.storage()], b, c] 2022-09-27T16:12:37.5196448Z 2022-09-27T16:12:37.5196766Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:37.5197104Z ========== 2022-09-27T16:12:37.5291299Z ok (0.018s) 2022-09-27T16:12:37.5413563Z test_deepcopy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:12:37.5656406Z test_deepcopy_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:12:37.5842767Z test_deepcopy_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-09-27T16:12:37.5881680Z test_device_guard_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.003s) 2022-09-27T16:12:37.8657173Z test_diff_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.277s) 2022-09-27T16:12:38.1628923Z test_diff_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.297s) 2022-09-27T16:12:38.2082933Z test_diff_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-09-27T16:12:38.2491507Z test_diff_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:12:38.2895288Z test_diff_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:12:38.3280377Z test_diff_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-09-27T16:12:38.3604328Z test_diff_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:12:38.3930443Z test_diff_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:12:38.4240073Z test_diff_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:12:38.4562442Z test_diff_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:12:38.4883733Z test_diff_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:12:38.5254342Z test_diff_noncontig_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-09-27T16:12:38.5623597Z test_diff_noncontig_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-09-27T16:12:38.5996273Z test_diff_noncontig_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:12:38.6319270Z test_diff_noncontig_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:12:38.6642775Z test_diff_noncontig_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:12:38.6954870Z test_diff_noncontig_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:12:38.7195238Z test_diff_noncontig_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-09-27T16:12:38.7435514Z test_diff_noncontig_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-09-27T16:12:38.7665506Z test_diff_noncontig_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:12:38.7908927Z test_diff_noncontig_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:12:38.8149418Z test_diff_noncontig_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-09-27T16:12:41.4916879Z test_dim_function_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (2.676s) 2022-09-27T16:12:41.4934313Z test_discontiguous_out_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Torchdynamo fails with unknown reason (0.001s) 2022-09-27T16:12:41.5388775Z test_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-09-27T16:12:41.5744418Z test_errors_index_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.035s) 2022-09-27T16:12:41.5864022Z test_expected_failure_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:12:41.6216259Z test_exponential_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.035s) 2022-09-27T16:12:41.6441621Z test_exponential_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:12:41.6671447Z test_exponential_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:12:41.6901970Z test_exponential_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:12:41.7131081Z test_exponential_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:12:41.7170500Z test_exponential_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:41.7210645Z test_exponential_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:41.7246731Z test_exponential_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:41.7260432Z test_exponential_no_zero_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:41.7273963Z test_exponential_no_zero_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:42.1296582Z test_gather_backward_deterministic_path_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.402s) 2022-09-27T16:12:42.5264536Z test_gather_backward_one_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.396s) 2022-09-27T16:12:42.5437492Z test_geometric_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-09-27T16:12:42.5574843Z test_geometric_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:12:42.5714451Z test_geometric_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:12:42.5850586Z test_geometric_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:12:42.5984144Z test_geometric_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:12:42.6117396Z test_geometric_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:12:42.6248029Z test_geometric_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:12:42.6382600Z test_geometric_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:12:42.6402579Z test_geometric_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:12:42.6585546Z test_geometric_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-09-27T16:12:42.6644948Z test_geometric_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:12:42.6706905Z test_geometric_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:12:42.6764969Z test_geometric_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:12:42.6823031Z test_geometric_kstest_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:12:42.6882545Z test_geometric_kstest_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:12:42.6939299Z test_geometric_kstest_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:12:42.6999360Z test_geometric_kstest_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:12:42.7056975Z test_geometric_kstest_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:12:42.9266703Z test_gradient_all_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.220s) 2022-09-27T16:12:43.0365102Z test_gradient_all_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.109s) 2022-09-27T16:12:43.0430711Z test_gradient_all_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1061: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:12:43.0431542Z a = -(dx2)/(dx1 * (dx1 + dx2)) 2022-09-27T16:12:43.0432253Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1062: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:12:43.0432977Z b = (dx2 - dx1) / (dx1 * dx2) 2022-09-27T16:12:43.0433664Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1063: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:12:43.0434155Z c = dx1 / (dx2 * (dx1 + dx2)) 2022-09-27T16:12:43.0434846Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: RuntimeWarning: invalid value encountered in add 2022-09-27T16:12:43.0435443Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:12:43.0436246Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1117: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:12:43.0436769Z a = (dx2) / (dx1 * (dx1 + dx2)) 2022-09-27T16:12:43.0437748Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1118: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:12:43.0438314Z b = - (dx2 + dx1) / (dx1 * dx2) 2022-09-27T16:12:43.0439013Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in double_scalars 2022-09-27T16:12:43.0439619Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:12:43.0580824Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1100: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:12:43.0581578Z a = -(2. * dx1 + dx2)/(dx1 * (dx1 + dx2)) 2022-09-27T16:12:43.0582295Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1101: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:12:43.0582822Z b = (dx1 + dx2) / (dx1 * dx2) 2022-09-27T16:12:43.0583499Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: RuntimeWarning: invalid value encountered in add 2022-09-27T16:12:43.0584086Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:12:43.0584844Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in add 2022-09-27T16:12:43.0585445Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:12:43.0604404Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:12:43.0605095Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-09-27T16:12:43.0605934Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:12:43.0606628Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-09-27T16:12:43.0659706Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:12:43.0660347Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:12:43.0661149Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1102: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:12:43.0661726Z c = - dx1 / (dx2 * (dx1 + dx2)) 2022-09-27T16:12:43.0662405Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:12:43.0663010Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:12:43.0663783Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:12:43.0664384Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:12:43.0733792Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1119: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:12:43.0734325Z c = (2. * dx2 + dx1) / (dx2 * (dx1 + dx2)) 2022-09-27T16:12:43.1252135Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:12:43.1252868Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-09-27T16:12:43.1253625Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:12:43.1254330Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-09-27T16:12:43.1455221Z ok (0.108s) 2022-09-27T16:12:44.3232542Z test_gradient_extreme_cases_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (1.177s) 2022-09-27T16:12:44.3994018Z test_gradient_extreme_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.075s) 2022-09-27T16:12:44.4753846Z test_gradient_extreme_cases_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.075s) 2022-09-27T16:12:46.7578621Z test_gradient_type_promotion_cpu (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1057: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:12:46.7579595Z out[tuple(slice1)] = (f[tuple(slice4)] - f[tuple(slice2)]) / (2. * ax_dx) 2022-09-27T16:12:46.7580309Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:12:46.7581213Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-09-27T16:12:46.7582036Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:12:46.7582763Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-09-27T16:12:46.7586859Z /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-09-27T16:12:46.7588034Z return torch.as_tensor(tensor_like) 2022-09-27T16:12:46.7594621Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:12:46.7595248Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:12:46.7596049Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:12:46.7596698Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:12:46.7658101Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1061: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:12:46.7658762Z a = -(dx2)/(dx1 * (dx1 + dx2)) 2022-09-27T16:12:46.7659500Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1062: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:12:46.7660027Z b = (dx2 - dx1) / (dx1 * dx2) 2022-09-27T16:12:46.7660672Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: RuntimeWarning: invalid value encountered in add 2022-09-27T16:12:46.7661277Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:12:46.7662013Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:12:46.7662726Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-09-27T16:12:46.7669984Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1100: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:12:46.7670522Z a = -(2. * dx1 + dx2)/(dx1 * (dx1 + dx2)) 2022-09-27T16:12:46.7670933Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1101: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:12:46.7671238Z b = (dx1 + dx2) / (dx1 * dx2) 2022-09-27T16:12:46.7671638Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: RuntimeWarning: invalid value encountered in add 2022-09-27T16:12:46.7671997Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:12:46.7677641Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:12:46.7678284Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:12:46.7950296Z ok (2.319s) 2022-09-27T16:12:46.8854691Z test_hook_remove_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.090s) 2022-09-27T16:12:47.0416100Z test_index_add_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.155s) 2022-09-27T16:12:47.0814891Z test_index_add_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:12:47.2168720Z test_index_copy_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.135s) 2022-09-27T16:12:47.2235801Z test_index_copy_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:12:47.2338301Z test_index_copy_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:12:47.2440792Z test_index_copy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:12:47.2524901Z test_index_copy_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:12:47.2610466Z test_index_copy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:12:47.2698698Z test_index_copy_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:12:47.2763115Z test_index_copy_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:12:47.2826876Z test_index_copy_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:12:47.2889591Z test_index_copy_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:12:47.2953042Z test_index_copy_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:12:47.3017911Z test_index_copy_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:12:48.2016672Z test_index_copy_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.899s) 2022-09-27T16:12:48.2388675Z test_index_copy_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:12:48.2530146Z test_index_copy_scalars_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:12:48.2554126Z test_index_copy_scalars_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:12:48.2586275Z test_index_copy_scalars_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:48.2619964Z test_index_copy_scalars_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:48.2647347Z test_index_copy_scalars_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:12:48.2674648Z test_index_copy_scalars_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:12:48.2701781Z test_index_copy_scalars_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:12:48.2724874Z test_index_copy_scalars_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:12:48.2747429Z test_index_copy_scalars_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:12:48.2770126Z test_index_copy_scalars_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:12:48.2792573Z test_index_copy_scalars_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:12:48.2816021Z test_index_copy_scalars_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:12:48.2978631Z test_index_fill_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 3146 2022-09-27T16:12:48.2979217Z due to: 2022-09-27T16:12:48.2979534Z Traceback (most recent call last): 2022-09-27T16:12:48.2980027Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:48.2980754Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:48.2981436Z AssertionError: torch.* op returned non-Tensor bool call_method is_complex 2022-09-27T16:12:48.2981738Z 2022-09-27T16:12:48.2982110Z from user code: 2022-09-27T16:12:48.2982497Z File "test_torch.py", line 3147, in 2022-09-27T16:12:48.2982918Z if not x.is_complex() and not device == "meta": 2022-09-27T16:12:48.2983150Z 2022-09-27T16:12:48.2983375Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:48.2983750Z ========== 2022-09-27T16:12:48.3018396Z ok (0.020s) 2022-09-27T16:12:48.3165302Z test_index_fill_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:12:48.3280991Z test_index_fill_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:12:48.3391823Z test_index_fill_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:12:48.3537696Z test_index_fill_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:12:48.3686608Z test_index_fill_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:12:48.3835238Z test_index_fill_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:12:48.3984149Z test_index_fill_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:12:48.4045264Z test_index_fill_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:12:48.4103740Z test_index_fill_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:12:48.4162980Z test_index_fill_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:12:48.4222038Z test_index_fill_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:12:48.4239473Z test_index_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-09-27T16:12:48.4259432Z test_index_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.002s) 2022-09-27T16:12:48.4726894Z test_index_put_non_accumulate_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.046s) 2022-09-27T16:12:48.5334371Z test_index_reduce_reduce_amax_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-09-27T16:12:48.5335122Z 2022-09-27T16:12:48.5335837Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-09-27T16:12:48.5337088Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-09-27T16:12:48.5337999Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-09-27T16:12:48.5338545Z warnings.warn(msg, FutureWarning) 2022-09-27T16:12:48.5339249Z test_torch.py:2967: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1007.) 2022-09-27T16:12:48.5339953Z dest.index_reduce_(dim, idx, src, reduce, include_self=include_self) 2022-09-27T16:12:48.5701142Z ok (0.097s) 2022-09-27T16:12:48.6313772Z test_index_reduce_reduce_amax_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-09-27T16:12:48.6314507Z 2022-09-27T16:12:48.6315193Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-09-27T16:12:48.6316388Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-09-27T16:12:48.6317547Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-09-27T16:12:48.6318101Z warnings.warn(msg, FutureWarning) 2022-09-27T16:12:48.6681831Z ok (0.097s) 2022-09-27T16:12:48.7299504Z test_index_reduce_reduce_amax_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-09-27T16:12:48.7300238Z 2022-09-27T16:12:48.7300947Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-09-27T16:12:48.7302128Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-09-27T16:12:48.7303049Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-09-27T16:12:48.7303596Z warnings.warn(msg, FutureWarning) 2022-09-27T16:12:48.7688316Z ok (0.100s) 2022-09-27T16:12:48.8299039Z test_index_reduce_reduce_amax_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-09-27T16:12:48.8299764Z 2022-09-27T16:12:48.8300464Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-09-27T16:12:48.8301652Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-09-27T16:12:48.8302566Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-09-27T16:12:48.8303109Z warnings.warn(msg, FutureWarning) 2022-09-27T16:12:48.8690969Z ok (0.100s) 2022-09-27T16:12:48.9302245Z test_index_reduce_reduce_amax_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-09-27T16:12:48.9302942Z 2022-09-27T16:12:48.9303653Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-09-27T16:12:48.9304828Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-09-27T16:12:48.9305745Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-09-27T16:12:48.9306273Z warnings.warn(msg, FutureWarning) 2022-09-27T16:12:48.9564827Z ok (0.087s) 2022-09-27T16:12:49.0177549Z test_index_reduce_reduce_amax_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-09-27T16:12:49.0178233Z 2022-09-27T16:12:49.0178927Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-09-27T16:12:49.0180421Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-09-27T16:12:49.0181376Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-09-27T16:12:49.0181906Z warnings.warn(msg, FutureWarning) 2022-09-27T16:12:49.0441821Z ok (0.087s) 2022-09-27T16:12:49.1058056Z test_index_reduce_reduce_amax_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-09-27T16:12:49.1058835Z 2022-09-27T16:12:49.1059535Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-09-27T16:12:49.1060755Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-09-27T16:12:49.1061684Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-09-27T16:12:49.1062234Z warnings.warn(msg, FutureWarning) 2022-09-27T16:12:49.1310383Z ok (0.086s) 2022-09-27T16:12:49.1917539Z test_index_reduce_reduce_amax_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-09-27T16:12:49.1918254Z 2022-09-27T16:12:49.1918960Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-09-27T16:12:49.1920157Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-09-27T16:12:49.1921069Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-09-27T16:12:49.1921602Z warnings.warn(msg, FutureWarning) 2022-09-27T16:12:49.2177835Z ok (0.086s) 2022-09-27T16:12:49.2479899Z test_index_reduce_reduce_amax_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:12:49.2880922Z test_index_reduce_reduce_amin_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:12:49.3287952Z test_index_reduce_reduce_amin_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:12:49.3706468Z test_index_reduce_reduce_amin_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:12:49.4130857Z test_index_reduce_reduce_amin_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:12:49.4429334Z test_index_reduce_reduce_amin_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:12:49.4730786Z test_index_reduce_reduce_amin_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:12:49.5022227Z test_index_reduce_reduce_amin_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-09-27T16:12:49.5320757Z test_index_reduce_reduce_amin_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:12:49.5623707Z test_index_reduce_reduce_amin_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:12:49.6079776Z test_index_reduce_reduce_mean_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-09-27T16:12:49.6541246Z test_index_reduce_reduce_mean_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-09-27T16:12:49.7010527Z test_index_reduce_reduce_mean_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.046s) 2022-09-27T16:12:49.7485244Z test_index_reduce_reduce_mean_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:12:49.7834016Z test_index_reduce_reduce_mean_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-09-27T16:12:49.8188775Z test_index_reduce_reduce_mean_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.035s) 2022-09-27T16:12:49.8526346Z test_index_reduce_reduce_mean_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.033s) 2022-09-27T16:12:49.8876702Z test_index_reduce_reduce_mean_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-09-27T16:12:49.9234911Z test_index_reduce_reduce_mean_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.035s) 2022-09-27T16:12:49.9640984Z test_index_reduce_reduce_prod_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:12:50.0051115Z test_index_reduce_reduce_prod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:12:50.0471914Z test_index_reduce_reduce_prod_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:12:50.0893916Z test_index_reduce_reduce_prod_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:12:50.1190791Z test_index_reduce_reduce_prod_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:12:50.1490844Z test_index_reduce_reduce_prod_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:12:50.1784624Z test_index_reduce_reduce_prod_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:12:50.2087982Z test_index_reduce_reduce_prod_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:12:50.2392235Z test_index_reduce_reduce_prod_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:12:50.3668617Z test_index_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.127s) 2022-09-27T16:12:50.3721438Z test_index_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:12:50.3795756Z test_index_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:12:50.3869263Z test_index_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:12:50.3933938Z test_index_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:12:50.3999760Z test_index_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:12:50.4064188Z test_index_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:12:50.4115944Z test_index_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:12:50.4168094Z test_index_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:12:50.4219244Z test_index_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:12:50.4270124Z test_index_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:12:50.4323833Z test_index_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:12:50.4784598Z test_invalid_shapes_grid_sampler_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-09-27T16:12:50.4935871Z test_is_set_to_cpu (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_is_set_to test_torch.py line 897 2022-09-27T16:12:50.4936395Z due to: 2022-09-27T16:12:50.4936714Z Traceback (most recent call last): 2022-09-27T16:12:50.4937194Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:50.4937940Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:50.4938607Z AssertionError: torch.* op returned non-Tensor bool call_method is_set_to 2022-09-27T16:12:50.4939136Z 2022-09-27T16:12:50.4939253Z from user code: 2022-09-27T16:12:50.4939597Z File "test_torch.py", line 902, in test_is_set_to 2022-09-27T16:12:50.4939978Z self.assertFalse(t1.is_set_to(t2)) 2022-09-27T16:12:50.4940180Z 2022-09-27T16:12:50.4940400Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:50.4940767Z ========== 2022-09-27T16:12:50.4941021Z ok (0.014s) 2022-09-27T16:12:50.4978054Z test_is_signed_cpu (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_is_signed test_torch.py line 4301 2022-09-27T16:12:50.4978585Z due to: 2022-09-27T16:12:50.4979026Z Traceback (most recent call last): 2022-09-27T16:12:50.4979496Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:50.4980211Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:50.4980874Z AssertionError: torch.* op returned non-Tensor bool call_method is_signed 2022-09-27T16:12:50.4981170Z 2022-09-27T16:12:50.4981286Z from user code: 2022-09-27T16:12:50.4981621Z File "test_torch.py", line 4302, in test_is_signed 2022-09-27T16:12:50.4982066Z self.assertEqual(torch.IntTensor(5).to(device).is_signed(), True) 2022-09-27T16:12:50.4982961Z 2022-09-27T16:12:50.4983186Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:50.4983551Z ========== 2022-09-27T16:12:50.4983798Z ok (0.004s) 2022-09-27T16:12:50.5098904Z test_item_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:12:50.5186386Z test_item_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:12:50.5276660Z test_item_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:12:50.5337473Z test_item_cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:12:50.5400142Z test_item_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:12:50.5461457Z test_item_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:12:50.5532390Z test_item_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:12:50.5601454Z test_item_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:12:50.5618793Z test_item_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:12:50.5633714Z test_item_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:12:50.5647431Z test_item_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:12:50.5660880Z test_item_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:12:50.5674054Z test_item_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:12:50.5688591Z test_large_cumprod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:50.5702464Z test_large_cumsum_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:50.5864941Z test_log_normal_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:12:50.5988815Z test_log_normal_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:12:50.6111216Z test_log_normal_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:12:50.6241103Z test_log_normal_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:12:50.7183614Z test_logcumsumexp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.094s) 2022-09-27T16:12:50.7623385Z test_lognormal_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-09-27T16:12:50.7735875Z test_lognormal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:12:50.7830972Z test_lognormal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:12:50.7924198Z test_lognormal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:12:50.8149349Z test_masked_fill_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:12:50.8889467Z test_masked_fill_cpu_bfloat16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.073s) 2022-09-27T16:12:50.9623196Z test_masked_fill_cpu_bfloat16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.073s) 2022-09-27T16:12:51.0352342Z test_masked_fill_cpu_bool_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.072s) 2022-09-27T16:12:51.1078542Z test_masked_fill_cpu_bool_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.072s) 2022-09-27T16:12:51.1813568Z test_masked_fill_cpu_complex128_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.073s) 2022-09-27T16:12:51.2550422Z test_masked_fill_cpu_complex128_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.073s) 2022-09-27T16:12:51.3284518Z test_masked_fill_cpu_complex64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.073s) 2022-09-27T16:12:51.4017089Z test_masked_fill_cpu_complex64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.073s) 2022-09-27T16:12:51.4053015Z test_masked_fill_cpu_float16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:51.4087940Z test_masked_fill_cpu_float16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:51.4118907Z test_masked_fill_cpu_float32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:51.4151475Z test_masked_fill_cpu_float32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:51.4181380Z test_masked_fill_cpu_float64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:51.4214201Z test_masked_fill_cpu_float64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:51.4243830Z test_masked_fill_cpu_int16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:51.4275834Z test_masked_fill_cpu_int16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:51.4305564Z test_masked_fill_cpu_int32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:51.4336878Z test_masked_fill_cpu_int32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:51.4366223Z test_masked_fill_cpu_int64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:12:51.4397718Z test_masked_fill_cpu_int64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:51.4427119Z test_masked_fill_cpu_int8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:12:51.4458962Z test_masked_fill_cpu_int8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:51.4488586Z test_masked_fill_cpu_uint8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:51.4520427Z test_masked_fill_cpu_uint8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:12:51.4536742Z test_masked_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-09-27T16:12:51.4793638Z test_masked_scatter_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-09-27T16:12:51.7651901Z test_masked_scatter_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.285s) 2022-09-27T16:12:51.8875430Z test_masked_scatter_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.122s) 2022-09-27T16:12:52.0185345Z test_masked_scatter_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.130s) 2022-09-27T16:12:52.1509138Z test_masked_scatter_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.132s) 2022-09-27T16:12:52.2829262Z test_masked_scatter_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.131s) 2022-09-27T16:12:52.4152688Z test_masked_scatter_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.132s) 2022-09-27T16:12:52.5471270Z test_masked_scatter_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.131s) 2022-09-27T16:12:52.6791404Z test_masked_scatter_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.131s) 2022-09-27T16:12:52.6926237Z test_masked_scatter_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:12:52.7060087Z test_masked_scatter_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:12:52.7194032Z test_masked_scatter_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:12:52.7327005Z test_masked_scatter_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:12:52.7343947Z test_masked_scatter_large_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:52.7359680Z test_masked_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-09-27T16:12:52.8577990Z test_masked_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:12:52.8578639Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:12:52.8590612Z ok (0.123s) 2022-09-27T16:12:52.8630362Z test_masked_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:12:52.8630898Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:12:52.8641108Z ok (0.004s) 2022-09-27T16:12:52.8679108Z test_masked_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:12:52.8679666Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:12:52.8691936Z ok (0.004s) 2022-09-27T16:12:52.8729485Z test_masked_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:12:52.8730031Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:12:52.8742260Z ok (0.004s) 2022-09-27T16:12:52.8779897Z test_masked_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:12:52.8780454Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:12:52.8784125Z ok (0.004s) 2022-09-27T16:12:52.8820829Z test_masked_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:12:52.8821374Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:12:52.8833455Z ok (0.004s) 2022-09-27T16:12:52.8870429Z test_masked_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:12:52.8870989Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:12:52.8882619Z ok (0.004s) 2022-09-27T16:12:52.8919418Z test_masked_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:12:52.8919952Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:12:52.8929799Z ok (0.004s) 2022-09-27T16:12:52.8966849Z test_masked_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:12:52.8967392Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:12:52.8976966Z ok (0.004s) 2022-09-27T16:12:52.9013696Z test_masked_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:12:52.9014230Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:12:52.9023402Z ok (0.004s) 2022-09-27T16:12:52.9060352Z test_masked_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:12:52.9060943Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:12:52.9070568Z ok (0.004s) 2022-09-27T16:12:52.9107766Z test_masked_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:12:52.9108326Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:12:52.9118006Z ok (0.004s) 2022-09-27T16:12:52.9513955Z test_masked_select_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:12:52.9951546Z test_memory_format_clone_cpu (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 4840 2022-09-27T16:12:52.9952173Z due to: 2022-09-27T16:12:52.9952465Z Traceback (most recent call last): 2022-09-27T16:12:52.9953108Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:12:52.9953617Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:12:52.9954060Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:12:52.9954322Z 2022-09-27T16:12:52.9954438Z from user code: 2022-09-27T16:12:52.9954871Z File "test_torch.py", line 4841, in 2022-09-27T16:12:52.9955403Z self.assertTrue(clone.is_contiguous(memory_format=memory_format)) 2022-09-27T16:12:52.9955668Z 2022-09-27T16:12:52.9955891Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:52.9956258Z ========== 2022-09-27T16:12:53.0658249Z ok (0.114s) 2022-09-27T16:12:53.0961274Z test_memory_format_consistency_cpu (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 4434 2022-09-27T16:12:53.0961921Z due to: 2022-09-27T16:12:53.0962506Z Traceback (most recent call last): 2022-09-27T16:12:53.0963113Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:12:53.0963907Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:12:53.0964360Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:12:53.0964640Z 2022-09-27T16:12:53.0964756Z from user code: 2022-09-27T16:12:53.0965170Z File "test_torch.py", line 4435, in 2022-09-27T16:12:53.0965885Z self.assertEqual(x.is_contiguous(memory_format=torch.channels_last), x_rep.is_contiguous(memory_format=torch.channels_last)) 2022-09-27T16:12:53.0966270Z 2022-09-27T16:12:53.0966575Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:53.0966954Z ========== 2022-09-27T16:12:53.0967207Z ok (0.030s) 2022-09-27T16:12:53.0984793Z test_memory_format_cpu_and_cuda_ops_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:53.1287098Z test_memory_format_empty_like_cpu (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 4403 2022-09-27T16:12:53.1287711Z due to: 2022-09-27T16:12:53.1288018Z Traceback (most recent call last): 2022-09-27T16:12:53.1288504Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:12:53.1289020Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:12:53.1289452Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:12:53.1289714Z 2022-09-27T16:12:53.1289837Z from user code: 2022-09-27T16:12:53.1290214Z File "test_torch.py", line 4404, in 2022-09-27T16:12:53.1290735Z self.assertTrue(like.is_contiguous(memory_format=memory_format)) 2022-09-27T16:12:53.1291000Z 2022-09-27T16:12:53.1291222Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:53.1291592Z ========== 2022-09-27T16:12:53.1542411Z ok (0.055s) 2022-09-27T16:12:54.0194324Z test_memory_format_factory_like_functions_preserve_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.864s) 2022-09-27T16:12:56.1736917Z test_memory_format_operators_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (2.153s) 2022-09-27T16:12:56.1808548Z test_memory_format_preserved_after_permute_cpu (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_memory_format_preserved_after_permute test_torch.py line 4344 2022-09-27T16:12:56.1809208Z due to: 2022-09-27T16:12:56.1809542Z Traceback (most recent call last): 2022-09-27T16:12:56.1810100Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:12:56.1810722Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:12:56.1811179Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:12:56.1811458Z 2022-09-27T16:12:56.1811594Z from user code: 2022-09-27T16:12:56.1812051Z File "test_torch.py", line 4348, in test_memory_format_preserved_after_permute 2022-09-27T16:12:56.1812602Z self.assertTrue(y.is_contiguous(memory_format=torch.channels_last)) 2022-09-27T16:12:56.1813055Z 2022-09-27T16:12:56.1813284Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:56.1813675Z ========== 2022-09-27T16:12:56.1813951Z ok (0.007s) 2022-09-27T16:12:56.1915724Z test_memory_format_propagation_rules_cpu (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_memory_format_propagation_rules test_torch.py line 4355 2022-09-27T16:12:56.1916429Z due to: 2022-09-27T16:12:56.1916765Z Traceback (most recent call last): 2022-09-27T16:12:56.1917280Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:12:56.1917820Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:12:56.1918273Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:12:56.1918549Z 2022-09-27T16:12:56.1918661Z from user code: 2022-09-27T16:12:56.1919084Z File "test_torch.py", line 4360, in test_memory_format_propagation_rules 2022-09-27T16:12:56.1919887Z self.assertTrue(ambiguous.is_contiguous(memory_format=torch.channels_last)) 2022-09-27T16:12:56.1920180Z 2022-09-27T16:12:56.1920401Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:56.1920722Z ========== 2022-09-27T16:12:56.2115476Z ok (0.030s) 2022-09-27T16:12:56.2869481Z test_memory_format_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.075s) 2022-09-27T16:12:56.3844923Z test_memory_format_type_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.097s) 2022-09-27T16:12:56.6029004Z test_memory_format_type_shortcuts_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.218s) 2022-09-27T16:12:56.6044891Z test_module_share_memory_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:56.6208602Z test_multinomial_cpu_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:12:56.6234745Z test_multinomial_cpu_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:12:56.6260465Z test_multinomial_cpu_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:12:56.8011708Z test_multinomial_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.175s) 2022-09-27T16:12:56.8214189Z test_multinomial_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:12:56.8235006Z test_multinomial_deterministic_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:56.8252378Z test_multinomial_deterministic_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:56.8269207Z test_multinomial_deterministic_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:56.8281444Z test_multinomial_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:56.8759392Z test_multinomial_empty_w_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:12:56.9219797Z test_multinomial_empty_wo_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-09-27T16:12:56.9234746Z test_multinomial_gpu_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:12:56.9253031Z test_multinomial_rng_state_advance_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:12:56.9354381Z test_narrow_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:12:56.9628847Z test_nondeterministic_alert_AdaptiveAvgPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:12:56.9903335Z test_nondeterministic_alert_AdaptiveAvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:12:57.0183324Z test_nondeterministic_alert_AdaptiveMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:12:57.0476777Z test_nondeterministic_alert_AvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:12:57.0739948Z test_nondeterministic_alert_CTCLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 1421 2022-09-27T16:12:57.0740628Z due to: 2022-09-27T16:12:57.0740916Z Traceback (most recent call last): 2022-09-27T16:12:57.0741580Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/functional.py", line 2625, in ctc_loss 2022-09-27T16:12:57.0742225Z log_probs, targets, input_lengths, target_lengths, blank, _Reduction.get_enum(reduction), zero_infinity 2022-09-27T16:12:57.0743380Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T16:12:57.0744021Z 2022-09-27T16:12:57.0744212Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:57.0744755Z 2022-09-27T16:12:57.0744894Z Traceback (most recent call last): 2022-09-27T16:12:57.0745292Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:57.0745679Z raise TorchRuntimeError() from e 2022-09-27T16:12:57.0746029Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:57.0746266Z 2022-09-27T16:12:57.0746365Z from user code: 2022-09-27T16:12:57.0746748Z File "test_torch.py", line 1426, in 2022-09-27T16:12:57.0747317Z res = module(input, target, input_lengths, target_lengths) 2022-09-27T16:12:57.0747545Z 2022-09-27T16:12:57.0747740Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:57.0748064Z ========== 2022-09-27T16:12:57.0791942Z ok (0.031s) 2022-09-27T16:12:57.1146899Z test_nondeterministic_alert_EmbeddingBag_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.035s) 2022-09-27T16:12:57.1446480Z test_nondeterministic_alert_FractionalMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:12:57.1755280Z test_nondeterministic_alert_FractionalMaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:12:57.2127101Z test_nondeterministic_alert_MaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:12:57.2210953Z test_nondeterministic_alert_MaxUnpool1d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.008s) 2022-09-27T16:12:57.2589947Z test_nondeterministic_alert_MaxUnpool1d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 1249 2022-09-27T16:12:57.2590538Z due to: 2022-09-27T16:12:57.2590834Z Traceback (most recent call last): 2022-09-27T16:12:57.2591415Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:12:57.2591873Z return self._op(*args, **kwargs or {}) 2022-09-27T16:12:57.2595526Z NotImplementedError: Could not run 'aten::max_unpool2d' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::max_unpool2d' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:12:57.2597492Z 2022-09-27T16:12:57.2597778Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:12:57.2598502Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:12:57.2599259Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:12:57.2599996Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:12:57.2600778Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:12:57.2601488Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:12:57.2602160Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:12:57.2603064Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:12:57.2603734Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:12:57.2604477Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:12:57.2605235Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.2606090Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.2606799Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.2607504Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.2608218Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.2608903Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.2609594Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.2610298Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.2610996Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.2611680Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.2612388Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.2613087Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.2613819Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.2614540Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.2615281Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.2616028Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.2616716Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_3.cpp:14484 [kernel] 2022-09-27T16:12:57.2617327Z AutocastCPU: registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:487 [kernel] 2022-09-27T16:12:57.2617976Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:12:57.2618733Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:12:57.2619563Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:12:57.2620295Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:12:57.2621008Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:12:57.2621816Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:12:57.2622563Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:12:57.2623326Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:12:57.2624099Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:12:57.2624500Z 2022-09-27T16:12:57.2624542Z 2022-09-27T16:12:57.2624777Z During handling of the above exception, another exception occurred: 2022-09-27T16:12:57.2625056Z 2022-09-27T16:12:57.2625211Z Traceback (most recent call last): 2022-09-27T16:12:57.2625805Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:12:57.2626261Z return self._op(*args, **kwargs or {}) 2022-09-27T16:12:57.2627848Z RuntimeError: max_unpooling2d_forward_out does not have a deterministic implementation, but you set 'torch.use_deterministic_algorithms(True)'. You can turn off determinism just for this operation, or you can use the 'warn_only=True' option, if that's acceptable for your application. You can also file an issue at https://github.com/pytorch/pytorch/issues to help us prioritize adding deterministic support for this operation. 2022-09-27T16:12:57.2628726Z 2022-09-27T16:12:57.2628955Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:57.2629235Z 2022-09-27T16:12:57.2629379Z Traceback (most recent call last): 2022-09-27T16:12:57.2629851Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:57.2630312Z raise TorchRuntimeError() from e 2022-09-27T16:12:57.2630728Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:57.2630958Z 2022-09-27T16:12:57.2631077Z from user code: 2022-09-27T16:12:57.2631412Z File "test_torch.py", line 1249, in 2022-09-27T16:12:57.2631778Z lambda: module(input, indices), 2022-09-27T16:12:57.2631987Z 2022-09-27T16:12:57.2632193Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:57.2632562Z ========== 2022-09-27T16:12:57.2677897Z ok (0.046s) 2022-09-27T16:12:57.2937854Z test_nondeterministic_alert_MaxUnpool1d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-09-27T16:12:57.3025093Z test_nondeterministic_alert_MaxUnpool2d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.008s) 2022-09-27T16:12:57.3404698Z test_nondeterministic_alert_MaxUnpool2d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 1263 2022-09-27T16:12:57.3405347Z due to: 2022-09-27T16:12:57.3405663Z Traceback (most recent call last): 2022-09-27T16:12:57.3406303Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:12:57.3406774Z return self._op(*args, **kwargs or {}) 2022-09-27T16:12:57.3410215Z NotImplementedError: Could not run 'aten::max_unpool2d' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::max_unpool2d' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:12:57.3412462Z 2022-09-27T16:12:57.3412752Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:12:57.3413477Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:12:57.3414248Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:12:57.3415079Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:12:57.3415851Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:12:57.3416569Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:12:57.3417251Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:12:57.3417909Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:12:57.3418582Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:12:57.3419327Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:12:57.3420097Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.3420788Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.3421499Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.3422215Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.3422922Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.3423615Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.3424328Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.3425029Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.3425724Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.3426415Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.3427134Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.3427835Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.3428574Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.3429322Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.3430088Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.3430855Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.3431590Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_3.cpp:14484 [kernel] 2022-09-27T16:12:57.3432208Z AutocastCPU: registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:487 [kernel] 2022-09-27T16:12:57.3433034Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:12:57.3433791Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:12:57.3434662Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:12:57.3435411Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:12:57.3436136Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:12:57.3436898Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:12:57.3437662Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:12:57.3438438Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:12:57.3439227Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:12:57.3439629Z 2022-09-27T16:12:57.3439636Z 2022-09-27T16:12:57.3439873Z During handling of the above exception, another exception occurred: 2022-09-27T16:12:57.3440158Z 2022-09-27T16:12:57.3440312Z Traceback (most recent call last): 2022-09-27T16:12:57.3440907Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:12:57.3441369Z return self._op(*args, **kwargs or {}) 2022-09-27T16:12:57.3442976Z RuntimeError: max_unpooling2d_forward_out does not have a deterministic implementation, but you set 'torch.use_deterministic_algorithms(True)'. You can turn off determinism just for this operation, or you can use the 'warn_only=True' option, if that's acceptable for your application. You can also file an issue at https://github.com/pytorch/pytorch/issues to help us prioritize adding deterministic support for this operation. 2022-09-27T16:12:57.3443861Z 2022-09-27T16:12:57.3444100Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:57.3444380Z 2022-09-27T16:12:57.3444534Z Traceback (most recent call last): 2022-09-27T16:12:57.3445000Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:57.3445472Z raise TorchRuntimeError() from e 2022-09-27T16:12:57.3445933Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:57.3446183Z 2022-09-27T16:12:57.3446288Z from user code: 2022-09-27T16:12:57.3446639Z File "test_torch.py", line 1263, in 2022-09-27T16:12:57.3447006Z lambda: module(input, indices), 2022-09-27T16:12:57.3447216Z 2022-09-27T16:12:57.3447425Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:57.3447789Z ========== 2022-09-27T16:12:57.3486539Z ok (0.046s) 2022-09-27T16:12:57.3740901Z test_nondeterministic_alert_MaxUnpool2d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-09-27T16:12:57.3828347Z test_nondeterministic_alert_MaxUnpool3d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.008s) 2022-09-27T16:12:57.4208437Z test_nondeterministic_alert_MaxUnpool3d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 1277 2022-09-27T16:12:57.4209041Z due to: 2022-09-27T16:12:57.4209542Z Traceback (most recent call last): 2022-09-27T16:12:57.4210236Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:12:57.4210721Z return self._op(*args, **kwargs or {}) 2022-09-27T16:12:57.4214211Z NotImplementedError: Could not run 'aten::max_unpool3d' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::max_unpool3d' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:12:57.4216212Z 2022-09-27T16:12:57.4216498Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:12:57.4217224Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:12:57.4217989Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:12:57.4218723Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:12:57.4219506Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:12:57.4220220Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:12:57.4220888Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:12:57.4221543Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:12:57.4222227Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:12:57.4222974Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:12:57.4223732Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.4224438Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.4225162Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.4225864Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.4226563Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.4227256Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.4238796Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.4239622Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.4240326Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.4241203Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.4241909Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.4242626Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.4243418Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.4244172Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.4244945Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.4245704Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:12:57.4246468Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_3.cpp:14484 [kernel] 2022-09-27T16:12:57.4247081Z AutocastCPU: registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:487 [kernel] 2022-09-27T16:12:57.4247729Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:12:57.4248496Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:12:57.4249313Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:12:57.4250056Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:12:57.4250778Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:12:57.4251528Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:12:57.4252280Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:12:57.4253058Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:12:57.4253831Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:12:57.4254224Z 2022-09-27T16:12:57.4254231Z 2022-09-27T16:12:57.4254461Z During handling of the above exception, another exception occurred: 2022-09-27T16:12:57.4254744Z 2022-09-27T16:12:57.4254897Z Traceback (most recent call last): 2022-09-27T16:12:57.4255541Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:12:57.4255996Z return self._op(*args, **kwargs or {}) 2022-09-27T16:12:57.4257594Z RuntimeError: max_unpooling3d_forward_out does not have a deterministic implementation, but you set 'torch.use_deterministic_algorithms(True)'. You can turn off determinism just for this operation, or you can use the 'warn_only=True' option, if that's acceptable for your application. You can also file an issue at https://github.com/pytorch/pytorch/issues to help us prioritize adding deterministic support for this operation. 2022-09-27T16:12:57.4258477Z 2022-09-27T16:12:57.4258708Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:57.4258984Z 2022-09-27T16:12:57.4259137Z Traceback (most recent call last): 2022-09-27T16:12:57.4259594Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:57.4260151Z raise TorchRuntimeError() from e 2022-09-27T16:12:57.4260545Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:57.4260771Z 2022-09-27T16:12:57.4260886Z from user code: 2022-09-27T16:12:57.4261222Z File "test_torch.py", line 1277, in 2022-09-27T16:12:57.4261588Z lambda: module(input, indices), 2022-09-27T16:12:57.4261797Z 2022-09-27T16:12:57.4262002Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:57.4262377Z ========== 2022-09-27T16:12:57.4297824Z ok (0.046s) 2022-09-27T16:12:57.4554801Z test_nondeterministic_alert_MaxUnpool3d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-09-27T16:12:57.4972223Z test_nondeterministic_alert_NLLLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:12:57.5259086Z test_nondeterministic_alert_ReflectionPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-09-27T16:12:57.5537394Z test_nondeterministic_alert_ReflectionPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:12:57.5825210Z test_nondeterministic_alert_ReflectionPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-09-27T16:12:57.6101765Z test_nondeterministic_alert_ReplicationPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:12:57.6382933Z test_nondeterministic_alert_ReplicationPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:12:57.6662000Z test_nondeterministic_alert_ReplicationPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:12:57.6820554Z test_nondeterministic_alert_bincount_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:12:57.7024253Z test_nondeterministic_alert_cumsum_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:12:57.7220979Z test_nondeterministic_alert_cumsum_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:12:57.7423692Z test_nondeterministic_alert_cumsum_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:12:57.7624555Z test_nondeterministic_alert_cumsum_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:12:57.7744910Z test_nondeterministic_alert_cumsum_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:12:57.7869268Z test_nondeterministic_alert_cumsum_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:12:57.7987530Z test_nondeterministic_alert_cumsum_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:12:57.8104530Z test_nondeterministic_alert_cumsum_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:12:57.8123735Z test_nondeterministic_alert_cumsum_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:12:57.8140514Z test_nondeterministic_alert_cumsum_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:12:57.8394724Z test_nondeterministic_alert_grid_sample_2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-09-27T16:12:57.8698382Z test_nondeterministic_alert_grid_sample_3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:12:57.8923111Z test_nondeterministic_alert_histc_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:12:57.9133024Z test_nondeterministic_alert_interpolate_bicubic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:12:57.9340971Z test_nondeterministic_alert_interpolate_bilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:12:57.9550528Z test_nondeterministic_alert_interpolate_linear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:12:57.9756755Z test_nondeterministic_alert_interpolate_trilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:12:58.0040517Z test_nondeterministic_alert_kthvalue_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-09-27T16:12:58.0472254Z test_nondeterministic_alert_median_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 1640 2022-09-27T16:12:58.0473323Z due to: 2022-09-27T16:12:58.0473518Z Traceback (most recent call last): 2022-09-27T16:12:58.0473800Z File "/var/lib/jenkins/torchdynamo/torchdynamo/symbolic_convert.py", line 1588, in LOAD_CLOSURE 2022-09-27T16:12:58.0474100Z self.push(self.closure_cells[inst.argval]) 2022-09-27T16:12:58.0474364Z KeyError: 'test_func' 2022-09-27T16:12:58.0474483Z 2022-09-27T16:12:58.0474557Z from user code: 2022-09-27T16:12:58.0474883Z File "test_torch.py", line 1641, in 2022-09-27T16:12:58.0475238Z test_func_expect_error('function with indices', is_cuda) 2022-09-27T16:12:58.0475391Z 2022-09-27T16:12:58.0475526Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:58.0475735Z ========== 2022-09-27T16:12:58.1007001Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: An output with one or more elements was resized since it had shape [10], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:58.1007739Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:58.1053424Z :8: UserWarning: An output with one or more elements was resized since it had shape [10], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:58.1054451Z ok (0.101s) 2022-09-27T16:12:58.1219882Z test_nondeterministic_alert_put_accumulate_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:12:58.1236487Z test_nondeterministic_alert_put_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-09-27T16:12:58.1774583Z test_normal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.053s) 2022-09-27T16:12:58.1870893Z test_normal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:12:58.1955899Z test_normal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:12:58.2594971Z test_nullary_op_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.063s) 2022-09-27T16:12:58.3117984Z test_pairwise_distance_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.052s) 2022-09-27T16:12:58.3680254Z test_pdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-09-27T16:12:58.3696826Z test_pdist_norm_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:58.3749681Z test_pickle_gradscaler_cpu (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/cuda/amp/grad_scaler.py:118: UserWarning: torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling. 2022-09-27T16:12:58.3750250Z warnings.warn("torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling.") 2022-09-27T16:12:58.3751330Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pickle_gradscaler test_torch.py line 5005 2022-09-27T16:12:58.3751827Z due to: 2022-09-27T16:12:58.3752096Z Traceback (most recent call last): 2022-09-27T16:12:58.3752382Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:58.3753016Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:58.3753715Z AssertionError: torch.* op returned non-Tensor GradScaler call_function 2022-09-27T16:12:58.3753930Z 2022-09-27T16:12:58.3754002Z from user code: 2022-09-27T16:12:58.3754223Z File "test_torch.py", line 5017, in test_pickle_gradscaler 2022-09-27T16:12:58.3754541Z a = torch.cuda.amp.GradScaler(init_scale=3., growth_factor=4., backoff_factor=.5, growth_interval=2) 2022-09-27T16:12:58.3754737Z 2022-09-27T16:12:58.3754854Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:58.3755071Z ========== 2022-09-27T16:12:58.3798614Z /opt/conda/lib/python3.7/site-packages/torch/cuda/amp/grad_scaler.py:118: UserWarning: torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling. 2022-09-27T16:12:58.3799078Z warnings.warn("torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling.") 2022-09-27T16:12:58.3800784Z ok (0.010s) 2022-09-27T16:12:58.3825136Z test_pin_memory_from_constructor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:58.4188649Z test_put_accumulate_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-09-27T16:12:58.4382891Z test_put_accumulate_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:12:58.4469568Z test_put_accumulate_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:12:58.4548791Z test_put_accumulate_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:12:58.4631515Z test_put_accumulate_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:12:58.4716198Z test_put_accumulate_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:12:58.4797093Z test_put_accumulate_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:12:58.4881970Z test_put_accumulate_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:12:58.4909070Z test_put_accumulate_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:12:58.4934132Z test_put_accumulate_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:12:58.4958052Z test_put_accumulate_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:12:58.8222374Z test_put_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.326s) 2022-09-27T16:12:58.8697309Z test_put_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:12:58.9175437Z test_put_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:12:58.9595896Z test_put_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:12:59.0012022Z test_put_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:12:59.0415960Z test_put_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:12:59.0727416Z test_put_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:12:59.1042367Z test_put_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:12:59.1277762Z test_put_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-09-27T16:12:59.1521882Z test_put_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:12:59.1765110Z test_put_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-09-27T16:12:59.1980760Z test_put_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:12:59.2002565Z test_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.002s) 2022-09-27T16:12:59.2332756Z test_repeat_interleave_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:13:39.3678387Z test_scalar_check_cpu (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 588 2022-09-27T16:13:39.3678746Z due to: 2022-09-27T16:13:39.3678934Z Traceback (most recent call last): 2022-09-27T16:13:39.3681081Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:13:39.3681547Z return self._op(*args, **kwargs or {}) 2022-09-27T16:13:39.3682168Z RuntimeError: aten::bitwise_or() Expected a value of type 'Tensor' for argument 'other' but instead found type 'int'. 2022-09-27T16:13:39.3682711Z Position: 1 2022-09-27T16:13:39.3682953Z Value: 1 2022-09-27T16:13:39.3683259Z Declaration: aten::bitwise_or.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T16:13:39.3683529Z Cast error details: Unable to cast 1 to Tensor 2022-09-27T16:13:39.3685093Z 2022-09-27T16:13:39.3685582Z The above exception was the direct cause of the following exception: 2022-09-27T16:13:39.3685951Z 2022-09-27T16:13:39.3686114Z Traceback (most recent call last): 2022-09-27T16:13:39.3686658Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:13:39.3687041Z raise TorchRuntimeError() from e 2022-09-27T16:13:39.3687426Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:13:39.3687696Z 2022-09-27T16:13:39.3687845Z from user code: 2022-09-27T16:13:39.3688220Z File "test_torch.py", line 588, in 2022-09-27T16:13:39.3688563Z self.assertEqual((), (zero_d_int >> zero_d_int).shape) 2022-09-27T16:13:39.3688828Z 2022-09-27T16:13:39.3689075Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:39.3689389Z ========== 2022-09-27T16:13:39.3771906Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 703 2022-09-27T16:13:39.3772378Z due to: 2022-09-27T16:13:39.3772754Z Traceback (most recent call last): 2022-09-27T16:13:39.3773290Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:13:39.3773679Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:13:39.3773977Z RuntimeError: Expected 3D (unbatched) or 4D (batched) input to conv2d, but got input of size: [] 2022-09-27T16:13:39.3774173Z 2022-09-27T16:13:39.3774313Z The above exception was the direct cause of the following exception: 2022-09-27T16:13:39.3774478Z 2022-09-27T16:13:39.3774568Z Traceback (most recent call last): 2022-09-27T16:13:39.3774834Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:13:39.3775107Z raise TorchRuntimeError() from e 2022-09-27T16:13:39.3775340Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:13:39.3775485Z 2022-09-27T16:13:39.3775542Z from user code: 2022-09-27T16:13:39.3775746Z File "test_torch.py", line 703, in 2022-09-27T16:13:39.3776046Z self.assertRaises(RuntimeError, lambda: torch.nn.functional.conv2d(zero_d, w, groups=1)) 2022-09-27T16:13:39.3776242Z 2022-09-27T16:13:39.3776374Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:39.3776579Z ========== 2022-09-27T16:13:39.3852033Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 704 2022-09-27T16:13:39.3852479Z due to: 2022-09-27T16:13:39.3852808Z Traceback (most recent call last): 2022-09-27T16:13:39.3853312Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:13:39.3853859Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:13:39.3854244Z RuntimeError: Expected 3D (unbatched) or 4D (batched) input to conv2d, but got input of size: [] 2022-09-27T16:13:39.3854435Z 2022-09-27T16:13:39.3854570Z The above exception was the direct cause of the following exception: 2022-09-27T16:13:39.3854799Z 2022-09-27T16:13:39.3854894Z Traceback (most recent call last): 2022-09-27T16:13:39.3855172Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:13:39.3855435Z raise TorchRuntimeError() from e 2022-09-27T16:13:39.3855666Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:13:39.3855808Z 2022-09-27T16:13:39.3855876Z from user code: 2022-09-27T16:13:39.3856067Z File "test_torch.py", line 704, in 2022-09-27T16:13:39.3856623Z self.assertRaises(RuntimeError, lambda: torch.nn.functional.conv2d(zero_d, w, groups=2)) 2022-09-27T16:13:39.3856821Z 2022-09-27T16:13:39.3856957Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:39.3857177Z ========== 2022-09-27T16:13:39.3925955Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 707 2022-09-27T16:13:39.3926428Z due to: 2022-09-27T16:13:39.3926770Z Traceback (most recent call last): 2022-09-27T16:13:39.3927462Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/functional.py", line 2697, in nll_loss 2022-09-27T16:13:39.3928313Z return torch._C._nn.nll_loss_nd(input, target, weight, _Reduction.get_enum(reduction), ignore_index) 2022-09-27T16:13:39.3928628Z ValueError: Expected 1 or more dimensions (got 0) 2022-09-27T16:13:39.3928772Z 2022-09-27T16:13:39.3928841Z from user code: 2022-09-27T16:13:39.3929031Z File "test_torch.py", line 707, in 2022-09-27T16:13:39.3929429Z self.assertRaises(ValueError, lambda: torch.nn.functional.nll_loss(zero_d, zero_d, reduction='none')) 2022-09-27T16:13:39.3929639Z 2022-09-27T16:13:39.3929769Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:39.3929987Z ========== 2022-09-27T16:13:39.3998044Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 708 2022-09-27T16:13:39.3998450Z due to: 2022-09-27T16:13:39.3998818Z Traceback (most recent call last): 2022-09-27T16:13:39.3999362Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/functional.py", line 2697, in nll_loss 2022-09-27T16:13:39.3999727Z return torch._C._nn.nll_loss_nd(input, target, weight, _Reduction.get_enum(reduction), ignore_index) 2022-09-27T16:13:39.4000025Z ValueError: Expected 1 or more dimensions (got 0) 2022-09-27T16:13:39.4000168Z 2022-09-27T16:13:39.4000236Z from user code: 2022-09-27T16:13:39.4000421Z File "test_torch.py", line 708, in 2022-09-27T16:13:39.4000807Z self.assertRaises(ValueError, lambda: torch.nn.functional.nll_loss(zero_d, one_d, reduction='none')) 2022-09-27T16:13:39.4001013Z 2022-09-27T16:13:39.4001143Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:39.4001346Z ========== 2022-09-27T16:13:39.4206350Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 726 2022-09-27T16:13:39.4206723Z due to: 2022-09-27T16:13:39.4207062Z Traceback (most recent call last): 2022-09-27T16:13:39.4207660Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:13:39.4208142Z return self._op(*args, **kwargs or {}) 2022-09-27T16:13:39.4210971Z NotImplementedError: Could not run 'aten::multilabel_margin_loss_forward' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::multilabel_margin_loss_forward' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:13:39.4212179Z 2022-09-27T16:13:39.4212355Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:13:39.4212788Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:13:39.4213241Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:13:39.4213846Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:13:39.4214304Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:13:39.4214723Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:13:39.4215120Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:13:39.4215568Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:13:39.4215971Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:13:39.4216403Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:13:39.4216853Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4217259Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4217669Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4218081Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4218499Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4218892Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4219324Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4219722Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4220120Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4220532Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4220931Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4221337Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4221761Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4222202Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4222617Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4223055Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4223467Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T16:13:39.4223838Z AutocastCPU: registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:487 [kernel] 2022-09-27T16:13:39.4224209Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:13:39.4224688Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:13:39.4225168Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:13:39.4225607Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:13:39.4226012Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:13:39.4226485Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:13:39.4226927Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:13:39.4227384Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:13:39.4227829Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:13:39.4228058Z 2022-09-27T16:13:39.4228063Z 2022-09-27T16:13:39.4228200Z During handling of the above exception, another exception occurred: 2022-09-27T16:13:39.4228362Z 2022-09-27T16:13:39.4228454Z Traceback (most recent call last): 2022-09-27T16:13:39.4228815Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:13:39.4229072Z return self._op(*args, **kwargs or {}) 2022-09-27T16:13:39.4229380Z RuntimeError: inconsistent size [1, 1] for argument #2 'target' 2022-09-27T16:13:39.4229535Z 2022-09-27T16:13:39.4229669Z The above exception was the direct cause of the following exception: 2022-09-27T16:13:39.4229852Z 2022-09-27T16:13:39.4229931Z Traceback (most recent call last): 2022-09-27T16:13:39.4230209Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:13:39.4230485Z raise TorchRuntimeError() from e 2022-09-27T16:13:39.4230719Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:13:39.4230849Z 2022-09-27T16:13:39.4230919Z from user code: 2022-09-27T16:13:39.4231120Z File "test_torch.py", line 726, in 2022-09-27T16:13:39.4231484Z lambda: torch.nn.functional.multilabel_margin_loss(input, target, reduction='none')) 2022-09-27T16:13:39.4231677Z 2022-09-27T16:13:39.4231795Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:39.4232015Z ========== 2022-09-27T16:13:39.4435930Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 728 2022-09-27T16:13:39.4436536Z due to: 2022-09-27T16:13:39.4436886Z Traceback (most recent call last): 2022-09-27T16:13:39.4437489Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:13:39.4437931Z return self._op(*args, **kwargs or {}) 2022-09-27T16:13:39.4440630Z NotImplementedError: Could not run 'aten::multilabel_margin_loss_forward' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::multilabel_margin_loss_forward' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:13:39.4442161Z 2022-09-27T16:13:39.4442384Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:13:39.4442803Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:13:39.4443318Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:13:39.4443805Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:13:39.4444346Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:13:39.4444819Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:13:39.4445215Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:13:39.4445675Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:13:39.4446229Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:13:39.4446654Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:13:39.4447161Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4447582Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4448055Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4448522Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4448936Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4449404Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4449810Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4450260Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4450660Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4451132Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4451593Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4451993Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4452480Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4452924Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4453413Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4453871Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4454344Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T16:13:39.4454766Z AutocastCPU: registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:487 [kernel] 2022-09-27T16:13:39.4455170Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:13:39.4455652Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:13:39.4456183Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:13:39.4456666Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:13:39.4457151Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:13:39.4457583Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:13:39.4458087Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:13:39.4458585Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:13:39.4459050Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:13:39.4459299Z 2022-09-27T16:13:39.4459307Z 2022-09-27T16:13:39.4459471Z During handling of the above exception, another exception occurred: 2022-09-27T16:13:39.4459638Z 2022-09-27T16:13:39.4459734Z Traceback (most recent call last): 2022-09-27T16:13:39.4460137Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:13:39.4460429Z return self._op(*args, **kwargs or {}) 2022-09-27T16:13:39.4460726Z RuntimeError: inconsistent size [1, 1] for argument #2 'target' 2022-09-27T16:13:39.4460921Z 2022-09-27T16:13:39.4461074Z The above exception was the direct cause of the following exception: 2022-09-27T16:13:39.4461237Z 2022-09-27T16:13:39.4461330Z Traceback (most recent call last): 2022-09-27T16:13:39.4461594Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:13:39.4461929Z raise TorchRuntimeError() from e 2022-09-27T16:13:39.4462165Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:13:39.4462307Z 2022-09-27T16:13:39.4462380Z from user code: 2022-09-27T16:13:39.4462627Z File "test_torch.py", line 728, in 2022-09-27T16:13:39.4462995Z lambda: torch.nn.functional.multilabel_margin_loss(input, target, reduction='mean')) 2022-09-27T16:13:39.4463206Z 2022-09-27T16:13:39.4463377Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:39.4463591Z ========== 2022-09-27T16:13:39.4663862Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 730 2022-09-27T16:13:39.4664358Z due to: 2022-09-27T16:13:39.4664767Z Traceback (most recent call last): 2022-09-27T16:13:39.4665401Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:13:39.4665800Z return self._op(*args, **kwargs or {}) 2022-09-27T16:13:39.4667835Z NotImplementedError: Could not run 'aten::multilabel_margin_loss_forward' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::multilabel_margin_loss_forward' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:13:39.4669265Z 2022-09-27T16:13:39.4669438Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:13:39.4669937Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:13:39.4670392Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:13:39.4670833Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:13:39.4671272Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:13:39.4671689Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:13:39.4672088Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:13:39.4672470Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:13:39.4672994Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:13:39.4673429Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:13:39.4673873Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4674282Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4674691Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4675100Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4675510Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4675907Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4676309Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4676709Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4677109Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4677501Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4677908Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4678320Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4678743Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4679165Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4679644Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4680079Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:13:39.4680481Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T16:13:39.4680829Z AutocastCPU: registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:487 [kernel] 2022-09-27T16:13:39.4681249Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:13:39.4681693Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:13:39.4682180Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:13:39.4682608Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:13:39.4683024Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:13:39.4683457Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:13:39.4683899Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:13:39.4684342Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:13:39.4684792Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:13:39.4685023Z 2022-09-27T16:13:39.4685027Z 2022-09-27T16:13:39.4685163Z During handling of the above exception, another exception occurred: 2022-09-27T16:13:39.4685326Z 2022-09-27T16:13:39.4685419Z Traceback (most recent call last): 2022-09-27T16:13:39.4685775Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:13:39.4686123Z return self._op(*args, **kwargs or {}) 2022-09-27T16:13:39.4686433Z RuntimeError: inconsistent size [1, 1] for argument #2 'target' 2022-09-27T16:13:39.4686586Z 2022-09-27T16:13:39.4686725Z The above exception was the direct cause of the following exception: 2022-09-27T16:13:39.4686874Z 2022-09-27T16:13:39.4686967Z Traceback (most recent call last): 2022-09-27T16:13:39.4687247Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:13:39.4687521Z raise TorchRuntimeError() from e 2022-09-27T16:13:39.4687743Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:13:39.4687889Z 2022-09-27T16:13:39.4687961Z from user code: 2022-09-27T16:13:39.4688162Z File "test_torch.py", line 730, in 2022-09-27T16:13:39.4688512Z lambda: torch.nn.functional.multilabel_margin_loss(input, target, reduction='sum')) 2022-09-27T16:13:39.4688703Z 2022-09-27T16:13:39.4688834Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:39.4689051Z ========== 2022-09-27T16:13:39.5164460Z ok (40.283s) 2022-09-27T16:13:39.5334161Z test_scatter_add_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:13:39.5511662Z test_scatter_add_non_unique_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-09-27T16:13:39.9623784Z test_scatter_add_one_dim_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.411s) 2022-09-27T16:13:39.9790853Z test_scatter_add_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:13:39.9944932Z test_scatter_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:13:40.0281318Z test_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.033s) 2022-09-27T16:13:40.0299986Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:40.0315891Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:40.0569253Z test_scatter_reduce_non_unique_index_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-09-27T16:13:40.0800417Z test_scatter_reduce_non_unique_index_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-09-27T16:13:40.1042521Z test_scatter_reduce_non_unique_index_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:13:40.1286295Z test_scatter_reduce_non_unique_index_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:13:40.1525129Z test_scatter_reduce_non_unique_index_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-09-27T16:13:40.1764882Z test_scatter_reduce_non_unique_index_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-09-27T16:13:40.2009673Z test_scatter_reduce_non_unique_index_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:13:40.2241383Z test_scatter_reduce_non_unique_index_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-09-27T16:13:40.2275759Z test_scatter_reduce_non_unique_index_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:13:40.2307050Z test_scatter_reduce_non_unique_index_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:13:40.2337645Z test_scatter_reduce_non_unique_index_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:13:40.2367493Z test_scatter_reduce_non_unique_index_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:13:40.2593265Z test_scatter_reduce_operations_to_large_input_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:13:40.2821126Z test_scatter_reduce_operations_to_large_input_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:13:40.3040489Z test_scatter_reduce_operations_to_large_input_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:13:40.3264099Z test_scatter_reduce_operations_to_large_input_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:13:40.3483766Z test_scatter_reduce_operations_to_large_input_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:13:40.3705279Z test_scatter_reduce_operations_to_large_input_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:13:40.3925516Z test_scatter_reduce_operations_to_large_input_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:13:40.4154268Z test_scatter_reduce_operations_to_large_input_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:13:40.4185262Z test_scatter_reduce_operations_to_large_input_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:13:40.4214056Z test_scatter_reduce_operations_to_large_input_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:13:40.4242114Z test_scatter_reduce_operations_to_large_input_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:13:40.4269493Z test_scatter_reduce_operations_to_large_input_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:13:40.4464675Z test_scatter_reduce_scalar_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:13:40.4657666Z test_scatter_reduce_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:13:40.4853885Z test_scatter_reduce_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:13:40.5046756Z test_scatter_reduce_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:13:40.5241634Z test_scatter_reduce_scalar_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:13:40.5434564Z test_scatter_reduce_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:13:40.5623221Z test_scatter_reduce_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-09-27T16:13:40.5808046Z test_scatter_reduce_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-09-27T16:13:40.5837593Z test_scatter_reduce_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:13:40.5864367Z test_scatter_reduce_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:13:40.5889843Z test_scatter_reduce_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:13:40.5914822Z test_scatter_reduce_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:13:40.6070337Z test_scatter_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:13:40.6197805Z test_scatter_zero_size_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:13:40.6217716Z test_serialization_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:40.6334318Z test_set_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 253 2022-09-27T16:13:40.6334893Z due to: 2022-09-27T16:13:40.6335093Z Traceback (most recent call last): 2022-09-27T16:13:40.6335380Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:40.6335829Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:40.6336241Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:13:40.6336438Z 2022-09-27T16:13:40.6336499Z from user code: 2022-09-27T16:13:40.6336732Z File "test_torch.py", line 254, in 2022-09-27T16:13:40.6336959Z a_s = a.storage() 2022-09-27T16:13:40.6337069Z 2022-09-27T16:13:40.6337199Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:40.6337407Z ========== 2022-09-27T16:13:40.6462825Z ok (0.024s) 2022-09-27T16:13:40.6661813Z test_set_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:13:40.6863621Z test_set_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:13:40.7074101Z test_set_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:13:40.7277011Z test_set_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:13:40.7480092Z test_set_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:13:40.7681687Z test_set_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:13:40.7881588Z test_set_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:13:40.8034099Z test_set_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:13:40.8183814Z test_set_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:13:40.8332692Z test_set_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:13:40.8481285Z test_set_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:13:40.8498034Z test_shift_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-09-27T16:13:40.8670961Z test_skip_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-09-27T16:13:40.8685388Z test_storage_all_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:40.8895631Z test_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:13:40.8974402Z test_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:13:40.9043482Z test_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:13:40.9104482Z test_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:13:40.9168300Z test_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:13:40.9219254Z test_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:13:40.9271819Z test_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:13:40.9327995Z test_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:13:40.9376316Z test_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:13:40.9426167Z test_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:13:40.9480252Z test_storage_meta_errors_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_storage_meta_errors test_torch.py line 325 2022-09-27T16:13:40.9480609Z due to: 2022-09-27T16:13:40.9480801Z Traceback (most recent call last): 2022-09-27T16:13:40.9481090Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:40.9481529Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:40.9482014Z AssertionError: torch.* op returned non-Tensor TypedStorage call_function 2022-09-27T16:13:40.9482239Z 2022-09-27T16:13:40.9482309Z from user code: 2022-09-27T16:13:40.9482537Z File "test_torch.py", line 328, in test_storage_meta_errors 2022-09-27T16:13:40.9482870Z s0 = torch.TypedStorage([1, 2, 3, 4], device='meta', dtype=dtype) 2022-09-27T16:13:40.9483014Z 2022-09-27T16:13:40.9483148Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:40.9483370Z ========== 2022-09-27T16:13:40.9608121Z ok (0.018s) 2022-09-27T16:13:40.9756150Z test_storage_meta_errors_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:13:40.9904421Z test_storage_meta_errors_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:13:41.0051454Z test_storage_meta_errors_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:13:41.0198821Z test_storage_meta_errors_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:13:41.0346742Z test_storage_meta_errors_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:13:41.0494804Z test_storage_meta_errors_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:13:41.0643590Z test_storage_meta_errors_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:13:41.0791977Z test_storage_meta_errors_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:13:41.0941052Z test_storage_meta_errors_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:13:41.1090528Z test_storage_meta_errors_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:13:41.1240342Z test_storage_meta_errors_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:13:41.1655026Z test_storage_meta_from_tensor_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:13:41.1677025Z test_storage_meta_from_tensor_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:13:41.1700784Z test_storage_meta_from_tensor_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:13:41.1722379Z test_storage_meta_from_tensor_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:13:41.1742417Z test_storage_meta_from_tensor_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:13:41.1762281Z test_storage_meta_from_tensor_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:13:41.1781488Z test_storage_meta_from_tensor_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:13:41.1800356Z test_storage_meta_from_tensor_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:13:41.1818901Z test_storage_meta_from_tensor_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:13:41.1837780Z test_storage_meta_from_tensor_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:13:41.1856305Z test_storage_meta_from_tensor_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:13:41.1874688Z test_storage_meta_from_tensor_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:13:41.1921660Z test_storage_setitem_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_storage_setitem test_torch.py line 189 2022-09-27T16:13:41.1922016Z due to: 2022-09-27T16:13:41.1922213Z Traceback (most recent call last): 2022-09-27T16:13:41.1922495Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:41.1922920Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:41.1923400Z AssertionError: torch.* op returned non-Tensor dict call_function 2022-09-27T16:13:41.1923616Z 2022-09-27T16:13:41.1923686Z from user code: 2022-09-27T16:13:41.1923887Z File "test_torch.py", line 200, in test_storage_setitem 2022-09-27T16:13:41.1924170Z storage_type_name = torch.storage._dtype_to_storage_type_map()[dtype] 2022-09-27T16:13:41.1924338Z 2022-09-27T16:13:41.1924471Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:41.1924688Z ========== 2022-09-27T16:13:41.1939079Z ok (0.006s) 2022-09-27T16:13:41.1987397Z test_storage_setitem_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:13:41.2030990Z test_storage_setitem_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:13:41.2074192Z test_storage_setitem_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:13:41.2117004Z test_storage_setitem_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:13:41.2159786Z test_storage_setitem_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:13:41.2202805Z test_storage_setitem_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:13:41.2248580Z test_storage_setitem_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:13:41.2292243Z test_storage_setitem_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:13:41.2338193Z test_storage_setitem_cpu_qint32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:13:41.2383798Z test_storage_setitem_cpu_qint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:13:41.2429217Z test_storage_setitem_cpu_quint4x2 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:13:41.2475891Z test_storage_setitem_cpu_quint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:13:41.2520528Z test_storage_setitem_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:13:41.2551357Z test_strides_propagation_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Torchdynamo fails with unknown reason (0.003s) 2022-09-27T16:13:41.2581771Z test_sync_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:13:41.4721319Z test_take_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.213s) 2022-09-27T16:13:41.4842589Z test_take_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:13:41.4980720Z test_take_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:13:41.5119555Z test_take_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:13:41.5250726Z test_take_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:13:41.5383936Z test_take_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:13:41.5512356Z test_take_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:13:41.5628156Z test_take_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:13:41.5690331Z test_take_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:13:41.5747920Z test_take_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:13:41.5807715Z test_take_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:13:41.5866239Z test_take_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:13:41.6102994Z test_take_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-09-27T16:13:41.6221882Z test_tensor_from_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 236 2022-09-27T16:13:41.6222576Z due to: 2022-09-27T16:13:41.6222906Z Traceback (most recent call last): 2022-09-27T16:13:41.6223366Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:41.6224105Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:41.6224806Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:13:41.6225115Z 2022-09-27T16:13:41.6225222Z from user code: 2022-09-27T16:13:41.6225625Z File "test_torch.py", line 237, in 2022-09-27T16:13:41.6226016Z a_s = a.storage() 2022-09-27T16:13:41.6226199Z 2022-09-27T16:13:41.6226425Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:41.6226781Z ========== 2022-09-27T16:13:41.6366053Z ok (0.026s) 2022-09-27T16:13:41.6581655Z test_tensor_from_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:13:41.6805556Z test_tensor_from_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:13:41.7030510Z test_tensor_from_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:13:41.7250536Z test_tensor_from_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:13:41.7470296Z test_tensor_from_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:13:41.7691818Z test_tensor_from_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:13:41.7909219Z test_tensor_from_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:13:41.8077107Z test_tensor_from_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:13:41.8241819Z test_tensor_from_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:13:41.8406930Z test_tensor_from_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:13:41.8571935Z test_tensor_from_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:13:41.8591884Z test_tensor_set_errors_multigpu_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:13:42.7615836Z test_tensor_shape_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 3758 2022-09-27T16:13:42.7616455Z due to: 2022-09-27T16:13:42.7616795Z Traceback (most recent call last): 2022-09-27T16:13:42.7617469Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:13:42.7617955Z return self._op(*args, **kwargs or {}) 2022-09-27T16:13:42.7618445Z RuntimeError: split_size can only be 0 if dimension size is 0, but got dimension size of 1 2022-09-27T16:13:42.7619065Z 2022-09-27T16:13:42.7619309Z The above exception was the direct cause of the following exception: 2022-09-27T16:13:42.7619608Z 2022-09-27T16:13:42.7619770Z Traceback (most recent call last): 2022-09-27T16:13:42.7620274Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:13:42.7620752Z raise TorchRuntimeError() from e 2022-09-27T16:13:42.7621172Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:13:42.7621430Z 2022-09-27T16:13:42.7621552Z from user code: 2022-09-27T16:13:42.7621893Z File "test_torch.py", line 3758, in 2022-09-27T16:13:42.7622540Z self.assertRaises(RuntimeError, lambda: torch.split(x, 0, dim=1)) 2022-09-27T16:13:42.7622857Z 2022-09-27T16:13:42.7623093Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:42.7623481Z ========== 2022-09-27T16:13:42.8189199Z ok (0.959s) 2022-09-27T16:13:42.8288150Z test_tensor_storage_type_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_torch.py line 226 2022-09-27T16:13:42.8288740Z due to: 2022-09-27T16:13:42.8288995Z Traceback (most recent call last): 2022-09-27T16:13:42.8289439Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:42.8290114Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:42.8290852Z AssertionError: torch.* op returned non-Tensor dict call_function 2022-09-27T16:13:42.8291190Z 2022-09-27T16:13:42.8291292Z from user code: 2022-09-27T16:13:42.8291673Z File "test_torch.py", line 229, in 2022-09-27T16:13:42.8292213Z expected_storage_type = getattr(module, torch.storage._dtype_to_storage_type_map()[dtype]) 2022-09-27T16:13:42.8292514Z 2022-09-27T16:13:42.8292705Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:42.8293040Z ========== 2022-09-27T16:13:42.8293316Z ok (0.010s) 2022-09-27T16:13:42.8358192Z test_tensor_storage_type_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:13:42.8424218Z test_tensor_storage_type_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:13:42.8487535Z test_tensor_storage_type_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:13:42.8549512Z test_tensor_storage_type_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:13:42.8613839Z test_tensor_storage_type_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:13:42.8675411Z test_tensor_storage_type_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:13:42.8738506Z test_tensor_storage_type_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:13:42.8760411Z test_tensor_storage_type_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:13:42.8778456Z test_tensor_storage_type_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:13:42.8795654Z test_tensor_storage_type_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:13:42.8812400Z test_tensor_storage_type_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:13:43.0558143Z test_ternary_op_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test test_torch.py line 429 2022-09-27T16:13:43.0558687Z due to: 2022-09-27T16:13:43.0558978Z Traceback (most recent call last): 2022-09-27T16:13:43.0559561Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:13:43.0559973Z return self._op(*args, **kwargs or {}) 2022-09-27T16:13:43.0560772Z RuntimeError: unsupported operation: some elements of the input tensor and the written-to tensor refer to a single memory location. Please clone() the tensor before performing the operation. 2022-09-27T16:13:43.0561493Z 2022-09-27T16:13:43.0561697Z The above exception was the direct cause of the following exception: 2022-09-27T16:13:43.0561947Z 2022-09-27T16:13:43.0562087Z Traceback (most recent call last): 2022-09-27T16:13:43.0562467Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:13:43.0562875Z raise TorchRuntimeError() from e 2022-09-27T16:13:43.0563189Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:13:43.0563396Z 2022-09-27T16:13:43.0563509Z from user code: 2022-09-27T16:13:43.0563954Z File "test_torch.py", line 432, in _test 2022-09-27T16:13:43.0564342Z self.assertEqual(op(input, out=output), output_exp, msg=op.__name__) 2022-09-27T16:13:43.0564573Z 2022-09-27T16:13:43.0564764Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:43.0565112Z ========== 2022-09-27T16:13:43.6029179Z ok (0.721s) 2022-09-27T16:13:43.6068764Z test_typed_storage_meta_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_typed_storage_meta test_torch.py line 288 2022-09-27T16:13:43.6069606Z due to: 2022-09-27T16:13:43.6069908Z Traceback (most recent call last): 2022-09-27T16:13:43.6070198Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:43.6070626Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:43.6071106Z AssertionError: torch.* op returned non-Tensor TypedStorage call_function 2022-09-27T16:13:43.6071336Z 2022-09-27T16:13:43.6071408Z from user code: 2022-09-27T16:13:43.6071639Z File "test_torch.py", line 298, in test_typed_storage_meta 2022-09-27T16:13:43.6071903Z s_check = torch.TypedStorage(*args, dtype=dtype, device=device) 2022-09-27T16:13:43.6072067Z 2022-09-27T16:13:43.6072201Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:43.6072425Z ========== 2022-09-27T16:13:43.6087151Z ok (0.005s) 2022-09-27T16:13:43.6120121Z test_typed_storage_meta_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:13:43.6152331Z test_typed_storage_meta_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:13:43.6184073Z test_typed_storage_meta_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:13:43.6215514Z test_typed_storage_meta_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:13:43.6246928Z test_typed_storage_meta_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:13:43.6277918Z test_typed_storage_meta_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:13:43.6309016Z test_typed_storage_meta_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:13:43.6339922Z test_typed_storage_meta_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:13:43.6370915Z test_typed_storage_meta_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:13:43.6401353Z test_typed_storage_meta_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:13:43.6431820Z test_typed_storage_meta_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:13:43.6517103Z test_unfold_all_devices_and_dtypes_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:13:43.6836272Z test_unfold_scalars_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:13:43.7138363Z test_uniform_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:13:43.7187483Z test_uniform_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:13:43.7239454Z test_uniform_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:13:43.7287356Z test_uniform_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:13:43.7326766Z test_untyped_storage_meta_cpu (__main__.TestTorchDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_untyped_storage_meta test_torch.py line 302 2022-09-27T16:13:43.7327404Z due to: 2022-09-27T16:13:43.7327660Z Traceback (most recent call last): 2022-09-27T16:13:43.7327943Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:43.7328388Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:43.7329014Z AssertionError: torch.* op returned non-Tensor UntypedStorage call_function 2022-09-27T16:13:43.7329234Z 2022-09-27T16:13:43.7329308Z from user code: 2022-09-27T16:13:43.7329535Z File "test_torch.py", line 311, in test_untyped_storage_meta 2022-09-27T16:13:43.7329808Z s_check = torch.UntypedStorage(*args, device=device) 2022-09-27T16:13:43.7329963Z 2022-09-27T16:13:43.7330080Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:43.7330309Z ========== 2022-09-27T16:13:43.7336108Z ok (0.004s) 2022-09-27T16:13:43.7573627Z test_warn_always_caught_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-09-27T16:13:43.9819099Z test_where_scalar_handcrafted_values_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.224s) 2022-09-27T16:13:43.9835138Z test_cuda_vitals_gpu_only_cpu (__main__.TestVitalSignsCudaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:43.9835475Z 2022-09-27T16:13:43.9835904Z ---------------------------------------------------------------------- 2022-09-27T16:13:43.9836327Z Ran 826 tests in 84.140s 2022-09-27T16:13:43.9836562Z 2022-09-27T16:13:43.9836709Z OK (skipped=63) 2022-09-27T16:13:43.9836877Z 2022-09-27T16:13:43.9836969Z Generating XML reports... 2022-09-27T16:13:43.9873071Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20220927161219.xml 2022-09-27T16:13:44.0003709Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorch-20220927161219.xml 2022-09-27T16:13:44.0495838Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCPU-20220927161219.xml 2022-09-27T16:13:44.0498553Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCPU-20220927161219.xml 2022-09-27T16:13:45.0729230Z [TORCH_VITAL] Dataloader.enabled True 2022-09-27T16:13:45.0729559Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-09-27T16:13:45.0729786Z [TORCH_VITAL] CUDA.used False 2022-09-27T16:13:45.1088023Z Running distributions/test_distributions ... [2022-09-27 16:13:45.108400] 2022-09-27T16:13:45.1088773Z Executing ['/opt/conda/bin/python', '-bb', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:13:45.108485] 2022-09-27T16:13:46.9072688Z Test results will be stored in test-reports/python-unittest/distributions.test_distributions 2022-09-27T16:13:46.9140845Z 2022-09-27T16:13:46.9141021Z Running tests... 2022-09-27T16:13:46.9141607Z ---------------------------------------------------------------------- 2022-09-27T16:13:48.3251486Z test_cdf (__main__.TestAgainstScipy) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __call__ /opt/conda/lib/python3.7/site-packages/scipy/stats/_multivariate.py line 1749 2022-09-27T16:13:48.3252157Z due to: 2022-09-27T16:13:48.3252472Z Traceback (most recent call last): 2022-09-27T16:13:48.3252967Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/builtin.py", line 352, in call_function 2022-09-27T16:13:48.3253465Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:13:48.3253884Z IndexError: list index out of range 2022-09-27T16:13:48.3254103Z 2022-09-27T16:13:48.3254215Z from user code: 2022-09-27T16:13:48.3254822Z File "/opt/conda/lib/python3.7/site-packages/scipy/stats/_multivariate.py", line 1756, in __call__ 2022-09-27T16:13:48.3255293Z return wishart_frozen(df, scale, seed) 2022-09-27T16:13:48.3255783Z 2022-09-27T16:13:48.3256004Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:48.3256371Z ========== 2022-09-27T16:13:48.4416944Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /opt/conda/lib/python3.7/site-packages/scipy/stats/_multivariate.py line 2268 2022-09-27T16:13:48.4417327Z due to: 2022-09-27T16:13:48.4417516Z Traceback (most recent call last): 2022-09-27T16:13:48.4417832Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/builtin.py", line 352, in call_function 2022-09-27T16:13:48.4418170Z **{k: v.as_python_constant() for k, v in kwargs.items()}, 2022-09-27T16:13:48.4418622Z IndexError: list index out of range 2022-09-27T16:13:48.4418798Z 2022-09-27T16:13:48.4418870Z from user code: 2022-09-27T16:13:48.4419210Z File "/opt/conda/lib/python3.7/site-packages/scipy/stats/_multivariate.py", line 2269, in __init__ 2022-09-27T16:13:48.4419545Z self._dist = wishart_gen(seed) 2022-09-27T16:13:48.4419669Z 2022-09-27T16:13:48.4419799Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:48.4420020Z ========== 2022-09-27T16:13:48.4692653Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cdf distributions/test_distributions.py line 4778 2022-09-27T16:13:48.4692931Z due to: 2022-09-27T16:13:48.4693127Z Traceback (most recent call last): 2022-09-27T16:13:48.4693402Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:48.4693678Z member = getattr(self.value, name) 2022-09-27T16:13:48.4693993Z AttributeError: 'tuple' object has no attribute '_extended_shape' 2022-09-27T16:13:48.4694154Z 2022-09-27T16:13:48.4694227Z from user code: 2022-09-27T16:13:48.4694445Z File "distributions/test_distributions.py", line 4780, in test_cdf 2022-09-27T16:13:48.4694694Z samples = pytorch_dist.sample((5,)) 2022-09-27T16:13:48.4694823Z 2022-09-27T16:13:48.4694953Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:48.4695156Z ========== 2022-09-27T16:13:48.5964954Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:48.5965518Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:48.6856302Z ok (1.638s) 2022-09-27T16:13:48.9205701Z test_icdf (__main__.TestAgainstScipy) ... ok (0.234s) 2022-09-27T16:13:50.3163315Z test_mean (__main__.TestAgainstScipy) ... ok (1.395s) 2022-09-27T16:13:50.4399383Z test_variance_stddev (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-09-27T16:13:50.4400749Z return torch.as_tensor(tensor_like) 2022-09-27T16:13:50.4920371Z ok (0.175s) 2022-09-27T16:13:50.8543938Z test_params_constraints (__main__.TestConstraints) ... ok (0.361s) 2022-09-27T16:13:50.9126709Z test_support_constraints (__main__.TestConstraints) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:50.9127494Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:50.9231238Z ok (0.068s) 2022-09-27T16:13:50.9446445Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_bernoulli_shape_scalar_params distributions/test_distributions.py line 3474 2022-09-27T16:13:50.9447101Z due to: 2022-09-27T16:13:50.9447414Z Traceback (most recent call last): 2022-09-27T16:13:50.9447881Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:50.9448646Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:50.9449693Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:50.9450044Z 2022-09-27T16:13:50.9450168Z from user code: 2022-09-27T16:13:50.9450598Z File "distributions/test_distributions.py", line 3475, in test_bernoulli_shape_scalar_params 2022-09-27T16:13:50.9451060Z bernoulli = Bernoulli(0.3) 2022-09-27T16:13:50.9451266Z 2022-09-27T16:13:50.9451489Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:50.9451868Z ========== 2022-09-27T16:13:50.9493349Z ok (0.026s) 2022-09-27T16:13:51.0049914Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 3488 2022-09-27T16:13:51.0050566Z due to: 2022-09-27T16:13:51.0050904Z Traceback (most recent call last): 2022-09-27T16:13:51.0051404Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:51.0051862Z member = getattr(self.value, name) 2022-09-27T16:13:51.0052394Z AttributeError: 'tuple' object has no attribute '_extended_shape' 2022-09-27T16:13:51.0052667Z 2022-09-27T16:13:51.0052786Z from user code: 2022-09-27T16:13:51.0053261Z File "distributions/test_distributions.py", line 3489, in 2022-09-27T16:13:51.0053813Z self.assertEqual(bernoulli.sample((3, 2)).size(), torch.Size((3, 2, 3, 2))) 2022-09-27T16:13:51.0054095Z 2022-09-27T16:13:51.0054320Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.0054689Z ========== 2022-09-27T16:13:51.0059512Z ok (0.056s) 2022-09-27T16:13:51.0536303Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 3518 2022-09-27T16:13:51.0536968Z due to: 2022-09-27T16:13:51.0537281Z Traceback (most recent call last): 2022-09-27T16:13:51.0537758Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:51.0538231Z member = getattr(self.value, name) 2022-09-27T16:13:51.0538734Z AttributeError: 'tuple' object has no attribute 'rsample' 2022-09-27T16:13:51.0538999Z 2022-09-27T16:13:51.0539117Z from user code: 2022-09-27T16:13:51.0539573Z File "distributions/test_distributions.py", line 3519, in 2022-09-27T16:13:51.0540122Z self.assertEqual(dist.sample((3, 2)).size(), torch.Size((3, 2))) 2022-09-27T16:13:51.0540391Z 2022-09-27T16:13:51.0540613Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.0540970Z ========== 2022-09-27T16:13:51.0548265Z ok (0.048s) 2022-09-27T16:13:51.1179054Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 3529 2022-09-27T16:13:51.1179812Z due to: 2022-09-27T16:13:51.1180061Z Traceback (most recent call last): 2022-09-27T16:13:51.1180373Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:51.1180657Z member = getattr(self.value, name) 2022-09-27T16:13:51.1180956Z AttributeError: 'tuple' object has no attribute 'rsample' 2022-09-27T16:13:51.1181111Z 2022-09-27T16:13:51.1181182Z from user code: 2022-09-27T16:13:51.1181464Z File "distributions/test_distributions.py", line 3530, in 2022-09-27T16:13:51.1181790Z self.assertEqual(dist.sample((3, 2)).size(), torch.Size((3, 2, 3, 2))) 2022-09-27T16:13:51.1181938Z 2022-09-27T16:13:51.1182069Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.1182286Z ========== 2022-09-27T16:13:51.1190157Z ok (0.064s) 2022-09-27T16:13:51.1289520Z test_binomial_shape (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binomial_shape distributions/test_distributions.py line 3535 2022-09-27T16:13:51.1289902Z due to: 2022-09-27T16:13:51.1290110Z Traceback (most recent call last): 2022-09-27T16:13:51.1290391Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:51.1290815Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:51.1291474Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:51.1291683Z 2022-09-27T16:13:51.1291755Z from user code: 2022-09-27T16:13:51.1291993Z File "distributions/test_distributions.py", line 3536, in test_binomial_shape 2022-09-27T16:13:51.1292365Z dist = Binomial(10, torch.tensor([0.6, 0.3])) 2022-09-27T16:13:51.1292502Z 2022-09-27T16:13:51.1292642Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.1292861Z ========== 2022-09-27T16:13:51.1300871Z ok (0.010s) 2022-09-27T16:13:51.1863987Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 3548 2022-09-27T16:13:51.1864716Z due to: 2022-09-27T16:13:51.1865069Z Traceback (most recent call last): 2022-09-27T16:13:51.1865506Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:51.1865794Z member = getattr(self.value, name) 2022-09-27T16:13:51.1866109Z AttributeError: 'tuple' object has no attribute '_extended_shape' 2022-09-27T16:13:51.1866274Z 2022-09-27T16:13:51.1866332Z from user code: 2022-09-27T16:13:51.1866610Z File "distributions/test_distributions.py", line 3549, in 2022-09-27T16:13:51.1866963Z self.assertEqual(dist.sample((3, 2)).size(), torch.Size((3, 2, 2, 3))) 2022-09-27T16:13:51.1867125Z 2022-09-27T16:13:51.1867256Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.1867461Z ========== 2022-09-27T16:13:51.1872718Z ok (0.057s) 2022-09-27T16:13:51.2607566Z test_categorical_shape (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 3568 2022-09-27T16:13:51.2608187Z due to: 2022-09-27T16:13:51.2608521Z Traceback (most recent call last): 2022-09-27T16:13:51.2609038Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:51.2609324Z member = getattr(self.value, name) 2022-09-27T16:13:51.2609620Z AttributeError: 'tuple' object has no attribute 'probs' 2022-09-27T16:13:51.2609776Z 2022-09-27T16:13:51.2609847Z from user code: 2022-09-27T16:13:51.2610118Z File "distributions/test_distributions.py", line 3569, in 2022-09-27T16:13:51.2610433Z self.assertEqual(dist.sample((3, 2)).size(), torch.Size((3, 2,))) 2022-09-27T16:13:51.2610593Z 2022-09-27T16:13:51.2610724Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.2610942Z ========== 2022-09-27T16:13:51.2626249Z ok (0.075s) 2022-09-27T16:13:51.2712266Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cauchy_shape_scalar_params distributions/test_distributions.py line 3609 2022-09-27T16:13:51.2713101Z due to: 2022-09-27T16:13:51.2713396Z Traceback (most recent call last): 2022-09-27T16:13:51.2713930Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:51.2714774Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:51.2715641Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:51.2716322Z 2022-09-27T16:13:51.2716452Z from user code: 2022-09-27T16:13:51.2716921Z File "distributions/test_distributions.py", line 3610, in test_cauchy_shape_scalar_params 2022-09-27T16:13:51.2717342Z cauchy = Cauchy(0, 1) 2022-09-27T16:13:51.2717459Z 2022-09-27T16:13:51.2717590Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.2717798Z ========== 2022-09-27T16:13:51.2721174Z ok (0.009s) 2022-09-27T16:13:51.3837668Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.111s) 2022-09-27T16:13:51.3932448Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_chi2_shape_scalar_params distributions/test_distributions.py line 3698 2022-09-27T16:13:51.3933161Z due to: 2022-09-27T16:13:51.3933513Z Traceback (most recent call last): 2022-09-27T16:13:51.3934018Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:51.3934852Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:51.3935373Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:51.3935581Z 2022-09-27T16:13:51.3935651Z from user code: 2022-09-27T16:13:51.3935906Z File "distributions/test_distributions.py", line 3699, in test_chi2_shape_scalar_params 2022-09-27T16:13:51.3936141Z chi2 = Chi2(1) 2022-09-27T16:13:51.3936249Z 2022-09-27T16:13:51.3936380Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.3936604Z ========== 2022-09-27T16:13:51.3942345Z ok (0.010s) 2022-09-27T16:13:51.4050699Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_chi2_shape_tensor_params distributions/test_distributions.py line 3708 2022-09-27T16:13:51.4051334Z due to: 2022-09-27T16:13:51.4051537Z Traceback (most recent call last): 2022-09-27T16:13:51.4051823Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:51.4052261Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:51.4052715Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:51.4052919Z 2022-09-27T16:13:51.4052989Z from user code: 2022-09-27T16:13:51.4053234Z File "distributions/test_distributions.py", line 3709, in test_chi2_shape_tensor_params 2022-09-27T16:13:51.4053513Z chi2 = Chi2(torch.tensor([1., 1.])) 2022-09-27T16:13:51.4053641Z 2022-09-27T16:13:51.4053772Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.4053990Z ========== 2022-09-27T16:13:51.4060470Z ok (0.011s) 2022-09-27T16:13:51.4141653Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_continuous_bernoulli_shape_scalar_params distributions/test_distributions.py line 3892 2022-09-27T16:13:51.4142505Z due to: 2022-09-27T16:13:51.4142709Z Traceback (most recent call last): 2022-09-27T16:13:51.4142976Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:51.4143409Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:51.4143860Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:51.4144064Z 2022-09-27T16:13:51.4144140Z from user code: 2022-09-27T16:13:51.4144402Z File "distributions/test_distributions.py", line 3893, in test_continuous_bernoulli_shape_scalar_params 2022-09-27T16:13:51.4144711Z continuous_bernoulli = ContinuousBernoulli(0.3) 2022-09-27T16:13:51.4144860Z 2022-09-27T16:13:51.4144990Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.4145413Z ========== 2022-09-27T16:13:51.4157586Z ok (0.009s) 2022-09-27T16:13:51.4727471Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 3906 2022-09-27T16:13:51.4728248Z due to: 2022-09-27T16:13:51.4728576Z Traceback (most recent call last): 2022-09-27T16:13:51.4729058Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:51.4729339Z member = getattr(self.value, name) 2022-09-27T16:13:51.4729856Z AttributeError: 'tuple' object has no attribute '_extended_shape' 2022-09-27T16:13:51.4730025Z 2022-09-27T16:13:51.4730097Z from user code: 2022-09-27T16:13:51.4730397Z File "distributions/test_distributions.py", line 3907, in 2022-09-27T16:13:51.4730757Z self.assertEqual(continuous_bernoulli.sample((3, 2)).size(), torch.Size((3, 2, 3, 2))) 2022-09-27T16:13:51.4730938Z 2022-09-27T16:13:51.4731057Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.4731276Z ========== 2022-09-27T16:13:51.4742029Z ok (0.058s) 2022-09-27T16:13:51.5293082Z test_dirichlet_shape (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 3659 2022-09-27T16:13:51.5293463Z due to: 2022-09-27T16:13:51.5293713Z Traceback (most recent call last): 2022-09-27T16:13:51.5294212Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:51.5294742Z member = getattr(self.value, name) 2022-09-27T16:13:51.5295068Z AttributeError: 'tuple' object has no attribute 'rsample' 2022-09-27T16:13:51.5295223Z 2022-09-27T16:13:51.5295294Z from user code: 2022-09-27T16:13:51.5295546Z File "distributions/test_distributions.py", line 3660, in 2022-09-27T16:13:51.5295883Z self.assertEqual(dist.sample((5, 4)).size(), torch.Size((5, 4, 3, 2))) 2022-09-27T16:13:51.5296046Z 2022-09-27T16:13:51.5296180Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.5296385Z ========== 2022-09-27T16:13:51.5302916Z ok (0.055s) 2022-09-27T16:13:51.6623571Z test_entropy_shape (__main__.TestDistributionShapes) ... ok (0.131s) 2022-09-27T16:13:51.6701679Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_exponential_shape_scalar_param distributions/test_distributions.py line 3852 2022-09-27T16:13:51.6702302Z due to: 2022-09-27T16:13:51.6702624Z Traceback (most recent call last): 2022-09-27T16:13:51.6703095Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:51.6703841Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:51.6704615Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:51.6704967Z 2022-09-27T16:13:51.6705081Z from user code: 2022-09-27T16:13:51.6705533Z File "distributions/test_distributions.py", line 3853, in test_exponential_shape_scalar_param 2022-09-27T16:13:51.6705973Z expon = Exponential(1.) 2022-09-27T16:13:51.6706175Z 2022-09-27T16:13:51.6706396Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.6706765Z ========== 2022-09-27T16:13:51.6710360Z ok (0.008s) 2022-09-27T16:13:51.7232080Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 3866 2022-09-27T16:13:51.7232907Z due to: 2022-09-27T16:13:51.7233216Z Traceback (most recent call last): 2022-09-27T16:13:51.7233699Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:51.7234432Z member = getattr(self.value, name) 2022-09-27T16:13:51.7234938Z AttributeError: 'tuple' object has no attribute 'rsample' 2022-09-27T16:13:51.7235198Z 2022-09-27T16:13:51.7235310Z from user code: 2022-09-27T16:13:51.7235775Z File "distributions/test_distributions.py", line 3867, in 2022-09-27T16:13:51.7236350Z self.assertEqual(expon.sample((3, 2)).size(), torch.Size((3, 2, 2))) 2022-09-27T16:13:51.7236623Z 2022-09-27T16:13:51.7236842Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.7237291Z ========== 2022-09-27T16:13:51.7240058Z ok (0.052s) 2022-09-27T16:13:51.7326290Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_gamma_shape_scalar_params distributions/test_distributions.py line 3678 2022-09-27T16:13:51.7326910Z due to: 2022-09-27T16:13:51.7327233Z Traceback (most recent call last): 2022-09-27T16:13:51.7327708Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:51.7328438Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:51.7329210Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:51.7329543Z 2022-09-27T16:13:51.7329661Z from user code: 2022-09-27T16:13:51.7330101Z File "distributions/test_distributions.py", line 3679, in test_gamma_shape_scalar_params 2022-09-27T16:13:51.7330526Z gamma = Gamma(1, 1) 2022-09-27T16:13:51.7330712Z 2022-09-27T16:13:51.7330919Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.7331283Z ========== 2022-09-27T16:13:51.7335706Z ok (0.009s) 2022-09-27T16:13:51.7894472Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 3692 2022-09-27T16:13:51.7895167Z due to: 2022-09-27T16:13:51.7895486Z Traceback (most recent call last): 2022-09-27T16:13:51.7895977Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:51.7896439Z member = getattr(self.value, name) 2022-09-27T16:13:51.7896953Z AttributeError: 'tuple' object has no attribute 'rsample' 2022-09-27T16:13:51.7897213Z 2022-09-27T16:13:51.7897327Z from user code: 2022-09-27T16:13:51.7897800Z File "distributions/test_distributions.py", line 3693, in 2022-09-27T16:13:51.7898336Z self.assertEqual(gamma.sample((3, 2)).size(), torch.Size((3, 2, 2))) 2022-09-27T16:13:51.7898608Z 2022-09-27T16:13:51.7898828Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.7899195Z ========== 2022-09-27T16:13:51.7902513Z ok (0.056s) 2022-09-27T16:13:51.7989135Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_geometric_shape_scalar_params distributions/test_distributions.py line 3494 2022-09-27T16:13:51.7989752Z due to: 2022-09-27T16:13:51.7990014Z Traceback (most recent call last): 2022-09-27T16:13:51.7990404Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:51.7991291Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:51.7992191Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:51.7992577Z 2022-09-27T16:13:51.7992714Z from user code: 2022-09-27T16:13:51.7993498Z File "distributions/test_distributions.py", line 3495, in test_geometric_shape_scalar_params 2022-09-27T16:13:51.7993972Z geometric = Geometric(0.3) 2022-09-27T16:13:51.7994196Z 2022-09-27T16:13:51.7994410Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.7995174Z ========== 2022-09-27T16:13:51.8003696Z ok (0.009s) 2022-09-27T16:13:51.8559115Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 3508 2022-09-27T16:13:51.8559685Z due to: 2022-09-27T16:13:51.8559861Z Traceback (most recent call last): 2022-09-27T16:13:51.8560155Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:51.8560754Z member = getattr(self.value, name) 2022-09-27T16:13:51.8561144Z AttributeError: 'tuple' object has no attribute '_extended_shape' 2022-09-27T16:13:51.8561317Z 2022-09-27T16:13:51.8561389Z from user code: 2022-09-27T16:13:51.8561673Z File "distributions/test_distributions.py", line 3509, in 2022-09-27T16:13:51.8562072Z self.assertEqual(geometric.sample((3, 2)).size(), torch.Size((3, 2, 3, 2))) 2022-09-27T16:13:51.8562247Z 2022-09-27T16:13:51.8562367Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.8562632Z ========== 2022-09-27T16:13:51.8570258Z ok (0.056s) 2022-09-27T16:13:51.8657733Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_gumbel_shape_scalar_params distributions/test_distributions.py line 3747 2022-09-27T16:13:51.8658424Z due to: 2022-09-27T16:13:51.8658757Z Traceback (most recent call last): 2022-09-27T16:13:51.8659273Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:51.8659866Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:51.8660317Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:51.8660519Z 2022-09-27T16:13:51.8660598Z from user code: 2022-09-27T16:13:51.8660860Z File "distributions/test_distributions.py", line 3748, in test_gumbel_shape_scalar_params 2022-09-27T16:13:51.8661105Z gumbel = Gumbel(1, 1) 2022-09-27T16:13:51.8661220Z 2022-09-27T16:13:51.8661351Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.8661568Z ========== 2022-09-27T16:13:51.8668572Z ok (0.009s) 2022-09-27T16:13:51.8762433Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_halfcauchy_shape_scalar_params distributions/test_distributions.py line 3629 2022-09-27T16:13:51.8763161Z due to: 2022-09-27T16:13:51.8763485Z Traceback (most recent call last): 2022-09-27T16:13:51.8763995Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:51.8764497Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:51.8764954Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:51.8765155Z 2022-09-27T16:13:51.8765224Z from user code: 2022-09-27T16:13:51.8765473Z File "distributions/test_distributions.py", line 3630, in test_halfcauchy_shape_scalar_params 2022-09-27T16:13:51.8765741Z halfcauchy = HalfCauchy(1) 2022-09-27T16:13:51.8765930Z 2022-09-27T16:13:51.8766066Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.8766274Z ========== 2022-09-27T16:13:51.8773138Z ok (0.010s) 2022-09-27T16:13:51.8875788Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_halfcauchy_shape_tensor_params distributions/test_distributions.py line 3642 2022-09-27T16:13:51.8876502Z due to: 2022-09-27T16:13:51.8876740Z Traceback (most recent call last): 2022-09-27T16:13:51.8877017Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:51.8877674Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:51.8878111Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:51.8878318Z 2022-09-27T16:13:51.8878388Z from user code: 2022-09-27T16:13:51.8878653Z File "distributions/test_distributions.py", line 3643, in test_halfcauchy_shape_tensor_params 2022-09-27T16:13:51.8878947Z halfcauchy = HalfCauchy(torch.tensor([1., 1.])) 2022-09-27T16:13:51.8879075Z 2022-09-27T16:13:51.8879205Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.8879490Z ========== 2022-09-27T16:13:51.8887129Z ok (0.011s) 2022-09-27T16:13:51.8970703Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_kumaraswamy_shape_scalar_params distributions/test_distributions.py line 3756 2022-09-27T16:13:51.8971301Z due to: 2022-09-27T16:13:51.8971682Z Traceback (most recent call last): 2022-09-27T16:13:51.8972037Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:51.8972457Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:51.8972905Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:51.8973108Z 2022-09-27T16:13:51.8973180Z from user code: 2022-09-27T16:13:51.8973445Z File "distributions/test_distributions.py", line 3757, in test_kumaraswamy_shape_scalar_params 2022-09-27T16:13:51.8973714Z kumaraswamy = Kumaraswamy(1, 1) 2022-09-27T16:13:51.8973847Z 2022-09-27T16:13:51.8973979Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.8974200Z ========== 2022-09-27T16:13:51.8985892Z ok (0.009s) 2022-09-27T16:13:51.9071022Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_laplace_shape_scalar_params distributions/test_distributions.py line 3872 2022-09-27T16:13:51.9071397Z due to: 2022-09-27T16:13:51.9071597Z Traceback (most recent call last): 2022-09-27T16:13:51.9071864Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:51.9072306Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:51.9072916Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:51.9073122Z 2022-09-27T16:13:51.9073183Z from user code: 2022-09-27T16:13:51.9073446Z File "distributions/test_distributions.py", line 3873, in test_laplace_shape_scalar_params 2022-09-27T16:13:51.9073709Z laplace = Laplace(0, 1) 2022-09-27T16:13:51.9073826Z 2022-09-27T16:13:51.9073957Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.9074164Z ========== 2022-09-27T16:13:51.9080713Z ok (0.009s) 2022-09-27T16:13:51.9629849Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 3886 2022-09-27T16:13:51.9630254Z due to: 2022-09-27T16:13:51.9630442Z Traceback (most recent call last): 2022-09-27T16:13:51.9630735Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:51.9631019Z member = getattr(self.value, name) 2022-09-27T16:13:51.9631309Z AttributeError: 'tuple' object has no attribute 'rsample' 2022-09-27T16:13:51.9631478Z 2022-09-27T16:13:51.9631551Z from user code: 2022-09-27T16:13:51.9631829Z File "distributions/test_distributions.py", line 3887, in 2022-09-27T16:13:51.9632148Z self.assertEqual(laplace.sample((3, 2)).size(), torch.Size((3, 2, 2))) 2022-09-27T16:13:51.9632309Z 2022-09-27T16:13:51.9632660Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.9633034Z ========== 2022-09-27T16:13:51.9637892Z ok (0.055s) 2022-09-27T16:13:52.0093779Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 3670 2022-09-27T16:13:52.0094178Z due to: 2022-09-27T16:13:52.0094369Z Traceback (most recent call last): 2022-09-27T16:13:52.0094742Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-09-27T16:13:52.0095220Z if isinstance(subobj, property): 2022-09-27T16:13:52.0095611Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-09-27T16:13:52.0095790Z 2022-09-27T16:13:52.0095862Z from user code: 2022-09-27T16:13:52.0096206Z File "distributions/test_distributions.py", line 3670, in 2022-09-27T16:13:52.0096499Z Normal(torch.randn(5), torch.rand(5))) 2022-09-27T16:13:52.0096634Z 2022-09-27T16:13:52.0096767Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:52.0097042Z ========== 2022-09-27T16:13:52.0107323Z ok (0.046s) 2022-09-27T16:13:52.0672180Z test_multinomial_shape (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 3557 2022-09-27T16:13:52.0672681Z due to: 2022-09-27T16:13:52.0673061Z Traceback (most recent call last): 2022-09-27T16:13:52.0673349Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:52.0673641Z member = getattr(self.value, name) 2022-09-27T16:13:52.0673961Z AttributeError: 'tuple' object has no attribute '_categorical' 2022-09-27T16:13:52.0674123Z 2022-09-27T16:13:52.0674193Z from user code: 2022-09-27T16:13:52.0674450Z File "distributions/test_distributions.py", line 3558, in 2022-09-27T16:13:52.0674778Z self.assertEqual(dist.sample((3, 2)).size(), torch.Size((3, 2, 3, 2))) 2022-09-27T16:13:52.0674938Z 2022-09-27T16:13:52.0675072Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:52.0675277Z ========== 2022-09-27T16:13:52.0683560Z ok (0.057s) 2022-09-27T16:13:52.0769221Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_normal_shape_scalar_params distributions/test_distributions.py line 3812 2022-09-27T16:13:52.0769606Z due to: 2022-09-27T16:13:52.0769784Z Traceback (most recent call last): 2022-09-27T16:13:52.0770065Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:52.0770506Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:52.0770960Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:52.0771153Z 2022-09-27T16:13:52.0771227Z from user code: 2022-09-27T16:13:52.0771487Z File "distributions/test_distributions.py", line 3813, in test_normal_shape_scalar_params 2022-09-27T16:13:52.0771744Z normal = Normal(0, 1) 2022-09-27T16:13:52.0771856Z 2022-09-27T16:13:52.0771975Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:52.0772197Z ========== 2022-09-27T16:13:52.0779200Z ok (0.009s) 2022-09-27T16:13:52.1346057Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 3826 2022-09-27T16:13:52.1346763Z due to: 2022-09-27T16:13:52.1347102Z Traceback (most recent call last): 2022-09-27T16:13:52.1347454Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:52.1347722Z member = getattr(self.value, name) 2022-09-27T16:13:52.1348249Z AttributeError: 'tuple' object has no attribute '_extended_shape' 2022-09-27T16:13:52.1348415Z 2022-09-27T16:13:52.1348487Z from user code: 2022-09-27T16:13:52.1348767Z File "distributions/test_distributions.py", line 3827, in 2022-09-27T16:13:52.1349084Z self.assertEqual(normal.sample((3, 2)).size(), torch.Size((3, 2, 2))) 2022-09-27T16:13:52.1349248Z 2022-09-27T16:13:52.1349380Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:52.1349602Z ========== 2022-09-27T16:13:52.1354372Z ok (0.057s) 2022-09-27T16:13:52.2205801Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 3588 2022-09-27T16:13:52.2206264Z due to: 2022-09-27T16:13:52.2206472Z Traceback (most recent call last): 2022-09-27T16:13:52.2206754Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:52.2207050Z member = getattr(self.value, name) 2022-09-27T16:13:52.2207364Z AttributeError: 'tuple' object has no attribute '_categorical' 2022-09-27T16:13:52.2207526Z 2022-09-27T16:13:52.2207583Z from user code: 2022-09-27T16:13:52.2207864Z File "distributions/test_distributions.py", line 3589, in 2022-09-27T16:13:52.2208189Z self.assertEqual(dist.sample((3, 2)).size(), torch.Size((3, 2, 3))) 2022-09-27T16:13:52.2208418Z 2022-09-27T16:13:52.2208633Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:52.2208990Z ========== 2022-09-27T16:13:52.2233718Z ok (0.087s) 2022-09-27T16:13:52.2318222Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pareto_shape_scalar_params distributions/test_distributions.py line 3738 2022-09-27T16:13:52.2318863Z due to: 2022-09-27T16:13:52.2319161Z Traceback (most recent call last): 2022-09-27T16:13:52.2319636Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:52.2320366Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:52.2321122Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:52.2321467Z 2022-09-27T16:13:52.2321588Z from user code: 2022-09-27T16:13:52.2322022Z File "distributions/test_distributions.py", line 3739, in test_pareto_shape_scalar_params 2022-09-27T16:13:52.2322461Z pareto = Pareto(1, 1) 2022-09-27T16:13:52.2322641Z 2022-09-27T16:13:52.2322860Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:52.2323222Z ========== 2022-09-27T16:13:52.2330799Z ok (0.009s) 2022-09-27T16:13:52.2425399Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_studentT_shape_scalar_params distributions/test_distributions.py line 3718 2022-09-27T16:13:52.2426072Z due to: 2022-09-27T16:13:52.2426390Z Traceback (most recent call last): 2022-09-27T16:13:52.2426862Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:52.2427590Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:52.2428370Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:52.2428730Z 2022-09-27T16:13:52.2428844Z from user code: 2022-09-27T16:13:52.2429296Z File "distributions/test_distributions.py", line 3719, in test_studentT_shape_scalar_params 2022-09-27T16:13:52.2429705Z st = StudentT(1) 2022-09-27T16:13:52.2429883Z 2022-09-27T16:13:52.2430104Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:52.2430475Z ========== 2022-09-27T16:13:52.2439104Z ok (0.010s) 2022-09-27T16:13:52.2546156Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_studentT_shape_tensor_params distributions/test_distributions.py line 3728 2022-09-27T16:13:52.2546880Z due to: 2022-09-27T16:13:52.2547170Z Traceback (most recent call last): 2022-09-27T16:13:52.2548524Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:52.2549265Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:52.2550260Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:52.2550611Z 2022-09-27T16:13:52.2550711Z from user code: 2022-09-27T16:13:52.2551156Z File "distributions/test_distributions.py", line 3729, in test_studentT_shape_tensor_params 2022-09-27T16:13:52.2551626Z st = StudentT(torch.tensor([1., 1.])) 2022-09-27T16:13:52.2551844Z 2022-09-27T16:13:52.2552061Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:52.2552407Z ========== 2022-09-27T16:13:52.2559837Z ok (0.011s) 2022-09-27T16:13:52.2646990Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_uniform_shape_scalar_params distributions/test_distributions.py line 3832 2022-09-27T16:13:52.2647611Z due to: 2022-09-27T16:13:52.2647946Z Traceback (most recent call last): 2022-09-27T16:13:52.2648409Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:52.2649185Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:52.2649854Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:52.2650151Z 2022-09-27T16:13:52.2650252Z from user code: 2022-09-27T16:13:52.2650677Z File "distributions/test_distributions.py", line 3833, in test_uniform_shape_scalar_params 2022-09-27T16:13:52.2651320Z uniform = Uniform(0, 1) 2022-09-27T16:13:52.2651540Z 2022-09-27T16:13:52.2651820Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:52.2652259Z ========== 2022-09-27T16:13:52.2657473Z ok (0.009s) 2022-09-27T16:13:52.3856282Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.119s) 2022-09-27T16:13:52.3945202Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_vonmises_shape_scalar_params distributions/test_distributions.py line 3774 2022-09-27T16:13:52.3946712Z due to: 2022-09-27T16:13:52.3947024Z Traceback (most recent call last): 2022-09-27T16:13:52.3947482Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:52.3948231Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:52.3949013Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:52.3949363Z 2022-09-27T16:13:52.3949487Z from user code: 2022-09-27T16:13:52.3949918Z File "distributions/test_distributions.py", line 3775, in test_vonmises_shape_scalar_params 2022-09-27T16:13:52.3950370Z von_mises = VonMises(0., 1.) 2022-09-27T16:13:52.3950572Z 2022-09-27T16:13:52.3950793Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:52.3951148Z ========== 2022-09-27T16:13:52.3964295Z ok (0.010s) 2022-09-27T16:13:52.5071238Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.110s) 2022-09-27T16:13:52.5154617Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_weibull_scale_scalar_params distributions/test_distributions.py line 3786 2022-09-27T16:13:52.5155223Z due to: 2022-09-27T16:13:52.5155515Z Traceback (most recent call last): 2022-09-27T16:13:52.5156264Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:52.5156910Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:52.5157629Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:52.5157967Z 2022-09-27T16:13:52.5158090Z from user code: 2022-09-27T16:13:52.5158513Z File "distributions/test_distributions.py", line 3787, in test_weibull_scale_scalar_params 2022-09-27T16:13:52.5158904Z weibull = Weibull(1, 1) 2022-09-27T16:13:52.5159263Z 2022-09-27T16:13:52.5159499Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:52.5159833Z ========== 2022-09-27T16:13:52.5169672Z ok (0.009s) 2022-09-27T16:13:52.5548668Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:52.5549436Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:52.5656699Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 3799 2022-09-27T16:13:52.5657231Z due to: 2022-09-27T16:13:52.5657536Z Traceback (most recent call last): 2022-09-27T16:13:52.5658063Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:52.5658513Z member = getattr(self.value, name) 2022-09-27T16:13:52.5659055Z AttributeError: 'tuple' object has no attribute 'rsample' 2022-09-27T16:13:52.5659307Z 2022-09-27T16:13:52.5659428Z from user code: 2022-09-27T16:13:52.5659913Z File "distributions/test_distributions.py", line 3800, in 2022-09-27T16:13:52.5660473Z self.assertEqual(wishart.sample((3, 2)).size(), torch.Size((3, 2, 1, 1))) 2022-09-27T16:13:52.5660761Z 2022-09-27T16:13:52.5660986Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:52.5661345Z ========== 2022-09-27T16:13:52.5663025Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:52.5663570Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:52.5672479Z ok (0.050s) 2022-09-27T16:13:52.6094249Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:52.6094971Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:52.6211686Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 3807 2022-09-27T16:13:52.6212234Z due to: 2022-09-27T16:13:52.6212533Z Traceback (most recent call last): 2022-09-27T16:13:52.6213041Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:52.6213511Z member = getattr(self.value, name) 2022-09-27T16:13:52.6214020Z AttributeError: 'tuple' object has no attribute 'rsample' 2022-09-27T16:13:52.6214281Z 2022-09-27T16:13:52.6214413Z from user code: 2022-09-27T16:13:52.6214867Z File "distributions/test_distributions.py", line 3808, in 2022-09-27T16:13:52.6215434Z self.assertEqual(wishart.sample((3, 2)).size(), torch.Size((3, 2, 2, 1, 1))) 2022-09-27T16:13:52.6215713Z 2022-09-27T16:13:52.6215931Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:52.6216308Z ========== 2022-09-27T16:13:52.6218862Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:52.6219431Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:52.6232370Z ok (0.055s) 2022-09-27T16:13:53.4442340Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... ok (0.820s) 2022-09-27T16:13:53.4748588Z test_bernoulli (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1039 2022-09-27T16:13:53.4749192Z due to: 2022-09-27T16:13:53.4749490Z Traceback (most recent call last): 2022-09-27T16:13:53.4750007Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:53.4750485Z member = getattr(self.value, name) 2022-09-27T16:13:53.4751006Z AttributeError: 'tuple' object has no attribute '_extended_shape' 2022-09-27T16:13:53.4751281Z 2022-09-27T16:13:53.4751682Z from user code: 2022-09-27T16:13:53.4752127Z File "distributions/test_distributions.py", line 1039, in 2022-09-27T16:13:53.4752646Z self.assertEqual(Bernoulli(p).sample((8,)).size(), (8, 3)) 2022-09-27T16:13:53.4753055Z 2022-09-27T16:13:53.4753267Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:53.4753644Z ========== 2022-09-27T16:13:54.8622273Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _check_forward_ad distributions/test_distributions.py line 822 2022-09-27T16:13:54.8622827Z due to: 2022-09-27T16:13:54.8623029Z Traceback (most recent call last): 2022-09-27T16:13:54.8623314Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:54.8623758Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:54.8624252Z AssertionError: torch.* op returned non-Tensor dual_level call_function 2022-09-27T16:13:54.8624460Z 2022-09-27T16:13:54.8624532Z from user code: 2022-09-27T16:13:54.8624780Z File "distributions/test_distributions.py", line 823, in _check_forward_ad 2022-09-27T16:13:54.8625029Z with fwAD.dual_level(): 2022-09-27T16:13:54.8625146Z 2022-09-27T16:13:54.8625267Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:54.8625493Z ========== 2022-09-27T16:13:54.8738690Z ok (1.429s) 2022-09-27T16:13:54.9498797Z test_bernoulli_3d (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1078 2022-09-27T16:13:54.9499426Z due to: 2022-09-27T16:13:54.9499672Z Traceback (most recent call last): 2022-09-27T16:13:54.9499993Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:54.9500261Z member = getattr(self.value, name) 2022-09-27T16:13:54.9500596Z AttributeError: 'tuple' object has no attribute '_extended_shape' 2022-09-27T16:13:54.9500761Z 2022-09-27T16:13:54.9500837Z from user code: 2022-09-27T16:13:54.9501129Z File "distributions/test_distributions.py", line 1078, in 2022-09-27T16:13:54.9501586Z self.assertEqual(Bernoulli(p).sample((2,)).size(), (2, 2, 3, 5)) 2022-09-27T16:13:54.9501799Z 2022-09-27T16:13:54.9501991Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:54.9502293Z ========== 2022-09-27T16:13:54.9502441Z ok (0.076s) 2022-09-27T16:13:54.9875538Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... ok (0.037s) 2022-09-27T16:13:55.0706548Z test_beta_log_prob (__main__.TestDistributions) ... ok (0.082s) 2022-09-27T16:13:55.5252580Z test_beta_sample (__main__.TestDistributions) ... ok (0.454s) 2022-09-27T16:13:55.6013643Z test_beta_shape (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 2777 2022-09-27T16:13:55.6014238Z due to: 2022-09-27T16:13:55.6014592Z Traceback (most recent call last): 2022-09-27T16:13:55.6014967Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:55.6015247Z member = getattr(self.value, name) 2022-09-27T16:13:55.6015813Z AttributeError: 'tuple' object has no attribute 'rsample' 2022-09-27T16:13:55.6015972Z 2022-09-27T16:13:55.6016045Z from user code: 2022-09-27T16:13:55.6016302Z File "distributions/test_distributions.py", line 2777, in 2022-09-27T16:13:55.6016674Z self.assertEqual(Beta(con1, con0).sample((5,)).size(), (5, 2, 3)) 2022-09-27T16:13:55.6016816Z 2022-09-27T16:13:55.6016947Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:55.6017195Z ========== 2022-09-27T16:13:55.6025723Z ok (0.077s) 2022-09-27T16:13:55.6594926Z test_beta_underflow (__main__.TestDistributions) ... ok (0.056s) 2022-09-27T16:13:55.6642899Z test_beta_underflow_gpu (__main__.TestDistributions) ... skip: CUDA not found (0.004s) 2022-09-27T16:13:55.6983665Z test_binomial (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binomial distributions/test_distributions.py line 1123 2022-09-27T16:13:55.6984214Z due to: 2022-09-27T16:13:55.6984545Z Traceback (most recent call last): 2022-09-27T16:13:55.6985016Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:55.6985754Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:55.6986515Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:55.6986861Z 2022-09-27T16:13:55.6986977Z from user code: 2022-09-27T16:13:55.6987393Z File "distributions/test_distributions.py", line 1126, in test_binomial 2022-09-27T16:13:55.6987906Z self._gradcheck_log_prob(lambda p: Binomial(total_count, p), [p]) 2022-09-27T16:13:55.6988186Z 2022-09-27T16:13:55.6988394Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:55.6988759Z ========== 2022-09-27T16:13:55.7096627Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _gradcheck_log_prob distributions/test_distributions.py line 807 2022-09-27T16:13:55.7097122Z due to: 2022-09-27T16:13:55.7097434Z Traceback (most recent call last): 2022-09-27T16:13:55.7097888Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:55.7098628Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:55.7099397Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:55.7099739Z 2022-09-27T16:13:55.7099853Z from user code: 2022-09-27T16:13:55.7100254Z File "distributions/test_distributions.py", line 809, in _gradcheck_log_prob 2022-09-27T16:13:55.7100709Z distribution = dist_ctor(*ctor_params) 2022-09-27T16:13:55.7100928Z 2022-09-27T16:13:55.7101145Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:55.7101514Z ========== 2022-09-27T16:13:55.7164806Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1126 2022-09-27T16:13:55.7165304Z due to: 2022-09-27T16:13:55.7165614Z Traceback (most recent call last): 2022-09-27T16:13:55.7166136Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:55.7166886Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:55.7167667Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:55.7168020Z 2022-09-27T16:13:55.7168146Z from user code: 2022-09-27T16:13:55.7168719Z File "distributions/test_distributions.py", line 1126, in 2022-09-27T16:13:55.7169218Z self._gradcheck_log_prob(lambda p: Binomial(total_count, p), [p]) 2022-09-27T16:13:55.7169494Z 2022-09-27T16:13:55.7169717Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:55.7170085Z ========== 2022-09-27T16:13:55.7252627Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT apply_fn distributions/test_distributions.py line 817 2022-09-27T16:13:55.7253388Z due to: 2022-09-27T16:13:55.7253699Z Traceback (most recent call last): 2022-09-27T16:13:55.7254176Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:55.7254911Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:55.7255838Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:55.7256190Z 2022-09-27T16:13:55.7256308Z from user code: 2022-09-27T16:13:55.7256699Z File "distributions/test_distributions.py", line 818, in apply_fn 2022-09-27T16:13:55.7257227Z return dist_ctor(*params).log_prob(s) 2022-09-27T16:13:55.7257446Z 2022-09-27T16:13:55.7257663Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:55.7258014Z ========== 2022-09-27T16:13:55.7365080Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1127 2022-09-27T16:13:55.7365552Z due to: 2022-09-27T16:13:55.7365927Z Traceback (most recent call last): 2022-09-27T16:13:55.7366386Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:55.7367121Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:55.7367885Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:55.7368232Z 2022-09-27T16:13:55.7368332Z from user code: 2022-09-27T16:13:55.7368725Z File "distributions/test_distributions.py", line 1127, in 2022-09-27T16:13:55.7369238Z self._gradcheck_log_prob(lambda p: Binomial(total_count, None, p.log()), [p]) 2022-09-27T16:13:55.7369535Z 2022-09-27T16:13:55.7369753Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:55.7370101Z ========== 2022-09-27T16:13:55.7529769Z ok (0.088s) 2022-09-27T16:13:55.8096155Z test_binomial_enumerate_support (__main__.TestDistributions) ... ok (0.056s) 2022-09-27T16:13:55.8192279Z test_binomial_extreme_vals (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binomial_extreme_vals distributions/test_distributions.py line 1187 2022-09-27T16:13:55.8193046Z due to: 2022-09-27T16:13:55.8193352Z Traceback (most recent call last): 2022-09-27T16:13:55.8193820Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:55.8194540Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:55.8195320Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:55.8195660Z 2022-09-27T16:13:55.8195782Z from user code: 2022-09-27T16:13:55.8196204Z File "distributions/test_distributions.py", line 1189, in test_binomial_extreme_vals 2022-09-27T16:13:55.8196634Z bin0 = Binomial(total_count, 0) 2022-09-27T16:13:55.8196846Z 2022-09-27T16:13:55.8197064Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:55.8197422Z ========== 2022-09-27T16:13:55.8217302Z ok (0.011s) 2022-09-27T16:13:55.8373720Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binomial_log_prob_and_entropy distributions/test_distributions.py line 1139 2022-09-27T16:13:55.8374295Z due to: 2022-09-27T16:13:55.8374572Z Traceback (most recent call last): 2022-09-27T16:13:55.8374983Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:55.8375714Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:55.8376515Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:55.8376870Z 2022-09-27T16:13:55.8377007Z from user code: 2022-09-27T16:13:55.8377458Z File "distributions/test_distributions.py", line 1148, in test_binomial_log_prob_and_entropy 2022-09-27T16:13:55.8378334Z self._check_log_prob(Binomial(total_count, probs), ref_log_prob) 2022-09-27T16:13:55.8378618Z 2022-09-27T16:13:55.8378855Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:55.8379225Z ========== 2022-09-27T16:13:56.1445037Z ok (0.322s) 2022-09-27T16:13:56.1816453Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.036s) 2022-09-27T16:13:56.2949536Z test_binomial_sample (__main__.TestDistributions) ... ok (0.113s) 2022-09-27T16:13:56.3067068Z test_binomial_stable (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binomial_stable distributions/test_distributions.py line 1158 2022-09-27T16:13:56.3067617Z due to: 2022-09-27T16:13:56.3067902Z Traceback (most recent call last): 2022-09-27T16:13:56.3068502Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:56.3069283Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:56.3070221Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:56.3070587Z 2022-09-27T16:13:56.3070716Z from user code: 2022-09-27T16:13:56.3071159Z File "distributions/test_distributions.py", line 1162, in test_binomial_stable 2022-09-27T16:13:56.3071673Z log_prob = Binomial(total_count, logits=logits).log_prob(x) 2022-09-27T16:13:56.3071954Z 2022-09-27T16:13:56.3072197Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:56.3072596Z ========== 2022-09-27T16:13:56.3082643Z ok (0.013s) 2022-09-27T16:13:56.4870026Z test_binomial_vectorized_count (__main__.TestDistributions) ... ok (0.178s) 2022-09-27T16:13:56.5191470Z test_categorical_1d (__main__.TestDistributions) ... ok (0.032s) 2022-09-27T16:13:56.6072616Z test_categorical_2d (__main__.TestDistributions) ... ok (0.087s) 2022-09-27T16:13:56.6328455Z test_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.025s) 2022-09-27T16:13:56.6878394Z test_cauchy (__main__.TestDistributions) ... ok (0.054s) 2022-09-27T16:13:57.0736968Z test_cdf_icdf_inverse (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:57.0737791Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:57.0871361Z ok (0.399s) 2022-09-27T16:13:57.1526815Z test_cdf_log_prob (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:57.1527553Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:57.1639870Z ok (0.076s) 2022-09-27T16:13:57.2760503Z test_chi2_sample (__main__.TestDistributions) ... ok (0.111s) 2022-09-27T16:13:57.2917928Z test_chi2_shape (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_chi2_shape distributions/test_distributions.py line 2662 2022-09-27T16:13:57.2918563Z due to: 2022-09-27T16:13:57.2918894Z Traceback (most recent call last): 2022-09-27T16:13:57.2919395Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:57.2920298Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:57.2921148Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:57.2921519Z 2022-09-27T16:13:57.2921645Z from user code: 2022-09-27T16:13:57.2922088Z File "distributions/test_distributions.py", line 2666, in test_chi2_shape 2022-09-27T16:13:57.2922634Z self.assertEqual(Chi2(df).sample().size(), (2, 3)) 2022-09-27T16:13:57.2922864Z 2022-09-27T16:13:57.2923103Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:57.2923470Z ========== 2022-09-27T16:13:57.3713528Z ok (0.095s) 2022-09-27T16:13:57.4034496Z test_continuous_bernoulli (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 2843 2022-09-27T16:13:57.4035208Z due to: 2022-09-27T16:13:57.4035577Z Traceback (most recent call last): 2022-09-27T16:13:57.4036143Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:57.4036605Z member = getattr(self.value, name) 2022-09-27T16:13:57.4037149Z AttributeError: 'tuple' object has no attribute '_extended_shape' 2022-09-27T16:13:57.4037439Z 2022-09-27T16:13:57.4037871Z from user code: 2022-09-27T16:13:57.4038386Z File "distributions/test_distributions.py", line 2843, in 2022-09-27T16:13:57.4038986Z self.assertEqual(ContinuousBernoulli(p).sample((8,)).size(), (8, 3)) 2022-09-27T16:13:57.4039295Z 2022-09-27T16:13:57.4039516Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:57.4039923Z ========== 2022-09-27T16:13:57.5572405Z ok (0.185s) 2022-09-27T16:13:57.7472106Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 2875 2022-09-27T16:13:57.7473121Z due to: 2022-09-27T16:13:57.7473535Z Traceback (most recent call last): 2022-09-27T16:13:57.7474148Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:57.7474702Z member = getattr(self.value, name) 2022-09-27T16:13:57.7475290Z AttributeError: 'tuple' object has no attribute '_extended_shape' 2022-09-27T16:13:57.7475577Z 2022-09-27T16:13:57.7475697Z from user code: 2022-09-27T16:13:57.7476160Z File "distributions/test_distributions.py", line 2875, in 2022-09-27T16:13:57.7476752Z self.assertEqual(ContinuousBernoulli(p).sample((2,)).size(), (2, 2, 3, 5)) 2022-09-27T16:13:57.7477064Z 2022-09-27T16:13:57.7477305Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:57.7477686Z ========== 2022-09-27T16:13:57.7479271Z ok (0.190s) 2022-09-27T16:13:57.7858680Z test_dirichlet_log_prob (__main__.TestDistributions) ... ok (0.037s) 2022-09-27T16:13:57.8025243Z test_dirichlet_mode (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:13:57.8877404Z test_dirichlet_sample (__main__.TestDistributions) ... ok (0.085s) 2022-09-27T16:13:57.9362594Z test_dirichlet_shape (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 2735 2022-09-27T16:13:57.9363237Z due to: 2022-09-27T16:13:57.9363502Z Traceback (most recent call last): 2022-09-27T16:13:57.9363945Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:57.9364349Z member = getattr(self.value, name) 2022-09-27T16:13:57.9364877Z AttributeError: 'tuple' object has no attribute 'rsample' 2022-09-27T16:13:57.9365147Z 2022-09-27T16:13:57.9365267Z from user code: 2022-09-27T16:13:57.9365692Z File "distributions/test_distributions.py", line 2735, in 2022-09-27T16:13:57.9366279Z self.assertEqual(Dirichlet(alpha).sample((5,)).size(), (5, 2, 3)) 2022-09-27T16:13:57.9366533Z 2022-09-27T16:13:57.9366766Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:57.9367152Z ========== 2022-09-27T16:13:57.9371365Z ok (0.049s) 2022-09-27T16:13:58.6176444Z test_distribution_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:58.6177122Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:58.7280735Z ok (0.790s) 2022-09-27T16:13:58.9429990Z test_distribution_subclass_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:58.9430981Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:58.9702922Z ok (0.241s) 2022-09-27T16:13:58.9915362Z test_enumerate_support_type (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:58.9916026Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:58.9970217Z ok (0.026s) 2022-09-27T16:13:59.0715625Z test_exponential (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 2390 2022-09-27T16:13:59.0716164Z due to: 2022-09-27T16:13:59.0716450Z Traceback (most recent call last): 2022-09-27T16:13:59.0716905Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:13:59.0717387Z member = getattr(self.value, name) 2022-09-27T16:13:59.0717969Z AttributeError: 'tuple' object has no attribute 'rsample' 2022-09-27T16:13:59.0718224Z 2022-09-27T16:13:59.0718329Z from user code: 2022-09-27T16:13:59.0718727Z File "distributions/test_distributions.py", line 2390, in 2022-09-27T16:13:59.0719292Z self.assertEqual(Exponential(rate).sample((7,)).size(), (7, 5, 5)) 2022-09-27T16:13:59.0719571Z 2022-09-27T16:13:59.0719768Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:59.0720116Z ========== 2022-09-27T16:13:59.1991027Z ok (0.201s) 2022-09-27T16:13:59.3084161Z test_exponential_sample (__main__.TestDistributions) ... ok (0.109s) 2022-09-27T16:13:59.3265421Z test_fishersnedecor (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_fishersnedecor distributions/test_distributions.py line 2631 2022-09-27T16:13:59.3265971Z due to: 2022-09-27T16:13:59.3266282Z Traceback (most recent call last): 2022-09-27T16:13:59.3266719Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:59.3267339Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:59.3267983Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:59.3268322Z 2022-09-27T16:13:59.3268434Z from user code: 2022-09-27T16:13:59.3268836Z File "distributions/test_distributions.py", line 2637, in test_fishersnedecor 2022-09-27T16:13:59.3269324Z self.assertTrue(is_all_nan(FisherSnedecor(1, 2).mean)) 2022-09-27T16:13:59.3269581Z 2022-09-27T16:13:59.3269764Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:59.3270085Z ========== 2022-09-27T16:13:59.4270604Z ok (0.118s) 2022-09-27T16:14:00.4001569Z test_fishersnedecor_sample (__main__.TestDistributions) ... ok (0.972s) 2022-09-27T16:14:00.4015767Z test_gamma_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-09-27T16:14:00.4037990Z test_gamma_gpu_shape (__main__.TestDistributions) ... skip: CUDA not found (0.002s) 2022-09-27T16:14:00.4122908Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... ok (0.008s) 2022-09-27T16:14:00.7425707Z test_gamma_sample (__main__.TestDistributions) ... ok (0.330s) 2022-09-27T16:14:00.8198292Z test_gamma_shape (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 2480 2022-09-27T16:14:00.8198871Z due to: 2022-09-27T16:14:00.8199201Z Traceback (most recent call last): 2022-09-27T16:14:00.8199529Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:00.8199816Z member = getattr(self.value, name) 2022-09-27T16:14:00.8200132Z AttributeError: 'tuple' object has no attribute 'rsample' 2022-09-27T16:14:00.8200273Z 2022-09-27T16:14:00.8200589Z from user code: 2022-09-27T16:14:00.8200853Z File "distributions/test_distributions.py", line 2480, in 2022-09-27T16:14:00.8201174Z self.assertEqual(Gamma(alpha, beta).sample((5,)).size(), (5, 2, 3)) 2022-09-27T16:14:00.8201334Z 2022-09-27T16:14:00.8201454Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:00.8201689Z ========== 2022-09-27T16:14:00.9137232Z ok (0.170s) 2022-09-27T16:14:00.9416900Z test_geometric (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1084 2022-09-27T16:14:00.9417661Z due to: 2022-09-27T16:14:00.9417878Z Traceback (most recent call last): 2022-09-27T16:14:00.9418215Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:00.9418530Z member = getattr(self.value, name) 2022-09-27T16:14:00.9418849Z AttributeError: 'tuple' object has no attribute '_extended_shape' 2022-09-27T16:14:00.9419081Z 2022-09-27T16:14:00.9419156Z from user code: 2022-09-27T16:14:00.9419418Z File "distributions/test_distributions.py", line 1084, in 2022-09-27T16:14:00.9419732Z self.assertEqual(Geometric(p).sample((8,)).size(), (8, 3)) 2022-09-27T16:14:00.9419921Z 2022-09-27T16:14:00.9420053Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:00.9420273Z ========== 2022-09-27T16:14:00.9500923Z ok (0.036s) 2022-09-27T16:14:01.1447867Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1112 2022-09-27T16:14:01.1448476Z due to: 2022-09-27T16:14:01.1448656Z Traceback (most recent call last): 2022-09-27T16:14:01.1448960Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:01.1449417Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:01.1449871Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:14:01.1450080Z 2022-09-27T16:14:01.1450153Z from user code: 2022-09-27T16:14:01.1450437Z File "distributions/test_distributions.py", line 1113, in 2022-09-27T16:14:01.1450910Z self.assertEqual(float(Geometric(s).entropy()), scipy.stats.geom(s, loc=-1).entropy().item(), atol=1e-3, rtol=0) 2022-09-27T16:14:01.1451113Z 2022-09-27T16:14:01.1451237Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:01.1451460Z ========== 2022-09-27T16:14:01.1476316Z ok (0.197s) 2022-09-27T16:14:01.1575892Z test_geometric_sample (__main__.TestDistributions) ... ok (0.009s) 2022-09-27T16:14:01.2651113Z test_gumbel (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 2573 2022-09-27T16:14:01.2651730Z due to: 2022-09-27T16:14:01.2652063Z Traceback (most recent call last): 2022-09-27T16:14:01.2652543Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:01.2653028Z member = getattr(self.value, name) 2022-09-27T16:14:01.2653550Z AttributeError: 'tuple' object has no attribute 'base_dist' 2022-09-27T16:14:01.2653816Z 2022-09-27T16:14:01.2653919Z from user code: 2022-09-27T16:14:01.2654350Z File "distributions/test_distributions.py", line 2573, in 2022-09-27T16:14:01.2654887Z self.assertEqual(Gumbel(loc, scale).sample((5,)).size(), (5, 2, 3)) 2022-09-27T16:14:01.2655156Z 2022-09-27T16:14:01.2655377Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:01.2655734Z ========== 2022-09-27T16:14:01.3568102Z ok (0.199s) 2022-09-27T16:14:02.0061586Z test_gumbel_sample (__main__.TestDistributions) ... ok (0.649s) 2022-09-27T16:14:02.0197349Z test_halfcauchy (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_halfcauchy distributions/test_distributions.py line 1630 2022-09-27T16:14:02.0197856Z due to: 2022-09-27T16:14:02.0198118Z Traceback (most recent call last): 2022-09-27T16:14:02.0198555Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:02.0199296Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:02.0200260Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:14:02.0200589Z 2022-09-27T16:14:02.0200701Z from user code: 2022-09-27T16:14:02.0201093Z File "distributions/test_distributions.py", line 1633, in test_halfcauchy 2022-09-27T16:14:02.0201572Z self.assertTrue(torch.isinf(HalfCauchy(scale_1d).mean).all()) 2022-09-27T16:14:02.0201820Z 2022-09-27T16:14:02.0201997Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:02.0202335Z ========== 2022-09-27T16:14:02.0278221Z ok (0.021s) 2022-09-27T16:14:02.0441950Z test_halfnormal (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_halfnormal distributions/test_distributions.py line 1653 2022-09-27T16:14:02.0442638Z due to: 2022-09-27T16:14:02.0442979Z Traceback (most recent call last): 2022-09-27T16:14:02.0443538Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:02.0444181Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:02.0444660Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:14:02.0444870Z 2022-09-27T16:14:02.0444941Z from user code: 2022-09-27T16:14:02.0445185Z File "distributions/test_distributions.py", line 1657, in test_halfnormal 2022-09-27T16:14:02.0445460Z self.assertEqual(HalfNormal(std).sample().size(), (5, 5)) 2022-09-27T16:14:02.0445620Z 2022-09-27T16:14:02.0445752Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:02.0446037Z ========== 2022-09-27T16:14:02.0521454Z ok (0.024s) 2022-09-27T16:14:02.0694578Z test_halfnormal_logprob (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_halfnormal_logprob distributions/test_distributions.py line 1678 2022-09-27T16:14:02.0695166Z due to: 2022-09-27T16:14:02.0695548Z Traceback (most recent call last): 2022-09-27T16:14:02.0695929Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:02.0696367Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:02.0696827Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:14:02.0697034Z 2022-09-27T16:14:02.0697091Z from user code: 2022-09-27T16:14:02.0697351Z File "distributions/test_distributions.py", line 1687, in test_halfnormal_logprob 2022-09-27T16:14:02.0697639Z self._check_log_prob(HalfNormal(std), ref_log_prob) 2022-09-27T16:14:02.0697785Z 2022-09-27T16:14:02.0697917Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:02.0698123Z ========== 2022-09-27T16:14:02.1387237Z ok (0.086s) 2022-09-27T16:14:02.2489428Z test_halfnormal_sample (__main__.TestDistributions) ... ok (0.110s) 2022-09-27T16:14:02.2533834Z test_has_examples (__main__.TestDistributions) ... ok (0.004s) 2022-09-27T16:14:03.1411449Z test_independent_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:03.1412130Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:03.2346732Z ok (0.981s) 2022-09-27T16:14:03.4350225Z test_independent_shape (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:03.4351151Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:03.4892225Z ok (0.254s) 2022-09-27T16:14:03.5598937Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.070s) 2022-09-27T16:14:03.6347257Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... ok (0.074s) 2022-09-27T16:14:03.7410570Z test_kumaraswamy_shape (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 2601 2022-09-27T16:14:03.7411199Z due to: 2022-09-27T16:14:03.7411785Z Traceback (most recent call last): 2022-09-27T16:14:03.7412288Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:03.7412764Z member = getattr(self.value, name) 2022-09-27T16:14:03.7413285Z AttributeError: 'tuple' object has no attribute 'base_dist' 2022-09-27T16:14:03.7413555Z 2022-09-27T16:14:03.7413672Z from user code: 2022-09-27T16:14:03.7414114Z File "distributions/test_distributions.py", line 2601, in 2022-09-27T16:14:03.7414714Z self.assertEqual(Kumaraswamy(concentration1, concentration0).sample((5,)).size(), (5, 2, 3)) 2022-09-27T16:14:03.7415038Z 2022-09-27T16:14:03.7415259Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:03.7415613Z ========== 2022-09-27T16:14:03.7426304Z ok (0.107s) 2022-09-27T16:14:03.8459649Z test_laplace (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 2430 2022-09-27T16:14:03.8460170Z due to: 2022-09-27T16:14:03.8460358Z Traceback (most recent call last): 2022-09-27T16:14:03.8460653Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:03.8460937Z member = getattr(self.value, name) 2022-09-27T16:14:03.8461259Z AttributeError: 'tuple' object has no attribute 'rsample' 2022-09-27T16:14:03.8461415Z 2022-09-27T16:14:03.8461473Z from user code: 2022-09-27T16:14:03.8461733Z File "distributions/test_distributions.py", line 2430, in 2022-09-27T16:14:03.8462044Z self.assertEqual(Laplace(loc, scale).sample((7,)).size(), (7, 5, 5)) 2022-09-27T16:14:03.8462204Z 2022-09-27T16:14:03.8462339Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:03.8462543Z ========== 2022-09-27T16:14:04.0652777Z ok (0.322s) 2022-09-27T16:14:04.3876716Z test_laplace_sample (__main__.TestDistributions) ... ok (0.322s) 2022-09-27T16:14:04.4269557Z test_lazy_property_grad (__main__.TestDistributions) ... ok (0.039s) 2022-09-27T16:14:04.4411184Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_lkj_cholesky_log_prob distributions/test_distributions.py line 2877 2022-09-27T16:14:04.4411808Z due to: 2022-09-27T16:14:04.4412103Z Traceback (most recent call last): 2022-09-27T16:14:04.4412600Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:04.4413343Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:04.4414113Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:14:04.4414466Z 2022-09-27T16:14:04.4414569Z from user code: 2022-09-27T16:14:04.4414996Z File "distributions/test_distributions.py", line 2886, in test_lkj_cholesky_log_prob 2022-09-27T16:14:04.4415495Z lkj = LKJCholesky(dim, concentration=1., validate_args=True) 2022-09-27T16:14:04.4415763Z 2022-09-27T16:14:04.4415989Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:04.4416346Z ========== 2022-09-27T16:14:04.5126370Z ok (0.085s) 2022-09-27T16:14:04.6181426Z test_logisticnormal (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1758 2022-09-27T16:14:04.6182301Z due to: 2022-09-27T16:14:04.6182613Z Traceback (most recent call last): 2022-09-27T16:14:04.6183090Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:04.6183566Z member = getattr(self.value, name) 2022-09-27T16:14:04.6184096Z AttributeError: 'tuple' object has no attribute 'base_dist' 2022-09-27T16:14:04.6184357Z 2022-09-27T16:14:04.6184458Z from user code: 2022-09-27T16:14:04.6184989Z File "distributions/test_distributions.py", line 1758, in 2022-09-27T16:14:04.6185540Z self.assertEqual(LogisticNormal(mean, std).sample((7,)).size(), (7, 5, 6)) 2022-09-27T16:14:04.6185820Z 2022-09-27T16:14:04.6186040Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:04.6186390Z ========== 2022-09-27T16:14:04.6932156Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1775 2022-09-27T16:14:04.6932619Z due to: 2022-09-27T16:14:04.6932881Z Traceback (most recent call last): 2022-09-27T16:14:04.6933292Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:04.6934172Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:04.6935003Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:14:04.6935398Z 2022-09-27T16:14:04.6935527Z from user code: 2022-09-27T16:14:04.6936007Z File "distributions/test_distributions.py", line 1775, in 2022-09-27T16:14:04.6936599Z self._gradcheck_log_prob(lambda m, s: LogisticNormal(m, s, validate_args=False), (mean, 1.0)) 2022-09-27T16:14:04.6936949Z 2022-09-27T16:14:04.6937197Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:04.6937607Z ========== 2022-09-27T16:14:04.7065275Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1776 2022-09-27T16:14:04.7065691Z due to: 2022-09-27T16:14:04.7065957Z Traceback (most recent call last): 2022-09-27T16:14:04.7066527Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:04.7067288Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:04.7068127Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:14:04.7068505Z 2022-09-27T16:14:04.7068648Z from user code: 2022-09-27T16:14:04.7069136Z File "distributions/test_distributions.py", line 1776, in 2022-09-27T16:14:04.7069690Z self._gradcheck_log_prob(lambda m, s: LogisticNormal(m, s, validate_args=False), (0.0, std)) 2022-09-27T16:14:04.7070022Z 2022-09-27T16:14:04.7070261Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:04.7070662Z ========== 2022-09-27T16:14:04.7127275Z ok (0.199s) 2022-09-27T16:14:04.7545457Z test_logisticnormal_logprob (__main__.TestDistributions) ... ok (0.041s) 2022-09-27T16:14:05.1305009Z test_logisticnormal_sample (__main__.TestDistributions) ... ok (0.375s) 2022-09-27T16:14:05.2274719Z test_lognormal (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1705 2022-09-27T16:14:05.2275075Z due to: 2022-09-27T16:14:05.2275282Z Traceback (most recent call last): 2022-09-27T16:14:05.2275580Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:05.2275864Z member = getattr(self.value, name) 2022-09-27T16:14:05.2276170Z AttributeError: 'tuple' object has no attribute 'base_dist' 2022-09-27T16:14:05.2276313Z 2022-09-27T16:14:05.2276387Z from user code: 2022-09-27T16:14:05.2276651Z File "distributions/test_distributions.py", line 1705, in 2022-09-27T16:14:05.2277188Z self.assertEqual(LogNormal(mean, std).sample((7,)).size(), (7, 5, 5)) 2022-09-27T16:14:05.2277350Z 2022-09-27T16:14:05.2277471Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:05.2277690Z ========== 2022-09-27T16:14:05.2453667Z ok (0.114s) 2022-09-27T16:14:05.3988980Z test_lognormal_logprob (__main__.TestDistributions) ... ok (0.153s) 2022-09-27T16:14:05.7211651Z test_lognormal_sample (__main__.TestDistributions) ... ok (0.322s) 2022-09-27T16:14:05.7943709Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 2018 2022-09-27T16:14:05.7944469Z due to: 2022-09-27T16:14:05.7944645Z Traceback (most recent call last): 2022-09-27T16:14:05.7944934Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:05.7945225Z member = getattr(self.value, name) 2022-09-27T16:14:05.7945527Z AttributeError: 'tuple' object has no attribute 'rsample' 2022-09-27T16:14:05.7945681Z 2022-09-27T16:14:05.7945751Z from user code: 2022-09-27T16:14:05.7946040Z File "distributions/test_distributions.py", line 2020, in 2022-09-27T16:14:05.7946314Z x = dist1.sample((10,)) 2022-09-27T16:14:05.7946429Z 2022-09-27T16:14:05.7946561Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:05.7946779Z ========== 2022-09-27T16:14:05.8069904Z ok (0.085s) 2022-09-27T16:14:05.8346734Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 2073 2022-09-27T16:14:05.8347404Z due to: 2022-09-27T16:14:05.8347731Z Traceback (most recent call last): 2022-09-27T16:14:05.8348216Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:05.8348687Z member = getattr(self.value, name) 2022-09-27T16:14:05.8349213Z AttributeError: 'tuple' object has no attribute '_extended_shape' 2022-09-27T16:14:05.8349493Z 2022-09-27T16:14:05.8349611Z from user code: 2022-09-27T16:14:05.8350080Z File "distributions/test_distributions.py", line 2074, in 2022-09-27T16:14:05.8350571Z samples = d.rsample((100000,)) 2022-09-27T16:14:05.8350776Z 2022-09-27T16:14:05.8350997Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:05.8351347Z ========== 2022-09-27T16:14:05.8655585Z ok (0.058s) 2022-09-27T16:14:05.9755253Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.109s) 2022-09-27T16:14:06.0819445Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.106s) 2022-09-27T16:14:06.2876512Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1981 2022-09-27T16:14:06.2877264Z due to: 2022-09-27T16:14:06.2877628Z Traceback (most recent call last): 2022-09-27T16:14:06.2878149Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:06.2878640Z member = getattr(self.value, name) 2022-09-27T16:14:06.2878975Z AttributeError: 'tuple' object has no attribute 'rsample' 2022-09-27T16:14:06.2879142Z 2022-09-27T16:14:06.2879213Z from user code: 2022-09-27T16:14:06.2879487Z File "distributions/test_distributions.py", line 1982, in 2022-09-27T16:14:06.2879774Z .sample((2,)).size(), (2, 5, 3)) 2022-09-27T16:14:06.2879893Z 2022-09-27T16:14:06.2880023Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:06.2880450Z ========== 2022-09-27T16:14:06.3235375Z ok (0.241s) 2022-09-27T16:14:06.3744591Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1875 2022-09-27T16:14:06.3745279Z due to: 2022-09-27T16:14:06.3745576Z Traceback (most recent call last): 2022-09-27T16:14:06.3746101Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-09-27T16:14:06.3746581Z if isinstance(subobj, property): 2022-09-27T16:14:06.3747515Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-09-27T16:14:06.3747843Z 2022-09-27T16:14:06.3747992Z from user code: 2022-09-27T16:14:06.3748528Z File "distributions/test_distributions.py", line 1875, in 2022-09-27T16:14:06.3749100Z Normal(loc, scale)), ref_log_prob) 2022-09-27T16:14:06.3749368Z 2022-09-27T16:14:06.3749642Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:06.3750098Z ========== 2022-09-27T16:14:06.5255730Z ok (0.201s) 2022-09-27T16:14:06.5853901Z test_mixture_same_family_sample (__main__.TestDistributions) ... ok (0.059s) 2022-09-27T16:14:06.6503591Z test_mixture_same_family_shape (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1821 2022-09-27T16:14:06.6504295Z due to: 2022-09-27T16:14:06.6504652Z Traceback (most recent call last): 2022-09-27T16:14:06.6505519Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-09-27T16:14:06.6506038Z if isinstance(subobj, property): 2022-09-27T16:14:06.6507048Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-09-27T16:14:06.6507352Z 2022-09-27T16:14:06.6507664Z from user code: 2022-09-27T16:14:06.6508148Z File "distributions/test_distributions.py", line 1821, in 2022-09-27T16:14:06.6508716Z Normal(torch.randn(5), torch.rand(5))) 2022-09-27T16:14:06.6509333Z 2022-09-27T16:14:06.6509545Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:06.6510442Z ========== 2022-09-27T16:14:06.6553455Z ok (0.069s) 2022-09-27T16:14:07.3772379Z test_mode (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:07.3773100Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:07.3865607Z ok (0.730s) 2022-09-27T16:14:07.4449973Z test_multinomial_1d (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1265 2022-09-27T16:14:07.4450561Z due to: 2022-09-27T16:14:07.4450874Z Traceback (most recent call last): 2022-09-27T16:14:07.4451419Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:07.4451876Z member = getattr(self.value, name) 2022-09-27T16:14:07.4452400Z AttributeError: 'tuple' object has no attribute '_categorical' 2022-09-27T16:14:07.4452672Z 2022-09-27T16:14:07.4452787Z from user code: 2022-09-27T16:14:07.4453228Z File "distributions/test_distributions.py", line 1265, in 2022-09-27T16:14:07.4453767Z self.assertEqual(Multinomial(total_count, p).sample((2, 2)).size(), (2, 2, 3)) 2022-09-27T16:14:07.4454051Z 2022-09-27T16:14:07.4454283Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:07.4454649Z ========== 2022-09-27T16:14:07.4828932Z ok (0.096s) 2022-09-27T16:14:07.6832908Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.200s) 2022-09-27T16:14:07.7841685Z test_multinomial_2d (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1298 2022-09-27T16:14:07.7842611Z due to: 2022-09-27T16:14:07.7842894Z Traceback (most recent call last): 2022-09-27T16:14:07.7843413Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:07.7843850Z member = getattr(self.value, name) 2022-09-27T16:14:07.7844408Z AttributeError: 'tuple' object has no attribute '_categorical' 2022-09-27T16:14:07.7844685Z 2022-09-27T16:14:07.7844800Z from user code: 2022-09-27T16:14:07.7845389Z File "distributions/test_distributions.py", line 1298, in 2022-09-27T16:14:07.7845995Z self.assertEqual(Multinomial(total_count, p).sample((6,)).size(), (6, 2, 3)) 2022-09-27T16:14:07.7846260Z 2022-09-27T16:14:07.7846472Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:07.7846828Z ========== 2022-09-27T16:14:07.8210711Z ok (0.137s) 2022-09-27T16:14:07.9535905Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 2157 2022-09-27T16:14:07.9536766Z due to: 2022-09-27T16:14:07.9537216Z Traceback (most recent call last): 2022-09-27T16:14:07.9537698Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:07.9538305Z member = getattr(self.value, name) 2022-09-27T16:14:07.9538912Z AttributeError: 'tuple' object has no attribute 'rsample' 2022-09-27T16:14:07.9539172Z 2022-09-27T16:14:07.9539298Z from user code: 2022-09-27T16:14:07.9539765Z File "distributions/test_distributions.py", line 2159, in 2022-09-27T16:14:07.9540236Z x = dist1.sample((10,)) 2022-09-27T16:14:07.9540438Z 2022-09-27T16:14:07.9540656Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:07.9541014Z ========== 2022-09-27T16:14:07.9651721Z ok (0.144s) 2022-09-27T16:14:08.0044887Z test_multivariate_normal_moments (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 2215 2022-09-27T16:14:08.0045534Z due to: 2022-09-27T16:14:08.0045826Z Traceback (most recent call last): 2022-09-27T16:14:08.0046389Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:08.0046863Z member = getattr(self.value, name) 2022-09-27T16:14:08.0047386Z AttributeError: 'tuple' object has no attribute '_extended_shape' 2022-09-27T16:14:08.0047665Z 2022-09-27T16:14:08.0047784Z from user code: 2022-09-27T16:14:08.0048261Z File "distributions/test_distributions.py", line 2216, in 2022-09-27T16:14:08.0048745Z samples = d.rsample((100000,)) 2022-09-27T16:14:08.0048951Z 2022-09-27T16:14:08.0049163Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:08.0049532Z ========== 2022-09-27T16:14:08.0296857Z ok (0.064s) 2022-09-27T16:14:08.0969836Z test_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.067s) 2022-09-27T16:14:08.4424250Z test_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.345s) 2022-09-27T16:14:08.7164792Z test_multivariate_normal_shape (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 2100 2022-09-27T16:14:08.7165452Z due to: 2022-09-27T16:14:08.7165775Z Traceback (most recent call last): 2022-09-27T16:14:08.7166340Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:08.7167145Z member = getattr(self.value, name) 2022-09-27T16:14:08.7167771Z AttributeError: 'tuple' object has no attribute 'rsample' 2022-09-27T16:14:08.7168351Z 2022-09-27T16:14:08.7168497Z from user code: 2022-09-27T16:14:08.7168965Z File "distributions/test_distributions.py", line 2100, in 2022-09-27T16:14:08.7169560Z self.assertEqual(MultivariateNormal(mean_multi_batch, cov).sample().size(), (6, 5, 3)) 2022-09-27T16:14:08.7169893Z 2022-09-27T16:14:08.7170108Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:08.7170474Z ========== 2022-09-27T16:14:08.7555261Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT gradcheck_func distributions/test_distributions.py line 2121 2022-09-27T16:14:08.7555710Z due to: 2022-09-27T16:14:08.7556247Z Traceback (most recent call last): 2022-09-27T16:14:08.7556737Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 507, in call_method 2022-09-27T16:14:08.7557157Z *proxy_args_kwargs([self] + args, kwargs), 2022-09-27T16:14:08.7557520Z TypeError: can only concatenate list (not "tuple") to list 2022-09-27T16:14:08.7557872Z 2022-09-27T16:14:08.7557995Z from user code: 2022-09-27T16:14:08.7558420Z File "distributions/test_distributions.py", line 2123, in gradcheck_func 2022-09-27T16:14:08.7558918Z sigma = 0.5 * (sigma + sigma.mT) # Ensure symmetry of covariance 2022-09-27T16:14:08.7559189Z 2022-09-27T16:14:08.7559427Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:08.7560401Z ========== 2022-09-27T16:14:08.9685799Z ok (0.525s) 2022-09-27T16:14:08.9937404Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.024s) 2022-09-27T16:14:09.0474375Z test_negative_binomial (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_negative_binomial distributions/test_distributions.py line 1213 2022-09-27T16:14:09.0474989Z due to: 2022-09-27T16:14:09.0475296Z Traceback (most recent call last): 2022-09-27T16:14:09.0475778Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:09.0476535Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:09.0477295Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:14:09.0477643Z 2022-09-27T16:14:09.0477767Z from user code: 2022-09-27T16:14:09.0478200Z File "distributions/test_distributions.py", line 1216, in test_negative_binomial 2022-09-27T16:14:09.0478745Z self._gradcheck_log_prob(lambda p: NegativeBinomial(total_count, p), [p]) 2022-09-27T16:14:09.0479039Z 2022-09-27T16:14:09.0479247Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:09.0479620Z ========== 2022-09-27T16:14:09.0546093Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1216 2022-09-27T16:14:09.0546555Z due to: 2022-09-27T16:14:09.0546882Z Traceback (most recent call last): 2022-09-27T16:14:09.0547358Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:09.0548102Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:09.0548858Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:14:09.0549206Z 2022-09-27T16:14:09.0549322Z from user code: 2022-09-27T16:14:09.0549719Z File "distributions/test_distributions.py", line 1216, in 2022-09-27T16:14:09.0550236Z self._gradcheck_log_prob(lambda p: NegativeBinomial(total_count, p), [p]) 2022-09-27T16:14:09.0550517Z 2022-09-27T16:14:09.0550743Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:09.0551112Z ========== 2022-09-27T16:14:09.0656906Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1217 2022-09-27T16:14:09.0657393Z due to: 2022-09-27T16:14:09.0657708Z Traceback (most recent call last): 2022-09-27T16:14:09.0658186Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:09.0659169Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:09.0659933Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:14:09.0660282Z 2022-09-27T16:14:09.0660409Z from user code: 2022-09-27T16:14:09.0660806Z File "distributions/test_distributions.py", line 1217, in 2022-09-27T16:14:09.0661328Z self._gradcheck_log_prob(lambda p: NegativeBinomial(total_count, None, p.log()), [p]) 2022-09-27T16:14:09.0661642Z 2022-09-27T16:14:09.0661936Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:09.0662307Z ========== 2022-09-27T16:14:09.0791868Z ok (0.085s) 2022-09-27T16:14:09.0975219Z test_negative_binomial_log_prob (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_negative_binomial_log_prob distributions/test_distributions.py line 1221 2022-09-27T16:14:09.0975883Z due to: 2022-09-27T16:14:09.0976190Z Traceback (most recent call last): 2022-09-27T16:14:09.0976682Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:09.0977451Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:09.0978260Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:14:09.0978587Z 2022-09-27T16:14:09.0978687Z from user code: 2022-09-27T16:14:09.0979171Z File "distributions/test_distributions.py", line 1231, in test_negative_binomial_log_prob 2022-09-27T16:14:09.0979744Z self._check_log_prob(NegativeBinomial(total_count, probs), ref_log_prob) 2022-09-27T16:14:09.0980038Z 2022-09-27T16:14:09.0980269Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:09.0980626Z ========== 2022-09-27T16:14:09.2659922Z ok (0.186s) 2022-09-27T16:14:09.2995316Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.033s) 2022-09-27T16:14:09.4062500Z test_normal (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1912 2022-09-27T16:14:09.4063117Z due to: 2022-09-27T16:14:09.4063448Z Traceback (most recent call last): 2022-09-27T16:14:09.4063997Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:09.4064393Z member = getattr(self.value, name) 2022-09-27T16:14:09.4064891Z AttributeError: 'tuple' object has no attribute '_extended_shape' 2022-09-27T16:14:09.4065159Z 2022-09-27T16:14:09.4065265Z from user code: 2022-09-27T16:14:09.4065632Z File "distributions/test_distributions.py", line 1912, in 2022-09-27T16:14:09.4066143Z self.assertEqual(Normal(loc, scale).sample((7,)).size(), (7, 5, 5)) 2022-09-27T16:14:09.4066427Z 2022-09-27T16:14:09.4066657Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:09.4067054Z ========== 2022-09-27T16:14:09.6457697Z ok (0.346s) 2022-09-27T16:14:09.9507173Z test_normal_sample (__main__.TestDistributions) ... ok (0.304s) 2022-09-27T16:14:10.0358374Z test_one_hot_categorical_1d (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1364 2022-09-27T16:14:10.0359099Z due to: 2022-09-27T16:14:10.0359287Z Traceback (most recent call last): 2022-09-27T16:14:10.0359594Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:10.0359866Z member = getattr(self.value, name) 2022-09-27T16:14:10.0360184Z AttributeError: 'tuple' object has no attribute '_categorical' 2022-09-27T16:14:10.0360344Z 2022-09-27T16:14:10.0360414Z from user code: 2022-09-27T16:14:10.0360685Z File "distributions/test_distributions.py", line 1364, in 2022-09-27T16:14:10.0361191Z self.assertEqual(OneHotCategorical(p).sample((2, 2)).size(), (2, 2, 3)) 2022-09-27T16:14:10.0361358Z 2022-09-27T16:14:10.0361488Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:10.0361709Z ========== 2022-09-27T16:14:10.0401100Z ok (0.089s) 2022-09-27T16:14:10.1362588Z test_one_hot_categorical_2d (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1376 2022-09-27T16:14:10.1363094Z due to: 2022-09-27T16:14:10.1363471Z Traceback (most recent call last): 2022-09-27T16:14:10.1363751Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:10.1364032Z member = getattr(self.value, name) 2022-09-27T16:14:10.1364347Z AttributeError: 'tuple' object has no attribute '_categorical' 2022-09-27T16:14:10.1364514Z 2022-09-27T16:14:10.1364571Z from user code: 2022-09-27T16:14:10.1364840Z File "distributions/test_distributions.py", line 1376, in 2022-09-27T16:14:10.1365173Z self.assertEqual(OneHotCategorical(p).sample((6,)).size(), (6, 2, 3)) 2022-09-27T16:14:10.1365340Z 2022-09-27T16:14:10.1365472Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:10.1365675Z ========== 2022-09-27T16:14:10.1412998Z ok (0.100s) 2022-09-27T16:14:10.1474099Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.005s) 2022-09-27T16:14:10.1658113Z test_pareto (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pareto distributions/test_distributions.py line 2535 2022-09-27T16:14:10.1658657Z due to: 2022-09-27T16:14:10.1658970Z Traceback (most recent call last): 2022-09-27T16:14:10.1659440Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:10.1660170Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:10.1660949Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:14:10.1661297Z 2022-09-27T16:14:10.1661412Z from user code: 2022-09-27T16:14:10.1661804Z File "distributions/test_distributions.py", line 2541, in test_pareto 2022-09-27T16:14:10.1662246Z self.assertEqual(Pareto(scale_1d, 0.5).mean, inf) 2022-09-27T16:14:10.1662487Z 2022-09-27T16:14:10.1662703Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:10.1663072Z ========== 2022-09-27T16:14:10.2592183Z ok (0.111s) 2022-09-27T16:14:10.5801653Z test_pareto_sample (__main__.TestDistributions) ... ok (0.320s) 2022-09-27T16:14:10.5840020Z test_poisson_forward_ad (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_poisson_forward_ad distributions/test_distributions.py line 1390 2022-09-27T16:14:10.5840539Z due to: 2022-09-27T16:14:10.5840732Z Traceback (most recent call last): 2022-09-27T16:14:10.5841021Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:10.5841461Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:10.5841945Z AssertionError: torch.* op returned non-Tensor dual_level call_function 2022-09-27T16:14:10.5842163Z 2022-09-27T16:14:10.5842221Z from user code: 2022-09-27T16:14:10.5842479Z File "distributions/test_distributions.py", line 1391, in test_poisson_forward_ad 2022-09-27T16:14:10.5842772Z self._check_forward_ad(torch.poisson) 2022-09-27T16:14:10.5842948Z 2022-09-27T16:14:10.5843110Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:10.5843336Z ========== 2022-09-27T16:14:10.5843862Z ok (0.004s) 2022-09-27T16:14:10.5854949Z test_poisson_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-09-27T16:14:10.9072286Z test_poisson_log_prob (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:14:10.9073150Z warnings.warn(msg, FutureWarning) 2022-09-27T16:14:10.9096900Z ok (0.324s) 2022-09-27T16:14:10.9211403Z test_poisson_sample (__main__.TestDistributions) ... ok (0.011s) 2022-09-27T16:14:10.9802021Z test_poisson_shape (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1397 2022-09-27T16:14:10.9802511Z due to: 2022-09-27T16:14:10.9802771Z Traceback (most recent call last): 2022-09-27T16:14:10.9803052Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:10.9803343Z member = getattr(self.value, name) 2022-09-27T16:14:10.9803712Z AttributeError: 'tuple' object has no attribute '_extended_shape' 2022-09-27T16:14:10.9803999Z 2022-09-27T16:14:10.9804131Z from user code: 2022-09-27T16:14:10.9804600Z File "distributions/test_distributions.py", line 1397, in 2022-09-27T16:14:10.9804920Z self.assertEqual(Poisson(rate).sample((7,)).size(), (7, 2, 3)) 2022-09-27T16:14:10.9805070Z 2022-09-27T16:14:10.9805210Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:10.9805416Z ========== 2022-09-27T16:14:10.9809884Z ok (0.059s) 2022-09-27T16:14:11.0120011Z test_relaxed_bernoulli (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1450 2022-09-27T16:14:11.0120624Z due to: 2022-09-27T16:14:11.0120958Z Traceback (most recent call last): 2022-09-27T16:14:11.0121410Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:11.0121695Z member = getattr(self.value, name) 2022-09-27T16:14:11.0122011Z AttributeError: 'tuple' object has no attribute 'base_dist' 2022-09-27T16:14:11.0122155Z 2022-09-27T16:14:11.0122228Z from user code: 2022-09-27T16:14:11.0122503Z File "distributions/test_distributions.py", line 1450, in 2022-09-27T16:14:11.0122834Z self.assertEqual(RelaxedBernoulli(temp, p).sample((8,)).size(), (8, 3)) 2022-09-27T16:14:11.0123005Z 2022-09-27T16:14:11.0123131Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:11.0123346Z ========== 2022-09-27T16:14:11.0248994Z ok (0.043s) 2022-09-27T16:14:11.1235326Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1491 2022-09-27T16:14:11.1236003Z due to: 2022-09-27T16:14:11.1236372Z Traceback (most recent call last): 2022-09-27T16:14:11.1236909Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:11.1237415Z member = getattr(self.value, name) 2022-09-27T16:14:11.1237805Z AttributeError: 'tuple' object has no attribute 'base_dist' 2022-09-27T16:14:11.1237960Z 2022-09-27T16:14:11.1238030Z from user code: 2022-09-27T16:14:11.1238311Z File "distributions/test_distributions.py", line 1491, in 2022-09-27T16:14:11.1238689Z self.assertEqual(RelaxedOneHotCategorical(probs=p, temperature=temp).sample((2, 2)).size(), (2, 2, 3)) 2022-09-27T16:14:11.1238896Z 2022-09-27T16:14:11.1239030Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:11.1239250Z ========== 2022-09-27T16:14:11.1452151Z ok (0.120s) 2022-09-27T16:14:11.3913885Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1506 2022-09-27T16:14:11.3914840Z due to: 2022-09-27T16:14:11.3915050Z Traceback (most recent call last): 2022-09-27T16:14:11.3915329Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:11.3915612Z member = getattr(self.value, name) 2022-09-27T16:14:11.3915929Z AttributeError: 'tuple' object has no attribute 'base_dist' 2022-09-27T16:14:11.3916085Z 2022-09-27T16:14:11.3916156Z from user code: 2022-09-27T16:14:11.3916499Z File "distributions/test_distributions.py", line 1506, in 2022-09-27T16:14:11.3916860Z self.assertEqual(RelaxedOneHotCategorical(temp, p).sample((6,)).size(), (6, 2, 3)) 2022-09-27T16:14:11.3917050Z 2022-09-27T16:14:11.3917182Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:11.3917394Z ========== 2022-09-27T16:14:11.4335610Z ok (0.288s) 2022-09-27T16:14:11.4553967Z test_repr (__main__.TestDistributions) ... ok (0.021s) 2022-09-27T16:14:11.5354190Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.079s) 2022-09-27T16:14:11.5519213Z test_rsample_requires_grad (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:11.5519877Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:11.5555615Z ok (0.019s) 2022-09-27T16:14:11.5734348Z test_sample_detached (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:11.5734986Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:11.5771143Z ok (0.021s) 2022-09-27T16:14:11.5935715Z test_studentT (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_studentT distributions/test_distributions.py line 2689 2022-09-27T16:14:11.5936290Z due to: 2022-09-27T16:14:11.5936606Z Traceback (most recent call last): 2022-09-27T16:14:11.5937082Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:11.5937801Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:11.5938575Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:14:11.5938929Z 2022-09-27T16:14:11.5939045Z from user code: 2022-09-27T16:14:11.5939455Z File "distributions/test_distributions.py", line 2693, in test_studentT 2022-09-27T16:14:11.5939897Z self.assertTrue(is_all_nan(StudentT(1).mean)) 2022-09-27T16:14:11.5940132Z 2022-09-27T16:14:11.5940351Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:11.5940717Z ========== 2022-09-27T16:14:11.6717122Z ok (0.094s) 2022-09-27T16:14:11.7645829Z test_studentT_log_prob (__main__.TestDistributions) ... ok (0.092s) 2022-09-27T16:14:13.1052077Z test_studentT_sample (__main__.TestDistributions) ... ok (1.340s) 2022-09-27T16:14:13.1335455Z test_support_attributes (__main__.TestDistributions) ... ok (0.028s) 2022-09-27T16:14:13.2366852Z test_uniform (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 1550 2022-09-27T16:14:13.2367466Z due to: 2022-09-27T16:14:13.2367774Z Traceback (most recent call last): 2022-09-27T16:14:13.2368282Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:13.2368742Z member = getattr(self.value, name) 2022-09-27T16:14:13.2369272Z AttributeError: 'tuple' object has no attribute 'rsample' 2022-09-27T16:14:13.2369534Z 2022-09-27T16:14:13.2369649Z from user code: 2022-09-27T16:14:13.2370094Z File "distributions/test_distributions.py", line 1550, in 2022-09-27T16:14:13.2370860Z self.assertEqual(Uniform(low, high).sample((7,)).size(), (7, 5, 5)) 2022-09-27T16:14:13.2371131Z 2022-09-27T16:14:13.2371357Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:13.2371732Z ========== 2022-09-27T16:14:13.2504907Z ok (0.116s) 2022-09-27T16:14:13.2691295Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_valid_parameter_broadcasting distributions/test_distributions.py line 2996 2022-09-27T16:14:13.2691941Z due to: 2022-09-27T16:14:13.2692529Z Traceback (most recent call last): 2022-09-27T16:14:13.2693016Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:13.2693759Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:13.2694537Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:14:13.2694889Z 2022-09-27T16:14:13.2695005Z from user code: 2022-09-27T16:14:13.2695433Z File "distributions/test_distributions.py", line 3001, in test_valid_parameter_broadcasting 2022-09-27T16:14:13.2695903Z (Normal(loc=torch.tensor([0., 0.]), scale=1), 2022-09-27T16:14:13.2696125Z 2022-09-27T16:14:13.2696342Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:13.2696692Z ========== 2022-09-27T16:14:13.2917250Z ok (0.041s) 2022-09-27T16:14:13.3030278Z test_vonmises_logprob (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_vonmises_logprob distributions/test_distributions.py line 1592 2022-09-27T16:14:13.3030845Z due to: 2022-09-27T16:14:13.3031159Z Traceback (most recent call last): 2022-09-27T16:14:13.3031625Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:13.3032353Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:13.3033271Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:14:13.3033611Z 2022-09-27T16:14:13.3033726Z from user code: 2022-09-27T16:14:13.3034146Z File "distributions/test_distributions.py", line 1596, in test_vonmises_logprob 2022-09-27T16:14:13.3034633Z prob = VonMises(0.0, concentration).log_prob(grid).exp() 2022-09-27T16:14:13.3034873Z 2022-09-27T16:14:13.3035095Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:13.3035446Z ========== 2022-09-27T16:14:13.3098046Z ok (0.017s) 2022-09-27T16:14:13.3195094Z test_vonmises_sample (__main__.TestDistributions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_vonmises_sample distributions/test_distributions.py line 1583 2022-09-27T16:14:13.3195679Z due to: 2022-09-27T16:14:13.3195983Z Traceback (most recent call last): 2022-09-27T16:14:13.3196450Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:13.3197159Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:13.3197924Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:14:13.3198271Z 2022-09-27T16:14:13.3198389Z from user code: 2022-09-27T16:14:13.3198789Z File "distributions/test_distributions.py", line 1587, in test_vonmises_sample 2022-09-27T16:14:13.3199286Z self._check_sampler_sampler(VonMises(loc, concentration), 2022-09-27T16:14:13.3199552Z 2022-09-27T16:14:13.3199775Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:13.3200140Z ========== 2022-09-27T16:14:21.7566884Z ok (8.446s) 2022-09-27T16:14:21.8235365Z test_wishart_log_prob (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:21.8236298Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:21.8781636Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:21.8782244Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:21.9044686Z ok (0.147s) 2022-09-27T16:14:21.9442367Z test_wishart_moments (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-09-27T16:14:21.9443879Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-09-27T16:14:22.6385295Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:22.6385859Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:23.4596039Z ok (1.554s) 2022-09-27T16:14:23.5013226Z test_wishart_properties (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-09-27T16:14:23.5014386Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-09-27T16:14:23.5397325Z ok (0.079s) 2022-09-27T16:14:23.5856809Z test_wishart_sample (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:23.5857478Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:23.6857346Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:23.6857926Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:23.8795285Z ok (0.339s) 2022-09-27T16:14:23.9718270Z test_wishart_shape (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:23.9718945Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:24.0546141Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:24.0546680Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:24.1387543Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:24.1388137Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:24.2050172Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 2245 2022-09-27T16:14:24.2050710Z due to: 2022-09-27T16:14:24.2051014Z Traceback (most recent call last): 2022-09-27T16:14:24.2051518Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/constant.py", line 63, in const_getattr 2022-09-27T16:14:24.2051985Z member = getattr(self.value, name) 2022-09-27T16:14:24.2052496Z AttributeError: 'tuple' object has no attribute 'rsample' 2022-09-27T16:14:24.2052758Z 2022-09-27T16:14:24.2052872Z from user code: 2022-09-27T16:14:24.2053298Z File "distributions/test_distributions.py", line 2245, in 2022-09-27T16:14:24.2053846Z self.assertEqual(Wishart(df_no_batch, cov).sample().size(), (ndim, ndim)) 2022-09-27T16:14:24.2054117Z 2022-09-27T16:14:24.2054333Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:24.2054698Z ========== 2022-09-27T16:14:24.2057535Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:24.2058082Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:24.2509670Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:24.2510234Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:24.2677052Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT gradcheck_func distributions/test_distributions.py line 2266 2022-09-27T16:14:24.2677558Z due to: 2022-09-27T16:14:24.2677883Z Traceback (most recent call last): 2022-09-27T16:14:24.2678349Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 507, in call_method 2022-09-27T16:14:24.2678835Z *proxy_args_kwargs([self] + args, kwargs), 2022-09-27T16:14:24.2679263Z TypeError: can only concatenate list (not "tuple") to list 2022-09-27T16:14:24.2679525Z 2022-09-27T16:14:24.2679644Z from user code: 2022-09-27T16:14:24.2680299Z File "distributions/test_distributions.py", line 2268, in gradcheck_func 2022-09-27T16:14:24.2681003Z sigma = 0.5 * (sigma + sigma.mT) # Ensure symmetry of covariance 2022-09-27T16:14:24.2681269Z 2022-09-27T16:14:24.2681494Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:24.2681854Z ========== 2022-09-27T16:14:24.3021241Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:24.3021827Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:24.3415332Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:24.3415873Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:24.3808752Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:24.3809304Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:24.4192432Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:24.4193182Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:24.4600873Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:24.4601487Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:24.4975587Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:24.4976239Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:24.5180520Z ok (0.638s) 2022-09-27T16:14:24.5437375Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.025s) 2022-09-27T16:14:24.5453067Z test_zero_excluded_binomial (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-09-27T16:14:24.6424224Z test_cat_event_dim (__main__.TestFunctors) ... ok (0.096s) 2022-09-27T16:14:24.6968625Z test_cat_transform (__main__.TestFunctors) ... ok (0.054s) 2022-09-27T16:14:24.7759689Z test_cat_transform_non_uniform (__main__.TestFunctors) ... ok (0.078s) 2022-09-27T16:14:24.8234254Z test_stack_transform (__main__.TestFunctors) ... ok (0.047s) 2022-09-27T16:14:26.0533264Z test_cdf (__main__.TestJit) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT distributions/test_distributions.py line 5229 2022-09-27T16:14:26.0533866Z due to: 2022-09-27T16:14:26.0534043Z Traceback (most recent call last): 2022-09-27T16:14:26.0534328Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:26.0534775Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:26.0535230Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:14:26.0535421Z 2022-09-27T16:14:26.0535495Z from user code: 2022-09-27T16:14:26.0535750Z File "distributions/test_distributions.py", line 5230, in 2022-09-27T16:14:26.0535997Z dist = Dist(**param) 2022-09-27T16:14:26.0536110Z 2022-09-27T16:14:26.0536229Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:26.0536446Z ========== 2022-09-27T16:14:27.9502198Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:27.9503036Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:28.2927549Z ok (3.469s) 2022-09-27T16:14:31.3271704Z test_entropy (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:31.3272348Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:31.6367147Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-09-27T16:14:31.6368309Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-09-27T16:14:32.0814286Z ok (3.788s) 2022-09-27T16:14:32.7774121Z test_enumerate_support (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:32.7774760Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:32.8045206Z ok (0.722s) 2022-09-27T16:14:38.4089672Z test_log_prob (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:38.4090332Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:38.6296863Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-09-27T16:14:38.6297943Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-09-27T16:14:39.2382421Z ok (6.433s) 2022-09-27T16:14:40.8698807Z test_mean (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:40.8699507Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:40.8841700Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-09-27T16:14:40.8842751Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-09-27T16:14:41.1790424Z ok (1.940s) 2022-09-27T16:14:41.6174092Z test_rsample (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool1d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6175186Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6176577Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool2d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6177517Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6178907Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool3d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6179778Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6181159Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6182017Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6183376Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand_as' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6184565Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6185929Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6186877Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6188269Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6189077Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6190364Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6191240Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6192570Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6193670Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6195070Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::meshgrid' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6195971Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6197322Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::min' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6198162Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6199518Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scan' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6200371Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6201758Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6202614Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6221129Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_to_type' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6221958Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6223125Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_comparison_operator' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6224017Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6225098Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_constant_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6225797Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6227232Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6228024Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6229153Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_try_cast_integer_to_float' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6229723Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6230869Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::addmm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6231691Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6233145Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::all' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6233951Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6235274Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::any' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6236107Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6237490Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6238322Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6239668Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bmm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6240493Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6241748Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6242434Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6243625Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6244508Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6245678Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::erf' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6246466Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6247692Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6248351Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6249661Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6250411Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6251637Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6252184Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6253442Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6254272Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6255374Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gt' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6256089Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6257242Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6257961Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6259026Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6259641Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6260725Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isnan' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6261481Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6262726Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lt' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6263508Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6264764Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6265667Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6267012Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::matmul' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6267728Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6268793Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6269421Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6270401Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6271050Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6272253Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6273217Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6293691Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6294540Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6295820Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::prelu' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6296641Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6297912Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6298715Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6299952Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6300778Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6302026Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6302797Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6303957Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6304764Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6306173Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sign' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6306965Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6308379Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6309207Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6310505Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6311313Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6312587Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6313734Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6315028Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6315769Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6316964Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6317789Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6319050Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6319960Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6342942Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6343788Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6345031Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6345775Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6347064Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6347838Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6349092Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'onnx::Placeholder' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6350030Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6351332Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::Constant' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6352159Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6353756Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ConstantChunk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6354592Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6355908Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ConstantSplit' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6356715Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6357991Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::If' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6358686Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6359888Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ListConstruct' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6360709Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6361988Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ListUnpack' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6362856Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6364132Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::Loop' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6364943Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6366323Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::TupleConstruct' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6367160Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6368475Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::Uninitialized' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6369180Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6370288Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::data' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6371158Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6372435Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::device' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6373196Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6374525Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::dtype' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6375362Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6376671Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::layout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6377494Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6378783Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6379570Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6380870Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6381676Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6382965Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::shape' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6383795Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6385111Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::tolist' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6385945Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6387182Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::unchecked_cast' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6387872Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6388951Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__and_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6389632Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6390620Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__derive_index' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6391097Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6391852Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__getitem_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6392403Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6393727Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6394469Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6395615Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__is_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6396099Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6396850Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__isnot_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6397328Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6398056Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__lshift_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6398543Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6399290Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__not_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6399769Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6400493Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__or_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6400974Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6401724Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__range_length' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6402206Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6402945Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__rshift_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6403414Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6404149Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__xor_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6404619Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6405366Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_adaptive_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6405966Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6406719Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::all' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6407201Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6407977Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::any' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6408456Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6409195Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6409682Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6410440Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_BFloat16' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6410928Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6411667Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Bool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6412152Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6412908Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Byte' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6413391Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6414143Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Char' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6414610Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6415496Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_ComplexDouble' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6416371Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6417724Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_ComplexFloat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6419670Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6420435Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Double' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6420917Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6421807Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Float' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6422584Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6423975Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Half' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6424671Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6428561Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Int' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6429455Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6430918Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Long' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6431778Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6432541Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Short' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6433145Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6433921Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_func_template' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6434407Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6435183Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_convert_padding_node' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6435687Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6436440Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_convolution' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6436929Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6437663Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_dim_arange' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6438141Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6438903Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_div_rounding_mode' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6439393Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6440130Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_floor_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6440698Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6441457Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_generic_rnn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6441949Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6442740Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6443216Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6443982Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_kl_div_log_target_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6444477Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6445260Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_kl_div_non_log_target_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6445746Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6446642Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_layer_norm_returns_normalized_input_mean_rstd' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6447163Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6447900Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::len' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6448376Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6449106Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::list' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6449870Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6450627Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_log_softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6451115Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6451876Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_lstm_full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6452342Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6453092Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_lstm_packed' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6453631Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6454376Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_max_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6454844Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6455672Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_maybe_cast_reduce_op_input' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6456173Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6456937Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_one_hidden_rnn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6457433Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6458191Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_pack_padded_sequence' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6458692Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6459442Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_pad_circular' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6459926Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6460679Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_pad_packed_sequence' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6461174Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6461952Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_prepare_onnx_paddings' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6462451Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6463212Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_op_symbolic' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6463698Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6464462Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_with_dtype' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6464952Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6465715Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reshape_from_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6466240Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6467009Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_sample_dirichlet' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6467503Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6468499Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_shape_as_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6469291Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6470517Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_slice' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6471357Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6472900Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_standard_gamma' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6473523Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6474289Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_trunc_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6474974Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6476298Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unique' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6477066Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6478500Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unique2' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6479227Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6480493Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unsupported_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6481442Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6482678Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_var_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6483159Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6483912Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_weight_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6484398Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6485138Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::abs' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6485705Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6486507Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::acos' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6486984Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6487799Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6488300Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6489061Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6489544Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6490314Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6490808Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6491575Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6492065Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6492816Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6493310Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6494078Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6494570Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6495301Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6495780Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6496528Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::addcmul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6497011Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6497734Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::addmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6498254Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6498994Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::alias' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6499475Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6500265Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::alpha_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6500740Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6501492Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::alpha_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6501979Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6502719Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::amax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6503183Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6503923Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::amin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6504404Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6505146Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::aminmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6505625Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6506360Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6506836Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6507579Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6508061Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6508800Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6509284Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6510030Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::as_strided' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6510520Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6511272Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::as_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6511782Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6512528Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::asin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6513237Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6514148Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::atan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6514838Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6516149Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6517068Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6518417Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6519194Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6520614Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6521519Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6522593Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::baddbmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6523084Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6523822Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::batch_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6524306Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6525057Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bernoulli' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6525545Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6526405Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bitwise_not' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6526876Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6527623Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6528193Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6528954Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::broadcast_tensors' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6529437Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6530230Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bucketize' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6530715Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6531452Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6531936Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6532667Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cdist' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6533149Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6533896Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ceil' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6534379Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6535110Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6535591Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6536343Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6536829Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6537578Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6538049Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6538792Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clone' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6539269Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6540024Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::constant_pad_nd' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6540496Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6541288Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::contiguous' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6541770Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6542544Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6543030Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6543757Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6544240Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6544978Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6545458Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6546196Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_tbc' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6546677Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6547442Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_transpose1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6547933Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6548696Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_transpose2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6549168Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6549933Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_transpose3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6550417Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6551173Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::convolution' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6551651Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6552391Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cos' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6553030Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6554336Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cosine_similarity' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6554912Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6555645Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cross' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6556131Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6556925Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cumsum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6557407Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6558132Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::detach' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6558621Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6559366Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dim' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6559843Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6560581Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::div' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6561049Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6561787Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dot' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6562262Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6563010Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6563483Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6564229Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6564716Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6565448Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::elu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6566009Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6566754Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6567237Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6568036Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6568524Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6569284Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6569767Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6570514Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6571000Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6571715Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::eq' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6572193Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6572936Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::erf' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6573411Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6574146Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::exp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6574609Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6575350Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6575832Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6576584Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6577066Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6577794Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::eye' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6578261Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6579034Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_alpha_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6579523Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6580276Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_alpha_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6580812Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6581567Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6582057Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6582838Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6583332Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6584079Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6584561Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6585309Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6585775Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6586518Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::floor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6587002Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6587762Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::floor_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6588247Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6588978Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::floordiv' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6589456Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6590204Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::frobenius_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6590692Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6591414Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6591891Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6592638Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6593322Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6594056Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6594534Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6595328Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ge' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6595802Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6596547Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6597015Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6597787Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::get_pool_ceil_padding' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6598283Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6599021Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::glu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6599503Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6600235Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::group_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6600718Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6601456Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gru' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6601931Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6602652Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6603136Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6603876Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gt_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6604357Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6605100Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hann_window' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6605585Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6606401Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6606940Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6607693Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardsigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6608169Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6608949Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardswish' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6609434Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6610181Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardtanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6610650Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6611393Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6611870Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6612611Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6613093Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6613827Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6614313Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6615062Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6615541Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6616271Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_put' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6616756Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6617507Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_select' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6617996Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6618745Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::instance_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6619260Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6620021Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::is_floating_point' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6620510Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6621280Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::is_pinned' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6621756Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6622493Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isnan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6622971Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6623706Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::item' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6624184Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6624913Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::kl_div' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6625389Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6626140Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::layer_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6626625Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6627347Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::le' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6627829Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6628576Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::leaky_relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6629059Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6629796Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lerp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6630265Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6631006Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lift' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6631478Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6632225Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_cross' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6632904Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6633687Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_matrix_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6634178Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6634986Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6635475Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6636220Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_vector_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6636713Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6637456Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linear' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6637937Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6638667Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linspace' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6639146Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6639888Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6640363Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6641107Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log10' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6641572Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6642308Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log1p' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6642788Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6643527Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log2' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6643990Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6644747Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log_sigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6645284Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6646113Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log_softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6646598Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6647390Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logical_and' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6647871Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6648616Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logical_or' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6649097Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6649827Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logical_xor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6650305Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6651052Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logsumexp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6651538Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6652281Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lstm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6652745Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6653496Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lstm_cell' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6653972Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6654705Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6655167Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6655907Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lt_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6656388Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6657137Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6657621Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6658351Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::matmul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6658866Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6659600Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6660096Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6660833Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6661316Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6662084Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6662582Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6663329Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6663794Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6664556Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6665053Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6665795Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6666258Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6667027Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6667521Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6668265Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::maximum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6668748Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6669472Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6669960Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6670702Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::meshgrid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6671220Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6671939Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6672410Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6673380Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::minimum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6673862Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6674616Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mish' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6675082Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6675816Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6676293Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6677039Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::movedim' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6677504Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6678247Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6678724Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6679479Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::multinomial' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6679960Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6680684Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mv' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6681165Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6681900Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::narrow' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6682377Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6683119Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::native_layer_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6683602Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6684337Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ne' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6684858Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6685582Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::neg' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6686158Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6686916Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_empty' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6687400Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6688147Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6688611Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6689356Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_ones' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6689842Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6690584Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_zeros' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6691069Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6691803Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6692288Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6693042Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero_numpy' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6693527Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6694247Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6694718Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6695456Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::numel' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6695936Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6696657Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::numpy_T' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6697173Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6697911Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::one_hot' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6698387Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6699154Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6699615Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6700357Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6700838Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6701602Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::op_with_optional_float_cast' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6702087Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6702854Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::overload_by_arg_count' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6703347Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6704085Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6704562Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6705312Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pairwise_distance' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6705800Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6706541Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::permute' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6707022Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6707753Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pixel_shuffle' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6708241Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6708992Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pixel_unshuffle' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6709484Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6710252Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pow' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6710713Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6711478Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::prelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6711960Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6712700Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::prod' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6713319Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6714061Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rand' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6714540Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6715290Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rand_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6715769Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6716491Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::randn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6716969Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6717718Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::randn_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6718199Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6718940Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reciprocal' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6719427Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6720180Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6720663Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6721421Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6721897Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6722663Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6723208Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6723962Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6724435Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6725208Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6725691Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6726528Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::relu6' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6727007Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6727741Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::remainder' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6728220Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6728960Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6729435Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6730182Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6730673Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6731433Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6731922Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6732682Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6733164Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6733925Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6734413Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6735171Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6735706Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6736437Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reshape' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6736914Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6737703Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reshape_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6738182Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6738911Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rnn_relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6739390Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6740129Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rnn_tanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6740605Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6741328Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::roll' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6741806Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6742541Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rrelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6743019Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6743753Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rsqrt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6744213Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6744950Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rsub' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6745427Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6746177Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scalar_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6746649Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6747392Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6747877Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6748626Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6749143Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6749870Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::select' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6750350Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6751115Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::selu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6751592Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6752322Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6752934Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6753689Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sign' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6754170Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6754899Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::silu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6755366Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6756098Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6756574Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6757313Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::size' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6757772Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6758507Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::slice' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6758989Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6759735Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6760214Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6760941Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softplus' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6761489Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6762241Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6762719Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6763485Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6763956Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6764697Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6765178Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6765992Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6766468Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6767206Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sqrt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6767679Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6768419Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::square' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6768884Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6769630Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::squeeze' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6770110Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6770852Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::stack' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6771329Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6772053Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::std' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6772527Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6773273Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::std_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6773754Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6774471Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sub' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6774979Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6775713Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6776182Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6776932Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::t' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6777408Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6778154Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::take' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6778634Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6779365Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6779825Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6780558Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6781034Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6781783Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tanhshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6782262Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6782992Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6783465Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6784205Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::threshold' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6784682Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6785402Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::to' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6785879Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6786617Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6787092Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6787860Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::transpose' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6788345Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6789123Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::true_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6789608Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6790351Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::type_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6790818Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6791558Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6792038Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6792925Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unfold' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6793396Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6794148Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_chunk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6794632Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6795378Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6795856Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6796609Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split_with_sizes' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6797391Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6798141Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsqueeze' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6798620Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6799363Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unused' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6799825Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6800587Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6801145Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6801903Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6802384Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6803202Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6803700Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6804454Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6804947Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6805697Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6806263Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6807034Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6807529Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6808251Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::var' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6808728Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6809476Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::var_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6809958Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6810697Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::view' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6811164Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6811903Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::view_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6812374Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6813114Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6813621Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6814396Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::wrap_logical_op_with_cast_to' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6814892Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6815694Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::wrap_logical_op_with_negation' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6816196Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6816917Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6817393Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6818137Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6818632Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6819393Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::add' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6819867Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6820623Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::add_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6821114Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6821872Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::cat' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6822354Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6823093Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6823580Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6824334Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6824824Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6825573Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::group_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6826058Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6826848Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::hardswish' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6827333Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6828136Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::instance_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6828616Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6829373Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::layer_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6829854Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6830608Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::leaky_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6831083Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6831831Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::linear' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6832318Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6833290Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::mul' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6833776Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6834533Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::sigmoid' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6835026Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6835781Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6836273Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6837006Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6837490Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6838252Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_div_rounding_mode' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6838741Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6839496Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_floor_divide' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6840034Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6840792Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6841275Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6842062Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_max_pool' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6842544Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6843275Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_slice' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6843748Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6844494Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6844971Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6845709Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6846262Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6847008Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6847486Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6848218Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dequantize' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6848701Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6849441Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::div' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6849915Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6850675Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6851157Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6851943Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_tensor_affine' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6852481Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6853222Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flip' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6853696Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6854452Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fmod' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6854928Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6855677Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isfinite' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6856155Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6856883Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isinf' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6857360Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6858109Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6858592Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6859346Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6859839Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6860589Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6861062Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6861837Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6862319Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6863061Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6863542Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6864312Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6864803Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6865568Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nan_to_num' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6866047Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6866836Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::quantize_per_tensor' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6867328Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6868055Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::slice' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6868542Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6869278Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6869753Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6870490Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6870957Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6871723Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6872221Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6873281Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6873764Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6874539Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6875038Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6875809Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6876303Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6877056Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6877543Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6878310Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6878865Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6879592Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::Delete' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6880074Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6880875Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ConstantChunk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6881365Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6882115Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__getitem_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6882579Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6883329Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6883806Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6884540Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__lshift_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6885015Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6885759Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__rshift_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6886296Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6887044Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6887527Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6888262Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_dim_arange' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6888748Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6889525Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_indices_along_dim' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6890028Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6890783Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_output_shape' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6891318Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6892088Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_padded_input' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6892584Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6893362Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6893833Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6894564Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::len' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6895042Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6895808Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_prepare_onnx_paddings' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6896303Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6897032Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_set_item' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6897514Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6898261Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unique2' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6898747Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6899483Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::add' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6899963Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6900714Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::append' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6901197Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6901929Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6902408Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6903160Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argsort' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6903649Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6904434Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6904910Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6905676Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6906154Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6906902Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6907378Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6908115Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cat' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6908594Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6909335Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::chunk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6909810Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6910540Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6911019Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6911763Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_max' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6912246Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6913092Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_min' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6913575Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6914336Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::constant_pad_nd' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6914826Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6915573Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cumsum' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6916041Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6916788Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6917323Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6918084Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_renorm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6918561Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6919350Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6919833Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6920575Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6921054Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6921793Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardtanh' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6922272Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6923010Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::im2col' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6923492Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6924217Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6924696Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6925450Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6926013Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6926764Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6927238Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6927985Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_put' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6928467Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6929212Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::insert' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6929711Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6930459Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_det' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6930939Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6931722Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_vector_norm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6932216Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6932943Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logdet' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6933422Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6934171Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_scatter' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6934657Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6935401Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_select' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6935882Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6936620Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6937095Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6937831Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::narrow' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6938294Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6939027Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::normal' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6939505Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6940241Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6940710Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6941469Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pixel_shuffle' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6941958Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6942689Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pop' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6943195Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6943938Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6944425Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6945212Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6945699Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6946443Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6946931Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6947689Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6948172Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6948913Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::relu6' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6949381Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6950127Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::remainder' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6950606Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6951363Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6951838Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6952595Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6952692Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6953447Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6953544Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6954179Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6954351Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6954970Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::round' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6955066Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6955720Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6955816Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6956417Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::select' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6956517Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6957126Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::size' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6957221Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6957835Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6957933Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6958547Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6958642Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6959275Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6959370Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6959990Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::squeeze' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6960088Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6960683Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::stack' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6960780Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6961394Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6961489Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6962105Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6962230Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6962847Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unique_dim' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6962967Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6963597Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsqueeze' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6963692Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6964323Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bicubic2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6964416Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6965054Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6965137Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6965767Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6965864Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6966574Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6966674Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6967310Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6967409Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6968046Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6968141Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6968781Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6968876Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6969539Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_dropout_returns_masked_input_and_mask' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6969670Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6970290Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_einsum_helper' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6970386Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6971031Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmax' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6971129Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6971743Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmin' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6971839Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6972498Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::binary_cross_entropy_with_logits' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6972595Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6973208Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::celu' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6973305Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6973931Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cross_entropy_loss' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6974025Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6974630Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dropout' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6974726Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6975340Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::einsum' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6975434Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6976044Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ge' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6976140Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6976736Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::le' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6976858Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6977490Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::native_dropout' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6977584Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6978227Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nll_loss' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6978326Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6978946Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nll_loss2d' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6979031Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6979655Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nll_loss_nd' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6979751Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6980369Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::outer' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6980466Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6981075Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pow' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6981170Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6981791Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tensordot' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6981886Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6982498Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unfold' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6982594Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6983221Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6983302Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6983929Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d_relu' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6984024Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6984648Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::linear' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6984773Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6985439Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_op_symbolic' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6985534Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6986167Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_with_dtype' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6986264Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6986887Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::diagonal' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6986980Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6987634Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_channel_affine' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6987729Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6988367Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_tensor_affine' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6988464Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6989084Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::frobenius_norm' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6989180Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6989795Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log_softmax' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6989891Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6990511Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero_numpy' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6990606Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6991243Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6991339Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6991956Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softmax' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6992082Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6992696Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6992882Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6993562Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6993661Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6994274Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sum' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6994371Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6995001Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tensor_split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6995097Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6995710Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6995808Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6996433Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_chunk' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6996530Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6997160Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6997242Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6997882Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split_with_sizes' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6997982Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6998597Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6998696Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.6999333Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::hardswish' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.6999473Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.7000092Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::batch_norm' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.7000189Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.7000838Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardswish' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.7000937Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.7001562Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reshape' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.7001660Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.7002259Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tril' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.7002356Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.7002971Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::triu' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.7003068Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.7003697Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::unchecked_cast' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.7003794Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.7004404Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__is_' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.7004504Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.7005125Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__isnot_' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.7005222Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.7005849Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::grid_sampler' already registered for opset 16. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.7006021Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.7006639Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 16. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.7006736Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.7007355Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::layer_norm' already registered for opset 17. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:41.7007485Z errors.OnnxExporterWarning, 2022-09-27T16:14:41.9164301Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:41.9164508Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:42.0892586Z ok (0.910s) 2022-09-27T16:14:42.7121475Z test_sample (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:42.7122087Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:42.9365093Z ok (0.847s) 2022-09-27T16:14:45.3552383Z test_variance (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:45.3553307Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:45.4801702Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-09-27T16:14:45.4802744Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-09-27T16:14:46.1616738Z ok (3.224s) 2022-09-27T16:14:46.2387872Z test_entropy_exponential_family (__main__.TestKL) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ distributions/test_distributions.py line 3919 2022-09-27T16:14:46.2388475Z due to: 2022-09-27T16:14:46.2388840Z Traceback (most recent call last): 2022-09-27T16:14:46.2389120Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:46.2389563Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:46.2390027Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:14:46.2390233Z 2022-09-27T16:14:46.2390291Z from user code: 2022-09-27T16:14:46.2390528Z File "distributions/test_distributions.py", line 3920, in __init__ 2022-09-27T16:14:46.2390788Z super(Binomial30, self).__init__(30, probs) 2022-09-27T16:14:46.2390923Z 2022-09-27T16:14:46.2391054Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:46.2391260Z ========== 2022-09-27T16:14:46.4289823Z ok (0.267s) 2022-09-27T16:14:48.4359387Z test_entropy_monte_carlo (__main__.TestKL) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:48.4360044Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:49.2343684Z ok (2.804s) 2022-09-27T16:14:49.2529515Z test_kl_edgecases (__main__.TestKL) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_kl_edgecases distributions/test_distributions.py line 4235 2022-09-27T16:14:49.2530071Z due to: 2022-09-27T16:14:49.2530347Z Traceback (most recent call last): 2022-09-27T16:14:49.2530756Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:49.2531650Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:49.2532415Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:14:49.2532810Z 2022-09-27T16:14:49.2532940Z from user code: 2022-09-27T16:14:49.2533397Z File "distributions/test_distributions.py", line 4236, in test_kl_edgecases 2022-09-27T16:14:49.2533919Z self.assertEqual(kl_divergence(Bernoulli(0), Bernoulli(0)), 0) 2022-09-27T16:14:49.2534222Z 2022-09-27T16:14:49.2534443Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:49.2534846Z ========== 2022-09-27T16:14:49.2545992Z ok (0.019s) 2022-09-27T16:14:49.3040187Z test_kl_exponential_family (__main__.TestKL) ... ok (0.048s) 2022-09-27T16:14:49.3686140Z test_kl_infinite (__main__.TestKL) ... ok (0.063s) 2022-09-27T16:14:49.4450620Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... ok (0.075s) 2022-09-27T16:14:50.0036615Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... ok (0.557s) 2022-09-27T16:14:50.7039986Z test_kl_monte_carlo (__main__.TestKL) ... ok (0.700s) 2022-09-27T16:14:50.7556066Z test_kl_multivariate_normal (__main__.TestKL) ... ok (0.050s) 2022-09-27T16:14:51.2987704Z test_kl_multivariate_normal_batched (__main__.TestKL) ... ok (0.542s) 2022-09-27T16:14:52.0439323Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... ok (0.744s) 2022-09-27T16:14:52.3018728Z test_kl_shape (__main__.TestKL) ... ok (0.257s) 2022-09-27T16:14:52.3664650Z test_kl_transformed (__main__.TestKL) ... ok (0.063s) 2022-09-27T16:14:52.4147943Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.047s) 2022-09-27T16:14:52.4517584Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.036s) 2022-09-27T16:14:52.8787400Z test_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.426s) 2022-09-27T16:14:52.9154755Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.036s) 2022-09-27T16:14:52.9516713Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.036s) 2022-09-27T16:14:52.9701142Z test_categorical_log_prob (__main__.TestNumericalStability) ... ok (0.018s) 2022-09-27T16:14:52.9896214Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.019s) 2022-09-27T16:14:53.1848900Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.195s) 2022-09-27T16:14:53.2117892Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.026s) 2022-09-27T16:14:53.2385236Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.026s) 2022-09-27T16:14:53.2589665Z test_multinomial_log_prob (__main__.TestNumericalStability) ... ok (0.020s) 2022-09-27T16:14:53.2792295Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.020s) 2022-09-27T16:14:53.3335069Z test_beta_wrt_alpha (__main__.TestRsample) ... ok (0.054s) 2022-09-27T16:14:53.3877313Z test_beta_wrt_beta (__main__.TestRsample) ... ok (0.054s) 2022-09-27T16:14:53.4019278Z test_chi2 (__main__.TestRsample) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_chi2 distributions/test_distributions.py line 3273 2022-09-27T16:14:53.4019874Z due to: 2022-09-27T16:14:53.4020227Z Traceback (most recent call last): 2022-09-27T16:14:53.4020584Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:53.4021072Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:53.4021517Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:14:53.4021720Z 2022-09-27T16:14:53.4021793Z from user code: 2022-09-27T16:14:53.4022027Z File "distributions/test_distributions.py", line 3278, in test_chi2 2022-09-27T16:14:53.4022251Z x = Chi2(dfs).rsample() 2022-09-27T16:14:53.4022366Z 2022-09-27T16:14:53.4022497Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:53.4022716Z ========== 2022-09-27T16:14:53.4304978Z ok (0.042s) 2022-09-27T16:14:53.9183873Z test_dirichlet_multivariate (__main__.TestRsample) ... ok (0.487s) 2022-09-27T16:14:53.9743915Z test_dirichlet_on_diagonal (__main__.TestRsample) ... ok (0.055s) 2022-09-27T16:14:54.1116282Z test_dirichlet_tangent_field (__main__.TestRsample) ... ok (0.136s) 2022-09-27T16:14:54.1630556Z test_gamma (__main__.TestRsample) ... ok (0.051s) 2022-09-27T16:14:54.1875632Z test_invalid (__main__.TestValidation) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-09-27T16:14:54.1877345Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-09-27T16:14:54.1932654Z ok (0.030s) 2022-09-27T16:14:54.5387033Z test_invalid_log_probs_arg (__main__.TestValidation) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:54.5387659Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:54.5753016Z ok (0.381s) 2022-09-27T16:14:54.5913993Z test_valid (__main__.TestValidation) ... ok (0.015s) 2022-09-27T16:14:54.5979472Z test_warning_unimplemented_constraints (__main__.TestValidation) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT Delta distributions/test_distributions.py line 4986 2022-09-27T16:14:54.5980055Z due to: 2022-09-27T16:14:54.5980377Z Traceback (most recent call last): 2022-09-27T16:14:54.5980881Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:14:54.5981323Z raise Unsupported(msg) 2022-09-27T16:14:54.5981704Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:14:54.5981971Z 2022-09-27T16:14:54.5982090Z from user code: 2022-09-27T16:14:54.5982491Z File "distributions/test_distributions.py", line 4986, in Delta 2022-09-27T16:14:54.5982890Z class Delta(Distribution): 2022-09-27T16:14:54.5983099Z 2022-09-27T16:14:54.5983327Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:54.5983701Z ========== 2022-09-27T16:14:54.6241083Z ok (0.032s) 2022-09-27T16:14:54.6241307Z 2022-09-27T16:14:54.6241739Z ---------------------------------------------------------------------- 2022-09-27T16:14:54.6242145Z Ran 219 tests in 67.710s 2022-09-27T16:14:54.6242346Z 2022-09-27T16:14:54.6242469Z OK (skipped=5) 2022-09-27T16:14:54.6242633Z 2022-09-27T16:14:54.6242771Z Generating XML reports... 2022-09-27T16:14:54.6277372Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20220927161346.xml 2022-09-27T16:14:54.6281029Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20220927161346.xml 2022-09-27T16:14:54.6315369Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20220927161346.xml 2022-09-27T16:14:54.6410369Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20220927161346.xml 2022-09-27T16:14:54.6416026Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20220927161346.xml 2022-09-27T16:14:54.6488476Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20220927161346.xml 2022-09-27T16:14:54.6501460Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20220927161346.xml 2022-09-27T16:14:54.6505783Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20220927161346.xml 2022-09-27T16:14:54.6516190Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20220927161346.xml 2022-09-27T16:14:54.6530096Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20220927161346.xml 2022-09-27T16:14:54.6545813Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20220927161346.xml 2022-09-27T16:14:55.6393789Z Running test_jit_llga_fuser ... [2022-09-27 16:14:55.638951] 2022-09-27T16:14:55.6394360Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_llga_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:14:55.639030] 2022-09-27T16:14:57.0748340Z Test results will be stored in test-reports/python-unittest/test_jit_llga_fuser 2022-09-27T16:14:57.0763895Z 2022-09-27T16:14:57.0764022Z Running tests... 2022-09-27T16:14:57.0764447Z ---------------------------------------------------------------------- 2022-09-27T16:15:02.0123210Z test_context_manager (__main__.TestEnableDisableLlgaFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_llga_fuser.py line 487 2022-09-27T16:15:02.0123805Z due to: 2022-09-27T16:15:02.0124000Z Traceback (most recent call last): 2022-09-27T16:15:02.0124283Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:15:02.0124961Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:15:02.0125493Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:15:02.0125733Z 2022-09-27T16:15:02.0125793Z from user code: 2022-09-27T16:15:02.0126107Z File "test_jit_llga_fuser.py", line 488, in 2022-09-27T16:15:02.0126381Z self.is_enabled = torch._C._jit_set_llga_enabled(False) 2022-09-27T16:15:02.0126529Z 2022-09-27T16:15:02.0126649Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:15:02.0126870Z ========== 2022-09-27T16:15:02.0162763Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_context_manager test_jit_llga_fuser.py line 494 2022-09-27T16:15:02.0163206Z due to: 2022-09-27T16:15:02.0163528Z Traceback (most recent call last): 2022-09-27T16:15:02.0164040Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:15:02.0164508Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:15:02.0164984Z AssertionError: torch.* op returned non-Tensor _GeneratorContextManager call_function 2022-09-27T16:15:02.0165210Z 2022-09-27T16:15:02.0165287Z from user code: 2022-09-27T16:15:02.0165516Z File "test_jit_llga_fuser.py", line 497, in test_context_manager 2022-09-27T16:15:02.0165796Z with torch.jit.fuser('fuser3'): 2022-09-27T16:15:02.0165970Z 2022-09-27T16:15:02.0166110Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:15:02.0166330Z ========== 2022-09-27T16:15:02.0254193Z Exception ignored in: .extract_files.. at 0x7f117605da50> 2022-09-27T16:15:02.0254546Z Traceback (most recent call last): 2022-09-27T16:15:02.0255145Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/jit_utils.py", line 210, in 2022-09-27T16:15:02.0255955Z debug_files = (pickle.load(f) for f in debug_files_stream) 2022-09-27T16:15:02.0256375Z SystemError: error return without exception set 2022-09-27T16:15:02.0256866Z Exception ignored in: .extract_files.. at 0x7f117605d9d0> 2022-09-27T16:15:02.0257225Z Traceback (most recent call last): 2022-09-27T16:15:02.0257649Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/jit_utils.py", line 209, in 2022-09-27T16:15:02.0257976Z debug_files_stream = (archive.open(f) for f in debug_files_str) 2022-09-27T16:15:02.0258227Z SystemError: error return without exception set 2022-09-27T16:15:02.0756926Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT tearDown test_jit_llga_fuser.py line 490 2022-09-27T16:15:02.0757394Z due to: 2022-09-27T16:15:02.0757689Z Traceback (most recent call last): 2022-09-27T16:15:02.0758182Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:15:02.0758924Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:15:02.0759834Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:15:02.0760497Z 2022-09-27T16:15:02.0760598Z from user code: 2022-09-27T16:15:02.0760953Z File "test_jit_llga_fuser.py", line 491, in tearDown 2022-09-27T16:15:02.0761362Z torch._C._jit_set_llga_enabled(self.is_enabled) 2022-09-27T16:15:02.0761600Z 2022-09-27T16:15:02.0761817Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:15:02.0762174Z ========== 2022-09-27T16:15:02.0776236Z ok (4.941s) 2022-09-27T16:15:02.0976716Z test_bn2d_eltwise (__main__.TestFusionPattern) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_llga_fuser.py line 31 2022-09-27T16:15:02.0977447Z due to: 2022-09-27T16:15:02.0977781Z Traceback (most recent call last): 2022-09-27T16:15:02.0978258Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:15:02.0979005Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:15:02.0979879Z AssertionError: torch.* op returned non-Tensor _GeneratorContextManager call_function 2022-09-27T16:15:02.0980283Z 2022-09-27T16:15:02.0980402Z from user code: 2022-09-27T16:15:02.0980801Z File "test_jit_llga_fuser.py", line 33, in 2022-09-27T16:15:02.0981231Z torch._jit_internal._disable_emit_hooks(): 2022-09-27T16:15:02.0981465Z 2022-09-27T16:15:02.0981683Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:15:02.0982052Z ========== 2022-09-27T16:15:02.1111057Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT warmup_forward test_jit_llga_fuser.py line 15 2022-09-27T16:15:02.1111544Z due to: 2022-09-27T16:15:02.1111874Z Traceback (most recent call last): 2022-09-27T16:15:02.1112520Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:15:02.1113378Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:15:02.1113967Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:15:02.1114318Z 2022-09-27T16:15:02.1114442Z from user code: 2022-09-27T16:15:02.1114867Z File "test_jit_llga_fuser.py", line 17, in warmup_forward 2022-09-27T16:15:02.1115291Z results = f(*args) 2022-09-27T16:15:02.1115514Z 2022-09-27T16:15:02.1115780Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:15:02.1116212Z ========== 2022-09-27T16:15:02.1360121Z ok (0.058s) 2022-09-27T16:15:02.1903600Z test_conv2d_bn (__main__.TestFusionPattern) ... ok (0.054s) 2022-09-27T16:15:02.2456419Z test_conv2d_bn_relu (__main__.TestFusionPattern) ... ok (0.055s) 2022-09-27T16:15:02.4080101Z test_conv2d_eltwise (__main__.TestFusionPattern) ... ok (0.162s) 2022-09-27T16:15:02.6372604Z test_conv2d_sum (__main__.TestFusionPattern) ... ok (0.229s) 2022-09-27T16:15:02.8806136Z test_linear_eltwise (__main__.TestFusionPattern) ... ok (0.243s) 2022-09-27T16:15:02.9531246Z test_rewrap_tensor_input_to_pytorch (__main__.TestFusionPattern) ... ok (0.072s) 2022-09-27T16:15:02.9678088Z test_wildcard (__main__.TestFusionPattern) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:983: TracerWarning: Encountering a list at the output of the tracer might cause the trace to be incorrect, this is only valid if the container structure does not change based on the module's inputs. Consider using a constant container instead (e.g. for `list`, use a `tuple` instead. for `dict`, use a `NamedTuple` instead). If you absolutely need this and know the side effects, pass strict=False to trace() to allow this behavior. 2022-09-27T16:15:02.9679258Z argument_names, 2022-09-27T16:15:03.0000567Z ok (0.046s) 2022-09-27T16:15:03.8207220Z test_vision_alexnet (__main__.TestModel) ... ok (0.820s) 2022-09-27T16:15:13.1293118Z test_vision_densenet121 (__main__.TestModel) ... ok (9.308s) 2022-09-27T16:15:13.1546421Z test_vision_googlenet (__main__.TestModel) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/googlenet.py:51: FutureWarning: The default weight initialization of GoogleNet will be changed in future releases of torchvision. If you wish to keep the old behavior (which leads to long initialization times due to scipy/scipy#11299), please set init_weights=True. 2022-09-27T16:15:13.1547224Z FutureWarning, 2022-09-27T16:15:16.8751986Z ok (3.745s) 2022-09-27T16:15:20.5178469Z test_vision_mnasnet1_0 (__main__.TestModel) ... ok (3.642s) 2022-09-27T16:15:20.5851561Z test_vision_mobilenet_v2 (__main__.TestModel) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py line 144 2022-09-27T16:15:20.5852181Z due to: 2022-09-27T16:15:20.5852498Z Traceback (most recent call last): 2022-09-27T16:15:20.5852999Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:15:20.5853533Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:15:20.5853911Z AssertionError: type 2022-09-27T16:15:20.5854104Z 2022-09-27T16:15:20.5854219Z from user code: 2022-09-27T16:15:20.5854852Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py", line 171, in __init__ 2022-09-27T16:15:20.5855292Z torch.nn.Conv2d, 2022-09-27T16:15:20.5855478Z 2022-09-27T16:15:20.5855697Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:15:20.5856068Z ========== 2022-09-27T16:15:24.9036305Z ok (4.385s) 2022-09-27T16:15:27.8793572Z test_vision_resnet50 (__main__.TestModel) ... ok (2.975s) 2022-09-27T16:15:35.2314853Z test_vision_resnext101_32x8d (__main__.TestModel) ... ok (7.351s) 2022-09-27T16:15:38.1316303Z test_vision_resnext50_32x4d (__main__.TestModel) ... ok (2.899s) 2022-09-27T16:15:42.2739071Z test_vision_shufflenet_v2_x1_0 (__main__.TestModel) ... ok (4.142s) 2022-09-27T16:15:43.2094002Z test_vision_squeezenet1_0 (__main__.TestModel) ... ok (0.931s) 2022-09-27T16:15:46.2520869Z test_vision_vgg16 (__main__.TestModel) ... ok (3.042s) 2022-09-27T16:15:50.4294641Z test_vision_wide_resnet50_2 (__main__.TestModel) ... ok (4.177s) 2022-09-27T16:15:50.6615462Z test_add (__main__.TestOp) ... ok (0.231s) 2022-09-27T16:15:50.6680192Z test_add_scalar (__main__.TestOp) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_add_scalar test_jit_llga_fuser.py line 209 2022-09-27T16:15:50.6680699Z due to: 2022-09-27T16:15:50.6684571Z Traceback (most recent call last): 2022-09-27T16:15:50.6685137Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 140, in python_type 2022-09-27T16:15:50.6685639Z raise NotImplementedError(f"{self} has no type") 2022-09-27T16:15:50.6686210Z NotImplementedError: NestedUserFunctionVariable() has no type 2022-09-27T16:15:50.6686513Z 2022-09-27T16:15:50.6686634Z from user code: 2022-09-27T16:15:50.6686992Z File "test_jit_llga_fuser.py", line 214, in test_add_scalar 2022-09-27T16:15:50.6687414Z _, graph = self.checkTrace(add_scalar, [x]) 2022-09-27T16:15:50.6687658Z 2022-09-27T16:15:50.6687877Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:15:50.6688234Z ========== 2022-09-27T16:15:50.6866544Z ok (0.024s) 2022-09-27T16:15:50.6958889Z test_addmm (__main__.TestOp) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_addmm test_jit_llga_fuser.py line 217 2022-09-27T16:15:50.6959396Z due to: 2022-09-27T16:15:50.6959691Z Traceback (most recent call last): 2022-09-27T16:15:50.6960176Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 140, in python_type 2022-09-27T16:15:50.6960693Z raise NotImplementedError(f"{self} has no type") 2022-09-27T16:15:50.6961186Z NotImplementedError: NestedUserFunctionVariable() has no type 2022-09-27T16:15:50.6961483Z 2022-09-27T16:15:50.6961600Z from user code: 2022-09-27T16:15:50.6961955Z File "test_jit_llga_fuser.py", line 225, in test_addmm 2022-09-27T16:15:50.6962371Z _, graph = self.checkTrace(addmm, [x, y, z]) 2022-09-27T16:15:50.6962590Z 2022-09-27T16:15:50.6963092Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:15:50.6963456Z ========== 2022-09-27T16:15:50.7157325Z ok (0.028s) 2022-09-27T16:15:53.0487429Z test_avg_pool2d (__main__.TestOp) ... ok (2.332s) 2022-09-27T16:15:53.0800554Z test_bn2d (__main__.TestOp) ... ok (0.031s) 2022-09-27T16:15:53.0869491Z test_cat (__main__.TestOp) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cat test_jit_llga_fuser.py line 253 2022-09-27T16:15:53.0869968Z due to: 2022-09-27T16:15:53.0870216Z Traceback (most recent call last): 2022-09-27T16:15:53.0870660Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 140, in python_type 2022-09-27T16:15:53.0871449Z raise NotImplementedError(f"{self} has no type") 2022-09-27T16:15:53.0871967Z NotImplementedError: NestedUserFunctionVariable() has no type 2022-09-27T16:15:53.0872270Z 2022-09-27T16:15:53.0872393Z from user code: 2022-09-27T16:15:53.0872936Z File "test_jit_llga_fuser.py", line 266, in test_cat 2022-09-27T16:15:53.0873332Z _, graph = self.checkTrace(cat_along_dim(d), [x, x, x]) 2022-09-27T16:15:53.0873592Z 2022-09-27T16:15:53.0873806Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:15:53.0874190Z ========== 2022-09-27T16:15:53.2171333Z ok (0.136s) 2022-09-27T16:16:01.7695342Z test_conv2d (__main__.TestOp) ... ok (8.552s) 2022-09-27T16:16:01.8125012Z test_eltwise (__main__.TestOp) ... ok (0.042s) 2022-09-27T16:16:01.8185258Z test_identity_binary (__main__.TestOp) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_identity_binary test_jit_llga_fuser.py line 238 2022-09-27T16:16:01.8185823Z due to: 2022-09-27T16:16:01.8186162Z Traceback (most recent call last): 2022-09-27T16:16:01.8186652Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 140, in python_type 2022-09-27T16:16:01.8187150Z raise NotImplementedError(f"{self} has no type") 2022-09-27T16:16:01.8187650Z NotImplementedError: NestedUserFunctionVariable() has no type 2022-09-27T16:16:01.8187957Z 2022-09-27T16:16:01.8189562Z from user code: 2022-09-27T16:16:01.8189960Z File "test_jit_llga_fuser.py", line 243, in test_identity_binary 2022-09-27T16:16:01.8190380Z _, graph = self.checkTrace(forward, [x]) 2022-09-27T16:16:01.8190612Z 2022-09-27T16:16:01.8190840Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:16:01.8191206Z ========== 2022-09-27T16:16:01.8286017Z ok (0.015s) 2022-09-27T16:16:01.8882696Z test_layer_norm (__main__.TestOp) ... ok (0.059s) 2022-09-27T16:16:01.9544743Z test_linear (__main__.TestOp) ... ok (0.066s) 2022-09-27T16:16:03.5159144Z test_max_pool2d (__main__.TestOp) ... ok (1.561s) 2022-09-27T16:16:03.6235277Z test_mul (__main__.TestOp) ... ok (0.107s) 2022-09-27T16:16:03.6287446Z test_softmax (__main__.TestOp) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_softmax test_jit_llga_fuser.py line 173 2022-09-27T16:16:03.6287934Z due to: 2022-09-27T16:16:03.6288246Z Traceback (most recent call last): 2022-09-27T16:16:03.6288736Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 140, in python_type 2022-09-27T16:16:03.6289243Z raise NotImplementedError(f"{self} has no type") 2022-09-27T16:16:03.6289688Z NotImplementedError: LambdaVariable() has no type 2022-09-27T16:16:03.6289928Z 2022-09-27T16:16:03.6290045Z from user code: 2022-09-27T16:16:03.6290406Z File "test_jit_llga_fuser.py", line 177, in test_softmax 2022-09-27T16:16:03.6290796Z _, graph = self.checkTrace(m, [x]) 2022-09-27T16:16:03.6291010Z 2022-09-27T16:16:03.6291217Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:16:03.6291585Z ========== 2022-09-27T16:16:03.6989520Z ok (0.075s) 2022-09-27T16:16:03.7425630Z test_typecheck (__main__.TestOp) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_llga_fuser.py line 274 2022-09-27T16:16:03.7426205Z due to: 2022-09-27T16:16:03.7426516Z Traceback (most recent call last): 2022-09-27T16:16:03.7427113Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:16:03.7428016Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:16:03.7428624Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:16:03.7428907Z 2022-09-27T16:16:03.7429024Z from user code: 2022-09-27T16:16:03.7429414Z File "test_jit_llga_fuser.py", line 277, in 2022-09-27T16:16:03.7429845Z self.assertEqual(m(x), traced(x)) 2022-09-27T16:16:03.7430065Z 2022-09-27T16:16:03.7430287Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:16:03.7430631Z ========== 2022-09-27T16:16:03.7433653Z ok (0.044s) 2022-09-27T16:16:03.7636626Z test_variable_kernel_avg_pool2d (__main__.TestOp) ... ok (0.019s) 2022-09-27T16:16:03.7636925Z 2022-09-27T16:16:03.7637340Z ---------------------------------------------------------------------- 2022-09-27T16:16:03.7637727Z Ran 37 tests in 66.687s 2022-09-27T16:16:03.7637919Z 2022-09-27T16:16:03.7638029Z OK 2022-09-27T16:16:03.7638180Z 2022-09-27T16:16:03.7638321Z Generating XML reports... 2022-09-27T16:16:03.7667790Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestEnableDisableLlgaFuser-20220927161457.xml 2022-09-27T16:16:03.7676603Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20220927161457.xml 2022-09-27T16:16:03.7688956Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20220927161457.xml 2022-09-27T16:16:03.7701900Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20220927161457.xml 2022-09-27T16:16:05.3751664Z Running test_type_hints ... [2022-09-27 16:16:05.374771] 2022-09-27T16:16:05.3752177Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_hints.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:16:05.374857] 2022-09-27T16:16:06.7443964Z Test results will be stored in test-reports/python-unittest/test_type_hints 2022-09-27T16:16:06.7454100Z 2022-09-27T16:16:06.7454237Z Running tests... 2022-09-27T16:16:06.7454678Z ---------------------------------------------------------------------- 2022-09-27T16:16:06.8094417Z test_doc_examples (__main__.TestTypeHints) 2022-09-27T16:16:10.9249048Z Run documentation examples through mypy. ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT get_all_examples test_type_hints.py line 28 2022-09-27T16:16:10.9249669Z due to: 2022-09-27T16:16:10.9249961Z Traceback (most recent call last): 2022-09-27T16:16:10.9250311Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:16:10.9250687Z raise Unsupported(msg) 2022-09-27T16:16:10.9251038Z torchdynamo.exc.Unsupported: missing: BUILD_SET 2022-09-27T16:16:10.9251340Z 2022-09-27T16:16:10.9251482Z from user code: 2022-09-27T16:16:10.9251806Z File "test_type_hints.py", line 35, in get_all_examples 2022-09-27T16:16:10.9252012Z "_np", 2022-09-27T16:16:10.9252110Z 2022-09-27T16:16:10.9252256Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:16:10.9252461Z ========== 2022-09-27T16:17:05.7083528Z ok (58.903s) 2022-09-27T16:17:05.7083712Z 2022-09-27T16:17:05.7085795Z ---------------------------------------------------------------------- 2022-09-27T16:17:05.7086323Z Ran 1 test in 58.963s 2022-09-27T16:17:05.7086499Z 2022-09-27T16:17:05.7086930Z OK 2022-09-27T16:17:05.7087110Z 2022-09-27T16:17:05.7087256Z Generating XML reports... 2022-09-27T16:17:05.7111276Z Generated XML report: test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20220927161606.xml 2022-09-27T16:17:07.8001560Z Running nn/test_pooling ... [2022-09-27 16:17:07.799704] 2022-09-27T16:17:07.8002092Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_pooling.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:17:07.799787] 2022-09-27T16:17:09.3200134Z Test results will be stored in test-reports/python-unittest/nn.test_pooling 2022-09-27T16:17:09.3217528Z 2022-09-27T16:17:09.3217689Z Running tests... 2022-09-27T16:17:09.3218185Z ---------------------------------------------------------------------- 2022-09-27T16:17:09.3990983Z test_avg_pool1d_ceil_mode (__main__.TestAvgPool) ... ok (0.016s) 2022-09-27T16:17:09.4088773Z test_avg_pool2d_ceil_mode (__main__.TestAvgPool) ... ok (0.009s) 2022-09-27T16:17:09.4182363Z test_avg_pool3d_ceil_mode (__main__.TestAvgPool) ... ok (0.009s) 2022-09-27T16:17:09.6358317Z test_doubletensor_avg_pool2d (__main__.TestAvgPool) ... ok (0.217s) 2022-09-27T16:17:09.6665146Z test_doubletensor_avg_pool2d_with_divisor (__main__.TestAvgPool) ... ok (0.030s) 2022-09-27T16:17:10.5699763Z test_doubletensor_avg_pool3d (__main__.TestAvgPool) ... ok (0.903s) 2022-09-27T16:17:10.7995726Z test_doubletensor_avg_pool3d_with_divisor (__main__.TestAvgPool) ... ok (0.229s) 2022-09-27T16:17:11.0207893Z test_MaxUnpool2d_output_size (__main__.TestPoolingNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 304 2022-09-27T16:17:11.0208473Z due to: 2022-09-27T16:17:11.0208775Z Traceback (most recent call last): 2022-09-27T16:17:11.0209420Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/functional.py", line 907, in _unpool_output_size 2022-09-27T16:17:11.0209889Z output_size, d, min_size, max_size 2022-09-27T16:17:11.0210315Z ValueError: invalid output_size "(3, 3)" (dim 0 must be between 3 and 7) 2022-09-27T16:17:11.0210586Z 2022-09-27T16:17:11.0210714Z from user code: 2022-09-27T16:17:11.0211062Z File "nn/test_pooling.py", line 304, in 2022-09-27T16:17:11.0211545Z self.assertRaises(ValueError, lambda: mu(output_small, indices_small, (h, w))) 2022-09-27T16:17:11.0211851Z 2022-09-27T16:17:11.0212069Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:11.0212427Z ========== 2022-09-27T16:17:11.0216434Z ok (0.221s) 2022-09-27T16:17:11.0345936Z test_adaptive_pooling_avg_nhwc (__main__.TestPoolingNN) ... ok (0.012s) 2022-09-27T16:17:11.0369865Z test_adaptive_pooling_avg_nhwc_launch_config_backward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.002s) 2022-09-27T16:17:11.0382942Z test_adaptive_pooling_avg_nhwc_launch_config_forward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:17:11.0541085Z test_adaptive_pooling_avg_nhwc_non_contiguous (__main__.TestPoolingNN) ... ok (0.015s) 2022-09-27T16:17:11.1852053Z test_adaptive_pooling_bfloat16 (__main__.TestPoolingNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 227 2022-09-27T16:17:11.1852652Z due to: 2022-09-27T16:17:11.1853005Z Traceback (most recent call last): 2022-09-27T16:17:11.1853490Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:17:11.1853983Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:17:11.1854427Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:17:11.1854689Z 2022-09-27T16:17:11.1854815Z from user code: 2022-09-27T16:17:11.1855239Z File "nn/test_pooling.py", line 229, in 2022-09-27T16:17:11.1855766Z self.assertTrue(out2.is_contiguous(memory_format=memory_format)) 2022-09-27T16:17:11.1856041Z 2022-09-27T16:17:11.1856264Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:11.1856633Z ========== 2022-09-27T16:17:11.2460544Z ok (0.191s) 2022-09-27T16:17:11.2611139Z test_adaptive_pooling_input_size (__main__.TestPoolingNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 142 2022-09-27T16:17:11.2611664Z due to: 2022-09-27T16:17:11.2612012Z Traceback (most recent call last): 2022-09-27T16:17:11.2612645Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/modules/utils.py", line 37, in _list_with_default 2022-09-27T16:17:11.2613191Z "Input dimension should be at least {}".format(len(out_size) + 1) 2022-09-27T16:17:11.2613638Z ValueError: Input dimension should be at least 3 2022-09-27T16:17:11.2614169Z 2022-09-27T16:17:11.2614272Z from user code: 2022-09-27T16:17:11.2614619Z File "nn/test_pooling.py", line 142, in 2022-09-27T16:17:11.2615057Z self.assertRaises(ValueError, lambda: module(input)) 2022-09-27T16:17:11.2615316Z 2022-09-27T16:17:11.2615533Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:11.2615883Z ========== 2022-09-27T16:17:11.2616156Z ok (0.015s) 2022-09-27T16:17:11.2816420Z test_adaptive_pooling_size_none (__main__.TestPoolingNN) ... ok (0.019s) 2022-09-27T16:17:11.2985879Z test_adaptive_pooling_size_overflow (__main__.TestPoolingNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT > nn/test_pooling.py line 162 2022-09-27T16:17:11.2986456Z due to: 2022-09-27T16:17:11.2986766Z Traceback (most recent call last): 2022-09-27T16:17:11.2987372Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:11.2987829Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:11.2988304Z RuntimeError: Storage size calculation overflowed with sizes=[2, 2, 1, 4611686018427387903] 2022-09-27T16:17:11.2988603Z 2022-09-27T16:17:11.2988836Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:11.2989112Z 2022-09-27T16:17:11.2989248Z Traceback (most recent call last): 2022-09-27T16:17:11.2989720Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:11.2990187Z raise TorchRuntimeError() from e 2022-09-27T16:17:11.2990567Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:11.2990806Z 2022-09-27T16:17:11.2990923Z from user code: 2022-09-27T16:17:11.2991304Z File "nn/test_pooling.py", line 162, in > 2022-09-27T16:17:11.2991834Z lambda: torch.nn.AdaptiveMaxPool1d(0x3fffffffffffffff)(torch.empty([2, 2, 2]))) 2022-09-27T16:17:11.2992134Z 2022-09-27T16:17:11.2992358Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:11.2992730Z ========== 2022-09-27T16:17:11.3042501Z ok (0.022s) 2022-09-27T16:17:11.4485666Z test_max_unpool (__main__.TestPoolingNN) ... ok (0.143s) 2022-09-27T16:17:11.5882909Z test_max_unpool2d_nhwc_cpu (__main__.TestPoolingNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 330 2022-09-27T16:17:11.5883601Z due to: 2022-09-27T16:17:11.5883901Z Traceback (most recent call last): 2022-09-27T16:17:11.5884413Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:17:11.5884954Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:17:11.5885405Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:17:11.5885673Z 2022-09-27T16:17:11.5885798Z from user code: 2022-09-27T16:17:11.5886318Z File "nn/test_pooling.py", line 330, in 2022-09-27T16:17:11.5886945Z ref_upout.backward(ref_grad) 2022-09-27T16:17:11.5887185Z 2022-09-27T16:17:11.5887441Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:11.5887823Z ========== 2022-09-27T16:17:11.5888194Z ok (0.140s) 2022-09-27T16:17:11.6703875Z test_AdaptiveMaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.080s) 2022-09-27T16:17:11.7183798Z test_AdaptiveMaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:17:11.7597719Z test_AdaptiveMaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:17:11.8162041Z test_AdaptiveMaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.056s) 2022-09-27T16:17:11.8588260Z test_AvgPool2d_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:17:11.8606235Z test_AvgPool3d_backward_after_cat_dim1_device_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:17:11.8860098Z test_FractionalMaxPool2d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T16:17:11.9074529Z test_FractionalMaxPool2d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:17:11.9368555Z test_FractionalMaxPool3d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:17:11.9599199Z test_FractionalMaxPool3d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:17:11.9892989Z test_MaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:17:12.0259376Z test_MaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.036s) 2022-09-27T16:17:12.0653440Z test_MaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:17:12.1416704Z test_MaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.076s) 2022-09-27T16:17:12.1470708Z test_MaxUnpool_index_errors_case10_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-09-27T16:17:12.1510074Z test_MaxUnpool_index_errors_case1_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:17:12.1547472Z test_MaxUnpool_index_errors_case2_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:17:12.1584955Z test_MaxUnpool_index_errors_case3_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:17:12.1622656Z test_MaxUnpool_index_errors_case4_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:17:12.1660286Z test_MaxUnpool_index_errors_case5_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:17:12.1698225Z test_MaxUnpool_index_errors_case6_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:17:12.1735938Z test_MaxUnpool_index_errors_case7_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:17:12.1773668Z test_MaxUnpool_index_errors_case8_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:17:12.1811610Z test_MaxUnpool_index_errors_case9_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:17:12.4787853Z test_MaxUnpool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.297s) 2022-09-27T16:17:12.5689307Z test_adaptive_avg_pool2d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 614 2022-09-27T16:17:12.5689927Z due to: 2022-09-27T16:17:12.5690201Z Traceback (most recent call last): 2022-09-27T16:17:12.5690734Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:17:12.5691281Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:17:12.5691759Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:17:12.5692044Z 2022-09-27T16:17:12.5692154Z from user code: 2022-09-27T16:17:12.5692526Z File "nn/test_pooling.py", line 616, in 2022-09-27T16:17:12.5692981Z self.assertTrue(out.is_contiguous(memory_format=torch.channels_last)) 2022-09-27T16:17:12.5693256Z 2022-09-27T16:17:12.5693459Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:12.5693870Z ========== 2022-09-27T16:17:12.5939147Z ok (0.114s) 2022-09-27T16:17:12.6318866Z test_adaptive_avg_pool3d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:17:12.6388770Z test_adaptive_pool_invalid_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_adaptive_pool_invalid nn/test_pooling.py line 1422 2022-09-27T16:17:12.6389343Z due to: 2022-09-27T16:17:12.6389621Z Traceback (most recent call last): 2022-09-27T16:17:12.6390014Z File "/var/lib/jenkins/torchdynamo/torchdynamo/symbolic_convert.py", line 852, in BUILD_MAP 2022-09-27T16:17:12.6390520Z isinstance(k, TensorVariable) and k.parameter_value is not None 2022-09-27T16:17:12.6390929Z AssertionError 2022-09-27T16:17:12.6391124Z 2022-09-27T16:17:12.6391518Z from user code: 2022-09-27T16:17:12.6391909Z File "nn/test_pooling.py", line 1428, in test_adaptive_pool_invalid 2022-09-27T16:17:12.6392373Z torch.nn.AdaptiveAvgPool3d: inp_3d} 2022-09-27T16:17:12.6392627Z 2022-09-27T16:17:12.6393094Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:12.6393472Z ========== 2022-09-27T16:17:12.6475957Z ok (0.015s) 2022-09-27T16:17:12.6496764Z test_adaptive_pool_odd_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:17:12.7480543Z test_adaptive_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 967 2022-09-27T16:17:12.7481222Z due to: 2022-09-27T16:17:12.7481529Z Traceback (most recent call last): 2022-09-27T16:17:12.7482106Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:17:12.7482707Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:17:12.7483171Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:17:12.7483470Z 2022-09-27T16:17:12.7483610Z from user code: 2022-09-27T16:17:12.7484068Z File "nn/test_pooling.py", line 967, in 2022-09-27T16:17:12.7484512Z ref_out.backward(ref_grad) 2022-09-27T16:17:12.7484741Z 2022-09-27T16:17:12.7485009Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:12.7485423Z ========== 2022-09-27T16:17:13.0245594Z ok (0.374s) 2022-09-27T16:17:13.2216338Z test_adaptive_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.196s) 2022-09-27T16:17:13.2234954Z test_adaptive_pooling_no_suppot_input_cpu_int16 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-09-27T16:17:13.2251969Z test_adaptive_pooling_no_suppot_input_cpu_int32 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-09-27T16:17:13.2268839Z test_adaptive_pooling_no_suppot_input_cpu_int64 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-09-27T16:17:13.2285410Z test_adaptive_pooling_no_suppot_input_cpu_int8 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-09-27T16:17:13.2301368Z test_adaptive_pooling_no_suppot_input_cpu_uint8 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-09-27T16:17:13.2922537Z test_adaptive_pooling_zero_batch_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.062s) 2022-09-27T16:17:13.3305083Z test_adaptive_pooling_zero_batch_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T16:17:13.4832197Z test_avg_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 934 2022-09-27T16:17:13.4832959Z due to: 2022-09-27T16:17:13.4833234Z Traceback (most recent call last): 2022-09-27T16:17:13.4833665Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:17:13.4834110Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:17:13.4834993Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:17:13.4835266Z 2022-09-27T16:17:13.4835410Z from user code: 2022-09-27T16:17:13.4835828Z File "nn/test_pooling.py", line 936, in 2022-09-27T16:17:13.4836363Z self.assertTrue(out.is_contiguous(memory_format=memory_format)) 2022-09-27T16:17:13.4836648Z 2022-09-27T16:17:13.4836896Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:13.4837311Z ========== 2022-09-27T16:17:13.5703752Z ok (0.239s) 2022-09-27T16:17:13.6636281Z test_avg_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 679 2022-09-27T16:17:13.6636940Z due to: 2022-09-27T16:17:13.6637265Z Traceback (most recent call last): 2022-09-27T16:17:13.6637759Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:17:13.6638272Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:17:13.6638725Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:17:13.6638986Z 2022-09-27T16:17:13.6639102Z from user code: 2022-09-27T16:17:13.6639469Z File "nn/test_pooling.py", line 681, in 2022-09-27T16:17:13.6639959Z self.assertTrue(out.is_contiguous(memory_format=torch.channels_last)) 2022-09-27T16:17:13.6640256Z 2022-09-27T16:17:13.6640478Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:13.6640849Z ========== 2022-09-27T16:17:17.5696928Z ok (3.999s) 2022-09-27T16:17:24.9119799Z test_avg_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (7.342s) 2022-09-27T16:17:24.9145551Z test_fractional_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.002s) 2022-09-27T16:17:24.9171341Z test_fractional_max_pool3d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.002s) 2022-09-27T16:17:24.9234234Z test_fractional_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:17:24.9529802Z test_max_pool1d_corner_cases_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 704 2022-09-27T16:17:24.9530394Z due to: 2022-09-27T16:17:24.9530674Z Traceback (most recent call last): 2022-09-27T16:17:24.9531213Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:24.9531644Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:24.9532208Z RuntimeError: Expected 3D or 4D (batch mode) tensor with optional 0 dim batch size for input, but got:[1, 1, 0] 2022-09-27T16:17:24.9532579Z 2022-09-27T16:17:24.9532795Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:24.9533074Z 2022-09-27T16:17:24.9533237Z Traceback (most recent call last): 2022-09-27T16:17:24.9533771Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:24.9534273Z raise TorchRuntimeError() from e 2022-09-27T16:17:24.9534686Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:24.9534945Z 2022-09-27T16:17:24.9535069Z from user code: 2022-09-27T16:17:24.9537874Z File "nn/test_pooling.py", line 708, in 2022-09-27T16:17:24.9538573Z self.assertEqual(model(x), expected) 2022-09-27T16:17:24.9540897Z 2022-09-27T16:17:24.9541710Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:24.9542072Z ========== 2022-09-27T16:17:25.0399640Z ok (0.116s) 2022-09-27T16:17:25.0828690Z test_max_pool1d_corner_cases_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:17:25.4200430Z test_max_pool1d_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.336s) 2022-09-27T16:17:26.1860790Z test_max_pool1d_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.765s) 2022-09-27T16:17:26.3564552Z test_max_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 883 2022-09-27T16:17:26.3565151Z due to: 2022-09-27T16:17:26.3565489Z Traceback (most recent call last): 2022-09-27T16:17:26.3565976Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:17:26.3566514Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:17:26.3566962Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:17:26.3567223Z 2022-09-27T16:17:26.3567556Z from user code: 2022-09-27T16:17:26.3567920Z File "nn/test_pooling.py", line 885, in 2022-09-27T16:17:26.3568400Z self.assertTrue(out.is_contiguous(memory_format=memory_format)) 2022-09-27T16:17:26.3568677Z 2022-09-27T16:17:26.3568900Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:26.3569263Z ========== 2022-09-27T16:17:26.4456998Z ok (0.259s) 2022-09-27T16:17:26.4477372Z test_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:17:26.4498442Z test_max_pool2d_indices_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:17:26.5385127Z test_max_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 790 2022-09-27T16:17:26.5385761Z due to: 2022-09-27T16:17:26.5386094Z Traceback (most recent call last): 2022-09-27T16:17:26.5386603Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:17:26.5387099Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:17:26.5387542Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:17:26.5387800Z 2022-09-27T16:17:26.5387918Z from user code: 2022-09-27T16:17:26.5388299Z File "nn/test_pooling.py", line 792, in 2022-09-27T16:17:26.5388796Z self.assertTrue(out.is_contiguous(memory_format=torch.channels_last)) 2022-09-27T16:17:26.5389088Z 2022-09-27T16:17:26.5389312Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:26.5389678Z ========== 2022-09-27T16:17:30.2587839Z ok (3.808s) 2022-09-27T16:17:37.7047206Z test_max_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (7.445s) 2022-09-27T16:17:37.7096583Z test_max_pool3d_ndhwc_cpu_float16 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:17:37.7141157Z test_max_pool3d_ndhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:17:37.7184338Z test_max_pool3d_ndhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:17:37.7560695Z test_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:17:38.3211333Z test_maxpool3d_non_square_backward_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.564s) 2022-09-27T16:17:38.3232299Z test_maxpool_indices_no_batch_dim_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) 2022-09-27T16:17:38.4142890Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.092s) 2022-09-27T16:17:38.4163254Z test_pool3d_large_size_int64_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:17:38.4181600Z test_pool3d_size_one_feature_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:17:38.4629736Z test_pool_invalid_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.044s) 2022-09-27T16:17:39.4292127Z test_pool_large_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.965s) 2022-09-27T16:17:39.4312595Z test_pooling_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:17:39.4330347Z test_pooling_large_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:17:39.5410644Z test_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 1009 2022-09-27T16:17:39.5411243Z due to: 2022-09-27T16:17:39.5411569Z Traceback (most recent call last): 2022-09-27T16:17:39.5412044Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:17:39.5412554Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:17:39.5413151Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:17:39.5413415Z 2022-09-27T16:17:39.5413534Z from user code: 2022-09-27T16:17:39.5413898Z File "nn/test_pooling.py", line 1009, in 2022-09-27T16:17:39.5414298Z ref_out.backward(ref_grad) 2022-09-27T16:17:39.5414503Z 2022-09-27T16:17:39.5414736Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:39.5415092Z ========== 2022-09-27T16:17:39.8551176Z ok (0.421s) 2022-09-27T16:17:39.9857753Z test_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.130s) 2022-09-27T16:17:39.9878156Z test_pooling_shape_cpu (__main__.TestPoolingNNDeviceTypeCPU) 2022-09-27T16:17:40.0410908Z Test the output shape calculation for pooling functions ... ok (0.055s) 2022-09-27T16:17:40.0550050Z test_pooling_size_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 1081 2022-09-27T16:17:40.0550659Z due to: 2022-09-27T16:17:40.0550949Z Traceback (most recent call last): 2022-09-27T16:17:40.0551429Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:17:40.0551911Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:17:40.0552692Z RuntimeError: Expected 2 to 3 dimensions, but got 4-dimensional tensor for argument #1 'self' (while checking arguments for adaptive_avg_pool1d) 2022-09-27T16:17:40.0553237Z 2022-09-27T16:17:40.0553471Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:40.0553749Z 2022-09-27T16:17:40.0553903Z Traceback (most recent call last): 2022-09-27T16:17:40.0554373Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:40.0554822Z raise TorchRuntimeError() from e 2022-09-27T16:17:40.0555217Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:40.0555457Z 2022-09-27T16:17:40.0555575Z from user code: 2022-09-27T16:17:40.0555930Z File "nn/test_pooling.py", line 1081, in 2022-09-27T16:17:40.0556379Z self.assertRaises(RuntimeError, lambda: F.adaptive_avg_pool1d(t, [])) 2022-09-27T16:17:40.0556670Z 2022-09-27T16:17:40.0556890Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:40.0557255Z ========== 2022-09-27T16:17:40.0690539Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 1082 2022-09-27T16:17:40.0691131Z due to: 2022-09-27T16:17:40.0691464Z Traceback (most recent call last): 2022-09-27T16:17:40.0692206Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/functional.py", line 1214, in adaptive_avg_pool2d 2022-09-27T16:17:40.0692744Z return torch._C._nn.adaptive_avg_pool2d(input, _output_size) 2022-09-27T16:17:40.0693204Z RuntimeError: adaptive_avg_pool2d: output_size must be 2 2022-09-27T16:17:40.0693457Z 2022-09-27T16:17:40.0693686Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:40.0693961Z 2022-09-27T16:17:40.0694101Z Traceback (most recent call last): 2022-09-27T16:17:40.0694569Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:40.0695027Z raise TorchRuntimeError() from e 2022-09-27T16:17:40.0695419Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:40.0695642Z 2022-09-27T16:17:40.0696012Z from user code: 2022-09-27T16:17:40.0696364Z File "nn/test_pooling.py", line 1082, in 2022-09-27T16:17:40.0696830Z self.assertRaises(RuntimeError, lambda: F.adaptive_avg_pool2d(t, [])) 2022-09-27T16:17:40.0697117Z 2022-09-27T16:17:40.0697322Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:40.0697685Z ========== 2022-09-27T16:17:40.1764562Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 1083 2022-09-27T16:17:40.1765010Z due to: 2022-09-27T16:17:40.1765299Z Traceback (most recent call last): 2022-09-27T16:17:40.1766252Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/functional.py", line 1231, in adaptive_avg_pool3d 2022-09-27T16:17:40.1766810Z return torch._C._nn.adaptive_avg_pool3d(input, _output_size) 2022-09-27T16:17:40.1767253Z RuntimeError: adaptive_avg_pool3d: output_size must be 3 2022-09-27T16:17:40.1767511Z 2022-09-27T16:17:40.1767739Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:40.1768020Z 2022-09-27T16:17:40.1768174Z Traceback (most recent call last): 2022-09-27T16:17:40.1772680Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:40.1773129Z raise TorchRuntimeError() from e 2022-09-27T16:17:40.1773537Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:40.1773778Z 2022-09-27T16:17:40.1773892Z from user code: 2022-09-27T16:17:40.1774239Z File "nn/test_pooling.py", line 1083, in 2022-09-27T16:17:40.1774692Z self.assertRaises(RuntimeError, lambda: F.adaptive_avg_pool3d(t, [])) 2022-09-27T16:17:40.1774981Z 2022-09-27T16:17:40.1775204Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:40.1775566Z ========== 2022-09-27T16:17:40.1908434Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 1084 2022-09-27T16:17:40.1908872Z due to: 2022-09-27T16:17:40.1909197Z Traceback (most recent call last): 2022-09-27T16:17:40.1909895Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/functional.py", line 1080, in adaptive_max_pool1d_with_indices 2022-09-27T16:17:40.1910450Z return torch.adaptive_max_pool1d(input, output_size) 2022-09-27T16:17:40.1911253Z RuntimeError: Expected 2 to 3 dimensions, but got 4-dimensional tensor for argument #1 'self' (while checking arguments for adaptive_max_pool1d) 2022-09-27T16:17:40.1911654Z 2022-09-27T16:17:40.1911888Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:40.1912169Z 2022-09-27T16:17:40.1912321Z Traceback (most recent call last): 2022-09-27T16:17:40.1912904Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:40.1913371Z raise TorchRuntimeError() from e 2022-09-27T16:17:40.1913765Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:40.1914017Z 2022-09-27T16:17:40.1914118Z from user code: 2022-09-27T16:17:40.1914469Z File "nn/test_pooling.py", line 1084, in 2022-09-27T16:17:40.1914940Z self.assertRaises(RuntimeError, lambda: F.adaptive_max_pool1d(t, [])) 2022-09-27T16:17:40.1915243Z 2022-09-27T16:17:40.1915463Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:40.1915824Z ========== 2022-09-27T16:17:40.2075189Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 1085 2022-09-27T16:17:40.2075665Z due to: 2022-09-27T16:17:40.2075961Z Traceback (most recent call last): 2022-09-27T16:17:40.2076539Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:40.2076991Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:40.2077460Z RuntimeError: adaptive_max_pool2d(): internal error: output_size.size() must be 2 2022-09-27T16:17:40.2077745Z 2022-09-27T16:17:40.2077976Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:40.2078253Z 2022-09-27T16:17:40.2078406Z Traceback (most recent call last): 2022-09-27T16:17:40.2078877Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:40.2079590Z raise TorchRuntimeError() from e 2022-09-27T16:17:40.2079985Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:40.2080225Z 2022-09-27T16:17:40.2080343Z from user code: 2022-09-27T16:17:40.2080688Z File "nn/test_pooling.py", line 1085, in 2022-09-27T16:17:40.2081143Z self.assertRaises(RuntimeError, lambda: F.adaptive_max_pool2d(t, [])) 2022-09-27T16:17:40.2081436Z 2022-09-27T16:17:40.2081655Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:40.2082017Z ========== 2022-09-27T16:17:40.2249860Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 1086 2022-09-27T16:17:40.2250331Z due to: 2022-09-27T16:17:40.2250659Z Traceback (most recent call last): 2022-09-27T16:17:40.2251232Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:40.2251684Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:40.2253121Z RuntimeError: adaptive_max_pool3d(): internal error: output_size.size() must be 3 2022-09-27T16:17:40.2253423Z 2022-09-27T16:17:40.2253653Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:40.2253943Z 2022-09-27T16:17:40.2254082Z Traceback (most recent call last): 2022-09-27T16:17:40.2254550Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:40.2255013Z raise TorchRuntimeError() from e 2022-09-27T16:17:40.2255406Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:40.2255629Z 2022-09-27T16:17:40.2255748Z from user code: 2022-09-27T16:17:40.2256095Z File "nn/test_pooling.py", line 1086, in 2022-09-27T16:17:40.2256560Z self.assertRaises(RuntimeError, lambda: F.adaptive_max_pool3d(t, [])) 2022-09-27T16:17:40.2256850Z 2022-09-27T16:17:40.2257055Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:40.2257418Z ========== 2022-09-27T16:17:40.2294246Z ok (0.188s) 2022-09-27T16:17:40.2613045Z test_pooling_zero_stride_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 1343 2022-09-27T16:17:40.2613648Z due to: 2022-09-27T16:17:40.2614027Z Traceback (most recent call last): 2022-09-27T16:17:40.2614606Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:40.2614880Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:40.2615093Z RuntimeError: stride should not be zero 2022-09-27T16:17:40.2615227Z 2022-09-27T16:17:40.2615363Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:40.2615542Z 2022-09-27T16:17:40.2615635Z Traceback (most recent call last): 2022-09-27T16:17:40.2615914Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:40.2616176Z raise TorchRuntimeError() from e 2022-09-27T16:17:40.2616411Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:40.2616556Z 2022-09-27T16:17:40.2616628Z from user code: 2022-09-27T16:17:40.2616822Z File "nn/test_pooling.py", line 1343, in 2022-09-27T16:17:40.2617053Z lambda: fn(x, kernel_size=2, stride=0)) 2022-09-27T16:17:40.2617182Z 2022-09-27T16:17:40.2617314Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:40.2617517Z ========== 2022-09-27T16:17:40.2769613Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 1348 2022-09-27T16:17:40.2770038Z due to: 2022-09-27T16:17:40.2770356Z Traceback (most recent call last): 2022-09-27T16:17:40.2770987Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:40.2771482Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:40.2771894Z RuntimeError: stride should not be zero 2022-09-27T16:17:40.2772139Z 2022-09-27T16:17:40.2772362Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:40.2772671Z 2022-09-27T16:17:40.2773123Z Traceback (most recent call last): 2022-09-27T16:17:40.2773402Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:40.2773678Z raise TorchRuntimeError() from e 2022-09-27T16:17:40.2773899Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:40.2774049Z 2022-09-27T16:17:40.2774119Z from user code: 2022-09-27T16:17:40.2774325Z File "nn/test_pooling.py", line 1348, in 2022-09-27T16:17:40.2774521Z lambda: fn_module(x)) 2022-09-27T16:17:40.2774633Z 2022-09-27T16:17:40.2774761Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:40.2774974Z ========== 2022-09-27T16:17:40.3207024Z ok (0.091s) 2022-09-27T16:17:40.3207234Z 2022-09-27T16:17:40.3207606Z ---------------------------------------------------------------------- 2022-09-27T16:17:40.3208088Z Ran 88 tests in 30.999s 2022-09-27T16:17:40.3208285Z 2022-09-27T16:17:40.3208364Z OK (skipped=30) 2022-09-27T16:17:40.3208458Z 2022-09-27T16:17:40.3208545Z Generating XML reports... 2022-09-27T16:17:40.3242342Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestAvgPool-20220927161709.xml 2022-09-27T16:17:40.3253577Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNN-20220927161709.xml 2022-09-27T16:17:40.3312162Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNNDeviceTypeCPU-20220927161709.xml 2022-09-27T16:17:40.8088475Z Running test_testing ... [2022-09-27 16:17:40.808410] 2022-09-27T16:17:40.8089000Z Executing ['/opt/conda/bin/python', '-bb', 'test_testing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:17:40.808494] 2022-09-27T16:17:43.0925727Z Test results will be stored in test-reports/python-unittest/test_testing 2022-09-27T16:17:43.0953894Z 2022-09-27T16:17:43.4334817Z Running tests... 2022-09-27T16:17:43.4335519Z ---------------------------------------------------------------------- 2022-09-27T16:17:43.4336014Z test_bool (__main__.TestAssertClose) ... ok (0.191s) 2022-09-27T16:17:43.4835847Z test_default_tolerance_selection_mismatching_dtypes (__main__.TestAssertClose) ... ok (0.049s) 2022-09-27T16:17:43.4865870Z test_docstring_examples (__main__.TestAssertClose) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_docstring_examples test_testing.py line 803 2022-09-27T16:17:43.4866474Z due to: 2022-09-27T16:17:43.4866767Z Traceback (most recent call last): 2022-09-27T16:17:43.4867262Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:17:43.4867765Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:17:43.4868211Z AssertionError: DocTestParser 2022-09-27T16:17:43.4868441Z 2022-09-27T16:17:43.4868563Z from user code: 2022-09-27T16:17:43.4868935Z File "test_testing.py", line 804, in test_docstring_examples 2022-09-27T16:17:43.4869382Z finder = doctest.DocTestFinder(verbose=False) 2022-09-27T16:17:43.4869613Z 2022-09-27T16:17:43.4869843Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:43.4870203Z ========== 2022-09-27T16:17:44.6105826Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:44.6106339Z due to: 2022-09-27T16:17:44.6106536Z Traceback (most recent call last): 2022-09-27T16:17:44.6106844Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:44.6107111Z raise Unsupported(msg) 2022-09-27T16:17:44.6107346Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:44.6107487Z 2022-09-27T16:17:44.6107556Z from user code: 2022-09-27T16:17:44.6107778Z File "", line 1, in 2022-09-27T16:17:44.6108066Z assert_equal = functools.partial(torch.testing.assert_close, rtol=0, atol=0) 2022-09-27T16:17:44.6108246Z 2022-09-27T16:17:44.6108363Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:44.6108577Z ========== 2022-09-27T16:17:44.6213409Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:44.6213853Z due to: 2022-09-27T16:17:44.6214189Z Traceback (most recent call last): 2022-09-27T16:17:44.6214747Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:44.6215098Z raise Unsupported(msg) 2022-09-27T16:17:44.6215324Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:44.6215475Z 2022-09-27T16:17:44.6215543Z from user code: 2022-09-27T16:17:44.6215752Z File "", line 1, in 2022-09-27T16:17:44.6216188Z expected = torch.tensor([1e0, 1e-1, 1e-2]) 2022-09-27T16:17:44.6216329Z 2022-09-27T16:17:44.6216461Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:44.6216679Z ========== 2022-09-27T16:17:44.6218181Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:44.6218554Z due to: 2022-09-27T16:17:44.6218835Z Traceback (most recent call last): 2022-09-27T16:17:44.6219113Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:44.6219356Z raise Unsupported(msg) 2022-09-27T16:17:44.6219656Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:44.6219939Z 2022-09-27T16:17:44.6220071Z from user code: 2022-09-27T16:17:44.6220450Z File "", line 1, in 2022-09-27T16:17:44.6220725Z actual = torch.acos(torch.cos(expected)) 2022-09-27T16:17:44.6220867Z 2022-09-27T16:17:44.6220996Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:44.6221211Z ========== 2022-09-27T16:17:44.6224627Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:44.6225038Z due to: 2022-09-27T16:17:44.6225399Z Traceback (most recent call last): 2022-09-27T16:17:44.6225830Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:44.6226091Z raise Unsupported(msg) 2022-09-27T16:17:44.6226325Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:44.6226479Z 2022-09-27T16:17:44.6226547Z from user code: 2022-09-27T16:17:44.6226742Z File "", line 1, in 2022-09-27T16:17:44.6226995Z torch.testing.assert_close(actual, expected) 2022-09-27T16:17:44.6227140Z 2022-09-27T16:17:44.6227271Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:44.6227474Z ========== 2022-09-27T16:17:44.6271555Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:44.6271967Z due to: 2022-09-27T16:17:44.6272309Z Traceback (most recent call last): 2022-09-27T16:17:44.6273033Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:44.6273511Z raise Unsupported(msg) 2022-09-27T16:17:44.6273956Z torchdynamo.exc.Unsupported: missing: STORE_NAME 2022-09-27T16:17:44.6274224Z 2022-09-27T16:17:44.6274367Z from user code: 2022-09-27T16:17:44.6274756Z File "", line 1, in 2022-09-27T16:17:44.6275122Z import math 2022-09-27T16:17:44.6275251Z 2022-09-27T16:17:44.6275388Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:44.6275654Z ========== 2022-09-27T16:17:44.6276242Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:44.6276641Z due to: 2022-09-27T16:17:44.6277001Z Traceback (most recent call last): 2022-09-27T16:17:44.6277389Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:44.6277651Z raise Unsupported(msg) 2022-09-27T16:17:44.6277873Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:44.6278023Z 2022-09-27T16:17:44.6278094Z from user code: 2022-09-27T16:17:44.6278300Z File "", line 1, in 2022-09-27T16:17:44.6278504Z expected = math.sqrt(2.0) 2022-09-27T16:17:44.6278767Z 2022-09-27T16:17:44.6278896Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:44.6279112Z ========== 2022-09-27T16:17:44.6280895Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:44.6281298Z due to: 2022-09-27T16:17:44.6281651Z Traceback (most recent call last): 2022-09-27T16:17:44.6282142Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:44.6282601Z raise Unsupported(msg) 2022-09-27T16:17:44.6283043Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:44.6283322Z 2022-09-27T16:17:44.6283518Z from user code: 2022-09-27T16:17:44.6283718Z File "", line 1, in 2022-09-27T16:17:44.6283935Z actual = 2.0 / math.sqrt(2.0) 2022-09-27T16:17:44.6284054Z 2022-09-27T16:17:44.6284186Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:44.6284407Z ========== 2022-09-27T16:17:44.6285194Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:44.6285625Z due to: 2022-09-27T16:17:44.6285983Z Traceback (most recent call last): 2022-09-27T16:17:44.6286395Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:44.6286657Z raise Unsupported(msg) 2022-09-27T16:17:44.6286896Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:44.6287051Z 2022-09-27T16:17:44.6287108Z from user code: 2022-09-27T16:17:44.6287320Z File "", line 1, in 2022-09-27T16:17:44.6287625Z torch.testing.assert_close(actual, expected) 2022-09-27T16:17:44.6287773Z 2022-09-27T16:17:44.6287903Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:44.6288108Z ========== 2022-09-27T16:17:45.7147294Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:45.7147699Z due to: 2022-09-27T16:17:45.7147962Z Traceback (most recent call last): 2022-09-27T16:17:45.7148369Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:45.7148728Z raise Unsupported(msg) 2022-09-27T16:17:45.7149049Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:45.7149278Z 2022-09-27T16:17:45.7149378Z from user code: 2022-09-27T16:17:45.7149678Z File "", line 1, in 2022-09-27T16:17:45.7150042Z torch.testing.assert_close(actual, expected) 2022-09-27T16:17:45.7150248Z 2022-09-27T16:17:45.7150450Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:45.7150833Z ========== 2022-09-27T16:17:46.2601029Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.2601515Z due to: 2022-09-27T16:17:46.2601843Z Traceback (most recent call last): 2022-09-27T16:17:46.2602372Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.2602833Z raise Unsupported(msg) 2022-09-27T16:17:46.2603254Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:46.2603534Z 2022-09-27T16:17:46.2603658Z from user code: 2022-09-27T16:17:46.2604026Z File "", line 1, in 2022-09-27T16:17:46.2604452Z expected = [torch.tensor([1.0]), 2.0, np.array(3.0)] 2022-09-27T16:17:46.2604701Z 2022-09-27T16:17:46.2604937Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.2605324Z ========== 2022-09-27T16:17:46.2650081Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.2650560Z due to: 2022-09-27T16:17:46.2650841Z Traceback (most recent call last): 2022-09-27T16:17:46.2651301Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.2651713Z raise Unsupported(msg) 2022-09-27T16:17:46.2652085Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:46.2652621Z 2022-09-27T16:17:46.2652733Z from user code: 2022-09-27T16:17:46.2653038Z File "", line 1, in 2022-09-27T16:17:46.2653370Z actual = tuple(expected) 2022-09-27T16:17:46.2653552Z 2022-09-27T16:17:46.2653755Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.2654080Z ========== 2022-09-27T16:17:46.2655273Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.2655702Z due to: 2022-09-27T16:17:46.2655963Z Traceback (most recent call last): 2022-09-27T16:17:46.2656537Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.2656886Z raise Unsupported(msg) 2022-09-27T16:17:46.2657213Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:46.2657422Z 2022-09-27T16:17:46.2657504Z from user code: 2022-09-27T16:17:46.2657806Z File "", line 1, in 2022-09-27T16:17:46.2658140Z torch.testing.assert_close(actual, expected) 2022-09-27T16:17:46.2658354Z 2022-09-27T16:17:46.2658547Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.2658895Z ========== 2022-09-27T16:17:46.2785017Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.2785497Z due to: 2022-09-27T16:17:46.2785812Z Traceback (most recent call last): 2022-09-27T16:17:46.2786337Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.2786795Z raise Unsupported(msg) 2022-09-27T16:17:46.2787204Z torchdynamo.exc.Unsupported: missing: STORE_NAME 2022-09-27T16:17:46.2787498Z 2022-09-27T16:17:46.2787621Z from user code: 2022-09-27T16:17:46.2787994Z File "", line 1, in 2022-09-27T16:17:46.2788392Z from collections import OrderedDict 2022-09-27T16:17:46.2788633Z 2022-09-27T16:17:46.2788867Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.2789261Z ========== 2022-09-27T16:17:46.2833544Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.2833968Z due to: 2022-09-27T16:17:46.2834258Z Traceback (most recent call last): 2022-09-27T16:17:46.2834718Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.2835118Z raise Unsupported(msg) 2022-09-27T16:17:46.2835497Z torchdynamo.exc.Unsupported: missing: STORE_NAME 2022-09-27T16:17:46.2835762Z 2022-09-27T16:17:46.2835869Z from user code: 2022-09-27T16:17:46.2836170Z File "", line 1, in 2022-09-27T16:17:46.2836526Z import numpy as np 2022-09-27T16:17:46.2836708Z 2022-09-27T16:17:46.2836908Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.2837231Z ========== 2022-09-27T16:17:46.2839504Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.2839942Z due to: 2022-09-27T16:17:46.2840294Z Traceback (most recent call last): 2022-09-27T16:17:46.2840774Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.2841237Z raise Unsupported(msg) 2022-09-27T16:17:46.2841663Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:46.2841946Z 2022-09-27T16:17:46.2842071Z from user code: 2022-09-27T16:17:46.2842431Z File "", line 1, in 2022-09-27T16:17:46.2842812Z foo = torch.tensor(1.0) 2022-09-27T16:17:46.2843020Z 2022-09-27T16:17:46.2843254Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.2843632Z ========== 2022-09-27T16:17:46.2886512Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.2887001Z due to: 2022-09-27T16:17:46.2887311Z Traceback (most recent call last): 2022-09-27T16:17:46.2887820Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.2888562Z raise Unsupported(msg) 2022-09-27T16:17:46.2888984Z torchdynamo.exc.Unsupported: missing: STORE_NAME 2022-09-27T16:17:46.2889247Z 2022-09-27T16:17:46.2889370Z from user code: 2022-09-27T16:17:46.2889742Z File "", line 1, in 2022-09-27T16:17:46.2890098Z bar = 2.0 2022-09-27T16:17:46.2890262Z 2022-09-27T16:17:46.2890502Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.2890893Z ========== 2022-09-27T16:17:46.2932362Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.2932826Z due to: 2022-09-27T16:17:46.2933385Z Traceback (most recent call last): 2022-09-27T16:17:46.2933899Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.2934369Z raise Unsupported(msg) 2022-09-27T16:17:46.2934779Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:46.2935055Z 2022-09-27T16:17:46.2935184Z from user code: 2022-09-27T16:17:46.2935555Z File "", line 1, in 2022-09-27T16:17:46.2935914Z baz = np.array(3.0) 2022-09-27T16:17:46.2936111Z 2022-09-27T16:17:46.2936348Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.2936742Z ========== 2022-09-27T16:17:46.2978275Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.2978776Z due to: 2022-09-27T16:17:46.2979104Z Traceback (most recent call last): 2022-09-27T16:17:46.2979613Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.2980069Z raise Unsupported(msg) 2022-09-27T16:17:46.2980497Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:46.2980777Z 2022-09-27T16:17:46.2980901Z from user code: 2022-09-27T16:17:46.2981262Z File "", line 1, in 2022-09-27T16:17:46.2981730Z expected = OrderedDict([("foo", foo), ("bar", bar), ("baz", baz)]) 2022-09-27T16:17:46.2982009Z 2022-09-27T16:17:46.2982248Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.2982639Z ========== 2022-09-27T16:17:46.3024082Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.3024514Z due to: 2022-09-27T16:17:46.3024814Z Traceback (most recent call last): 2022-09-27T16:17:46.3025272Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.3025711Z raise Unsupported(msg) 2022-09-27T16:17:46.3026092Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:46.3026346Z 2022-09-27T16:17:46.3026455Z from user code: 2022-09-27T16:17:46.3026793Z File "", line 1, in 2022-09-27T16:17:46.3027157Z actual = {"baz": baz, "bar": bar, "foo": foo} 2022-09-27T16:17:46.3027364Z 2022-09-27T16:17:46.3027577Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.3027900Z ========== 2022-09-27T16:17:46.3028735Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.3029119Z due to: 2022-09-27T16:17:46.3029373Z Traceback (most recent call last): 2022-09-27T16:17:46.3029853Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.3030221Z raise Unsupported(msg) 2022-09-27T16:17:46.3030544Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:46.3030749Z 2022-09-27T16:17:46.3030840Z from user code: 2022-09-27T16:17:46.3031123Z File "", line 1, in 2022-09-27T16:17:46.3031479Z torch.testing.assert_close(actual, expected) 2022-09-27T16:17:46.3031663Z 2022-09-27T16:17:46.3031837Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.3032174Z ========== 2022-09-27T16:17:46.3039129Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.3039839Z due to: 2022-09-27T16:17:46.3040155Z Traceback (most recent call last): 2022-09-27T16:17:46.3040661Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.3041133Z raise Unsupported(msg) 2022-09-27T16:17:46.3041544Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:46.3041822Z 2022-09-27T16:17:46.3041945Z from user code: 2022-09-27T16:17:46.3042317Z File "", line 1, in 2022-09-27T16:17:46.3042719Z expected = torch.tensor([1.0, 2.0, 3.0]) 2022-09-27T16:17:46.3042953Z 2022-09-27T16:17:46.3043275Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.3043674Z ========== 2022-09-27T16:17:46.3084688Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.3085165Z due to: 2022-09-27T16:17:46.3085479Z Traceback (most recent call last): 2022-09-27T16:17:46.3085944Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.3086441Z raise Unsupported(msg) 2022-09-27T16:17:46.3086842Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:46.3087098Z 2022-09-27T16:17:46.3087207Z from user code: 2022-09-27T16:17:46.3087533Z File "", line 1, in 2022-09-27T16:17:46.3087897Z actual = expected.clone() 2022-09-27T16:17:46.3088096Z 2022-09-27T16:17:46.3088305Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.3088639Z ========== 2022-09-27T16:17:46.3089830Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.3090200Z due to: 2022-09-27T16:17:46.3090488Z Traceback (most recent call last): 2022-09-27T16:17:46.3090889Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.3091290Z raise Unsupported(msg) 2022-09-27T16:17:46.3091624Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:46.3091850Z 2022-09-27T16:17:46.3091930Z from user code: 2022-09-27T16:17:46.3092222Z File "", line 1, in 2022-09-27T16:17:46.3092604Z torch.testing.assert_close(torch.nn.Parameter(actual), expected) 2022-09-27T16:17:46.3092844Z 2022-09-27T16:17:46.3093035Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.3093330Z ========== 2022-09-27T16:17:46.3100089Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.3100549Z due to: 2022-09-27T16:17:46.3100835Z Traceback (most recent call last): 2022-09-27T16:17:46.3101296Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.3101705Z raise Unsupported(msg) 2022-09-27T16:17:46.3102080Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:46.3102346Z 2022-09-27T16:17:46.3102467Z from user code: 2022-09-27T16:17:46.3102841Z File "", line 1, in 2022-09-27T16:17:46.3103231Z torch.testing.assert_close( 2022-09-27T16:17:46.3103433Z 2022-09-27T16:17:46.3103657Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.3104024Z ========== 2022-09-27T16:17:46.3108072Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.3108518Z due to: 2022-09-27T16:17:46.3108837Z Traceback (most recent call last): 2022-09-27T16:17:46.3109302Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.3109716Z raise Unsupported(msg) 2022-09-27T16:17:46.3110081Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:46.3110335Z 2022-09-27T16:17:46.3110456Z from user code: 2022-09-27T16:17:46.3110812Z File "", line 1, in 2022-09-27T16:17:46.3111250Z torch.testing.assert_close(actual.numpy(), expected) 2022-09-27T16:17:46.3111524Z 2022-09-27T16:17:46.3111746Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.3112327Z ========== 2022-09-27T16:17:46.3116358Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.3116845Z due to: 2022-09-27T16:17:46.3117156Z Traceback (most recent call last): 2022-09-27T16:17:46.3117639Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.3118065Z raise Unsupported(msg) 2022-09-27T16:17:46.3118461Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:46.3118730Z 2022-09-27T16:17:46.3118846Z from user code: 2022-09-27T16:17:46.3119336Z File "", line 1, in 2022-09-27T16:17:46.3119767Z torch.testing.assert_close(1.0, 1, check_dtype=False) 2022-09-27T16:17:46.3120004Z 2022-09-27T16:17:46.3120205Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.3120537Z ========== 2022-09-27T16:17:46.3121671Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.3122103Z due to: 2022-09-27T16:17:46.3122439Z Traceback (most recent call last): 2022-09-27T16:17:46.3122918Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.3123373Z raise Unsupported(msg) 2022-09-27T16:17:46.3123798Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:46.3124074Z 2022-09-27T16:17:46.3124182Z from user code: 2022-09-27T16:17:46.3124556Z File "", line 1, in 2022-09-27T16:17:46.3124972Z expected = torch.tensor(float("Nan")) 2022-09-27T16:17:46.3125212Z 2022-09-27T16:17:46.3125456Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.3125831Z ========== 2022-09-27T16:17:46.3167586Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.3168050Z due to: 2022-09-27T16:17:46.3168341Z Traceback (most recent call last): 2022-09-27T16:17:46.3168808Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.3169255Z raise Unsupported(msg) 2022-09-27T16:17:46.3169619Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:46.3169876Z 2022-09-27T16:17:46.3169992Z from user code: 2022-09-27T16:17:46.3170337Z File "", line 1, in 2022-09-27T16:17:46.3170687Z actual = expected.clone() 2022-09-27T16:17:46.3170866Z 2022-09-27T16:17:46.3171080Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.3171440Z ========== 2022-09-27T16:17:46.3172362Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.3172714Z due to: 2022-09-27T16:17:46.3172964Z Traceback (most recent call last): 2022-09-27T16:17:46.3173363Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.3173705Z raise Unsupported(msg) 2022-09-27T16:17:46.3174059Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:46.3174278Z 2022-09-27T16:17:46.3174386Z from user code: 2022-09-27T16:17:46.3174719Z File "", line 1, in 2022-09-27T16:17:46.3175094Z torch.testing.assert_close(actual, expected) 2022-09-27T16:17:46.3175330Z 2022-09-27T16:17:46.3175553Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.3175912Z ========== 2022-09-27T16:17:46.3182006Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.3182425Z due to: 2022-09-27T16:17:46.3182704Z Traceback (most recent call last): 2022-09-27T16:17:46.3183133Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.3183523Z raise Unsupported(msg) 2022-09-27T16:17:46.3183908Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:46.3184168Z 2022-09-27T16:17:46.3184285Z from user code: 2022-09-27T16:17:46.3184863Z File "", line 1, in 2022-09-27T16:17:46.3185318Z torch.testing.assert_close(actual, expected, equal_nan=True) 2022-09-27T16:17:46.3185593Z 2022-09-27T16:17:46.3185816Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.3186165Z ========== 2022-09-27T16:17:46.3189954Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.3190420Z due to: 2022-09-27T16:17:46.3190738Z Traceback (most recent call last): 2022-09-27T16:17:46.3191193Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.3191790Z raise Unsupported(msg) 2022-09-27T16:17:46.3192200Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:46.3192458Z 2022-09-27T16:17:46.3192553Z from user code: 2022-09-27T16:17:46.3193363Z File "", line 1, in 2022-09-27T16:17:46.3193700Z expected = torch.tensor([1.0, 2.0, 3.0]) 2022-09-27T16:17:46.3193849Z 2022-09-27T16:17:46.3193972Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.3194193Z ========== 2022-09-27T16:17:46.3195321Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.3195598Z due to: 2022-09-27T16:17:46.3195779Z Traceback (most recent call last): 2022-09-27T16:17:46.3196061Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.3196320Z raise Unsupported(msg) 2022-09-27T16:17:46.3196541Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:46.3196694Z 2022-09-27T16:17:46.3196771Z from user code: 2022-09-27T16:17:46.3196983Z File "", line 1, in 2022-09-27T16:17:46.3197197Z actual = torch.tensor([1.0, 4.0, 5.0]) 2022-09-27T16:17:46.3197325Z 2022-09-27T16:17:46.3197454Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.3197672Z ========== 2022-09-27T16:17:46.3199948Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.3200241Z due to: 2022-09-27T16:17:46.3200440Z Traceback (most recent call last): 2022-09-27T16:17:46.3200716Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.3201016Z raise Unsupported(msg) 2022-09-27T16:17:46.3201262Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:46.3201415Z 2022-09-27T16:17:46.3201484Z from user code: 2022-09-27T16:17:46.3201704Z File "", line 1, in 2022-09-27T16:17:46.3202039Z torch.testing.assert_close(actual, expected, msg="Argh, the tensors are not close!") 2022-09-27T16:17:46.3202225Z 2022-09-27T16:17:46.3202357Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.3202633Z ========== 2022-09-27T16:17:46.3210538Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:17:46.3210891Z due to: 2022-09-27T16:17:46.3211134Z Traceback (most recent call last): 2022-09-27T16:17:46.3211416Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:17:46.3211662Z raise Unsupported(msg) 2022-09-27T16:17:46.3211901Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:17:46.3212059Z 2022-09-27T16:17:46.3212129Z from user code: 2022-09-27T16:17:46.3212329Z File "", line 1, in 2022-09-27T16:17:46.3212557Z torch.testing.assert_close( 2022-09-27T16:17:46.3212681Z 2022-09-27T16:17:46.3212816Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.3213027Z ========== 2022-09-27T16:17:46.8677726Z ok (3.384s) 2022-09-27T16:17:46.8783086Z test_matching (__main__.TestAssertClose) ... ok (0.010s) 2022-09-27T16:17:46.9273668Z test_matching_atol (__main__.TestAssertClose) ... ok (0.048s) 2022-09-27T16:17:46.9408443Z test_matching_conjugate_bit (__main__.TestAssertClose) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_testing.py line 731 2022-09-27T16:17:46.9409177Z due to: 2022-09-27T16:17:46.9409368Z Traceback (most recent call last): 2022-09-27T16:17:46.9409763Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:17:46.9410115Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:17:46.9410465Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:17:46.9410677Z 2022-09-27T16:17:46.9410881Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:46.9411036Z 2022-09-27T16:17:46.9411129Z Traceback (most recent call last): 2022-09-27T16:17:46.9411410Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:17:46.9411653Z ) from e 2022-09-27T16:17:46.9411970Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:17:46.9412228Z 2022-09-27T16:17:46.9412361Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.9412578Z ========== 2022-09-27T16:17:46.9417851Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT make_assert_close_inputs test_testing.py line 507 2022-09-27T16:17:46.9418292Z due to: 2022-09-27T16:17:46.9418650Z Traceback (most recent call last): 2022-09-27T16:17:46.9419159Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:17:46.9419496Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:17:46.9419841Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:17:46.9420047Z 2022-09-27T16:17:46.9420184Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:46.9420346Z 2022-09-27T16:17:46.9420443Z Traceback (most recent call last): 2022-09-27T16:17:46.9420708Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:17:46.9420951Z ) from e 2022-09-27T16:17:46.9421362Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:17:46.9421616Z 2022-09-27T16:17:46.9421734Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.9421951Z ========== 2022-09-27T16:17:46.9431999Z ok (0.015s) 2022-09-27T16:17:46.9477376Z test_matching_nan (__main__.TestAssertClose) ... ok (0.004s) 2022-09-27T16:17:46.9507806Z test_matching_nan_with_equal_nan (__main__.TestAssertClose) ... ok (0.003s) 2022-09-27T16:17:46.9597937Z test_matching_rtol (__main__.TestAssertClose) ... ok (0.009s) 2022-09-27T16:17:46.9629226Z test_meta (__main__.TestAssertClose) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_meta test_testing.py line 608 2022-09-27T16:17:46.9629737Z due to: 2022-09-27T16:17:46.9629954Z Traceback (most recent call last): 2022-09-27T16:17:46.9630591Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 477, in __init__ 2022-09-27T16:17:46.9631071Z assert device.type != "meta" 2022-09-27T16:17:46.9631248Z AssertionError 2022-09-27T16:17:46.9631355Z 2022-09-27T16:17:46.9631425Z from user code: 2022-09-27T16:17:46.9631636Z File "test_testing.py", line 609, in test_meta 2022-09-27T16:17:46.9631857Z actual = torch.empty((2, 2), device="meta") 2022-09-27T16:17:46.9631993Z 2022-09-27T16:17:46.9632127Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:46.9632346Z ========== 2022-09-27T16:17:46.9634881Z ok (0.003s) 2022-09-27T16:17:46.9740682Z test_mismatching_dtype (__main__.TestAssertClose) ... ok (0.010s) 2022-09-27T16:17:46.9836793Z test_mismatching_dtype_no_check (__main__.TestAssertClose) ... ok (0.009s) 2022-09-27T16:17:47.0016264Z test_mismatching_layout (__main__.TestAssertClose) ... /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:77: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T16:17:47.0017190Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T16:17:47.0021966Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mismatching_layout test_testing.py line 615 2022-09-27T16:17:47.0022413Z due to: 2022-09-27T16:17:47.0022886Z Traceback (most recent call last): 2022-09-27T16:17:47.0023549Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.0023893Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.0026461Z NotImplementedError: Could not run 'aten::to_sparse_csr' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_sparse_csr' is only available for these backends: [CPU, SparseCPU, SparseCsrCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:17:47.0028532Z 2022-09-27T16:17:47.0028819Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:17:47.0029456Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T16:17:47.0030133Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-09-27T16:17:47.0030880Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:17:47.0031630Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:17:47.0032382Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:17:47.0033333Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:17:47.0034028Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:17:47.0034697Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.0035360Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.0036033Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:17:47.0036754Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:17:47.0037513Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0038219Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0038925Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0039713Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0040414Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0041124Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0041918Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0042603Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0043294Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0043997Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0044699Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0045390Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0046248Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0046991Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0047732Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0048477Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0049153Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp:12947 [kernel] 2022-09-27T16:17:47.0049811Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:17:47.0050496Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:17:47.0051230Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:17:47.0052048Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:17:47.0052795Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:17:47.0053510Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:17:47.0054240Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:17:47.0054983Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:17:47.0055760Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:17:47.0056524Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:17:47.0056918Z 2022-09-27T16:17:47.0056925Z 2022-09-27T16:17:47.0057154Z During handling of the above exception, another exception occurred: 2022-09-27T16:17:47.0057421Z 2022-09-27T16:17:47.0057580Z Traceback (most recent call last): 2022-09-27T16:17:47.0058253Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:17:47.0058793Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:17:47.0074810Z NotImplementedError: Cannot access storage of SparseCsrTensorImpl 2022-09-27T16:17:47.0075118Z 2022-09-27T16:17:47.0075353Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.0075635Z 2022-09-27T16:17:47.0075775Z Traceback (most recent call last): 2022-09-27T16:17:47.0076409Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.0076874Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.0077252Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.0077490Z 2022-09-27T16:17:47.0077608Z from user code: 2022-09-27T16:17:47.0077984Z File "test_testing.py", line 618, in test_mismatching_layout 2022-09-27T16:17:47.0078391Z sparse_csr = strided.to_sparse_csr() 2022-09-27T16:17:47.0078600Z 2022-09-27T16:17:47.0078825Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.0079191Z ========== 2022-09-27T16:17:47.0079469Z ok (0.021s) 2022-09-27T16:17:47.0231747Z test_mismatching_layout_no_check (__main__.TestAssertClose) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mismatching_layout_no_check test_testing.py line 625 2022-09-27T16:17:47.0232302Z due to: 2022-09-27T16:17:47.0232579Z Traceback (most recent call last): 2022-09-27T16:17:47.0233402Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.0233813Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.0236916Z NotImplementedError: Could not run 'aten::to_sparse_csr' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_sparse_csr' is only available for these backends: [CPU, SparseCPU, SparseCsrCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:17:47.0238974Z 2022-09-27T16:17:47.0239267Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:17:47.0239929Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T16:17:47.0240621Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-09-27T16:17:47.0241354Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:17:47.0242103Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:17:47.0242829Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:17:47.0243635Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:17:47.0244330Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:17:47.0245075Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.0245938Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.0246730Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:17:47.0247445Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:17:47.0248175Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0249045Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0249735Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0250453Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0251145Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0251805Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0252499Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0253169Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0253874Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0254558Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0255270Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0255986Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0256700Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0257466Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0258199Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0258971Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:17:47.0259646Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp:12947 [kernel] 2022-09-27T16:17:47.0260333Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:17:47.0261011Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:17:47.0261781Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:17:47.0262577Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:17:47.0263355Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:17:47.0264057Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:17:47.0264955Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:17:47.0265673Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:17:47.0266454Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:17:47.0267237Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:17:47.0267623Z 2022-09-27T16:17:47.0267754Z 2022-09-27T16:17:47.0267993Z During handling of the above exception, another exception occurred: 2022-09-27T16:17:47.0268287Z 2022-09-27T16:17:47.0268443Z Traceback (most recent call last): 2022-09-27T16:17:47.0269084Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:17:47.0269615Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:17:47.0270160Z NotImplementedError: Cannot access storage of SparseCsrTensorImpl 2022-09-27T16:17:47.0270456Z 2022-09-27T16:17:47.0270651Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.0270921Z 2022-09-27T16:17:47.0271067Z Traceback (most recent call last): 2022-09-27T16:17:47.0271523Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.0272006Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.0272371Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.0272620Z 2022-09-27T16:17:47.0272732Z from user code: 2022-09-27T16:17:47.0273249Z File "test_testing.py", line 628, in test_mismatching_layout_no_check 2022-09-27T16:17:47.0273663Z sparse_csr = strided.to_sparse_csr() 2022-09-27T16:17:47.0273892Z 2022-09-27T16:17:47.0274107Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.0274458Z ========== 2022-09-27T16:17:47.0285901Z ok (0.023s) 2022-09-27T16:17:47.0385553Z test_mismatching_shape (__main__.TestAssertClose) ... ok (0.009s) 2022-09-27T16:17:47.0502863Z test_mismatching_stride (__main__.TestAssertClose) ... ok (0.011s) 2022-09-27T16:17:47.0621337Z test_mismatching_stride_no_check (__main__.TestAssertClose) ... ok (0.011s) 2022-09-27T16:17:47.0747792Z test_mismatching_types (__main__.TestAssertClose) ... ok (0.012s) 2022-09-27T16:17:47.0839320Z test_mismatching_types_subclasses (__main__.TestAssertClose) ... ok (0.009s) 2022-09-27T16:17:47.0928300Z test_mismatching_types_type_equality (__main__.TestAssertClose) ... ok (0.008s) 2022-09-27T16:17:47.1015932Z test_mismatching_values (__main__.TestAssertClose) ... ok (0.008s) 2022-09-27T16:17:47.1117152Z test_mismatching_values_atol (__main__.TestAssertClose) ... ok (0.010s) 2022-09-27T16:17:47.1213866Z test_mismatching_values_rtol (__main__.TestAssertClose) ... ok (0.009s) 2022-09-27T16:17:47.1235920Z test_none (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:47.1384567Z test_none_mismatch (__main__.TestAssertClose) ... ok (0.014s) 2022-09-27T16:17:47.1523126Z test_numpy (__main__.TestAssertClose) ... ok (0.013s) 2022-09-27T16:17:47.1607323Z test_only_atol (__main__.TestAssertClose) ... ok (0.008s) 2022-09-27T16:17:47.1685481Z test_only_rtol (__main__.TestAssertClose) ... ok (0.007s) 2022-09-27T16:17:47.1957365Z test_scalar (__main__.TestAssertClose) ... ok (0.027s) 2022-09-27T16:17:47.2069515Z test_unexpected_error_compare (__main__.TestAssertClose) ... ok (0.011s) 2022-09-27T16:17:47.2167205Z test_unexpected_error_originate (__main__.TestAssertClose) ... ok (0.009s) 2022-09-27T16:17:47.2313248Z test_unknown_layout (__main__.TestAssertClose) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unknown_layout test_testing.py line 599 2022-09-27T16:17:47.2313655Z due to: 2022-09-27T16:17:47.2313844Z Traceback (most recent call last): 2022-09-27T16:17:47.2314232Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.2314731Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.2316899Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:17:47.2318144Z 2022-09-27T16:17:47.2318303Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:17:47.2318728Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:17:47.2319175Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:17:47.2319623Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:17:47.2320064Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:17:47.2320482Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:17:47.2320876Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.2321267Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.2321650Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:17:47.2322080Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:17:47.2322522Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:17:47.2322940Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:17:47.2323336Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:17:47.2323744Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:17:47.2324147Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:17:47.2324549Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:17:47.2324939Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:17:47.2325378Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:17:47.2325822Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:17:47.2326454Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:17:47.2326859Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:17:47.2327266Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:17:47.2327690Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:17:47.2328194Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:17:47.2328611Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:17:47.2329047Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:17:47.2329454Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:17:47.2329845Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:17:47.2330234Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:17:47.2330672Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:17:47.2331151Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:17:47.2331590Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:17:47.2331995Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:17:47.2332427Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:17:47.2332862Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:17:47.2333319Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:17:47.2333756Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:17:47.2333986Z 2022-09-27T16:17:47.2333991Z 2022-09-27T16:17:47.2334127Z During handling of the above exception, another exception occurred: 2022-09-27T16:17:47.2334290Z 2022-09-27T16:17:47.2334383Z Traceback (most recent call last): 2022-09-27T16:17:47.2334759Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:17:47.2335076Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:17:47.2335386Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:17:47.2335551Z 2022-09-27T16:17:47.2335687Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.2335850Z 2022-09-27T16:17:47.2335929Z Traceback (most recent call last): 2022-09-27T16:17:47.2336204Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.2336479Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.2336712Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.2336840Z 2022-09-27T16:17:47.2336910Z from user code: 2022-09-27T16:17:47.2337127Z File "test_testing.py", line 602, in test_unknown_layout 2022-09-27T16:17:47.2337355Z expected = actual.to_mkldnn() 2022-09-27T16:17:47.2337500Z 2022-09-27T16:17:47.2337630Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.2337845Z ========== 2022-09-27T16:17:47.2338013Z ok (0.015s) 2022-09-27T16:17:47.2349114Z test_unknown_type (__main__.TestAssertClose) ... ok (0.003s) 2022-09-27T16:17:47.2442263Z test_mapping_mismatching_keys (__main__.TestAssertCloseContainer) ... ok (0.009s) 2022-09-27T16:17:47.2611940Z test_mapping_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.016s) 2022-09-27T16:17:47.2696440Z test_sequence_mismatching_len (__main__.TestAssertCloseContainer) ... ok (0.008s) 2022-09-27T16:17:47.2863361Z test_sequence_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.016s) 2022-09-27T16:17:47.2973069Z test_abs_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.010s) 2022-09-27T16:17:47.3001934Z test_abs_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-09-27T16:17:47.3114044Z test_atol (__main__.TestAssertCloseErrorMessage) ... ok (0.011s) 2022-09-27T16:17:47.3142829Z test_identifier_scalars (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-09-27T16:17:47.3247726Z test_identifier_tensor_likes (__main__.TestAssertCloseErrorMessage) ... ok (0.010s) 2022-09-27T16:17:47.3351608Z test_mismatched_elements (__main__.TestAssertCloseErrorMessage) ... ok (0.010s) 2022-09-27T16:17:47.3445411Z test_msg_callable (__main__.TestAssertCloseErrorMessage) ... ok (0.009s) 2022-09-27T16:17:47.3533888Z test_msg_str (__main__.TestAssertCloseErrorMessage) ... ok (0.008s) 2022-09-27T16:17:47.3692855Z test_not_close (__main__.TestAssertCloseErrorMessage) ... ok (0.015s) 2022-09-27T16:17:47.3805942Z test_not_equal (__main__.TestAssertCloseErrorMessage) ... ok (0.011s) 2022-09-27T16:17:47.3910112Z test_rel_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.010s) 2022-09-27T16:17:47.3939974Z test_rel_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-09-27T16:17:47.4046909Z test_rtol (__main__.TestAssertCloseErrorMessage) ... ok (0.010s) 2022-09-27T16:17:47.4153655Z test_zero_div_zero (__main__.TestAssertCloseErrorMessage) ... ok (0.010s) 2022-09-27T16:17:47.4211623Z test_matching_per_channel (__main__.TestAssertCloseQuantized) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_matching_per_channel test_testing.py line 1386 2022-09-27T16:17:47.4212183Z due to: 2022-09-27T16:17:47.4212505Z Traceback (most recent call last): 2022-09-27T16:17:47.4213254Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 203, in from_real_tensor 2022-09-27T16:17:47.4213930Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-09-27T16:17:47.4214599Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-09-27T16:17:47.4214852Z 2022-09-27T16:17:47.4214988Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.4215157Z 2022-09-27T16:17:47.4215249Z Traceback (most recent call last): 2022-09-27T16:17:47.4215536Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:17:47.4215765Z ) from e 2022-09-27T16:17:47.4216107Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:17:47.4216369Z 2022-09-27T16:17:47.4216503Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.4216667Z 2022-09-27T16:17:47.4216746Z Traceback (most recent call last): 2022-09-27T16:17:47.4217027Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.4217301Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.4217534Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.4217664Z 2022-09-27T16:17:47.4217735Z from user code: 2022-09-27T16:17:47.4217960Z File "test_testing.py", line 1392, in test_matching_per_channel 2022-09-27T16:17:47.4218425Z dtype=torch.qint32, 2022-09-27T16:17:47.4218525Z 2022-09-27T16:17:47.4218655Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.4218880Z ========== 2022-09-27T16:17:47.4225502Z ok (0.007s) 2022-09-27T16:17:47.4266611Z test_matching_per_tensor (__main__.TestAssertCloseQuantized) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_matching_per_tensor test_testing.py line 1379 2022-09-27T16:17:47.4267213Z due to: 2022-09-27T16:17:47.4267650Z Traceback (most recent call last): 2022-09-27T16:17:47.4268260Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 203, in from_real_tensor 2022-09-27T16:17:47.4269044Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-09-27T16:17:47.4269662Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-09-27T16:17:47.4270027Z 2022-09-27T16:17:47.4270265Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.4270590Z 2022-09-27T16:17:47.4270749Z Traceback (most recent call last): 2022-09-27T16:17:47.4271172Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:17:47.4271566Z ) from e 2022-09-27T16:17:47.4272168Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:17:47.4272623Z 2022-09-27T16:17:47.4273063Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.4273332Z 2022-09-27T16:17:47.4273474Z Traceback (most recent call last): 2022-09-27T16:17:47.4273951Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.4274420Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.4274778Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.4275010Z 2022-09-27T16:17:47.4275118Z from user code: 2022-09-27T16:17:47.4275489Z File "test_testing.py", line 1380, in test_matching_per_tensor 2022-09-27T16:17:47.4276059Z actual = torch.quantize_per_tensor(torch.tensor(1.0), scale=1.0, zero_point=0, dtype=torch.qint32) 2022-09-27T16:17:47.4276359Z 2022-09-27T16:17:47.4276575Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.4276930Z ========== 2022-09-27T16:17:47.4285496Z ok (0.005s) 2022-09-27T16:17:47.4327955Z test_mismatching_is_quantized (__main__.TestAssertCloseQuantized) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mismatching_is_quantized test_testing.py line 1356 2022-09-27T16:17:47.4328546Z due to: 2022-09-27T16:17:47.4328874Z Traceback (most recent call last): 2022-09-27T16:17:47.4329555Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 203, in from_real_tensor 2022-09-27T16:17:47.4330149Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-09-27T16:17:47.4330779Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-09-27T16:17:47.4331155Z 2022-09-27T16:17:47.4331391Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.4331655Z 2022-09-27T16:17:47.4331793Z Traceback (most recent call last): 2022-09-27T16:17:47.4332262Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:17:47.4332683Z ) from e 2022-09-27T16:17:47.4333247Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:17:47.4333704Z 2022-09-27T16:17:47.4333924Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.4334200Z 2022-09-27T16:17:47.4334355Z Traceback (most recent call last): 2022-09-27T16:17:47.4334834Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.4335297Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.4335929Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.4336171Z 2022-09-27T16:17:47.4336286Z from user code: 2022-09-27T16:17:47.4336676Z File "test_testing.py", line 1358, in test_mismatching_is_quantized 2022-09-27T16:17:47.4337194Z expected = torch.quantize_per_tensor(actual, scale=1.0, zero_point=0, dtype=torch.qint32) 2022-09-27T16:17:47.4337579Z 2022-09-27T16:17:47.4337805Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.4338179Z ========== 2022-09-27T16:17:47.4338534Z ok (0.005s) 2022-09-27T16:17:47.4380573Z test_mismatching_qscheme (__main__.TestAssertCloseQuantized) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mismatching_qscheme test_testing.py line 1364 2022-09-27T16:17:47.4381167Z due to: 2022-09-27T16:17:47.4381484Z Traceback (most recent call last): 2022-09-27T16:17:47.4382120Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 203, in from_real_tensor 2022-09-27T16:17:47.4382719Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-09-27T16:17:47.4383352Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-09-27T16:17:47.4383718Z 2022-09-27T16:17:47.4383934Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.4384213Z 2022-09-27T16:17:47.4384369Z Traceback (most recent call last): 2022-09-27T16:17:47.4384836Z File "/var/lib/jenkins/torchdynamo/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:17:47.4385293Z ) from e 2022-09-27T16:17:47.4385859Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:17:47.4386301Z 2022-09-27T16:17:47.4386540Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.4386820Z 2022-09-27T16:17:47.4386971Z Traceback (most recent call last): 2022-09-27T16:17:47.4387434Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.4387887Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.4388276Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.4388519Z 2022-09-27T16:17:47.4388634Z from user code: 2022-09-27T16:17:47.4388999Z File "test_testing.py", line 1366, in test_mismatching_qscheme 2022-09-27T16:17:47.4389504Z actual = torch.quantize_per_tensor(t, scale=1.0, zero_point=0, dtype=torch.qint32) 2022-09-27T16:17:47.4389803Z 2022-09-27T16:17:47.4390023Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.4390917Z ========== 2022-09-27T16:17:47.4391171Z ok (0.005s) 2022-09-27T16:17:47.4588042Z test_matching (__main__.TestAssertCloseSparseBSC) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_matching test_testing.py line 1299 2022-09-27T16:17:47.4588599Z due to: 2022-09-27T16:17:47.4588893Z Traceback (most recent call last): 2022-09-27T16:17:47.4589477Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.4589937Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.4593643Z NotImplementedError: Could not run 'aten::_validate_compressed_sparse_indices' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_validate_compressed_sparse_indices' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:17:47.4596263Z 2022-09-27T16:17:47.4596549Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:17:47.4597266Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:17:47.4598028Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:17:47.4598843Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:17:47.4599645Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:17:47.4600355Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:17:47.4601018Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.4601685Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.4602342Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:17:47.4603075Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:17:47.4603829Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4604540Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4605225Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4605927Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4606695Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4607394Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4608075Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4608767Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4609458Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4610149Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4610839Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4611540Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4612263Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4612999Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4613725Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4614474Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4615216Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15644 [kernel] 2022-09-27T16:17:47.4615885Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:17:47.4616562Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:17:47.4617355Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:17:47.4618168Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:17:47.4618913Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:17:47.4619613Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:17:47.4620353Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:17:47.4621101Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:17:47.4621878Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:17:47.4622633Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:17:47.4623023Z 2022-09-27T16:17:47.4623029Z 2022-09-27T16:17:47.4623261Z During handling of the above exception, another exception occurred: 2022-09-27T16:17:47.4623539Z 2022-09-27T16:17:47.4623694Z Traceback (most recent call last): 2022-09-27T16:17:47.4624298Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.4624735Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.4625238Z RuntimeError: `ccol_indices[..., -1] == nnz` is not satisfied. 2022-09-27T16:17:47.4625489Z 2022-09-27T16:17:47.4625718Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.4625997Z 2022-09-27T16:17:47.4626147Z Traceback (most recent call last): 2022-09-27T16:17:47.4626603Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.4627057Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.4627443Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.4627684Z 2022-09-27T16:17:47.4627786Z from user code: 2022-09-27T16:17:47.4628132Z File "test_testing.py", line 1303, in test_matching 2022-09-27T16:17:47.4628609Z actual = torch.sparse_bsc_tensor(ccol_indices, row_indices, values, size=(2, 2)) 2022-09-27T16:17:47.4628909Z 2022-09-27T16:17:47.4629115Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.4629479Z ========== 2022-09-27T16:17:47.4629747Z ok (0.021s) 2022-09-27T16:17:47.4808136Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseBSC) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mismatching_ccol_indices_msg test_testing.py line 1309 2022-09-27T16:17:47.4808732Z due to: 2022-09-27T16:17:47.4809035Z Traceback (most recent call last): 2022-09-27T16:17:47.4809611Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.4810053Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.4813762Z NotImplementedError: Could not run 'aten::_validate_compressed_sparse_indices' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_validate_compressed_sparse_indices' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:17:47.4816161Z 2022-09-27T16:17:47.4816451Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:17:47.4817165Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:17:47.4817931Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:17:47.4818666Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:17:47.4819435Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:17:47.4820145Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:17:47.4820813Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.4821456Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.4822132Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:17:47.4822865Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:17:47.4823619Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4824314Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4825023Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4825718Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4826412Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4827102Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4827788Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4828476Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4829167Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4829844Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4830544Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4831235Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4831987Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4832724Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4833642Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4834444Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.4835134Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15644 [kernel] 2022-09-27T16:17:47.4835783Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:17:47.4836472Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:17:47.4837220Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:17:47.4838014Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:17:47.4838760Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:17:47.4839475Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:17:47.4840217Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:17:47.4840947Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:17:47.4841727Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:17:47.4842494Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:17:47.4842881Z 2022-09-27T16:17:47.4842887Z 2022-09-27T16:17:47.4843120Z During handling of the above exception, another exception occurred: 2022-09-27T16:17:47.4843401Z 2022-09-27T16:17:47.4843557Z Traceback (most recent call last): 2022-09-27T16:17:47.4844145Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.4844592Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.4845098Z RuntimeError: `ccol_indices[..., -1] == nnz` is not satisfied. 2022-09-27T16:17:47.4845349Z 2022-09-27T16:17:47.4845559Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.4845838Z 2022-09-27T16:17:47.4845992Z Traceback (most recent call last): 2022-09-27T16:17:47.4846554Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.4847020Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.4847394Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.4847634Z 2022-09-27T16:17:47.4847753Z from user code: 2022-09-27T16:17:47.4848139Z File "test_testing.py", line 1313, in test_mismatching_ccol_indices_msg 2022-09-27T16:17:47.4848690Z actual = torch.sparse_bsc_tensor(actual_ccol_indices, actual_row_indices, actual_values, size=(2, 2)) 2022-09-27T16:17:47.4849026Z 2022-09-27T16:17:47.4849250Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.4849617Z ========== 2022-09-27T16:17:47.4849873Z ok (0.023s) 2022-09-27T16:17:47.5040580Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseBSC) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mismatching_row_indices_msg test_testing.py line 1324 2022-09-27T16:17:47.5041407Z due to: 2022-09-27T16:17:47.5041710Z Traceback (most recent call last): 2022-09-27T16:17:47.5042292Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.5042741Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.5046406Z NotImplementedError: Could not run 'aten::_validate_compressed_sparse_indices' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_validate_compressed_sparse_indices' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:17:47.5048707Z 2022-09-27T16:17:47.5048991Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:17:47.5049715Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:17:47.5050485Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:17:47.5051231Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:17:47.5052006Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:17:47.5052705Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:17:47.5053373Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.5054038Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.5054712Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:17:47.5055433Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:17:47.5056178Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5056897Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5057598Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5058297Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5058995Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5059692Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5060425Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5061108Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5061857Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5062547Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5063250Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5064010Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5064736Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5065480Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5066220Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5066951Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5067633Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15644 [kernel] 2022-09-27T16:17:47.5068301Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:17:47.5068988Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:17:47.5069722Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:17:47.5070531Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:17:47.5071276Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:17:47.5071981Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:17:47.5072708Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:17:47.5073563Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:17:47.5074335Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:17:47.5075105Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:17:47.5075488Z 2022-09-27T16:17:47.5075513Z 2022-09-27T16:17:47.5075730Z During handling of the above exception, another exception occurred: 2022-09-27T16:17:47.5076010Z 2022-09-27T16:17:47.5076166Z Traceback (most recent call last): 2022-09-27T16:17:47.5076754Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.5077204Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.5077694Z RuntimeError: `ccol_indices[..., -1] == nnz` is not satisfied. 2022-09-27T16:17:47.5077940Z 2022-09-27T16:17:47.5078186Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.5078464Z 2022-09-27T16:17:47.5078614Z Traceback (most recent call last): 2022-09-27T16:17:47.5079065Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.5079523Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.5079908Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.5080228Z 2022-09-27T16:17:47.5080340Z from user code: 2022-09-27T16:17:47.5080716Z File "test_testing.py", line 1328, in test_mismatching_row_indices_msg 2022-09-27T16:17:47.5081270Z actual = torch.sparse_bsc_tensor(actual_ccol_indices, actual_row_indices, actual_values, size=(2, 2)) 2022-09-27T16:17:47.5081597Z 2022-09-27T16:17:47.5081815Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.5082169Z ========== 2022-09-27T16:17:47.5082431Z ok (0.023s) 2022-09-27T16:17:47.5288348Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSC) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mismatching_values_msg test_testing.py line 1339 2022-09-27T16:17:47.5288965Z due to: 2022-09-27T16:17:47.5289267Z Traceback (most recent call last): 2022-09-27T16:17:47.5289919Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.5290377Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.5294125Z NotImplementedError: Could not run 'aten::_validate_compressed_sparse_indices' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_validate_compressed_sparse_indices' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:17:47.5296424Z 2022-09-27T16:17:47.5296710Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:17:47.5297440Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:17:47.5298205Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:17:47.5298945Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:17:47.5299728Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:17:47.5300444Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:17:47.5301114Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.5301783Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.5302463Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:17:47.5303203Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:17:47.5303968Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5304679Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5305386Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5306089Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5306906Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5307594Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5308294Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5309038Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5309749Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5310437Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5311145Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5312015Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5312914Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5313663Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5314414Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5315171Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5315866Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15644 [kernel] 2022-09-27T16:17:47.5316525Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:17:47.5317219Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:17:47.5317968Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:17:47.5318797Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:17:47.5319529Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:17:47.5320250Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:17:47.5321004Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:17:47.5321754Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:17:47.5322526Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:17:47.5323289Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:17:47.5323685Z 2022-09-27T16:17:47.5323695Z 2022-09-27T16:17:47.5323929Z During handling of the above exception, another exception occurred: 2022-09-27T16:17:47.5324208Z 2022-09-27T16:17:47.5324362Z Traceback (most recent call last): 2022-09-27T16:17:47.5324952Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.5325408Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.5326017Z RuntimeError: `ccol_indices[..., -1] == nnz` is not satisfied. 2022-09-27T16:17:47.5326339Z 2022-09-27T16:17:47.5326574Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.5326841Z 2022-09-27T16:17:47.5326993Z Traceback (most recent call last): 2022-09-27T16:17:47.5327468Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.5327935Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.5328315Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.5328552Z 2022-09-27T16:17:47.5328674Z from user code: 2022-09-27T16:17:47.5329128Z File "test_testing.py", line 1343, in test_mismatching_values_msg 2022-09-27T16:17:47.5329671Z actual = torch.sparse_bsc_tensor(actual_ccol_indices, actual_row_indices, actual_values, size=(2, 2)) 2022-09-27T16:17:47.5330002Z 2022-09-27T16:17:47.5330224Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.5330593Z ========== 2022-09-27T16:17:47.5330874Z ok (0.023s) 2022-09-27T16:17:47.5513518Z test_matching (__main__.TestAssertCloseSparseBSR) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_matching test_testing.py line 1241 2022-09-27T16:17:47.5514079Z due to: 2022-09-27T16:17:47.5516385Z Traceback (most recent call last): 2022-09-27T16:17:47.5517066Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.5517521Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.5527764Z NotImplementedError: Could not run 'aten::_validate_compressed_sparse_indices' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_validate_compressed_sparse_indices' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:17:47.5530223Z 2022-09-27T16:17:47.5530516Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:17:47.5531247Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:17:47.5531992Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:17:47.5532789Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:17:47.5533563Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:17:47.5534276Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:17:47.5534940Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.5535599Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.5536277Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:17:47.5537020Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:17:47.5538036Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5538734Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5539444Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5540253Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5540963Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5541651Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5542341Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5543040Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5543740Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5544434Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5545154Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5545861Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5546588Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5547328Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5548079Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5548838Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5549535Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15644 [kernel] 2022-09-27T16:17:47.5550185Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:17:47.5550921Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:17:47.5551675Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:17:47.5552485Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:17:47.5553336Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:17:47.5554047Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:17:47.5554799Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:17:47.5555547Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:17:47.5556307Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:17:47.5557167Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:17:47.5557563Z 2022-09-27T16:17:47.5557569Z 2022-09-27T16:17:47.5557804Z During handling of the above exception, another exception occurred: 2022-09-27T16:17:47.5558086Z 2022-09-27T16:17:47.5558245Z Traceback (most recent call last): 2022-09-27T16:17:47.5558854Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.5559302Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.5559876Z RuntimeError: `crow_indices[..., -1] == nnz` is not satisfied. 2022-09-27T16:17:47.5560132Z 2022-09-27T16:17:47.5560359Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.5560638Z 2022-09-27T16:17:47.5560789Z Traceback (most recent call last): 2022-09-27T16:17:47.5561262Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.5561724Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.5562107Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.5562348Z 2022-09-27T16:17:47.5562466Z from user code: 2022-09-27T16:17:47.5562818Z File "test_testing.py", line 1245, in test_matching 2022-09-27T16:17:47.5563280Z actual = torch.sparse_bsr_tensor(crow_indices, col_indices, values, size=(2, 2)) 2022-09-27T16:17:47.5563578Z 2022-09-27T16:17:47.5563794Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.5564158Z ========== 2022-09-27T16:17:47.5564410Z ok (0.021s) 2022-09-27T16:17:47.5753799Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseBSR) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mismatching_col_indices_msg test_testing.py line 1266 2022-09-27T16:17:47.5754389Z due to: 2022-09-27T16:17:47.5754694Z Traceback (most recent call last): 2022-09-27T16:17:47.5755313Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.5755777Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.5759218Z NotImplementedError: Could not run 'aten::_validate_compressed_sparse_indices' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_validate_compressed_sparse_indices' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:17:47.5761558Z 2022-09-27T16:17:47.5761849Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:17:47.5762560Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:17:47.5763355Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:17:47.5764077Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:17:47.5764793Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:17:47.5765481Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:17:47.5766519Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.5767178Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.5767804Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:17:47.5768470Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:17:47.5769380Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5770129Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5770801Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5771467Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5772144Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5772812Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5773428Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5774019Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5774622Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5775228Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5775840Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5776468Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5777163Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5777835Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5778522Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5779258Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.5780007Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15644 [kernel] 2022-09-27T16:17:47.5780740Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:17:47.5781497Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:17:47.5782228Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:17:47.5782957Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:17:47.5783629Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:17:47.5784420Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:17:47.5785197Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:17:47.5786013Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:17:47.5786858Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:17:47.5787770Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:17:47.5788187Z 2022-09-27T16:17:47.5788210Z 2022-09-27T16:17:47.5788445Z During handling of the above exception, another exception occurred: 2022-09-27T16:17:47.5788749Z 2022-09-27T16:17:47.5788918Z Traceback (most recent call last): 2022-09-27T16:17:47.5789615Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.5790105Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.5790646Z RuntimeError: `crow_indices[..., -1] == nnz` is not satisfied. 2022-09-27T16:17:47.5790917Z 2022-09-27T16:17:47.5791162Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.5791461Z 2022-09-27T16:17:47.5791624Z Traceback (most recent call last): 2022-09-27T16:17:47.5792113Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.5792622Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.5793176Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.5793391Z 2022-09-27T16:17:47.5793477Z from user code: 2022-09-27T16:17:47.5793842Z File "test_testing.py", line 1270, in test_mismatching_col_indices_msg 2022-09-27T16:17:47.5794333Z actual = torch.sparse_bsr_tensor(actual_crow_indices, actual_col_indices, actual_values, size=(2, 2)) 2022-09-27T16:17:47.5794661Z 2022-09-27T16:17:47.5794893Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.5795265Z ========== 2022-09-27T16:17:47.5795569Z ok (0.024s) 2022-09-27T16:17:47.6044888Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseBSR) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mismatching_crow_indices_msg test_testing.py line 1251 2022-09-27T16:17:47.6045700Z due to: 2022-09-27T16:17:47.6046003Z Traceback (most recent call last): 2022-09-27T16:17:47.6046868Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.6047328Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.6050920Z NotImplementedError: Could not run 'aten::_validate_compressed_sparse_indices' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_validate_compressed_sparse_indices' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:17:47.6053223Z 2022-09-27T16:17:47.6053508Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:17:47.6054232Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:17:47.6055280Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:17:47.6056016Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:17:47.6056796Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:17:47.6057580Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:17:47.6058254Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.6058908Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.6059571Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:17:47.6060308Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:17:47.6061048Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6061748Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6062457Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6063154Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6063850Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6064537Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6065223Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6065913Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6066603Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6067287Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6067986Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6068687Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6069421Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6070155Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6070896Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6071647Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6072338Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15644 [kernel] 2022-09-27T16:17:47.6073128Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:17:47.6073887Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:17:47.6074645Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:17:47.6075475Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:17:47.6076208Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:17:47.6076977Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:17:47.6077720Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:17:47.6078463Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:17:47.6079228Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:17:47.6079995Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:17:47.6080386Z 2022-09-27T16:17:47.6080396Z 2022-09-27T16:17:47.6080624Z During handling of the above exception, another exception occurred: 2022-09-27T16:17:47.6080906Z 2022-09-27T16:17:47.6081067Z Traceback (most recent call last): 2022-09-27T16:17:47.6081663Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.6082120Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.6082632Z RuntimeError: `crow_indices[..., -1] == nnz` is not satisfied. 2022-09-27T16:17:47.6082887Z 2022-09-27T16:17:47.6083107Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.6083389Z 2022-09-27T16:17:47.6083542Z Traceback (most recent call last): 2022-09-27T16:17:47.6084004Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.6084471Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.6084855Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.6085092Z 2022-09-27T16:17:47.6085211Z from user code: 2022-09-27T16:17:47.6085611Z File "test_testing.py", line 1255, in test_mismatching_crow_indices_msg 2022-09-27T16:17:47.6086229Z actual = torch.sparse_bsr_tensor(actual_crow_indices, actual_col_indices, actual_values, size=(2, 2)) 2022-09-27T16:17:47.6086566Z 2022-09-27T16:17:47.6086790Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.6087157Z ========== 2022-09-27T16:17:47.6087423Z ok (0.024s) 2022-09-27T16:17:47.6239666Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSR) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mismatching_values_msg test_testing.py line 1281 2022-09-27T16:17:47.6240280Z due to: 2022-09-27T16:17:47.6240592Z Traceback (most recent call last): 2022-09-27T16:17:47.6241234Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.6241672Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.6245286Z NotImplementedError: Could not run 'aten::_validate_compressed_sparse_indices' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_validate_compressed_sparse_indices' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:17:47.6247900Z 2022-09-27T16:17:47.6248192Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:17:47.6248976Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:17:47.6249768Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:17:47.6250508Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:17:47.6251295Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:17:47.6252013Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:17:47.6252690Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.6253346Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.6254033Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:17:47.6254799Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:17:47.6255564Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6256268Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6256995Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6257709Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6258428Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6259130Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6259832Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6260535Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6261248Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6261941Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6262659Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6263382Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6264141Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6264883Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6265688Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6266448Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.6267146Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15644 [kernel] 2022-09-27T16:17:47.6267808Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:17:47.6268597Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:17:47.6269374Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:17:47.6270217Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:17:47.6270981Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:17:47.6271719Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:17:47.6272486Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:17:47.6273409Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:17:47.6274189Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:17:47.6274980Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:17:47.6275390Z 2022-09-27T16:17:47.6275396Z 2022-09-27T16:17:47.6275628Z During handling of the above exception, another exception occurred: 2022-09-27T16:17:47.6275918Z 2022-09-27T16:17:47.6276082Z Traceback (most recent call last): 2022-09-27T16:17:47.6276712Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.6277167Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.6277689Z RuntimeError: `crow_indices[..., -1] == nnz` is not satisfied. 2022-09-27T16:17:47.6277946Z 2022-09-27T16:17:47.6278164Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.6278447Z 2022-09-27T16:17:47.6278603Z Traceback (most recent call last): 2022-09-27T16:17:47.6279084Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.6279553Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.6279936Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.6280186Z 2022-09-27T16:17:47.6280309Z from user code: 2022-09-27T16:17:47.6280707Z File "test_testing.py", line 1285, in test_mismatching_values_msg 2022-09-27T16:17:47.6281251Z actual = torch.sparse_bsr_tensor(actual_crow_indices, actual_col_indices, actual_values, size=(2, 2)) 2022-09-27T16:17:47.6281584Z 2022-09-27T16:17:47.6281806Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.6282180Z ========== 2022-09-27T16:17:47.6282452Z ok (0.023s) 2022-09-27T16:17:47.6358734Z test_matching_coalesced (__main__.TestAssertCloseSparseCOO) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_matching_coalesced test_testing.py line 1032 2022-09-27T16:17:47.6359315Z due to: 2022-09-27T16:17:47.6359626Z Traceback (most recent call last): 2022-09-27T16:17:47.6360099Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:17:47.6360587Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:17:47.6361756Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T16:17:47.6362264Z 2022-09-27T16:17:47.6362498Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.6362782Z 2022-09-27T16:17:47.6362925Z Traceback (most recent call last): 2022-09-27T16:17:47.6363410Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.6363871Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.6364323Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.6364551Z 2022-09-27T16:17:47.6364666Z from user code: 2022-09-27T16:17:47.6365037Z File "test_testing.py", line 1038, in test_matching_coalesced 2022-09-27T16:17:47.6365512Z actual = torch.sparse_coo_tensor(indices, values, size=(2, 2)).coalesce() 2022-09-27T16:17:47.6365792Z 2022-09-27T16:17:47.6366002Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.6366432Z ========== 2022-09-27T16:17:47.6372488Z ok (0.009s) 2022-09-27T16:17:47.6454655Z test_matching_uncoalesced (__main__.TestAssertCloseSparseCOO) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_matching_uncoalesced test_testing.py line 1044 2022-09-27T16:17:47.6455228Z due to: 2022-09-27T16:17:47.6455625Z Traceback (most recent call last): 2022-09-27T16:17:47.6456119Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:17:47.6456589Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:17:47.6457561Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T16:17:47.6458062Z 2022-09-27T16:17:47.6458296Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.6458582Z 2022-09-27T16:17:47.6458736Z Traceback (most recent call last): 2022-09-27T16:17:47.6459199Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.6459661Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.6460063Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.6460308Z 2022-09-27T16:17:47.6460428Z from user code: 2022-09-27T16:17:47.6460793Z File "test_testing.py", line 1050, in test_matching_uncoalesced 2022-09-27T16:17:47.6461262Z actual = torch.sparse_coo_tensor(indices, values, size=(2, 2)) 2022-09-27T16:17:47.6461530Z 2022-09-27T16:17:47.6461755Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.6462105Z ========== 2022-09-27T16:17:47.6465109Z ok (0.009s) 2022-09-27T16:17:47.6554079Z test_mismatching_indices_msg (__main__.TestAssertCloseSparseCOO) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mismatching_indices_msg test_testing.py line 1084 2022-09-27T16:17:47.6554615Z due to: 2022-09-27T16:17:47.6554910Z Traceback (most recent call last): 2022-09-27T16:17:47.6555317Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:17:47.6555764Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:17:47.6556672Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T16:17:47.6557168Z 2022-09-27T16:17:47.6557407Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.6557699Z 2022-09-27T16:17:47.6557843Z Traceback (most recent call last): 2022-09-27T16:17:47.6558262Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.6558684Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.6559044Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.6559554Z 2022-09-27T16:17:47.6559665Z from user code: 2022-09-27T16:17:47.6560034Z File "test_testing.py", line 1090, in test_mismatching_indices_msg 2022-09-27T16:17:47.6560525Z actual = torch.sparse_coo_tensor(actual_indices, actual_values, size=(2, 2)) 2022-09-27T16:17:47.6560827Z 2022-09-27T16:17:47.6561044Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.6561385Z ========== 2022-09-27T16:17:47.6581383Z ok (0.011s) 2022-09-27T16:17:47.6666062Z test_mismatching_nnz (__main__.TestAssertCloseSparseCOO) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mismatching_nnz test_testing.py line 1065 2022-09-27T16:17:47.6666838Z due to: 2022-09-27T16:17:47.6667176Z Traceback (most recent call last): 2022-09-27T16:17:47.6667642Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:17:47.6668125Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:17:47.6669097Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T16:17:47.6669601Z 2022-09-27T16:17:47.6669834Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.6670101Z 2022-09-27T16:17:47.6670254Z Traceback (most recent call last): 2022-09-27T16:17:47.6670718Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.6671171Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.6671546Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.6671783Z 2022-09-27T16:17:47.6671901Z from user code: 2022-09-27T16:17:47.6672269Z File "test_testing.py", line 1071, in test_mismatching_nnz 2022-09-27T16:17:47.6672741Z actual = torch.sparse_coo_tensor(actual_indices, actual_values, size=(2, 2)) 2022-09-27T16:17:47.6673188Z 2022-09-27T16:17:47.6673412Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.6673788Z ========== 2022-09-27T16:17:47.6676164Z ok (0.009s) 2022-09-27T16:17:47.6886661Z test_mismatching_sparse_dims (__main__.TestAssertCloseSparseCOO) ... ok (0.020s) 2022-09-27T16:17:47.6969297Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCOO) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mismatching_values_msg test_testing.py line 1103 2022-09-27T16:17:47.6969862Z due to: 2022-09-27T16:17:47.6970184Z Traceback (most recent call last): 2022-09-27T16:17:47.6970643Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:17:47.6971137Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:17:47.6972101Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T16:17:47.6972596Z 2022-09-27T16:17:47.6972829Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.6973103Z 2022-09-27T16:17:47.6973262Z Traceback (most recent call last): 2022-09-27T16:17:47.6973730Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.6974189Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.6974570Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.6974810Z 2022-09-27T16:17:47.6974923Z from user code: 2022-09-27T16:17:47.6975301Z File "test_testing.py", line 1109, in test_mismatching_values_msg 2022-09-27T16:17:47.6975788Z actual = torch.sparse_coo_tensor(actual_indices, actual_values, size=(2, 2)) 2022-09-27T16:17:47.6976081Z 2022-09-27T16:17:47.6976306Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.6976673Z ========== 2022-09-27T16:17:47.6997366Z ok (0.011s) 2022-09-27T16:17:47.7193116Z test_matching (__main__.TestAssertCloseSparseCSC) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_matching test_testing.py line 1183 2022-09-27T16:17:47.7193953Z due to: 2022-09-27T16:17:47.7194269Z Traceback (most recent call last): 2022-09-27T16:17:47.7194895Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.7195337Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.7198997Z NotImplementedError: Could not run 'aten::_validate_compressed_sparse_indices' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_validate_compressed_sparse_indices' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:17:47.7201301Z 2022-09-27T16:17:47.7201588Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:17:47.7202298Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:17:47.7203070Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:17:47.7203862Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:17:47.7204637Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:17:47.7205364Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:17:47.7206024Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.7206763Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.7207441Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:17:47.7208179Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:17:47.7208954Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7209689Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7210435Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7211142Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7211838Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7212537Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7213234Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7213942Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7214681Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7215376Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7216082Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7216778Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7217534Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7218283Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7219038Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7219794Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7220481Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15644 [kernel] 2022-09-27T16:17:47.7221150Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:17:47.7221852Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:17:47.7222616Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:17:47.7223443Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:17:47.7224211Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:17:47.7224932Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:17:47.7225679Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:17:47.7226417Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:17:47.7227207Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:17:47.7228003Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:17:47.7228408Z 2022-09-27T16:17:47.7228414Z 2022-09-27T16:17:47.7228651Z During handling of the above exception, another exception occurred: 2022-09-27T16:17:47.7228915Z 2022-09-27T16:17:47.7229071Z Traceback (most recent call last): 2022-09-27T16:17:47.7229707Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.7230169Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.7230668Z RuntimeError: `ccol_indices[..., -1] == nnz` is not satisfied. 2022-09-27T16:17:47.7230923Z 2022-09-27T16:17:47.7231152Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.7231435Z 2022-09-27T16:17:47.7231594Z Traceback (most recent call last): 2022-09-27T16:17:47.7232067Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.7232517Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.7233021Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.7233267Z 2022-09-27T16:17:47.7233501Z from user code: 2022-09-27T16:17:47.7233852Z File "test_testing.py", line 1187, in test_matching 2022-09-27T16:17:47.7234347Z actual = torch.sparse_csc_tensor(ccol_indices, row_indices, values, size=(2, 2)) 2022-09-27T16:17:47.7234651Z 2022-09-27T16:17:47.7234880Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.7235257Z ========== 2022-09-27T16:17:47.7235521Z ok (0.020s) 2022-09-27T16:17:47.7407032Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseCSC) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mismatching_ccol_indices_msg test_testing.py line 1193 2022-09-27T16:17:47.7407648Z due to: 2022-09-27T16:17:47.7408153Z Traceback (most recent call last): 2022-09-27T16:17:47.7408746Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.7409196Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.7412817Z NotImplementedError: Could not run 'aten::_validate_compressed_sparse_indices' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_validate_compressed_sparse_indices' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:17:47.7415103Z 2022-09-27T16:17:47.7415392Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:17:47.7416119Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:17:47.7416927Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:17:47.7417684Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:17:47.7418445Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:17:47.7419161Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:17:47.7419827Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.7420503Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.7421167Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:17:47.7421906Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:17:47.7422662Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7423383Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7424080Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7424777Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7425552Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7426252Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7426942Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7427646Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7428388Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7429094Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7429785Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7430491Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7431213Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7431962Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7432687Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7433602Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7434301Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15644 [kernel] 2022-09-27T16:17:47.7434975Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:17:47.7435652Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:17:47.7436411Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:17:47.7437229Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:17:47.7437984Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:17:47.7438693Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:17:47.7439436Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:17:47.7440195Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:17:47.7440976Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:17:47.7441740Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:17:47.7442137Z 2022-09-27T16:17:47.7442143Z 2022-09-27T16:17:47.7442376Z During handling of the above exception, another exception occurred: 2022-09-27T16:17:47.7442652Z 2022-09-27T16:17:47.7442805Z Traceback (most recent call last): 2022-09-27T16:17:47.7443398Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.7443836Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.7444402Z RuntimeError: `ccol_indices[..., -1] == nnz` is not satisfied. 2022-09-27T16:17:47.7444671Z 2022-09-27T16:17:47.7444897Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.7445178Z 2022-09-27T16:17:47.7445318Z Traceback (most recent call last): 2022-09-27T16:17:47.7445783Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.7446345Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.7446740Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.7446965Z 2022-09-27T16:17:47.7447098Z from user code: 2022-09-27T16:17:47.7447549Z File "test_testing.py", line 1197, in test_mismatching_ccol_indices_msg 2022-09-27T16:17:47.7448112Z actual = torch.sparse_csc_tensor(actual_ccol_indices, actual_row_indices, actual_values, size=(2, 2)) 2022-09-27T16:17:47.7448440Z 2022-09-27T16:17:47.7448646Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.7449014Z ========== 2022-09-27T16:17:47.7449274Z ok (0.023s) 2022-09-27T16:17:47.7637375Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseCSC) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mismatching_row_indices_msg test_testing.py line 1208 2022-09-27T16:17:47.7638040Z due to: 2022-09-27T16:17:47.7638337Z Traceback (most recent call last): 2022-09-27T16:17:47.7638932Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.7639392Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.7642940Z NotImplementedError: Could not run 'aten::_validate_compressed_sparse_indices' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_validate_compressed_sparse_indices' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:17:47.7645239Z 2022-09-27T16:17:47.7645535Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:17:47.7646325Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:17:47.7647105Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:17:47.7647846Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:17:47.7648629Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:17:47.7649349Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:17:47.7650029Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.7650690Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.7651371Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:17:47.7652124Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:17:47.7653085Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7653790Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7654505Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7655211Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7655995Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7656685Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7657371Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7658075Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7658782Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7659469Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7660181Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7660883Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7661605Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7662342Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7663089Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7663839Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7664537Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15644 [kernel] 2022-09-27T16:17:47.7665192Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:17:47.7665894Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:17:47.7666659Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:17:47.7667483Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:17:47.7668214Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:17:47.7668931Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:17:47.7669678Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:17:47.7670431Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:17:47.7671196Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:17:47.7672035Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:17:47.7672429Z 2022-09-27T16:17:47.7672437Z 2022-09-27T16:17:47.7672670Z During handling of the above exception, another exception occurred: 2022-09-27T16:17:47.7673122Z 2022-09-27T16:17:47.7673281Z Traceback (most recent call last): 2022-09-27T16:17:47.7673886Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.7674343Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.7674917Z RuntimeError: `ccol_indices[..., -1] == nnz` is not satisfied. 2022-09-27T16:17:47.7675175Z 2022-09-27T16:17:47.7675392Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.7675672Z 2022-09-27T16:17:47.7675828Z Traceback (most recent call last): 2022-09-27T16:17:47.7676298Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.7676770Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.7677155Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.7677401Z 2022-09-27T16:17:47.7677517Z from user code: 2022-09-27T16:17:47.7677917Z File "test_testing.py", line 1212, in test_mismatching_row_indices_msg 2022-09-27T16:17:47.7678467Z actual = torch.sparse_csc_tensor(actual_ccol_indices, actual_row_indices, actual_values, size=(2, 2)) 2022-09-27T16:17:47.7678801Z 2022-09-27T16:17:47.7679026Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.7679401Z ========== 2022-09-27T16:17:47.7679681Z ok (0.022s) 2022-09-27T16:17:47.7868268Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSC) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mismatching_values_msg test_testing.py line 1223 2022-09-27T16:17:47.7868852Z due to: 2022-09-27T16:17:47.7869159Z Traceback (most recent call last): 2022-09-27T16:17:47.7869725Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.7870191Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.7873900Z NotImplementedError: Could not run 'aten::_validate_compressed_sparse_indices' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_validate_compressed_sparse_indices' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:17:47.7876193Z 2022-09-27T16:17:47.7876478Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:17:47.7877175Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:17:47.7877945Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:17:47.7878701Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:17:47.7879473Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:17:47.7880175Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:17:47.7881083Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.7881744Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.7882427Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:17:47.7883145Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:17:47.7883961Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7884675Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7885376Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7886135Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7886832Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7887526Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7888219Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7888895Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7889588Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7890283Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7890986Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7891670Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7892391Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7893142Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7893870Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7894613Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.7895304Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15644 [kernel] 2022-09-27T16:17:47.7895968Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:17:47.7896659Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:17:47.7897395Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:17:47.7898210Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:17:47.7898960Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:17:47.7899722Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:17:47.7900453Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:17:47.7901206Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:17:47.7901981Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:17:47.7902790Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:17:47.7903183Z 2022-09-27T16:17:47.7903190Z 2022-09-27T16:17:47.7903405Z During handling of the above exception, another exception occurred: 2022-09-27T16:17:47.7903686Z 2022-09-27T16:17:47.7903849Z Traceback (most recent call last): 2022-09-27T16:17:47.7904433Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.7904885Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.7905375Z RuntimeError: `ccol_indices[..., -1] == nnz` is not satisfied. 2022-09-27T16:17:47.7905626Z 2022-09-27T16:17:47.7905852Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.7906132Z 2022-09-27T16:17:47.7906282Z Traceback (most recent call last): 2022-09-27T16:17:47.7906739Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.7907207Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.7907599Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.7907835Z 2022-09-27T16:17:47.7907952Z from user code: 2022-09-27T16:17:47.7908320Z File "test_testing.py", line 1227, in test_mismatching_values_msg 2022-09-27T16:17:47.7908868Z actual = torch.sparse_csc_tensor(actual_ccol_indices, actual_row_indices, actual_values, size=(2, 2)) 2022-09-27T16:17:47.7909204Z 2022-09-27T16:17:47.7909427Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.7909776Z ========== 2022-09-27T16:17:47.7910043Z ok (0.023s) 2022-09-27T16:17:47.8096165Z test_matching (__main__.TestAssertCloseSparseCSR) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_matching test_testing.py line 1125 2022-09-27T16:17:47.8096708Z due to: 2022-09-27T16:17:47.8097002Z Traceback (most recent call last): 2022-09-27T16:17:47.8097587Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.8098047Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.8101607Z NotImplementedError: Could not run 'aten::_validate_compressed_sparse_indices' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_validate_compressed_sparse_indices' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:17:47.8103886Z 2022-09-27T16:17:47.8104202Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:17:47.8104923Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:17:47.8105842Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:17:47.8106574Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:17:47.8107337Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:17:47.8108138Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:17:47.8108801Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.8109450Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.8110125Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:17:47.8110869Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:17:47.8111613Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8112305Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8113146Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8113853Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8114559Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8115241Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8115934Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8116632Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8117331Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8118017Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8118712Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8119421Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8120145Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8120879Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8121609Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8122351Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8123038Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15644 [kernel] 2022-09-27T16:17:47.8123687Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:17:47.8124422Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:17:47.8125168Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:17:47.8125982Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:17:47.8126784Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:17:47.8127552Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:17:47.8128292Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:17:47.8129041Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:17:47.8129805Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:17:47.8130578Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:17:47.8130971Z 2022-09-27T16:17:47.8130980Z 2022-09-27T16:17:47.8131212Z During handling of the above exception, another exception occurred: 2022-09-27T16:17:47.8131494Z 2022-09-27T16:17:47.8131650Z Traceback (most recent call last): 2022-09-27T16:17:47.8132230Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.8132679Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.8160401Z RuntimeError: `crow_indices[..., -1] == nnz` is not satisfied. 2022-09-27T16:17:47.8160711Z 2022-09-27T16:17:47.8160955Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.8161246Z 2022-09-27T16:17:47.8161407Z Traceback (most recent call last): 2022-09-27T16:17:47.8161889Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.8162345Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.8162739Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.8162984Z 2022-09-27T16:17:47.8163106Z from user code: 2022-09-27T16:17:47.8163447Z File "test_testing.py", line 1129, in test_matching 2022-09-27T16:17:47.8163932Z actual = torch.sparse_csr_tensor(crow_indices, col_indices, values, size=(2, 2)) 2022-09-27T16:17:47.8164238Z 2022-09-27T16:17:47.8164459Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.8164827Z ========== 2022-09-27T16:17:47.8165075Z ok (0.021s) 2022-09-27T16:17:47.8331975Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseCSR) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mismatching_col_indices_msg test_testing.py line 1150 2022-09-27T16:17:47.8332642Z due to: 2022-09-27T16:17:47.8332955Z Traceback (most recent call last): 2022-09-27T16:17:47.8333542Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.8333990Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.8337565Z NotImplementedError: Could not run 'aten::_validate_compressed_sparse_indices' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_validate_compressed_sparse_indices' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:17:47.8340103Z 2022-09-27T16:17:47.8340376Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:17:47.8341173Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:17:47.8341930Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:17:47.8342672Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:17:47.8343433Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:17:47.8344150Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:17:47.8344819Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.8345490Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.8346161Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:17:47.8346896Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:17:47.8347647Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8348363Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8349059Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8349770Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8350472Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8351178Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8351864Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8352556Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8353437Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8354132Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8354818Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8355527Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8356258Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8357090Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8357910Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8358653Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8359348Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15644 [kernel] 2022-09-27T16:17:47.8360007Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:17:47.8360769Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:17:47.8361520Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:17:47.8362332Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:17:47.8363084Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:17:47.8363785Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:17:47.8364533Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:17:47.8365291Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:17:47.8366128Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:17:47.8366891Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:17:47.8367291Z 2022-09-27T16:17:47.8367300Z 2022-09-27T16:17:47.8367531Z During handling of the above exception, another exception occurred: 2022-09-27T16:17:47.8367813Z 2022-09-27T16:17:47.8367971Z Traceback (most recent call last): 2022-09-27T16:17:47.8368578Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.8369008Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.8369529Z RuntimeError: `crow_indices[..., -1] == nnz` is not satisfied. 2022-09-27T16:17:47.8369783Z 2022-09-27T16:17:47.8370011Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.8370289Z 2022-09-27T16:17:47.8370439Z Traceback (most recent call last): 2022-09-27T16:17:47.8370910Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.8371371Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.8371772Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.8371995Z 2022-09-27T16:17:47.8372114Z from user code: 2022-09-27T16:17:47.8372509Z File "test_testing.py", line 1154, in test_mismatching_col_indices_msg 2022-09-27T16:17:47.8373068Z actual = torch.sparse_csr_tensor(actual_crow_indices, actual_col_indices, actual_values, size=(2, 2)) 2022-09-27T16:17:47.8373397Z 2022-09-27T16:17:47.8373603Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.8373971Z ========== 2022-09-27T16:17:47.8374242Z ok (0.024s) 2022-09-27T16:17:47.8564110Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseCSR) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mismatching_crow_indices_msg test_testing.py line 1135 2022-09-27T16:17:47.8564697Z due to: 2022-09-27T16:17:47.8565001Z Traceback (most recent call last): 2022-09-27T16:17:47.8565642Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.8566126Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.8569911Z NotImplementedError: Could not run 'aten::_validate_compressed_sparse_indices' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_validate_compressed_sparse_indices' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:17:47.8572275Z 2022-09-27T16:17:47.8572556Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:17:47.8573275Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:17:47.8574029Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:17:47.8574778Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:17:47.8575553Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:17:47.8576266Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:17:47.8576921Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.8577589Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.8578266Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:17:47.8579004Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:17:47.8579756Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8580470Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8581169Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8581880Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8582568Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8583259Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8583951Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8584644Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8585332Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8586029Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8586775Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8587464Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8588178Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8588915Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8589691Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8590438Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8591107Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15644 [kernel] 2022-09-27T16:17:47.8591774Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:17:47.8592465Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:17:47.8593390Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:17:47.8594190Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:17:47.8594943Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:17:47.8595666Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:17:47.8596415Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:17:47.8597151Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:17:47.8597926Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:17:47.8598690Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:17:47.8599087Z 2022-09-27T16:17:47.8599096Z 2022-09-27T16:17:47.8599326Z During handling of the above exception, another exception occurred: 2022-09-27T16:17:47.8599600Z 2022-09-27T16:17:47.8599739Z Traceback (most recent call last): 2022-09-27T16:17:47.8600338Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.8600784Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.8601296Z RuntimeError: `crow_indices[..., -1] == nnz` is not satisfied. 2022-09-27T16:17:47.8601535Z 2022-09-27T16:17:47.8601763Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.8602040Z 2022-09-27T16:17:47.8602191Z Traceback (most recent call last): 2022-09-27T16:17:47.8602656Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.8603095Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.8603483Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.8603720Z 2022-09-27T16:17:47.8603836Z from user code: 2022-09-27T16:17:47.8604223Z File "test_testing.py", line 1139, in test_mismatching_crow_indices_msg 2022-09-27T16:17:47.8625573Z actual = torch.sparse_csr_tensor(actual_crow_indices, actual_col_indices, actual_values, size=(2, 2)) 2022-09-27T16:17:47.8626019Z 2022-09-27T16:17:47.8626257Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.8626846Z ========== 2022-09-27T16:17:47.8627110Z ok (0.022s) 2022-09-27T16:17:47.8791320Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSR) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mismatching_values_msg test_testing.py line 1165 2022-09-27T16:17:47.8792029Z due to: 2022-09-27T16:17:47.8792465Z Traceback (most recent call last): 2022-09-27T16:17:47.8793191Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.8793653Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.8797351Z NotImplementedError: Could not run 'aten::_validate_compressed_sparse_indices' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_validate_compressed_sparse_indices' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:17:47.8799650Z 2022-09-27T16:17:47.8799926Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:17:47.8800696Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:17:47.8801456Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:17:47.8802215Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:17:47.8802991Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:17:47.8803683Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:17:47.8804353Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.8805018Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:17:47.8805675Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:17:47.8806555Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:17:47.8807312Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8808026Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8808723Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8809434Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8810138Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8810845Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8811592Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8812281Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8812970Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8813664Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8814392Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8815095Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8815818Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8816563Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8817289Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8818041Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:17:47.8818735Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15644 [kernel] 2022-09-27T16:17:47.8819400Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:17:47.8820072Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:17:47.8820825Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:17:47.8821635Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:17:47.8822383Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:17:47.8823075Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:17:47.8823826Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:17:47.8824567Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:17:47.8825347Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:17:47.8826097Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:17:47.8826487Z 2022-09-27T16:17:47.8826494Z 2022-09-27T16:17:47.8826723Z During handling of the above exception, another exception occurred: 2022-09-27T16:17:47.8827001Z 2022-09-27T16:17:47.8827157Z Traceback (most recent call last): 2022-09-27T16:17:47.8827754Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:17:47.8828188Z return self._op(*args, **kwargs or {}) 2022-09-27T16:17:47.8828696Z RuntimeError: `crow_indices[..., -1] == nnz` is not satisfied. 2022-09-27T16:17:47.8828946Z 2022-09-27T16:17:47.8829175Z The above exception was the direct cause of the following exception: 2022-09-27T16:17:47.8829455Z 2022-09-27T16:17:47.8829606Z Traceback (most recent call last): 2022-09-27T16:17:47.8830062Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:17:47.8830564Z raise TorchRuntimeError() from e 2022-09-27T16:17:47.8830958Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:17:47.8831196Z 2022-09-27T16:17:47.8831297Z from user code: 2022-09-27T16:17:47.8831677Z File "test_testing.py", line 1169, in test_mismatching_values_msg 2022-09-27T16:17:47.8832221Z actual = torch.sparse_csr_tensor(actual_crow_indices, actual_col_indices, actual_values, size=(2, 2)) 2022-09-27T16:17:47.8832548Z 2022-09-27T16:17:47.8832868Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:47.8833223Z ========== 2022-09-27T16:17:47.8833551Z ok (0.022s) 2022-09-27T16:17:55.5938676Z test_filtering_env_var (__main__.TestFrameworkUtils) ... ok (7.711s) 2022-09-27T16:17:55.5962289Z test_circular_dependencies (__main__.TestImports) 2022-09-27T16:17:59.5454737Z Checks that all modules inside torch can be imported ... No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:17:59.7253637Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _check_cuda_version /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/extension.py line 43 2022-09-27T16:17:59.7254200Z due to: 2022-09-27T16:17:59.7254553Z Traceback (most recent call last): 2022-09-27T16:17:59.7255035Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:17:59.7255474Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:17:59.7255892Z AssertionError: torch.* op returned non-Tensor int call_function torchvision._cuda_version 2022-09-27T16:17:59.7256095Z 2022-09-27T16:17:59.7256167Z from user code: 2022-09-27T16:17:59.7256546Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/extension.py", line 51, in _check_cuda_version 2022-09-27T16:17:59.7256855Z _version = torch.ops.torchvision._cuda_version() 2022-09-27T16:17:59.7257005Z 2022-09-27T16:17:59.7257142Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:59.7257364Z ========== 2022-09-27T16:17:59.7399749Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __new__ /opt/conda/lib/python3.7/fractions.py line 84 2022-09-27T16:17:59.7400229Z due to: 2022-09-27T16:17:59.7400580Z Traceback (most recent call last): 2022-09-27T16:17:59.7401024Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/base.py", line 140, in python_type 2022-09-27T16:17:59.7401328Z raise NotImplementedError(f"{self} has no type") 2022-09-27T16:17:59.7401612Z NotImplementedError: UserDefinedClassVariable() has no type 2022-09-27T16:17:59.7401784Z 2022-09-27T16:17:59.7401861Z from user code: 2022-09-27T16:17:59.7402091Z File "/opt/conda/lib/python3.7/fractions.py", line 115, in __new__ 2022-09-27T16:17:59.7402334Z self = super(Fraction, cls).__new__(cls) 2022-09-27T16:17:59.7402466Z 2022-09-27T16:17:59.7402599Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:17:59.7402821Z ========== 2022-09-27T16:18:00.1839608Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ConvertImageDtype /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/transforms.py line 168 2022-09-27T16:18:00.1840201Z due to: 2022-09-27T16:18:00.1840499Z Traceback (most recent call last): 2022-09-27T16:18:00.1840947Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.1841352Z raise Unsupported(msg) 2022-09-27T16:18:00.1841730Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.1841994Z 2022-09-27T16:18:00.1842109Z from user code: 2022-09-27T16:18:00.1842808Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/transforms.py", line 168, in ConvertImageDtype 2022-09-27T16:18:00.1843340Z class ConvertImageDtype(torch.nn.Module): 2022-09-27T16:18:00.1843566Z 2022-09-27T16:18:00.1843788Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.1844122Z ========== 2022-09-27T16:18:00.1845788Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT Normalize /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/transforms.py line 237 2022-09-27T16:18:00.1846415Z due to: 2022-09-27T16:18:00.1846748Z Traceback (most recent call last): 2022-09-27T16:18:00.1847203Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.1847653Z raise Unsupported(msg) 2022-09-27T16:18:00.1848062Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.1848329Z 2022-09-27T16:18:00.1848439Z from user code: 2022-09-27T16:18:00.1849291Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/transforms.py", line 237, in Normalize 2022-09-27T16:18:00.1849823Z class Normalize(torch.nn.Module): 2022-09-27T16:18:00.1850044Z 2022-09-27T16:18:00.1850267Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.1850646Z ========== 2022-09-27T16:18:00.1857593Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT RandomCrop /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/transforms.py line 573 2022-09-27T16:18:00.1858191Z due to: 2022-09-27T16:18:00.1858485Z Traceback (most recent call last): 2022-09-27T16:18:00.1858965Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.1859428Z raise Unsupported(msg) 2022-09-27T16:18:00.1859845Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.1860093Z 2022-09-27T16:18:00.1860218Z from user code: 2022-09-27T16:18:00.1860966Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/transforms.py", line 573, in RandomCrop 2022-09-27T16:18:00.1861533Z class RandomCrop(torch.nn.Module): 2022-09-27T16:18:00.1861776Z 2022-09-27T16:18:00.1862001Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.1862395Z ========== 2022-09-27T16:18:00.1868115Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT RandomResizedCrop /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/transforms.py line 845 2022-09-27T16:18:00.1868739Z due to: 2022-09-27T16:18:00.1869057Z Traceback (most recent call last): 2022-09-27T16:18:00.1869541Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.1870003Z raise Unsupported(msg) 2022-09-27T16:18:00.1870394Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.1870649Z 2022-09-27T16:18:00.1870767Z from user code: 2022-09-27T16:18:00.1871500Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/transforms.py", line 845, in RandomResizedCrop 2022-09-27T16:18:00.1872067Z class RandomResizedCrop(torch.nn.Module): 2022-09-27T16:18:00.1872296Z 2022-09-27T16:18:00.1872514Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.1873124Z ========== 2022-09-27T16:18:00.1876633Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT LinearTransformation /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/transforms.py line 1072 2022-09-27T16:18:00.1877271Z due to: 2022-09-27T16:18:00.1877604Z Traceback (most recent call last): 2022-09-27T16:18:00.1878105Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.1878576Z raise Unsupported(msg) 2022-09-27T16:18:00.1878986Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.1879267Z 2022-09-27T16:18:00.1879400Z from user code: 2022-09-27T16:18:00.1880170Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/transforms.py", line 1072, in LinearTransformation 2022-09-27T16:18:00.1880758Z class LinearTransformation(torch.nn.Module): 2022-09-27T16:18:00.1881021Z 2022-09-27T16:18:00.1881241Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.1881622Z ========== 2022-09-27T16:18:00.1887333Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ColorJitter /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/transforms.py line 1151 2022-09-27T16:18:00.1888079Z due to: 2022-09-27T16:18:00.1888392Z Traceback (most recent call last): 2022-09-27T16:18:00.1888868Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.1889293Z raise Unsupported(msg) 2022-09-27T16:18:00.1889697Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.1889958Z 2022-09-27T16:18:00.1890094Z from user code: 2022-09-27T16:18:00.1890807Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/transforms.py", line 1151, in ColorJitter 2022-09-27T16:18:00.1891483Z class ColorJitter(torch.nn.Module): 2022-09-27T16:18:00.1891720Z 2022-09-27T16:18:00.1891961Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.1892365Z ========== 2022-09-27T16:18:00.1898701Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT RandomErasing /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/transforms.py line 1638 2022-09-27T16:18:00.1899343Z due to: 2022-09-27T16:18:00.1899677Z Traceback (most recent call last): 2022-09-27T16:18:00.1900177Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.1900628Z raise Unsupported(msg) 2022-09-27T16:18:00.1901032Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.1901300Z 2022-09-27T16:18:00.1901416Z from user code: 2022-09-27T16:18:00.1902086Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/transforms.py", line 1638, in RandomErasing 2022-09-27T16:18:00.1902633Z class RandomErasing(torch.nn.Module): 2022-09-27T16:18:00.1902861Z 2022-09-27T16:18:00.1903074Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.1903443Z ========== 2022-09-27T16:18:00.1907287Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT GaussianBlur /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/transforms.py line 1774 2022-09-27T16:18:00.1907913Z due to: 2022-09-27T16:18:00.1908233Z Traceback (most recent call last): 2022-09-27T16:18:00.1908700Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.1909153Z raise Unsupported(msg) 2022-09-27T16:18:00.1909582Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.1909851Z 2022-09-27T16:18:00.1909973Z from user code: 2022-09-27T16:18:00.1910698Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/transforms.py", line 1774, in GaussianBlur 2022-09-27T16:18:00.1911277Z class GaussianBlur(torch.nn.Module): 2022-09-27T16:18:00.1911525Z 2022-09-27T16:18:00.1911765Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.1912151Z ========== 2022-09-27T16:18:00.1917596Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ElasticTransform /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/transforms.py line 2064 2022-09-27T16:18:00.1918189Z due to: 2022-09-27T16:18:00.1918479Z Traceback (most recent call last): 2022-09-27T16:18:00.1918905Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.1919350Z raise Unsupported(msg) 2022-09-27T16:18:00.1919736Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.1919986Z 2022-09-27T16:18:00.1920079Z from user code: 2022-09-27T16:18:00.1920743Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/transforms.py", line 2064, in ElasticTransform 2022-09-27T16:18:00.1921309Z class ElasticTransform(torch.nn.Module): 2022-09-27T16:18:00.1921572Z 2022-09-27T16:18:00.1921793Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.1922161Z ========== 2022-09-27T16:18:00.1970541Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT AutoAugment /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/autoaugment.py line 104 2022-09-27T16:18:00.1971348Z due to: 2022-09-27T16:18:00.1971652Z Traceback (most recent call last): 2022-09-27T16:18:00.1972173Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.1972642Z raise Unsupported(msg) 2022-09-27T16:18:00.1973060Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.1973328Z 2022-09-27T16:18:00.1973451Z from user code: 2022-09-27T16:18:00.1974196Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/autoaugment.py", line 104, in AutoAugment 2022-09-27T16:18:00.1974772Z class AutoAugment(torch.nn.Module): 2022-09-27T16:18:00.1975016Z 2022-09-27T16:18:00.1975339Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.1975715Z ========== 2022-09-27T16:18:00.1980943Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT RandAugment /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/autoaugment.py line 287 2022-09-27T16:18:00.1981565Z due to: 2022-09-27T16:18:00.1981890Z Traceback (most recent call last): 2022-09-27T16:18:00.1982383Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.1982848Z raise Unsupported(msg) 2022-09-27T16:18:00.1983263Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.1983531Z 2022-09-27T16:18:00.1983650Z from user code: 2022-09-27T16:18:00.1984339Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/autoaugment.py", line 287, in RandAugment 2022-09-27T16:18:00.1984846Z class RandAugment(torch.nn.Module): 2022-09-27T16:18:00.1985069Z 2022-09-27T16:18:00.1985300Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.1985678Z ========== 2022-09-27T16:18:00.1989246Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT TrivialAugmentWide /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/autoaugment.py line 380 2022-09-27T16:18:00.1989872Z due to: 2022-09-27T16:18:00.1990209Z Traceback (most recent call last): 2022-09-27T16:18:00.1990705Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.1991172Z raise Unsupported(msg) 2022-09-27T16:18:00.1991581Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.1991871Z 2022-09-27T16:18:00.1991996Z from user code: 2022-09-27T16:18:00.1992922Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/autoaugment.py", line 380, in TrivialAugmentWide 2022-09-27T16:18:00.1993559Z class TrivialAugmentWide(torch.nn.Module): 2022-09-27T16:18:00.1993830Z 2022-09-27T16:18:00.1994090Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.1994511Z ========== 2022-09-27T16:18:00.2009923Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT AugMix /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/autoaugment.py line 466 2022-09-27T16:18:00.2010457Z due to: 2022-09-27T16:18:00.2010736Z Traceback (most recent call last): 2022-09-27T16:18:00.2011175Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.2011571Z raise Unsupported(msg) 2022-09-27T16:18:00.2011952Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.2012190Z 2022-09-27T16:18:00.2012299Z from user code: 2022-09-27T16:18:00.2012917Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/autoaugment.py", line 466, in AugMix 2022-09-27T16:18:00.2013428Z class AugMix(torch.nn.Module): 2022-09-27T16:18:00.2013644Z 2022-09-27T16:18:00.2013882Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.2014264Z ========== 2022-09-27T16:18:00.2430091Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT VideoClips /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/datasets/video_utils.py line 73 2022-09-27T16:18:00.2430729Z due to: 2022-09-27T16:18:00.2431033Z Traceback (most recent call last): 2022-09-27T16:18:00.2431818Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.2432272Z raise Unsupported(msg) 2022-09-27T16:18:00.2432703Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.2433173Z 2022-09-27T16:18:00.2433299Z from user code: 2022-09-27T16:18:00.2434015Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/datasets/video_utils.py", line 73, in VideoClips 2022-09-27T16:18:00.2434533Z class VideoClips: 2022-09-27T16:18:00.2434738Z 2022-09-27T16:18:00.2434977Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.2435354Z ========== 2022-09-27T16:18:00.2442720Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT HMDB51 /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/datasets/hmdb51.py line 12 2022-09-27T16:18:00.2443292Z due to: 2022-09-27T16:18:00.2443597Z Traceback (most recent call last): 2022-09-27T16:18:00.2444034Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.2444450Z raise Unsupported(msg) 2022-09-27T16:18:00.2444856Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.2445138Z 2022-09-27T16:18:00.2445246Z from user code: 2022-09-27T16:18:00.2445946Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/datasets/hmdb51.py", line 12, in HMDB51 2022-09-27T16:18:00.2446555Z class HMDB51(VisionDataset): 2022-09-27T16:18:00.2446783Z 2022-09-27T16:18:00.2447024Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.2447406Z ========== 2022-09-27T16:18:00.2569396Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT Kinetics /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/datasets/kinetics.py line 23 2022-09-27T16:18:00.2569967Z due to: 2022-09-27T16:18:00.2570254Z Traceback (most recent call last): 2022-09-27T16:18:00.2570690Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.2571123Z raise Unsupported(msg) 2022-09-27T16:18:00.2571557Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.2571823Z 2022-09-27T16:18:00.2571956Z from user code: 2022-09-27T16:18:00.2572669Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/datasets/kinetics.py", line 23, in Kinetics 2022-09-27T16:18:00.2573214Z class Kinetics(VisionDataset): 2022-09-27T16:18:00.2573444Z 2022-09-27T16:18:00.2573668Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.2574062Z ========== 2022-09-27T16:18:00.2897371Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT PhotoTour /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/datasets/phototour.py line 12 2022-09-27T16:18:00.2897935Z due to: 2022-09-27T16:18:00.2898223Z Traceback (most recent call last): 2022-09-27T16:18:00.2898741Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.2899202Z raise Unsupported(msg) 2022-09-27T16:18:00.2899627Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.2899909Z 2022-09-27T16:18:00.2900034Z from user code: 2022-09-27T16:18:00.2900758Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/datasets/phototour.py", line 12, in PhotoTour 2022-09-27T16:18:00.2901326Z class PhotoTour(VisionDataset): 2022-09-27T16:18:00.2901546Z 2022-09-27T16:18:00.2901785Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.2902181Z ========== 2022-09-27T16:18:00.3288078Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT UCF101 /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/datasets/ucf101.py line 11 2022-09-27T16:18:00.3288680Z due to: 2022-09-27T16:18:00.3289008Z Traceback (most recent call last): 2022-09-27T16:18:00.3289530Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.3290002Z raise Unsupported(msg) 2022-09-27T16:18:00.3290408Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.3290945Z 2022-09-27T16:18:00.3291071Z from user code: 2022-09-27T16:18:00.3291766Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/datasets/ucf101.py", line 11, in UCF101 2022-09-27T16:18:00.3292271Z class UCF101(VisionDataset): 2022-09-27T16:18:00.3292497Z 2022-09-27T16:18:00.3292737Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.3293131Z ========== 2022-09-27T16:18:00.3649609Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ObjectDetection /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/_presets.py line 22 2022-09-27T16:18:00.3650282Z due to: 2022-09-27T16:18:00.3650842Z Traceback (most recent call last): 2022-09-27T16:18:00.3651296Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.3651693Z raise Unsupported(msg) 2022-09-27T16:18:00.3652052Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.3652298Z 2022-09-27T16:18:00.3652418Z from user code: 2022-09-27T16:18:00.3653073Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/_presets.py", line 22, in ObjectDetection 2022-09-27T16:18:00.3653601Z class ObjectDetection(nn.Module): 2022-09-27T16:18:00.3653804Z 2022-09-27T16:18:00.3654005Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.3654365Z ========== 2022-09-27T16:18:00.3659483Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ImageClassification /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/_presets.py line 38 2022-09-27T16:18:00.3660137Z due to: 2022-09-27T16:18:00.3660467Z Traceback (most recent call last): 2022-09-27T16:18:00.3660959Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.3661424Z raise Unsupported(msg) 2022-09-27T16:18:00.3661855Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.3662129Z 2022-09-27T16:18:00.3662253Z from user code: 2022-09-27T16:18:00.3662936Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/_presets.py", line 38, in ImageClassification 2022-09-27T16:18:00.3663493Z class ImageClassification(nn.Module): 2022-09-27T16:18:00.3663728Z 2022-09-27T16:18:00.3663944Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.3664298Z ========== 2022-09-27T16:18:00.3667942Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT VideoClassification /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/_presets.py line 83 2022-09-27T16:18:00.3668594Z due to: 2022-09-27T16:18:00.3668916Z Traceback (most recent call last): 2022-09-27T16:18:00.3669417Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.3669885Z raise Unsupported(msg) 2022-09-27T16:18:00.3670312Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.3670596Z 2022-09-27T16:18:00.3670733Z from user code: 2022-09-27T16:18:00.3671441Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/_presets.py", line 83, in VideoClassification 2022-09-27T16:18:00.3672012Z class VideoClassification(nn.Module): 2022-09-27T16:18:00.3672248Z 2022-09-27T16:18:00.3672465Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.3673053Z ========== 2022-09-27T16:18:00.3676457Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT SemanticSegmentation /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/_presets.py line 140 2022-09-27T16:18:00.3677115Z due to: 2022-09-27T16:18:00.3677436Z Traceback (most recent call last): 2022-09-27T16:18:00.3677920Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.3678357Z raise Unsupported(msg) 2022-09-27T16:18:00.3678745Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.3678988Z 2022-09-27T16:18:00.3679105Z from user code: 2022-09-27T16:18:00.3679816Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/_presets.py", line 140, in SemanticSegmentation 2022-09-27T16:18:00.3680563Z class SemanticSegmentation(nn.Module): 2022-09-27T16:18:00.3680796Z 2022-09-27T16:18:00.3680991Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.3681341Z ========== 2022-09-27T16:18:00.3682591Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT OpticalFlow /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/_presets.py line 182 2022-09-27T16:18:00.3683137Z due to: 2022-09-27T16:18:00.3683439Z Traceback (most recent call last): 2022-09-27T16:18:00.3684027Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.3684446Z raise Unsupported(msg) 2022-09-27T16:18:00.3684820Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.3685081Z 2022-09-27T16:18:00.3685203Z from user code: 2022-09-27T16:18:00.3685936Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/transforms/_presets.py", line 182, in OpticalFlow 2022-09-27T16:18:00.3686612Z class OpticalFlow(nn.Module): 2022-09-27T16:18:00.3686836Z 2022-09-27T16:18:00.3687074Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.3687473Z ========== 2022-09-27T16:18:00.3959829Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT IntermediateLayerGetter /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py line 13 2022-09-27T16:18:00.3960394Z due to: 2022-09-27T16:18:00.3960715Z Traceback (most recent call last): 2022-09-27T16:18:00.3961220Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.3961646Z raise Unsupported(msg) 2022-09-27T16:18:00.3962042Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.3962321Z 2022-09-27T16:18:00.3962450Z from user code: 2022-09-27T16:18:00.3963186Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py", line 13, in IntermediateLayerGetter 2022-09-27T16:18:00.3963745Z class IntermediateLayerGetter(nn.ModuleDict): 2022-09-27T16:18:00.3963978Z 2022-09-27T16:18:00.3964192Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.3964531Z ========== 2022-09-27T16:18:00.3970015Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT AlexNet /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/alexnet.py line 17 2022-09-27T16:18:00.3970593Z due to: 2022-09-27T16:18:00.3970799Z Traceback (most recent call last): 2022-09-27T16:18:00.3971166Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.3971424Z raise Unsupported(msg) 2022-09-27T16:18:00.3971664Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.3971820Z 2022-09-27T16:18:00.3971893Z from user code: 2022-09-27T16:18:00.3972257Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/alexnet.py", line 17, in AlexNet 2022-09-27T16:18:00.3972549Z class AlexNet(nn.Module): 2022-09-27T16:18:00.3972668Z 2022-09-27T16:18:00.3972803Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.3973021Z ========== 2022-09-27T16:18:00.4409252Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT DeformConv2d /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/deform_conv.py line 110 2022-09-27T16:18:00.4409750Z due to: 2022-09-27T16:18:00.4409935Z Traceback (most recent call last): 2022-09-27T16:18:00.4410228Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.4410472Z raise Unsupported(msg) 2022-09-27T16:18:00.4410717Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.4410923Z 2022-09-27T16:18:00.4410994Z from user code: 2022-09-27T16:18:00.4411365Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/deform_conv.py", line 110, in DeformConv2d 2022-09-27T16:18:00.4411662Z class DeformConv2d(nn.Module): 2022-09-27T16:18:00.4412014Z 2022-09-27T16:18:00.4412147Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.4412354Z ========== 2022-09-27T16:18:00.4453377Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT DropBlock2d /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/drop_block.py line 108 2022-09-27T16:18:00.4453943Z due to: 2022-09-27T16:18:00.4454128Z Traceback (most recent call last): 2022-09-27T16:18:00.4454387Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.4454645Z raise Unsupported(msg) 2022-09-27T16:18:00.4455008Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.4455164Z 2022-09-27T16:18:00.4455221Z from user code: 2022-09-27T16:18:00.4455603Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/drop_block.py", line 108, in DropBlock2d 2022-09-27T16:18:00.4455899Z class DropBlock2d(nn.Module): 2022-09-27T16:18:00.4456022Z 2022-09-27T16:18:00.4456157Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.4456364Z ========== 2022-09-27T16:18:00.4458974Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT DropBlock3d /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/drop_block.py line 139 2022-09-27T16:18:00.4459545Z due to: 2022-09-27T16:18:00.4459727Z Traceback (most recent call last): 2022-09-27T16:18:00.4460003Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.4460260Z raise Unsupported(msg) 2022-09-27T16:18:00.4460496Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.4460637Z 2022-09-27T16:18:00.4460709Z from user code: 2022-09-27T16:18:00.4461087Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/drop_block.py", line 139, in DropBlock3d 2022-09-27T16:18:00.4461388Z class DropBlock3d(DropBlock2d): 2022-09-27T16:18:00.4461516Z 2022-09-27T16:18:00.4461636Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.4461855Z ========== 2022-09-27T16:18:00.4545914Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FrozenBatchNorm2d /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py line 13 2022-09-27T16:18:00.4546540Z due to: 2022-09-27T16:18:00.4546861Z Traceback (most recent call last): 2022-09-27T16:18:00.4547354Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.4547813Z raise Unsupported(msg) 2022-09-27T16:18:00.4548226Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.4548504Z 2022-09-27T16:18:00.4548630Z from user code: 2022-09-27T16:18:00.4549351Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py", line 13, in FrozenBatchNorm2d 2022-09-27T16:18:00.4549926Z class FrozenBatchNorm2d(torch.nn.Module): 2022-09-27T16:18:00.4550172Z 2022-09-27T16:18:00.4550411Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.4550815Z ========== 2022-09-27T16:18:00.4553313Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ConvNormActivation /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py line 68 2022-09-27T16:18:00.4553910Z due to: 2022-09-27T16:18:00.4554245Z Traceback (most recent call last): 2022-09-27T16:18:00.4554725Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.4555191Z raise Unsupported(msg) 2022-09-27T16:18:00.4555598Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.4555840Z 2022-09-27T16:18:00.4555939Z from user code: 2022-09-27T16:18:00.4556606Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py", line 68, in ConvNormActivation 2022-09-27T16:18:00.4557191Z class ConvNormActivation(torch.nn.Sequential): 2022-09-27T16:18:00.4557470Z 2022-09-27T16:18:00.4557704Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.4558100Z ========== 2022-09-27T16:18:00.4562596Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT Conv2dNormActivation /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py line 125 2022-09-27T16:18:00.4563200Z due to: 2022-09-27T16:18:00.4563531Z Traceback (most recent call last): 2022-09-27T16:18:00.4563987Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.4564404Z raise Unsupported(msg) 2022-09-27T16:18:00.4564824Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.4565097Z 2022-09-27T16:18:00.4565214Z from user code: 2022-09-27T16:18:00.4566167Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py", line 125, in Conv2dNormActivation 2022-09-27T16:18:00.4566750Z class Conv2dNormActivation(ConvNormActivation): 2022-09-27T16:18:00.4567031Z 2022-09-27T16:18:00.4567268Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.4567659Z ========== 2022-09-27T16:18:00.4570909Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT Conv3dNormActivation /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py line 175 2022-09-27T16:18:00.4571510Z due to: 2022-09-27T16:18:00.4571835Z Traceback (most recent call last): 2022-09-27T16:18:00.4572335Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.4572780Z raise Unsupported(msg) 2022-09-27T16:18:00.4573193Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.4573478Z 2022-09-27T16:18:00.4573594Z from user code: 2022-09-27T16:18:00.4574290Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py", line 175, in Conv3dNormActivation 2022-09-27T16:18:00.4574888Z class Conv3dNormActivation(ConvNormActivation): 2022-09-27T16:18:00.4575163Z 2022-09-27T16:18:00.4575393Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.4575768Z ========== 2022-09-27T16:18:00.4577482Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT SqueezeExcitation /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py line 224 2022-09-27T16:18:00.4578060Z due to: 2022-09-27T16:18:00.4578406Z Traceback (most recent call last): 2022-09-27T16:18:00.4578875Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.4579329Z raise Unsupported(msg) 2022-09-27T16:18:00.4579755Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.4580026Z 2022-09-27T16:18:00.4580130Z from user code: 2022-09-27T16:18:00.4580814Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py", line 224, in SqueezeExcitation 2022-09-27T16:18:00.4581397Z class SqueezeExcitation(torch.nn.Module): 2022-09-27T16:18:00.4581665Z 2022-09-27T16:18:00.4581893Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.4582269Z ========== 2022-09-27T16:18:00.4584255Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT MLP /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py line 263 2022-09-27T16:18:00.4584776Z due to: 2022-09-27T16:18:00.4585067Z Traceback (most recent call last): 2022-09-27T16:18:00.4585522Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.4585980Z raise Unsupported(msg) 2022-09-27T16:18:00.4586407Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.4586672Z 2022-09-27T16:18:00.4586791Z from user code: 2022-09-27T16:18:00.4587395Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py", line 263, in MLP 2022-09-27T16:18:00.4587905Z class MLP(torch.nn.Sequential): 2022-09-27T16:18:00.4588139Z 2022-09-27T16:18:00.4588352Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.4588747Z ========== 2022-09-27T16:18:00.4589516Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT Permute /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py line 307 2022-09-27T16:18:00.4590180Z due to: 2022-09-27T16:18:00.4590502Z Traceback (most recent call last): 2022-09-27T16:18:00.4590998Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.4591452Z raise Unsupported(msg) 2022-09-27T16:18:00.4591849Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.4592136Z 2022-09-27T16:18:00.4592262Z from user code: 2022-09-27T16:18:00.4593140Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py", line 307, in Permute 2022-09-27T16:18:00.4593661Z class Permute(torch.nn.Module): 2022-09-27T16:18:00.4593853Z 2022-09-27T16:18:00.4594205Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.4594586Z ========== 2022-09-27T16:18:00.4596401Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ExtraFPNBlock /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/feature_pyramid_network.py line 11 2022-09-27T16:18:00.4596979Z due to: 2022-09-27T16:18:00.4597320Z Traceback (most recent call last): 2022-09-27T16:18:00.4597827Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.4598432Z raise Unsupported(msg) 2022-09-27T16:18:00.4598829Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.4599108Z 2022-09-27T16:18:00.4599223Z from user code: 2022-09-27T16:18:00.4599942Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/feature_pyramid_network.py", line 11, in ExtraFPNBlock 2022-09-27T16:18:00.4600489Z class ExtraFPNBlock(nn.Module): 2022-09-27T16:18:00.4600723Z 2022-09-27T16:18:00.4600951Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.4601335Z ========== 2022-09-27T16:18:00.4603823Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FeaturePyramidNetwork /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/feature_pyramid_network.py line 36 2022-09-27T16:18:00.4604445Z due to: 2022-09-27T16:18:00.4604775Z Traceback (most recent call last): 2022-09-27T16:18:00.4605258Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.4605713Z raise Unsupported(msg) 2022-09-27T16:18:00.4606207Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.4606483Z 2022-09-27T16:18:00.4606603Z from user code: 2022-09-27T16:18:00.4607387Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/feature_pyramid_network.py", line 36, in FeaturePyramidNetwork 2022-09-27T16:18:00.4607989Z class FeaturePyramidNetwork(nn.Module): 2022-09-27T16:18:00.4608254Z 2022-09-27T16:18:00.4608495Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.4608884Z ========== 2022-09-27T16:18:00.4609733Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT LastLevelMaxPool /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/feature_pyramid_network.py line 207 2022-09-27T16:18:00.4610354Z due to: 2022-09-27T16:18:00.4610654Z Traceback (most recent call last): 2022-09-27T16:18:00.4611132Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.4611577Z raise Unsupported(msg) 2022-09-27T16:18:00.4611996Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.4612274Z 2022-09-27T16:18:00.4612390Z from user code: 2022-09-27T16:18:00.4613122Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/feature_pyramid_network.py", line 207, in LastLevelMaxPool 2022-09-27T16:18:00.4613698Z class LastLevelMaxPool(ExtraFPNBlock): 2022-09-27T16:18:00.4613952Z 2022-09-27T16:18:00.4614190Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.4614571Z ========== 2022-09-27T16:18:00.4615422Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT LastLevelP6P7 /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/feature_pyramid_network.py line 223 2022-09-27T16:18:00.4616003Z due to: 2022-09-27T16:18:00.4616336Z Traceback (most recent call last): 2022-09-27T16:18:00.4616937Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.4617335Z raise Unsupported(msg) 2022-09-27T16:18:00.4617690Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.4617943Z 2022-09-27T16:18:00.4618067Z from user code: 2022-09-27T16:18:00.4618727Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/feature_pyramid_network.py", line 223, in LastLevelP6P7 2022-09-27T16:18:00.4619206Z class LastLevelP6P7(ExtraFPNBlock): 2022-09-27T16:18:00.4619387Z 2022-09-27T16:18:00.4619560Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.4619955Z ========== 2022-09-27T16:18:00.4826610Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT RoIAlign /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/roi_align.py line 68 2022-09-27T16:18:00.4826961Z due to: 2022-09-27T16:18:00.4827133Z Traceback (most recent call last): 2022-09-27T16:18:00.4827429Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.4827699Z raise Unsupported(msg) 2022-09-27T16:18:00.4827936Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.4828090Z 2022-09-27T16:18:00.4828147Z from user code: 2022-09-27T16:18:00.4828515Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/roi_align.py", line 68, in RoIAlign 2022-09-27T16:18:00.4828804Z class RoIAlign(nn.Module): 2022-09-27T16:18:00.4828926Z 2022-09-27T16:18:00.4829046Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.4829269Z ========== 2022-09-27T16:18:00.4832650Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT LevelMapper /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/poolers.py line 48 2022-09-27T16:18:00.4833396Z due to: 2022-09-27T16:18:00.4833632Z Traceback (most recent call last): 2022-09-27T16:18:00.4833905Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.4834166Z raise Unsupported(msg) 2022-09-27T16:18:00.4834392Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.4834542Z 2022-09-27T16:18:00.4834611Z from user code: 2022-09-27T16:18:00.4834991Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/poolers.py", line 48, in LevelMapper 2022-09-27T16:18:00.4835270Z class LevelMapper: 2022-09-27T16:18:00.4835372Z 2022-09-27T16:18:00.4835506Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.4835724Z ========== 2022-09-27T16:18:00.4843812Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT MultiScaleRoIAlign /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/poolers.py line 231 2022-09-27T16:18:00.4844375Z due to: 2022-09-27T16:18:00.4844569Z Traceback (most recent call last): 2022-09-27T16:18:00.4844842Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.4845095Z raise Unsupported(msg) 2022-09-27T16:18:00.4845320Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.4845473Z 2022-09-27T16:18:00.4845540Z from user code: 2022-09-27T16:18:00.4845924Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/poolers.py", line 231, in MultiScaleRoIAlign 2022-09-27T16:18:00.4846290Z class MultiScaleRoIAlign(nn.Module): 2022-09-27T16:18:00.4846427Z 2022-09-27T16:18:00.4846561Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.4846778Z ========== 2022-09-27T16:18:00.4889519Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT PSRoIAlign /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/ps_roi_align.py line 62 2022-09-27T16:18:00.4890066Z due to: 2022-09-27T16:18:00.4890264Z Traceback (most recent call last): 2022-09-27T16:18:00.4890536Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.4890776Z raise Unsupported(msg) 2022-09-27T16:18:00.4891013Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.4891355Z 2022-09-27T16:18:00.4891425Z from user code: 2022-09-27T16:18:00.4891793Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/ps_roi_align.py", line 62, in PSRoIAlign 2022-09-27T16:18:00.4892092Z class PSRoIAlign(nn.Module): 2022-09-27T16:18:00.4892219Z 2022-09-27T16:18:00.4892349Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.4892579Z ========== 2022-09-27T16:18:00.4932277Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT PSRoIPool /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/ps_roi_pool.py line 54 2022-09-27T16:18:00.4933010Z due to: 2022-09-27T16:18:00.4933290Z Traceback (most recent call last): 2022-09-27T16:18:00.4933566Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.4933807Z raise Unsupported(msg) 2022-09-27T16:18:00.4934040Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.4934194Z 2022-09-27T16:18:00.4934263Z from user code: 2022-09-27T16:18:00.4934627Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/ps_roi_pool.py", line 54, in PSRoIPool 2022-09-27T16:18:00.4934919Z class PSRoIPool(nn.Module): 2022-09-27T16:18:00.4935041Z 2022-09-27T16:18:00.4935172Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.4935374Z ========== 2022-09-27T16:18:00.4975113Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT RoIPool /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/roi_pool.py line 56 2022-09-27T16:18:00.4975675Z due to: 2022-09-27T16:18:00.4975863Z Traceback (most recent call last): 2022-09-27T16:18:00.4976119Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.4976376Z raise Unsupported(msg) 2022-09-27T16:18:00.4976613Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.4976768Z 2022-09-27T16:18:00.4976824Z from user code: 2022-09-27T16:18:00.4977190Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/roi_pool.py", line 56, in RoIPool 2022-09-27T16:18:00.4977476Z class RoIPool(nn.Module): 2022-09-27T16:18:00.4977598Z 2022-09-27T16:18:00.4977730Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.4977936Z ========== 2022-09-27T16:18:00.5017473Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT StochasticDepth /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/stochastic_depth.py line 50 2022-09-27T16:18:00.5018092Z due to: 2022-09-27T16:18:00.5018296Z Traceback (most recent call last): 2022-09-27T16:18:00.5018570Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5018822Z raise Unsupported(msg) 2022-09-27T16:18:00.5019055Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5019195Z 2022-09-27T16:18:00.5019266Z from user code: 2022-09-27T16:18:00.5019657Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/stochastic_depth.py", line 50, in StochasticDepth 2022-09-27T16:18:00.5019971Z class StochasticDepth(nn.Module): 2022-09-27T16:18:00.5020103Z 2022-09-27T16:18:00.5020222Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5020443Z ========== 2022-09-27T16:18:00.5028048Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT LayerNorm2d /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/convnext.py line 30 2022-09-27T16:18:00.5028418Z due to: 2022-09-27T16:18:00.5028602Z Traceback (most recent call last): 2022-09-27T16:18:00.5028876Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5029130Z raise Unsupported(msg) 2022-09-27T16:18:00.5029351Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5029504Z 2022-09-27T16:18:00.5029574Z from user code: 2022-09-27T16:18:00.5029950Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/convnext.py", line 30, in LayerNorm2d 2022-09-27T16:18:00.5030383Z class LayerNorm2d(nn.LayerNorm): 2022-09-27T16:18:00.5030502Z 2022-09-27T16:18:00.5030632Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5030850Z ========== 2022-09-27T16:18:00.5033418Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT CNBlock /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/convnext.py line 38 2022-09-27T16:18:00.5033978Z due to: 2022-09-27T16:18:00.5034184Z Traceback (most recent call last): 2022-09-27T16:18:00.5034456Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5034804Z raise Unsupported(msg) 2022-09-27T16:18:00.5035028Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5035179Z 2022-09-27T16:18:00.5035249Z from user code: 2022-09-27T16:18:00.5035617Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/convnext.py", line 38, in CNBlock 2022-09-27T16:18:00.5035887Z class CNBlock(nn.Module): 2022-09-27T16:18:00.5036007Z 2022-09-27T16:18:00.5036138Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5036358Z ========== 2022-09-27T16:18:00.5040219Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ConvNeXt /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/convnext.py line 90 2022-09-27T16:18:00.5040804Z due to: 2022-09-27T16:18:00.5041008Z Traceback (most recent call last): 2022-09-27T16:18:00.5041282Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5041528Z raise Unsupported(msg) 2022-09-27T16:18:00.5041773Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5041927Z 2022-09-27T16:18:00.5041997Z from user code: 2022-09-27T16:18:00.5042354Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/convnext.py", line 90, in ConvNeXt 2022-09-27T16:18:00.5042653Z class ConvNeXt(nn.Module): 2022-09-27T16:18:00.5042777Z 2022-09-27T16:18:00.5042911Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5043130Z ========== 2022-09-27T16:18:00.5099842Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _DenseLayer /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/densenet.py line 32 2022-09-27T16:18:00.5100444Z due to: 2022-09-27T16:18:00.5100689Z Traceback (most recent call last): 2022-09-27T16:18:00.5100948Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5101206Z raise Unsupported(msg) 2022-09-27T16:18:00.5101442Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5101599Z 2022-09-27T16:18:00.5101669Z from user code: 2022-09-27T16:18:00.5102032Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/densenet.py", line 32, in _DenseLayer 2022-09-27T16:18:00.5102325Z class _DenseLayer(nn.Module): 2022-09-27T16:18:00.5102447Z 2022-09-27T16:18:00.5102579Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5102789Z ========== 2022-09-27T16:18:00.5112188Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _DenseBlock /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/densenet.py line 97 2022-09-27T16:18:00.5112601Z due to: 2022-09-27T16:18:00.5112936Z Traceback (most recent call last): 2022-09-27T16:18:00.5113233Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5113531Z raise Unsupported(msg) 2022-09-27T16:18:00.5113768Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5113922Z 2022-09-27T16:18:00.5113996Z from user code: 2022-09-27T16:18:00.5114416Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/densenet.py", line 97, in _DenseBlock 2022-09-27T16:18:00.5114717Z class _DenseBlock(nn.ModuleDict): 2022-09-27T16:18:00.5114911Z 2022-09-27T16:18:00.5115031Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5115387Z ========== 2022-09-27T16:18:00.5118590Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT DenseNet /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/densenet.py line 137 2022-09-27T16:18:00.5119186Z due to: 2022-09-27T16:18:00.5119416Z Traceback (most recent call last): 2022-09-27T16:18:00.5119688Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5119940Z raise Unsupported(msg) 2022-09-27T16:18:00.5120163Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5120316Z 2022-09-27T16:18:00.5120385Z from user code: 2022-09-27T16:18:00.5120895Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/densenet.py", line 137, in DenseNet 2022-09-27T16:18:00.5121183Z class DenseNet(nn.Module): 2022-09-27T16:18:00.5121290Z 2022-09-27T16:18:00.5121421Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5121638Z ========== 2022-09-27T16:18:00.5176276Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _MBConvConfig /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/efficientnet.py line 47 2022-09-27T16:18:00.5176902Z due to: 2022-09-27T16:18:00.5177113Z Traceback (most recent call last): 2022-09-27T16:18:00.5177385Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5177639Z raise Unsupported(msg) 2022-09-27T16:18:00.5177862Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5178018Z 2022-09-27T16:18:00.5178088Z from user code: 2022-09-27T16:18:00.5178480Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/efficientnet.py", line 47, in _MBConvConfig 2022-09-27T16:18:00.5178746Z @dataclass 2022-09-27T16:18:00.5178847Z 2022-09-27T16:18:00.5178979Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5179194Z ========== 2022-09-27T16:18:00.5294193Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT MBConvConfig /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/efficientnet.py line 62 2022-09-27T16:18:00.5294815Z due to: 2022-09-27T16:18:00.5295071Z Traceback (most recent call last): 2022-09-27T16:18:00.5295345Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5295588Z raise Unsupported(msg) 2022-09-27T16:18:00.5295821Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5295974Z 2022-09-27T16:18:00.5296042Z from user code: 2022-09-27T16:18:00.5296432Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/efficientnet.py", line 62, in MBConvConfig 2022-09-27T16:18:00.5296724Z class MBConvConfig(_MBConvConfig): 2022-09-27T16:18:00.5296857Z 2022-09-27T16:18:00.5296987Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5297205Z ========== 2022-09-27T16:18:00.5299185Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FusedMBConvConfig /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/efficientnet.py line 88 2022-09-27T16:18:00.5299806Z due to: 2022-09-27T16:18:00.5300044Z Traceback (most recent call last): 2022-09-27T16:18:00.5300319Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5300577Z raise Unsupported(msg) 2022-09-27T16:18:00.5300811Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5300951Z 2022-09-27T16:18:00.5301022Z from user code: 2022-09-27T16:18:00.5301416Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/efficientnet.py", line 88, in FusedMBConvConfig 2022-09-27T16:18:00.5301750Z class FusedMBConvConfig(_MBConvConfig): 2022-09-27T16:18:00.5301893Z 2022-09-27T16:18:00.5302010Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5302232Z ========== 2022-09-27T16:18:00.5304539Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT MBConv /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/efficientnet.py line 105 2022-09-27T16:18:00.5305366Z due to: 2022-09-27T16:18:00.5305555Z Traceback (most recent call last): 2022-09-27T16:18:00.5305823Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5306076Z raise Unsupported(msg) 2022-09-27T16:18:00.5306299Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5306450Z 2022-09-27T16:18:00.5306522Z from user code: 2022-09-27T16:18:00.5306902Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/efficientnet.py", line 105, in MBConv 2022-09-27T16:18:00.5307180Z class MBConv(nn.Module): 2022-09-27T16:18:00.5307363Z 2022-09-27T16:18:00.5307501Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5307719Z ========== 2022-09-27T16:18:00.5312305Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FusedMBConv /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/efficientnet.py line 172 2022-09-27T16:18:00.5312910Z due to: 2022-09-27T16:18:00.5313261Z Traceback (most recent call last): 2022-09-27T16:18:00.5313657Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5313899Z raise Unsupported(msg) 2022-09-27T16:18:00.5314130Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5314282Z 2022-09-27T16:18:00.5314352Z from user code: 2022-09-27T16:18:00.5314740Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/efficientnet.py", line 172, in FusedMBConv 2022-09-27T16:18:00.5315026Z class FusedMBConv(nn.Module): 2022-09-27T16:18:00.5315149Z 2022-09-27T16:18:00.5315282Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5315495Z ========== 2022-09-27T16:18:00.5318765Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT EfficientNet /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/efficientnet.py line 233 2022-09-27T16:18:00.5319381Z due to: 2022-09-27T16:18:00.5319587Z Traceback (most recent call last): 2022-09-27T16:18:00.5319861Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5320104Z raise Unsupported(msg) 2022-09-27T16:18:00.5320340Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5320495Z 2022-09-27T16:18:00.5320565Z from user code: 2022-09-27T16:18:00.5320940Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/efficientnet.py", line 233, in EfficientNet 2022-09-27T16:18:00.5321243Z class EfficientNet(nn.Module): 2022-09-27T16:18:00.5321371Z 2022-09-27T16:18:00.5321503Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5321720Z ========== 2022-09-27T16:18:00.5405883Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT GoogLeNet /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/googlenet.py line 29 2022-09-27T16:18:00.5406340Z due to: 2022-09-27T16:18:00.5406533Z Traceback (most recent call last): 2022-09-27T16:18:00.5406827Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5407077Z raise Unsupported(msg) 2022-09-27T16:18:00.5407322Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5407482Z 2022-09-27T16:18:00.5407552Z from user code: 2022-09-27T16:18:00.5407935Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/googlenet.py", line 29, in GoogLeNet 2022-09-27T16:18:00.5408238Z class GoogLeNet(nn.Module): 2022-09-27T16:18:00.5408361Z 2022-09-27T16:18:00.5408497Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5408725Z ========== 2022-09-27T16:18:00.5412133Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT Inception /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/googlenet.py line 184 2022-09-27T16:18:00.5412490Z due to: 2022-09-27T16:18:00.5412728Z Traceback (most recent call last): 2022-09-27T16:18:00.5413007Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5413423Z raise Unsupported(msg) 2022-09-27T16:18:00.5413671Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5413826Z 2022-09-27T16:18:00.5413895Z from user code: 2022-09-27T16:18:00.5414326Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/googlenet.py", line 184, in Inception 2022-09-27T16:18:00.5414620Z class Inception(nn.Module): 2022-09-27T16:18:00.5414741Z 2022-09-27T16:18:00.5414904Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5415169Z ========== 2022-09-27T16:18:00.5417646Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT InceptionAux /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/googlenet.py line 231 2022-09-27T16:18:00.5418234Z due to: 2022-09-27T16:18:00.5418451Z Traceback (most recent call last): 2022-09-27T16:18:00.5418715Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5418973Z raise Unsupported(msg) 2022-09-27T16:18:00.5419208Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5419363Z 2022-09-27T16:18:00.5419433Z from user code: 2022-09-27T16:18:00.5419810Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/googlenet.py", line 231, in InceptionAux 2022-09-27T16:18:00.5420112Z class InceptionAux(nn.Module): 2022-09-27T16:18:00.5420237Z 2022-09-27T16:18:00.5420365Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5420568Z ========== 2022-09-27T16:18:00.5422353Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT BasicConv2d /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/googlenet.py line 266 2022-09-27T16:18:00.5422959Z due to: 2022-09-27T16:18:00.5423190Z Traceback (most recent call last): 2022-09-27T16:18:00.5423451Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5423704Z raise Unsupported(msg) 2022-09-27T16:18:00.5423944Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5424095Z 2022-09-27T16:18:00.5424153Z from user code: 2022-09-27T16:18:00.5424533Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/googlenet.py", line 266, in BasicConv2d 2022-09-27T16:18:00.5424824Z class BasicConv2d(nn.Module): 2022-09-27T16:18:00.5424949Z 2022-09-27T16:18:00.5425081Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5425287Z ========== 2022-09-27T16:18:00.5474601Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT Inception3 /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py line 28 2022-09-27T16:18:00.5475008Z due to: 2022-09-27T16:18:00.5475246Z Traceback (most recent call last): 2022-09-27T16:18:00.5475526Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5475784Z raise Unsupported(msg) 2022-09-27T16:18:00.5476012Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5476180Z 2022-09-27T16:18:00.5476253Z from user code: 2022-09-27T16:18:00.5476638Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py", line 28, in Inception3 2022-09-27T16:18:00.5476942Z class Inception3(nn.Module): 2022-09-27T16:18:00.5477057Z 2022-09-27T16:18:00.5477192Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5477412Z ========== 2022-09-27T16:18:00.5481030Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT InceptionA /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py line 176 2022-09-27T16:18:00.5481601Z due to: 2022-09-27T16:18:00.5481937Z Traceback (most recent call last): 2022-09-27T16:18:00.5482213Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5482468Z raise Unsupported(msg) 2022-09-27T16:18:00.5482690Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5482968Z 2022-09-27T16:18:00.5483040Z from user code: 2022-09-27T16:18:00.5483423Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py", line 176, in InceptionA 2022-09-27T16:18:00.5483707Z class InceptionA(nn.Module): 2022-09-27T16:18:00.5483831Z 2022-09-27T16:18:00.5483965Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5484182Z ========== 2022-09-27T16:18:00.5487037Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT InceptionB /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py line 215 2022-09-27T16:18:00.5487590Z due to: 2022-09-27T16:18:00.5488032Z Traceback (most recent call last): 2022-09-27T16:18:00.5488309Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5488548Z raise Unsupported(msg) 2022-09-27T16:18:00.5488780Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5488931Z 2022-09-27T16:18:00.5488999Z from user code: 2022-09-27T16:18:00.5489388Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py", line 215, in InceptionB 2022-09-27T16:18:00.5489668Z class InceptionB(nn.Module): 2022-09-27T16:18:00.5489792Z 2022-09-27T16:18:00.5489924Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5490138Z ========== 2022-09-27T16:18:00.5492816Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT InceptionC /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py line 243 2022-09-27T16:18:00.5493137Z due to: 2022-09-27T16:18:00.5493329Z Traceback (most recent call last): 2022-09-27T16:18:00.5493604Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5493848Z raise Unsupported(msg) 2022-09-27T16:18:00.5494086Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5494239Z 2022-09-27T16:18:00.5494307Z from user code: 2022-09-27T16:18:00.5494684Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py", line 243, in InceptionC 2022-09-27T16:18:00.5494985Z class InceptionC(nn.Module): 2022-09-27T16:18:00.5495109Z 2022-09-27T16:18:00.5495240Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5495456Z ========== 2022-09-27T16:18:00.5498506Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT InceptionD /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py line 289 2022-09-27T16:18:00.5499095Z due to: 2022-09-27T16:18:00.5499358Z Traceback (most recent call last): 2022-09-27T16:18:00.5499623Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5499877Z raise Unsupported(msg) 2022-09-27T16:18:00.5500110Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5500262Z 2022-09-27T16:18:00.5500331Z from user code: 2022-09-27T16:18:00.5500694Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py", line 289, in InceptionD 2022-09-27T16:18:00.5500992Z class InceptionD(nn.Module): 2022-09-27T16:18:00.5501115Z 2022-09-27T16:18:00.5501244Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5501447Z ========== 2022-09-27T16:18:00.5504211Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT InceptionE /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py line 320 2022-09-27T16:18:00.5504783Z due to: 2022-09-27T16:18:00.5504987Z Traceback (most recent call last): 2022-09-27T16:18:00.5505246Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5505499Z raise Unsupported(msg) 2022-09-27T16:18:00.5505732Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5505869Z 2022-09-27T16:18:00.5505938Z from user code: 2022-09-27T16:18:00.5506322Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py", line 320, in InceptionE 2022-09-27T16:18:00.5506681Z class InceptionE(nn.Module): 2022-09-27T16:18:00.5506803Z 2022-09-27T16:18:00.5506920Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5507132Z ========== 2022-09-27T16:18:00.5509847Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT InceptionAux /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py line 367 2022-09-27T16:18:00.5510160Z due to: 2022-09-27T16:18:00.5510340Z Traceback (most recent call last): 2022-09-27T16:18:00.5510610Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5510864Z raise Unsupported(msg) 2022-09-27T16:18:00.5511133Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5511290Z 2022-09-27T16:18:00.5511360Z from user code: 2022-09-27T16:18:00.5511744Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py", line 367, in InceptionAux 2022-09-27T16:18:00.5512048Z class InceptionAux(nn.Module): 2022-09-27T16:18:00.5512162Z 2022-09-27T16:18:00.5512292Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5512506Z ========== 2022-09-27T16:18:00.5514919Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT BasicConv2d /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py line 398 2022-09-27T16:18:00.5515443Z due to: 2022-09-27T16:18:00.5515796Z Traceback (most recent call last): 2022-09-27T16:18:00.5516110Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.5516362Z raise Unsupported(msg) 2022-09-27T16:18:00.5516589Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.5516741Z 2022-09-27T16:18:00.5516810Z from user code: 2022-09-27T16:18:00.5517193Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py", line 398, in BasicConv2d 2022-09-27T16:18:00.5517472Z class BasicConv2d(nn.Module): 2022-09-27T16:18:00.5517594Z 2022-09-27T16:18:00.5517729Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.5517945Z ========== 2022-09-27T16:18:00.6886646Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _InvertedResidual /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/mnasnet.py line 34 2022-09-27T16:18:00.6887237Z due to: 2022-09-27T16:18:00.6887440Z Traceback (most recent call last): 2022-09-27T16:18:00.6887714Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.6887955Z raise Unsupported(msg) 2022-09-27T16:18:00.6888188Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.6888354Z 2022-09-27T16:18:00.6888424Z from user code: 2022-09-27T16:18:00.6888809Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/mnasnet.py", line 34, in _InvertedResidual 2022-09-27T16:18:00.6889102Z class _InvertedResidual(nn.Module): 2022-09-27T16:18:00.6889233Z 2022-09-27T16:18:00.6889366Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.6889586Z ========== 2022-09-27T16:18:00.6893741Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT MNASNet /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/mnasnet.py line 97 2022-09-27T16:18:00.6894332Z due to: 2022-09-27T16:18:00.6894557Z Traceback (most recent call last): 2022-09-27T16:18:00.6894839Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.6895080Z raise Unsupported(msg) 2022-09-27T16:18:00.6895314Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.6895464Z 2022-09-27T16:18:00.6895539Z from user code: 2022-09-27T16:18:00.6895892Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/mnasnet.py", line 97, in MNASNet 2022-09-27T16:18:00.6896184Z class MNASNet(torch.nn.Module): 2022-09-27T16:18:00.6896310Z 2022-09-27T16:18:00.6896440Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.6896814Z ========== 2022-09-27T16:18:00.6988680Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT InvertedResidual /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/mobilenetv2.py line 38 2022-09-27T16:18:00.6989272Z due to: 2022-09-27T16:18:00.6989457Z Traceback (most recent call last): 2022-09-27T16:18:00.6989740Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.6990004Z raise Unsupported(msg) 2022-09-27T16:18:00.6990244Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.6990396Z 2022-09-27T16:18:00.6990455Z from user code: 2022-09-27T16:18:00.6991050Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/mobilenetv2.py", line 38, in InvertedResidual 2022-09-27T16:18:00.6991370Z class InvertedResidual(nn.Module): 2022-09-27T16:18:00.6991505Z 2022-09-27T16:18:00.6991636Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.6991839Z ========== 2022-09-27T16:18:00.6995231Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT MobileNetV2 /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/mobilenetv2.py line 86 2022-09-27T16:18:00.6995835Z due to: 2022-09-27T16:18:00.6996084Z Traceback (most recent call last): 2022-09-27T16:18:00.6996357Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.6996612Z raise Unsupported(msg) 2022-09-27T16:18:00.6996847Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.6996992Z 2022-09-27T16:18:00.6997062Z from user code: 2022-09-27T16:18:00.6997459Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/mobilenetv2.py", line 86, in MobileNetV2 2022-09-27T16:18:00.6997758Z class MobileNetV2(nn.Module): 2022-09-27T16:18:00.6997883Z 2022-09-27T16:18:00.6998001Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.6998214Z ========== 2022-09-27T16:18:00.7048308Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT InvertedResidual /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/mobilenetv3.py line 68 2022-09-27T16:18:00.7048749Z due to: 2022-09-27T16:18:00.7048917Z Traceback (most recent call last): 2022-09-27T16:18:00.7049187Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7049442Z raise Unsupported(msg) 2022-09-27T16:18:00.7049664Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7049816Z 2022-09-27T16:18:00.7049885Z from user code: 2022-09-27T16:18:00.7050279Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/mobilenetv3.py", line 68, in InvertedResidual 2022-09-27T16:18:00.7050591Z class InvertedResidual(nn.Module): 2022-09-27T16:18:00.7050713Z 2022-09-27T16:18:00.7050842Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7051060Z ========== 2022-09-27T16:18:00.7054302Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT MobileNetV3 /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/mobilenetv3.py line 133 2022-09-27T16:18:00.7054885Z due to: 2022-09-27T16:18:00.7055078Z Traceback (most recent call last): 2022-09-27T16:18:00.7055350Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7055601Z raise Unsupported(msg) 2022-09-27T16:18:00.7055821Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7055973Z 2022-09-27T16:18:00.7056043Z from user code: 2022-09-27T16:18:00.7056428Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/mobilenetv3.py", line 133, in MobileNetV3 2022-09-27T16:18:00.7056723Z class MobileNetV3(nn.Module): 2022-09-27T16:18:00.7056845Z 2022-09-27T16:18:00.7056976Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7057190Z ========== 2022-09-27T16:18:00.7107067Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT SimpleStemIN /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/regnet.py line 52 2022-09-27T16:18:00.7107741Z due to: 2022-09-27T16:18:00.7107923Z Traceback (most recent call last): 2022-09-27T16:18:00.7108193Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7108438Z raise Unsupported(msg) 2022-09-27T16:18:00.7108675Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7108829Z 2022-09-27T16:18:00.7108899Z from user code: 2022-09-27T16:18:00.7109263Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/regnet.py", line 52, in SimpleStemIN 2022-09-27T16:18:00.7109688Z class SimpleStemIN(Conv2dNormActivation): 2022-09-27T16:18:00.7109873Z 2022-09-27T16:18:00.7110006Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7110221Z ========== 2022-09-27T16:18:00.7112652Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT BottleneckTransform /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/regnet.py line 67 2022-09-27T16:18:00.7113362Z due to: 2022-09-27T16:18:00.7113545Z Traceback (most recent call last): 2022-09-27T16:18:00.7113815Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7114061Z raise Unsupported(msg) 2022-09-27T16:18:00.7114296Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7114447Z 2022-09-27T16:18:00.7114515Z from user code: 2022-09-27T16:18:00.7114902Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/regnet.py", line 67, in BottleneckTransform 2022-09-27T16:18:00.7115226Z class BottleneckTransform(nn.Sequential): 2022-09-27T16:18:00.7115371Z 2022-09-27T16:18:00.7115501Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7115706Z ========== 2022-09-27T16:18:00.7118748Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ResBottleneckBlock /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/regnet.py line 108 2022-09-27T16:18:00.7119078Z due to: 2022-09-27T16:18:00.7119316Z Traceback (most recent call last): 2022-09-27T16:18:00.7119580Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7119879Z raise Unsupported(msg) 2022-09-27T16:18:00.7120113Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7120264Z 2022-09-27T16:18:00.7120321Z from user code: 2022-09-27T16:18:00.7120708Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/regnet.py", line 108, in ResBottleneckBlock 2022-09-27T16:18:00.7121023Z class ResBottleneckBlock(nn.Module): 2022-09-27T16:18:00.7121160Z 2022-09-27T16:18:00.7121292Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7121497Z ========== 2022-09-27T16:18:00.7124453Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT AnyStage /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/regnet.py line 151 2022-09-27T16:18:00.7125040Z due to: 2022-09-27T16:18:00.7125283Z Traceback (most recent call last): 2022-09-27T16:18:00.7125544Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7125795Z raise Unsupported(msg) 2022-09-27T16:18:00.7126029Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7126233Z 2022-09-27T16:18:00.7126304Z from user code: 2022-09-27T16:18:00.7126678Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/regnet.py", line 151, in AnyStage 2022-09-27T16:18:00.7126964Z class AnyStage(nn.Sequential): 2022-09-27T16:18:00.7127089Z 2022-09-27T16:18:00.7127210Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7127425Z ========== 2022-09-27T16:18:00.7131455Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT RegNet /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/regnet.py line 296 2022-09-27T16:18:00.7132006Z due to: 2022-09-27T16:18:00.7132184Z Traceback (most recent call last): 2022-09-27T16:18:00.7132571Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7132824Z raise Unsupported(msg) 2022-09-27T16:18:00.7133047Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7133199Z 2022-09-27T16:18:00.7133268Z from user code: 2022-09-27T16:18:00.7133634Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/regnet.py", line 296, in RegNet 2022-09-27T16:18:00.7133914Z class RegNet(nn.Module): 2022-09-27T16:18:00.7134020Z 2022-09-27T16:18:00.7134151Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7134370Z ========== 2022-09-27T16:18:00.7213056Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT BasicBlock /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/resnet.py line 59 2022-09-27T16:18:00.7213398Z due to: 2022-09-27T16:18:00.7213588Z Traceback (most recent call last): 2022-09-27T16:18:00.7213862Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7214118Z raise Unsupported(msg) 2022-09-27T16:18:00.7214341Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7214492Z 2022-09-27T16:18:00.7214561Z from user code: 2022-09-27T16:18:00.7214934Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/resnet.py", line 59, in BasicBlock 2022-09-27T16:18:00.7215209Z class BasicBlock(nn.Module): 2022-09-27T16:18:00.7215331Z 2022-09-27T16:18:00.7215462Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7215677Z ========== 2022-09-27T16:18:00.7218301Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT Bottleneck /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/resnet.py line 108 2022-09-27T16:18:00.7218806Z due to: 2022-09-27T16:18:00.7219162Z Traceback (most recent call last): 2022-09-27T16:18:00.7219499Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7219740Z raise Unsupported(msg) 2022-09-27T16:18:00.7219972Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7220123Z 2022-09-27T16:18:00.7220192Z from user code: 2022-09-27T16:18:00.7220547Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/resnet.py", line 108, in Bottleneck 2022-09-27T16:18:00.7220833Z class Bottleneck(nn.Module): 2022-09-27T16:18:00.7220954Z 2022-09-27T16:18:00.7221089Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7221306Z ========== 2022-09-27T16:18:00.7225408Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ResNet /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/resnet.py line 166 2022-09-27T16:18:00.7225985Z due to: 2022-09-27T16:18:00.7226228Z Traceback (most recent call last): 2022-09-27T16:18:00.7226492Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7226748Z raise Unsupported(msg) 2022-09-27T16:18:00.7226983Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7227138Z 2022-09-27T16:18:00.7227208Z from user code: 2022-09-27T16:18:00.7227560Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/resnet.py", line 166, in ResNet 2022-09-27T16:18:00.7227841Z class ResNet(nn.Module): 2022-09-27T16:18:00.7227958Z 2022-09-27T16:18:00.7228088Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7228293Z ========== 2022-09-27T16:18:00.7294254Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT InvertedResidual /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/shufflenetv2.py line 43 2022-09-27T16:18:00.7294870Z due to: 2022-09-27T16:18:00.7295157Z Traceback (most recent call last): 2022-09-27T16:18:00.7295418Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7295671Z raise Unsupported(msg) 2022-09-27T16:18:00.7295904Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7296185Z 2022-09-27T16:18:00.7296243Z from user code: 2022-09-27T16:18:00.7296636Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/shufflenetv2.py", line 43, in InvertedResidual 2022-09-27T16:18:00.7296951Z class InvertedResidual(nn.Module): 2022-09-27T16:18:00.7297083Z 2022-09-27T16:18:00.7297214Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7297417Z ========== 2022-09-27T16:18:00.7299812Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ShuffleNetV2 /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/shufflenetv2.py line 104 2022-09-27T16:18:00.7300306Z due to: 2022-09-27T16:18:00.7300769Z Traceback (most recent call last): 2022-09-27T16:18:00.7301071Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7301419Z raise Unsupported(msg) 2022-09-27T16:18:00.7301695Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7301849Z 2022-09-27T16:18:00.7301923Z from user code: 2022-09-27T16:18:00.7302312Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/shufflenetv2.py", line 104, in ShuffleNetV2 2022-09-27T16:18:00.7302617Z class ShuffleNetV2(nn.Module): 2022-09-27T16:18:00.7302731Z 2022-09-27T16:18:00.7302861Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7303077Z ========== 2022-09-27T16:18:00.7353042Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT Fire /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/squeezenet.py line 18 2022-09-27T16:18:00.7353601Z due to: 2022-09-27T16:18:00.7353941Z Traceback (most recent call last): 2022-09-27T16:18:00.7354228Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7354480Z raise Unsupported(msg) 2022-09-27T16:18:00.7354701Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7354854Z 2022-09-27T16:18:00.7354923Z from user code: 2022-09-27T16:18:00.7355299Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/squeezenet.py", line 18, in Fire 2022-09-27T16:18:00.7355567Z class Fire(nn.Module): 2022-09-27T16:18:00.7355681Z 2022-09-27T16:18:00.7355810Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7356025Z ========== 2022-09-27T16:18:00.7358232Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT SqueezeNet /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/squeezenet.py line 36 2022-09-27T16:18:00.7358787Z due to: 2022-09-27T16:18:00.7358978Z Traceback (most recent call last): 2022-09-27T16:18:00.7359253Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7359493Z raise Unsupported(msg) 2022-09-27T16:18:00.7359726Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7359875Z 2022-09-27T16:18:00.7359943Z from user code: 2022-09-27T16:18:00.7360321Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/squeezenet.py", line 36, in SqueezeNet 2022-09-27T16:18:00.7360607Z class SqueezeNet(nn.Module): 2022-09-27T16:18:00.7360730Z 2022-09-27T16:18:00.7360860Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7361074Z ========== 2022-09-27T16:18:00.7407382Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT VGG /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/vgg.py line 35 2022-09-27T16:18:00.7407777Z due to: 2022-09-27T16:18:00.7407960Z Traceback (most recent call last): 2022-09-27T16:18:00.7408231Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7408479Z raise Unsupported(msg) 2022-09-27T16:18:00.7408713Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7408865Z 2022-09-27T16:18:00.7408934Z from user code: 2022-09-27T16:18:00.7409276Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/vgg.py", line 35, in VGG 2022-09-27T16:18:00.7409673Z class VGG(nn.Module): 2022-09-27T16:18:00.7409786Z 2022-09-27T16:18:00.7409916Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7410120Z ========== 2022-09-27T16:18:00.7471680Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ConvStemConfig /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/vision_transformer.py line 32 2022-09-27T16:18:00.7472291Z due to: 2022-09-27T16:18:00.7472617Z Traceback (most recent call last): 2022-09-27T16:18:00.7473307Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7473772Z raise Unsupported(msg) 2022-09-27T16:18:00.7474244Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7474402Z 2022-09-27T16:18:00.7474459Z from user code: 2022-09-27T16:18:00.7474867Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/vision_transformer.py", line 32, in ConvStemConfig 2022-09-27T16:18:00.7475182Z class ConvStemConfig(NamedTuple): 2022-09-27T16:18:00.7475318Z 2022-09-27T16:18:00.7475450Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7475653Z ========== 2022-09-27T16:18:00.7479470Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT EncoderBlock /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/vision_transformer.py line 86 2022-09-27T16:18:00.7479943Z due to: 2022-09-27T16:18:00.7480138Z Traceback (most recent call last): 2022-09-27T16:18:00.7480395Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7480649Z raise Unsupported(msg) 2022-09-27T16:18:00.7480892Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7481033Z 2022-09-27T16:18:00.7481102Z from user code: 2022-09-27T16:18:00.7481499Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/vision_transformer.py", line 86, in EncoderBlock 2022-09-27T16:18:00.7481812Z class EncoderBlock(nn.Module): 2022-09-27T16:18:00.7481939Z 2022-09-27T16:18:00.7482055Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7482270Z ========== 2022-09-27T16:18:00.7484965Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT Encoder /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/vision_transformer.py line 122 2022-09-27T16:18:00.7485455Z due to: 2022-09-27T16:18:00.7485635Z Traceback (most recent call last): 2022-09-27T16:18:00.7485908Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7486229Z raise Unsupported(msg) 2022-09-27T16:18:00.7486452Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7486607Z 2022-09-27T16:18:00.7486676Z from user code: 2022-09-27T16:18:00.7487066Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/vision_transformer.py", line 122, in Encoder 2022-09-27T16:18:00.7487358Z class Encoder(nn.Module): 2022-09-27T16:18:00.7487465Z 2022-09-27T16:18:00.7487595Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7487813Z ========== 2022-09-27T16:18:00.7491443Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT VisionTransformer /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/vision_transformer.py line 160 2022-09-27T16:18:00.7492053Z due to: 2022-09-27T16:18:00.7492317Z Traceback (most recent call last): 2022-09-27T16:18:00.7492593Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7492849Z raise Unsupported(msg) 2022-09-27T16:18:00.7493072Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7493228Z 2022-09-27T16:18:00.7493299Z from user code: 2022-09-27T16:18:00.7493702Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/vision_transformer.py", line 160, in VisionTransformer 2022-09-27T16:18:00.7494011Z class VisionTransformer(nn.Module): 2022-09-27T16:18:00.7494145Z 2022-09-27T16:18:00.7494276Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7494588Z ========== 2022-09-27T16:18:00.7550665Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT PatchMerging /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/swin_transformer.py line 62 2022-09-27T16:18:00.7551187Z due to: 2022-09-27T16:18:00.7551376Z Traceback (most recent call last): 2022-09-27T16:18:00.7551647Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7551887Z raise Unsupported(msg) 2022-09-27T16:18:00.7552121Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7552272Z 2022-09-27T16:18:00.7552416Z from user code: 2022-09-27T16:18:00.7552954Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/swin_transformer.py", line 62, in PatchMerging 2022-09-27T16:18:00.7553248Z class PatchMerging(nn.Module): 2022-09-27T16:18:00.7553374Z 2022-09-27T16:18:00.7553505Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7553724Z ========== 2022-09-27T16:18:00.7555907Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT PatchMergingV2 /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/swin_transformer.py line 89 2022-09-27T16:18:00.7556522Z due to: 2022-09-27T16:18:00.7556770Z Traceback (most recent call last): 2022-09-27T16:18:00.7557043Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7557282Z raise Unsupported(msg) 2022-09-27T16:18:00.7557515Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7557665Z 2022-09-27T16:18:00.7557733Z from user code: 2022-09-27T16:18:00.7558119Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/swin_transformer.py", line 89, in PatchMergingV2 2022-09-27T16:18:00.7558431Z class PatchMergingV2(nn.Module): 2022-09-27T16:18:00.7558562Z 2022-09-27T16:18:00.7558691Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7558897Z ========== 2022-09-27T16:18:00.7561946Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ShiftedWindowAttention /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/swin_transformer.py line 232 2022-09-27T16:18:00.7562592Z due to: 2022-09-27T16:18:00.7562833Z Traceback (most recent call last): 2022-09-27T16:18:00.7563091Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7563342Z raise Unsupported(msg) 2022-09-27T16:18:00.7563577Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7563727Z 2022-09-27T16:18:00.7563784Z from user code: 2022-09-27T16:18:00.7564200Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/swin_transformer.py", line 232, in ShiftedWindowAttention 2022-09-27T16:18:00.7564541Z class ShiftedWindowAttention(nn.Module): 2022-09-27T16:18:00.7564684Z 2022-09-27T16:18:00.7564813Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7565018Z ========== 2022-09-27T16:18:00.7567909Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ShiftedWindowAttentionV2 /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/swin_transformer.py line 312 2022-09-27T16:18:00.7568252Z due to: 2022-09-27T16:18:00.7568440Z Traceback (most recent call last): 2022-09-27T16:18:00.7568697Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7568950Z raise Unsupported(msg) 2022-09-27T16:18:00.7569183Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7569334Z 2022-09-27T16:18:00.7569391Z from user code: 2022-09-27T16:18:00.7569811Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/swin_transformer.py", line 312, in ShiftedWindowAttentionV2 2022-09-27T16:18:00.7570188Z class ShiftedWindowAttentionV2(ShiftedWindowAttention): 2022-09-27T16:18:00.7570360Z 2022-09-27T16:18:00.7570490Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7570785Z ========== 2022-09-27T16:18:00.7573856Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT SwinTransformerBlock /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/swin_transformer.py line 397 2022-09-27T16:18:00.7574471Z due to: 2022-09-27T16:18:00.7574651Z Traceback (most recent call last): 2022-09-27T16:18:00.7574920Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7575172Z raise Unsupported(msg) 2022-09-27T16:18:00.7575395Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7575548Z 2022-09-27T16:18:00.7575617Z from user code: 2022-09-27T16:18:00.7576113Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/swin_transformer.py", line 397, in SwinTransformerBlock 2022-09-27T16:18:00.7576447Z class SwinTransformerBlock(nn.Module): 2022-09-27T16:18:00.7576586Z 2022-09-27T16:18:00.7576704Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7576923Z ========== 2022-09-27T16:18:00.7579526Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT SwinTransformerBlockV2 /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/swin_transformer.py line 454 2022-09-27T16:18:00.7579866Z due to: 2022-09-27T16:18:00.7580044Z Traceback (most recent call last): 2022-09-27T16:18:00.7580318Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7580570Z raise Unsupported(msg) 2022-09-27T16:18:00.7580793Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7580944Z 2022-09-27T16:18:00.7581014Z from user code: 2022-09-27T16:18:00.7581430Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/swin_transformer.py", line 454, in SwinTransformerBlockV2 2022-09-27T16:18:00.7581785Z class SwinTransformerBlockV2(SwinTransformerBlock): 2022-09-27T16:18:00.7581937Z 2022-09-27T16:18:00.7582068Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7582285Z ========== 2022-09-27T16:18:00.7585689Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT SwinTransformer /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/swin_transformer.py line 502 2022-09-27T16:18:00.7586283Z due to: 2022-09-27T16:18:00.7586576Z Traceback (most recent call last): 2022-09-27T16:18:00.7586847Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7587101Z raise Unsupported(msg) 2022-09-27T16:18:00.7587320Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7587471Z 2022-09-27T16:18:00.7587539Z from user code: 2022-09-27T16:18:00.7587944Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/swin_transformer.py", line 502, in SwinTransformer 2022-09-27T16:18:00.7588243Z class SwinTransformer(nn.Module): 2022-09-27T16:18:00.7588372Z 2022-09-27T16:18:00.7588501Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7588719Z ========== 2022-09-27T16:18:00.7719661Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT BalancedPositiveNegativeSampler /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/_utils.py line 11 2022-09-27T16:18:00.7720196Z due to: 2022-09-27T16:18:00.7720378Z Traceback (most recent call last): 2022-09-27T16:18:00.7720650Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7720926Z raise Unsupported(msg) 2022-09-27T16:18:00.7721162Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7721314Z 2022-09-27T16:18:00.7721383Z from user code: 2022-09-27T16:18:00.7721807Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/_utils.py", line 11, in BalancedPositiveNegativeSampler 2022-09-27T16:18:00.7722173Z class BalancedPositiveNegativeSampler: 2022-09-27T16:18:00.7722327Z 2022-09-27T16:18:00.7722460Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7722825Z ========== 2022-09-27T16:18:00.7725701Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT BoxCoder /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/_utils.py line 122 2022-09-27T16:18:00.7726285Z due to: 2022-09-27T16:18:00.7726477Z Traceback (most recent call last): 2022-09-27T16:18:00.7726748Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7726988Z raise Unsupported(msg) 2022-09-27T16:18:00.7727223Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7727376Z 2022-09-27T16:18:00.7727445Z from user code: 2022-09-27T16:18:00.7727908Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/_utils.py", line 122, in BoxCoder 2022-09-27T16:18:00.7728194Z class BoxCoder: 2022-09-27T16:18:00.7728303Z 2022-09-27T16:18:00.7728435Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7728638Z ========== 2022-09-27T16:18:00.7730998Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT BoxLinearCoder /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/_utils.py line 227 2022-09-27T16:18:00.7731431Z due to: 2022-09-27T16:18:00.7731623Z Traceback (most recent call last): 2022-09-27T16:18:00.7731882Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7732136Z raise Unsupported(msg) 2022-09-27T16:18:00.7732373Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7732524Z 2022-09-27T16:18:00.7732581Z from user code: 2022-09-27T16:18:00.7732975Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/_utils.py", line 227, in BoxLinearCoder 2022-09-27T16:18:00.7733270Z class BoxLinearCoder: 2022-09-27T16:18:00.7733387Z 2022-09-27T16:18:00.7733517Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7733720Z ========== 2022-09-27T16:18:00.7736456Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT Matcher /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/_utils.py line 314 2022-09-27T16:18:00.7737040Z due to: 2022-09-27T16:18:00.7737338Z Traceback (most recent call last): 2022-09-27T16:18:00.7737611Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7737863Z raise Unsupported(msg) 2022-09-27T16:18:00.7738098Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7738236Z 2022-09-27T16:18:00.7738305Z from user code: 2022-09-27T16:18:00.7738687Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/_utils.py", line 314, in Matcher 2022-09-27T16:18:00.7738963Z class Matcher: 2022-09-27T16:18:00.7739070Z 2022-09-27T16:18:00.7739188Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7739401Z ========== 2022-09-27T16:18:00.7741694Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT SSDMatcher /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/_utils.py line 428 2022-09-27T16:18:00.7742214Z due to: 2022-09-27T16:18:00.7742395Z Traceback (most recent call last): 2022-09-27T16:18:00.7742662Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7756080Z raise Unsupported(msg) 2022-09-27T16:18:00.7756446Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7756606Z 2022-09-27T16:18:00.7756678Z from user code: 2022-09-27T16:18:00.7757117Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/_utils.py", line 428, in SSDMatcher 2022-09-27T16:18:00.7757413Z class SSDMatcher(Matcher): 2022-09-27T16:18:00.7757537Z 2022-09-27T16:18:00.7757670Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7757885Z ========== 2022-09-27T16:18:00.7820826Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ImageList /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/image_list.py line 7 2022-09-27T16:18:00.7821624Z due to: 2022-09-27T16:18:00.7821844Z Traceback (most recent call last): 2022-09-27T16:18:00.7822123Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7822370Z raise Unsupported(msg) 2022-09-27T16:18:00.7822607Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7822762Z 2022-09-27T16:18:00.7822835Z from user code: 2022-09-27T16:18:00.7823218Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/image_list.py", line 7, in ImageList 2022-09-27T16:18:00.7823506Z class ImageList: 2022-09-27T16:18:00.7823677Z 2022-09-27T16:18:00.7823813Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7824031Z ========== 2022-09-27T16:18:00.7828795Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT AnchorGenerator /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/anchor_utils.py line 10 2022-09-27T16:18:00.7829386Z due to: 2022-09-27T16:18:00.7829736Z Traceback (most recent call last): 2022-09-27T16:18:00.7830007Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7830265Z raise Unsupported(msg) 2022-09-27T16:18:00.7830501Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7830655Z 2022-09-27T16:18:00.7830725Z from user code: 2022-09-27T16:18:00.7831117Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/anchor_utils.py", line 10, in AnchorGenerator 2022-09-27T16:18:00.7831431Z class AnchorGenerator(nn.Module): 2022-09-27T16:18:00.7831563Z 2022-09-27T16:18:00.7831693Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7831896Z ========== 2022-09-27T16:18:00.7838592Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT DefaultBoxGenerator /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/anchor_utils.py line 136 2022-09-27T16:18:00.7838959Z due to: 2022-09-27T16:18:00.7839152Z Traceback (most recent call last): 2022-09-27T16:18:00.7839411Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7839666Z raise Unsupported(msg) 2022-09-27T16:18:00.7839904Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7840059Z 2022-09-27T16:18:00.7840115Z from user code: 2022-09-27T16:18:00.7840535Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/anchor_utils.py", line 136, in DefaultBoxGenerator 2022-09-27T16:18:00.7840870Z class DefaultBoxGenerator(nn.Module): 2022-09-27T16:18:00.7841008Z 2022-09-27T16:18:00.7841138Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7841342Z ========== 2022-09-27T16:18:00.7883610Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT BackboneWithFPN /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/backbone_utils.py line 13 2022-09-27T16:18:00.7884182Z due to: 2022-09-27T16:18:00.7884378Z Traceback (most recent call last): 2022-09-27T16:18:00.7884641Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7884893Z raise Unsupported(msg) 2022-09-27T16:18:00.7885125Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7885264Z 2022-09-27T16:18:00.7885332Z from user code: 2022-09-27T16:18:00.7885740Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/backbone_utils.py", line 13, in BackboneWithFPN 2022-09-27T16:18:00.7886121Z class BackboneWithFPN(nn.Module): 2022-09-27T16:18:00.7886257Z 2022-09-27T16:18:00.7886379Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7886600Z ========== 2022-09-27T16:18:00.7929083Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT GeneralizedRCNN /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/generalized_rcnn.py line 15 2022-09-27T16:18:00.7929693Z due to: 2022-09-27T16:18:00.7930051Z Traceback (most recent call last): 2022-09-27T16:18:00.7930328Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.7930583Z raise Unsupported(msg) 2022-09-27T16:18:00.7930805Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.7930956Z 2022-09-27T16:18:00.7931027Z from user code: 2022-09-27T16:18:00.7931446Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/generalized_rcnn.py", line 15, in GeneralizedRCNN 2022-09-27T16:18:00.7931768Z class GeneralizedRCNN(nn.Module): 2022-09-27T16:18:00.7931888Z 2022-09-27T16:18:00.7932072Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.7932294Z ========== 2022-09-27T16:18:00.8013212Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT RPNHead /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/rpn.py line 15 2022-09-27T16:18:00.8013765Z due to: 2022-09-27T16:18:00.8013969Z Traceback (most recent call last): 2022-09-27T16:18:00.8014240Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8014494Z raise Unsupported(msg) 2022-09-27T16:18:00.8014717Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8014867Z 2022-09-27T16:18:00.8014935Z from user code: 2022-09-27T16:18:00.8015309Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/rpn.py", line 15, in RPNHead 2022-09-27T16:18:00.8015589Z class RPNHead(nn.Module): 2022-09-27T16:18:00.8015708Z 2022-09-27T16:18:00.8015842Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8016055Z ========== 2022-09-27T16:18:00.8024945Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT RegionProposalNetwork /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/rpn.py line 113 2022-09-27T16:18:00.8025525Z due to: 2022-09-27T16:18:00.8025721Z Traceback (most recent call last): 2022-09-27T16:18:00.8025997Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8026241Z raise Unsupported(msg) 2022-09-27T16:18:00.8026479Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8026631Z 2022-09-27T16:18:00.8026701Z from user code: 2022-09-27T16:18:00.8027108Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/rpn.py", line 113, in RegionProposalNetwork 2022-09-27T16:18:00.8027441Z class RegionProposalNetwork(torch.nn.Module): 2022-09-27T16:18:00.8027596Z 2022-09-27T16:18:00.8027726Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8027941Z ========== 2022-09-27T16:18:00.8075766Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT GeneralizedRCNNTransform /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/transform.py line 74 2022-09-27T16:18:00.8076436Z due to: 2022-09-27T16:18:00.8076680Z Traceback (most recent call last): 2022-09-27T16:18:00.8076956Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8077200Z raise Unsupported(msg) 2022-09-27T16:18:00.8077435Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8077589Z 2022-09-27T16:18:00.8077661Z from user code: 2022-09-27T16:18:00.8078070Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/transform.py", line 74, in GeneralizedRCNNTransform 2022-09-27T16:18:00.8078417Z class GeneralizedRCNNTransform(nn.Module): 2022-09-27T16:18:00.8078564Z 2022-09-27T16:18:00.8078695Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8078913Z ========== 2022-09-27T16:18:00.8084599Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FastRCNNConvFCHead /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/faster_rcnn.py line 307 2022-09-27T16:18:00.8085154Z due to: 2022-09-27T16:18:00.8085343Z Traceback (most recent call last): 2022-09-27T16:18:00.8085754Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8086010Z raise Unsupported(msg) 2022-09-27T16:18:00.8086321Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8086476Z 2022-09-27T16:18:00.8086546Z from user code: 2022-09-27T16:18:00.8086944Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/faster_rcnn.py", line 307, in FastRCNNConvFCHead 2022-09-27T16:18:00.8087282Z class FastRCNNConvFCHead(nn.Sequential): 2022-09-27T16:18:00.8087427Z 2022-09-27T16:18:00.8087620Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8087830Z ========== 2022-09-27T16:18:00.8142518Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FCOSHead /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/fcos.py line 31 2022-09-27T16:18:00.8143097Z due to: 2022-09-27T16:18:00.8143294Z Traceback (most recent call last): 2022-09-27T16:18:00.8143559Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8143814Z raise Unsupported(msg) 2022-09-27T16:18:00.8144051Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8144204Z 2022-09-27T16:18:00.8144260Z from user code: 2022-09-27T16:18:00.8144642Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/fcos.py", line 31, in FCOSHead 2022-09-27T16:18:00.8144932Z class FCOSHead(nn.Module): 2022-09-27T16:18:00.8145053Z 2022-09-27T16:18:00.8145185Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8145394Z ========== 2022-09-27T16:18:00.8148216Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FCOSClassificationHead /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/fcos.py line 137 2022-09-27T16:18:00.8148799Z due to: 2022-09-27T16:18:00.8148978Z Traceback (most recent call last): 2022-09-27T16:18:00.8149247Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8149508Z raise Unsupported(msg) 2022-09-27T16:18:00.8149744Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8149882Z 2022-09-27T16:18:00.8149950Z from user code: 2022-09-27T16:18:00.8150359Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/fcos.py", line 137, in FCOSClassificationHead 2022-09-27T16:18:00.8150696Z class FCOSClassificationHead(nn.Module): 2022-09-27T16:18:00.8150838Z 2022-09-27T16:18:00.8150957Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8151170Z ========== 2022-09-27T16:18:00.8154014Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FCOSRegressionHead /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/fcos.py line 201 2022-09-27T16:18:00.8154648Z due to: 2022-09-27T16:18:00.8154870Z Traceback (most recent call last): 2022-09-27T16:18:00.8155139Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8155396Z raise Unsupported(msg) 2022-09-27T16:18:00.8155616Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8155766Z 2022-09-27T16:18:00.8155834Z from user code: 2022-09-27T16:18:00.8156233Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/fcos.py", line 201, in FCOSRegressionHead 2022-09-27T16:18:00.8156557Z class FCOSRegressionHead(nn.Module): 2022-09-27T16:18:00.8156680Z 2022-09-27T16:18:00.8156810Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8157026Z ========== 2022-09-27T16:18:00.8166470Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FCOS /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/fcos.py line 270 2022-09-27T16:18:00.8166775Z due to: 2022-09-27T16:18:00.8166995Z Traceback (most recent call last): 2022-09-27T16:18:00.8167289Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8167712Z raise Unsupported(msg) 2022-09-27T16:18:00.8167995Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8168147Z 2022-09-27T16:18:00.8168228Z from user code: 2022-09-27T16:18:00.8168705Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/fcos.py", line 270, in FCOS 2022-09-27T16:18:00.8168975Z class FCOS(nn.Module): 2022-09-27T16:18:00.8169090Z 2022-09-27T16:18:00.8169222Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8169500Z ========== 2022-09-27T16:18:00.8258781Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT MaskRCNNHeads /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/mask_rcnn.py line 268 2022-09-27T16:18:00.8259417Z due to: 2022-09-27T16:18:00.8259659Z Traceback (most recent call last): 2022-09-27T16:18:00.8259931Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8260177Z raise Unsupported(msg) 2022-09-27T16:18:00.8260410Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8260562Z 2022-09-27T16:18:00.8260631Z from user code: 2022-09-27T16:18:00.8261014Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/mask_rcnn.py", line 268, in MaskRCNNHeads 2022-09-27T16:18:00.8261329Z class MaskRCNNHeads(nn.Sequential): 2022-09-27T16:18:00.8261464Z 2022-09-27T16:18:00.8261595Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8261811Z ========== 2022-09-27T16:18:00.8311419Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT RetinaNetHead /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/retinanet.py line 57 2022-09-27T16:18:00.8312041Z due to: 2022-09-27T16:18:00.8312321Z Traceback (most recent call last): 2022-09-27T16:18:00.8312951Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8313426Z raise Unsupported(msg) 2022-09-27T16:18:00.8313773Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8313927Z 2022-09-27T16:18:00.8313998Z from user code: 2022-09-27T16:18:00.8314388Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/retinanet.py", line 57, in RetinaNetHead 2022-09-27T16:18:00.8314699Z class RetinaNetHead(nn.Module): 2022-09-27T16:18:00.8314834Z 2022-09-27T16:18:00.8314965Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8315172Z ========== 2022-09-27T16:18:00.8317131Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT RetinaNetClassificationHead /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/retinanet.py line 87 2022-09-27T16:18:00.8317794Z due to: 2022-09-27T16:18:00.8318015Z Traceback (most recent call last): 2022-09-27T16:18:00.8318275Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8318527Z raise Unsupported(msg) 2022-09-27T16:18:00.8318769Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8318922Z 2022-09-27T16:18:00.8318980Z from user code: 2022-09-27T16:18:00.8319409Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/retinanet.py", line 87, in RetinaNetClassificationHead 2022-09-27T16:18:00.8319770Z class RetinaNetClassificationHead(nn.Module): 2022-09-27T16:18:00.8319923Z 2022-09-27T16:18:00.8320053Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8320254Z ========== 2022-09-27T16:18:00.8323213Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT RetinaNetRegressionHead /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/retinanet.py line 210 2022-09-27T16:18:00.8323868Z due to: 2022-09-27T16:18:00.8324101Z Traceback (most recent call last): 2022-09-27T16:18:00.8324358Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8324610Z raise Unsupported(msg) 2022-09-27T16:18:00.8324956Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8325108Z 2022-09-27T16:18:00.8325165Z from user code: 2022-09-27T16:18:00.8325592Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/retinanet.py", line 210, in RetinaNetRegressionHead 2022-09-27T16:18:00.8325938Z class RetinaNetRegressionHead(nn.Module): 2022-09-27T16:18:00.8326161Z 2022-09-27T16:18:00.8326295Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8326500Z ========== 2022-09-27T16:18:00.8331081Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT RetinaNet /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/retinanet.py line 323 2022-09-27T16:18:00.8331706Z due to: 2022-09-27T16:18:00.8331971Z Traceback (most recent call last): 2022-09-27T16:18:00.8332237Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8332489Z raise Unsupported(msg) 2022-09-27T16:18:00.8332712Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8332863Z 2022-09-27T16:18:00.8332935Z from user code: 2022-09-27T16:18:00.8333327Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/retinanet.py", line 323, in RetinaNet 2022-09-27T16:18:00.8333624Z class RetinaNet(nn.Module): 2022-09-27T16:18:00.8333744Z 2022-09-27T16:18:00.8333862Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8334077Z ========== 2022-09-27T16:18:00.8384736Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT SSDHead /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/ssd.py line 56 2022-09-27T16:18:00.8385203Z due to: 2022-09-27T16:18:00.8385374Z Traceback (most recent call last): 2022-09-27T16:18:00.8385652Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8385905Z raise Unsupported(msg) 2022-09-27T16:18:00.8386132Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8386285Z 2022-09-27T16:18:00.8386356Z from user code: 2022-09-27T16:18:00.8386729Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/ssd.py", line 56, in SSDHead 2022-09-27T16:18:00.8387002Z class SSDHead(nn.Module): 2022-09-27T16:18:00.8387121Z 2022-09-27T16:18:00.8387254Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8387469Z ========== 2022-09-27T16:18:00.8390126Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT SSDScoringHead /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/ssd.py line 69 2022-09-27T16:18:00.8390683Z due to: 2022-09-27T16:18:00.8391034Z Traceback (most recent call last): 2022-09-27T16:18:00.8391417Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8391660Z raise Unsupported(msg) 2022-09-27T16:18:00.8391895Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8392051Z 2022-09-27T16:18:00.8392121Z from user code: 2022-09-27T16:18:00.8392507Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/ssd.py", line 69, in SSDScoringHead 2022-09-27T16:18:00.8392984Z class SSDScoringHead(nn.Module): 2022-09-27T16:18:00.8393122Z 2022-09-27T16:18:00.8393255Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8393475Z ========== 2022-09-27T16:18:00.8414995Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT SSD /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/ssd.py line 124 2022-09-27T16:18:00.8415617Z due to: 2022-09-27T16:18:00.8415949Z Traceback (most recent call last): 2022-09-27T16:18:00.8416478Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8416762Z raise Unsupported(msg) 2022-09-27T16:18:00.8416997Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8417150Z 2022-09-27T16:18:00.8417347Z from user code: 2022-09-27T16:18:00.8417711Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/ssd.py", line 124, in SSD 2022-09-27T16:18:00.8417991Z class SSD(nn.Module): 2022-09-27T16:18:00.8418109Z 2022-09-27T16:18:00.8418241Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8418458Z ========== 2022-09-27T16:18:00.8420848Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT SSDFeatureExtractorVGG /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/ssd.py line 464 2022-09-27T16:18:00.8421371Z due to: 2022-09-27T16:18:00.8421867Z Traceback (most recent call last): 2022-09-27T16:18:00.8422254Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8422513Z raise Unsupported(msg) 2022-09-27T16:18:00.8422748Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8422901Z 2022-09-27T16:18:00.8422972Z from user code: 2022-09-27T16:18:00.8423374Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/ssd.py", line 464, in SSDFeatureExtractorVGG 2022-09-27T16:18:00.8423711Z class SSDFeatureExtractorVGG(nn.Module): 2022-09-27T16:18:00.8423854Z 2022-09-27T16:18:00.8423981Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8424184Z ========== 2022-09-27T16:18:00.8467427Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT SSDLiteHead /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/ssdlite.py line 81 2022-09-27T16:18:00.8468027Z due to: 2022-09-27T16:18:00.8468367Z Traceback (most recent call last): 2022-09-27T16:18:00.8468870Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8469239Z raise Unsupported(msg) 2022-09-27T16:18:00.8469474Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8469627Z 2022-09-27T16:18:00.8469683Z from user code: 2022-09-27T16:18:00.8470077Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/ssdlite.py", line 81, in SSDLiteHead 2022-09-27T16:18:00.8470377Z class SSDLiteHead(nn.Module): 2022-09-27T16:18:00.8470499Z 2022-09-27T16:18:00.8470649Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8470865Z ========== 2022-09-27T16:18:00.8472375Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT SSDLiteClassificationHead /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/ssdlite.py line 96 2022-09-27T16:18:00.8473163Z due to: 2022-09-27T16:18:00.8473404Z Traceback (most recent call last): 2022-09-27T16:18:00.8473684Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8473938Z raise Unsupported(msg) 2022-09-27T16:18:00.8474161Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8474312Z 2022-09-27T16:18:00.8474383Z from user code: 2022-09-27T16:18:00.8474811Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/ssdlite.py", line 96, in SSDLiteClassificationHead 2022-09-27T16:18:00.8475178Z class SSDLiteClassificationHead(SSDScoringHead): 2022-09-27T16:18:00.8475340Z 2022-09-27T16:18:00.8475457Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8475672Z ========== 2022-09-27T16:18:00.8477487Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT SSDLiteRegressionHead /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/ssdlite.py line 107 2022-09-27T16:18:00.8478035Z due to: 2022-09-27T16:18:00.8478371Z Traceback (most recent call last): 2022-09-27T16:18:00.8478880Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8479349Z raise Unsupported(msg) 2022-09-27T16:18:00.8479764Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8480034Z 2022-09-27T16:18:00.8480112Z from user code: 2022-09-27T16:18:00.8480528Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/ssdlite.py", line 107, in SSDLiteRegressionHead 2022-09-27T16:18:00.8481073Z class SSDLiteRegressionHead(SSDScoringHead): 2022-09-27T16:18:00.8481226Z 2022-09-27T16:18:00.8481357Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8481573Z ========== 2022-09-27T16:18:00.8482857Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT SSDLiteFeatureExtractorMobileNet /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/ssdlite.py line 116 2022-09-27T16:18:00.8483512Z due to: 2022-09-27T16:18:00.8483720Z Traceback (most recent call last): 2022-09-27T16:18:00.8484056Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8484313Z raise Unsupported(msg) 2022-09-27T16:18:00.8484537Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8484689Z 2022-09-27T16:18:00.8484760Z from user code: 2022-09-27T16:18:00.8485204Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/detection/ssdlite.py", line 116, in SSDLiteFeatureExtractorMobileNet 2022-09-27T16:18:00.8485581Z class SSDLiteFeatureExtractorMobileNet(nn.Module): 2022-09-27T16:18:00.8485747Z 2022-09-27T16:18:00.8485878Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8486169Z ========== 2022-09-27T16:18:00.8609658Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT FeatureEncoder /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/optical_flow/raft.py line 116 2022-09-27T16:18:00.8610272Z due to: 2022-09-27T16:18:00.8610700Z Traceback (most recent call last): 2022-09-27T16:18:00.8611039Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8611286Z raise Unsupported(msg) 2022-09-27T16:18:00.8611523Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8611679Z 2022-09-27T16:18:00.8611751Z from user code: 2022-09-27T16:18:00.8612160Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/optical_flow/raft.py", line 116, in FeatureEncoder 2022-09-27T16:18:00.8612460Z class FeatureEncoder(nn.Module): 2022-09-27T16:18:00.8612595Z 2022-09-27T16:18:00.8612724Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8612942Z ========== 2022-09-27T16:18:00.8738875Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT QuantizableBasicConv2d /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/googlenet.py line 25 2022-09-27T16:18:00.8739438Z due to: 2022-09-27T16:18:00.8739619Z Traceback (most recent call last): 2022-09-27T16:18:00.8739920Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8740167Z raise Unsupported(msg) 2022-09-27T16:18:00.8740400Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8740555Z 2022-09-27T16:18:00.8740625Z from user code: 2022-09-27T16:18:00.8741043Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/googlenet.py", line 25, in QuantizableBasicConv2d 2022-09-27T16:18:00.8741399Z class QuantizableBasicConv2d(BasicConv2d): 2022-09-27T16:18:00.8741566Z 2022-09-27T16:18:00.8741737Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8741978Z ========== 2022-09-27T16:18:00.8743090Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT QuantizableInception /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/googlenet.py line 40 2022-09-27T16:18:00.8743537Z due to: 2022-09-27T16:18:00.8743860Z Traceback (most recent call last): 2022-09-27T16:18:00.8744359Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8744676Z raise Unsupported(msg) 2022-09-27T16:18:00.8744911Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8745063Z 2022-09-27T16:18:00.8745131Z from user code: 2022-09-27T16:18:00.8745695Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/googlenet.py", line 40, in QuantizableInception 2022-09-27T16:18:00.8746038Z class QuantizableInception(Inception): 2022-09-27T16:18:00.8746180Z 2022-09-27T16:18:00.8746309Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8746597Z ========== 2022-09-27T16:18:00.8747909Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT QuantizableInceptionAux /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/googlenet.py line 50 2022-09-27T16:18:00.8748662Z due to: 2022-09-27T16:18:00.8749027Z Traceback (most recent call last): 2022-09-27T16:18:00.8749293Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8749548Z raise Unsupported(msg) 2022-09-27T16:18:00.8749782Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8749935Z 2022-09-27T16:18:00.8749991Z from user code: 2022-09-27T16:18:00.8750422Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/googlenet.py", line 50, in QuantizableInceptionAux 2022-09-27T16:18:00.8750780Z class QuantizableInceptionAux(InceptionAux): 2022-09-27T16:18:00.8750934Z 2022-09-27T16:18:00.8751065Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8751274Z ========== 2022-09-27T16:18:00.8753673Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT QuantizableGoogLeNet /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/googlenet.py line 74 2022-09-27T16:18:00.8754273Z due to: 2022-09-27T16:18:00.8754636Z Traceback (most recent call last): 2022-09-27T16:18:00.8754904Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8755161Z raise Unsupported(msg) 2022-09-27T16:18:00.8755394Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8755533Z 2022-09-27T16:18:00.8755601Z from user code: 2022-09-27T16:18:00.8756025Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/googlenet.py", line 74, in QuantizableGoogLeNet 2022-09-27T16:18:00.8756362Z class QuantizableGoogLeNet(GoogLeNet): 2022-09-27T16:18:00.8756504Z 2022-09-27T16:18:00.8756622Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8756842Z ========== 2022-09-27T16:18:00.8801835Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT QuantizableBasicConv2d /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/inception.py line 26 2022-09-27T16:18:00.8802488Z due to: 2022-09-27T16:18:00.8802784Z Traceback (most recent call last): 2022-09-27T16:18:00.8803052Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8803303Z raise Unsupported(msg) 2022-09-27T16:18:00.8803524Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8803674Z 2022-09-27T16:18:00.8803744Z from user code: 2022-09-27T16:18:00.8804167Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/inception.py", line 26, in QuantizableBasicConv2d 2022-09-27T16:18:00.8804542Z class QuantizableBasicConv2d(inception_module.BasicConv2d): 2022-09-27T16:18:00.8804713Z 2022-09-27T16:18:00.8804831Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8805044Z ========== 2022-09-27T16:18:00.8807110Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT QuantizableInceptionA /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/inception.py line 41 2022-09-27T16:18:00.8807751Z due to: 2022-09-27T16:18:00.8807950Z Traceback (most recent call last): 2022-09-27T16:18:00.8808221Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8808477Z raise Unsupported(msg) 2022-09-27T16:18:00.8808703Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8808853Z 2022-09-27T16:18:00.8809059Z from user code: 2022-09-27T16:18:00.8809486Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/inception.py", line 41, in QuantizableInceptionA 2022-09-27T16:18:00.8809863Z class QuantizableInceptionA(inception_module.InceptionA): 2022-09-27T16:18:00.8810019Z 2022-09-27T16:18:00.8810149Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8810366Z ========== 2022-09-27T16:18:00.8811696Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT QuantizableInceptionB /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/inception.py line 52 2022-09-27T16:18:00.8812405Z due to: 2022-09-27T16:18:00.8812757Z Traceback (most recent call last): 2022-09-27T16:18:00.8813264Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8813734Z raise Unsupported(msg) 2022-09-27T16:18:00.8813986Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8814140Z 2022-09-27T16:18:00.8814207Z from user code: 2022-09-27T16:18:00.8814633Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/inception.py", line 52, in QuantizableInceptionB 2022-09-27T16:18:00.8814777Z class QuantizableInceptionB(inception_module.InceptionB): 2022-09-27T16:18:00.8814783Z 2022-09-27T16:18:00.8814899Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8814961Z ========== 2022-09-27T16:18:00.8817373Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT QuantizableInceptionC /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/inception.py line 63 2022-09-27T16:18:00.8817490Z due to: 2022-09-27T16:18:00.8817683Z Traceback (most recent call last): 2022-09-27T16:18:00.8817974Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8818132Z raise Unsupported(msg) 2022-09-27T16:18:00.8818297Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8818305Z 2022-09-27T16:18:00.8818363Z from user code: 2022-09-27T16:18:00.8818683Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/inception.py", line 63, in QuantizableInceptionC 2022-09-27T16:18:00.8818822Z class QuantizableInceptionC(inception_module.InceptionC): 2022-09-27T16:18:00.8818827Z 2022-09-27T16:18:00.8818954Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8819016Z ========== 2022-09-27T16:18:00.8825303Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT QuantizableInceptionD /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/inception.py line 74 2022-09-27T16:18:00.8825432Z due to: 2022-09-27T16:18:00.8825605Z Traceback (most recent call last): 2022-09-27T16:18:00.8825926Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8826091Z raise Unsupported(msg) 2022-09-27T16:18:00.8826283Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8826297Z 2022-09-27T16:18:00.8826369Z from user code: 2022-09-27T16:18:00.8826704Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/inception.py", line 74, in QuantizableInceptionD 2022-09-27T16:18:00.8826833Z class QuantizableInceptionD(inception_module.InceptionD): 2022-09-27T16:18:00.8826839Z 2022-09-27T16:18:00.8826969Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8827033Z ========== 2022-09-27T16:18:00.8830532Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT QuantizableInceptionE /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/inception.py line 85 2022-09-27T16:18:00.8830638Z due to: 2022-09-27T16:18:00.8830804Z Traceback (most recent call last): 2022-09-27T16:18:00.8830965Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8831049Z raise Unsupported(msg) 2022-09-27T16:18:00.8831174Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8831276Z 2022-09-27T16:18:00.8831336Z from user code: 2022-09-27T16:18:00.8831662Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/inception.py", line 85, in QuantizableInceptionE 2022-09-27T16:18:00.8831804Z class QuantizableInceptionE(inception_module.InceptionE): 2022-09-27T16:18:00.8831810Z 2022-09-27T16:18:00.8831941Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8832008Z ========== 2022-09-27T16:18:00.8836456Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT QuantizableInception3 /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/inception.py line 125 2022-09-27T16:18:00.8836565Z due to: 2022-09-27T16:18:00.8836726Z Traceback (most recent call last): 2022-09-27T16:18:00.8837009Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8837150Z raise Unsupported(msg) 2022-09-27T16:18:00.8837381Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8837391Z 2022-09-27T16:18:00.8837513Z from user code: 2022-09-27T16:18:00.8837849Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/inception.py", line 125, in QuantizableInception3 2022-09-27T16:18:00.8837992Z class QuantizableInception3(inception_module.Inception3): 2022-09-27T16:18:00.8837998Z 2022-09-27T16:18:00.8838127Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8838195Z ========== 2022-09-27T16:18:00.8919752Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT QuantizableInvertedResidual /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/mobilenetv2.py line 23 2022-09-27T16:18:00.8919860Z due to: 2022-09-27T16:18:00.8920047Z Traceback (most recent call last): 2022-09-27T16:18:00.8920428Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8920588Z raise Unsupported(msg) 2022-09-27T16:18:00.8920827Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8920835Z 2022-09-27T16:18:00.8920944Z from user code: 2022-09-27T16:18:00.8921287Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/mobilenetv2.py", line 23, in QuantizableInvertedResidual 2022-09-27T16:18:00.8921426Z class QuantizableInvertedResidual(InvertedResidual): 2022-09-27T16:18:00.8921432Z 2022-09-27T16:18:00.8921562Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8921613Z ========== 2022-09-27T16:18:00.8925016Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT QuantizableMobileNetV2 /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/mobilenetv2.py line 40 2022-09-27T16:18:00.8925119Z due to: 2022-09-27T16:18:00.8925238Z Traceback (most recent call last): 2022-09-27T16:18:00.8925399Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8925484Z raise Unsupported(msg) 2022-09-27T16:18:00.8925608Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8925614Z 2022-09-27T16:18:00.8925684Z from user code: 2022-09-27T16:18:00.8926017Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/mobilenetv2.py", line 40, in QuantizableMobileNetV2 2022-09-27T16:18:00.8926191Z class QuantizableMobileNetV2(MobileNetV2): 2022-09-27T16:18:00.8926197Z 2022-09-27T16:18:00.8926329Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8926392Z ========== 2022-09-27T16:18:00.8974096Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT QuantizableSqueezeExcitation /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/mobilenetv3.py line 30 2022-09-27T16:18:00.8974224Z due to: 2022-09-27T16:18:00.8974413Z Traceback (most recent call last): 2022-09-27T16:18:00.8974692Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8974978Z raise Unsupported(msg) 2022-09-27T16:18:00.8975090Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8975107Z 2022-09-27T16:18:00.8975165Z from user code: 2022-09-27T16:18:00.8975512Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/mobilenetv3.py", line 30, in QuantizableSqueezeExcitation 2022-09-27T16:18:00.8975656Z class QuantizableSqueezeExcitation(SqueezeExcitation): 2022-09-27T16:18:00.8975662Z 2022-09-27T16:18:00.8975793Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8975857Z ========== 2022-09-27T16:18:00.8978877Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT QuantizableInvertedResidual /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/mobilenetv3.py line 83 2022-09-27T16:18:00.8979009Z due to: 2022-09-27T16:18:00.8979186Z Traceback (most recent call last): 2022-09-27T16:18:00.8979458Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8979617Z raise Unsupported(msg) 2022-09-27T16:18:00.8979838Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8979846Z 2022-09-27T16:18:00.8979957Z from user code: 2022-09-27T16:18:00.8980314Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/mobilenetv3.py", line 83, in QuantizableInvertedResidual 2022-09-27T16:18:00.8980452Z class QuantizableInvertedResidual(InvertedResidual): 2022-09-27T16:18:00.8980458Z 2022-09-27T16:18:00.8980587Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8980661Z ========== 2022-09-27T16:18:00.8984297Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT QuantizableMobileNetV3 /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/mobilenetv3.py line 96 2022-09-27T16:18:00.8984399Z due to: 2022-09-27T16:18:00.8984588Z Traceback (most recent call last): 2022-09-27T16:18:00.8984875Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.8985032Z raise Unsupported(msg) 2022-09-27T16:18:00.8985255Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.8985263Z 2022-09-27T16:18:00.8985391Z from user code: 2022-09-27T16:18:00.8986022Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/mobilenetv3.py", line 96, in QuantizableMobileNetV3 2022-09-27T16:18:00.8986238Z class QuantizableMobileNetV3(MobileNetV3): 2022-09-27T16:18:00.8986247Z 2022-09-27T16:18:00.8986453Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.8986508Z ========== 2022-09-27T16:18:00.9032308Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT QuantizableBasicBlock /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/resnet.py line 37 2022-09-27T16:18:00.9032432Z due to: 2022-09-27T16:18:00.9032625Z Traceback (most recent call last): 2022-09-27T16:18:00.9033123Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.9033211Z raise Unsupported(msg) 2022-09-27T16:18:00.9033332Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.9033339Z 2022-09-27T16:18:00.9033411Z from user code: 2022-09-27T16:18:00.9033718Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/resnet.py", line 37, in QuantizableBasicBlock 2022-09-27T16:18:00.9033833Z class QuantizableBasicBlock(BasicBlock): 2022-09-27T16:18:00.9033838Z 2022-09-27T16:18:00.9033971Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.9034038Z ========== 2022-09-27T16:18:00.9040156Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT QuantizableBottleneck /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/resnet.py line 65 2022-09-27T16:18:00.9040295Z due to: 2022-09-27T16:18:00.9040467Z Traceback (most recent call last): 2022-09-27T16:18:00.9040876Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.9040964Z raise Unsupported(msg) 2022-09-27T16:18:00.9041088Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.9041094Z 2022-09-27T16:18:00.9041168Z from user code: 2022-09-27T16:18:00.9041493Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/resnet.py", line 65, in QuantizableBottleneck 2022-09-27T16:18:00.9041596Z class QuantizableBottleneck(Bottleneck): 2022-09-27T16:18:00.9041602Z 2022-09-27T16:18:00.9041735Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.9041870Z ========== 2022-09-27T16:18:00.9045377Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT QuantizableResNet /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/resnet.py line 98 2022-09-27T16:18:00.9045487Z due to: 2022-09-27T16:18:00.9045683Z Traceback (most recent call last): 2022-09-27T16:18:00.9045978Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.9046194Z raise Unsupported(msg) 2022-09-27T16:18:00.9046336Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.9046357Z 2022-09-27T16:18:00.9046414Z from user code: 2022-09-27T16:18:00.9046727Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/resnet.py", line 98, in QuantizableResNet 2022-09-27T16:18:00.9046826Z class QuantizableResNet(ResNet): 2022-09-27T16:18:00.9046831Z 2022-09-27T16:18:00.9046962Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.9047030Z ========== 2022-09-27T16:18:00.9104894Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT QuantizableInvertedResidual /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/shufflenetv2.py line 35 2022-09-27T16:18:00.9105029Z due to: 2022-09-27T16:18:00.9105204Z Traceback (most recent call last): 2022-09-27T16:18:00.9105489Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.9105605Z raise Unsupported(msg) 2022-09-27T16:18:00.9105732Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.9105739Z 2022-09-27T16:18:00.9105807Z from user code: 2022-09-27T16:18:00.9106149Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/shufflenetv2.py", line 35, in QuantizableInvertedResidual 2022-09-27T16:18:00.9106316Z class QuantizableInvertedResidual(shufflenetv2.InvertedResidual): 2022-09-27T16:18:00.9106321Z 2022-09-27T16:18:00.9106457Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.9106521Z ========== 2022-09-27T16:18:00.9110510Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT QuantizableShuffleNetV2 /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/shufflenetv2.py line 52 2022-09-27T16:18:00.9110616Z due to: 2022-09-27T16:18:00.9110816Z Traceback (most recent call last): 2022-09-27T16:18:00.9111117Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.9111261Z raise Unsupported(msg) 2022-09-27T16:18:00.9111497Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.9111506Z 2022-09-27T16:18:00.9111641Z from user code: 2022-09-27T16:18:00.9112146Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/quantization/shufflenetv2.py", line 52, in QuantizableShuffleNetV2 2022-09-27T16:18:00.9112293Z class QuantizableShuffleNetV2(shufflenetv2.ShuffleNetV2): 2022-09-27T16:18:00.9112298Z 2022-09-27T16:18:00.9112432Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.9112484Z ========== 2022-09-27T16:18:00.9242423Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _SimpleSegmentationModel /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/segmentation/_utils.py line 10 2022-09-27T16:18:00.9242539Z due to: 2022-09-27T16:18:00.9243020Z Traceback (most recent call last): 2022-09-27T16:18:00.9243302Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.9243457Z raise Unsupported(msg) 2022-09-27T16:18:00.9243686Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.9243696Z 2022-09-27T16:18:00.9243826Z from user code: 2022-09-27T16:18:00.9244249Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/segmentation/_utils.py", line 10, in _SimpleSegmentationModel 2022-09-27T16:18:00.9244367Z class _SimpleSegmentationModel(nn.Module): 2022-09-27T16:18:00.9244372Z 2022-09-27T16:18:00.9244565Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.9244629Z ========== 2022-09-27T16:18:00.9295834Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ASPPPooling /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/segmentation/deeplabv3.py line 69 2022-09-27T16:18:00.9295964Z due to: 2022-09-27T16:18:00.9296175Z Traceback (most recent call last): 2022-09-27T16:18:00.9296456Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.9296610Z raise Unsupported(msg) 2022-09-27T16:18:00.9296822Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.9296832Z 2022-09-27T16:18:00.9296968Z from user code: 2022-09-27T16:18:00.9297540Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/segmentation/deeplabv3.py", line 69, in ASPPPooling 2022-09-27T16:18:00.9297685Z class ASPPPooling(nn.Sequential): 2022-09-27T16:18:00.9297690Z 2022-09-27T16:18:00.9297829Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.9297893Z ========== 2022-09-27T16:18:00.9300756Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ASPP /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/segmentation/deeplabv3.py line 85 2022-09-27T16:18:00.9300856Z due to: 2022-09-27T16:18:00.9301020Z Traceback (most recent call last): 2022-09-27T16:18:00.9301267Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.9301410Z raise Unsupported(msg) 2022-09-27T16:18:00.9301651Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.9301661Z 2022-09-27T16:18:00.9301795Z from user code: 2022-09-27T16:18:00.9302227Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/segmentation/deeplabv3.py", line 85, in ASPP 2022-09-27T16:18:00.9302313Z class ASPP(nn.Module): 2022-09-27T16:18:00.9302318Z 2022-09-27T16:18:00.9302454Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.9302527Z ========== 2022-09-27T16:18:00.9353845Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT LRASPP /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/segmentation/lraspp.py line 19 2022-09-27T16:18:00.9353974Z due to: 2022-09-27T16:18:00.9354120Z Traceback (most recent call last): 2022-09-27T16:18:00.9354407Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.9354548Z raise Unsupported(msg) 2022-09-27T16:18:00.9354749Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.9354758Z 2022-09-27T16:18:00.9354878Z from user code: 2022-09-27T16:18:00.9355377Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/segmentation/lraspp.py", line 19, in LRASPP 2022-09-27T16:18:00.9355517Z class LRASPP(nn.Module): 2022-09-27T16:18:00.9355527Z 2022-09-27T16:18:00.9355749Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.9355859Z ========== 2022-09-27T16:18:00.9359600Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT LRASPPHead /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/segmentation/lraspp.py line 54 2022-09-27T16:18:00.9359740Z due to: 2022-09-27T16:18:00.9359877Z Traceback (most recent call last): 2022-09-27T16:18:00.9360151Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.9360534Z raise Unsupported(msg) 2022-09-27T16:18:00.9360734Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.9360745Z 2022-09-27T16:18:00.9360858Z from user code: 2022-09-27T16:18:00.9361354Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/segmentation/lraspp.py", line 54, in LRASPPHead 2022-09-27T16:18:00.9361501Z class LRASPPHead(nn.Module): 2022-09-27T16:18:00.9361509Z 2022-09-27T16:18:00.9361733Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.9361827Z ========== 2022-09-27T16:18:00.9562277Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT Pool /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/video/mvit.py line 64 2022-09-27T16:18:00.9562442Z due to: 2022-09-27T16:18:00.9562611Z Traceback (most recent call last): 2022-09-27T16:18:00.9562900Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.9563063Z raise Unsupported(msg) 2022-09-27T16:18:00.9563288Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.9563296Z 2022-09-27T16:18:00.9563422Z from user code: 2022-09-27T16:18:00.9563918Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/video/mvit.py", line 64, in Pool 2022-09-27T16:18:00.9564061Z class Pool(nn.Module): 2022-09-27T16:18:00.9564068Z 2022-09-27T16:18:00.9564296Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.9564394Z ========== 2022-09-27T16:18:00.9570408Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT MultiscaleAttention /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/video/mvit.py line 195 2022-09-27T16:18:00.9570525Z due to: 2022-09-27T16:18:00.9570713Z Traceback (most recent call last): 2022-09-27T16:18:00.9570991Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.9571141Z raise Unsupported(msg) 2022-09-27T16:18:00.9571362Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.9571372Z 2022-09-27T16:18:00.9571498Z from user code: 2022-09-27T16:18:00.9572064Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/video/mvit.py", line 195, in MultiscaleAttention 2022-09-27T16:18:00.9572256Z class MultiscaleAttention(nn.Module): 2022-09-27T16:18:00.9572266Z 2022-09-27T16:18:00.9572508Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.9572616Z ========== 2022-09-27T16:18:00.9577655Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT MultiscaleBlock /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/video/mvit.py line 323 2022-09-27T16:18:00.9577790Z due to: 2022-09-27T16:18:00.9577954Z Traceback (most recent call last): 2022-09-27T16:18:00.9578222Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.9578372Z raise Unsupported(msg) 2022-09-27T16:18:00.9578595Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.9578614Z 2022-09-27T16:18:00.9578739Z from user code: 2022-09-27T16:18:00.9579264Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/video/mvit.py", line 323, in MultiscaleBlock 2022-09-27T16:18:00.9579436Z class MultiscaleBlock(nn.Module): 2022-09-27T16:18:00.9579444Z 2022-09-27T16:18:00.9579666Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.9579768Z ========== 2022-09-27T16:18:00.9584055Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT PositionalEncoding /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/video/mvit.py line 395 2022-09-27T16:18:00.9584181Z due to: 2022-09-27T16:18:00.9584350Z Traceback (most recent call last): 2022-09-27T16:18:00.9584649Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.9584799Z raise Unsupported(msg) 2022-09-27T16:18:00.9585021Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.9585223Z 2022-09-27T16:18:00.9585347Z from user code: 2022-09-27T16:18:00.9585909Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/video/mvit.py", line 395, in PositionalEncoding 2022-09-27T16:18:00.9586079Z class PositionalEncoding(nn.Module): 2022-09-27T16:18:00.9586104Z 2022-09-27T16:18:00.9586323Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.9586433Z ========== 2022-09-27T16:18:00.9592329Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT MViT /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/video/mvit.py line 424 2022-09-27T16:18:00.9592585Z due to: 2022-09-27T16:18:00.9592737Z Traceback (most recent call last): 2022-09-27T16:18:00.9593249Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.9593387Z raise Unsupported(msg) 2022-09-27T16:18:00.9593605Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.9593624Z 2022-09-27T16:18:00.9593723Z from user code: 2022-09-27T16:18:00.9594205Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/video/mvit.py", line 424, in MViT 2022-09-27T16:18:00.9594338Z class MViT(nn.Module): 2022-09-27T16:18:00.9594346Z 2022-09-27T16:18:00.9594564Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.9594659Z ========== 2022-09-27T16:18:00.9647268Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT BasicBlock /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/video/resnet.py line 86 2022-09-27T16:18:00.9647411Z due to: 2022-09-27T16:18:00.9647591Z Traceback (most recent call last): 2022-09-27T16:18:00.9647859Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.9648004Z raise Unsupported(msg) 2022-09-27T16:18:00.9648210Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.9648220Z 2022-09-27T16:18:00.9648334Z from user code: 2022-09-27T16:18:00.9648841Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/video/resnet.py", line 86, in BasicBlock 2022-09-27T16:18:00.9648989Z class BasicBlock(nn.Module): 2022-09-27T16:18:00.9648999Z 2022-09-27T16:18:00.9649221Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.9649315Z ========== 2022-09-27T16:18:00.9653400Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT Bottleneck /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/video/resnet.py line 123 2022-09-27T16:18:00.9653523Z due to: 2022-09-27T16:18:00.9653685Z Traceback (most recent call last): 2022-09-27T16:18:00.9653961Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.9654100Z raise Unsupported(msg) 2022-09-27T16:18:00.9654321Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.9654332Z 2022-09-27T16:18:00.9654455Z from user code: 2022-09-27T16:18:00.9654976Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/video/resnet.py", line 123, in Bottleneck 2022-09-27T16:18:00.9655143Z class Bottleneck(nn.Module): 2022-09-27T16:18:00.9655151Z 2022-09-27T16:18:00.9655376Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.9655486Z ========== 2022-09-27T16:18:00.9665122Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT VideoResNet /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/video/resnet.py line 197 2022-09-27T16:18:00.9665253Z due to: 2022-09-27T16:18:00.9665398Z Traceback (most recent call last): 2022-09-27T16:18:00.9665664Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.9665803Z raise Unsupported(msg) 2022-09-27T16:18:00.9666016Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.9666027Z 2022-09-27T16:18:00.9666127Z from user code: 2022-09-27T16:18:00.9666629Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/video/resnet.py", line 197, in VideoResNet 2022-09-27T16:18:00.9666971Z class VideoResNet(nn.Module): 2022-09-27T16:18:00.9666980Z 2022-09-27T16:18:00.9667204Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.9667309Z ========== 2022-09-27T16:18:00.9718204Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT TemporalSeparableConv /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/video/s3d.py line 22 2022-09-27T16:18:00.9718341Z due to: 2022-09-27T16:18:00.9718512Z Traceback (most recent call last): 2022-09-27T16:18:00.9718777Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.9719087Z raise Unsupported(msg) 2022-09-27T16:18:00.9719304Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.9719314Z 2022-09-27T16:18:00.9719436Z from user code: 2022-09-27T16:18:00.9719961Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/video/s3d.py", line 22, in TemporalSeparableConv 2022-09-27T16:18:00.9720160Z class TemporalSeparableConv(nn.Sequential): 2022-09-27T16:18:00.9720168Z 2022-09-27T16:18:00.9720386Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.9720490Z ========== 2022-09-27T16:18:00.9724137Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT SepInceptionBlock3D /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/video/s3d.py line 54 2022-09-27T16:18:00.9724273Z due to: 2022-09-27T16:18:00.9724419Z Traceback (most recent call last): 2022-09-27T16:18:00.9724700Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.9724857Z raise Unsupported(msg) 2022-09-27T16:18:00.9725080Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.9725090Z 2022-09-27T16:18:00.9725214Z from user code: 2022-09-27T16:18:00.9725742Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/video/s3d.py", line 54, in SepInceptionBlock3D 2022-09-27T16:18:00.9725928Z class SepInceptionBlock3D(nn.Module): 2022-09-27T16:18:00.9725937Z 2022-09-27T16:18:00.9726234Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.9726324Z ========== 2022-09-27T16:18:00.9730361Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT S3D /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/video/s3d.py line 92 2022-09-27T16:18:00.9730500Z due to: 2022-09-27T16:18:00.9730657Z Traceback (most recent call last): 2022-09-27T16:18:00.9730922Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:00.9731065Z raise Unsupported(msg) 2022-09-27T16:18:00.9731290Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:00.9731300Z 2022-09-27T16:18:00.9731412Z from user code: 2022-09-27T16:18:00.9731864Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/video/s3d.py", line 92, in S3D 2022-09-27T16:18:00.9731983Z class S3D(nn.Module): 2022-09-27T16:18:00.9732003Z 2022-09-27T16:18:00.9732208Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:00.9732301Z ========== 2022-09-27T16:18:01.0530168Z ok (5.458s) 2022-09-27T16:18:02.3110511Z test_no_warning_on_import (__main__.TestImports) ... test_testing.py:1815: DeprecationWarning: Please use assertEqual instead. 2022-09-27T16:18:02.3111007Z self.assertEquals(out, "") 2022-09-27T16:18:02.3111743Z ok (1.257s) 2022-09-27T16:18:02.3175806Z test_default_names (__main__.TestTestParametrization) ... ok (0.005s) 2022-09-27T16:18:02.3212001Z test_modules_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.003s) 2022-09-27T16:18:02.3249476Z test_multiple_handling_of_same_param_error (__main__.TestTestParametrization) ... ok (0.003s) 2022-09-27T16:18:02.3294018Z test_name_fn (__main__.TestTestParametrization) ... ok (0.004s) 2022-09-27T16:18:02.3329156Z test_ops_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.003s) 2022-09-27T16:18:02.3357252Z test_subtest_expected_failure_x_1 (__main__.TestTestParametrization) ... ok (0.002s) 2022-09-27T16:18:02.3404642Z test_subtest_expected_failure_x_2 (__main__.TestTestParametrization) ... expected failure (0.004s) 2022-09-27T16:18:02.3416646Z test_subtest_expected_failure_x_3 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:18:02.3454715Z test_subtest_names (__main__.TestTestParametrization) ... ok (0.003s) 2022-09-27T16:18:02.3485325Z test_two_things_subtest_expected_failure_x_1_y_4 (__main__.TestTestParametrization) ... expected failure (0.003s) 2022-09-27T16:18:02.3499332Z test_two_things_subtest_expected_failure_x_1_y_5 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:18:02.3512624Z test_two_things_subtest_expected_failure_x_1_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:18:02.3525605Z test_two_things_subtest_expected_failure_x_2_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:18:02.3538484Z test_two_things_subtest_expected_failure_x_2_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:18:02.3551976Z test_two_things_subtest_expected_failure_x_2_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:18:02.3564745Z test_two_things_subtest_expected_failure_x_3_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:18:02.3577764Z test_two_things_subtest_expected_failure_x_3_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:18:02.3591076Z test_two_things_subtest_expected_failure_x_3_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:18:02.3644119Z test_default_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:18:02.3687218Z test_dtypes_composition_invalid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT TestParametrized test_testing.py line 1720 2022-09-27T16:18:02.3687890Z due to: 2022-09-27T16:18:02.3688253Z Traceback (most recent call last): 2022-09-27T16:18:02.3688552Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:02.3688814Z raise Unsupported(msg) 2022-09-27T16:18:02.3689053Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:02.3689208Z 2022-09-27T16:18:02.3689266Z from user code: 2022-09-27T16:18:02.3689489Z File "test_testing.py", line 1720, in TestParametrized 2022-09-27T16:18:02.3689735Z class TestParametrized(TestCase): 2022-09-27T16:18:02.3689869Z 2022-09-27T16:18:02.3690001Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:02.3690209Z ========== 2022-09-27T16:18:02.3695316Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT TestParametrized test_testing.py line 1731 2022-09-27T16:18:02.3695793Z due to: 2022-09-27T16:18:02.3696129Z Traceback (most recent call last): 2022-09-27T16:18:02.3696629Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:02.3696900Z raise Unsupported(msg) 2022-09-27T16:18:02.3697124Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:02.3697278Z 2022-09-27T16:18:02.3697348Z from user code: 2022-09-27T16:18:02.3697565Z File "test_testing.py", line 1731, in TestParametrized 2022-09-27T16:18:02.3697804Z class TestParametrized(TestCase): 2022-09-27T16:18:02.3697925Z 2022-09-27T16:18:02.3698056Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:02.3698275Z ========== 2022-09-27T16:18:02.3699869Z ok (0.005s) 2022-09-27T16:18:02.3740401Z test_dtypes_composition_valid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT TestParametrized test_testing.py line 1694 2022-09-27T16:18:02.3740903Z due to: 2022-09-27T16:18:02.3741159Z Traceback (most recent call last): 2022-09-27T16:18:02.3741440Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:02.3741866Z raise Unsupported(msg) 2022-09-27T16:18:02.3742105Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:02.3742259Z 2022-09-27T16:18:02.3742331Z from user code: 2022-09-27T16:18:02.3742536Z File "test_testing.py", line 1694, in TestParametrized 2022-09-27T16:18:02.3742777Z class TestParametrized(TestCase): 2022-09-27T16:18:02.3742912Z 2022-09-27T16:18:02.3743044Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:02.3743250Z ========== 2022-09-27T16:18:02.3747874Z ok (0.004s) 2022-09-27T16:18:02.3793639Z test_multiple_handling_of_same_param_error_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:18:02.3845233Z test_name_fn_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:18:02.9667573Z test_ops_composition_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.581s) 2022-09-27T16:18:02.9704796Z test_subtest_expected_failure_x_1_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:18:02.9720413Z test_subtest_expected_failure_x_2_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:18:02.9733432Z test_subtest_expected_failure_x_3_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:18:02.9779099Z test_subtest_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:18:02.9814204Z test_two_things_subtest_expected_failure_x_1_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.003s) 2022-09-27T16:18:02.9828581Z test_two_things_subtest_expected_failure_x_1_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:18:02.9843368Z test_two_things_subtest_expected_failure_x_1_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:18:02.9857296Z test_two_things_subtest_expected_failure_x_2_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:18:02.9870999Z test_two_things_subtest_expected_failure_x_2_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:18:02.9885539Z test_two_things_subtest_expected_failure_x_2_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:18:02.9899419Z test_two_things_subtest_expected_failure_x_3_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:18:02.9913426Z test_two_things_subtest_expected_failure_x_3_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:18:02.9928359Z test_two_things_subtest_expected_failure_x_3_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:18:02.9971481Z test_unparametrized_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT TestParametrized test_testing.py line 1550 2022-09-27T16:18:02.9972148Z due to: 2022-09-27T16:18:02.9972441Z Traceback (most recent call last): 2022-09-27T16:18:02.9972888Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:02.9973325Z raise Unsupported(msg) 2022-09-27T16:18:02.9973748Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:02.9973997Z 2022-09-27T16:18:02.9974105Z from user code: 2022-09-27T16:18:02.9974432Z File "test_testing.py", line 1550, in TestParametrized 2022-09-27T16:18:02.9974808Z class TestParametrized(TestCase): 2022-09-27T16:18:02.9975019Z 2022-09-27T16:18:02.9975220Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:02.9975595Z ========== 2022-09-27T16:18:02.9979017Z ok (0.005s) 2022-09-27T16:18:03.0036289Z test_assertEqual_longMessage_cpu (__main__.TestTestingCPU) ... ok (0.005s) 2022-09-27T16:18:03.0096626Z test_assertEqual_numpy_cpu_bool (__main__.TestTestingCPU) ... ok (0.005s) 2022-09-27T16:18:03.0137119Z test_assertEqual_numpy_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:18:03.0177230Z test_assertEqual_numpy_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:18:03.0214141Z test_assertEqual_numpy_cpu_float16 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:18:03.0251796Z test_assertEqual_numpy_cpu_float32 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:18:03.0287262Z test_assertEqual_numpy_cpu_float64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:18:03.0320335Z test_assertEqual_numpy_cpu_int16 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:18:03.0353264Z test_assertEqual_numpy_cpu_int32 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:18:03.0384295Z test_assertEqual_numpy_cpu_int64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:18:03.0419182Z test_assertEqual_numpy_cpu_int8 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:18:03.0452269Z test_assertEqual_numpy_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:18:03.0494899Z test_cuda_assert_should_not_stop_common_distributed_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:18:03.0509121Z test_cuda_assert_should_stop_common_device_type_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:03.0523132Z test_cuda_assert_should_stop_common_utils_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:03.0540045Z test_get_supported_dtypes_cpu (__main__.TestTestingCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-09-27T16:18:03.0729448Z test_isclose_atol_rtol_greater_than_zero_cpu_bool (__main__.TestTestingCPU) ... ok (0.018s) 2022-09-27T16:18:03.0897363Z test_isclose_atol_rtol_greater_than_zero_cpu_float16 (__main__.TestTestingCPU) ... ok (0.016s) 2022-09-27T16:18:03.1062802Z test_isclose_atol_rtol_greater_than_zero_cpu_float32 (__main__.TestTestingCPU) ... ok (0.016s) 2022-09-27T16:18:03.1229365Z test_isclose_atol_rtol_greater_than_zero_cpu_float64 (__main__.TestTestingCPU) ... ok (0.016s) 2022-09-27T16:18:03.1394331Z test_isclose_atol_rtol_greater_than_zero_cpu_int16 (__main__.TestTestingCPU) ... ok (0.016s) 2022-09-27T16:18:03.1556261Z test_isclose_atol_rtol_greater_than_zero_cpu_int32 (__main__.TestTestingCPU) ... ok (0.015s) 2022-09-27T16:18:03.1719984Z test_isclose_atol_rtol_greater_than_zero_cpu_int64 (__main__.TestTestingCPU) ... ok (0.016s) 2022-09-27T16:18:03.1885344Z test_isclose_atol_rtol_greater_than_zero_cpu_int8 (__main__.TestTestingCPU) ... ok (0.016s) 2022-09-27T16:18:03.1976020Z test_isclose_atol_rtol_greater_than_zero_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:18:03.2222274Z test_isclose_bool_cpu (__main__.TestTestingCPU) ... ok (0.024s) 2022-09-27T16:18:05.7999097Z test_isclose_complex_cpu_complex128 (__main__.TestTestingCPU) ... ok (2.577s) 2022-09-27T16:18:05.8881851Z test_isclose_complex_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.087s) 2022-09-27T16:18:05.8970554Z test_isclose_equality_shortcut_cpu (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:18:05.9871116Z test_isclose_float_cpu_float16 (__main__.TestTestingCPU) ... ok (0.089s) 2022-09-27T16:18:06.0315101Z test_isclose_float_cpu_float32 (__main__.TestTestingCPU) ... ok (0.044s) 2022-09-27T16:18:06.0752533Z test_isclose_float_cpu_float64 (__main__.TestTestingCPU) ... ok (0.043s) 2022-09-27T16:18:06.1172433Z test_isclose_integer_cpu_int16 (__main__.TestTestingCPU) ... ok (0.041s) 2022-09-27T16:18:06.1535171Z test_isclose_integer_cpu_int32 (__main__.TestTestingCPU) ... ok (0.036s) 2022-09-27T16:18:06.1902325Z test_isclose_integer_cpu_int64 (__main__.TestTestingCPU) ... ok (0.036s) 2022-09-27T16:18:06.2272940Z test_isclose_integer_cpu_int8 (__main__.TestTestingCPU) ... ok (0.036s) 2022-09-27T16:18:06.3963967Z test_isclose_integer_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.168s) 2022-09-27T16:18:06.4130798Z test_isclose_nan_equality_shortcut_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.016s) 2022-09-27T16:18:06.4227234Z test_isclose_nan_equality_shortcut_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.009s) 2022-09-27T16:18:06.4334847Z test_isclose_nan_equality_shortcut_cpu_float16 (__main__.TestTestingCPU) ... ok (0.010s) 2022-09-27T16:18:06.4439602Z test_isclose_nan_equality_shortcut_cpu_float32 (__main__.TestTestingCPU) ... ok (0.010s) 2022-09-27T16:18:06.4543644Z test_isclose_nan_equality_shortcut_cpu_float64 (__main__.TestTestingCPU) ... ok (0.010s) 2022-09-27T16:18:06.4591033Z test_make_tensor_complex32_cpu (__main__.TestTestingCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:18:06.4591562Z result = torch.complex(real, imag) 2022-09-27T16:18:06.4637017Z ok (0.009s) 2022-09-27T16:18:06.5557047Z test_make_tensor_cpu_bool (__main__.TestTestingCPU) ... ok (0.091s) 2022-09-27T16:18:06.5625550Z test_make_tensor_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.006s) 2022-09-27T16:18:06.5692667Z test_make_tensor_cpu_float32 (__main__.TestTestingCPU) ... ok (0.006s) 2022-09-27T16:18:06.5751839Z test_make_tensor_cpu_int64 (__main__.TestTestingCPU) ... ok (0.005s) 2022-09-27T16:18:06.5752148Z 2022-09-27T16:18:06.5755285Z ---------------------------------------------------------------------- 2022-09-27T16:18:06.5755689Z Ran 165 tests in 23.480s 2022-09-27T16:18:06.5755884Z 2022-09-27T16:18:06.5756060Z OK (skipped=4, expected failures=12) 2022-09-27T16:18:06.5756281Z 2022-09-27T16:18:06.5756440Z Generating XML reports... 2022-09-27T16:18:06.5807859Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertClose-20220927161743.xml 2022-09-27T16:18:06.5812162Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20220927161743.xml 2022-09-27T16:18:06.5825095Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20220927161743.xml 2022-09-27T16:18:06.5830225Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20220927161743.xml 2022-09-27T16:18:06.5836123Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20220927161743.xml 2022-09-27T16:18:06.5841210Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20220927161743.xml 2022-09-27T16:18:06.5847993Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20220927161743.xml 2022-09-27T16:18:06.5852912Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20220927161743.xml 2022-09-27T16:18:06.5858297Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20220927161743.xml 2022-09-27T16:18:06.5867968Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20220927161743.xml 2022-09-27T16:18:06.5871836Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestImports-20220927161743.xml 2022-09-27T16:18:06.5887434Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20220927161743.xml 2022-09-27T16:18:06.5904975Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20220927161743.xml 2022-09-27T16:18:06.5940642Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20220927161743.xml 2022-09-27T16:18:07.3479058Z Running test_cpp_api_parity ... [2022-09-27 16:18:07.347490] 2022-09-27T16:18:07.3479580Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_api_parity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:07.347574] 2022-09-27T16:18:09.1515683Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:18:13.1094918Z Test results will be stored in test-reports/python-unittest/test_cpp_api_parity 2022-09-27T16:18:13.1150056Z 2022-09-27T16:18:13.1150196Z Running tests... 2022-09-27T16:18:13.1150593Z ---------------------------------------------------------------------- 2022-09-27T16:18:14.2177502Z test_torch_nn_AdaptiveAvgPool1d (__main__.TestCppApiParity) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/cpp_api_parity/module_impl_check.py line 149 2022-09-27T16:18:14.2178429Z due to: 2022-09-27T16:18:14.2178722Z Traceback (most recent call last): 2022-09-27T16:18:14.2179274Z File "", line 1, in 2022-09-27T16:18:14.2179746Z NameError: name 'Storage' is not defined 2022-09-27T16:18:14.2179952Z 2022-09-27T16:18:14.2180044Z from user code: 2022-09-27T16:18:14.2180538Z File "/var/lib/jenkins/workspace/test/cpp_api_parity/module_impl_check.py", line 150, in 2022-09-27T16:18:14.2181082Z cpp_output = torch.load(forward_output_file_path) 2022-09-27T16:18:14.2181318Z 2022-09-27T16:18:14.2181535Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:14.2181849Z ========== 2022-09-27T16:18:15.5550649Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT callback /opt/conda/lib/python3.7/site-packages/xmlrunner/result.py line 230 2022-09-27T16:18:15.5551233Z due to: 2022-09-27T16:18:15.5551548Z Traceback (most recent call last): 2022-09-27T16:18:15.5552052Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T16:18:15.5552598Z return super().call_method(tx, args, kwargs) 2022-09-27T16:18:15.5553430Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T16:18:15.5553743Z 2022-09-27T16:18:15.5553854Z from user code: 2022-09-27T16:18:15.5554454Z File "/opt/conda/lib/python3.7/site-packages/xmlrunner/result.py", line 235, in callback 2022-09-27T16:18:15.5554928Z test_info.test_finished() 2022-09-27T16:18:15.5555152Z 2022-09-27T16:18:15.5555373Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:15.5555767Z ========== 2022-09-27T16:18:15.6166239Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_finished /opt/conda/lib/python3.7/site-packages/xmlrunner/result.py line 176 2022-09-27T16:18:15.6166725Z due to: 2022-09-27T16:18:15.6167016Z Traceback (most recent call last): 2022-09-27T16:18:15.6167473Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T16:18:15.6167927Z return super().call_method(tx, args, kwargs) 2022-09-27T16:18:15.6168540Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T16:18:15.6168850Z 2022-09-27T16:18:15.6168976Z from user code: 2022-09-27T16:18:15.6169617Z File "/opt/conda/lib/python3.7/site-packages/xmlrunner/result.py", line 181, in test_finished 2022-09-27T16:18:15.6170263Z timestamp = datetime.datetime.fromtimestamp(self.test_result.stop_time) 2022-09-27T16:18:15.6170624Z 2022-09-27T16:18:15.6170829Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:15.6171187Z ========== 2022-09-27T16:18:15.6171417Z ok (2.099s) 2022-09-27T16:18:16.1244397Z test_torch_nn_AdaptiveAvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.445s) 2022-09-27T16:18:16.8714456Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.685s) 2022-09-27T16:18:17.1852208Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.251s) 2022-09-27T16:18:17.8442699Z test_torch_nn_AdaptiveAvgPool1d_one_output (__main__.TestCppApiParity) ... ok (0.598s) 2022-09-27T16:18:18.1584924Z test_torch_nn_AdaptiveAvgPool1d_one_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.251s) 2022-09-27T16:18:18.9051237Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.685s) 2022-09-27T16:18:19.2212910Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.254s) 2022-09-27T16:18:19.7880011Z test_torch_nn_AdaptiveAvgPool2d_single (__main__.TestCppApiParity) ... ok (0.566s) 2022-09-27T16:18:20.2672502Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestCppApiParity) ... ok (0.479s) 2022-09-27T16:18:20.3967319Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.129s) 2022-09-27T16:18:20.5271935Z test_torch_nn_AdaptiveAvgPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.130s) 2022-09-27T16:18:21.0056213Z test_torch_nn_AdaptiveAvgPool2d_tuple (__main__.TestCppApiParity) ... ok (0.478s) 2022-09-27T16:18:21.1373064Z test_torch_nn_AdaptiveAvgPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.131s) 2022-09-27T16:18:21.4856075Z test_torch_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.348s) 2022-09-27T16:18:21.6185706Z test_torch_nn_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.132s) 2022-09-27T16:18:21.6442943Z test_torch_nn_AdaptiveAvgPool3d_last_dim (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:18:21.6452919Z test_torch_nn_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:18:21.6701000Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:18:21.6708164Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.6961507Z test_torch_nn_AdaptiveAvgPool3d_single (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:18:21.6969532Z test_torch_nn_AdaptiveAvgPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.7247023Z test_torch_nn_AdaptiveAvgPool3d_tuple (__main__.TestCppApiParity) ... ok (0.027s) 2022-09-27T16:18:21.7255399Z test_torch_nn_AdaptiveAvgPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.7407249Z test_torch_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:21.7415840Z test_torch_nn_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.7503323Z test_torch_nn_AdaptiveMaxPool1d (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:21.7510649Z test_torch_nn_AdaptiveMaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.7592962Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:21.7600269Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.7684647Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:21.7692667Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.7777685Z test_torch_nn_AdaptiveMaxPool2d_single (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:21.7784849Z test_torch_nn_AdaptiveMaxPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.7871571Z test_torch_nn_AdaptiveMaxPool2d_tuple (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:21.7878946Z test_torch_nn_AdaptiveMaxPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.7966608Z test_torch_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:21.7973711Z test_torch_nn_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.8097179Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:21.8104050Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.8215242Z test_torch_nn_AdaptiveMaxPool3d_single (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:21.8222998Z test_torch_nn_AdaptiveMaxPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.8348634Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:21.8356915Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.8500201Z test_torch_nn_AdaptiveMaxPool3d_tuple (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:21.8507741Z test_torch_nn_AdaptiveMaxPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.8649510Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:21.8657073Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.8840355Z test_torch_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.018s) 2022-09-27T16:18:21.8847628Z test_torch_nn_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.8938673Z test_torch_nn_AvgPool1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:21.8946144Z test_torch_nn_AvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.9028908Z test_torch_nn_AvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:21.9036187Z test_torch_nn_AvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.9124089Z test_torch_nn_AvgPool1d_stride (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:21.9131788Z test_torch_nn_AvgPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.9216818Z test_torch_nn_AvgPool1d_stride_pad (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:21.9224013Z test_torch_nn_AvgPool1d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.9316520Z test_torch_nn_AvgPool2d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:21.9324005Z test_torch_nn_AvgPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.9412595Z test_torch_nn_AvgPool2d_divisor (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:21.9420446Z test_torch_nn_AvgPool2d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.9512185Z test_torch_nn_AvgPool2d_divisor_stride (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:21.9519954Z test_torch_nn_AvgPool2d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.9616018Z test_torch_nn_AvgPool2d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:21.9623521Z test_torch_nn_AvgPool2d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.9725101Z test_torch_nn_AvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:21.9732125Z test_torch_nn_AvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.9829458Z test_torch_nn_AvgPool2d_stride (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:21.9837125Z test_torch_nn_AvgPool2d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:21.9935337Z test_torch_nn_AvgPool2d_stride_pad (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:21.9942588Z test_torch_nn_AvgPool2d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:22.0037301Z test_torch_nn_AvgPool3d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:22.0045677Z test_torch_nn_AvgPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:22.0141210Z test_torch_nn_AvgPool3d_divisor (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:22.0149063Z test_torch_nn_AvgPool3d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:22.0246049Z test_torch_nn_AvgPool3d_divisor_stride (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:22.0344068Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:22.0351785Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:22.0359275Z test_torch_nn_AvgPool3d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:22.0468393Z test_torch_nn_AvgPool3d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:22.0476330Z test_torch_nn_AvgPool3d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:22.0575393Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:22.0583703Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:22.0705469Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:22.0714285Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:22.0833294Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:22.0842882Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:22.0947731Z test_torch_nn_AvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:22.0956856Z test_torch_nn_AvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:22.1067418Z test_torch_nn_AvgPool3d_stride (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:22.1176216Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:22.1185415Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:22.1195167Z test_torch_nn_AvgPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:22.1318389Z test_torch_nn_AvgPool3d_stride_pad (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:22.1326847Z test_torch_nn_AvgPool3d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:22.1424686Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:22.1433309Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:22.1555506Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:22.1564134Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:22.1674647Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:22.1683474Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:22.1772385Z test_torch_nn_BCELoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:22.1780731Z test_torch_nn_BCELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:22.5846561Z test_torch_nn_BCELoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.406s) 2022-09-27T16:18:22.5855395Z test_torch_nn_BCELoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:22.8546213Z test_torch_nn_BCELoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.268s) 2022-09-27T16:18:22.8555747Z test_torch_nn_BCELoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:23.1236014Z test_torch_nn_BCELoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.267s) 2022-09-27T16:18:23.1244649Z test_torch_nn_BCELoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:23.1337362Z test_torch_nn_BCELoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:23.1345227Z test_torch_nn_BCELoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:23.1431617Z test_torch_nn_BCELoss_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:23.1439566Z test_torch_nn_BCELoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:23.1537414Z test_torch_nn_BCEWithLogitsLoss (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:23.1545393Z test_torch_nn_BCEWithLogitsLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:23.4233082Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.268s) 2022-09-27T16:18:23.4241763Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:23.6981828Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.273s) 2022-09-27T16:18:23.6990287Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:23.9718580Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.272s) 2022-09-27T16:18:23.9726834Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:23.9832430Z test_torch_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:23.9840757Z test_torch_nn_BCEWithLogitsLoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:23.9938754Z test_torch_nn_BCEWithLogitsLoss_weights (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:23.9945317Z test_torch_nn_BCEWithLogitsLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.0058016Z test_torch_nn_BatchNorm1d_3d_input (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:24.0065822Z test_torch_nn_BatchNorm1d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.0164123Z test_torch_nn_BatchNorm1d_3d_input_not_affine (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:24.0173639Z test_torch_nn_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.0280174Z test_torch_nn_BatchNorm1d_affine (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:24.0288277Z test_torch_nn_BatchNorm1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.0395825Z test_torch_nn_BatchNorm1d_affine_simple_average (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:24.0403893Z test_torch_nn_BatchNorm1d_affine_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.0499417Z test_torch_nn_BatchNorm1d_not_affine (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:24.0506769Z test_torch_nn_BatchNorm1d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.0610976Z test_torch_nn_BatchNorm1d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:24.0618396Z test_torch_nn_BatchNorm1d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.0703830Z test_torch_nn_BatchNorm1d_zero_batch (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:24.0711665Z test_torch_nn_BatchNorm1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.0838005Z test_torch_nn_BatchNorm2d (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:24.0976185Z test_torch_nn_BatchNorm2d_2d_simple_average (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:24.0983958Z test_torch_nn_BatchNorm2d_2d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.0991266Z test_torch_nn_BatchNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.1116129Z test_torch_nn_BatchNorm2d_momentum (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:24.1124042Z test_torch_nn_BatchNorm2d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.1239114Z test_torch_nn_BatchNorm2d_not_affine (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:24.1247014Z test_torch_nn_BatchNorm2d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.1375164Z test_torch_nn_BatchNorm2d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:24.1383360Z test_torch_nn_BatchNorm2d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.1471571Z test_torch_nn_BatchNorm2d_zero_batch (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:24.1479370Z test_torch_nn_BatchNorm2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.1627337Z test_torch_nn_BatchNorm3d (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:24.1788722Z test_torch_nn_BatchNorm3d_3d_simple_average (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:24.1797508Z test_torch_nn_BatchNorm3d_3d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.1806167Z test_torch_nn_BatchNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.1964079Z test_torch_nn_BatchNorm3d_momentum (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:24.1972116Z test_torch_nn_BatchNorm3d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.2116403Z test_torch_nn_BatchNorm3d_not_affine (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:24.2124712Z test_torch_nn_BatchNorm3d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.2285456Z test_torch_nn_BatchNorm3d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:24.2293908Z test_torch_nn_BatchNorm3d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.2380363Z test_torch_nn_BatchNorm3d_zero_batch (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:24.2387605Z test_torch_nn_BatchNorm3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.2477562Z test_torch_nn_CELU (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:24.2485233Z test_torch_nn_CELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.2563957Z test_torch_nn_CELU_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:24.2571599Z test_torch_nn_CELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.2664186Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:24.2671335Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.2763533Z test_torch_nn_CTCLoss_2d_lengths_tensors (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:24.2771822Z test_torch_nn_CTCLoss_2d_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.2864788Z test_torch_nn_CTCLoss_lengths_tensors (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:24.2872613Z test_torch_nn_CTCLoss_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.2962223Z test_torch_nn_ConstantPad1d (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:24.3046572Z test_torch_nn_ConstantPad1d_batch (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:24.3054260Z test_torch_nn_ConstantPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.3147319Z test_torch_nn_ConstantPad1d_complex (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:24.3155423Z test_torch_nn_ConstantPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.3162792Z test_torch_nn_ConstantPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.3299735Z test_torch_nn_ConstantPad2d (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:24.3451194Z test_torch_nn_ConstantPad2d_complex (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:24.3459168Z test_torch_nn_ConstantPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.3466970Z test_torch_nn_ConstantPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.3581463Z test_torch_nn_ConstantPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:24.3589699Z test_torch_nn_ConstantPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.3898079Z test_torch_nn_ConstantPad3d (__main__.TestCppApiParity) ... ok (0.030s) 2022-09-27T16:18:24.4274635Z test_torch_nn_ConstantPad3d_complex (__main__.TestCppApiParity) ... ok (0.037s) 2022-09-27T16:18:24.4284392Z test_torch_nn_ConstantPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.4292909Z test_torch_nn_ConstantPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.4496637Z test_torch_nn_ConstantPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:18:24.4504431Z test_torch_nn_ConstantPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.4630452Z test_torch_nn_Conv1d (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:24.4745195Z test_torch_nn_Conv1d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:24.4753781Z test_torch_nn_Conv1d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.4761196Z test_torch_nn_Conv1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.4881809Z test_torch_nn_Conv1d_dilated (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:24.4889251Z test_torch_nn_Conv1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.5003988Z test_torch_nn_Conv1d_groups (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:24.5011819Z test_torch_nn_Conv1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.5136896Z test_torch_nn_Conv1d_pad1 (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:24.5145134Z test_torch_nn_Conv1d_pad1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.5257951Z test_torch_nn_Conv1d_pad1size1 (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:24.5265629Z test_torch_nn_Conv1d_pad1size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.5390680Z test_torch_nn_Conv1d_pad2 (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:24.5398800Z test_torch_nn_Conv1d_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.5507909Z test_torch_nn_Conv1d_pad2size1 (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:24.5515479Z test_torch_nn_Conv1d_pad2size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.5639442Z test_torch_nn_Conv1d_pad_same (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:24.5667006Z test_torch_nn_Conv1d_pad_same2 (__main__.TestCppApiParity) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/conv.py:310: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:894.) 2022-09-27T16:18:24.5668218Z self.padding, self.dilation, self.groups) 2022-09-27T16:18:24.5772204Z ok (0.013s) 2022-09-27T16:18:24.5780210Z test_torch_nn_Conv1d_pad_same2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.5787180Z test_torch_nn_Conv1d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.5909001Z test_torch_nn_Conv1d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:24.5916883Z test_torch_nn_Conv1d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.6035122Z test_torch_nn_Conv1d_pad_valid (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:24.6043340Z test_torch_nn_Conv1d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.6150519Z test_torch_nn_Conv1d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:24.6158714Z test_torch_nn_Conv1d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.6263910Z test_torch_nn_Conv1d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:24.6272035Z test_torch_nn_Conv1d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.6386994Z test_torch_nn_Conv1d_stride (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:24.6395618Z test_torch_nn_Conv1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.6492073Z test_torch_nn_Conv1d_zero_batch (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:24.6499815Z test_torch_nn_Conv1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.6607186Z test_torch_nn_Conv1d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:24.6614763Z test_torch_nn_Conv1d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.6751416Z test_torch_nn_Conv2d (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:24.6870417Z test_torch_nn_Conv2d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:24.6878229Z test_torch_nn_Conv2d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.6885614Z test_torch_nn_Conv2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.7014648Z test_torch_nn_Conv2d_depthwise (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:24.7023406Z test_torch_nn_Conv2d_depthwise_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.7144203Z test_torch_nn_Conv2d_depthwise_dilated (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:24.7152401Z test_torch_nn_Conv2d_depthwise_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.7298065Z test_torch_nn_Conv2d_depthwise_padded (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:24.7306518Z test_torch_nn_Conv2d_depthwise_padded_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.7423220Z test_torch_nn_Conv2d_depthwise_strided (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:24.7431277Z test_torch_nn_Conv2d_depthwise_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.7582166Z test_torch_nn_Conv2d_depthwise_with_multiplier (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:24.7591011Z test_torch_nn_Conv2d_depthwise_with_multiplier_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.7709452Z test_torch_nn_Conv2d_dilated (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:24.7716949Z test_torch_nn_Conv2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.7857805Z test_torch_nn_Conv2d_groups (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:24.7866350Z test_torch_nn_Conv2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.8012068Z test_torch_nn_Conv2d_groups_thnn (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:24.8020043Z test_torch_nn_Conv2d_groups_thnn_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.8150178Z test_torch_nn_Conv2d_no_bias (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:24.8158045Z test_torch_nn_Conv2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.8304274Z test_torch_nn_Conv2d_pad_same (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:24.8312644Z test_torch_nn_Conv2d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.8460902Z test_torch_nn_Conv2d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:24.8468120Z test_torch_nn_Conv2d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.8595907Z test_torch_nn_Conv2d_pad_valid (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:24.8604223Z test_torch_nn_Conv2d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.8733467Z test_torch_nn_Conv2d_padding (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:24.8742089Z test_torch_nn_Conv2d_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.8857557Z test_torch_nn_Conv2d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:24.8864815Z test_torch_nn_Conv2d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.8983884Z test_torch_nn_Conv2d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:24.8992171Z test_torch_nn_Conv2d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.9113598Z test_torch_nn_Conv2d_strided (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:24.9121952Z test_torch_nn_Conv2d_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.9223574Z test_torch_nn_Conv2d_zero_batch (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:24.9231323Z test_torch_nn_Conv2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.9347037Z test_torch_nn_Conv2d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:24.9355728Z test_torch_nn_Conv2d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.9487779Z test_torch_nn_Conv3d (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:24.9614633Z test_torch_nn_Conv3d_1x1x1_no_bias (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:24.9624125Z test_torch_nn_Conv3d_1x1x1_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.9780576Z test_torch_nn_Conv3d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:24.9788474Z test_torch_nn_Conv3d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.9796285Z test_torch_nn_Conv3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:24.9948570Z test_torch_nn_Conv3d_dilated (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:24.9957390Z test_torch_nn_Conv3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.0095908Z test_torch_nn_Conv3d_dilated_strided (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:25.0104553Z test_torch_nn_Conv3d_dilated_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.0238068Z test_torch_nn_Conv3d_groups (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:25.0246982Z test_torch_nn_Conv3d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.0371505Z test_torch_nn_Conv3d_no_bias (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:25.0380172Z test_torch_nn_Conv3d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.0654647Z test_torch_nn_Conv3d_pad_same (__main__.TestCppApiParity) ... ok (0.027s) 2022-09-27T16:18:25.0663777Z test_torch_nn_Conv3d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.0939707Z test_torch_nn_Conv3d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.027s) 2022-09-27T16:18:25.0949555Z test_torch_nn_Conv3d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.1126949Z test_torch_nn_Conv3d_pad_valid (__main__.TestCppApiParity) ... ok (0.017s) 2022-09-27T16:18:25.1135473Z test_torch_nn_Conv3d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.1285755Z test_torch_nn_Conv3d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:25.1294544Z test_torch_nn_Conv3d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.1427083Z test_torch_nn_Conv3d_stride (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:25.1434528Z test_torch_nn_Conv3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.1588261Z test_torch_nn_Conv3d_stride_padding (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:25.1596789Z test_torch_nn_Conv3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.1706307Z test_torch_nn_Conv3d_zero_batch (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:25.1714465Z test_torch_nn_Conv3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.1860016Z test_torch_nn_Conv3d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:25.1867833Z test_torch_nn_Conv3d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.1987044Z test_torch_nn_ConvTranspose1d (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:25.1995613Z test_torch_nn_ConvTranspose1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.2111256Z test_torch_nn_ConvTranspose1d_dilated (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:25.2119772Z test_torch_nn_ConvTranspose1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.2256860Z test_torch_nn_ConvTranspose1d_groups (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:25.2266013Z test_torch_nn_ConvTranspose1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.2383725Z test_torch_nn_ConvTranspose1d_no_bias (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:25.2392732Z test_torch_nn_ConvTranspose1d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.2625301Z test_torch_nn_ConvTranspose2d (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:18:25.2634128Z test_torch_nn_ConvTranspose2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.2771692Z test_torch_nn_ConvTranspose2d_dilated (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:25.2780702Z test_torch_nn_ConvTranspose2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.2907426Z test_torch_nn_ConvTranspose2d_groups (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:25.2916008Z test_torch_nn_ConvTranspose2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.3131154Z test_torch_nn_ConvTranspose2d_no_bias (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:18:25.3139807Z test_torch_nn_ConvTranspose2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.3328793Z test_torch_nn_ConvTranspose3d (__main__.TestCppApiParity) ... ok (0.018s) 2022-09-27T16:18:25.3337848Z test_torch_nn_ConvTranspose3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.3573012Z test_torch_nn_ConvTranspose3d_dilated (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:18:25.3582389Z test_torch_nn_ConvTranspose3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.3683000Z test_torch_nn_CosineEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.3691326Z test_torch_nn_CosineEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.3784582Z test_torch_nn_CosineEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.3792376Z test_torch_nn_CosineEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.3883458Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:25.3891485Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.3982386Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.3990787Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.4082677Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.4091074Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.4180665Z test_torch_nn_CrossEntropyLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:25.4270742Z test_torch_nn_CrossEntropyLoss_2d (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:25.4279827Z test_torch_nn_CrossEntropyLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.4371648Z test_torch_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:25.4379527Z test_torch_nn_CrossEntropyLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.4476303Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.4484660Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.4582719Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.4590927Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.4684798Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.4692440Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.4789284Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.4798127Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.4887743Z test_torch_nn_CrossEntropyLoss_2d_prob_target (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:25.4896479Z test_torch_nn_CrossEntropyLoss_2d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.4984056Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:25.4992727Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.5081254Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:25.5088688Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.5182953Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.5191386Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.5281777Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:25.5290665Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.5381478Z test_torch_nn_CrossEntropyLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.5389774Z test_torch_nn_CrossEntropyLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.5480995Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.5489576Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.5588025Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.5596940Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.5686938Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:25.5695906Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.5786331Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:25.5795721Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.5884512Z test_torch_nn_CrossEntropyLoss_3d_prob_target (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:25.5893325Z test_torch_nn_CrossEntropyLoss_3d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.5983882Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:25.5992731Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.6084847Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.6093890Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.6185202Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:25.6193790Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.6285490Z test_torch_nn_CrossEntropyLoss_4d_prob_target (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.6294449Z test_torch_nn_CrossEntropyLoss_4d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.6389294Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.6397579Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.6405944Z test_torch_nn_CrossEntropyLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.6496322Z test_torch_nn_CrossEntropyLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.6504087Z test_torch_nn_CrossEntropyLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.6597057Z test_torch_nn_CrossEntropyLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.6605998Z test_torch_nn_CrossEntropyLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.6697433Z test_torch_nn_CrossEntropyLoss_weights (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.6706477Z test_torch_nn_CrossEntropyLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.6834830Z test_torch_nn_CrossMapLRN2d (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:25.6843628Z test_torch_nn_CrossMapLRN2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.6944326Z test_torch_nn_ELU (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.6952666Z test_torch_nn_ELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.7039741Z test_torch_nn_ELU_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:25.7047974Z test_torch_nn_ELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.7155036Z test_torch_nn_Embedding (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:25.7265869Z test_torch_nn_EmbeddingBag_discontiguous (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:25.7274611Z test_torch_nn_EmbeddingBag_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.7378919Z test_torch_nn_EmbeddingBag_max (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:25.7387716Z test_torch_nn_EmbeddingBag_max_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.7489010Z test_torch_nn_EmbeddingBag_max_padding_idx (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:25.7496966Z test_torch_nn_EmbeddingBag_max_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.7595491Z test_torch_nn_EmbeddingBag_mean (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.7603874Z test_torch_nn_EmbeddingBag_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.7706844Z test_torch_nn_EmbeddingBag_mean_padding_idx (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:25.7714971Z test_torch_nn_EmbeddingBag_mean_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.7821060Z test_torch_nn_EmbeddingBag_sparse (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:25.7828828Z test_torch_nn_EmbeddingBag_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.7928001Z test_torch_nn_EmbeddingBag_sum (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.7935632Z test_torch_nn_EmbeddingBag_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.8034115Z test_torch_nn_EmbeddingBag_sum_padding_idx (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.8042007Z test_torch_nn_EmbeddingBag_sum_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.8049259Z test_torch_nn_Embedding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.8179776Z test_torch_nn_Embedding_discontiguous (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:25.8188987Z test_torch_nn_Embedding_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.8299013Z test_torch_nn_Embedding_sparse (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:25.8307754Z test_torch_nn_Embedding_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.8409145Z test_torch_nn_Flatten (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.8418147Z test_torch_nn_Flatten_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.8512541Z test_torch_nn_Flatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.8520619Z test_torch_nn_Flatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.8618214Z test_torch_nn_Fold (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.8625998Z test_torch_nn_Fold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.8727371Z test_torch_nn_Fold_int_input (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:25.8735362Z test_torch_nn_Fold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.8830605Z test_torch_nn_Fold_no_batch_dim_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.8839850Z test_torch_nn_Fold_no_batch_dim_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.8934361Z test_torch_nn_Fold_no_batch_dim_int_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.8942159Z test_torch_nn_Fold_no_batch_dim_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.9039929Z test_torch_nn_FractionalMaxPool2d_ratio (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.9048347Z test_torch_nn_FractionalMaxPool2d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.9144209Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.9152572Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.9244278Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.9252815Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:25.9348272Z test_torch_nn_FractionalMaxPool2d_size (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.9357081Z test_torch_nn_FractionalMaxPool2d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.9452563Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.9461050Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.9555305Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:25.9564138Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:25.9731068Z test_torch_nn_FractionalMaxPool3d_asymsize (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:18:25.9740278Z test_torch_nn_FractionalMaxPool3d_asymsize_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.9849201Z test_torch_nn_FractionalMaxPool3d_ratio (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:25.9857614Z test_torch_nn_FractionalMaxPool3d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:25.9958987Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:25.9966803Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.0062882Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:26.0070990Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:26.0225793Z test_torch_nn_FractionalMaxPool3d_size (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:26.0234439Z test_torch_nn_FractionalMaxPool3d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.0358507Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:26.0367886Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.0492003Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:26.0500968Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:26.0600056Z test_torch_nn_GELU (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:26.0608649Z test_torch_nn_GELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.0693477Z test_torch_nn_GELU_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:26.0700857Z test_torch_nn_GELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.0794889Z test_torch_nn_GLU (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:26.0802686Z test_torch_nn_GLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.0905375Z test_torch_nn_GLU_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:26.0913505Z test_torch_nn_GLU_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.1032240Z test_torch_nn_GroupNorm_1d_affine (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:26.1144961Z test_torch_nn_GroupNorm_1d_affine_GN (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:26.1154125Z test_torch_nn_GroupNorm_1d_affine_GN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.1162100Z test_torch_nn_GroupNorm_1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.1376409Z test_torch_nn_GroupNorm_1d_affine_large_batch (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:18:26.1385025Z test_torch_nn_GroupNorm_1d_affine_large_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.1491094Z test_torch_nn_GroupNorm_1d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:26.1500021Z test_torch_nn_GroupNorm_1d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.1595259Z test_torch_nn_GroupNorm_1d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:26.1603219Z test_torch_nn_GroupNorm_1d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.1723180Z test_torch_nn_GroupNorm_2d_affine (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:26.1731834Z test_torch_nn_GroupNorm_2d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.1994806Z test_torch_nn_GroupNorm_2d_affine_large_feature (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:18:26.2003386Z test_torch_nn_GroupNorm_2d_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.2104549Z test_torch_nn_GroupNorm_2d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:26.2113463Z test_torch_nn_GroupNorm_2d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.2213535Z test_torch_nn_GroupNorm_2d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:26.2221721Z test_torch_nn_GroupNorm_2d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.2417678Z test_torch_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:18:26.2426218Z test_torch_nn_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.2526050Z test_torch_nn_Hardshrink (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:26.2534531Z test_torch_nn_Hardshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.2620189Z test_torch_nn_Hardshrink_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:26.2628180Z test_torch_nn_Hardshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.2722045Z test_torch_nn_Hardtanh (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:26.2730588Z test_torch_nn_Hardtanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.2815518Z test_torch_nn_Hardtanh_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:26.2824494Z test_torch_nn_Hardtanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.2919832Z test_torch_nn_HingeEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:26.2928318Z test_torch_nn_HingeEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.3017735Z test_torch_nn_HingeEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:26.3025914Z test_torch_nn_HingeEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.6001507Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.297s) 2022-09-27T16:18:26.6009717Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.9013033Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.300s) 2022-09-27T16:18:26.9021135Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.9114250Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.009s) 2022-09-27T16:18:26.9121921Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.9206874Z test_torch_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:26.9214183Z test_torch_nn_HingeEmbeddingLoss_scalar_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.9311450Z test_torch_nn_HuberLoss (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:26.9319215Z test_torch_nn_HuberLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.9430327Z test_torch_nn_InstanceNorm1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:26.9438913Z test_torch_nn_InstanceNorm1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.9533931Z test_torch_nn_InstanceNorm1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:26.9542221Z test_torch_nn_InstanceNorm1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.9662664Z test_torch_nn_InstanceNorm1d_tracking_stats (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:26.9671499Z test_torch_nn_InstanceNorm1d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.9773831Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:26.9782251Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:26.9898800Z test_torch_nn_InstanceNorm2d (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:26.9907602Z test_torch_nn_InstanceNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.0011297Z test_torch_nn_InstanceNorm2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:27.0019570Z test_torch_nn_InstanceNorm2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.0140145Z test_torch_nn_InstanceNorm2d_tracking_stats (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:27.0148257Z test_torch_nn_InstanceNorm2d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.0256128Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:27.0264996Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.0411100Z test_torch_nn_InstanceNorm3d (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:27.0420821Z test_torch_nn_InstanceNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.0539105Z test_torch_nn_InstanceNorm3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:27.0547458Z test_torch_nn_InstanceNorm3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.0697230Z test_torch_nn_InstanceNorm3d_tracking_stats (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:27.0705118Z test_torch_nn_InstanceNorm3d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.0857181Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:27.0866205Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.0883613Z test_torch_nn_KLDivLoss (__main__.TestCppApiParity) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:18:27.0884933Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T16:18:27.0954037Z /var/lib/jenkins/workspace/test/cpp_api_parity/module_impl_check.py:149: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/loss.h:57.) 2022-09-27T16:18:27.0955281Z cpp_test_fn(arg_dict_file_path, module_file_path, forward_output_file_path, backward_grad_dict_file_path) 2022-09-27T16:18:27.0961939Z ok (0.009s) 2022-09-27T16:18:27.0971647Z test_torch_nn_KLDivLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.1059386Z test_torch_nn_KLDivLoss_log_target (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.1066907Z test_torch_nn_KLDivLoss_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.1153292Z test_torch_nn_KLDivLoss_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.1161133Z test_torch_nn_KLDivLoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.1249010Z test_torch_nn_KLDivLoss_scalar_log_target (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.1257380Z test_torch_nn_KLDivLoss_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.1341062Z test_torch_nn_L1Loss (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.1349487Z test_torch_nn_L1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.1432329Z test_torch_nn_L1Loss_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.1440349Z test_torch_nn_L1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.1534280Z test_torch_nn_LPPool1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:27.1542385Z test_torch_nn_LPPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.1637719Z test_torch_nn_LPPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:27.1645164Z test_torch_nn_LPPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.1741817Z test_torch_nn_LPPool1d_norm (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:27.1749777Z test_torch_nn_LPPool1d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.1845464Z test_torch_nn_LPPool2d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:27.1853461Z test_torch_nn_LPPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.1948395Z test_torch_nn_LPPool2d_norm (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:27.1955564Z test_torch_nn_LPPool2d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.2066235Z test_torch_nn_LayerNorm_1d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:27.2074485Z test_torch_nn_LayerNorm_1d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.2168975Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:27.2177515Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.2276614Z test_torch_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:27.2284300Z test_torch_nn_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.2398145Z test_torch_nn_LayerNorm_3d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:27.2405713Z test_torch_nn_LayerNorm_3d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.2945978Z test_torch_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.053s) 2022-09-27T16:18:27.2955111Z test_torch_nn_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.3081942Z test_torch_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:27.3090922Z test_torch_nn_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.3184174Z test_torch_nn_LeakyReLU (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:27.3193659Z test_torch_nn_LeakyReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.3289095Z test_torch_nn_LeakyReLU_with_negval (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:27.3296778Z test_torch_nn_LeakyReLU_with_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.3380246Z test_torch_nn_LeakyReLU_with_negval_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.3388156Z test_torch_nn_LeakyReLU_with_negval_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.3486869Z test_torch_nn_LeakyReLU_with_zero_negval (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:27.3494666Z test_torch_nn_LeakyReLU_with_zero_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.3612331Z test_torch_nn_Linear (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:27.3620650Z test_torch_nn_Linear_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.3727233Z test_torch_nn_Linear_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:27.3735090Z test_torch_nn_Linear_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.3843836Z test_torch_nn_Linear_no_bias (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:27.3852433Z test_torch_nn_Linear_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.3949439Z test_torch_nn_LocalResponseNorm_1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:27.3957466Z test_torch_nn_LocalResponseNorm_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.4077099Z test_torch_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:27.4085481Z test_torch_nn_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.4358909Z test_torch_nn_LocalResponseNorm_3d_custom_params (__main__.TestCppApiParity) ... ok (0.027s) 2022-09-27T16:18:27.4368945Z test_torch_nn_LocalResponseNorm_3d_custom_params_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.4467090Z test_torch_nn_LogSigmoid (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:27.4476175Z test_torch_nn_LogSigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.4562483Z test_torch_nn_LogSigmoid_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.4571120Z test_torch_nn_LogSigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.4687222Z test_torch_nn_LogSoftmax (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:27.4695588Z test_torch_nn_LogSoftmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.4844575Z test_torch_nn_LogSoftmax_multiparam (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:27.4853673Z test_torch_nn_LogSoftmax_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.4938768Z test_torch_nn_LogSoftmax_multiparam_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.4947217Z test_torch_nn_LogSoftmax_multiparam_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.5037215Z test_torch_nn_LogSoftmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.5045251Z test_torch_nn_LogSoftmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.5130904Z test_torch_nn_MSELoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.5139096Z test_torch_nn_MSELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.5517419Z test_torch_nn_MSELoss_prec (__main__.TestCppApiParity) ... ok (0.037s) 2022-09-27T16:18:27.5525939Z test_torch_nn_MSELoss_prec_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.5618943Z test_torch_nn_MSELoss_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:27.5626924Z test_torch_nn_MSELoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.5709498Z test_torch_nn_MarginRankingLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.5717341Z test_torch_nn_MarginRankingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.5800076Z test_torch_nn_MarginRankingLoss_margin (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.5807433Z test_torch_nn_MarginRankingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.5892270Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.5900508Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.5982861Z test_torch_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.5990268Z test_torch_nn_MarginRankingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.6076916Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.6084936Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.6176388Z test_torch_nn_MaxPool1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:27.6183943Z test_torch_nn_MaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.6274797Z test_torch_nn_MaxPool1d_stride (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.6282218Z test_torch_nn_MaxPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.6374263Z test_torch_nn_MaxPool2d_3d_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:27.6382227Z test_torch_nn_MaxPool2d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.6476380Z test_torch_nn_MaxPool2d_4d_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:27.6483978Z test_torch_nn_MaxPool2d_4d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.6579819Z test_torch_nn_MaxPool3d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:27.6587342Z test_torch_nn_MaxPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.6681491Z test_torch_nn_MaxPool3d_stride (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:27.6689643Z test_torch_nn_MaxPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.6795562Z test_torch_nn_MaxPool3d_stride_padding (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:27.6805296Z test_torch_nn_MaxPool3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.6921797Z test_torch_nn_Mish (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:27.6930449Z test_torch_nn_Mish_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.7010526Z test_torch_nn_Mish_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.7018056Z test_torch_nn_Mish_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.7102456Z test_torch_nn_MultiLabelMarginLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.7183139Z test_torch_nn_MultiLabelMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.7190522Z test_torch_nn_MultiLabelMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.7198742Z test_torch_nn_MultiLabelMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.7279172Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.7286548Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.7367456Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.7375169Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.7455446Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.7463343Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.7551545Z test_torch_nn_MultiLabelSoftMarginLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.7559008Z test_torch_nn_MultiLabelSoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.7641806Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.7648955Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.7730355Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.7738153Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.7819829Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.7827485Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.7914705Z test_torch_nn_MultiLabelSoftMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.7921320Z test_torch_nn_MultiLabelSoftMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.8003237Z test_torch_nn_MultiMarginLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.8082919Z test_torch_nn_MultiMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:27.8089962Z test_torch_nn_MultiMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.8097268Z test_torch_nn_MultiMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.8177170Z test_torch_nn_MultiMarginLoss_margin (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:27.8184460Z test_torch_nn_MultiMarginLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.8263745Z test_torch_nn_MultiMarginLoss_p (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:27.8271253Z test_torch_nn_MultiMarginLoss_p_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.8351934Z test_torch_nn_MultiMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.8360061Z test_torch_nn_MultiMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.8442843Z test_torch_nn_NLLLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.8522126Z test_torch_nn_NLLLoss_2d (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:27.8529801Z test_torch_nn_NLLLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.8614584Z test_torch_nn_NLLLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.8622159Z test_torch_nn_NLLLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.8705191Z test_torch_nn_NLLLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.8713180Z test_torch_nn_NLLLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.8720264Z test_torch_nn_NLLLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.8803334Z test_torch_nn_NLLLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.8811176Z test_torch_nn_NLLLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.8896362Z test_torch_nn_NLLLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:27.8903750Z test_torch_nn_NLLLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.8983649Z test_torch_nn_NLLLoss_ignore_index (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:27.8991496Z test_torch_nn_NLLLoss_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.9096939Z test_torch_nn_NLLLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-09-27T16:18:27.9105185Z test_torch_nn_NLLLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.9210488Z test_torch_nn_NLLLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-09-27T16:18:27.9219082Z test_torch_nn_NLLLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.9326631Z test_torch_nn_NLLLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-09-27T16:18:27.9334824Z test_torch_nn_NLLLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.9479828Z test_torch_nn_NLLLoss_weights (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:27.9489005Z test_torch_nn_NLLLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.9587572Z test_torch_nn_NLLLoss_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:27.9595950Z test_torch_nn_NLLLoss_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.9716935Z test_torch_nn_NLLLoss_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:27.9727246Z test_torch_nn_NLLLoss_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.9839056Z test_torch_nn_PReLU_1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:27.9847558Z test_torch_nn_PReLU_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:27.9990642Z test_torch_nn_PReLU_1d_multiparam (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:28.0000911Z test_torch_nn_PReLU_1d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.0128537Z test_torch_nn_PReLU_2d (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:28.0137487Z test_torch_nn_PReLU_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.0292772Z test_torch_nn_PReLU_2d_multiparam (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:28.0303723Z test_torch_nn_PReLU_2d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.0504206Z test_torch_nn_PReLU_3d (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:18:28.0513226Z test_torch_nn_PReLU_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.0783672Z test_torch_nn_PReLU_3d_multiparam (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:18:28.0794661Z test_torch_nn_PReLU_3d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.0900649Z test_torch_nn_PReLU_scalar (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:28.0909025Z test_torch_nn_PReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.1034608Z test_torch_nn_PairwiseDistance (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:28.1136916Z test_torch_nn_PairwiseDistance_broadcast_lhs (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:28.1145399Z test_torch_nn_PairwiseDistance_broadcast_lhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.1275705Z test_torch_nn_PairwiseDistance_broadcast_rhs (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:28.1286272Z test_torch_nn_PairwiseDistance_broadcast_rhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.1295629Z test_torch_nn_PairwiseDistance_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.1393651Z test_torch_nn_PairwiseDistance_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:28.1401002Z test_torch_nn_PairwiseDistance_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.1524088Z test_torch_nn_PairwiseDistance_with_non_default_args (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:28.1532649Z test_torch_nn_PairwiseDistance_with_non_default_args_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.1675659Z test_torch_nn_PixelShuffle (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:28.1685075Z test_torch_nn_PixelShuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.1808456Z test_torch_nn_PixelUnshuffle (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:28.1816477Z test_torch_nn_PixelUnshuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.1944943Z test_torch_nn_PoissonNLLLoss_full_loss (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:28.1955191Z test_torch_nn_PoissonNLLLoss_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.2059598Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:28.2067439Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.2189293Z test_torch_nn_PoissonNLLLoss_no_full_loss (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:28.2200127Z test_torch_nn_PoissonNLLLoss_no_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.2308276Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:28.2317045Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.2443839Z test_torch_nn_RReLU (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:28.2454492Z test_torch_nn_RReLU_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:28.2566539Z test_torch_nn_RReLU_with_up_down (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:28.2574615Z test_torch_nn_RReLU_with_up_down_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:28.2697241Z test_torch_nn_RReLU_with_up_down_scalar (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:28.2707094Z test_torch_nn_RReLU_with_up_down_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:28.2825931Z test_torch_nn_ReLU (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:28.2960977Z test_torch_nn_ReLU6 (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:28.2971684Z test_torch_nn_ReLU6_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.3074607Z test_torch_nn_ReLU6_scalar (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:28.3082252Z test_torch_nn_ReLU6_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.3089587Z test_torch_nn_ReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.3202755Z test_torch_nn_ReLU_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:28.3209881Z test_torch_nn_ReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.3341617Z test_torch_nn_ReflectionPad1d (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:28.3449660Z test_torch_nn_ReflectionPad1d_batch (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:28.3457914Z test_torch_nn_ReflectionPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.3606150Z test_torch_nn_ReflectionPad1d_complex (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:28.3616963Z test_torch_nn_ReflectionPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.3626564Z test_torch_nn_ReflectionPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.4829933Z test_torch_nn_ReflectionPad2d (__main__.TestCppApiParity) ... ok (0.120s) 2022-09-27T16:18:28.5188919Z test_torch_nn_ReflectionPad2d_complex (__main__.TestCppApiParity) ... ok (0.035s) 2022-09-27T16:18:28.5198589Z test_torch_nn_ReflectionPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.5205782Z test_torch_nn_ReflectionPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.5411222Z test_torch_nn_ReflectionPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:18:28.5421254Z test_torch_nn_ReflectionPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.5744286Z test_torch_nn_ReflectionPad3d (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:18:28.6466752Z test_torch_nn_ReflectionPad3d_complex (__main__.TestCppApiParity) ... ok (0.072s) 2022-09-27T16:18:28.6478352Z test_torch_nn_ReflectionPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:18:28.6488328Z test_torch_nn_ReflectionPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.6707071Z test_torch_nn_ReflectionPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:18:28.6716423Z test_torch_nn_ReflectionPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.6821268Z test_torch_nn_ReplicationPad1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:28.6947835Z test_torch_nn_ReplicationPad1d_batch (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:28.6958771Z test_torch_nn_ReplicationPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.7078256Z test_torch_nn_ReplicationPad1d_complex (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:28.7087055Z test_torch_nn_ReplicationPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.7094278Z test_torch_nn_ReplicationPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.7288789Z test_torch_nn_ReplicationPad2d (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:18:28.7482413Z test_torch_nn_ReplicationPad2d_complex (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:18:28.7491161Z test_torch_nn_ReplicationPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.7499101Z test_torch_nn_ReplicationPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.7667939Z test_torch_nn_ReplicationPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:18:28.7678148Z test_torch_nn_ReplicationPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.7893204Z test_torch_nn_ReplicationPad3d (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:18:28.8196041Z test_torch_nn_ReplicationPad3d_complex (__main__.TestCppApiParity) ... ok (0.030s) 2022-09-27T16:18:28.8205147Z test_torch_nn_ReplicationPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.8212937Z test_torch_nn_ReplicationPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.8434654Z test_torch_nn_ReplicationPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:18:28.8445848Z test_torch_nn_ReplicationPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.8558137Z test_torch_nn_SELU (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:28.8566332Z test_torch_nn_SELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.8683576Z test_torch_nn_SELU_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:28.8693154Z test_torch_nn_SELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.9022415Z test_torch_nn_SampleModule_has_parity (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:18:28.9031042Z test_torch_nn_SampleModule_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.9364920Z test_torch_nn_SampleModule_no_parity (__main__.TestCppApiParity) ... expected failure (0.033s) 2022-09-27T16:18:28.9373801Z test_torch_nn_SampleModule_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.9492408Z test_torch_nn_SiLU (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:28.9501272Z test_torch_nn_SiLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.9586381Z test_torch_nn_SiLU_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:28.9594567Z test_torch_nn_SiLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.9698115Z test_torch_nn_Sigmoid (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:28.9706318Z test_torch_nn_Sigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.9787769Z test_torch_nn_Sigmoid_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:28.9795822Z test_torch_nn_Sigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.9878662Z test_torch_nn_SmoothL1Loss (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:28.9885885Z test_torch_nn_SmoothL1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:28.9969592Z test_torch_nn_SmoothL1Loss_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:28.9977398Z test_torch_nn_SmoothL1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.0064186Z test_torch_nn_SoftMarginLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:29.0072945Z test_torch_nn_SoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.0160828Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-09-27T16:18:29.0168514Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.0254536Z test_torch_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-09-27T16:18:29.0261594Z test_torch_nn_SoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.0354071Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.009s) 2022-09-27T16:18:29.0361068Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.0469160Z test_torch_nn_Softmax (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:29.0614386Z test_torch_nn_Softmax2d (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:29.0623069Z test_torch_nn_Softmax2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.0719647Z test_torch_nn_Softmax2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:29.0727431Z test_torch_nn_Softmax2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.0734908Z test_torch_nn_Softmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.0821566Z test_torch_nn_Softmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:29.0828435Z test_torch_nn_Softmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.0910396Z test_torch_nn_Softmax_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:29.0917761Z test_torch_nn_Softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.1026370Z test_torch_nn_Softmin (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:29.1034850Z test_torch_nn_Softmin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.1156139Z test_torch_nn_Softmin_multidim (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:29.1165193Z test_torch_nn_Softmin_multidim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.1267812Z test_torch_nn_Softmin_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:29.1275801Z test_torch_nn_Softmin_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.1358977Z test_torch_nn_Softmin_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:29.1367595Z test_torch_nn_Softmin_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.1475743Z test_torch_nn_Softplus (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:29.1582763Z test_torch_nn_Softplus_beta (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:29.1591271Z test_torch_nn_Softplus_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.1701814Z test_torch_nn_Softplus_beta_threshold (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:29.1710690Z test_torch_nn_Softplus_beta_threshold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.1802665Z test_torch_nn_Softplus_beta_threshold_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:29.1811496Z test_torch_nn_Softplus_beta_threshold_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.1819712Z test_torch_nn_Softplus_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.1912175Z test_torch_nn_Softshrink (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:29.1920762Z test_torch_nn_Softshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.2016287Z test_torch_nn_Softshrink_lambda (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:29.2023733Z test_torch_nn_Softshrink_lambda_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.2106582Z test_torch_nn_Softshrink_lambda_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:29.2114633Z test_torch_nn_Softshrink_lambda_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.2204608Z test_torch_nn_Softsign (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:29.2212114Z test_torch_nn_Softsign_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.2294398Z test_torch_nn_Softsign_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:29.2302424Z test_torch_nn_Softsign_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.2408115Z test_torch_nn_Tanh (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:29.2416020Z test_torch_nn_Tanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.2498201Z test_torch_nn_Tanh_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:29.2505944Z test_torch_nn_Tanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.2606337Z test_torch_nn_Tanhshrink (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:29.2613772Z test_torch_nn_Tanhshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.2695639Z test_torch_nn_Tanhshrink_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:29.2702789Z test_torch_nn_Tanhshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.2804198Z test_torch_nn_Threshold_large_value (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:29.2812392Z test_torch_nn_Threshold_large_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.2911664Z test_torch_nn_Threshold_threshold_value (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:29.2920010Z test_torch_nn_Threshold_threshold_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.2999057Z test_torch_nn_Threshold_threshold_value_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:29.3006849Z test_torch_nn_Threshold_threshold_value_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.3537850Z test_torch_nn_TransformerDecoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.052s) 2022-09-27T16:18:29.3547066Z test_torch_nn_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.4084988Z test_torch_nn_TransformerDecoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.053s) 2022-09-27T16:18:29.4094137Z test_torch_nn_TransformerDecoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.4491491Z test_torch_nn_TransformerEncoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.039s) 2022-09-27T16:18:29.4500797Z test_torch_nn_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.4905182Z test_torch_nn_TransformerEncoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.040s) 2022-09-27T16:18:29.4914735Z test_torch_nn_TransformerEncoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.6802315Z test_torch_nn_Transformer_multilayer_coder (__main__.TestCppApiParity) ... ok (0.188s) 2022-09-27T16:18:29.6812088Z test_torch_nn_Transformer_multilayer_coder_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.6906057Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:29.6914598Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.7002524Z test_torch_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:29.7010151Z test_torch_nn_TripletMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.7095891Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:29.7104070Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.7198199Z test_torch_nn_Unflatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:29.7206499Z test_torch_nn_Unflatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.7317089Z test_torch_nn_Unfold (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:29.7324838Z test_torch_nn_Unfold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.7434029Z test_torch_nn_Unfold_int_input (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:29.7442567Z test_torch_nn_Unfold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.7559432Z test_torch_nn_ZeroPad2d (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:29.7690671Z test_torch_nn_ZeroPad2d_complex (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:29.7700273Z test_torch_nn_ZeroPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.7708644Z test_torch_nn_ZeroPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.7803892Z test_torch_nn_ZeroPad2d_negative_dims (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:29.7812701Z test_torch_nn_ZeroPad2d_negative_dims_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:29.7915819Z test_torch_nn_ZeroPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:29.7923884Z test_torch_nn_ZeroPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:30.0964531Z test_torch_nn_functional_BCELoss_no_reduce (__main__.TestCppApiParity) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/cpp_api_parity/functional_impl_check.py line 99 2022-09-27T16:18:30.0965316Z due to: 2022-09-27T16:18:30.0965650Z Traceback (most recent call last): 2022-09-27T16:18:30.0966064Z File "", line 1, in 2022-09-27T16:18:30.0966583Z NameError: name 'Storage' is not defined 2022-09-27T16:18:30.0966748Z 2022-09-27T16:18:30.0966821Z from user code: 2022-09-27T16:18:30.0967137Z File "/var/lib/jenkins/workspace/test/cpp_api_parity/functional_impl_check.py", line 100, in 2022-09-27T16:18:30.0967660Z cpp_output = torch.load(forward_output_file_path) 2022-09-27T16:18:30.0967811Z 2022-09-27T16:18:30.0967931Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:30.0968157Z ========== 2022-09-27T16:18:30.1667664Z ok (0.374s) 2022-09-27T16:18:30.1676495Z test_torch_nn_functional_BCELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:30.4505881Z test_torch_nn_functional_BCELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.282s) 2022-09-27T16:18:30.4514400Z test_torch_nn_functional_BCELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:30.7476315Z test_torch_nn_functional_BCELoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.296s) 2022-09-27T16:18:30.7483841Z test_torch_nn_functional_BCELoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.0466846Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.298s) 2022-09-27T16:18:31.0474710Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.1670553Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum (__main__.TestCppApiParity) ... /opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-09-27T16:18:31.1671043Z warnings.warn(warning.format(ret)) 2022-09-27T16:18:31.2262032Z ok (0.178s) 2022-09-27T16:18:31.2270034Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.4043405Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.177s) 2022-09-27T16:18:31.4052051Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.5831663Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.177s) 2022-09-27T16:18:31.5840491Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.8721300Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.287s) 2022-09-27T16:18:31.8730121Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.8792397Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:31.8800731Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.8852033Z test_torch_nn_functional_HuberLoss_delta (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:31.8860199Z test_torch_nn_functional_HuberLoss_delta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.8917944Z test_torch_nn_functional_KLDivLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:31.8925519Z test_torch_nn_functional_KLDivLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.8985006Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:31.8992513Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.9036755Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:31.9044227Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.9087918Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:31.9095750Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.9154460Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:31.9160983Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.9217064Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:31.9223726Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.9271891Z test_torch_nn_functional_L1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:31.9321589Z test_torch_nn_functional_L1Loss_no_reduce_complex (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:31.9328867Z test_torch_nn_functional_L1Loss_no_reduce_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.9335613Z test_torch_nn_functional_L1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.9376357Z test_torch_nn_functional_L1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:31.9382826Z test_torch_nn_functional_L1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.9446186Z test_torch_nn_functional_MSELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:31.9453300Z test_torch_nn_functional_MSELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.9495174Z test_torch_nn_functional_MSELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:31.9501940Z test_torch_nn_functional_MSELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.9543014Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:31.9549769Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.9589732Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:31.9596801Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.9641828Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:31.9648500Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.9693872Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:31.9700943Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.9751702Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:31.9758834Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.9809743Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:31.9817234Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.9864261Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:31.9871283Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.9917056Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:31.9924636Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:31.9970683Z test_torch_nn_functional_MultiMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:31.9979434Z test_torch_nn_functional_MultiMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.0026716Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.0034670Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.0080013Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.0087561Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.0138482Z test_torch_nn_functional_NLLLoss2d_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:32.0146749Z test_torch_nn_functional_NLLLoss2d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.0196262Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.0204300Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.0254677Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:32.0262178Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.0341210Z test_torch_nn_functional_NLLLossNd_no_reduce (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:32.0349661Z test_torch_nn_functional_NLLLossNd_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.0426657Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:32.0435384Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.0517754Z test_torch_nn_functional_NLLLossNd_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:32.0525817Z test_torch_nn_functional_NLLLossNd_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.0574492Z test_torch_nn_functional_NLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.0582367Z test_torch_nn_functional_NLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.0628399Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.0635965Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.0681946Z test_torch_nn_functional_NLLLoss_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.0689329Z test_torch_nn_functional_NLLLoss_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.0748054Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:32.0755945Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.0804777Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.0811797Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.0879111Z test_torch_nn_functional_Padding122112_3dcircular (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:32.0886683Z test_torch_nn_functional_Padding122112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.0938447Z test_torch_nn_functional_Padding1221_2dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:32.0945922Z test_torch_nn_functional_Padding1221_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.0990660Z test_torch_nn_functional_Padding12_1dcircular (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.0997794Z test_torch_nn_functional_Padding12_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.1049004Z test_torch_nn_functional_Padding2322_2dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:32.1056056Z test_torch_nn_functional_Padding2322_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.1101395Z test_torch_nn_functional_Padding31_1dcircular (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.1108784Z test_torch_nn_functional_Padding31_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.1182293Z test_torch_nn_functional_Padding322112_3dcircular (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:32.1190231Z test_torch_nn_functional_Padding322112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.1278579Z test_torch_nn_functional_Padding332122_3dcircular (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:32.1287658Z test_torch_nn_functional_Padding332122_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.1344685Z test_torch_nn_functional_Padding3331_2dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:32.1352225Z test_torch_nn_functional_Padding3331_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.1400792Z test_torch_nn_functional_Padding33_1dcircular (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.1408341Z test_torch_nn_functional_Padding33_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.1466535Z test_torch_nn_functional_PoissonNLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:32.1474281Z test_torch_nn_functional_PoissonNLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.1523838Z test_torch_nn_functional_SmoothL1Loss_beta (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.1531420Z test_torch_nn_functional_SmoothL1Loss_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.1584673Z test_torch_nn_functional_SmoothL1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:32.1592659Z test_torch_nn_functional_SmoothL1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.1636114Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.1644058Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.1691655Z test_torch_nn_functional_SmoothL1Loss_zero_beta (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.1698763Z test_torch_nn_functional_SmoothL1Loss_zero_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.1748656Z test_torch_nn_functional_SoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.1756220Z test_torch_nn_functional_SoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.1831167Z test_torch_nn_functional_interpolate_bicubic_2d (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:32.1839939Z test_torch_nn_functional_interpolate_bicubic_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.1885563Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.1892521Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.1983941Z test_torch_nn_functional_interpolate_bicubic_scale_2d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:32.1991998Z test_torch_nn_functional_interpolate_bicubic_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.2052470Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:32.2060027Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.2112506Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:32.2162900Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:32.2169929Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.2176819Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.2224362Z test_torch_nn_functional_interpolate_bicubic_tuple_2d (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.2271628Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.2278768Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.2285955Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.2360655Z test_torch_nn_functional_interpolate_bilinear_2d (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:32.2369071Z test_torch_nn_functional_interpolate_bilinear_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.2408151Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.003s) 2022-09-27T16:18:32.2415059Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.2509524Z test_torch_nn_functional_interpolate_bilinear_scale_2d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:32.2517951Z test_torch_nn_functional_interpolate_bilinear_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.2578338Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:32.2586004Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.2641031Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:32.2694413Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:32.2701180Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.2708340Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.2756859Z test_torch_nn_functional_interpolate_bilinear_tuple_2d (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.2803374Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.2810096Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.2816788Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.2861585Z test_torch_nn_functional_interpolate_linear_1d (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.2907924Z test_torch_nn_functional_interpolate_linear_1d_align_corners (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.2915030Z test_torch_nn_functional_interpolate_linear_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.2921952Z test_torch_nn_functional_interpolate_linear_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.2964220Z test_torch_nn_functional_interpolate_linear_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.2971002Z test_torch_nn_functional_interpolate_linear_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.3021517Z test_torch_nn_functional_interpolate_linear_scale_1d (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:32.3068014Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.3075173Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.3081797Z test_torch_nn_functional_interpolate_linear_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.3125106Z test_torch_nn_functional_interpolate_linear_tuple_1d (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.3131838Z test_torch_nn_functional_interpolate_linear_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.3178651Z test_torch_nn_functional_interpolate_nearest_1d (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.3185145Z test_torch_nn_functional_interpolate_nearest_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.3227079Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.3234789Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.3304297Z test_torch_nn_functional_interpolate_nearest_2d (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:32.3311662Z test_torch_nn_functional_interpolate_nearest_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.3432692Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:32.3440444Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.3484295Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.3491765Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.3602063Z test_torch_nn_functional_interpolate_nearest_3d (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:32.3610105Z test_torch_nn_functional_interpolate_nearest_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.3653642Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.3660588Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.3708941Z test_torch_nn_functional_interpolate_nearest_scale_1d (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.3715987Z test_torch_nn_functional_interpolate_nearest_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.3805064Z test_torch_nn_functional_interpolate_nearest_scale_2d (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:32.3812613Z test_torch_nn_functional_interpolate_nearest_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.3921142Z test_torch_nn_functional_interpolate_nearest_scale_3d (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:32.3928579Z test_torch_nn_functional_interpolate_nearest_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.3974686Z test_torch_nn_functional_interpolate_nearest_tuple_1d (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.3981695Z test_torch_nn_functional_interpolate_nearest_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.4057659Z test_torch_nn_functional_interpolate_nearest_tuple_2d (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:32.4065512Z test_torch_nn_functional_interpolate_nearest_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.4180875Z test_torch_nn_functional_interpolate_nearest_tuple_3d (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:32.4188805Z test_torch_nn_functional_interpolate_nearest_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.4302238Z test_torch_nn_functional_interpolate_trilinear_3d (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:32.4310667Z test_torch_nn_functional_interpolate_trilinear_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.4354821Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.4361636Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.4471909Z test_torch_nn_functional_interpolate_trilinear_scale_3d (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:32.4584911Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:32.4594330Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.4601854Z test_torch_nn_functional_interpolate_trilinear_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.4682673Z test_torch_nn_functional_interpolate_trilinear_tuple_3d (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:32.4758147Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:32.4765745Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.4772888Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.4832193Z test_torch_nn_functional_log_softmax_dim0 (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:32.4839830Z test_torch_nn_functional_log_softmax_dim0_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.4901173Z test_torch_nn_functional_log_softmax_dim3 (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:32.4909524Z test_torch_nn_functional_log_softmax_dim3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.4981767Z test_torch_nn_functional_log_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:32.4989963Z test_torch_nn_functional_log_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.5030623Z test_torch_nn_functional_log_softmax_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.5037874Z test_torch_nn_functional_log_softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.5093819Z test_torch_nn_functional_log_softmax_spatial (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:32.5101056Z test_torch_nn_functional_log_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.5158590Z test_torch_nn_functional_log_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:32.5166566Z test_torch_nn_functional_log_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.5209078Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.5217437Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.5296699Z test_torch_nn_functional_sample_functional_has_parity (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:32.5305188Z test_torch_nn_functional_sample_functional_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.5384912Z test_torch_nn_functional_sample_functional_no_parity (__main__.TestCppApiParity) ... expected failure (0.007s) 2022-09-27T16:18:32.5391987Z test_torch_nn_functional_sample_functional_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.5454807Z test_torch_nn_functional_softmax_functional_dim0 (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:32.5463408Z test_torch_nn_functional_softmax_functional_dim0_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:32.5520452Z test_torch_nn_functional_softmax_functional_dim3 (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:32.5528389Z test_torch_nn_functional_softmax_functional_dim3_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:32.5568400Z test_torch_nn_functional_softmax_functional_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:32.5575425Z test_torch_nn_functional_softmax_functional_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:32.5642868Z test_torch_nn_functional_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:32.5650555Z test_torch_nn_functional_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.5720455Z test_torch_nn_functional_softmax_lastdim_dtype (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:32.5728130Z test_torch_nn_functional_softmax_lastdim_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:32.5781693Z test_torch_nn_functional_softmax_spatial (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:32.5789019Z test_torch_nn_functional_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.5842263Z test_torch_nn_functional_softmax_spatial_dtype (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:32.5850361Z test_torch_nn_functional_softmax_spatial_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:32.5907622Z test_torch_nn_functional_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:32.5915359Z test_torch_nn_functional_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:32.5916376Z 2022-09-27T16:18:32.5916983Z ---------------------------------------------------------------------- 2022-09-27T16:18:32.5917492Z Ran 1100 tests in 19.477s 2022-09-27T16:18:32.5917709Z 2022-09-27T16:18:32.5917874Z OK (skipped=550, expected failures=17) 2022-09-27T16:18:32.5918093Z 2022-09-27T16:18:32.5918233Z Generating XML reports... 2022-09-27T16:18:32.6865168Z Generated XML report: test-reports/python-unittest/test_cpp_api_parity/TEST-TestCppApiParity-20220927161813.xml 2022-09-27T16:18:33.2308011Z Running test_type_promotion ... [2022-09-27 16:18:33.230413] 2022-09-27T16:18:33.2308536Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_promotion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:33.230494] 2022-09-27T16:18:34.8069859Z Test results will be stored in test-reports/python-unittest/test_type_promotion 2022-09-27T16:18:34.8150596Z 2022-09-27T16:18:34.8150743Z Running tests... 2022-09-27T16:18:34.8151393Z ---------------------------------------------------------------------- 2022-09-27T16:18:34.8869629Z test_add_wrapped_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT wrapped_fn test_type_promotion.py line 31 2022-09-27T16:18:34.8870147Z due to: 2022-09-27T16:18:34.8870352Z Traceback (most recent call last): 2022-09-27T16:18:34.8870636Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:18:34.8871064Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:18:34.8871520Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:18:34.8871723Z 2022-09-27T16:18:34.8871794Z from user code: 2022-09-27T16:18:34.8872014Z File "test_type_promotion.py", line 33, in wrapped_fn 2022-09-27T16:18:34.8872241Z cur_dtype = torch.get_default_dtype() 2022-09-27T16:18:34.8872373Z 2022-09-27T16:18:34.8872504Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:34.8872720Z ========== 2022-09-27T16:18:35.0126539Z ok (0.129s) 2022-09-27T16:18:35.0315481Z test_alpha_mismatch_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 419 2022-09-27T16:18:35.0316139Z due to: 2022-09-27T16:18:35.0316466Z Traceback (most recent call last): 2022-09-27T16:18:35.0317111Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:18:35.0317599Z return self._op(*args, **kwargs or {}) 2022-09-27T16:18:35.0318122Z RuntimeError: For integral input tensors, argument alpha must not be a floating point number. 2022-09-27T16:18:35.0318470Z 2022-09-27T16:18:35.0318700Z The above exception was the direct cause of the following exception: 2022-09-27T16:18:35.0319001Z 2022-09-27T16:18:35.0319161Z Traceback (most recent call last): 2022-09-27T16:18:35.0319660Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:18:35.0320159Z raise TorchRuntimeError() from e 2022-09-27T16:18:35.0320562Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:18:35.0320818Z 2022-09-27T16:18:35.0320941Z from user code: 2022-09-27T16:18:35.0321319Z File "test_type_promotion.py", line 419, in 2022-09-27T16:18:35.0321714Z lambda: torch.add(x, x, alpha=1.1)) 2022-09-27T16:18:35.0321942Z 2022-09-27T16:18:35.0322504Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:35.0322896Z ========== 2022-09-27T16:18:35.0513298Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 422 2022-09-27T16:18:35.0513818Z due to: 2022-09-27T16:18:35.0514131Z Traceback (most recent call last): 2022-09-27T16:18:35.0514822Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:18:35.0515310Z return self._op(*args, **kwargs or {}) 2022-09-27T16:18:35.0515813Z RuntimeError: For integral input tensors, argument alpha must not be a floating point number. 2022-09-27T16:18:35.0516477Z 2022-09-27T16:18:35.0516731Z The above exception was the direct cause of the following exception: 2022-09-27T16:18:35.0517028Z 2022-09-27T16:18:35.0517192Z Traceback (most recent call last): 2022-09-27T16:18:35.0517694Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:18:35.0518175Z raise TorchRuntimeError() from e 2022-09-27T16:18:35.0518601Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:18:35.0518857Z 2022-09-27T16:18:35.0518978Z from user code: 2022-09-27T16:18:35.0519334Z File "test_type_promotion.py", line 422, in 2022-09-27T16:18:35.0519744Z lambda: torch.add(x, x, alpha=1.1)) 2022-09-27T16:18:35.0519975Z 2022-09-27T16:18:35.0520212Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:35.0520601Z ========== 2022-09-27T16:18:35.0708762Z ok (0.058s) 2022-09-27T16:18:35.0911881Z test_alternate_result_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 328 2022-09-27T16:18:35.0912510Z due to: 2022-09-27T16:18:35.0913072Z Traceback (most recent call last): 2022-09-27T16:18:35.0913767Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:18:35.0914254Z return self._op(*args, **kwargs or {}) 2022-09-27T16:18:35.0914873Z RuntimeError: result type Float can't be cast to the desired output type Long 2022-09-27T16:18:35.0915189Z 2022-09-27T16:18:35.0915419Z The above exception was the direct cause of the following exception: 2022-09-27T16:18:35.0915719Z 2022-09-27T16:18:35.0915887Z Traceback (most recent call last): 2022-09-27T16:18:35.0916394Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:18:35.0916881Z raise TorchRuntimeError() from e 2022-09-27T16:18:35.0917305Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:18:35.0917568Z 2022-09-27T16:18:35.0917689Z from user code: 2022-09-27T16:18:35.0918085Z File "test_type_promotion.py", line 328, in 2022-09-27T16:18:35.0918478Z lambda: torch.add(x, x, out=o)) 2022-09-27T16:18:35.0918696Z 2022-09-27T16:18:35.0918933Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:35.0919323Z ========== 2022-09-27T16:18:35.1226146Z ok (0.051s) 2022-09-27T16:18:35.1393939Z test_bfloat16_cpu (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:18:35.1597290Z test_booleans_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 430 2022-09-27T16:18:35.1597831Z due to: 2022-09-27T16:18:35.1598165Z Traceback (most recent call last): 2022-09-27T16:18:35.1598855Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:18:35.1599395Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:18:35.1599861Z AssertionError: Could not find common device for aten.add.Tensor 2022-09-27T16:18:35.1600130Z 2022-09-27T16:18:35.1600250Z from user code: 2022-09-27T16:18:35.1600670Z File "test_type_promotion.py", line 431, in 2022-09-27T16:18:35.1601131Z self.assertEqual(torch.add(True, True), True) 2022-09-27T16:18:35.1601352Z 2022-09-27T16:18:35.1601565Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:35.1602220Z ========== 2022-09-27T16:18:35.1614120Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 436 2022-09-27T16:18:35.1614586Z due to: 2022-09-27T16:18:35.1614908Z Traceback (most recent call last): 2022-09-27T16:18:35.1615645Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:18:35.1616259Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:18:35.1616774Z AssertionError: Could not find common device for aten.add.Tensor 2022-09-27T16:18:35.1617273Z 2022-09-27T16:18:35.1617400Z from user code: 2022-09-27T16:18:35.1617773Z File "test_type_promotion.py", line 436, in 2022-09-27T16:18:35.1618170Z lambda: torch.add(1, 1, alpha=True)) 2022-09-27T16:18:35.1618397Z 2022-09-27T16:18:35.1618630Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:35.1619026Z ========== 2022-09-27T16:18:35.1655871Z test_type_promotion.py:438: UserWarning: This overload of add is deprecated: 2022-09-27T16:18:35.1656336Z add(Tensor input, Number alpha, Tensor other, *, Tensor out) 2022-09-27T16:18:35.1656728Z Consider using one of the following signatures instead: 2022-09-27T16:18:35.1657354Z add(Tensor input, Tensor other, *, Number alpha, Tensor out) (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/python_arg_parser.cpp:1418.) 2022-09-27T16:18:35.1657922Z torch.tensor(True, device=device), True), 2022-09-27T16:18:35.1700044Z ok (0.030s) 2022-09-27T16:18:35.1737497Z test_can_cast_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_can_cast test_type_promotion.py line 533 2022-09-27T16:18:35.1738045Z due to: 2022-09-27T16:18:35.1738319Z Traceback (most recent call last): 2022-09-27T16:18:35.1738771Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:18:35.1739520Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:18:35.1740304Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:18:35.1740646Z 2022-09-27T16:18:35.1740769Z from user code: 2022-09-27T16:18:35.1741158Z File "test_type_promotion.py", line 535, in test_can_cast 2022-09-27T16:18:35.1741645Z self.assertTrue(torch.can_cast(torch.double, torch.float)) 2022-09-27T16:18:35.1741944Z 2022-09-27T16:18:35.1742175Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:35.1742578Z ========== 2022-09-27T16:18:35.1742869Z ok (0.003s) 2022-09-27T16:18:35.2135549Z test_cat_different_dtypes_cpu (__main__.TestTypePromotionCPU) ... ok (0.039s) 2022-09-27T16:18:36.7962689Z test_cat_out_different_dtypes_cpu (__main__.TestTypePromotionCPU) ... ok (1.582s) 2022-09-27T16:18:36.8560042Z test_clamp_type_promotion_cpu_bool_bool_bool (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT expected_type test_type_promotion.py line 1134 2022-09-27T16:18:36.8560696Z due to: 2022-09-27T16:18:36.8560992Z Traceback (most recent call last): 2022-09-27T16:18:36.8561469Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:18:36.8562182Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:18:36.8562971Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:18:36.8563342Z 2022-09-27T16:18:36.8563472Z from user code: 2022-09-27T16:18:36.8563838Z File "test_type_promotion.py", line 1139, in expected_type 2022-09-27T16:18:36.8564244Z exp_type = torch.result_type(inp, arg1) 2022-09-27T16:18:36.8564471Z 2022-09-27T16:18:36.8564678Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:36.8565370Z ========== 2022-09-27T16:18:36.8577751Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT expected_type test_type_promotion.py line 1153 2022-09-27T16:18:36.8578152Z due to: 2022-09-27T16:18:36.8578441Z Traceback (most recent call last): 2022-09-27T16:18:36.8578931Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:18:36.8579612Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:18:36.8580399Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:18:36.8580990Z 2022-09-27T16:18:36.8581110Z from user code: 2022-09-27T16:18:36.8581475Z File "test_type_promotion.py", line 1154, in expected_type 2022-09-27T16:18:36.8581844Z return torch.result_type(inp, val) 2022-09-27T16:18:36.8582034Z 2022-09-27T16:18:36.8582241Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:36.8582645Z ========== 2022-09-27T16:18:36.8582914Z ok (0.061s) 2022-09-27T16:18:36.9105563Z test_clamp_type_promotion_cpu_bool_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.052s) 2022-09-27T16:18:36.9619726Z test_clamp_type_promotion_cpu_bool_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.051s) 2022-09-27T16:18:37.0002291Z test_clamp_type_promotion_cpu_bool_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.038s) 2022-09-27T16:18:37.1208830Z test_clamp_type_promotion_cpu_bool_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.120s) 2022-09-27T16:18:37.1601088Z test_clamp_type_promotion_cpu_bool_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.039s) 2022-09-27T16:18:37.1992604Z test_clamp_type_promotion_cpu_bool_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.038s) 2022-09-27T16:18:37.2400160Z test_clamp_type_promotion_cpu_bool_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.040s) 2022-09-27T16:18:37.2538650Z test_clamp_type_promotion_cpu_bool_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:18:37.2641773Z test_clamp_type_promotion_cpu_bool_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:18:37.2697064Z test_clamp_type_promotion_cpu_bool_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.2796570Z test_clamp_type_promotion_cpu_bool_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-09-27T16:18:37.2847536Z test_clamp_type_promotion_cpu_bool_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:18:37.2899527Z test_clamp_type_promotion_cpu_bool_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.2950145Z test_clamp_type_promotion_cpu_bool_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.3000248Z test_clamp_type_promotion_cpu_bool_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:18:37.3064943Z test_clamp_type_promotion_cpu_float32_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:37.3125667Z test_clamp_type_promotion_cpu_float32_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:37.3186103Z test_clamp_type_promotion_cpu_float32_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.3246909Z test_clamp_type_promotion_cpu_float32_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:37.3307387Z test_clamp_type_promotion_cpu_float32_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.3369524Z test_clamp_type_promotion_cpu_float32_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:37.3432110Z test_clamp_type_promotion_cpu_float32_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:37.3493487Z test_clamp_type_promotion_cpu_float32_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:37.3556824Z test_clamp_type_promotion_cpu_float32_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:37.3619253Z test_clamp_type_promotion_cpu_float32_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:37.3681057Z test_clamp_type_promotion_cpu_float32_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:37.3740684Z test_clamp_type_promotion_cpu_float32_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.3801007Z test_clamp_type_promotion_cpu_float32_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:37.3862073Z test_clamp_type_promotion_cpu_float32_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:37.3922793Z test_clamp_type_promotion_cpu_float32_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:37.3985714Z test_clamp_type_promotion_cpu_float32_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:37.4047918Z test_clamp_type_promotion_cpu_float64_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:37.4107393Z test_clamp_type_promotion_cpu_float64_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.4167606Z test_clamp_type_promotion_cpu_float64_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.4227582Z test_clamp_type_promotion_cpu_float64_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.4288314Z test_clamp_type_promotion_cpu_float64_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:37.4351146Z test_clamp_type_promotion_cpu_float64_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:37.4414120Z test_clamp_type_promotion_cpu_float64_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:37.4474128Z test_clamp_type_promotion_cpu_float64_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.4533169Z test_clamp_type_promotion_cpu_float64_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.4594147Z test_clamp_type_promotion_cpu_float64_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:37.4655673Z test_clamp_type_promotion_cpu_float64_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:37.4715636Z test_clamp_type_promotion_cpu_float64_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.4778253Z test_clamp_type_promotion_cpu_float64_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:37.4840440Z test_clamp_type_promotion_cpu_float64_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:37.4902829Z test_clamp_type_promotion_cpu_float64_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:37.4966600Z test_clamp_type_promotion_cpu_float64_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:37.5025536Z test_clamp_type_promotion_cpu_int32_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.5081819Z test_clamp_type_promotion_cpu_int32_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.5136924Z test_clamp_type_promotion_cpu_int32_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.5193962Z test_clamp_type_promotion_cpu_int32_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.5247014Z test_clamp_type_promotion_cpu_int32_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.5300557Z test_clamp_type_promotion_cpu_int32_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.5353807Z test_clamp_type_promotion_cpu_int32_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.5405812Z test_clamp_type_promotion_cpu_int32_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.5457953Z test_clamp_type_promotion_cpu_int32_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.5511008Z test_clamp_type_promotion_cpu_int32_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.5563440Z test_clamp_type_promotion_cpu_int32_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.5614525Z test_clamp_type_promotion_cpu_int32_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.5669221Z test_clamp_type_promotion_cpu_int32_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.5723420Z test_clamp_type_promotion_cpu_int32_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.5777079Z test_clamp_type_promotion_cpu_int32_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.5832365Z test_clamp_type_promotion_cpu_int32_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:37.5937026Z test_comparison_ops_with_type_promotion_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_comparison_ops_with_type_promotion test_type_promotion.py line 538 2022-09-27T16:18:37.5937393Z due to: 2022-09-27T16:18:37.5937593Z Traceback (most recent call last): 2022-09-27T16:18:37.5937866Z File "/var/lib/jenkins/torchdynamo/torchdynamo/codegen.py", line 238, in create_load_const 2022-09-27T16:18:37.5938167Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-09-27T16:18:37.5938423Z AssertionError: unsafe constant torch.uint8 2022-09-27T16:18:37.5938562Z 2022-09-27T16:18:37.5938627Z from user code: 2022-09-27T16:18:37.5938879Z File "test_type_promotion.py", line 557, in test_comparison_ops_with_type_promotion 2022-09-27T16:18:37.5939140Z compare_op=lambda x, y: x < y, 2022-09-27T16:18:37.5939262Z 2022-09-27T16:18:37.5939394Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:37.5939603Z ========== 2022-09-27T16:18:37.5973713Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 555 2022-09-27T16:18:37.5974202Z due to: 2022-09-27T16:18:37.5974441Z Traceback (most recent call last): 2022-09-27T16:18:37.5974726Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 243, in call_function 2022-09-27T16:18:37.5975081Z assert name in tx.symbolic_locals 2022-09-27T16:18:37.5975277Z AssertionError 2022-09-27T16:18:37.5975373Z 2022-09-27T16:18:37.5975442Z from user code: 2022-09-27T16:18:37.5975655Z File "test_type_promotion.py", line 555, in 2022-09-27T16:18:37.5975954Z out_op=lambda x, y, d: torch.lt(x, y, out=torch.empty(0, dtype=torch.bool, device=d)), 2022-09-27T16:18:37.5976132Z 2022-09-27T16:18:37.5976250Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:37.5976471Z ========== 2022-09-27T16:18:37.6413349Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 561 2022-09-27T16:18:37.6414644Z due to: 2022-09-27T16:18:37.6414848Z Traceback (most recent call last): 2022-09-27T16:18:37.6415183Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 243, in call_function 2022-09-27T16:18:37.6415460Z assert name in tx.symbolic_locals 2022-09-27T16:18:37.6415679Z AssertionError 2022-09-27T16:18:37.6415818Z 2022-09-27T16:18:37.6415888Z from user code: 2022-09-27T16:18:37.6416101Z File "test_type_promotion.py", line 561, in 2022-09-27T16:18:37.6416378Z out_op=lambda x, y, d: torch.le(x, y, out=torch.empty(0, dtype=torch.bool, device=d)), 2022-09-27T16:18:37.6416618Z 2022-09-27T16:18:37.6416755Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:37.6416972Z ========== 2022-09-27T16:18:37.6859190Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 567 2022-09-27T16:18:37.6859685Z due to: 2022-09-27T16:18:37.6859965Z Traceback (most recent call last): 2022-09-27T16:18:37.6860466Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 243, in call_function 2022-09-27T16:18:37.6860729Z assert name in tx.symbolic_locals 2022-09-27T16:18:37.6860923Z AssertionError 2022-09-27T16:18:37.6861030Z 2022-09-27T16:18:37.6861101Z from user code: 2022-09-27T16:18:37.6861299Z File "test_type_promotion.py", line 567, in 2022-09-27T16:18:37.6861589Z out_op=lambda x, y, d: torch.gt(x, y, out=torch.empty(0, dtype=torch.bool, device=d)), 2022-09-27T16:18:37.6861765Z 2022-09-27T16:18:37.6861897Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:37.6862114Z ========== 2022-09-27T16:18:37.7294278Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 573 2022-09-27T16:18:37.7294807Z due to: 2022-09-27T16:18:37.7295014Z Traceback (most recent call last): 2022-09-27T16:18:37.7295299Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 243, in call_function 2022-09-27T16:18:37.7295582Z assert name in tx.symbolic_locals 2022-09-27T16:18:37.7295765Z AssertionError 2022-09-27T16:18:37.7295872Z 2022-09-27T16:18:37.7295941Z from user code: 2022-09-27T16:18:37.7296152Z File "test_type_promotion.py", line 573, in 2022-09-27T16:18:37.7296426Z out_op=lambda x, y, d: torch.ge(x, y, out=torch.empty(0, dtype=torch.bool, device=d)), 2022-09-27T16:18:37.7296604Z 2022-09-27T16:18:37.7296734Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:37.7296950Z ========== 2022-09-27T16:18:37.7736145Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 579 2022-09-27T16:18:37.7736636Z due to: 2022-09-27T16:18:37.7736955Z Traceback (most recent call last): 2022-09-27T16:18:37.7737249Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 243, in call_function 2022-09-27T16:18:37.7737512Z assert name in tx.symbolic_locals 2022-09-27T16:18:37.7737704Z AssertionError 2022-09-27T16:18:37.7737810Z 2022-09-27T16:18:37.7737887Z from user code: 2022-09-27T16:18:37.7738087Z File "test_type_promotion.py", line 579, in 2022-09-27T16:18:37.7738375Z out_op=lambda x, y, d: torch.eq(x, y, out=torch.empty(0, dtype=torch.bool, device=d)), 2022-09-27T16:18:37.7738549Z 2022-09-27T16:18:37.7738679Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:37.7738896Z ========== 2022-09-27T16:18:37.8284803Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 585 2022-09-27T16:18:37.8285326Z due to: 2022-09-27T16:18:37.8285602Z Traceback (most recent call last): 2022-09-27T16:18:37.8285886Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/torch.py", line 243, in call_function 2022-09-27T16:18:37.8286229Z assert name in tx.symbolic_locals 2022-09-27T16:18:37.8286425Z AssertionError 2022-09-27T16:18:37.8286532Z 2022-09-27T16:18:37.8286601Z from user code: 2022-09-27T16:18:37.8286803Z File "test_type_promotion.py", line 585, in 2022-09-27T16:18:37.8287096Z out_op=lambda x, y, d: torch.ne(x, y, out=torch.empty(0, dtype=torch.bool, device=d)), 2022-09-27T16:18:37.8287273Z 2022-09-27T16:18:37.8287403Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:37.8287605Z ========== 2022-09-27T16:18:37.9836435Z ok (0.400s) 2022-09-27T16:18:38.2704939Z test_complex_assertraises_cpu (__main__.TestTypePromotionCPU) ... test_type_promotion.py:650: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:18:38.2705468Z v = torch.tensor([2], dtype=dt2, device=device) 2022-09-27T16:18:38.2785183Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 651 2022-09-27T16:18:38.2785684Z due to: 2022-09-27T16:18:38.2786011Z Traceback (most recent call last): 2022-09-27T16:18:38.2786303Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:18:38.2786811Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:18:38.2787360Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T16:18:38.2787650Z 2022-09-27T16:18:38.2787789Z The above exception was the direct cause of the following exception: 2022-09-27T16:18:38.2787958Z 2022-09-27T16:18:38.2788051Z Traceback (most recent call last): 2022-09-27T16:18:38.2788310Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:18:38.2788652Z raise TorchRuntimeError() from e 2022-09-27T16:18:38.2788890Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:18:38.2789031Z 2022-09-27T16:18:38.2789100Z from user code: 2022-09-27T16:18:38.2789305Z File "test_type_promotion.py", line 651, in 2022-09-27T16:18:38.2789619Z self.assertRaises(RuntimeError, lambda: torch.tensor([op["compare_op"](u, v)], dtype=torch.bool)) 2022-09-27T16:18:38.2789821Z 2022-09-27T16:18:38.2789952Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:38.2790159Z ========== 2022-09-27T16:18:39.1124357Z ok (1.128s) 2022-09-27T16:18:39.1296812Z test_complex_half_cpu (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-09-27T16:18:39.2784252Z test_complex_promotion_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 147 2022-09-27T16:18:39.2784665Z due to: 2022-09-27T16:18:39.2784896Z Traceback (most recent call last): 2022-09-27T16:18:39.2785182Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:18:39.2785682Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:18:39.2786214Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:18:39.2786477Z 2022-09-27T16:18:39.2786549Z from user code: 2022-09-27T16:18:39.2786789Z File "test_type_promotion.py", line 148, in 2022-09-27T16:18:39.2787158Z self.assertEqual(torch.result_type(s, t), expected_dtype) 2022-09-27T16:18:39.2787315Z 2022-09-27T16:18:39.2787446Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:39.2787667Z ========== 2022-09-27T16:18:39.5312414Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 167 2022-09-27T16:18:39.5312732Z due to: 2022-09-27T16:18:39.5313157Z Traceback (most recent call last): 2022-09-27T16:18:39.5313427Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:18:39.5313930Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:18:39.5314395Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:18:39.5314672Z 2022-09-27T16:18:39.5314743Z from user code: 2022-09-27T16:18:39.5314981Z File "test_type_promotion.py", line 167, in 2022-09-27T16:18:39.5315273Z t = make_1d_tensor(dtype=torch.bfloat16) 2022-09-27T16:18:39.5315453Z 2022-09-27T16:18:39.5315586Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:39.5315789Z ========== 2022-09-27T16:18:39.5342415Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT complex_scalar_tensor_test test_type_promotion.py line 133 2022-09-27T16:18:39.5342925Z due to: 2022-09-27T16:18:39.5343259Z Traceback (most recent call last): 2022-09-27T16:18:39.5343571Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:18:39.5344004Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:18:39.5344702Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:18:39.5344969Z 2022-09-27T16:18:39.5345048Z from user code: 2022-09-27T16:18:39.5345270Z File "test_type_promotion.py", line 145, in complex_scalar_tensor_test 2022-09-27T16:18:39.5345587Z expected_dtype = float_to_corresponding_complex_type_map[torch.get_default_dtype()] 2022-09-27T16:18:39.5345840Z 2022-09-27T16:18:39.5345974Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:39.5346180Z ========== 2022-09-27T16:18:39.6318390Z ok (0.501s) 2022-09-27T16:18:39.6499541Z test_complex_scalar_mult_tensor_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-09-27T16:18:39.7282399Z test_computation_ignores_out_cpu (__main__.TestTypePromotionCPU) ... ok (0.078s) 2022-09-27T16:18:39.7529029Z test_create_bool_tensors_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 445 2022-09-27T16:18:39.7529655Z due to: 2022-09-27T16:18:39.7529967Z Traceback (most recent call last): 2022-09-27T16:18:39.7530464Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:18:39.7531272Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:18:39.7532070Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:18:39.7532282Z 2022-09-27T16:18:39.7532341Z from user code: 2022-09-27T16:18:39.7532596Z File "test_type_promotion.py", line 446, in 2022-09-27T16:18:39.7532912Z expected = torch.tensor([0, 0.5], dtype=torch.get_default_dtype(), device=device) 2022-09-27T16:18:39.7533089Z 2022-09-27T16:18:39.7533219Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:39.7533425Z ========== 2022-09-27T16:18:39.7547059Z ok (0.026s) 2022-09-27T16:18:39.7628193Z test_div_promotion_cpu_bool (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_div_promotion test_type_promotion.py line 722 2022-09-27T16:18:39.7628547Z due to: 2022-09-27T16:18:39.7628736Z Traceback (most recent call last): 2022-09-27T16:18:39.7629025Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:18:39.7629463Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:18:39.7629930Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:18:39.7630137Z 2022-09-27T16:18:39.7630210Z from user code: 2022-09-27T16:18:39.7630427Z File "test_type_promotion.py", line 730, in test_div_promotion 2022-09-27T16:18:39.7630750Z casting_result = dividend.to(torch.get_default_dtype()) / divisor.to(torch.get_default_dtype()) 2022-09-27T16:18:39.7630947Z 2022-09-27T16:18:39.7631082Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:39.7631288Z ========== 2022-09-27T16:18:39.7642609Z ok (0.009s) 2022-09-27T16:18:39.7673633Z test_div_promotion_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:39.7702916Z test_div_promotion_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:39.7731496Z test_div_promotion_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:39.7760019Z test_div_promotion_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:39.7788158Z test_div_promotion_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:39.8061761Z test_div_promotion_inplace_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.027s) 2022-09-27T16:18:39.8090985Z test_div_promotion_inplace_cpu_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:39.8116884Z test_div_promotion_inplace_cpu_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:39.8293290Z test_div_promotion_inplace_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-09-27T16:18:39.8471678Z test_div_promotion_inplace_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-09-27T16:18:39.8650749Z test_div_promotion_inplace_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-09-27T16:18:39.8828490Z test_div_promotion_inplace_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-09-27T16:18:39.9005619Z test_div_promotion_inplace_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-09-27T16:18:39.9282520Z test_div_promotion_out_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.027s) 2022-09-27T16:18:39.9311867Z test_div_promotion_out_cpu_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:39.9339562Z test_div_promotion_out_cpu_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:39.9516044Z test_div_promotion_out_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-09-27T16:18:39.9694274Z test_div_promotion_out_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-09-27T16:18:39.9873610Z test_div_promotion_out_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-09-27T16:18:40.0050966Z test_div_promotion_out_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-09-27T16:18:40.0228916Z test_div_promotion_out_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-09-27T16:18:40.0635521Z test_float_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.040s) 2022-09-27T16:18:40.0967386Z test_from_issue_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 240 2022-09-27T16:18:40.0967987Z due to: 2022-09-27T16:18:40.0968321Z Traceback (most recent call last): 2022-09-27T16:18:40.0968863Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:18:40.0969470Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:18:40.0969927Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:18:40.0970118Z 2022-09-27T16:18:40.0970191Z from user code: 2022-09-27T16:18:40.0970435Z File "test_type_promotion.py", line 245, in 2022-09-27T16:18:40.0970725Z self.assertEqual((u + 5.5).dtype, torch.get_default_dtype()) 2022-09-27T16:18:40.0970881Z 2022-09-27T16:18:40.0971004Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:40.0971224Z ========== 2022-09-27T16:18:40.0975291Z ok (0.034s) 2022-09-27T16:18:40.1158667Z test_half_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 255 2022-09-27T16:18:40.1159165Z due to: 2022-09-27T16:18:40.1159444Z Traceback (most recent call last): 2022-09-27T16:18:40.1159878Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:18:40.1160340Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:18:40.1161219Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:18:40.1161611Z 2022-09-27T16:18:40.1161731Z from user code: 2022-09-27T16:18:40.1161980Z File "test_type_promotion.py", line 257, in 2022-09-27T16:18:40.1162280Z self.assertEqual((half + default_tensor).dtype, torch.get_default_dtype()) 2022-09-27T16:18:40.1162454Z 2022-09-27T16:18:40.1162611Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:40.1165878Z ========== 2022-09-27T16:18:40.1166308Z ok (0.018s) 2022-09-27T16:18:40.1450758Z test_indexing_cpu (__main__.TestTypePromotionCPU) ... ok (0.028s) 2022-09-27T16:18:40.1514265Z test_indexing_fail_cpu (__main__.TestTypePromotionCPU) ... skip: test doesn't currently work with torchdynamo (0.006s) 2022-09-27T16:18:40.1714335Z test_inplace_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 54 2022-09-27T16:18:40.1714869Z due to: 2022-09-27T16:18:40.1715240Z Traceback (most recent call last): 2022-09-27T16:18:40.1715944Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:18:40.1716331Z return self._op(*args, **kwargs or {}) 2022-09-27T16:18:40.1716866Z RuntimeError: result type Float can't be cast to the desired output type Int 2022-09-27T16:18:40.1717043Z 2022-09-27T16:18:40.1717181Z The above exception was the direct cause of the following exception: 2022-09-27T16:18:40.1717349Z 2022-09-27T16:18:40.1717428Z Traceback (most recent call last): 2022-09-27T16:18:40.1717709Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:18:40.1717995Z raise TorchRuntimeError() from e 2022-09-27T16:18:40.1718216Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:18:40.1718360Z 2022-09-27T16:18:40.1718430Z from user code: 2022-09-27T16:18:40.1718648Z File "test_type_promotion.py", line 54, in 2022-09-27T16:18:40.1719019Z self.assertRaisesRegex(RuntimeError, "can't be cast to", lambda: int_tensor.add_(1.5)) 2022-09-27T16:18:40.1719192Z 2022-09-27T16:18:40.1719322Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:40.1719538Z ========== 2022-09-27T16:18:40.2180142Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 68 2022-09-27T16:18:40.2180536Z due to: 2022-09-27T16:18:40.2180840Z Traceback (most recent call last): 2022-09-27T16:18:40.2181199Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:18:40.2181473Z return self._op(*args, **kwargs or {}) 2022-09-27T16:18:40.2181913Z RuntimeError: result type Byte can't be cast to the desired output type Bool 2022-09-27T16:18:40.2182223Z 2022-09-27T16:18:40.2182487Z The above exception was the direct cause of the following exception: 2022-09-27T16:18:40.2182798Z 2022-09-27T16:18:40.2182932Z Traceback (most recent call last): 2022-09-27T16:18:40.2183197Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:18:40.2183559Z raise TorchRuntimeError() from e 2022-09-27T16:18:40.2183947Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:18:40.2184213Z 2022-09-27T16:18:40.2184350Z from user code: 2022-09-27T16:18:40.2184738Z File "test_type_promotion.py", line 68, in 2022-09-27T16:18:40.2185132Z self.assertRaisesRegex(RuntimeError, "can't be cast to", lambda: bool_tensor.add_(uint8_tensor)) 2022-09-27T16:18:40.2185331Z 2022-09-27T16:18:40.2185463Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:40.2185667Z ========== 2022-09-27T16:18:40.2373586Z ok (0.085s) 2022-09-27T16:18:40.2537751Z test_int_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:18:40.2640461Z test_int_to_float_cpu (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:18:40.2874529Z test_integer_addcdiv_deprecated_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.023s) 2022-09-27T16:18:40.3097285Z test_integer_addcdiv_deprecated_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.022s) 2022-09-27T16:18:40.3321916Z test_integer_addcdiv_deprecated_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.022s) 2022-09-27T16:18:40.3542113Z test_integer_addcdiv_deprecated_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.021s) 2022-09-27T16:18:40.3761406Z test_integer_addcdiv_deprecated_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.021s) 2022-09-27T16:18:40.3830907Z test_lt_with_type_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:18:41.0943479Z test_many_promotions_cpu (__main__.TestTypePromotionCPU) ... ok (0.711s) 2022-09-27T16:18:41.1966738Z test_mixed_type_backward_cpu (__main__.TestTypePromotionCPU) ... ok (0.102s) 2022-09-27T16:18:41.2140674Z test_non_promoting_ops_cpu (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-09-27T16:18:41.2214043Z test_numpy_array_binary_ufunc_promotion_cpu_bool_bool (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_numpy_array_binary_ufunc_promotion test_type_promotion.py line 939 2022-09-27T16:18:41.2214456Z due to: 2022-09-27T16:18:41.2214641Z Traceback (most recent call last): 2022-09-27T16:18:41.2214941Z File "/var/lib/jenkins/torchdynamo/torchdynamo/codegen.py", line 238, in create_load_const 2022-09-27T16:18:41.2215443Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-09-27T16:18:41.2215697Z AssertionError: unsafe constant torch.bool 2022-09-27T16:18:41.2215836Z 2022-09-27T16:18:41.2215908Z from user code: 2022-09-27T16:18:41.2216147Z File "test_type_promotion.py", line 950, in test_numpy_array_binary_ufunc_promotion 2022-09-27T16:18:41.2216412Z a = np.array((1,), dtype=np_type) 2022-09-27T16:18:41.2216536Z 2022-09-27T16:18:41.2216669Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:41.2216887Z ========== 2022-09-27T16:18:41.2219323Z ok (0.007s) 2022-09-27T16:18:41.2249658Z test_numpy_array_binary_ufunc_promotion_cpu_bool_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2278392Z test_numpy_array_binary_ufunc_promotion_cpu_bool_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2307069Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2335468Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2363975Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2392665Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2420844Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2452429Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2481122Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2508973Z test_numpy_array_binary_ufunc_promotion_cpu_bool_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2537348Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2565355Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2594156Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2622528Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2651613Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2680459Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2711866Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2740821Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2769629Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2798163Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2827593Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2856187Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2884860Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2913277Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.2944481Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:18:41.2973865Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3001921Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3030590Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3059241Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3087565Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3115975Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3144219Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3172553Z test_numpy_array_binary_ufunc_promotion_cpu_float16_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3204470Z test_numpy_array_binary_ufunc_promotion_cpu_float16_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3233192Z test_numpy_array_binary_ufunc_promotion_cpu_float16_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3260697Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3288920Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3317474Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3345643Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3374298Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3402464Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3433808Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:18:41.3462064Z test_numpy_array_binary_ufunc_promotion_cpu_float16_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3490295Z test_numpy_array_binary_ufunc_promotion_cpu_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3518319Z test_numpy_array_binary_ufunc_promotion_cpu_float32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3546301Z test_numpy_array_binary_ufunc_promotion_cpu_float32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3574312Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3602084Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3630224Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3658550Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3690026Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3718066Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3745968Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3774102Z test_numpy_array_binary_ufunc_promotion_cpu_float32_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3802439Z test_numpy_array_binary_ufunc_promotion_cpu_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3830198Z test_numpy_array_binary_ufunc_promotion_cpu_float64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3858637Z test_numpy_array_binary_ufunc_promotion_cpu_float64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3886500Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3917022Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:18:41.3944574Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.3972706Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4000353Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4028171Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4056154Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4084087Z test_numpy_array_binary_ufunc_promotion_cpu_float64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4111981Z test_numpy_array_binary_ufunc_promotion_cpu_int16_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4140020Z test_numpy_array_binary_ufunc_promotion_cpu_int16_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4171298Z test_numpy_array_binary_ufunc_promotion_cpu_int16_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4199613Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4227384Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4255409Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4283025Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4310842Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4338834Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4367271Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4398277Z test_numpy_array_binary_ufunc_promotion_cpu_int16_uint8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:18:41.4426421Z test_numpy_array_binary_ufunc_promotion_cpu_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4454580Z test_numpy_array_binary_ufunc_promotion_cpu_int32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4483302Z test_numpy_array_binary_ufunc_promotion_cpu_int32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4511805Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4540699Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4569377Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4597816Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4625792Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4657947Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4686318Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4714612Z test_numpy_array_binary_ufunc_promotion_cpu_int32_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4743207Z test_numpy_array_binary_ufunc_promotion_cpu_int64_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4772246Z test_numpy_array_binary_ufunc_promotion_cpu_int64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4800660Z test_numpy_array_binary_ufunc_promotion_cpu_int64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4829233Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4857908Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4890581Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:18:41.4919236Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4947734Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.4976014Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.5004843Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.5033762Z test_numpy_array_binary_ufunc_promotion_cpu_int64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.5062295Z test_numpy_array_binary_ufunc_promotion_cpu_int8_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.5090877Z test_numpy_array_binary_ufunc_promotion_cpu_int8_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.5119389Z test_numpy_array_binary_ufunc_promotion_cpu_int8_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.5150843Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.5179553Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.5208279Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.5237198Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.5265628Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.5294212Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.5322403Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.5350812Z test_numpy_array_binary_ufunc_promotion_cpu_int8_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.5381802Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:18:41.5410505Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.5441957Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:18:41.5470611Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.5500415Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.5529365Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.5558497Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.5587076Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.5615418Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.5647346Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.5675712Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:41.5727012Z test_promote_self_cpu (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:18:41.5764697Z test_promote_types_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_promote_types test_type_promotion.py line 680 2022-09-27T16:18:41.5765333Z due to: 2022-09-27T16:18:41.5765656Z Traceback (most recent call last): 2022-09-27T16:18:41.5766235Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:18:41.5767039Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:18:41.5767980Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:18:41.5768341Z 2022-09-27T16:18:41.5768454Z from user code: 2022-09-27T16:18:41.5768829Z File "test_type_promotion.py", line 682, in test_promote_types 2022-09-27T16:18:41.5769307Z self.assertEqual(torch.promote_types(torch.float, torch.int), torch.float) 2022-09-27T16:18:41.5769599Z 2022-09-27T16:18:41.5769800Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:41.5770185Z ========== 2022-09-27T16:18:41.5770735Z ok (0.004s) 2022-09-27T16:18:41.5795094Z test_result_type_cpu_bfloat16_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:41.7521669Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.174s) 2022-09-27T16:18:41.7548085Z test_result_type_cpu_bfloat16_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:18:41.8094399Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.057s) 2022-09-27T16:18:41.8119291Z test_result_type_cpu_bfloat16_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:41.8670348Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.057s) 2022-09-27T16:18:41.8695819Z test_result_type_cpu_bfloat16_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:41.9249803Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.057s) 2022-09-27T16:18:41.9275027Z test_result_type_cpu_bfloat16_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:41.9825902Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.057s) 2022-09-27T16:18:41.9851481Z test_result_type_cpu_bfloat16_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.0408007Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.058s) 2022-09-27T16:18:42.0434376Z test_result_type_cpu_bfloat16_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.0990662Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.058s) 2022-09-27T16:18:42.1015752Z test_result_type_cpu_bfloat16_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.1560625Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.056s) 2022-09-27T16:18:42.1585607Z test_result_type_cpu_bfloat16_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.1612571Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.1637758Z test_result_type_cpu_bfloat16_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.1660688Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.1685527Z test_result_type_cpu_bfloat16_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.1708058Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.1732784Z test_result_type_cpu_bfloat16_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.1755291Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.1779784Z test_result_type_cpu_bool_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.1802638Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.1827019Z test_result_type_cpu_bool_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.1843917Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.1868135Z test_result_type_cpu_bool_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.1893618Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.1917808Z test_result_type_cpu_bool_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.1942125Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.1966532Z test_result_type_cpu_bool_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.1988272Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.2012590Z test_result_type_cpu_bool_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.2034539Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.2058571Z test_result_type_cpu_bool_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.2080335Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.2104961Z test_result_type_cpu_bool_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.2121787Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.2145647Z test_result_type_cpu_bool_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.2162674Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.2186529Z test_result_type_cpu_bool_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.2203490Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.2227321Z test_result_type_cpu_bool_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.2244430Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.2268273Z test_result_type_cpu_bool_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.2285258Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.2309334Z test_result_type_cpu_complex128_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.2337576Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.2361485Z test_result_type_cpu_complex128_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.2384752Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.2408904Z test_result_type_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.2437586Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.2461748Z test_result_type_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.2490814Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.2514971Z test_result_type_cpu_complex128_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.2542183Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.2566396Z test_result_type_cpu_complex128_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.2593501Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.2617778Z test_result_type_cpu_complex128_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.2644480Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.2668552Z test_result_type_cpu_complex128_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.2692261Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.2716469Z test_result_type_cpu_complex128_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.2740026Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.2764121Z test_result_type_cpu_complex128_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.2787769Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.2812039Z test_result_type_cpu_complex128_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.2835490Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.2859581Z test_result_type_cpu_complex128_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.2887800Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.2911864Z test_result_type_cpu_complex64_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.2939473Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.2963889Z test_result_type_cpu_complex64_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.2987426Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.3011930Z test_result_type_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.3041303Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.3065848Z test_result_type_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.3095421Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.3120213Z test_result_type_cpu_complex64_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.3148238Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.3173211Z test_result_type_cpu_complex64_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.3200737Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.3225814Z test_result_type_cpu_complex64_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.3254101Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.3278773Z test_result_type_cpu_complex64_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.3303713Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.3328638Z test_result_type_cpu_complex64_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.3352956Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.3377381Z test_result_type_cpu_complex64_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.3401510Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.3426014Z test_result_type_cpu_complex64_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.3451254Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.3475316Z test_result_type_cpu_complex64_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.3499623Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.3523921Z test_result_type_cpu_float16_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.3549151Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.3573637Z test_result_type_cpu_float16_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.3595504Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.3620045Z test_result_type_cpu_float16_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.3648084Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.3672615Z test_result_type_cpu_float16_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.3700969Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.3725478Z test_result_type_cpu_float16_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.3750566Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.3774950Z test_result_type_cpu_float16_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.3800251Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.3824659Z test_result_type_cpu_float16_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.3850035Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.3874437Z test_result_type_cpu_float16_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.3896702Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.3921189Z test_result_type_cpu_float16_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.3943203Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.3967499Z test_result_type_cpu_float16_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.3989291Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.4013609Z test_result_type_cpu_float16_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.4035816Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.4059701Z test_result_type_cpu_float16_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.4082426Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.4106932Z test_result_type_cpu_float32_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.4132808Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.4157266Z test_result_type_cpu_float32_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.4178978Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.4203870Z test_result_type_cpu_float32_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.4234103Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.4258413Z test_result_type_cpu_float32_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.4286359Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.4311026Z test_result_type_cpu_float32_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.4336793Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.4361499Z test_result_type_cpu_float32_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.4386575Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.4411251Z test_result_type_cpu_float32_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.4436921Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.4461158Z test_result_type_cpu_float32_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.4483556Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.4507901Z test_result_type_cpu_float32_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.4530074Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.4554317Z test_result_type_cpu_float32_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.4576771Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.4601300Z test_result_type_cpu_float32_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.4623135Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.4647657Z test_result_type_cpu_float32_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.4669848Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.4694408Z test_result_type_cpu_float64_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.4719795Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.4744050Z test_result_type_cpu_float64_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.4765472Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.4789411Z test_result_type_cpu_float64_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.4816684Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.4841193Z test_result_type_cpu_float64_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.4868068Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.4892419Z test_result_type_cpu_float64_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.4917519Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.4941665Z test_result_type_cpu_float64_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.4966448Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.4990520Z test_result_type_cpu_float64_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.5017884Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.5043472Z test_result_type_cpu_float64_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.5065142Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.5089664Z test_result_type_cpu_float64_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.5111340Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.5135816Z test_result_type_cpu_float64_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.5157621Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.5181742Z test_result_type_cpu_float64_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.5203306Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.5227179Z test_result_type_cpu_float64_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.5249093Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.5273150Z test_result_type_cpu_int16_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.5297571Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.5322011Z test_result_type_cpu_int16_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.5339305Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.5363244Z test_result_type_cpu_int16_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.5388064Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.5412309Z test_result_type_cpu_int16_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.5437648Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.5461599Z test_result_type_cpu_int16_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.5484854Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.5508756Z test_result_type_cpu_int16_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.5532901Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.5557489Z test_result_type_cpu_int16_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.5579833Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.5603637Z test_result_type_cpu_int16_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.5620691Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.5644618Z test_result_type_cpu_int16_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.5661932Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.5686260Z test_result_type_cpu_int16_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.5703336Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.5727274Z test_result_type_cpu_int16_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.5744441Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.5768432Z test_result_type_cpu_int16_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.5785345Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.5811057Z test_result_type_cpu_int32_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.5835498Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.5859537Z test_result_type_cpu_int32_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.5876473Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.5900311Z test_result_type_cpu_int32_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.5924861Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.5948887Z test_result_type_cpu_int32_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.5973918Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.5997950Z test_result_type_cpu_int32_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.6020377Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.6044449Z test_result_type_cpu_int32_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.6066200Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.6092094Z test_result_type_cpu_int32_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.6115811Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.6139871Z test_result_type_cpu_int32_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.6157125Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.6180936Z test_result_type_cpu_int32_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.6197905Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.6221829Z test_result_type_cpu_int32_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.6238758Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.6262347Z test_result_type_cpu_int32_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.6279570Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.6303189Z test_result_type_cpu_int32_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.6320963Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.6344453Z test_result_type_cpu_int64_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.6367043Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.6390685Z test_result_type_cpu_int64_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.6407617Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.6431012Z test_result_type_cpu_int64_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.6455634Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.6478969Z test_result_type_cpu_int64_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.6502572Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.6526413Z test_result_type_cpu_int64_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.6547753Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.6571939Z test_result_type_cpu_int64_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.6593122Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.6616921Z test_result_type_cpu_int64_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.6638102Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.6661782Z test_result_type_cpu_int64_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.6678828Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.6702509Z test_result_type_cpu_int64_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.6725008Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.6748803Z test_result_type_cpu_int64_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.6764913Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.6788876Z test_result_type_cpu_int64_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.6805452Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.6829727Z test_result_type_cpu_int64_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.6845603Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.6869381Z test_result_type_cpu_int8_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.6891998Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.6915747Z test_result_type_cpu_int8_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.6932807Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.6956514Z test_result_type_cpu_int8_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.6980926Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.7004694Z test_result_type_cpu_int8_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.7028899Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.7052945Z test_result_type_cpu_int8_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.7074931Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.7098516Z test_result_type_cpu_int8_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.7120221Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.7143979Z test_result_type_cpu_int8_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.7165551Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.7189443Z test_result_type_cpu_int8_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.7206878Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.7230469Z test_result_type_cpu_int8_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.7248002Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.7271801Z test_result_type_cpu_int8_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.7289213Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.7313052Z test_result_type_cpu_int8_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.7330107Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.7353733Z test_result_type_cpu_int8_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.7370694Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.7394366Z test_result_type_cpu_uint8_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.7416870Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.7440782Z test_result_type_cpu_uint8_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.7457715Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.7481392Z test_result_type_cpu_uint8_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.7505979Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.7530087Z test_result_type_cpu_uint8_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.7554587Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.7578832Z test_result_type_cpu_uint8_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.7601439Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.7625231Z test_result_type_cpu_uint8_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.7647018Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.7670928Z test_result_type_cpu_uint8_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.7707358Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-09-27T16:18:42.7749614Z test_result_type_cpu_uint8_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.7769577Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:18:42.7793595Z test_result_type_cpu_uint8_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.7811335Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.7835357Z test_result_type_cpu_uint8_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.7852989Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.7876991Z test_result_type_cpu_uint8_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.7894825Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.7918925Z test_result_type_cpu_uint8_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:18:42.7938354Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:18:42.8016170Z test_result_type_tensor_vs_scalar_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_result_type_tensor_vs_scalar test_type_promotion.py line 512 2022-09-27T16:18:42.8016687Z due to: 2022-09-27T16:18:42.8016863Z Traceback (most recent call last): 2022-09-27T16:18:42.8017159Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:18:42.8017599Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:18:42.8018108Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:18:42.8018544Z 2022-09-27T16:18:42.8018602Z from user code: 2022-09-27T16:18:42.8018848Z File "test_type_promotion.py", line 519, in test_result_type_tensor_vs_scalar 2022-09-27T16:18:42.8019143Z torch.tensor(1, dtype=torch.long, device=device), torch.half) 2022-09-27T16:18:42.8019303Z 2022-09-27T16:18:42.8019423Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:42.8019645Z ========== 2022-09-27T16:18:42.8037695Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_spot test_type_promotion.py line 514 2022-09-27T16:18:42.8038152Z due to: 2022-09-27T16:18:42.8038497Z Traceback (most recent call last): 2022-09-27T16:18:42.8039136Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:18:42.8039582Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:18:42.8040066Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:18:42.8040295Z 2022-09-27T16:18:42.8040366Z from user code: 2022-09-27T16:18:42.8040589Z File "test_type_promotion.py", line 515, in _test_spot 2022-09-27T16:18:42.8040852Z self.assertEqual(torch.result_type(a, b), res_dtype) 2022-09-27T16:18:42.8041001Z 2022-09-27T16:18:42.8041119Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:42.8041337Z ========== 2022-09-27T16:18:42.8056906Z ok (0.011s) 2022-09-27T16:18:42.8433173Z test_sparse_add_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_sparse_op test_type_promotion.py line 811 2022-09-27T16:18:42.8433524Z due to: 2022-09-27T16:18:42.8433784Z Traceback (most recent call last): 2022-09-27T16:18:42.8434070Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:18:42.8434542Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:18:42.8434954Z AssertionError: torch.* op returned non-Tensor bool call_method is_coalesced 2022-09-27T16:18:42.8435156Z 2022-09-27T16:18:42.8435250Z from user code: 2022-09-27T16:18:42.8435463Z File "test_type_promotion.py", line 824, in _test_sparse_op 2022-09-27T16:18:42.8435759Z (dense1, sparse1) = self._test_sparse_op_input_tensors(device, dtype1, coalesced) 2022-09-27T16:18:42.8435983Z 2022-09-27T16:18:42.8436117Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:42.8436337Z ========== 2022-09-27T16:18:42.8577964Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_sparse_op_input_tensors test_type_promotion.py line 780 2022-09-27T16:18:42.8578309Z due to: 2022-09-27T16:18:42.8578503Z Traceback (most recent call last): 2022-09-27T16:18:42.8578786Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:18:42.8579381Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:18:42.8579966Z AssertionError: torch.* op returned non-Tensor bool call_method is_coalesced 2022-09-27T16:18:42.8580245Z 2022-09-27T16:18:42.8580360Z from user code: 2022-09-27T16:18:42.8580737Z File "test_type_promotion.py", line 795, in _test_sparse_op_input_tensors 2022-09-27T16:18:42.8581197Z self.assertEqual(s.is_coalesced(), coalesced) 2022-09-27T16:18:42.8581436Z 2022-09-27T16:18:42.8581661Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:42.8582013Z ========== 2022-09-27T16:18:42.8973451Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 870 2022-09-27T16:18:42.8973890Z due to: 2022-09-27T16:18:42.8975968Z Traceback (most recent call last): 2022-09-27T16:18:42.8976567Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:18:42.8977045Z return self._op(*args, **kwargs or {}) 2022-09-27T16:18:42.8981508Z NotImplementedError: Could not run 'aten::add_.Tensor' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::add_.Tensor' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCPU, SparseCsrCPU, SparseCsrCUDA, NestedTensorCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:18:42.8984236Z 2022-09-27T16:18:42.8984689Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.8985421Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:18:42.8986162Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.8987013Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.8987823Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.8988709Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.8989637Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.8990569Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.8991440Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.8992211Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMeta.cpp:26806 [kernel] 2022-09-27T16:18:42.8993263Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.8994150Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.8995069Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.8996043Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.8996983Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.8997917Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.8999032Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.8999946Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9000866Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9001875Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9002864Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9003879Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9004937Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9005995Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9007135Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9008188Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9009270Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9010384Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9011474Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9012562Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9013451Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMkldnnCPU.cpp:492 [kernel] 2022-09-27T16:18:42.9014161Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T16:18:42.9014878Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-09-27T16:18:42.9015797Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9016713Z NestedTensorCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterNestedTensorCPU.cpp:449 [kernel] 2022-09-27T16:18:42.9017540Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:18:42.9018343Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:18:42.9019164Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:18:42.9019981Z Functionalize: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_0.cpp:19961 [kernel] 2022-09-27T16:18:42.9020737Z Named: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:11 [kernel] 2022-09-27T16:18:42.9021544Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:18:42.9022267Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:18:42.9022990Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:18:42.9023749Z ADInplaceOrView: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp:4833 [kernel] 2022-09-27T16:18:42.9024576Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9025348Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9026110Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9026870Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9027612Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9028359Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9029118Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9029873Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9030614Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9031361Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9032112Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9033018Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9033792Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9034592Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9035389Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9036190Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9036927Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T16:18:42.9037633Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:18:42.9038366Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:18:42.9039121Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp:304 [kernel] 2022-09-27T16:18:42.9039932Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:18:42.9040734Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:18:42.9041632Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:18:42.9042424Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:18:42.9043206Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:18:42.9044044Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:18:42.9044961Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:18:42.9045396Z 2022-09-27T16:18:42.9045403Z 2022-09-27T16:18:42.9045650Z During handling of the above exception, another exception occurred: 2022-09-27T16:18:42.9045950Z 2022-09-27T16:18:42.9046208Z Traceback (most recent call last): 2022-09-27T16:18:42.9046948Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:18:42.9047433Z return self._op(*args, **kwargs or {}) 2022-09-27T16:18:42.9047918Z RuntimeError: add(sparse, dense) is not supported. Use add(dense, sparse) instead. 2022-09-27T16:18:42.9048241Z 2022-09-27T16:18:42.9048517Z The above exception was the direct cause of the following exception: 2022-09-27T16:18:42.9048810Z 2022-09-27T16:18:42.9048974Z Traceback (most recent call last): 2022-09-27T16:18:42.9049477Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:18:42.9049958Z raise TorchRuntimeError() from e 2022-09-27T16:18:42.9050376Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:18:42.9050630Z 2022-09-27T16:18:42.9050752Z from user code: 2022-09-27T16:18:42.9051114Z File "test_type_promotion.py", line 870, in 2022-09-27T16:18:42.9051576Z self.assertRaises(RuntimeError, lambda: op(s1, d2)) 2022-09-27T16:18:42.9051862Z 2022-09-27T16:18:42.9052099Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:42.9052492Z ========== 2022-09-27T16:18:42.9130120Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT op test_type_promotion.py line 818 2022-09-27T16:18:42.9130601Z due to: 2022-09-27T16:18:42.9132574Z Traceback (most recent call last): 2022-09-27T16:18:42.9133219Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:18:42.9133706Z return self._op(*args, **kwargs or {}) 2022-09-27T16:18:42.9138650Z NotImplementedError: Could not run 'aten::add_.Tensor' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::add_.Tensor' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCPU, SparseCsrCPU, SparseCsrCUDA, NestedTensorCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:18:42.9141887Z 2022-09-27T16:18:42.9142470Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9143562Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:18:42.9144395Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9145384Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9146539Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9147550Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9148551Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9149539Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9150538Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9151341Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMeta.cpp:26806 [kernel] 2022-09-27T16:18:42.9152198Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9153463Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9154505Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9155537Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9156546Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9157521Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9158535Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9159573Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9160639Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9161696Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9162737Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9163787Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9164883Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9165932Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9167108Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9168047Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9169086Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9170028Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9170849Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9171719Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9172546Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMkldnnCPU.cpp:492 [kernel] 2022-09-27T16:18:42.9173153Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T16:18:42.9173725Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-09-27T16:18:42.9174456Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9175173Z NestedTensorCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterNestedTensorCPU.cpp:449 [kernel] 2022-09-27T16:18:42.9175889Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:18:42.9176541Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:18:42.9177146Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:18:42.9177795Z Functionalize: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_0.cpp:19961 [kernel] 2022-09-27T16:18:42.9178375Z Named: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:11 [kernel] 2022-09-27T16:18:42.9178943Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:18:42.9179539Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:18:42.9180141Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:18:42.9180790Z ADInplaceOrView: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp:4833 [kernel] 2022-09-27T16:18:42.9181419Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9182035Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9182646Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9183368Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9184012Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9184807Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9185431Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9186035Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9186629Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9187431Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9188109Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9188775Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9189435Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9190109Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9190832Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9191590Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9192304Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T16:18:42.9193144Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:18:42.9193823Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:18:42.9194533Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp:304 [kernel] 2022-09-27T16:18:42.9195280Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:18:42.9195958Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:18:42.9196631Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:18:42.9197274Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:18:42.9198011Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:18:42.9198764Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:18:42.9199428Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:18:42.9199825Z 2022-09-27T16:18:42.9199831Z 2022-09-27T16:18:42.9200054Z During handling of the above exception, another exception occurred: 2022-09-27T16:18:42.9200330Z 2022-09-27T16:18:42.9200467Z Traceback (most recent call last): 2022-09-27T16:18:42.9201135Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:18:42.9201581Z return self._op(*args, **kwargs or {}) 2022-09-27T16:18:42.9202033Z RuntimeError: add(sparse, dense) is not supported. Use add(dense, sparse) instead. 2022-09-27T16:18:42.9202312Z 2022-09-27T16:18:42.9202531Z The above exception was the direct cause of the following exception: 2022-09-27T16:18:42.9203009Z 2022-09-27T16:18:42.9203155Z Traceback (most recent call last): 2022-09-27T16:18:42.9203625Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:18:42.9204080Z raise TorchRuntimeError() from e 2022-09-27T16:18:42.9204470Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:18:42.9204671Z 2022-09-27T16:18:42.9204779Z from user code: 2022-09-27T16:18:42.9205130Z File "test_type_promotion.py", line 820, in op 2022-09-27T16:18:42.9205493Z return getattr(t1, op_name + suf)(t2) 2022-09-27T16:18:42.9205701Z 2022-09-27T16:18:42.9206045Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:42.9206523Z ========== 2022-09-27T16:18:42.9386421Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT > test_type_promotion.py line 888 2022-09-27T16:18:42.9386963Z due to: 2022-09-27T16:18:42.9387376Z Traceback (most recent call last): 2022-09-27T16:18:42.9388056Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:18:42.9388529Z return self._op(*args, **kwargs or {}) 2022-09-27T16:18:42.9393774Z NotImplementedError: Could not run 'aten::add_.Tensor' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::add_.Tensor' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCPU, SparseCsrCPU, SparseCsrCUDA, NestedTensorCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:18:42.9397016Z 2022-09-27T16:18:42.9397542Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9398383Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:18:42.9399212Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9400207Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9401205Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9402201Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9403204Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9404193Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9405184Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9406431Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMeta.cpp:26806 [kernel] 2022-09-27T16:18:42.9407287Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9408313Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9409468Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9410498Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9411492Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9412507Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9413507Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9414540Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9415602Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9416659Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9417707Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9418757Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9419813Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9420773Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9421777Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9422677Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9423525Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9424355Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9425176Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9425962Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9426641Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMkldnnCPU.cpp:492 [kernel] 2022-09-27T16:18:42.9427213Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T16:18:42.9427957Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-09-27T16:18:42.9428642Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:42.9429383Z NestedTensorCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterNestedTensorCPU.cpp:449 [kernel] 2022-09-27T16:18:42.9430227Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:18:42.9430997Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:18:42.9431725Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:18:42.9432407Z Functionalize: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_0.cpp:19961 [kernel] 2022-09-27T16:18:42.9433202Z Named: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:11 [kernel] 2022-09-27T16:18:42.9433838Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:18:42.9434506Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:18:42.9435204Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:18:42.9435978Z ADInplaceOrView: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp:4833 [kernel] 2022-09-27T16:18:42.9436613Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9437339Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9438050Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9438745Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9439350Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9439972Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9440659Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9441367Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9442002Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9442761Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9443515Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9444267Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9445054Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9445849Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9446929Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9447718Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:42.9448455Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T16:18:42.9449174Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:18:42.9450019Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:18:42.9450770Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp:304 [kernel] 2022-09-27T16:18:42.9451601Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:18:42.9452410Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:18:42.9453173Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:18:42.9453954Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:18:42.9454760Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:18:42.9455606Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:18:42.9456436Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:18:42.9456856Z 2022-09-27T16:18:42.9456878Z 2022-09-27T16:18:42.9457109Z During handling of the above exception, another exception occurred: 2022-09-27T16:18:42.9457404Z 2022-09-27T16:18:42.9457571Z Traceback (most recent call last): 2022-09-27T16:18:42.9458285Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:18:42.9458769Z return self._op(*args, **kwargs or {}) 2022-09-27T16:18:42.9459246Z RuntimeError: add(sparse, dense) is not supported. Use add(dense, sparse) instead. 2022-09-27T16:18:42.9459567Z 2022-09-27T16:18:42.9459810Z The above exception was the direct cause of the following exception: 2022-09-27T16:18:42.9460110Z 2022-09-27T16:18:42.9460272Z Traceback (most recent call last): 2022-09-27T16:18:42.9460757Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:18:42.9461255Z raise TorchRuntimeError() from e 2022-09-27T16:18:42.9461673Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:18:42.9461937Z 2022-09-27T16:18:42.9462043Z from user code: 2022-09-27T16:18:42.9462460Z File "test_type_promotion.py", line 888, in > 2022-09-27T16:18:42.9463005Z self.assertRaises(RuntimeError, lambda: op(s1, d2.view(d2.numel())[0].item())) 2022-09-27T16:18:42.9463316Z 2022-09-27T16:18:42.9463572Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:42.9463950Z ========== 2022-09-27T16:18:43.1311382Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 834 2022-09-27T16:18:43.1312034Z due to: 2022-09-27T16:18:43.1312335Z Traceback (most recent call last): 2022-09-27T16:18:43.1313235Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:18:43.1313698Z return self._op(*args, **kwargs or {}) 2022-09-27T16:18:43.1318492Z NotImplementedError: Could not run 'aten::add_.Tensor' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::add_.Tensor' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCPU, SparseCsrCPU, SparseCsrCUDA, NestedTensorCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:18:43.1321496Z 2022-09-27T16:18:43.1321949Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1322720Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:18:43.1323501Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1324438Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1325354Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1326350Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1327280Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1328209Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1329132Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1329868Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMeta.cpp:26806 [kernel] 2022-09-27T16:18:43.1330661Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1331626Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1332577Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1333498Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1334421Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1335344Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1336273Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1337259Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1338224Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1339186Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1340185Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1341131Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1342090Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1343054Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1344009Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1344972Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1345948Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1346947Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1347959Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1348943Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1349737Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMkldnnCPU.cpp:492 [kernel] 2022-09-27T16:18:43.1350392Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T16:18:43.1351059Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-09-27T16:18:43.1351889Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1352721Z NestedTensorCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterNestedTensorCPU.cpp:449 [kernel] 2022-09-27T16:18:43.1353591Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:18:43.1354350Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:18:43.1355114Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:18:43.1355860Z Functionalize: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_0.cpp:19961 [kernel] 2022-09-27T16:18:43.1356555Z Named: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:11 [kernel] 2022-09-27T16:18:43.1357296Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:18:43.1357966Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:18:43.1358620Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:18:43.1359323Z ADInplaceOrView: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp:4833 [kernel] 2022-09-27T16:18:43.1360101Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1360815Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1361501Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1362198Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1362903Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1363597Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1364270Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1364961Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1365660Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1366412Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1367105Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1367806Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1368535Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1369285Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1370014Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1370772Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1371468Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T16:18:43.1372135Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:18:43.1372808Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:18:43.1373509Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp:304 [kernel] 2022-09-27T16:18:43.1374283Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:18:43.1375026Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:18:43.1375716Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:18:43.1376509Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:18:43.1377254Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:18:43.1378033Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:18:43.1378829Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:18:43.1379226Z 2022-09-27T16:18:43.1379232Z 2022-09-27T16:18:43.1379468Z During handling of the above exception, another exception occurred: 2022-09-27T16:18:43.1379749Z 2022-09-27T16:18:43.1379903Z Traceback (most recent call last): 2022-09-27T16:18:43.1380523Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:18:43.1380964Z return self._op(*args, **kwargs or {}) 2022-09-27T16:18:43.1381541Z RuntimeError: Can't convert result type Float to output Byte in add operation 2022-09-27T16:18:43.1381834Z 2022-09-27T16:18:43.1382062Z The above exception was the direct cause of the following exception: 2022-09-27T16:18:43.1382341Z 2022-09-27T16:18:43.1382484Z Traceback (most recent call last): 2022-09-27T16:18:43.1382953Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:18:43.1383416Z raise TorchRuntimeError() from e 2022-09-27T16:18:43.1383793Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:18:43.1384034Z 2022-09-27T16:18:43.1384148Z from user code: 2022-09-27T16:18:43.1384501Z File "test_type_promotion.py", line 834, in 2022-09-27T16:18:43.1384951Z self.assertRaises(RuntimeError, lambda: op(dense1, sparse2)) 2022-09-27T16:18:43.1385208Z 2022-09-27T16:18:43.1385427Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:43.1385796Z ========== 2022-09-27T16:18:43.1493635Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 835 2022-09-27T16:18:43.1494060Z due to: 2022-09-27T16:18:43.1494384Z Traceback (most recent call last): 2022-09-27T16:18:43.1494964Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:18:43.1495413Z return self._op(*args, **kwargs or {}) 2022-09-27T16:18:43.1500008Z NotImplementedError: Could not run 'aten::add_.Tensor' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::add_.Tensor' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCPU, SparseCsrCPU, SparseCsrCUDA, NestedTensorCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:18:43.1502921Z 2022-09-27T16:18:43.1503390Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1504338Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:18:43.1505164Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1506101Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1507133Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1508046Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1508968Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1509908Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1510832Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1511571Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMeta.cpp:26806 [kernel] 2022-09-27T16:18:43.1512366Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1513478Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1514421Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1515344Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1516259Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1517186Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1518124Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1519065Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1520028Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1521008Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1521967Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1522928Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1523879Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1524838Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1525849Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1526876Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1527858Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1528953Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1529967Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1530958Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1531760Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMkldnnCPU.cpp:492 [kernel] 2022-09-27T16:18:43.1532423Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T16:18:43.1533110Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-09-27T16:18:43.1533959Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1534787Z NestedTensorCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterNestedTensorCPU.cpp:449 [kernel] 2022-09-27T16:18:43.1535562Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:18:43.1536321Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:18:43.1537067Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:18:43.1537805Z Functionalize: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_0.cpp:19961 [kernel] 2022-09-27T16:18:43.1538503Z Named: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:11 [kernel] 2022-09-27T16:18:43.1539174Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:18:43.1539842Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:18:43.1540492Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:18:43.1541205Z ADInplaceOrView: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp:4833 [kernel] 2022-09-27T16:18:43.1541925Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1542634Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1543319Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1544011Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1544722Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1545419Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1546160Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1546853Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1547537Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1548268Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1548957Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1549661Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1550392Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1551140Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1551857Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1552602Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1553392Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T16:18:43.1554057Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:18:43.1554732Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:18:43.1555436Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp:304 [kernel] 2022-09-27T16:18:43.1556211Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:18:43.1556961Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:18:43.1557660Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:18:43.1558404Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:18:43.1559153Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:18:43.1559934Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:18:43.1560690Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:18:43.1561085Z 2022-09-27T16:18:43.1561091Z 2022-09-27T16:18:43.1561322Z During handling of the above exception, another exception occurred: 2022-09-27T16:18:43.1561599Z 2022-09-27T16:18:43.1561749Z Traceback (most recent call last): 2022-09-27T16:18:43.1562358Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:18:43.1562796Z return self._op(*args, **kwargs or {}) 2022-09-27T16:18:43.1563361Z RuntimeError: Can't convert result type Float to output Byte in add operation 2022-09-27T16:18:43.1563653Z 2022-09-27T16:18:43.1563881Z The above exception was the direct cause of the following exception: 2022-09-27T16:18:43.1564159Z 2022-09-27T16:18:43.1564386Z Traceback (most recent call last): 2022-09-27T16:18:43.1564856Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:18:43.1565317Z raise TorchRuntimeError() from e 2022-09-27T16:18:43.1565708Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:18:43.1565934Z 2022-09-27T16:18:43.1566054Z from user code: 2022-09-27T16:18:43.1566474Z File "test_type_promotion.py", line 835, in 2022-09-27T16:18:43.1566932Z self.assertRaises(RuntimeError, lambda: op(sparse1, sparse2)) 2022-09-27T16:18:43.1567214Z 2022-09-27T16:18:43.1567421Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:43.1567843Z ========== 2022-09-27T16:18:43.1664460Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 836 2022-09-27T16:18:43.1664925Z due to: 2022-09-27T16:18:43.1665255Z Traceback (most recent call last): 2022-09-27T16:18:43.1665839Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:18:43.1666305Z return self._op(*args, **kwargs or {}) 2022-09-27T16:18:43.1670836Z NotImplementedError: Could not run 'aten::add_.Tensor' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::add_.Tensor' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCPU, SparseCsrCPU, SparseCsrCUDA, NestedTensorCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:18:43.1673925Z 2022-09-27T16:18:43.1674395Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1675177Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:18:43.1675948Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1676892Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1677811Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1678739Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1679675Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1680623Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1681549Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1682540Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMeta.cpp:26806 [kernel] 2022-09-27T16:18:43.1683350Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1684316Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1685345Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1686371Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1687307Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1688239Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1689176Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1690112Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1691086Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1692060Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1693029Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1693985Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1694951Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1695914Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1696848Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1697793Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1698774Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1699854Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1700855Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1701813Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1702625Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMkldnnCPU.cpp:492 [kernel] 2022-09-27T16:18:43.1703283Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T16:18:43.1704052Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-09-27T16:18:43.1704887Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:43.1705737Z NestedTensorCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterNestedTensorCPU.cpp:449 [kernel] 2022-09-27T16:18:43.1706500Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:18:43.1707325Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:18:43.1708085Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:18:43.1708836Z Functionalize: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_0.cpp:19961 [kernel] 2022-09-27T16:18:43.1709522Z Named: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:11 [kernel] 2022-09-27T16:18:43.1710186Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:18:43.1710846Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:18:43.1711519Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:18:43.1712221Z ADInplaceOrView: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp:4833 [kernel] 2022-09-27T16:18:43.1713054Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1713769Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1714484Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1715166Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1715873Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1716580Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1717273Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1717947Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1718617Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1719311Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1720018Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1720708Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1721424Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1722176Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1722912Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1723773Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:43.1724460Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T16:18:43.1725113Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:18:43.1725860Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:18:43.1726610Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp:304 [kernel] 2022-09-27T16:18:43.1727388Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:18:43.1728149Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:18:43.1728861Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:18:43.1729591Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:18:43.1730340Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:18:43.1731124Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:18:43.1731895Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:18:43.1732277Z 2022-09-27T16:18:43.1732283Z 2022-09-27T16:18:43.1732519Z During handling of the above exception, another exception occurred: 2022-09-27T16:18:43.1732797Z 2022-09-27T16:18:43.1732950Z Traceback (most recent call last): 2022-09-27T16:18:43.1733595Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:18:43.1734037Z return self._op(*args, **kwargs or {}) 2022-09-27T16:18:43.1734502Z RuntimeError: add(sparse, dense) is not supported. Use add(dense, sparse) instead. 2022-09-27T16:18:43.1734806Z 2022-09-27T16:18:43.1735039Z The above exception was the direct cause of the following exception: 2022-09-27T16:18:43.1735314Z 2022-09-27T16:18:43.1735468Z Traceback (most recent call last): 2022-09-27T16:18:43.1735927Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:18:43.1736384Z raise TorchRuntimeError() from e 2022-09-27T16:18:43.1736778Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:18:43.1737016Z 2022-09-27T16:18:43.1737116Z from user code: 2022-09-27T16:18:43.1737478Z File "test_type_promotion.py", line 836, in 2022-09-27T16:18:43.1738078Z self.assertRaises(RuntimeError, lambda: op(sparse1, dense2)) 2022-09-27T16:18:43.1738352Z 2022-09-27T16:18:43.1738579Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:43.1738929Z ========== 2022-09-27T16:18:44.4592603Z ok (1.653s) 2022-09-27T16:18:44.4802307Z test_sparse_div_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 852 2022-09-27T16:18:44.4802846Z due to: 2022-09-27T16:18:44.4803161Z Traceback (most recent call last): 2022-09-27T16:18:44.4803747Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:18:44.4804198Z return self._op(*args, **kwargs or {}) 2022-09-27T16:18:44.4809033Z NotImplementedError: Could not run 'aten::div_.Tensor' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::div_.Tensor' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCPU, SparseCsrCPU, SparseCsrCUDA, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:18:44.4812142Z 2022-09-27T16:18:44.4812611Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4813383Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:18:44.4814143Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4815076Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4816003Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4816927Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4817853Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4818755Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4819684Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4820441Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMeta.cpp:26806 [kernel] 2022-09-27T16:18:44.4821224Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4822170Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4823128Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4824062Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4824990Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4825900Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4826829Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4827829Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4828794Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4829743Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4830736Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4831699Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4832663Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4833793Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4834725Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4835690Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4836675Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4837673Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4838665Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4839643Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4840611Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4841456Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T16:18:44.4842285Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4843229Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4844127Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:18:44.4844880Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:18:44.4845628Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:18:44.4846432Z Functionalize: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_2.cpp:20604 [kernel] 2022-09-27T16:18:44.4847125Z Named: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:11 [kernel] 2022-09-27T16:18:44.4847789Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:18:44.4848528Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:18:44.4849187Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:18:44.4849896Z ADInplaceOrView: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp:4833 [kernel] 2022-09-27T16:18:44.4850622Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.4851386Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.4852080Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.4852784Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.4853488Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.4854186Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.4854864Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.4855548Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.4856236Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.4856978Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.4857669Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.4858367Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.4859094Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.4859842Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.4860568Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.4861309Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.4862002Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15644 [kernel] 2022-09-27T16:18:44.4862659Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:18:44.4863326Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:18:44.4864016Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp:304 [kernel] 2022-09-27T16:18:44.4864789Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:18:44.4865538Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:18:44.4866234Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:18:44.4867027Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:18:44.4867772Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:18:44.4868547Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:18:44.4869304Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:18:44.4869694Z 2022-09-27T16:18:44.4869701Z 2022-09-27T16:18:44.4869972Z During handling of the above exception, another exception occurred: 2022-09-27T16:18:44.4870251Z 2022-09-27T16:18:44.4870406Z Traceback (most recent call last): 2022-09-27T16:18:44.4871040Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:18:44.4871473Z return self._op(*args, **kwargs or {}) 2022-09-27T16:18:44.4872144Z RuntimeError: Sparse division requires a scalar or zero-dim dense tensor divisor (got shape [5, 5, 5] for divisor) 2022-09-27T16:18:44.4872494Z 2022-09-27T16:18:44.4872721Z The above exception was the direct cause of the following exception: 2022-09-27T16:18:44.4873094Z 2022-09-27T16:18:44.4873232Z Traceback (most recent call last): 2022-09-27T16:18:44.4873701Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:18:44.4874161Z raise TorchRuntimeError() from e 2022-09-27T16:18:44.4874552Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:18:44.4874779Z 2022-09-27T16:18:44.4874896Z from user code: 2022-09-27T16:18:44.4875246Z File "test_type_promotion.py", line 852, in 2022-09-27T16:18:44.4875693Z self.assertRaises(RuntimeError, lambda: op(s1, s2).to_dense()) 2022-09-27T16:18:44.4875957Z 2022-09-27T16:18:44.4876164Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:44.4876531Z ========== 2022-09-27T16:18:44.4977574Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 864 2022-09-27T16:18:44.4978001Z due to: 2022-09-27T16:18:44.4978305Z Traceback (most recent call last): 2022-09-27T16:18:44.4978917Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:18:44.4979366Z return self._op(*args, **kwargs or {}) 2022-09-27T16:18:44.4983785Z NotImplementedError: Could not run 'aten::div_.Tensor' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::div_.Tensor' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCPU, SparseCsrCPU, SparseCsrCUDA, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:18:44.4987540Z 2022-09-27T16:18:44.4988008Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4988931Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:18:44.4989692Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4990672Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4991596Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4992601Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4993648Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4994583Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4995490Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4996239Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMeta.cpp:26806 [kernel] 2022-09-27T16:18:44.4997014Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4997986Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4998936Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.4999879Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.5000784Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.5001706Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.5002645Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.5003590Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.5004549Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.5005498Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.5006528Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.5007482Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.5008452Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.5009396Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.5010349Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.5011377Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.5012361Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.5013395Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.5014403Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.5015383Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.5016340Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.5017134Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T16:18:44.5017935Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.5018895Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-09-27T16:18:44.5019781Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:18:44.5020529Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:18:44.5021264Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:18:44.5022009Z Functionalize: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_2.cpp:20604 [kernel] 2022-09-27T16:18:44.5022697Z Named: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:11 [kernel] 2022-09-27T16:18:44.5023367Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:18:44.5024019Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:18:44.5024686Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:18:44.5025386Z ADInplaceOrView: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp:4833 [kernel] 2022-09-27T16:18:44.5026110Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.5026798Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.5027502Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.5028206Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.5028896Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.5029578Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.5030313Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.5031000Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.5031679Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.5032370Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.5033287Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.5034002Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.5034709Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.5035463Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.5036203Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.5036954Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:18:44.5037649Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15644 [kernel] 2022-09-27T16:18:44.5038297Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:18:44.5038982Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:18:44.5039689Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp:304 [kernel] 2022-09-27T16:18:44.5040443Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:18:44.5041187Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:18:44.5041899Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:18:44.5042640Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:18:44.5043370Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:18:44.5044147Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:18:44.5044886Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:18:44.5045283Z 2022-09-27T16:18:44.5045289Z 2022-09-27T16:18:44.5045516Z During handling of the above exception, another exception occurred: 2022-09-27T16:18:44.5045796Z 2022-09-27T16:18:44.5045949Z Traceback (most recent call last): 2022-09-27T16:18:44.5046613Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:18:44.5047061Z return self._op(*args, **kwargs or {}) 2022-09-27T16:18:44.5047733Z RuntimeError: Sparse division requires a scalar or zero-dim dense tensor divisor (got shape [5, 5, 5] for divisor) 2022-09-27T16:18:44.5048071Z 2022-09-27T16:18:44.5048282Z The above exception was the direct cause of the following exception: 2022-09-27T16:18:44.5048560Z 2022-09-27T16:18:44.5048712Z Traceback (most recent call last): 2022-09-27T16:18:44.5049234Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:18:44.5049689Z raise TorchRuntimeError() from e 2022-09-27T16:18:44.5050064Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:18:44.5050306Z 2022-09-27T16:18:44.5050420Z from user code: 2022-09-27T16:18:44.5050772Z File "test_type_promotion.py", line 864, in 2022-09-27T16:18:44.5051189Z self.assertRaises(RuntimeError, lambda: op(d1, s2)) 2022-09-27T16:18:44.5051441Z 2022-09-27T16:18:44.5051662Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:44.5052019Z ========== 2022-09-27T16:18:44.6636041Z ok (0.204s) 2022-09-27T16:18:44.6760295Z test_sparse_div_promotion_cpu_bool (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_div_promotion test_type_promotion.py line 916 2022-09-27T16:18:44.6760857Z due to: 2022-09-27T16:18:44.6761148Z Traceback (most recent call last): 2022-09-27T16:18:44.6761554Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:18:44.6762281Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:18:44.6763014Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:18:44.6763354Z 2022-09-27T16:18:44.6775071Z from user code: 2022-09-27T16:18:44.6775559Z File "test_type_promotion.py", line 924, in test_sparse_div_promotion 2022-09-27T16:18:44.6776012Z casting_result = dividend.to(torch.get_default_dtype()) / 2 2022-09-27T16:18:44.6776255Z 2022-09-27T16:18:44.6776492Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:44.6776811Z ========== 2022-09-27T16:18:44.6777044Z ok (0.013s) 2022-09-27T16:18:44.6802941Z test_sparse_div_promotion_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:44.6827649Z test_sparse_div_promotion_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:44.6851701Z test_sparse_div_promotion_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:44.6875216Z test_sparse_div_promotion_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:18:45.1348966Z test_sparse_mul_cpu (__main__.TestTypePromotionCPU) ... ok (0.447s) 2022-09-27T16:18:46.7518078Z test_sparse_sub_cpu (__main__.TestTypePromotionCPU) ... ok (1.616s) 2022-09-27T16:18:46.7621523Z test_transpose_cpu (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:18:46.7808141Z test_unary_op_out_casting_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-09-27T16:18:46.8036712Z test_unary_op_out_casting_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) ... ok (0.022s) 2022-09-27T16:18:46.8262944Z test_unary_op_out_casting_cpu_complex128_float32 (__main__.TestTypePromotionCPU) ... ok (0.022s) 2022-09-27T16:18:46.8489755Z test_unary_op_out_casting_cpu_complex128_float64 (__main__.TestTypePromotionCPU) ... ok (0.022s) 2022-09-27T16:18:46.8716281Z test_unary_op_out_casting_cpu_complex128_int64 (__main__.TestTypePromotionCPU) ... ok (0.022s) 2022-09-27T16:18:46.8942913Z test_unary_op_out_casting_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.022s) 2022-09-27T16:18:46.9140528Z test_unary_op_out_casting_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.019s) 2022-09-27T16:18:46.9368630Z test_unary_op_out_casting_cpu_complex64_float32 (__main__.TestTypePromotionCPU) ... ok (0.022s) 2022-09-27T16:18:46.9498838Z test_unary_op_out_casting_cpu_complex64_float64 (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-09-27T16:18:46.9625260Z test_unary_op_out_casting_cpu_complex64_int64 (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-09-27T16:18:46.9764123Z test_unary_op_out_casting_cpu_float32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:18:46.9902651Z test_unary_op_out_casting_cpu_float32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:18:46.9938196Z test_unary_op_out_casting_cpu_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:18:47.0076529Z test_unary_op_out_casting_cpu_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:18:47.0214628Z test_unary_op_out_casting_cpu_float32_int64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:18:47.0352724Z test_unary_op_out_casting_cpu_float64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:18:47.0492168Z test_unary_op_out_casting_cpu_float64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:18:47.0632681Z test_unary_op_out_casting_cpu_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:18:47.0666244Z test_unary_op_out_casting_cpu_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:18:47.0804347Z test_unary_op_out_casting_cpu_float64_int64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:18:47.0942828Z test_unary_op_out_casting_cpu_int64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:18:47.1080772Z test_unary_op_out_casting_cpu_int64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:18:47.1218385Z test_unary_op_out_casting_cpu_int64_float32 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:18:47.1355937Z test_unary_op_out_casting_cpu_int64_float64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:18:47.1387275Z test_unary_op_out_casting_cpu_int64_int64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:18:47.1473618Z test_unsigned_cpu (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-09-27T16:18:47.1473864Z 2022-09-27T16:18:47.1474376Z ---------------------------------------------------------------------- 2022-09-27T16:18:47.1474748Z Ran 422 tests in 12.332s 2022-09-27T16:18:47.1474863Z 2022-09-27T16:18:47.1474922Z OK (skipped=1) 2022-09-27T16:18:47.1475029Z 2022-09-27T16:18:47.1475119Z Generating XML reports... 2022-09-27T16:18:47.1817263Z Generated XML report: test-reports/python-unittest/test_type_promotion/TEST-TestTypePromotionCPU-20220927161834.xml 2022-09-27T16:18:47.5799798Z Running test_mobile_optimizer ... [2022-09-27 16:18:47.579610] 2022-09-27T16:18:47.5800333Z Executing ['/opt/conda/bin/python', '-bb', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:47.579693] 2022-09-27T16:18:49.0037627Z Test results will be stored in test-reports/python-unittest/test_mobile_optimizer 2022-09-27T16:18:49.0050074Z 2022-09-27T16:18:49.0050373Z Running tests... 2022-09-27T16:18:49.0051053Z ---------------------------------------------------------------------- 2022-09-27T16:18:53.8684774Z test_clone_module_with_class (__main__.TestOptimizer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyInnerTestModule test_mobile_optimizer.py line 522 2022-09-27T16:18:53.8685445Z due to: 2022-09-27T16:18:53.8685785Z Traceback (most recent call last): 2022-09-27T16:18:53.8686401Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:53.8686695Z raise Unsupported(msg) 2022-09-27T16:18:53.8686935Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:53.8687091Z 2022-09-27T16:18:53.8687194Z from user code: 2022-09-27T16:18:53.8687538Z File "test_mobile_optimizer.py", line 522, in MyInnerTestModule 2022-09-27T16:18:53.8687844Z class MyInnerTestModule(torch.nn.Module): 2022-09-27T16:18:53.8688062Z 2022-09-27T16:18:53.8688274Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:53.8688600Z ========== 2022-09-27T16:18:53.8689186Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyTestModule test_mobile_optimizer.py line 534 2022-09-27T16:18:53.8689676Z due to: 2022-09-27T16:18:53.8690016Z Traceback (most recent call last): 2022-09-27T16:18:53.8690514Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:53.8691246Z raise Unsupported(msg) 2022-09-27T16:18:53.8691484Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:53.8691637Z 2022-09-27T16:18:53.8691694Z from user code: 2022-09-27T16:18:53.8691922Z File "test_mobile_optimizer.py", line 534, in MyTestModule 2022-09-27T16:18:53.8692179Z class MyTestModule(torch.nn.Module): 2022-09-27T16:18:53.8692317Z 2022-09-27T16:18:53.8692450Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:53.8692657Z ========== 2022-09-27T16:18:53.9879067Z ok (4.920s) 2022-09-27T16:18:54.0298453Z test_generate_mobile_module_lints (__main__.TestOptimizer) ... ok (0.041s) 2022-09-27T16:18:54.0449446Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _quant_script_and_optimize test_mobile_optimizer.py line 470 2022-09-27T16:18:54.0450018Z due to: 2022-09-27T16:18:54.0450212Z Traceback (most recent call last): 2022-09-27T16:18:54.0450513Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:18:54.0450967Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:18:54.0451411Z AssertionError: torch.* op returned non-Tensor _PartialWrapper call_function 2022-09-27T16:18:54.0451620Z 2022-09-27T16:18:54.0451693Z from user code: 2022-09-27T16:18:54.0451930Z File "test_mobile_optimizer.py", line 471, in _quant_script_and_optimize 2022-09-27T16:18:54.0452290Z model.qconfig = torch.ao.quantization.get_default_qconfig('qnnpack') 2022-09-27T16:18:54.0452470Z 2022-09-27T16:18:54.0452604Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:54.0452826Z ========== 2022-09-27T16:18:54.1263491Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:1206: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-09-27T16:18:54.1264267Z Returning default scale and zero point " 2022-09-27T16:18:54.4095146Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:1206: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-09-27T16:18:54.4095826Z Returning default scale and zero point " 2022-09-27T16:18:54.5150984Z ok (0.484s) 2022-09-27T16:18:54.5487731Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py line 144 2022-09-27T16:18:54.5488451Z due to: 2022-09-27T16:18:54.5488770Z Traceback (most recent call last): 2022-09-27T16:18:54.5489305Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:18:54.5489875Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:18:54.5490270Z AssertionError: type 2022-09-27T16:18:54.5490487Z 2022-09-27T16:18:54.5490612Z from user code: 2022-09-27T16:18:54.5491276Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py", line 171, in __init__ 2022-09-27T16:18:54.5491743Z torch.nn.Conv2d, 2022-09-27T16:18:54.5491940Z 2022-09-27T16:18:54.5492176Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:54.5492573Z ========== 2022-09-27T16:18:56.7338039Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mobile_optimizer.py line 513 2022-09-27T16:18:56.7338563Z due to: 2022-09-27T16:18:56.7338851Z Traceback (most recent call last): 2022-09-27T16:18:56.7339425Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:18:56.7340015Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:18:56.7340590Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:18:56.7341153Z 2022-09-27T16:18:56.7341272Z from user code: 2022-09-27T16:18:56.7341723Z File "test_mobile_optimizer.py", line 517, in 2022-09-27T16:18:56.7342225Z self.assertEqual(m(x).numel(), 1000) 2022-09-27T16:18:56.7342441Z 2022-09-27T16:18:56.7342672Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:56.7343060Z ========== 2022-09-27T16:18:57.2841880Z ok (2.768s) 2022-09-27T16:18:57.3496399Z test_optimize_for_mobile (__main__.TestOptimizer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyTestModule test_mobile_optimizer.py line 55 2022-09-27T16:18:57.3496984Z due to: 2022-09-27T16:18:57.3497423Z Traceback (most recent call last): 2022-09-27T16:18:57.3498149Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:57.3498567Z raise Unsupported(msg) 2022-09-27T16:18:57.3499010Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:57.3499284Z 2022-09-27T16:18:57.3499418Z from user code: 2022-09-27T16:18:57.3499827Z File "test_mobile_optimizer.py", line 55, in MyTestModule 2022-09-27T16:18:57.3500266Z class MyTestModule(torch.nn.Module): 2022-09-27T16:18:57.3500538Z 2022-09-27T16:18:57.3500761Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:57.3500989Z ========== 2022-09-27T16:18:57.5101159Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyPreserveMethodsTest test_mobile_optimizer.py line 185 2022-09-27T16:18:57.5101661Z due to: 2022-09-27T16:18:57.5101975Z Traceback (most recent call last): 2022-09-27T16:18:57.5102479Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:57.5102901Z raise Unsupported(msg) 2022-09-27T16:18:57.5103295Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:57.5103554Z 2022-09-27T16:18:57.5103670Z from user code: 2022-09-27T16:18:57.5104076Z File "test_mobile_optimizer.py", line 185, in MyPreserveMethodsTest 2022-09-27T16:18:57.5104546Z class MyPreserveMethodsTest(torch.nn.Module): 2022-09-27T16:18:57.5104800Z 2022-09-27T16:18:57.5105027Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:57.5105392Z ========== 2022-09-27T16:18:57.5287727Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT OptimizeNoForwardTest test_mobile_optimizer.py line 209 2022-09-27T16:18:57.5288202Z due to: 2022-09-27T16:18:57.5288526Z Traceback (most recent call last): 2022-09-27T16:18:57.5288971Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:57.5289404Z raise Unsupported(msg) 2022-09-27T16:18:57.5289810Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:57.5290072Z 2022-09-27T16:18:57.5290186Z from user code: 2022-09-27T16:18:57.5290568Z File "test_mobile_optimizer.py", line 209, in OptimizeNoForwardTest 2022-09-27T16:18:57.5291045Z class OptimizeNoForwardTest(torch.nn.Module): 2022-09-27T16:18:57.5291298Z 2022-09-27T16:18:57.5291518Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:57.5291876Z ========== 2022-09-27T16:18:57.5650700Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT BNTestNoForwardModule test_mobile_optimizer.py line 235 2022-09-27T16:18:57.5651190Z due to: 2022-09-27T16:18:57.5651490Z Traceback (most recent call last): 2022-09-27T16:18:57.5651957Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:57.5653778Z raise Unsupported(msg) 2022-09-27T16:18:57.5656839Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:57.5659689Z 2022-09-27T16:18:57.5662423Z from user code: 2022-09-27T16:18:57.5665433Z File "test_mobile_optimizer.py", line 235, in BNTestNoForwardModule 2022-09-27T16:18:57.5668454Z class BNTestNoForwardModule(torch.nn.Module): 2022-09-27T16:18:57.5671087Z 2022-09-27T16:18:57.5673190Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:57.5673902Z ========== 2022-09-27T16:18:57.5903912Z ok (0.305s) 2022-09-27T16:18:57.5968789Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyIncompleteBundledInputModule test_mobile_optimizer.py line 368 2022-09-27T16:18:57.5969502Z due to: 2022-09-27T16:18:57.5969838Z Traceback (most recent call last): 2022-09-27T16:18:57.5970297Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:18:57.5970717Z raise Unsupported(msg) 2022-09-27T16:18:57.5971110Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:18:57.5971371Z 2022-09-27T16:18:57.5971483Z from user code: 2022-09-27T16:18:57.5972156Z File "test_mobile_optimizer.py", line 368, in MyIncompleteBundledInputModule 2022-09-27T16:18:57.5972681Z class MyIncompleteBundledInputModule(torch.nn.Module): 2022-09-27T16:18:57.5972972Z 2022-09-27T16:18:57.5973187Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:18:57.5973556Z ========== 2022-09-27T16:18:57.6393821Z ok (0.048s) 2022-09-27T16:18:57.7022972Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:1206: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-09-27T16:18:57.7023866Z Returning default scale and zero point " 2022-09-27T16:18:57.7469757Z ok (0.107s) 2022-09-27T16:18:57.7469957Z 2022-09-27T16:18:57.7470805Z ---------------------------------------------------------------------- 2022-09-27T16:18:57.7471252Z Ran 7 tests in 8.742s 2022-09-27T16:18:57.7471442Z 2022-09-27T16:18:57.7474377Z OK 2022-09-27T16:18:57.7474541Z 2022-09-27T16:18:57.7474691Z Generating XML reports... 2022-09-27T16:18:57.7507374Z Generated XML report: test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20220927161849.xml 2022-09-27T16:18:58.2082614Z Running test_monitor ... [2022-09-27 16:18:58.207825] 2022-09-27T16:18:58.2083138Z Executing ['/opt/conda/bin/python', '-bb', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:58.207908] 2022-09-27T16:18:59.4932794Z Test results will be stored in test-reports/python-unittest/test_monitor 2022-09-27T16:18:59.4944180Z 2022-09-27T16:18:59.4944326Z Running tests... 2022-09-27T16:18:59.4944942Z ---------------------------------------------------------------------- 2022-09-27T16:19:03.5884703Z test_event_handler (__main__.TestMonitor) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_monitor.py line 84 2022-09-27T16:19:03.5885279Z due to: 2022-09-27T16:19:03.5885610Z Traceback (most recent call last): 2022-09-27T16:19:03.5886118Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T16:19:03.5886704Z return super().call_method(tx, args, kwargs) 2022-09-27T16:19:03.5887313Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T16:19:03.5887628Z 2022-09-27T16:19:03.5887744Z from user code: 2022-09-27T16:19:03.5888119Z File "test_monitor.py", line 87, in 2022-09-27T16:19:03.5888532Z timestamp=datetime.now(), 2022-09-27T16:19:03.5888751Z 2022-09-27T16:19:03.5888978Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:19:03.5889359Z ========== 2022-09-27T16:19:03.5911585Z ok (4.037s) 2022-09-27T16:19:03.6987014Z test_fixed_count_stat (__main__.TestMonitor) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_monitor.py line 55 2022-09-27T16:19:03.6987596Z due to: 2022-09-27T16:19:03.6987875Z Traceback (most recent call last): 2022-09-27T16:19:03.6988358Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:19:03.6988861Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:19:03.6989631Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:19:03.6990369Z 2022-09-27T16:19:03.6990497Z from user code: 2022-09-27T16:19:03.6990885Z File "test_monitor.py", line 56, in 2022-09-27T16:19:03.6991236Z name = s.name 2022-09-27T16:19:03.6991374Z 2022-09-27T16:19:03.6991574Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:19:03.6991907Z ========== 2022-09-27T16:19:03.6994310Z ok (0.108s) 2022-09-27T16:19:03.7195113Z test_interval_stat (__main__.TestMonitor) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_monitor.py line 32 2022-09-27T16:19:03.7195577Z due to: 2022-09-27T16:19:03.7195765Z Traceback (most recent call last): 2022-09-27T16:19:03.7196073Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:19:03.7196366Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:19:03.7196844Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:19:03.7197072Z 2022-09-27T16:19:03.7197145Z from user code: 2022-09-27T16:19:03.7197367Z File "test_monitor.py", line 34, in 2022-09-27T16:19:03.7197618Z self.assertEqual(s.name, "asdf") 2022-09-27T16:19:03.7197750Z 2022-09-27T16:19:03.7197882Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:19:03.7198101Z ========== 2022-09-27T16:19:03.7208669Z ok (0.021s) 2022-09-27T16:19:03.7234238Z test_log_event (__main__.TestMonitor) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_log_event test_monitor.py line 63 2022-09-27T16:19:03.7234740Z due to: 2022-09-27T16:19:03.7235013Z Traceback (most recent call last): 2022-09-27T16:19:03.7235491Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T16:19:03.7235948Z return super().call_method(tx, args, kwargs) 2022-09-27T16:19:03.7236539Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T16:19:03.7236798Z 2022-09-27T16:19:03.7236913Z from user code: 2022-09-27T16:19:03.7237236Z File "test_monitor.py", line 66, in test_log_event 2022-09-27T16:19:03.7237603Z timestamp=datetime.now(), 2022-09-27T16:19:03.7237822Z 2022-09-27T16:19:03.7238020Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:19:03.7238356Z ========== 2022-09-27T16:19:03.7238616Z ok (0.002s) 2022-09-27T16:19:07.6053824Z test_event_handler (__main__.TestMonitorTensorboard) ... ok (3.881s) 2022-09-27T16:19:07.6054148Z 2022-09-27T16:19:07.6054602Z ---------------------------------------------------------------------- 2022-09-27T16:19:07.6055039Z Ran 5 tests in 8.111s 2022-09-27T16:19:07.6055226Z 2022-09-27T16:19:07.6055316Z OK 2022-09-27T16:19:07.6055467Z 2022-09-27T16:19:07.6055622Z Generating XML reports... 2022-09-27T16:19:07.6062861Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitor-20220927161859.xml 2022-09-27T16:19:07.6065228Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20220927161859.xml 2022-09-27T16:19:08.0291798Z Running nn/test_packed_sequence ... [2022-09-27 16:19:08.028790] 2022-09-27T16:19:08.0292348Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_packed_sequence.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:08.028871] 2022-09-27T16:19:09.3215610Z Test results will be stored in test-reports/python-unittest/nn.test_packed_sequence 2022-09-27T16:19:09.3226996Z 2022-09-27T16:19:09.3227113Z Running tests... 2022-09-27T16:19:09.3228025Z ---------------------------------------------------------------------- 2022-09-27T16:19:15.4873237Z test_pack_padded_sequence (__main__.PackedSequenceTest) ... ok (6.105s) 2022-09-27T16:19:15.5063347Z test_pack_sequence (__main__.PackedSequenceTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pack_sequence nn/test_packed_sequence.py line 227 2022-09-27T16:19:15.5063925Z due to: 2022-09-27T16:19:15.5064136Z Traceback (most recent call last): 2022-09-27T16:19:15.5064484Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:19:15.5064758Z return self._op(*args, **kwargs or {}) 2022-09-27T16:19:15.5065117Z RuntimeError: 'lengths' argument should be a 1D CPU int64 tensor, but got 1D meta Long tensor 2022-09-27T16:19:15.5065303Z 2022-09-27T16:19:15.5065442Z The above exception was the direct cause of the following exception: 2022-09-27T16:19:15.5065596Z 2022-09-27T16:19:15.5065756Z Traceback (most recent call last): 2022-09-27T16:19:15.5066038Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:19:15.5066313Z raise TorchRuntimeError() from e 2022-09-27T16:19:15.5066533Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:19:15.5066675Z 2022-09-27T16:19:15.5066745Z from user code: 2022-09-27T16:19:15.5066980Z File "nn/test_packed_sequence.py", line 241, in test_pack_sequence 2022-09-27T16:19:15.5067251Z packed = rnn_utils.pack_sequence([a, b, c], enforce_sorted=False) 2022-09-27T16:19:15.5067410Z 2022-09-27T16:19:15.5067543Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:19:15.5067764Z ========== 2022-09-27T16:19:15.5352279Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _compatibility_test nn/test_packed_sequence.py line 228 2022-09-27T16:19:15.5352992Z due to: 2022-09-27T16:19:15.5353298Z Traceback (most recent call last): 2022-09-27T16:19:15.5353659Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:19:15.5353920Z return self._op(*args, **kwargs or {}) 2022-09-27T16:19:15.5354281Z RuntimeError: 'lengths' argument should be a 1D CPU int64 tensor, but got 1D meta Long tensor 2022-09-27T16:19:15.5354467Z 2022-09-27T16:19:15.5354604Z The above exception was the direct cause of the following exception: 2022-09-27T16:19:15.5354774Z 2022-09-27T16:19:15.5354865Z Traceback (most recent call last): 2022-09-27T16:19:15.5355129Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:19:15.5355408Z raise TorchRuntimeError() from e 2022-09-27T16:19:15.5355642Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:19:15.5355782Z 2022-09-27T16:19:15.5355840Z from user code: 2022-09-27T16:19:15.5356076Z File "nn/test_packed_sequence.py", line 230, in _compatibility_test 2022-09-27T16:19:15.5356359Z packed = rnn_utils.pack_sequence(sequences, enforce_sorted) 2022-09-27T16:19:15.5356514Z 2022-09-27T16:19:15.5356648Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:19:15.5356851Z ========== 2022-09-27T16:19:15.5899733Z ok (0.102s) 2022-09-27T16:19:16.0054606Z test_pad_sequence (__main__.PackedSequenceTest) ... ok (0.415s) 2022-09-27T16:19:16.0116487Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... ok (0.006s) 2022-09-27T16:19:16.0333561Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... ok (0.021s) 2022-09-27T16:19:16.0426535Z test_to (__main__.PackedSequenceTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_to nn/test_packed_sequence.py line 118 2022-09-27T16:19:16.0427033Z due to: 2022-09-27T16:19:16.0427344Z Traceback (most recent call last): 2022-09-27T16:19:16.0427857Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:19:16.0428324Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:19:16.0429226Z TypeError: expected TensorOptions(dtype=int, device=cpu, layout=Strided, requires_grad=false (default), pinned_memory=false (default), memory_format=(nullopt)) (got TensorOptions(dtype=long, device=cpu, layout=Strided, requires_grad=false (default), pinned_memory=false (default), memory_format=(nullopt))) 2022-09-27T16:19:16.0429912Z 2022-09-27T16:19:16.0430028Z from user code: 2022-09-27T16:19:16.0430392Z File "nn/test_packed_sequence.py", line 120, in test_to 2022-09-27T16:19:16.0431097Z padded, lengths = self._padded_sequence(torch.IntTensor) 2022-09-27T16:19:16.0431360Z 2022-09-27T16:19:16.0431581Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:19:16.0431953Z ========== 2022-09-27T16:19:16.0484132Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _padded_sequence nn/test_packed_sequence.py line 42 2022-09-27T16:19:16.0484604Z due to: 2022-09-27T16:19:16.0484940Z Traceback (most recent call last): 2022-09-27T16:19:16.0485405Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:19:16.0486106Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:19:16.0487060Z TypeError: expected TensorOptions(dtype=int, device=cpu, layout=Strided, requires_grad=false (default), pinned_memory=false (default), memory_format=(nullopt)) (got TensorOptions(dtype=long, device=cpu, layout=Strided, requires_grad=false (default), pinned_memory=false (default), memory_format=(nullopt))) 2022-09-27T16:19:16.0487749Z 2022-09-27T16:19:16.0487868Z from user code: 2022-09-27T16:19:16.0488235Z File "nn/test_packed_sequence.py", line 44, in _padded_sequence 2022-09-27T16:19:16.0488668Z ordered = self._ordered_sequence(tensor_type) 2022-09-27T16:19:16.0488903Z 2022-09-27T16:19:16.0489121Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:19:16.0489477Z ========== 2022-09-27T16:19:16.0530247Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _ordered_sequence nn/test_packed_sequence.py line 31 2022-09-27T16:19:16.0530699Z due to: 2022-09-27T16:19:16.0530999Z Traceback (most recent call last): 2022-09-27T16:19:16.0532099Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:19:16.0532585Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:19:16.0533463Z TypeError: expected TensorOptions(dtype=int, device=cpu, layout=Strided, requires_grad=false (default), pinned_memory=false (default), memory_format=(nullopt)) (got TensorOptions(dtype=long, device=cpu, layout=Strided, requires_grad=false (default), pinned_memory=false (default), memory_format=(nullopt))) 2022-09-27T16:19:16.0534141Z 2022-09-27T16:19:16.0534255Z from user code: 2022-09-27T16:19:16.0534624Z File "nn/test_packed_sequence.py", line 34, in _ordered_sequence 2022-09-27T16:19:16.0535034Z for _ in range(self.batch_size)] 2022-09-27T16:19:16.0535254Z 2022-09-27T16:19:16.0535472Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:19:16.0535826Z ========== 2022-09-27T16:19:16.0547799Z ok (0.021s) 2022-09-27T16:19:16.0683221Z test_to_memory_format (__main__.PackedSequenceTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_packed_sequence.py line 142 2022-09-27T16:19:16.0683832Z due to: 2022-09-27T16:19:16.0684126Z Traceback (most recent call last): 2022-09-27T16:19:16.0684611Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:19:16.0685120Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:19:16.0685551Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:19:16.0685812Z 2022-09-27T16:19:16.0685936Z from user code: 2022-09-27T16:19:16.0686417Z File "nn/test_packed_sequence.py", line 145, in 2022-09-27T16:19:16.0686953Z self.assertTrue(param.is_contiguous(memory_format=torch.channels_last)) 2022-09-27T16:19:16.0687243Z 2022-09-27T16:19:16.0687465Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:19:16.0687843Z ========== 2022-09-27T16:19:16.0688106Z ok (0.013s) 2022-09-27T16:19:16.0777033Z test_total_length (__main__.PackedSequenceTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_total_length nn/test_packed_sequence.py line 85 2022-09-27T16:19:16.0777595Z due to: 2022-09-27T16:19:16.0777901Z Traceback (most recent call last): 2022-09-27T16:19:16.0778382Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:19:16.0779099Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:19:16.0779980Z TypeError: expected TensorOptions(dtype=float, device=cpu, layout=Strided, requires_grad=false (default), pinned_memory=false (default), memory_format=(nullopt)) (got TensorOptions(dtype=long, device=cpu, layout=Strided, requires_grad=false (default), pinned_memory=false (default), memory_format=(nullopt))) 2022-09-27T16:19:16.0780657Z 2022-09-27T16:19:16.0780774Z from user code: 2022-09-27T16:19:16.0781156Z File "nn/test_packed_sequence.py", line 86, in test_total_length 2022-09-27T16:19:16.0781682Z padded, lengths = self._padded_sequence(torch.FloatTensor) 2022-09-27T16:19:16.0781959Z 2022-09-27T16:19:16.0782179Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:19:16.0782552Z ========== 2022-09-27T16:19:16.0866832Z ok (0.018s) 2022-09-27T16:19:16.0880138Z test_type_casts (__main__.PackedSequenceTest) 2022-09-27T16:19:16.1229497Z Test type casting of `PackedSequence` against type casting of tensor ... ok (0.035s) 2022-09-27T16:19:16.1384104Z test_unpack_sequence (__main__.PackedSequenceTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unpack_sequence nn/test_packed_sequence.py line 288 2022-09-27T16:19:16.1384695Z due to: 2022-09-27T16:19:16.1385010Z Traceback (most recent call last): 2022-09-27T16:19:16.1385603Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:19:16.1386049Z return self._op(*args, **kwargs or {}) 2022-09-27T16:19:16.1386673Z RuntimeError: 'lengths' argument should be a 1D CPU int64 tensor, but got 1D meta Long tensor 2022-09-27T16:19:16.1386986Z 2022-09-27T16:19:16.1387217Z The above exception was the direct cause of the following exception: 2022-09-27T16:19:16.1387496Z 2022-09-27T16:19:16.1387650Z Traceback (most recent call last): 2022-09-27T16:19:16.1388105Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:19:16.1388569Z raise TorchRuntimeError() from e 2022-09-27T16:19:16.1388958Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:19:16.1389194Z 2022-09-27T16:19:16.1389294Z from user code: 2022-09-27T16:19:16.1389682Z File "nn/test_packed_sequence.py", line 296, in test_unpack_sequence 2022-09-27T16:19:16.1390196Z packed_sequences = rnn_utils.pack_sequence(sequences, enforce_sorted=False) 2022-09-27T16:19:16.1390489Z 2022-09-27T16:19:16.1390707Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:19:16.1391058Z ========== 2022-09-27T16:19:16.1474976Z ok (0.024s) 2022-09-27T16:19:16.1918657Z test_unpad_sequence (__main__.PackedSequenceTest) ... ok (0.044s) 2022-09-27T16:19:16.2106737Z test_wrong_order (__main__.PackedSequenceTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_packed_sequence.py line 68 2022-09-27T16:19:16.2107306Z due to: 2022-09-27T16:19:16.2107645Z Traceback (most recent call last): 2022-09-27T16:19:16.2108255Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:19:16.2108696Z return self._op(*args, **kwargs or {}) 2022-09-27T16:19:16.2109297Z RuntimeError: 'lengths' argument should be a 1D CPU int64 tensor, but got 1D meta Long tensor 2022-09-27T16:19:16.2109610Z 2022-09-27T16:19:16.2109840Z The above exception was the direct cause of the following exception: 2022-09-27T16:19:16.2110123Z 2022-09-27T16:19:16.2110273Z Traceback (most recent call last): 2022-09-27T16:19:16.2110732Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:19:16.2111196Z raise TorchRuntimeError() from e 2022-09-27T16:19:16.2111590Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:19:16.2111828Z 2022-09-27T16:19:16.2111926Z from user code: 2022-09-27T16:19:16.2112286Z File "nn/test_packed_sequence.py", line 68, in 2022-09-27T16:19:16.2112880Z lambda: rnn_utils.pack_padded_sequence(b_a, [22, 25], enforce_sorted=True)) 2022-09-27T16:19:16.2113456Z 2022-09-27T16:19:16.2113680Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:19:16.2114038Z ========== 2022-09-27T16:19:16.2151014Z ok (0.023s) 2022-09-27T16:19:16.2151241Z 2022-09-27T16:19:16.2151668Z ---------------------------------------------------------------------- 2022-09-27T16:19:16.2152065Z Ran 12 tests in 6.892s 2022-09-27T16:19:16.2152254Z 2022-09-27T16:19:16.2152354Z OK 2022-09-27T16:19:16.2152504Z 2022-09-27T16:19:16.2152648Z Generating XML reports... 2022-09-27T16:19:16.2194783Z Generated XML report: test-reports/python-unittest/nn.test_packed_sequence/TEST-PackedSequenceTest-20220927161909.xml 2022-09-27T16:19:16.6319111Z Running test_mkl_verbose ... [2022-09-27 16:19:16.631550] 2022-09-27T16:19:16.6319645Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkl_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:16.631630] 2022-09-27T16:19:17.9289656Z Test results will be stored in test-reports/python-unittest/test_mkl_verbose 2022-09-27T16:19:17.9300040Z 2022-09-27T16:19:17.9300212Z Running tests... 2022-09-27T16:19:17.9300885Z ---------------------------------------------------------------------- 2022-09-27T16:19:23.1931353Z test_verbose_off (__main__.TestMKLVerbose) ... ok (5.203s) 2022-09-27T16:19:25.2138166Z test_verbose_on (__main__.TestMKLVerbose) ... ok (2.019s) 2022-09-27T16:19:25.2138438Z 2022-09-27T16:19:25.2138821Z ---------------------------------------------------------------------- 2022-09-27T16:19:25.2139077Z Ran 2 tests in 7.284s 2022-09-27T16:19:25.2139194Z 2022-09-27T16:19:25.2139242Z OK 2022-09-27T16:19:25.2139350Z 2022-09-27T16:19:25.2139451Z Generating XML reports... 2022-09-27T16:19:25.2176454Z Generated XML report: test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20220927161917.xml 2022-09-27T16:19:25.6337469Z Running test_mkldnn_verbose ... [2022-09-27 16:19:25.633265] 2022-09-27T16:19:25.6338175Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:25.633346] 2022-09-27T16:19:26.9044796Z Test results will be stored in test-reports/python-unittest/test_mkldnn_verbose 2022-09-27T16:19:26.9055957Z 2022-09-27T16:19:26.9056386Z Running tests... 2022-09-27T16:19:26.9056797Z ---------------------------------------------------------------------- 2022-09-27T16:19:32.2088566Z test_verbose_off (__main__.TestMKLDNNVerbose) ... ok (5.243s) 2022-09-27T16:19:33.4344529Z test_verbose_on (__main__.TestMKLDNNVerbose) ... ok (1.224s) 2022-09-27T16:19:33.4346201Z 2022-09-27T16:19:33.4346622Z ---------------------------------------------------------------------- 2022-09-27T16:19:33.4346896Z Ran 2 tests in 6.529s 2022-09-27T16:19:33.4347043Z 2022-09-27T16:19:33.4347107Z OK 2022-09-27T16:19:33.4347199Z 2022-09-27T16:19:33.4347293Z Generating XML reports... 2022-09-27T16:19:33.4385325Z Generated XML report: test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20220927161926.xml 2022-09-27T16:19:33.8342215Z Running test_utils ... [2022-09-27 16:19:33.833817] 2022-09-27T16:19:33.8342761Z Executing ['/opt/conda/bin/python', '-bb', 'test_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:33.833901] 2022-09-27T16:19:35.2829386Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:19:35.4223802Z Test results will be stored in test-reports/python-unittest/test_utils 2022-09-27T16:19:35.4247075Z 2022-09-27T16:19:35.4247387Z Running tests... 2022-09-27T16:19:35.4248082Z ---------------------------------------------------------------------- 2022-09-27T16:19:37.6662532Z test_assert_scriptable (__main__.TestAssert) ... ok (2.113s) 2022-09-27T16:19:37.7606825Z test_assert_true (__main__.TestAssert) ... ok (0.094s) 2022-09-27T16:19:37.7624204Z test_bottleneck_cpu_only (__main__.TestBottleneck) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68433 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:37.7632537Z test_bottleneck_cuda (__main__.TestBottleneck) ... skip: No CUDA (0.000s) 2022-09-27T16:19:38.0578508Z test_checkpoint (__main__.TestCheckpoint) ... ok (0.294s) 2022-09-27T16:19:38.1237537Z test_checkpoint_module_list (__main__.TestCheckpoint) ... ok (0.065s) 2022-09-27T16:19:38.1350318Z test_checkpoint_no_tensors (__main__.TestCheckpoint) ... /opt/conda/lib/python3.7/site-packages/torch/utils/checkpoint.py:31: UserWarning: None of the inputs have requires_grad=True. Gradients will be None 2022-09-27T16:19:38.1350784Z warnings.warn("None of the inputs have requires_grad=True. Gradients will be None") 2022-09-27T16:19:38.1841399Z ok (0.060s) 2022-09-27T16:19:38.1958614Z test_checkpoint_non_tensor (__main__.TestCheckpoint) ... ok (0.011s) 2022-09-27T16:19:38.3877609Z test_checkpoint_non_tensor_inputs_outputs (__main__.TestCheckpoint) ... ok (0.191s) 2022-09-27T16:19:38.3886556Z test_checkpoint_not_preserve_rng_state_and_without_reentrant (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-09-27T16:19:38.4211380Z test_checkpoint_partial_grad (__main__.TestCheckpoint) ... ok (0.032s) 2022-09-27T16:19:38.4465383Z test_checkpoint_rng_cpu (__main__.TestCheckpoint) ... ok (0.025s) 2022-09-27T16:19:38.4479103Z test_checkpoint_rng_cuda (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-09-27T16:19:38.4517127Z test_checkpoint_sequential_deprecated_multiple_args (__main__.TestCheckpoint) ... ok (0.003s) 2022-09-27T16:19:38.4552935Z test_checkpoint_sequential_deprecated_no_args (__main__.TestCheckpoint) ... ok (0.003s) 2022-09-27T16:19:38.4653940Z test_checkpoint_trigger (__main__.TestCheckpoint) ... ok (0.010s) 2022-09-27T16:19:38.5333642Z test_checkpoint_valid (__main__.TestCheckpoint) ... ok (0.067s) 2022-09-27T16:19:38.5357177Z test_checkpointing_without_reentrant_early_free (__main__.TestCheckpoint) ... skip: Test requires CUDA (0.002s) 2022-09-27T16:19:38.5368419Z 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-09-27T16:19:38.5799505Z test_cc_compiler_is_ok (__main__.TestCppExtensionUtils) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cc_compiler_is_ok test_utils.py line 769 2022-09-27T16:19:38.5800259Z due to: 2022-09-27T16:19:38.5800559Z Traceback (most recent call last): 2022-09-27T16:19:38.5801076Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:19:38.5801826Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:19:38.5802685Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:19:38.5803062Z 2022-09-27T16:19:38.5803165Z from user code: 2022-09-27T16:19:38.5803534Z File "test_utils.py", line 770, in test_cc_compiler_is_ok 2022-09-27T16:19:38.5804159Z self.assertTrue(torch.utils.cpp_extension.check_compiler_ok_for_platform('cc')) 2022-09-27T16:19:38.5804476Z 2022-09-27T16:19:38.5804699Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:19:38.5805052Z ========== 2022-09-27T16:19:39.4653442Z ok (0.928s) 2022-09-27T16:19:39.4999218Z test_cpp_compiler_is_ok (__main__.TestCppExtensionUtils) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cpp_compiler_is_ok test_utils.py line 766 2022-09-27T16:19:39.4999656Z due to: 2022-09-27T16:19:39.4999833Z Traceback (most recent call last): 2022-09-27T16:19:39.5000118Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:19:39.5000754Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:19:39.5001229Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:19:39.5001449Z 2022-09-27T16:19:39.5001524Z from user code: 2022-09-27T16:19:39.5001860Z File "test_utils.py", line 767, in test_cpp_compiler_is_ok 2022-09-27T16:19:39.5002554Z self.assertTrue(torch.utils.cpp_extension.check_compiler_ok_for_platform('c++')) 2022-09-27T16:19:39.5002906Z 2022-09-27T16:19:39.5003237Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:19:39.5003654Z ========== 2022-09-27T16:19:39.5215633Z ok (0.055s) 2022-09-27T16:19:39.5281573Z 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.005s) 2022-09-27T16:19:39.5290049Z test_multi_keep (__main__.TestDataLoaderUtils) ... skip: FIXME: Intermittent CUDA out-of-memory error on Windows and time-out under ASAN (0.000s) 2022-09-27T16:19:39.5301452Z test_random_seed (__main__.TestDataLoaderUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70516 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:39.5386680Z test_single_drop (__main__.TestDataLoaderUtils) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_single_drop test_utils.py line 455 2022-09-27T16:19:39.5387243Z due to: 2022-09-27T16:19:39.5387620Z Traceback (most recent call last): 2022-09-27T16:19:39.5387936Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:19:39.5388400Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:19:39.5388911Z AssertionError: torch.* op returned non-Tensor DataLoader call_function 2022-09-27T16:19:39.5389154Z 2022-09-27T16:19:39.5389213Z from user code: 2022-09-27T16:19:39.5389426Z File "test_utils.py", line 459, in test_single_drop 2022-09-27T16:19:39.5389632Z drop_last=True) 2022-09-27T16:19:39.5389739Z 2022-09-27T16:19:39.5389874Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:19:39.5390078Z ========== 2022-09-27T16:19:39.5394757Z ok (0.009s) 2022-09-27T16:19:39.5426739Z test_single_keep (__main__.TestDataLoaderUtils) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_single_keep test_utils.py line 444 2022-09-27T16:19:39.5427086Z due to: 2022-09-27T16:19:39.5427324Z Traceback (most recent call last): 2022-09-27T16:19:39.5427623Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:19:39.5428251Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:19:39.5428958Z AssertionError: torch.* op returned non-Tensor DataLoader call_function 2022-09-27T16:19:39.5429203Z 2022-09-27T16:19:39.5429280Z from user code: 2022-09-27T16:19:39.5429490Z File "test_utils.py", line 451, in test_single_keep 2022-09-27T16:19:39.5429685Z drop_last=False) 2022-09-27T16:19:39.5429792Z 2022-09-27T16:19:39.5429927Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:19:39.5430157Z ========== 2022-09-27T16:19:39.5430897Z ok (0.003s) 2022-09-27T16:19:39.5534833Z test_external_module_register (__main__.TestExtensionUtils) ... ok (0.010s) 2022-09-27T16:19:39.5550852Z test_import_hipify (__main__.TestHipify) ... ok (0.001s) 2022-09-27T16:19:39.5594016Z test_check_onnx_broadcast (__main__.TestONNXUtils) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT try_check_onnx_broadcast test_utils.py line 600 2022-09-27T16:19:39.5594607Z due to: 2022-09-27T16:19:39.5594984Z Traceback (most recent call last): 2022-09-27T16:19:39.5595691Z File "/opt/conda/lib/python3.7/site-packages/torch/autograd/_functions/utils.py", line 55, in check_onnx_broadcast 2022-09-27T16:19:39.5596252Z "Input dims are: {}, {}".format(dims1, dims2)) 2022-09-27T16:19:39.5596563Z ValueError: Numpy style broadcasting is not supported in ONNX. Input dims are: [3, 4], [2, 3, 4] 2022-09-27T16:19:39.5596749Z 2022-09-27T16:19:39.5596959Z from user code: 2022-09-27T16:19:39.5597170Z File "test_utils.py", line 604, in try_check_onnx_broadcast 2022-09-27T16:19:39.5597425Z broadcast = check_onnx_broadcast(dims1, dims2) 2022-09-27T16:19:39.5597591Z 2022-09-27T16:19:39.5597748Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:19:39.5597980Z ========== 2022-09-27T16:19:39.5598600Z ok (0.004s) 2022-09-27T16:19:39.5624806Z test_prepare_onnx_paddings (__main__.TestONNXUtils) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_prepare_onnx_paddings test_utils.py line 592 2022-09-27T16:19:39.5625255Z due to: 2022-09-27T16:19:39.5625459Z Traceback (most recent call last): 2022-09-27T16:19:39.5625748Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:19:39.5626174Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:19:39.5626614Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T16:19:39.5626849Z 2022-09-27T16:19:39.5626958Z from user code: 2022-09-27T16:19:39.5627259Z File "test_utils.py", line 595, in test_prepare_onnx_paddings 2022-09-27T16:19:39.5627516Z paddings = _prepare_onnx_paddings(len(sizes), pad) 2022-09-27T16:19:39.5627665Z 2022-09-27T16:19:39.5627804Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:19:39.5628067Z ========== 2022-09-27T16:19:39.5628218Z ok (0.003s) 2022-09-27T16:19:41.4064145Z test_load_standalone (__main__.TestStandaloneCPPJIT) ... ok (1.843s) 2022-09-27T16:19:41.4064402Z 2022-09-27T16:19:41.4064777Z ---------------------------------------------------------------------- 2022-09-27T16:19:41.4065032Z Ran 31 tests in 5.982s 2022-09-27T16:19:41.4065163Z 2022-09-27T16:19:41.4065275Z OK (skipped=9) 2022-09-27T16:19:41.4065384Z 2022-09-27T16:19:41.4065470Z Generating XML reports... 2022-09-27T16:19:41.4103351Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestAssert-20220927161935.xml 2022-09-27T16:19:41.4116103Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCheckpoint-20220927161935.xml 2022-09-27T16:19:41.4119129Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCppExtensionUtils-20220927161935.xml 2022-09-27T16:19:41.4125711Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestDataLoaderUtils-20220927161935.xml 2022-09-27T16:19:41.4127977Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestExtensionUtils-20220927161935.xml 2022-09-27T16:19:41.4130294Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestHipify-20220927161935.xml 2022-09-27T16:19:41.4133338Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestONNXUtils-20220927161935.xml 2022-09-27T16:19:41.4136018Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestStandaloneCPPJIT-20220927161935.xml 2022-09-27T16:19:41.4139682Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestBottleneck-20220927161935.xml 2022-09-27T16:19:41.4142478Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCollectEnv-20220927161935.xml 2022-09-27T16:19:41.8424792Z Running test_stateless ... [2022-09-27 16:19:41.842097] 2022-09-27T16:19:41.8425294Z Executing ['/opt/conda/bin/python', '-bb', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:41.842177] 2022-09-27T16:19:43.3217945Z Test results will be stored in test-reports/python-unittest/test_stateless 2022-09-27T16:19:43.3241652Z 2022-09-27T16:19:43.3242225Z Running tests... 2022-09-27T16:19:43.3242874Z ---------------------------------------------------------------------- 2022-09-27T16:19:47.0255426Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... ok (3.642s) 2022-09-27T16:19:48.3048015Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... ok (1.278s) 2022-09-27T16:19:48.4669340Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.161s) 2022-09-27T16:19:48.5172670Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.050s) 2022-09-27T16:19:48.5607975Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.043s) 2022-09-27T16:19:48.5622355Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:19:48.6305543Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.068s) 2022-09-27T16:19:48.7296464Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.098s) 2022-09-27T16:19:48.8157546Z test_reparamertize_module_fail_reset_to_original (__main__.TestStatelessFunctionalAPI) ... ok (0.085s) 2022-09-27T16:19:48.9825344Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.166s) 2022-09-27T16:19:48.9908385Z test_setattr (__main__.TestStatelessFunctionalAPI) ... ok (0.008s) 2022-09-27T16:19:48.9908720Z 2022-09-27T16:19:48.9909172Z ---------------------------------------------------------------------- 2022-09-27T16:19:48.9909557Z Ran 11 tests in 5.668s 2022-09-27T16:19:48.9909733Z 2022-09-27T16:19:48.9909842Z OK (skipped=1) 2022-09-27T16:19:48.9910021Z 2022-09-27T16:19:48.9910162Z Generating XML reports... 2022-09-27T16:19:48.9939784Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20220927161943.xml 2022-09-27T16:19:48.9942344Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20220927161943.xml 2022-09-27T16:19:48.9953306Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20220927161943.xml 2022-09-27T16:19:49.3814439Z Running test_futures ... [2022-09-27 16:19:49.381068] 2022-09-27T16:19:49.3814978Z Executing ['/opt/conda/bin/python', '-bb', 'test_futures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:49.381148] 2022-09-27T16:19:50.6759311Z Test results will be stored in test-reports/python-unittest/test_futures 2022-09-27T16:19:50.6780289Z 2022-09-27T16:19:50.6780569Z Running tests... 2022-09-27T16:19:50.6781293Z ---------------------------------------------------------------------- 2022-09-27T16:19:54.8952333Z test_add_done_callback_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: ValueError: Expected error 2022-09-27T16:19:54.8952661Z 2022-09-27T16:19:54.8952728Z At: 2022-09-27T16:19:54.8953173Z test_futures.py(236): raise_value_error 2022-09-27T16:19:54.8953638Z /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py(241): set_result 2022-09-27T16:19:54.8953940Z test_futures.py(229): _test_add_done_callback_error_ignored 2022-09-27T16:19:54.8954213Z test_futures.py(238): test_add_done_callback_error_is_ignored 2022-09-27T16:19:54.8954463Z /opt/conda/lib/python3.7/unittest/case.py(628): run 2022-09-27T16:19:54.8954742Z /var/lib/jenkins/torchdynamo/torchdynamo/eval_frame.py(167): _fn 2022-09-27T16:19:54.8955148Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2000): _run_with_retry 2022-09-27T16:19:54.8955558Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2068): run 2022-09-27T16:19:54.8956086Z /opt/conda/lib/python3.7/unittest/case.py(676): __call__ 2022-09-27T16:19:54.8956346Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-09-27T16:19:54.8956606Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-09-27T16:19:54.8956846Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-09-27T16:19:54.8957101Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-09-27T16:19:54.8957446Z /opt/conda/lib/python3.7/site-packages/xmlrunner/runner.py(67): run 2022-09-27T16:19:54.8957712Z /opt/conda/lib/python3.7/unittest/main.py(271): runTests 2022-09-27T16:19:54.8958026Z /opt/conda/lib/python3.7/unittest/main.py(101): __init__ 2022-09-27T16:19:54.8958401Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(786): run_tests 2022-09-27T16:19:54.8958665Z test_futures.py(340): 2022-09-27T16:19:54.8958785Z 2022-09-27T16:19:54.8978948Z ok (4.155s) 2022-09-27T16:19:54.9210312Z test_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.022s) 2022-09-27T16:19:54.9226969Z test_add_done_callback_no_arg_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: TypeError: no_arg() takes 0 positional arguments but 1 was given 2022-09-27T16:19:54.9228121Z ok (0.001s) 2022-09-27T16:19:54.9279318Z test_add_done_callback_simple (__main__.TestFuture) ... ok (0.004s) 2022-09-27T16:19:54.9364527Z test_chained_then (__main__.TestFuture) ... ok (0.008s) 2022-09-27T16:19:55.0418820Z test_collect_all (__main__.TestFuture) ... ok (0.105s) 2022-09-27T16:19:55.0460865Z test_done (__main__.TestFuture) ... ok (0.004s) 2022-09-27T16:19:55.0517371Z test_done_exception (__main__.TestFuture) ... ok (0.005s) 2022-09-27T16:19:55.0583907Z test_interleaving_then_and_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.006s) 2022-09-27T16:19:55.0629779Z test_interleaving_then_and_add_done_callback_propagates_error (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: ValueError: Expected error 2022-09-27T16:19:55.0630224Z 2022-09-27T16:19:55.0630320Z At: 2022-09-27T16:19:55.0630627Z test_futures.py(280): raise_value_error 2022-09-27T16:19:55.0631311Z /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py(241): set_result 2022-09-27T16:19:55.0631810Z test_futures.py(285): test_interleaving_then_and_add_done_callback_propagates_error 2022-09-27T16:19:55.0632291Z /opt/conda/lib/python3.7/unittest/case.py(628): run 2022-09-27T16:19:55.0632722Z /var/lib/jenkins/torchdynamo/torchdynamo/eval_frame.py(167): _fn 2022-09-27T16:19:55.0633621Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2000): _run_with_retry 2022-09-27T16:19:55.0634285Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2068): run 2022-09-27T16:19:55.0634741Z /opt/conda/lib/python3.7/unittest/case.py(676): __call__ 2022-09-27T16:19:55.0635147Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-09-27T16:19:55.0635535Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-09-27T16:19:55.0635956Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-09-27T16:19:55.0636367Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-09-27T16:19:55.0636882Z /opt/conda/lib/python3.7/site-packages/xmlrunner/runner.py(67): run 2022-09-27T16:19:55.0637349Z /opt/conda/lib/python3.7/unittest/main.py(271): runTests 2022-09-27T16:19:55.0637754Z /opt/conda/lib/python3.7/unittest/main.py(101): __init__ 2022-09-27T16:19:55.0638427Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(786): run_tests 2022-09-27T16:19:55.0638935Z test_futures.py(340): 2022-09-27T16:19:55.0639159Z 2022-09-27T16:19:55.0639290Z ok (0.005s) 2022-09-27T16:19:55.0686705Z test_mark_future_twice (__main__.TestFuture) ... ok (0.004s) 2022-09-27T16:19:55.0742971Z test_pickle_future (__main__.TestFuture) ... ok (0.005s) 2022-09-27T16:19:55.1923993Z test_set_exception (__main__.TestFuture) ... ok (0.117s) 2022-09-27T16:19:55.2671614Z test_set_exception_multithreading (__main__.TestFuture) ... ok (0.074s) 2022-09-27T16:19:55.2717245Z test_then (__main__.TestFuture) ... ok (0.004s) 2022-09-27T16:19:55.2763023Z test_then_no_arg (__main__.TestFuture) ... ok (0.004s) 2022-09-27T16:19:55.2785732Z test_then_raise (__main__.TestFuture) ... ok (0.002s) 2022-09-27T16:19:55.2812528Z test_then_wrong_arg (__main__.TestFuture) ... ok (0.002s) 2022-09-27T16:19:55.2851480Z test_wait (__main__.TestFuture) ... ok (0.003s) 2022-09-27T16:19:55.2895356Z test_wait_all (__main__.TestFuture) ... [1, 2] 2022-09-27T16:19:55.2901702Z ok (0.005s) 2022-09-27T16:19:55.7956412Z test_wait_multi_thread (__main__.TestFuture) ... ok (0.505s) 2022-09-27T16:19:55.8040517Z test_wait_none (__main__.TestFuture) ... ok (0.008s) 2022-09-27T16:19:55.8040802Z 2022-09-27T16:19:55.8041216Z ---------------------------------------------------------------------- 2022-09-27T16:19:55.8041616Z Ran 22 tests in 5.126s 2022-09-27T16:19:55.8041790Z 2022-09-27T16:19:55.8041879Z OK 2022-09-27T16:19:55.8042024Z 2022-09-27T16:19:55.8042148Z Generating XML reports... 2022-09-27T16:19:55.8088324Z Generated XML report: test-reports/python-unittest/test_futures/TEST-TestFuture-20220927161950.xml 2022-09-27T16:19:56.1985304Z Running test_scatter_gather_ops ... [2022-09-27 16:19:56.198133] 2022-09-27T16:19:56.1985841Z Executing ['/opt/conda/bin/python', '-bb', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:56.198220] 2022-09-27T16:19:57.7483236Z Test results will be stored in test-reports/python-unittest/test_scatter_gather_ops 2022-09-27T16:19:57.7498745Z 2022-09-27T16:19:57.7499090Z Running tests... 2022-09-27T16:19:57.7499701Z ---------------------------------------------------------------------- 2022-09-27T16:19:57.9288901Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.117s) 2022-09-27T16:19:57.9452392Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:19:57.9706567Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.025s) 2022-09-27T16:19:57.9948933Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.024s) 2022-09-27T16:19:58.0059251Z test_gather_bool_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.010s) 2022-09-27T16:19:59.1063925Z test_gather_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (1.100s) 2022-09-27T16:20:00.1917815Z test_gather_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (1.085s) 2022-09-27T16:20:00.7556495Z test_scatter__cpu_complex64 (__main__.TestScatterGatherCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_scatter_gather_ops.py line 94 2022-09-27T16:20:00.7557181Z due to: 2022-09-27T16:20:00.7557516Z Traceback (most recent call last): 2022-09-27T16:20:00.7558053Z File "/var/lib/jenkins/torchdynamo/torchdynamo/codegen.py", line 208, in create_load 2022-09-27T16:20:00.7558599Z assert name in self.code_options["co_varnames"], f"{name} missing" 2022-09-27T16:20:00.7559035Z AssertionError: None missing 2022-09-27T16:20:00.7559264Z 2022-09-27T16:20:00.7559392Z from user code: 2022-09-27T16:20:00.7559839Z File "test_scatter_gather_ops.py", line 102, in 2022-09-27T16:20:00.7560362Z src = make_tensor(tuple(src_size), device=device, dtype=dtype) 2022-09-27T16:20:00.7560640Z 2022-09-27T16:20:00.7560885Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:00.7561272Z ========== 2022-09-27T16:20:01.1443593Z ok (0.952s) 2022-09-27T16:20:01.1641376Z test_scatter__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:20:01.1841683Z test_scatter__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:20:01.2272155Z test_scatter__reductions_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.042s) 2022-09-27T16:20:01.2559139Z test_scatter__reductions_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.028s) 2022-09-27T16:20:01.2836530Z test_scatter__reductions_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.027s) 2022-09-27T16:20:01.3036463Z test_scatter__scalar_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:20:01.3222660Z test_scatter__scalar_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-09-27T16:20:01.3410244Z test_scatter__scalar_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-09-27T16:20:01.3539146Z test_scatter_add__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.012s) 2022-09-27T16:20:01.3642600Z test_scatter_add__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.010s) 2022-09-27T16:20:01.3745874Z test_scatter_add__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.010s) 2022-09-27T16:20:01.3812386Z test_scatter_add_mult_index_base_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.006s) 2022-09-27T16:20:01.7077903Z test_scatter_reduce_amax_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... test_scatter_gather_ops.py:107: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1614.) 2022-09-27T16:20:01.7078551Z actual = fn(base.clone(), dim, idx, src, reduce=reduction, include_self=include_self) 2022-09-27T16:20:01.7208371Z ok (0.339s) 2022-09-27T16:20:01.7361382Z test_scatter_reduce_amax_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:20:01.7521577Z test_scatter_reduce_amax_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:20:01.7682913Z test_scatter_reduce_amax_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:20:01.7846007Z test_scatter_reduce_amax_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:20:01.8001657Z test_scatter_reduce_amax_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:20:01.8153158Z test_scatter_reduce_amax_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:01.8305606Z test_scatter_reduce_amax_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:20:01.8456729Z test_scatter_reduce_amax_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:20:01.8608428Z test_scatter_reduce_amax_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:20:01.8903856Z test_scatter_reduce_amin_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.029s) 2022-09-27T16:20:01.9055424Z test_scatter_reduce_amin_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:01.9213802Z test_scatter_reduce_amin_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:20:01.9379226Z test_scatter_reduce_amin_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:20:01.9538653Z test_scatter_reduce_amin_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:20:01.9694337Z test_scatter_reduce_amin_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:20:01.9844959Z test_scatter_reduce_amin_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:01.9999677Z test_scatter_reduce_amin_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:20:02.0151300Z test_scatter_reduce_amin_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:20:02.0302248Z test_scatter_reduce_amin_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:02.0568688Z test_scatter_reduce_mean_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.026s) 2022-09-27T16:20:02.0721496Z test_scatter_reduce_mean_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:20:02.0873105Z test_scatter_reduce_mean_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:20:02.1019797Z test_scatter_reduce_mean_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:02.1169152Z test_scatter_reduce_mean_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:02.1316480Z test_scatter_reduce_mean_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:02.1458914Z test_scatter_reduce_mean_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:02.1602135Z test_scatter_reduce_mean_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:02.1742311Z test_scatter_reduce_mean_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-09-27T16:20:02.1883729Z test_scatter_reduce_mean_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:02.2024950Z test_scatter_reduce_mean_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-09-27T16:20:02.2288124Z test_scatter_reduce_prod_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.026s) 2022-09-27T16:20:02.2428945Z test_scatter_reduce_prod_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:02.2577930Z test_scatter_reduce_prod_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:02.2731703Z test_scatter_reduce_prod_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:20:02.2882849Z test_scatter_reduce_prod_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:02.3032067Z test_scatter_reduce_prod_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:02.3181176Z test_scatter_reduce_prod_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:02.3324718Z test_scatter_reduce_prod_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:02.3464648Z test_scatter_reduce_prod_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-09-27T16:20:02.3609348Z test_scatter_reduce_prod_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:02.3749676Z test_scatter_reduce_prod_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-09-27T16:20:02.3893118Z test_scatter_reduce_prod_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:02.4157120Z test_scatter_reduce_sum_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.026s) 2022-09-27T16:20:02.4306572Z test_scatter_reduce_sum_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:02.4454853Z test_scatter_reduce_sum_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:02.4602080Z test_scatter_reduce_sum_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:02.4751607Z test_scatter_reduce_sum_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:02.4897204Z test_scatter_reduce_sum_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:02.5039450Z test_scatter_reduce_sum_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:02.5179096Z test_scatter_reduce_sum_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-09-27T16:20:02.5321615Z test_scatter_reduce_sum_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:02.5460706Z test_scatter_reduce_sum_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-09-27T16:20:02.5605424Z test_scatter_reduce_sum_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:20:02.5605741Z 2022-09-27T16:20:02.5606244Z ---------------------------------------------------------------------- 2022-09-27T16:20:02.5606605Z Ran 74 tests in 4.811s 2022-09-27T16:20:02.5606769Z 2022-09-27T16:20:02.5606859Z OK 2022-09-27T16:20:02.5606994Z 2022-09-27T16:20:02.5607119Z Generating XML reports... 2022-09-27T16:20:02.5688784Z Generated XML report: test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20220927161957.xml 2022-09-27T16:20:02.9473190Z Running test_pytree ... [2022-09-27 16:20:02.946870] 2022-09-27T16:20:02.9473714Z Executing ['/opt/conda/bin/python', '-bb', 'test_pytree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:20:02.946951] 2022-09-27T16:20:04.2383226Z Test results will be stored in test-reports/python-unittest/test_pytree 2022-09-27T16:20:04.2394994Z 2022-09-27T16:20:04.2395428Z Running tests... 2022-09-27T16:20:04.2395818Z ---------------------------------------------------------------------- 2022-09-27T16:20:08.3127584Z test_broadcast_to_and_flatten (__main__.TestPytree) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_broadcast_to_and_flatten test_pytree.py line 208 2022-09-27T16:20:08.3128196Z due to: 2022-09-27T16:20:08.3128468Z Traceback (most recent call last): 2022-09-27T16:20:08.3128902Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:20:08.3129643Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:20:08.3130368Z AssertionError: torch.* op returned non-Tensor TreeSpec call_function 2022-09-27T16:20:08.3130706Z 2022-09-27T16:20:08.3130823Z from user code: 2022-09-27T16:20:08.3131228Z File "test_pytree.py", line 248, in test_broadcast_to_and_flatten 2022-09-27T16:20:08.3131656Z _, to_spec = tree_flatten(to_pytree) 2022-09-27T16:20:08.3131865Z 2022-09-27T16:20:08.3132100Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:08.3132491Z ========== 2022-09-27T16:20:08.3176439Z ok (4.018s) 2022-09-27T16:20:08.4155977Z test_flatten_unflatten_dict (__main__.TestPytree) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytree.py line 126 2022-09-27T16:20:08.4156570Z due to: 2022-09-27T16:20:08.4156873Z Traceback (most recent call last): 2022-09-27T16:20:08.4157374Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:20:08.4158071Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:20:08.4158808Z AssertionError: torch.* op returned non-Tensor TreeSpec call_function 2022-09-27T16:20:08.4159144Z 2022-09-27T16:20:08.4159260Z from user code: 2022-09-27T16:20:08.4159641Z File "test_pytree.py", line 127, in 2022-09-27T16:20:08.4160085Z values, treespec = tree_flatten(tup) 2022-09-27T16:20:08.4160323Z 2022-09-27T16:20:08.4160572Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:08.4160965Z ========== 2022-09-27T16:20:08.4196174Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytree.py line 136 2022-09-27T16:20:08.4196714Z due to: 2022-09-27T16:20:08.4197032Z Traceback (most recent call last): 2022-09-27T16:20:08.4197559Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:20:08.4198386Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:20:08.4199247Z AssertionError: torch.* op returned non-Tensor LeafSpec call_function 2022-09-27T16:20:08.4199649Z 2022-09-27T16:20:08.4199770Z from user code: 2022-09-27T16:20:08.4200170Z File "test_pytree.py", line 137, in 2022-09-27T16:20:08.4200639Z run_test({'a': 1}) 2022-09-27T16:20:08.4200819Z 2022-09-27T16:20:08.4201060Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:08.4201406Z ========== 2022-09-27T16:20:08.4223673Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_test test_pytree.py line 124 2022-09-27T16:20:08.4224127Z due to: 2022-09-27T16:20:08.4224433Z Traceback (most recent call last): 2022-09-27T16:20:08.4224902Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:20:08.4225937Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:20:08.4226787Z AssertionError: torch.* op returned non-Tensor LeafSpec call_function 2022-09-27T16:20:08.4227142Z 2022-09-27T16:20:08.4227266Z from user code: 2022-09-27T16:20:08.4227614Z File "test_pytree.py", line 126, in run_test 2022-09-27T16:20:08.4228013Z [LeafSpec() for _ in tup.values()]) 2022-09-27T16:20:08.4228248Z 2022-09-27T16:20:08.4228485Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:08.4228964Z ========== 2022-09-27T16:20:08.4263305Z ok (0.108s) 2022-09-27T16:20:08.4298658Z test_flatten_unflatten_leaf (__main__.TestPytree) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_flatten_unflatten_leaf test_pytree.py line 19 2022-09-27T16:20:08.4299244Z due to: 2022-09-27T16:20:08.4299545Z Traceback (most recent call last): 2022-09-27T16:20:08.4300036Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:20:08.4300771Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:20:08.4301493Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T16:20:08.4301808Z 2022-09-27T16:20:08.4301926Z from user code: 2022-09-27T16:20:08.4302324Z File "test_pytree.py", line 28, in test_flatten_unflatten_leaf 2022-09-27T16:20:08.4302710Z run_test_with_leaf(1) 2022-09-27T16:20:08.4302904Z 2022-09-27T16:20:08.4303127Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:08.4303512Z ========== 2022-09-27T16:20:08.4313229Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_test_with_leaf test_pytree.py line 20 2022-09-27T16:20:08.4313678Z due to: 2022-09-27T16:20:08.4313989Z Traceback (most recent call last): 2022-09-27T16:20:08.4314469Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:20:08.4315251Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:20:08.4316014Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T16:20:08.4316359Z 2022-09-27T16:20:08.4316482Z from user code: 2022-09-27T16:20:08.4316855Z File "test_pytree.py", line 21, in run_test_with_leaf 2022-09-27T16:20:08.4317264Z values, treespec = tree_flatten(leaf) 2022-09-27T16:20:08.4317496Z 2022-09-27T16:20:08.4317732Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:08.4318128Z ========== 2022-09-27T16:20:08.4327861Z ok (0.006s) 2022-09-27T16:20:08.4442152Z test_flatten_unflatten_list (__main__.TestPytree) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytree.py line 36 2022-09-27T16:20:08.4442738Z due to: 2022-09-27T16:20:08.4443062Z Traceback (most recent call last): 2022-09-27T16:20:08.4443573Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:20:08.4444325Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:20:08.4445095Z AssertionError: torch.* op returned non-Tensor TreeSpec call_function 2022-09-27T16:20:08.4445414Z 2022-09-27T16:20:08.4445529Z from user code: 2022-09-27T16:20:08.4445899Z File "test_pytree.py", line 37, in 2022-09-27T16:20:08.4446424Z values, treespec = tree_flatten(lst) 2022-09-27T16:20:08.4446634Z 2022-09-27T16:20:08.4446866Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:08.4447210Z ========== 2022-09-27T16:20:08.4470399Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytree.py line 46 2022-09-27T16:20:08.4470928Z due to: 2022-09-27T16:20:08.4471247Z Traceback (most recent call last): 2022-09-27T16:20:08.4472034Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:20:08.4473083Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:20:08.4473917Z AssertionError: torch.* op returned non-Tensor LeafSpec call_function 2022-09-27T16:20:08.4474286Z 2022-09-27T16:20:08.4474390Z from user code: 2022-09-27T16:20:08.4474810Z File "test_pytree.py", line 47, in 2022-09-27T16:20:08.4475201Z run_test([1., 2]) 2022-09-27T16:20:08.4475374Z 2022-09-27T16:20:08.4475738Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:08.4476129Z ========== 2022-09-27T16:20:08.4493098Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_test test_pytree.py line 35 2022-09-27T16:20:08.4493550Z due to: 2022-09-27T16:20:08.4493848Z Traceback (most recent call last): 2022-09-27T16:20:08.4494344Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:20:08.4495086Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:20:08.4495919Z AssertionError: torch.* op returned non-Tensor LeafSpec call_function 2022-09-27T16:20:08.4496296Z 2022-09-27T16:20:08.4496415Z from user code: 2022-09-27T16:20:08.4496768Z File "test_pytree.py", line 36, in run_test 2022-09-27T16:20:08.4497230Z expected_spec = TreeSpec(list, None, [LeafSpec() for _ in lst]) 2022-09-27T16:20:08.4497502Z 2022-09-27T16:20:08.4497748Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:08.4498117Z ========== 2022-09-27T16:20:08.4519831Z ok (0.019s) 2022-09-27T16:20:08.4582185Z test_flatten_unflatten_namedtuple (__main__.TestPytree) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytree.py line 90 2022-09-27T16:20:08.4582861Z due to: 2022-09-27T16:20:08.4583197Z Traceback (most recent call last): 2022-09-27T16:20:08.4583745Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 38, in as_python_constant 2022-09-27T16:20:08.4584303Z return self.python_type()([x.as_python_constant() for x in self.items]) 2022-09-27T16:20:08.4584904Z TypeError: __new__() missing 1 required positional argument: 'y' 2022-09-27T16:20:08.4585173Z 2022-09-27T16:20:08.4585288Z from user code: 2022-09-27T16:20:08.4585731Z File "test_pytree.py", line 103, in 2022-09-27T16:20:08.4586172Z run_test(Point(1., 2)) 2022-09-27T16:20:08.4586364Z 2022-09-27T16:20:08.4586597Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:08.4586952Z ========== 2022-09-27T16:20:08.4595655Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_test test_pytree.py line 92 2022-09-27T16:20:08.4596087Z due to: 2022-09-27T16:20:08.4596392Z Traceback (most recent call last): 2022-09-27T16:20:08.4596898Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/lists.py", line 38, in as_python_constant 2022-09-27T16:20:08.4597479Z return self.python_type()([x.as_python_constant() for x in self.items]) 2022-09-27T16:20:08.4598096Z TypeError: __new__() missing 1 required positional argument: 'y' 2022-09-27T16:20:08.4598371Z 2022-09-27T16:20:08.4598492Z from user code: 2022-09-27T16:20:08.4598821Z File "test_pytree.py", line 93, in run_test 2022-09-27T16:20:08.4599294Z expected_spec = TreeSpec(namedtuple, Point, [LeafSpec() for _ in tup]) 2022-09-27T16:20:08.4599596Z 2022-09-27T16:20:08.4599834Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:08.4600195Z ========== 2022-09-27T16:20:08.4606274Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytree.py line 93 2022-09-27T16:20:08.4606746Z due to: 2022-09-27T16:20:08.4607049Z Traceback (most recent call last): 2022-09-27T16:20:08.4607507Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:20:08.4608601Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:20:08.4609344Z AssertionError: torch.* op returned non-Tensor LeafSpec call_function 2022-09-27T16:20:08.4609728Z 2022-09-27T16:20:08.4609837Z from user code: 2022-09-27T16:20:08.4610188Z File "test_pytree.py", line 93, in 2022-09-27T16:20:08.4610665Z expected_spec = TreeSpec(namedtuple, Point, [LeafSpec() for _ in tup]) 2022-09-27T16:20:08.4610948Z 2022-09-27T16:20:08.4611257Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:08.4611557Z ========== 2022-09-27T16:20:08.4618249Z ok (0.009s) 2022-09-27T16:20:08.4690966Z test_flatten_unflatten_nested (__main__.TestPytree) ... ok (0.007s) 2022-09-27T16:20:08.4844877Z test_flatten_unflatten_odict (__main__.TestPytree) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytree.py line 72 2022-09-27T16:20:08.4845452Z due to: 2022-09-27T16:20:08.4845757Z Traceback (most recent call last): 2022-09-27T16:20:08.4846351Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:20:08.4847165Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:20:08.4847952Z AssertionError: torch.* op returned non-Tensor TreeSpec call_function 2022-09-27T16:20:08.4848315Z 2022-09-27T16:20:08.4848433Z from user code: 2022-09-27T16:20:08.4848822Z File "test_pytree.py", line 73, in 2022-09-27T16:20:08.4849216Z values, treespec = tree_flatten(odict) 2022-09-27T16:20:08.4849437Z 2022-09-27T16:20:08.4849670Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:08.4850028Z ========== 2022-09-27T16:20:08.4902679Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytree.py line 83 2022-09-27T16:20:08.4903216Z due to: 2022-09-27T16:20:08.4903549Z Traceback (most recent call last): 2022-09-27T16:20:08.4904081Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:20:08.4904869Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:20:08.4905733Z AssertionError: torch.* op returned non-Tensor LeafSpec call_function 2022-09-27T16:20:08.4906128Z 2022-09-27T16:20:08.4906252Z from user code: 2022-09-27T16:20:08.4906670Z File "test_pytree.py", line 87, in 2022-09-27T16:20:08.4907065Z run_test(od) 2022-09-27T16:20:08.4907240Z 2022-09-27T16:20:08.4907473Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:08.4907824Z ========== 2022-09-27T16:20:08.4937132Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_test test_pytree.py line 68 2022-09-27T16:20:08.4937585Z due to: 2022-09-27T16:20:08.4937887Z Traceback (most recent call last): 2022-09-27T16:20:08.4938365Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:20:08.4939113Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:20:08.4939957Z AssertionError: torch.* op returned non-Tensor LeafSpec call_function 2022-09-27T16:20:08.4940308Z 2022-09-27T16:20:08.4940429Z from user code: 2022-09-27T16:20:08.4940778Z File "test_pytree.py", line 72, in run_test 2022-09-27T16:20:08.4941192Z [LeafSpec() for _ in odict.values()]) 2022-09-27T16:20:08.4941428Z 2022-09-27T16:20:08.4941660Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:08.4942003Z ========== 2022-09-27T16:20:08.4959918Z ok (0.026s) 2022-09-27T16:20:08.5011008Z test_flatten_unflatten_return_type_max (__main__.TestPytree) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_flatten_unflatten_return_type test_pytree.py line 106 2022-09-27T16:20:08.5011971Z due to: 2022-09-27T16:20:08.5012249Z Traceback (most recent call last): 2022-09-27T16:20:08.5012576Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:20:08.5013020Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:20:08.5013447Z AssertionError: torch.* op returned non-Tensor TreeSpec call_function 2022-09-27T16:20:08.5013647Z 2022-09-27T16:20:08.5013795Z from user code: 2022-09-27T16:20:08.5014035Z File "test_pytree.py", line 114, in test_flatten_unflatten_return_type 2022-09-27T16:20:08.5014294Z values, spec = tree_flatten(expected) 2022-09-27T16:20:08.5014413Z 2022-09-27T16:20:08.5014545Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:08.5014764Z ========== 2022-09-27T16:20:08.5021428Z ok (0.006s) 2022-09-27T16:20:08.5049167Z test_flatten_unflatten_return_type_min (__main__.TestPytree) ... ok (0.002s) 2022-09-27T16:20:08.5212603Z test_flatten_unflatten_tuple (__main__.TestPytree) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytree.py line 52 2022-09-27T16:20:08.5213218Z due to: 2022-09-27T16:20:08.5213490Z Traceback (most recent call last): 2022-09-27T16:20:08.5213759Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:20:08.5214196Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:20:08.5214648Z AssertionError: torch.* op returned non-Tensor TreeSpec call_function 2022-09-27T16:20:08.5214845Z 2022-09-27T16:20:08.5214903Z from user code: 2022-09-27T16:20:08.5215129Z File "test_pytree.py", line 53, in 2022-09-27T16:20:08.5215370Z values, treespec = tree_flatten(tup) 2022-09-27T16:20:08.5215510Z 2022-09-27T16:20:08.5215640Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:08.5215845Z ========== 2022-09-27T16:20:08.5249689Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytree.py line 62 2022-09-27T16:20:08.5250257Z due to: 2022-09-27T16:20:08.5250580Z Traceback (most recent call last): 2022-09-27T16:20:08.5251105Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:20:08.5251877Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:20:08.5252752Z AssertionError: torch.* op returned non-Tensor LeafSpec call_function 2022-09-27T16:20:08.5253094Z 2022-09-27T16:20:08.5253183Z from user code: 2022-09-27T16:20:08.5253575Z File "test_pytree.py", line 63, in 2022-09-27T16:20:08.5253885Z run_test((1.,)) 2022-09-27T16:20:08.5256647Z 2022-09-27T16:20:08.5256958Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:08.5257355Z ========== 2022-09-27T16:20:08.5275424Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_test test_pytree.py line 51 2022-09-27T16:20:08.5275915Z due to: 2022-09-27T16:20:08.5276249Z Traceback (most recent call last): 2022-09-27T16:20:08.5276766Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:20:08.5277552Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:20:08.5278102Z AssertionError: torch.* op returned non-Tensor LeafSpec call_function 2022-09-27T16:20:08.5278317Z 2022-09-27T16:20:08.5278416Z from user code: 2022-09-27T16:20:08.5278647Z File "test_pytree.py", line 52, in run_test 2022-09-27T16:20:08.5278892Z expected_spec = TreeSpec(tuple, None, [LeafSpec() for _ in tup]) 2022-09-27T16:20:08.5279308Z 2022-09-27T16:20:08.5279439Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:08.5279655Z ========== 2022-09-27T16:20:08.5284824Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytree.py line 52 2022-09-27T16:20:08.5285264Z due to: 2022-09-27T16:20:08.5285614Z Traceback (most recent call last): 2022-09-27T16:20:08.5286104Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:20:08.5286674Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:20:08.5287267Z AssertionError: torch.* op returned non-Tensor LeafSpec call_function 2022-09-27T16:20:08.5287511Z 2022-09-27T16:20:08.5287611Z from user code: 2022-09-27T16:20:08.5287856Z File "test_pytree.py", line 52, in 2022-09-27T16:20:08.5288118Z expected_spec = TreeSpec(tuple, None, [LeafSpec() for _ in tup]) 2022-09-27T16:20:08.5288281Z 2022-09-27T16:20:08.5288411Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:08.5288663Z ========== 2022-09-27T16:20:08.5301405Z ok (0.025s) 2022-09-27T16:20:08.6432683Z test_tree_all_any (__main__.TestPytree) ... ok (0.112s) 2022-09-27T16:20:08.6505949Z test_tree_only (__main__.TestPytree) ... ok (0.007s) 2022-09-27T16:20:08.6528837Z test_treemap (__main__.TestPytree) ... ok (0.002s) 2022-09-27T16:20:08.6559029Z test_treespec_equality (__main__.TestPytree) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_treespec_equality test_pytree.py line 12 2022-09-27T16:20:08.6559675Z due to: 2022-09-27T16:20:08.6560022Z Traceback (most recent call last): 2022-09-27T16:20:08.6560501Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:20:08.6561243Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:20:08.6562040Z AssertionError: torch.* op returned non-Tensor LeafSpec call_function 2022-09-27T16:20:08.6562396Z 2022-09-27T16:20:08.6562509Z from user code: 2022-09-27T16:20:08.6562888Z File "test_pytree.py", line 13, in test_treespec_equality 2022-09-27T16:20:08.6563317Z self.assertTrue(LeafSpec() == LeafSpec()) 2022-09-27T16:20:08.6563552Z 2022-09-27T16:20:08.6563761Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:08.6564125Z ========== 2022-09-27T16:20:08.6564385Z ok (0.003s) 2022-09-27T16:20:08.6585226Z test_treespec_repr (__main__.TestPytree) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_treespec_repr test_pytree.py line 201 2022-09-27T16:20:08.6585736Z due to: 2022-09-27T16:20:08.6587685Z Traceback (most recent call last): 2022-09-27T16:20:08.6588699Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:20:08.6589544Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:20:08.6590275Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T16:20:08.6590587Z 2022-09-27T16:20:08.6590703Z from user code: 2022-09-27T16:20:08.6591067Z File "test_pytree.py", line 204, in test_treespec_repr 2022-09-27T16:20:08.6591451Z _, spec = tree_flatten(pytree) 2022-09-27T16:20:08.6591657Z 2022-09-27T16:20:08.6591863Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:08.6592234Z ========== 2022-09-27T16:20:08.6592491Z ok (0.002s) 2022-09-27T16:20:08.6592669Z 2022-09-27T16:20:08.6593173Z ---------------------------------------------------------------------- 2022-09-27T16:20:08.6593564Z Ran 15 tests in 4.419s 2022-09-27T16:20:08.6593748Z 2022-09-27T16:20:08.6593850Z OK 2022-09-27T16:20:08.6594003Z 2022-09-27T16:20:08.6594144Z Generating XML reports... 2022-09-27T16:20:08.6626595Z Generated XML report: test-reports/python-unittest/test_pytree/TEST-TestPytree-20220927162004.xml 2022-09-27T16:20:09.0403447Z Running lazy/test_reuse_ir ... [2022-09-27 16:20:09.039913] 2022-09-27T16:20:09.0403995Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_reuse_ir.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:20:09.040001] 2022-09-27T16:20:10.3332270Z Test results will be stored in test-reports/python-unittest/lazy.test_reuse_ir 2022-09-27T16:20:10.3343328Z 2022-09-27T16:20:10.3343471Z Running tests... 2022-09-27T16:20:10.3343885Z ---------------------------------------------------------------------- 2022-09-27T16:20:14.4563011Z testAdd (__main__.TestLazyReuseIr) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77722 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (4.061s) 2022-09-27T16:20:14.4580016Z testAddSub (__main__.TestLazyReuseIr) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77721 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:20:14.4597905Z testAddSubFallback (__main__.TestLazyReuseIr) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77723 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:20:14.8136888Z testBatchNorm (__main__.TestLazyReuseIr) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT lazy/test_reuse_ir.py line 123 2022-09-27T16:20:14.8137479Z due to: 2022-09-27T16:20:14.8137772Z Traceback (most recent call last): 2022-09-27T16:20:14.8138237Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:20:14.8138978Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:20:14.8139733Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T16:20:14.8140079Z 2022-09-27T16:20:14.8140190Z from user code: 2022-09-27T16:20:14.8140586Z File "lazy/test_reuse_ir.py", line 123, in 2022-09-27T16:20:14.8141043Z torch.testing.assert_close(z.cpu(), z_lazy.cpu()) 2022-09-27T16:20:14.8141285Z 2022-09-27T16:20:14.8141515Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:14.8141877Z ========== 2022-09-27T16:20:14.8164350Z ok (0.356s) 2022-09-27T16:20:14.8164569Z 2022-09-27T16:20:14.8164946Z ---------------------------------------------------------------------- 2022-09-27T16:20:14.8165328Z Ran 4 tests in 4.482s 2022-09-27T16:20:14.8165506Z 2022-09-27T16:20:14.8165641Z OK (skipped=3) 2022-09-27T16:20:14.8165810Z 2022-09-27T16:20:14.8165935Z Generating XML reports... 2022-09-27T16:20:14.8197567Z Generated XML report: test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20220927162010.xml 2022-09-27T16:20:15.2130330Z Running test_multiprocessing_spawn ... [2022-09-27 16:20:15.212657] 2022-09-27T16:20:15.2130873Z Executing ['/opt/conda/bin/python', '-bb', 'test_multiprocessing_spawn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:20:15.212745] 2022-09-27T16:20:16.5222621Z Test results will be stored in test-reports/python-unittest/test_multiprocessing_spawn 2022-09-27T16:20:16.5235278Z 2022-09-27T16:20:16.5235433Z Running tests... 2022-09-27T16:20:16.5236032Z ---------------------------------------------------------------------- 2022-09-27T16:20:20.6644978Z test_errors_pickleable (__main__.ErrorTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_errors_pickleable test_multiprocessing_spawn.py line 224 2022-09-27T16:20:20.6645936Z due to: 2022-09-27T16:20:20.6646128Z Traceback (most recent call last): 2022-09-27T16:20:20.6646503Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:20:20.6646960Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:20:20.6647535Z AssertionError: torch.* op returned non-Tensor ProcessRaisedException call_function 2022-09-27T16:20:20.6647838Z 2022-09-27T16:20:20.6647912Z from user code: 2022-09-27T16:20:20.6648231Z File "test_multiprocessing_spawn.py", line 226, in test_errors_pickleable 2022-09-27T16:20:20.6648518Z mp.ProcessRaisedException("Oh no!", 1, 1), 2022-09-27T16:20:20.6648654Z 2022-09-27T16:20:20.6648788Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:20.6649009Z ========== 2022-09-27T16:20:20.6663065Z ok (4.081s) 2022-09-27T16:20:20.8406792Z test_exception_all (__main__.ForkTest) ... ok (0.174s) 2022-09-27T16:20:20.8431359Z test_exception_single (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/75409 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:20:20.8441678Z test_first_argument_index (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76009 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:20:20.8450378Z test_success (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76061 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-09-27T16:20:20.8459701Z test_success_first_then_exception (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73340 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:20:20.8469217Z test_success_non_blocking (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81280 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:20:20.8478541Z test_terminate_exit (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81389 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:20:20.8487775Z test_terminate_signal (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72927 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:20:20.8496533Z test_exception_all (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74223 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-09-27T16:20:20.8504346Z test_exception_raises (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83499 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-09-27T16:20:20.8513357Z test_exception_single (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/78982 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-09-27T16:20:20.8522776Z test_first_argument_index (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73266 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:20:20.8786478Z test_signal_raises (__main__.SpawnTest) ... ok (0.026s) 2022-09-27T16:20:20.8801393Z test_success (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72298 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:20:20.8811511Z test_success_first_then_exception (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72625 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:20:20.8821845Z test_success_non_blocking (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72926 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:20:20.8831107Z test_terminate_exit (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72624 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:20:20.8843211Z test_terminate_signal (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73341 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:20:20.8843652Z 2022-09-27T16:20:20.8843856Z ---------------------------------------------------------------------- 2022-09-27T16:20:20.8844103Z Ran 19 tests in 4.361s 2022-09-27T16:20:20.8844218Z 2022-09-27T16:20:20.8844278Z OK (skipped=16) 2022-09-27T16:20:20.8844386Z 2022-09-27T16:20:20.8844470Z Generating XML reports... 2022-09-27T16:20:20.8874264Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20220927162016.xml 2022-09-27T16:20:20.8883993Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20220927162016.xml 2022-09-27T16:20:20.8894872Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20220927162016.xml 2022-09-27T16:20:21.3121573Z Running test_jit_disabled ... [2022-09-27 16:20:21.311772] 2022-09-27T16:20:21.3122324Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_disabled.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:20:21.311857] 2022-09-27T16:20:22.5907998Z Test results will be stored in test-reports/python-unittest/test_jit_disabled 2022-09-27T16:20:22.5919089Z 2022-09-27T16:20:22.5919397Z Running tests... 2022-09-27T16:20:22.5920087Z ---------------------------------------------------------------------- 2022-09-27T16:20:26.9203938Z test_attribute (__main__.TestJitDisabled) ... ok (4.267s) 2022-09-27T16:20:26.9749485Z test_recursive_script (__main__.TestJitDisabled) ... ok (0.053s) 2022-09-27T16:20:27.0292443Z test_script_module_construction (__main__.TestJitDisabled) ... ok (0.053s) 2022-09-27T16:20:27.0293409Z 2022-09-27T16:20:27.0293989Z ---------------------------------------------------------------------- 2022-09-27T16:20:27.0294430Z Ran 3 tests in 4.437s 2022-09-27T16:20:27.0294645Z 2022-09-27T16:20:27.0294743Z OK 2022-09-27T16:20:27.0294861Z 2022-09-27T16:20:27.0294947Z Generating XML reports... 2022-09-27T16:20:27.0329927Z Generated XML report: test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20220927162022.xml 2022-09-27T16:20:27.4507276Z Running test_license ... [2022-09-27 16:20:27.450370] 2022-09-27T16:20:27.4507770Z Executing ['/opt/conda/bin/python', '-bb', 'test_license.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:20:27.450453] 2022-09-27T16:20:28.7544243Z Test results will be stored in test-reports/python-unittest/test_license 2022-09-27T16:20:28.7555805Z 2022-09-27T16:20:28.7555932Z Running tests... 2022-09-27T16:20:28.7556526Z ---------------------------------------------------------------------- 2022-09-27T16:20:28.8211689Z test_distinfo_license (__main__.TestLicense) 2022-09-27T16:20:32.8440398Z If run when pytorch is installed via a wheel, the license will be in ... ok (4.026s) 2022-09-27T16:20:32.8453328Z test_license_for_wheel (__main__.TestLicense) ... skip: can only be run in a source tree (0.001s) 2022-09-27T16:20:32.8453854Z 2022-09-27T16:20:32.8454346Z ---------------------------------------------------------------------- 2022-09-27T16:20:32.8454798Z Ran 2 tests in 4.090s 2022-09-27T16:20:32.8454942Z 2022-09-27T16:20:32.8455024Z OK (skipped=1) 2022-09-27T16:20:32.8455119Z 2022-09-27T16:20:32.8455206Z Generating XML reports... 2022-09-27T16:20:32.8481645Z Generated XML report: test-reports/python-unittest/test_license/TEST-TestLicense-20220927162028.xml 2022-09-27T16:20:33.2307938Z Running test_shape_ops ... [2022-09-27 16:20:33.230394] 2022-09-27T16:20:33.2308609Z Executing ['/opt/conda/bin/python', '-bb', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:20:33.230478] 2022-09-27T16:20:34.7952710Z Test results will be stored in test-reports/python-unittest/test_shape_ops 2022-09-27T16:20:34.7967542Z 2022-09-27T16:20:34.7967805Z Running tests... 2022-09-27T16:20:34.7968426Z ---------------------------------------------------------------------- 2022-09-27T16:20:35.0450862Z test_clamp_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.186s) 2022-09-27T16:20:35.0860865Z test_clamp_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.040s) 2022-09-27T16:20:35.1559877Z test_clamp_propagates_nans_cpu (__main__.TestShapeOpsCPU) ... ok (0.069s) 2022-09-27T16:20:35.1803758Z test_clamp_raises_arg_errors_cpu (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-09-27T16:20:35.1832697Z test_complex_rot90_cpu_complex128 (__main__.TestShapeOpsCPU) ... skip: TorchDynamo fails with an unknown error (0.002s) 2022-09-27T16:20:35.1850271Z test_complex_rot90_cpu_complex64 (__main__.TestShapeOpsCPU) ... skip: TorchDynamo fails with an unknown error (0.001s) 2022-09-27T16:20:35.1981291Z test_diag_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-09-27T16:20:35.2080647Z test_diag_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-09-27T16:20:35.2255085Z test_diagonal_cpu (__main__.TestShapeOpsCPU) ... ok (0.017s) 2022-09-27T16:20:35.2406742Z test_diagonal_multidim_cpu_float32 (__main__.TestShapeOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-09-27T16:20:35.2407666Z return torch.as_tensor(tensor_like) 2022-09-27T16:20:35.2422782Z ok (0.016s) 2022-09-27T16:20:35.4548274Z test_flip_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.212s) 2022-09-27T16:20:35.4735158Z test_flip_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.018s) 2022-09-27T16:20:35.4961281Z test_flip_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-09-27T16:20:35.5194461Z test_flip_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.023s) 2022-09-27T16:20:35.5413726Z test_flip_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.021s) 2022-09-27T16:20:35.5934180Z test_flip_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.051s) 2022-09-27T16:20:35.6146984Z test_flip_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.021s) 2022-09-27T16:20:35.6338378Z test_flip_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.018s) 2022-09-27T16:20:35.6461043Z test_flip_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-09-27T16:20:35.6575767Z test_flip_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:20:35.6694942Z test_flip_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:20:35.6816848Z test_flip_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:20:35.6873731Z test_flip_errors_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_shape_ops.py line 449 2022-09-27T16:20:35.6874366Z due to: 2022-09-27T16:20:35.6874693Z Traceback (most recent call last): 2022-09-27T16:20:35.6875434Z File "/opt/conda/lib/python3.7/site-packages/torch/_prims_common/__init__.py", line 1396, in validate_no_repeating_dims 2022-09-27T16:20:35.6876013Z raise RuntimeError("duplicate value in the list of dims") 2022-09-27T16:20:35.6876465Z RuntimeError: duplicate value in the list of dims 2022-09-27T16:20:35.6876720Z 2022-09-27T16:20:35.6876962Z The above exception was the direct cause of the following exception: 2022-09-27T16:20:35.6877256Z 2022-09-27T16:20:35.6877417Z Traceback (most recent call last): 2022-09-27T16:20:35.6877900Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:20:35.6878391Z raise TorchRuntimeError() from e 2022-09-27T16:20:35.6878804Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:20:35.6879058Z 2022-09-27T16:20:35.6879177Z from user code: 2022-09-27T16:20:35.6879519Z File "test_shape_ops.py", line 449, in 2022-09-27T16:20:35.6879991Z self.assertRaises(RuntimeError, lambda: data.flip(0, 1, 1)) 2022-09-27T16:20:35.6880276Z 2022-09-27T16:20:35.6880509Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:35.6880885Z ========== 2022-09-27T16:20:35.6921090Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_shape_ops.py line 451 2022-09-27T16:20:35.6921538Z due to: 2022-09-27T16:20:35.6921821Z Traceback (most recent call last): 2022-09-27T16:20:35.6922294Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-09-27T16:20:35.6922820Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T16:20:35.6923295Z TypeError: flip() missing 1 required positional arguments: "dims" 2022-09-27T16:20:35.6923558Z 2022-09-27T16:20:35.6923643Z from user code: 2022-09-27T16:20:35.6923961Z File "test_shape_ops.py", line 451, in 2022-09-27T16:20:35.6924345Z self.assertRaises(TypeError, lambda: data.flip()) 2022-09-27T16:20:35.6924884Z 2022-09-27T16:20:35.6925079Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:35.6925420Z ========== 2022-09-27T16:20:35.6937914Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_shape_ops.py line 454 2022-09-27T16:20:35.6938405Z due to: 2022-09-27T16:20:35.6938718Z Traceback (most recent call last): 2022-09-27T16:20:35.6939429Z File "/opt/conda/lib/python3.7/site-packages/torch/_prims_common/__init__.py", line 478, in canonicalize_dim 2022-09-27T16:20:35.6939926Z raise IndexError(msg) 2022-09-27T16:20:35.6940698Z IndexError: Dimension out of range (expected to be in range of [-3, 2], but got 3) 2022-09-27T16:20:35.6941012Z 2022-09-27T16:20:35.6941135Z from user code: 2022-09-27T16:20:35.6941512Z File "test_shape_ops.py", line 454, in 2022-09-27T16:20:35.6941979Z self.assertRaises(IndexError, lambda: data.flip(0, 1, 2, 3)) 2022-09-27T16:20:35.6942250Z 2022-09-27T16:20:35.6942484Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:35.6942879Z ========== 2022-09-27T16:20:35.6984869Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_shape_ops.py line 455 2022-09-27T16:20:35.6985304Z due to: 2022-09-27T16:20:35.6986706Z Traceback (most recent call last): 2022-09-27T16:20:35.6987491Z File "/opt/conda/lib/python3.7/site-packages/torch/_prims_common/__init__.py", line 478, in canonicalize_dim 2022-09-27T16:20:35.6987958Z raise IndexError(msg) 2022-09-27T16:20:35.6999896Z IndexError: Dimension out of range (expected to be in range of [-3, 2], but got 3) 2022-09-27T16:20:35.7000205Z 2022-09-27T16:20:35.7000334Z from user code: 2022-09-27T16:20:35.7000688Z File "test_shape_ops.py", line 455, in 2022-09-27T16:20:35.7001107Z self.assertRaises(IndexError, lambda: data.flip(3)) 2022-09-27T16:20:35.7001371Z 2022-09-27T16:20:35.7001592Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:35.7001960Z ========== 2022-09-27T16:20:35.7017684Z ok (0.020s) 2022-09-27T16:20:35.7127984Z test_flip_errors_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-09-27T16:20:35.7240679Z test_flip_errors_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:20:35.7352339Z test_flip_errors_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:20:35.7473627Z test_flip_errors_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:20:35.7615006Z test_flip_errors_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-09-27T16:20:35.7745240Z test_flip_errors_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-09-27T16:20:35.7870570Z test_flip_errors_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-09-27T16:20:35.7983138Z test_flip_errors_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:20:35.8094764Z test_flip_errors_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-09-27T16:20:35.8206071Z test_flip_errors_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-09-27T16:20:35.8321261Z test_flip_errors_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:20:35.8338428Z test_flip_large_tensor_cpu (__main__.TestShapeOpsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:35.8924356Z test_flip_numpy_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.058s) 2022-09-27T16:20:35.9009902Z test_flip_numpy_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.008s) 2022-09-27T16:20:35.9118074Z test_flip_numpy_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-09-27T16:20:35.9225415Z test_flip_numpy_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-09-27T16:20:35.9339434Z test_flip_numpy_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:20:35.9455464Z test_flip_numpy_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:20:35.9552320Z test_flip_numpy_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-09-27T16:20:35.9634233Z test_flip_numpy_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-09-27T16:20:35.9688368Z test_flip_numpy_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-09-27T16:20:35.9736853Z test_flip_numpy_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:20:35.9787589Z test_flip_numpy_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-09-27T16:20:35.9838547Z test_flip_numpy_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-09-27T16:20:35.9942974Z test_fliplr_cpu_complex128 (__main__.TestShapeOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_fliplr test_shape_ops.py line 497 2022-09-27T16:20:35.9943478Z due to: 2022-09-27T16:20:35.9943892Z Traceback (most recent call last): 2022-09-27T16:20:35.9944166Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:20:35.9944456Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:20:35.9944925Z TypeError: randn() received an invalid combination of arguments - got (FakeTensor, FakeTensor, dtype=torch.dtype, device=str), but expected one of: 2022-09-27T16:20:35.9945409Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:20:35.9945899Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:20:35.9946352Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:20:35.9946780Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:20:35.9947013Z 2022-09-27T16:20:35.9947017Z 2022-09-27T16:20:35.9947089Z from user code: 2022-09-27T16:20:35.9947288Z File "test_shape_ops.py", line 499, in test_fliplr 2022-09-27T16:20:35.9947562Z self._test_fliplr_flipud(torch.fliplr, np.fliplr, 2, 4, device, dtype) 2022-09-27T16:20:35.9947731Z 2022-09-27T16:20:35.9947864Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:35.9948069Z ========== 2022-09-27T16:20:36.0014818Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_fliplr_flipud test_shape_ops.py line 487 2022-09-27T16:20:36.0015345Z due to: 2022-09-27T16:20:36.0015598Z Traceback (most recent call last): 2022-09-27T16:20:36.0015869Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:20:36.0016156Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:20:36.0016625Z TypeError: randn() received an invalid combination of arguments - got (FakeTensor, FakeTensor, dtype=torch.dtype, device=str), but expected one of: 2022-09-27T16:20:36.0017102Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:20:36.0017596Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:20:36.0018041Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:20:36.0018473Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:20:36.0018703Z 2022-09-27T16:20:36.0018708Z 2022-09-27T16:20:36.0018782Z from user code: 2022-09-27T16:20:36.0018994Z File "test_shape_ops.py", line 492, in _test_fliplr_flipud 2022-09-27T16:20:36.0019259Z data = torch.randn(*shape, device=device, dtype=dtype) 2022-09-27T16:20:36.0019408Z 2022-09-27T16:20:36.0019540Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:36.0019748Z ========== 2022-09-27T16:20:36.0091778Z ok (0.025s) 2022-09-27T16:20:36.0117241Z test_fliplr_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:20:36.0136621Z test_fliplr_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-09-27T16:20:36.0294555Z test_fliplr_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.015s) 2022-09-27T16:20:36.0444346Z test_fliplr_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-09-27T16:20:36.0592359Z test_fliplr_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-09-27T16:20:36.0682032Z test_flipud_cpu_complex128 (__main__.TestShapeOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_flipud test_shape_ops.py line 509 2022-09-27T16:20:36.0682380Z due to: 2022-09-27T16:20:36.0682570Z Traceback (most recent call last): 2022-09-27T16:20:36.0682857Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:20:36.0683144Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:20:36.0683579Z TypeError: randn() received an invalid combination of arguments - got (FakeTensor, dtype=torch.dtype, device=str), but expected one of: 2022-09-27T16:20:36.0684066Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:20:36.0684557Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:20:36.0685009Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:20:36.0685423Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:20:36.0685656Z 2022-09-27T16:20:36.0685661Z 2022-09-27T16:20:36.0685732Z from user code: 2022-09-27T16:20:36.0685945Z File "test_shape_ops.py", line 511, in test_flipud 2022-09-27T16:20:36.0686301Z self._test_fliplr_flipud(torch.flipud, np.flipud, 1, 4, device, dtype) 2022-09-27T16:20:36.0686471Z 2022-09-27T16:20:36.0686592Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:36.0686811Z ========== 2022-09-27T16:20:36.0748797Z ok (0.015s) 2022-09-27T16:20:36.0776336Z test_flipud_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:20:36.0796953Z test_flipud_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-09-27T16:20:36.0879334Z test_flipud_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.008s) 2022-09-27T16:20:36.0915707Z test_flipud_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:20:36.0951164Z test_flipud_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:20:36.2474315Z test_movedim_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.152s) 2022-09-27T16:20:36.3006307Z test_movedim_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.053s) 2022-09-27T16:20:36.3300468Z test_movedim_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.029s) 2022-09-27T16:20:36.3970649Z test_movedim_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.066s) 2022-09-27T16:20:36.4599514Z test_movedim_invalid_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.062s) 2022-09-27T16:20:36.5253857Z test_movedim_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.065s) 2022-09-27T16:20:36.6129122Z test_nonzero_astuple_out_cpu (__main__.TestShapeOpsCPU) ... test_shape_ops.py:629: UserWarning: An output with one or more elements was resized since it had shape [3, 3, 3], which does not match the required output shape [27, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:20:36.6130064Z self.assertEqual(torch.nonzero(t, as_tuple=False, out=out), torch.nonzero(t, out=out)) 2022-09-27T16:20:36.6590812Z ok (0.133s) 2022-09-27T16:20:36.6821369Z test_nonzero_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:20:36.6822088Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:20:36.6950254Z test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:20:36.6950872Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:20:36.7081870Z test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [6, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:20:36.7082471Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:20:36.7211022Z test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [6, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:20:36.7211687Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:20:36.7340901Z test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [8, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:20:36.7341515Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:20:36.7470168Z test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [60, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:20:36.7470796Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:20:36.7549794Z ok (0.095s) 2022-09-27T16:20:36.7626824Z test_nonzero_cpu_bool (__main__.TestShapeOpsCPU) ... test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:20:36.7627661Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:20:36.7747397Z test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:20:36.7748149Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:20:36.7826730Z test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [6, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:20:36.7827353Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:20:36.7916649Z test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [8, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:20:36.7917260Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:20:36.7963302Z test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [60, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:20:36.7963916Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:20:36.8001590Z ok (0.045s) 2022-09-27T16:20:36.8050822Z test_nonzero_cpu_float16 (__main__.TestShapeOpsCPU) ... test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:20:36.8051488Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:20:36.8091202Z test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:20:36.8091850Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:20:36.8257669Z ok (0.025s) 2022-09-27T16:20:36.8488710Z test_nonzero_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-09-27T16:20:36.8717024Z test_nonzero_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-09-27T16:20:36.8947284Z test_nonzero_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-09-27T16:20:36.9178660Z test_nonzero_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.023s) 2022-09-27T16:20:36.9412091Z test_nonzero_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.023s) 2022-09-27T16:20:36.9643400Z test_nonzero_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-09-27T16:20:36.9872493Z test_nonzero_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-09-27T16:20:37.0251919Z test_nonzero_discontiguous_cpu (__main__.TestShapeOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_shape_ops.py line 660 2022-09-27T16:20:37.0252539Z due to: 2022-09-27T16:20:37.0252888Z Traceback (most recent call last): 2022-09-27T16:20:37.0253568Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:20:37.0254033Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:20:37.0254432Z AssertionError: torch.* op returned non-Tensor int call_method data_ptr 2022-09-27T16:20:37.0254604Z 2022-09-27T16:20:37.0254677Z from user code: 2022-09-27T16:20:37.0254927Z File "test_shape_ops.py", line 662, in 2022-09-27T16:20:37.0255186Z data_ptr = dst3.data_ptr() 2022-09-27T16:20:37.0255306Z 2022-09-27T16:20:37.0255440Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:37.0255650Z ========== 2022-09-27T16:20:37.0257879Z ok (0.038s) 2022-09-27T16:20:37.8583740Z test_nonzero_no_warning_cpu (__main__.TestShapeOpsCPU) ... ok (0.832s) 2022-09-27T16:20:37.8704897Z test_nonzero_non_diff_cpu (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:20:38.0555305Z test_rot90_cpu (__main__.TestShapeOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_shape_ops.py line 537 2022-09-27T16:20:38.0555893Z due to: 2022-09-27T16:20:38.0556229Z Traceback (most recent call last): 2022-09-27T16:20:38.0556910Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:20:38.0557385Z return self._op(*args, **kwargs or {}) 2022-09-27T16:20:38.0557876Z RuntimeError: Rotation dim1 out of range, dim1 = -3 2022-09-27T16:20:38.0558137Z 2022-09-27T16:20:38.0558382Z The above exception was the direct cause of the following exception: 2022-09-27T16:20:38.0558679Z 2022-09-27T16:20:38.0558839Z Traceback (most recent call last): 2022-09-27T16:20:38.0559319Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:20:38.0559808Z raise TorchRuntimeError() from e 2022-09-27T16:20:38.0560223Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:20:38.0560480Z 2022-09-27T16:20:38.0560587Z from user code: 2022-09-27T16:20:38.0560952Z File "test_shape_ops.py", line 537, in 2022-09-27T16:20:38.0561561Z self.assertRaises(RuntimeError, lambda: data.rot90(1, [0, -3])) 2022-09-27T16:20:38.0561853Z 2022-09-27T16:20:38.0562075Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:38.0562463Z ========== 2022-09-27T16:20:38.0817815Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_shape_ops.py line 538 2022-09-27T16:20:38.0818335Z due to: 2022-09-27T16:20:38.0818675Z Traceback (most recent call last): 2022-09-27T16:20:38.0819313Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:20:38.0819801Z return self._op(*args, **kwargs or {}) 2022-09-27T16:20:38.0820279Z RuntimeError: expected rotation dims to be different, but got dim0 = 0 and dim1 = 2 2022-09-27T16:20:38.0820605Z 2022-09-27T16:20:38.0820847Z The above exception was the direct cause of the following exception: 2022-09-27T16:20:38.0821144Z 2022-09-27T16:20:38.0821316Z Traceback (most recent call last): 2022-09-27T16:20:38.0821812Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:20:38.0822312Z raise TorchRuntimeError() from e 2022-09-27T16:20:38.0822730Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:20:38.0822991Z 2022-09-27T16:20:38.0823114Z from user code: 2022-09-27T16:20:38.0823771Z File "test_shape_ops.py", line 538, in 2022-09-27T16:20:38.0824243Z self.assertRaises(RuntimeError, lambda: data.rot90(1, [0, 2])) 2022-09-27T16:20:38.0824526Z 2022-09-27T16:20:38.0824759Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:38.0825149Z ========== 2022-09-27T16:20:38.1456496Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_shape_ops.py line 546 2022-09-27T16:20:38.1456998Z due to: 2022-09-27T16:20:38.1457356Z Traceback (most recent call last): 2022-09-27T16:20:38.1457979Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:20:38.1458750Z return self._op(*args, **kwargs or {}) 2022-09-27T16:20:38.1459250Z RuntimeError: expected rotation dims to be different, but got dim0 = 0 and dim1 = 3 2022-09-27T16:20:38.1459575Z 2022-09-27T16:20:38.1459821Z The above exception was the direct cause of the following exception: 2022-09-27T16:20:38.1460108Z 2022-09-27T16:20:38.1460268Z Traceback (most recent call last): 2022-09-27T16:20:38.1460770Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:20:38.1461277Z raise TorchRuntimeError() from e 2022-09-27T16:20:38.1461677Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:20:38.1461931Z 2022-09-27T16:20:38.1462051Z from user code: 2022-09-27T16:20:38.1462407Z File "test_shape_ops.py", line 546, in 2022-09-27T16:20:38.1462877Z self.assertRaises(RuntimeError, lambda: data.rot90(1, [0, 3])) 2022-09-27T16:20:38.1463148Z 2022-09-27T16:20:38.1463383Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:38.1463776Z ========== 2022-09-27T16:20:38.1715148Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_shape_ops.py line 547 2022-09-27T16:20:38.1715634Z due to: 2022-09-27T16:20:38.1715963Z Traceback (most recent call last): 2022-09-27T16:20:38.1716639Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:20:38.1717152Z return self._op(*args, **kwargs or {}) 2022-09-27T16:20:38.1717638Z RuntimeError: expected rotation dims to be different, but got dim0 = 1 and dim1 = 1 2022-09-27T16:20:38.1717959Z 2022-09-27T16:20:38.1718202Z The above exception was the direct cause of the following exception: 2022-09-27T16:20:38.1718504Z 2022-09-27T16:20:38.1718666Z Traceback (most recent call last): 2022-09-27T16:20:38.1719149Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:20:38.1719641Z raise TorchRuntimeError() from e 2022-09-27T16:20:38.1720059Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:20:38.1720324Z 2022-09-27T16:20:38.1720446Z from user code: 2022-09-27T16:20:38.1720796Z File "test_shape_ops.py", line 547, in 2022-09-27T16:20:38.1721259Z self.assertRaises(RuntimeError, lambda: data.rot90(1, [1, 1])) 2022-09-27T16:20:38.1721547Z 2022-09-27T16:20:38.1721781Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:38.1722166Z ========== 2022-09-27T16:20:38.1975186Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_shape_ops.py line 548 2022-09-27T16:20:38.1975683Z due to: 2022-09-27T16:20:38.1976000Z Traceback (most recent call last): 2022-09-27T16:20:38.1976673Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:20:38.1977162Z return self._op(*args, **kwargs or {}) 2022-09-27T16:20:38.1977614Z RuntimeError: expected total rotation dims == 2, but got dims = 3 2022-09-27T16:20:38.1977884Z 2022-09-27T16:20:38.1978130Z The above exception was the direct cause of the following exception: 2022-09-27T16:20:38.1978441Z 2022-09-27T16:20:38.1978605Z Traceback (most recent call last): 2022-09-27T16:20:38.1979103Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:20:38.1979581Z raise TorchRuntimeError() from e 2022-09-27T16:20:38.1979996Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:20:38.1980542Z 2022-09-27T16:20:38.1980662Z from user code: 2022-09-27T16:20:38.1981032Z File "test_shape_ops.py", line 548, in 2022-09-27T16:20:38.1981494Z self.assertRaises(RuntimeError, lambda: data.rot90(1, [0, 1, 2])) 2022-09-27T16:20:38.1981783Z 2022-09-27T16:20:38.1982018Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:38.1982409Z ========== 2022-09-27T16:20:38.2234150Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_shape_ops.py line 549 2022-09-27T16:20:38.2234688Z due to: 2022-09-27T16:20:38.2235020Z Traceback (most recent call last): 2022-09-27T16:20:38.2235991Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:20:38.2236475Z return self._op(*args, **kwargs or {}) 2022-09-27T16:20:38.2236930Z RuntimeError: expected total rotation dims == 2, but got dims = 1 2022-09-27T16:20:38.2237216Z 2022-09-27T16:20:38.2237459Z The above exception was the direct cause of the following exception: 2022-09-27T16:20:38.2237762Z 2022-09-27T16:20:38.2237908Z Traceback (most recent call last): 2022-09-27T16:20:38.2238404Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:20:38.2238896Z raise TorchRuntimeError() from e 2022-09-27T16:20:38.2239313Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:20:38.2239557Z 2022-09-27T16:20:38.2239682Z from user code: 2022-09-27T16:20:38.2240042Z File "test_shape_ops.py", line 549, in 2022-09-27T16:20:38.2240510Z self.assertRaises(RuntimeError, lambda: data.rot90(1, [0])) 2022-09-27T16:20:38.2240795Z 2022-09-27T16:20:38.2241021Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:38.2241412Z ========== 2022-09-27T16:20:38.2291539Z ok (0.358s) 2022-09-27T16:20:38.2314215Z test_tolist_cpu (__main__.TestShapeOpsCPU) ... skip: TorchDynamo fails with an unknown error (0.002s) 2022-09-27T16:20:38.2441150Z test_trace_cpu_float32 (__main__.TestShapeOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_shape_ops.py line 235 2022-09-27T16:20:38.2441697Z due to: 2022-09-27T16:20:38.2441956Z Traceback (most recent call last): 2022-09-27T16:20:38.2442340Z File "/var/lib/jenkins/torchdynamo/torchdynamo/codegen.py", line 238, in create_load_const 2022-09-27T16:20:38.2442777Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-09-27T16:20:38.2443149Z AssertionError: unsafe constant torch.float32 2022-09-27T16:20:38.2443369Z 2022-09-27T16:20:38.2443490Z from user code: 2022-09-27T16:20:38.2443797Z File "test_shape_ops.py", line 239, in 2022-09-27T16:20:38.2444236Z result = np.trace(tensor.cpu().numpy(), dtype=expected_dtype) 2022-09-27T16:20:38.2444517Z 2022-09-27T16:20:38.2444757Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:38.2445075Z ========== 2022-09-27T16:20:38.2582299Z ok (0.026s) 2022-09-27T16:20:38.2706913Z test_trace_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-09-27T16:20:38.2737534Z test_trace_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:20:38.2766717Z test_trace_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:20:38.2794295Z test_trace_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:20:38.2822393Z test_trace_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:20:38.2849867Z test_trace_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:20:38.3087050Z test_unbind_cpu (__main__.TestShapeOpsCPU) ... ok (0.023s) 2022-09-27T16:20:38.3087368Z 2022-09-27T16:20:38.3087916Z ---------------------------------------------------------------------- 2022-09-27T16:20:38.3088234Z Ran 89 tests in 3.512s 2022-09-27T16:20:38.3088350Z 2022-09-27T16:20:38.3088413Z OK (skipped=4) 2022-09-27T16:20:38.3088524Z 2022-09-27T16:20:38.3088610Z Generating XML reports... 2022-09-27T16:20:38.3187343Z Generated XML report: test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20220927162034.xml 2022-09-27T16:20:38.7239828Z Running test_expanded_weights ... [2022-09-27 16:20:38.723604] 2022-09-27T16:20:38.7240519Z Executing ['/opt/conda/bin/python', '-bb', 'test_expanded_weights.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:20:38.723688] 2022-09-27T16:20:41.1126478Z Test results will be stored in test-reports/python-unittest/test_expanded_weights 2022-09-27T16:20:41.1147522Z 2022-09-27T16:20:41.1147988Z Running tests... 2022-09-27T16:20:41.1148418Z ---------------------------------------------------------------------- 2022-09-27T16:20:41.7809575Z test_cnn_model_mean_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.512s) 2022-09-27T16:20:42.0345753Z test_cnn_model_sum_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.253s) 2022-09-27T16:20:42.1035534Z test_embedding_model_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.068s) 2022-09-27T16:20:42.1243668Z test_expanded_weight_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.020s) 2022-09-27T16:20:42.1823741Z test_expanded_weight_forward_nn_functional_conv1d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.057s) 2022-09-27T16:20:42.2043904Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.021s) 2022-09-27T16:20:42.2175441Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-09-27T16:20:42.2239656Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-09-27T16:20:42.2297846Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-09-27T16:20:42.2348461Z test_expanded_weight_forward_nn_functional_conv1d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:20:42.2467513Z test_expanded_weight_forward_nn_functional_conv2d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:894.) 2022-09-27T16:20:42.2468782Z return self.op(*args, **kwargs) 2022-09-27T16:20:42.2549504Z ok (0.019s) 2022-09-27T16:20:42.2795892Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.024s) 2022-09-27T16:20:42.3348368Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.055s) 2022-09-27T16:20:42.3492148Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.014s) 2022-09-27T16:20:42.3631191Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.013s) 2022-09-27T16:20:42.3735527Z test_expanded_weight_forward_nn_functional_conv2d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-09-27T16:20:42.3795465Z test_expanded_weight_forward_nn_functional_embedding_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-09-27T16:20:42.3857025Z test_expanded_weight_forward_nn_functional_embedding_cpu_float16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-09-27T16:20:42.3914379Z test_expanded_weight_forward_nn_functional_embedding_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-09-27T16:20:42.3968812Z test_expanded_weight_forward_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-09-27T16:20:42.4008903Z test_expanded_weight_forward_nn_functional_group_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:20:42.4048115Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:20:42.4085809Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:20:42.4176121Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-09-27T16:20:42.4263852Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-09-27T16:20:42.4351216Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-09-27T16:20:42.4388979Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:20:42.4424405Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:20:42.4459048Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:20:42.4515687Z test_expanded_weight_forward_nn_functional_linear_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-09-27T16:20:42.4594850Z test_expanded_weight_forward_nn_functional_linear_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-09-27T16:20:42.4674764Z test_expanded_weight_forward_nn_functional_linear_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-09-27T16:20:42.4738706Z test_expanded_weight_forward_nn_functional_linear_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-09-27T16:20:42.4802155Z test_expanded_weight_forward_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-09-27T16:20:42.4844288Z test_expanded_weight_forward_nn_functional_linear_cpu_int16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:20:42.4885338Z test_expanded_weight_forward_nn_functional_linear_cpu_int32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:20:42.4933296Z test_expanded_weight_forward_nn_functional_linear_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:20:42.4975324Z test_expanded_weight_forward_nn_functional_linear_cpu_int8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:20:42.5016664Z test_expanded_weight_forward_nn_functional_linear_cpu_uint8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:20:42.5153118Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _compare_ew_and_for_loop_per_sample_grads test_expanded_weights.py line 142 2022-09-27T16:20:42.5153860Z due to: 2022-09-27T16:20:42.5154204Z Traceback (most recent call last): 2022-09-27T16:20:42.5154701Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-09-27T16:20:42.5155161Z if isinstance(subobj, property): 2022-09-27T16:20:42.5155728Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-09-27T16:20:42.5156019Z 2022-09-27T16:20:42.5156136Z from user code: 2022-09-27T16:20:42.5156552Z File "test_expanded_weights.py", line 146, in _compare_ew_and_for_loop_per_sample_grads 2022-09-27T16:20:42.5157048Z batch_size = input.shape[0] if len(input.shape) > 1 else 1 2022-09-27T16:20:42.5157305Z 2022-09-27T16:20:42.5157540Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:42.5157902Z ========== 2022-09-27T16:20:42.5614232Z ok (0.059s) 2022-09-27T16:20:42.6064821Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.044s) 2022-09-27T16:20:42.6093817Z test_expanded_weight_per_sample_grad_mean_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-09-27T16:20:42.6143900Z test_expanded_weight_per_sample_grad_mean_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:20:42.6295310Z test_expanded_weight_per_sample_grad_mean_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.015s) 2022-09-27T16:20:42.6338440Z test_expanded_weight_per_sample_grad_mean_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:20:42.6675382Z test_expanded_weight_per_sample_grad_mean_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_expanded_weights.py line 185 2022-09-27T16:20:42.6676132Z due to: 2022-09-27T16:20:42.6676458Z Traceback (most recent call last): 2022-09-27T16:20:42.6676964Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-09-27T16:20:42.6677444Z if isinstance(subobj, property): 2022-09-27T16:20:42.6678000Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-09-27T16:20:42.6678297Z 2022-09-27T16:20:42.6678412Z from user code: 2022-09-27T16:20:42.6678880Z File "test_expanded_weights.py", line 186, in 2022-09-27T16:20:42.6679398Z for sample_input in supported_inputs(op, sample_inputs): 2022-09-27T16:20:42.6679661Z 2022-09-27T16:20:42.6679883Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:42.6680251Z ========== 2022-09-27T16:20:42.6780934Z ok (0.044s) 2022-09-27T16:20:42.6941072Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.015s) 2022-09-27T16:20:42.7193009Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.025s) 2022-09-27T16:20:42.7221092Z test_expanded_weight_per_sample_grad_sum_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-09-27T16:20:42.7273233Z test_expanded_weight_per_sample_grad_sum_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-09-27T16:20:42.7432311Z test_expanded_weight_per_sample_grad_sum_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.015s) 2022-09-27T16:20:42.7480196Z test_expanded_weight_per_sample_grad_sum_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:20:42.7848102Z test_expanded_weight_per_sample_grad_sum_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_expanded_weights.py line 176 2022-09-27T16:20:42.7849010Z due to: 2022-09-27T16:20:42.7849324Z Traceback (most recent call last): 2022-09-27T16:20:42.7849814Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-09-27T16:20:42.7850292Z if isinstance(subobj, property): 2022-09-27T16:20:42.7850869Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-09-27T16:20:42.7851169Z 2022-09-27T16:20:42.7851272Z from user code: 2022-09-27T16:20:42.7851744Z File "test_expanded_weights.py", line 177, in 2022-09-27T16:20:42.7852299Z for sample_input in supported_inputs(op, sample_inputs): 2022-09-27T16:20:42.7852563Z 2022-09-27T16:20:42.7852787Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:42.7853141Z ========== 2022-09-27T16:20:42.7953589Z ok (0.047s) 2022-09-27T16:20:42.8103958Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.014s) 2022-09-27T16:20:42.8303693Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.019s) 2022-09-27T16:20:42.8333134Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-09-27T16:20:42.8375101Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:20:42.8491449Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-09-27T16:20:42.8526482Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:20:42.8857874Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_expanded_weights.py line 194 2022-09-27T16:20:42.8858690Z due to: 2022-09-27T16:20:42.8859010Z Traceback (most recent call last): 2022-09-27T16:20:42.8859512Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-09-27T16:20:42.8860001Z if isinstance(subobj, property): 2022-09-27T16:20:42.8860564Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-09-27T16:20:42.8860858Z 2022-09-27T16:20:42.8860978Z from user code: 2022-09-27T16:20:42.8861473Z File "test_expanded_weights.py", line 195, in 2022-09-27T16:20:42.8862028Z for sample_input in supported_inputs(op, sample_inputs): 2022-09-27T16:20:42.8862302Z 2022-09-27T16:20:42.8862531Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:42.8862909Z ========== 2022-09-27T16:20:42.8941483Z ok (0.041s) 2022-09-27T16:20:42.9061728Z test_group_norm_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-09-27T16:20:42.9983478Z test_group_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.091s) 2022-09-27T16:20:43.0863227Z test_group_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.087s) 2022-09-27T16:20:43.1972677Z test_group_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.110s) 2022-09-27T16:20:43.2463185Z test_instance_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.048s) 2022-09-27T16:20:43.2892224Z test_instance_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.042s) 2022-09-27T16:20:43.3929107Z test_instance_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.103s) 2022-09-27T16:20:43.4335448Z test_layer_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.040s) 2022-09-27T16:20:43.4688387Z test_layer_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.035s) 2022-09-27T16:20:43.5646551Z test_layer_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.095s) 2022-09-27T16:20:43.5715295Z test_unsupported_expand_weights_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-09-27T16:20:43.5801378Z test_unsupported_expand_weights_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-09-27T16:20:43.5830913Z test_unsupported_expand_weights_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-09-27T16:20:43.5858844Z test_unsupported_expand_weights_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-09-27T16:20:43.5894305Z test_unsupported_expand_weights_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:20:43.5924959Z test_unsupported_expand_weights_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-09-27T16:20:43.5966862Z test_unsupported_expand_weights_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:20:43.6085499Z test_forward_helper_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.011s) 2022-09-27T16:20:43.6319897Z test_forward_helper_failure_args_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.023s) 2022-09-27T16:20:43.6379975Z test_set_grad_sample_if_exists_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_set_grad_sample_if_exists test_expanded_weights.py line 78 2022-09-27T16:20:43.6380636Z due to: 2022-09-27T16:20:43.6380966Z Traceback (most recent call last): 2022-09-27T16:20:43.6381687Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/utils/_expanded_weights/expanded_weights_impl.py", line 41, in __new__ 2022-09-27T16:20:43.6382255Z ret = torch.Tensor._make_subclass(cast(_TensorBase, cls), orig_weight, True) 2022-09-27T16:20:43.6382850Z RuntimeError: Creating a new Tensor subclass ExpandedWeight but the raw Tensor object is already associated to a python object of type FakeTensor 2022-09-27T16:20:43.6383215Z 2022-09-27T16:20:43.6383438Z The above exception was the direct cause of the following exception: 2022-09-27T16:20:43.6383663Z 2022-09-27T16:20:43.6383820Z Traceback (most recent call last): 2022-09-27T16:20:43.6384280Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:20:43.6384721Z raise TorchRuntimeError() from e 2022-09-27T16:20:43.6385091Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:20:43.6385329Z 2022-09-27T16:20:43.6385455Z from user code: 2022-09-27T16:20:43.6385856Z File "test_expanded_weights.py", line 83, in test_set_grad_sample_if_exists 2022-09-27T16:20:43.6386369Z expanded_weight = ExpandedWeight(orig_weight, 3, loss_reduction="sum") 2022-09-27T16:20:43.6386641Z 2022-09-27T16:20:43.6386844Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:43.6387187Z ========== 2022-09-27T16:20:43.6390678Z ok (0.007s) 2022-09-27T16:20:43.6561444Z test_set_grad_sample_if_exists_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.016s) 2022-09-27T16:20:43.6795341Z test_sum_over_all_but_batch_and_last_n_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.023s) 2022-09-27T16:20:43.6851214Z test_unpack_expanded_weight_or_tensor_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unpack_expanded_weight_or_tensor test_expanded_weights.py line 104 2022-09-27T16:20:43.6851881Z due to: 2022-09-27T16:20:43.6852145Z Traceback (most recent call last): 2022-09-27T16:20:43.6852907Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/utils/_expanded_weights/expanded_weights_impl.py", line 41, in __new__ 2022-09-27T16:20:43.6853507Z ret = torch.Tensor._make_subclass(cast(_TensorBase, cls), orig_weight, True) 2022-09-27T16:20:43.6854145Z RuntimeError: Creating a new Tensor subclass ExpandedWeight but the raw Tensor object is already associated to a python object of type FakeTensor 2022-09-27T16:20:43.6854529Z 2022-09-27T16:20:43.6854717Z The above exception was the direct cause of the following exception: 2022-09-27T16:20:43.6854975Z 2022-09-27T16:20:43.6855128Z Traceback (most recent call last): 2022-09-27T16:20:43.6855555Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:20:43.6855975Z raise TorchRuntimeError() from e 2022-09-27T16:20:43.6856324Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:20:43.6856554Z 2022-09-27T16:20:43.6856657Z from user code: 2022-09-27T16:20:43.6857341Z File "test_expanded_weights.py", line 106, in test_unpack_expanded_weight_or_tensor 2022-09-27T16:20:43.6857926Z self.assertEqual(input, unpack_expanded_weight_or_tensor(ExpandedWeight(input, 3, loss_reduction="sum"))) 2022-09-27T16:20:43.6858255Z 2022-09-27T16:20:43.6858490Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:43.6858834Z ========== 2022-09-27T16:20:43.6859083Z ok (0.006s) 2022-09-27T16:20:43.6956003Z test_unpack_expanded_weight_or_tensor_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.009s) 2022-09-27T16:20:43.7012560Z test_unpack_expanded_weight_or_tensor_with_custom_function_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unpack_expanded_weight_or_tensor_with_custom_function test_expanded_weights.py line 112 2022-09-27T16:20:43.7013415Z due to: 2022-09-27T16:20:43.7013722Z Traceback (most recent call last): 2022-09-27T16:20:43.7014404Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/utils/_expanded_weights/expanded_weights_impl.py", line 41, in __new__ 2022-09-27T16:20:43.7014951Z ret = torch.Tensor._make_subclass(cast(_TensorBase, cls), orig_weight, True) 2022-09-27T16:20:43.7015557Z RuntimeError: Creating a new Tensor subclass ExpandedWeight but the raw Tensor object is already associated to a python object of type FakeTensor 2022-09-27T16:20:43.7015944Z 2022-09-27T16:20:43.7016162Z The above exception was the direct cause of the following exception: 2022-09-27T16:20:43.7016424Z 2022-09-27T16:20:43.7016569Z Traceback (most recent call last): 2022-09-27T16:20:43.7017029Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:20:43.7017492Z raise TorchRuntimeError() from e 2022-09-27T16:20:43.7017851Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:20:43.7018099Z 2022-09-27T16:20:43.7018212Z from user code: 2022-09-27T16:20:43.7018689Z File "test_expanded_weights.py", line 114, in test_unpack_expanded_weight_or_tensor_with_custom_function 2022-09-27T16:20:43.7019338Z self.assertTrue(unpack_expanded_weight_or_tensor(ExpandedWeight(input, 3, loss_reduction="sum"), lambda x: x is input)) 2022-09-27T16:20:43.7019692Z 2022-09-27T16:20:43.7019925Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:43.7020293Z ========== 2022-09-27T16:20:43.7046645Z ok (0.009s) 2022-09-27T16:20:43.7328968Z test_Conv1d (__main__.TestExpandedWeightModule) ... ok (0.027s) 2022-09-27T16:20:43.7491530Z test_Conv1d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-09-27T16:20:43.7826120Z test_Conv1d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.033s) 2022-09-27T16:20:43.8017081Z test_Conv1d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.018s) 2022-09-27T16:20:43.8050977Z test_Conv1d_pad1 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:43.8185432Z test_Conv1d_pad1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.013s) 2022-09-27T16:20:43.8340095Z test_Conv1d_pad1size1 (__main__.TestExpandedWeightModule) ... ok (0.015s) 2022-09-27T16:20:43.8522245Z test_Conv1d_pad1size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.018s) 2022-09-27T16:20:43.8558406Z test_Conv1d_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:43.8660635Z test_Conv1d_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-09-27T16:20:43.8690263Z test_Conv1d_pad2size1 (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:43.8784640Z test_Conv1d_pad2size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:20:43.8817368Z test_Conv1d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:43.8917446Z test_Conv1d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:20:43.8948799Z test_Conv1d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:43.9045318Z test_Conv1d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:20:43.9077344Z test_Conv1d_stride (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:43.9115910Z test_Conv1d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:43.9151580Z test_Conv1d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.003s) 2022-09-27T16:20:43.9164979Z test_Conv1d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:20:43.9194565Z test_Conv1d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:43.9228567Z test_Conv1d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:43.9391598Z test_Conv2d (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-09-27T16:20:43.9553757Z test_Conv2d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-09-27T16:20:43.9658242Z test_Conv2d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-09-27T16:20:43.9816410Z test_Conv2d_dilated (__main__.TestExpandedWeightModule) ... ok (0.015s) 2022-09-27T16:20:43.9914057Z test_Conv2d_dilated_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:20:44.0010639Z test_Conv2d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:20:44.0169250Z test_Conv2d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.015s) 2022-09-27T16:20:44.0261642Z test_Conv2d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:20:44.0488326Z test_Conv2d_padding (__main__.TestExpandedWeightModule) ... ok (0.022s) 2022-09-27T16:20:44.0690380Z test_Conv2d_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.019s) 2022-09-27T16:20:44.0734409Z test_Conv2d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:20:44.0780882Z test_Conv2d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:20:44.0814142Z test_Conv2d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:44.0850583Z test_Conv2d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:44.0883264Z test_Conv2d_strided (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:44.0921387Z test_Conv2d_strided_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:44.0935729Z test_Conv2d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:20:44.0948400Z test_Conv2d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:20:44.0980142Z test_Conv2d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:44.1017256Z test_Conv2d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:44.1051388Z test_Conv3d (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:44.1078265Z test_Conv3d_1x1x1_no_bias (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.1112126Z test_Conv3d_1x1x1_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:44.1154380Z test_Conv3d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:20:44.1208796Z test_Conv3d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:20:44.1243813Z test_Conv3d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:44.1270596Z test_Conv3d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.1301957Z test_Conv3d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:44.1339877Z test_Conv3d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:44.1378387Z test_Conv3d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:44.1410001Z test_Conv3d_stride (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:44.1449740Z test_Conv3d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:44.1480932Z test_Conv3d_stride_padding (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:44.1518720Z test_Conv3d_stride_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:44.1532258Z test_Conv3d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:20:44.1545795Z test_Conv3d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:20:44.1578805Z test_Conv3d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:44.1617204Z test_Conv3d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:44.1639501Z test_Embedding (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.1668675Z test_Embedding_discontiguous (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.1697374Z test_Embedding_discontiguous_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.1720790Z test_Embedding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.1750866Z test_GroupNorm_1d_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.1778956Z test_GroupNorm_1d_affine_GN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.1806902Z test_GroupNorm_1d_affine_GN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.1834904Z test_GroupNorm_1d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.1858273Z test_GroupNorm_1d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.1880116Z test_GroupNorm_1d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.1902359Z test_GroupNorm_1d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.1922757Z test_GroupNorm_1d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.1951078Z test_GroupNorm_2d_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.1979734Z test_GroupNorm_2d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.2003473Z test_GroupNorm_2d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.2023345Z test_GroupNorm_2d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.2045265Z test_GroupNorm_2d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.2065048Z test_GroupNorm_2d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-09-27T16:20:44.2095486Z test_LayerNorm_1d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:44.2123169Z test_LayerNorm_1d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.2136763Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:20:44.2149184Z test_LayerNorm_1d_empty_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:20:44.2171180Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.2190643Z test_LayerNorm_1d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-09-27T16:20:44.2218666Z test_LayerNorm_3d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.2245550Z test_LayerNorm_3d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.2437551Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestExpandedWeightModule) ... ok (0.018s) 2022-09-27T16:20:44.2546313Z test_LayerNorm_3d_no_affine_large_feature_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-09-27T16:20:44.2572994Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.2595551Z test_LayerNorm_3d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.2628803Z test_Linear (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:44.2659531Z test_Linear_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:20:44.2673066Z test_Linear_no_batch_dim (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-09-27T16:20:44.2684517Z test_Linear_no_batch_dim_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-09-27T16:20:44.2710843Z test_Linear_no_bias (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.2739690Z test_Linear_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:20:44.3063193Z test_per_sample_api_compute_batch_size (__main__.TestExpandedWeightModule) ... ok (0.032s) 2022-09-27T16:20:44.3120055Z test_per_sample_api_compute_batch_size_not_pytreeable (__main__.TestExpandedWeightModule) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT NonPytreeableTuple test_expanded_weights.py line 497 2022-09-27T16:20:44.3120742Z due to: 2022-09-27T16:20:44.3121055Z Traceback (most recent call last): 2022-09-27T16:20:44.3121530Z File "/var/lib/jenkins/torchdynamo/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:20:44.3121967Z raise Unsupported(msg) 2022-09-27T16:20:44.3122379Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:20:44.3122640Z 2022-09-27T16:20:44.3122758Z from user code: 2022-09-27T16:20:44.3123148Z File "test_expanded_weights.py", line 497, in NonPytreeableTuple 2022-09-27T16:20:44.3123540Z @dataclass 2022-09-27T16:20:44.3123709Z 2022-09-27T16:20:44.3123949Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:44.3124305Z ========== 2022-09-27T16:20:44.3532752Z ok (0.046s) 2022-09-27T16:20:44.3765440Z test_per_sample_api_failing (__main__.TestExpandedWeightModule) ... ok (0.023s) 2022-09-27T16:20:44.3765787Z 2022-09-27T16:20:44.3766316Z ---------------------------------------------------------------------- 2022-09-27T16:20:44.3766711Z Ran 184 tests in 3.262s 2022-09-27T16:20:44.3766910Z 2022-09-27T16:20:44.3767034Z OK (skipped=10) 2022-09-27T16:20:44.3767214Z 2022-09-27T16:20:44.3767356Z Generating XML reports... 2022-09-27T16:20:44.3851954Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCPU-20220927162041.xml 2022-09-27T16:20:44.3859133Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCPU-20220927162041.xml 2022-09-27T16:20:44.3932096Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20220927162041.xml 2022-09-27T16:20:44.9132101Z Running nn/test_dropout ... [2022-09-27 16:20:44.912799] 2022-09-27T16:20:44.9132624Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_dropout.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:20:44.912879] 2022-09-27T16:20:46.4499970Z Test results will be stored in test-reports/python-unittest/nn.test_dropout 2022-09-27T16:20:46.4511830Z 2022-09-27T16:20:46.4511951Z Running tests... 2022-09-27T16:20:46.4512416Z ---------------------------------------------------------------------- 2022-09-27T16:20:46.6154552Z test_AlphaDropout (__main__.TestDropoutNN) ... ok (0.104s) 2022-09-27T16:20:46.6225273Z test_FeatureAlphaDropout (__main__.TestDropoutNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_FeatureAlphaDropout nn/test_dropout.py line 37 2022-09-27T16:20:46.6225853Z due to: 2022-09-27T16:20:46.6226157Z Traceback (most recent call last): 2022-09-27T16:20:46.6226665Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:20:46.6227155Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:20:46.6227842Z TypeError: randn(): argument 'size' must be tuple of ints, but found element of type FakeTensor at pos 2 2022-09-27T16:20:46.6228174Z 2022-09-27T16:20:46.6228279Z from user code: 2022-09-27T16:20:46.6228671Z File "nn/test_dropout.py", line 43, in test_FeatureAlphaDropout 2022-09-27T16:20:46.6229116Z input = torch.randn(num_features, b, d, w, h) 2022-09-27T16:20:46.6229354Z 2022-09-27T16:20:46.6229578Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:46.6229937Z ========== 2022-09-27T16:20:46.7036991Z ok (0.088s) 2022-09-27T16:20:46.7688492Z test_invalid_dropout_p (__main__.TestDropoutNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_dropout.py line 74 2022-09-27T16:20:46.7689059Z due to: 2022-09-27T16:20:46.7689371Z Traceback (most recent call last): 2022-09-27T16:20:46.7690039Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/functional.py", line 1251, in dropout 2022-09-27T16:20:46.7690590Z raise ValueError("dropout probability has to be between 0 and 1, " "but got {}".format(p)) 2022-09-27T16:20:46.7691263Z ValueError: dropout probability has to be between 0 and 1, but got -0.1 2022-09-27T16:20:46.7691560Z 2022-09-27T16:20:46.7691679Z from user code: 2022-09-27T16:20:46.7692001Z File "nn/test_dropout.py", line 74, in 2022-09-27T16:20:46.7692575Z self.assertRaises(ValueError, lambda: F.dropout(v, -0.1)) 2022-09-27T16:20:46.7692862Z 2022-09-27T16:20:46.7693113Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:46.7693490Z ========== 2022-09-27T16:20:46.7757606Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_dropout.py line 75 2022-09-27T16:20:46.7758061Z due to: 2022-09-27T16:20:46.7758355Z Traceback (most recent call last): 2022-09-27T16:20:46.7759000Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/functional.py", line 1251, in dropout 2022-09-27T16:20:46.7759586Z raise ValueError("dropout probability has to be between 0 and 1, " "but got {}".format(p)) 2022-09-27T16:20:46.7760115Z ValueError: dropout probability has to be between 0 and 1, but got 1.1 2022-09-27T16:20:46.7760391Z 2022-09-27T16:20:46.7760491Z from user code: 2022-09-27T16:20:46.7760833Z File "nn/test_dropout.py", line 75, in 2022-09-27T16:20:46.7761268Z self.assertRaises(ValueError, lambda: F.dropout(v, 1.1)) 2022-09-27T16:20:46.7761529Z 2022-09-27T16:20:46.7761736Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:46.7762116Z ========== 2022-09-27T16:20:46.7769267Z ok (0.073s) 2022-09-27T16:20:46.7785957Z test_native_dropout_corner_case (__main__.TestDropoutNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:20:47.1243538Z test_Dropout1d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.345s) 2022-09-27T16:20:47.1320079Z test_Dropout2d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_Dropout2d nn/test_dropout.py line 207 2022-09-27T16:20:47.1321019Z due to: 2022-09-27T16:20:47.1321320Z Traceback (most recent call last): 2022-09-27T16:20:47.1321668Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:20:47.1321966Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:20:47.1322350Z RuntimeError: SystemError: returned a result with an error set 2022-09-27T16:20:47.1322526Z 2022-09-27T16:20:47.1322662Z The above exception was the direct cause of the following exception: 2022-09-27T16:20:47.1322900Z 2022-09-27T16:20:47.1322995Z Traceback (most recent call last): 2022-09-27T16:20:47.1323276Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:20:47.1323538Z raise TorchRuntimeError() from e 2022-09-27T16:20:47.1323772Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:20:47.1323921Z 2022-09-27T16:20:47.1323993Z from user code: 2022-09-27T16:20:47.1324213Z File "nn/test_dropout.py", line 213, in test_Dropout2d 2022-09-27T16:20:47.1324443Z input = torch.empty(num_features, b, w, h) 2022-09-27T16:20:47.1324581Z 2022-09-27T16:20:47.1324715Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:47.1324939Z ========== 2022-09-27T16:20:47.2611519Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_dropout.py line 82 2022-09-27T16:20:47.2612162Z due to: 2022-09-27T16:20:47.2612472Z Traceback (most recent call last): 2022-09-27T16:20:47.2613212Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:20:47.2613860Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:20:47.2614437Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:20:47.2614702Z 2022-09-27T16:20:47.2614817Z from user code: 2022-09-27T16:20:47.2615279Z File "nn/test_dropout.py", line 85, in 2022-09-27T16:20:47.2615785Z self.assertTrue(output.is_contiguous(memory_format=memory_format)) 2022-09-27T16:20:47.2616061Z 2022-09-27T16:20:47.2616283Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:47.2616646Z ========== 2022-09-27T16:20:48.0867532Z ok (0.962s) 2022-09-27T16:20:48.0954230Z test_Dropout3d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_Dropout3d nn/test_dropout.py line 242 2022-09-27T16:20:48.0954839Z due to: 2022-09-27T16:20:48.0955153Z Traceback (most recent call last): 2022-09-27T16:20:48.0955887Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 359, in data_dep 2022-09-27T16:20:48.0956457Z raise DataDependentOutputException(func) 2022-09-27T16:20:48.0957058Z torch._subclasses.fake_tensor.DataDependentOutputException: aten._local_scalar_dense.default 2022-09-27T16:20:48.0957427Z 2022-09-27T16:20:48.0957680Z The above exception was the direct cause of the following exception: 2022-09-27T16:20:48.0957968Z 2022-09-27T16:20:48.0958128Z Traceback (most recent call last): 2022-09-27T16:20:48.0958791Z File "/opt/conda/lib/python3.7/site-packages/torch/utils/_python_dispatch.py", line 68, in wrapped 2022-09-27T16:20:48.0959274Z if isinstance(f, classmethod): 2022-09-27T16:20:48.0959898Z SystemError: returned a result with an error set 2022-09-27T16:20:48.0960224Z 2022-09-27T16:20:48.0960349Z from user code: 2022-09-27T16:20:48.0960700Z File "nn/test_dropout.py", line 249, in test_Dropout3d 2022-09-27T16:20:48.0961149Z input = torch.empty(num_features, b, d, w, h) 2022-09-27T16:20:48.0961399Z 2022-09-27T16:20:48.0961642Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:48.0962043Z ========== 2022-09-27T16:20:48.1367079Z ok (0.049s) 2022-09-27T16:20:48.1407021Z test_Dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_Dropout nn/test_dropout.py line 149 2022-09-27T16:20:48.1407836Z due to: 2022-09-27T16:20:48.1408136Z Traceback (most recent call last): 2022-09-27T16:20:48.1408643Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:20:48.1409181Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:20:48.1409677Z AssertionError: memory_format 2022-09-27T16:20:48.1410351Z 2022-09-27T16:20:48.1410472Z from user code: 2022-09-27T16:20:48.1410838Z File "nn/test_dropout.py", line 151, in test_Dropout 2022-09-27T16:20:48.1411343Z self._test_dropout(nn.Dropout, device, input) 2022-09-27T16:20:48.1411587Z 2022-09-27T16:20:48.1411795Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:20:48.1412163Z ========== 2022-09-27T16:20:48.3775298Z ok (0.240s) 2022-09-27T16:20:48.3867599Z test_empty_dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:20:48.3867974Z 2022-09-27T16:20:48.3868410Z ---------------------------------------------------------------------- 2022-09-27T16:20:48.3868817Z Ran 9 tests in 1.935s 2022-09-27T16:20:48.3869007Z 2022-09-27T16:20:48.3869129Z OK (skipped=1) 2022-09-27T16:20:48.3869309Z 2022-09-27T16:20:48.3869451Z Generating XML reports... 2022-09-27T16:20:48.3896985Z Generated XML report: test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNN-20220927162046.xml 2022-09-27T16:20:48.3902921Z Generated XML report: test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNNDeviceTypeCPU-20220927162046.xml 2022-09-27T16:20:48.7498061Z Running backends/xeon/test_launch ... [2022-09-27 16:20:48.749413] 2022-09-27T16:20:48.7498608Z Executing ['/opt/conda/bin/python', '-bb', 'backends/xeon/test_launch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:20:48.749494] 2022-09-27T16:20:50.0323169Z Test results will be stored in test-reports/python-unittest/backends.xeon.test_launch 2022-09-27T16:20:50.0334137Z 2022-09-27T16:20:50.0334237Z Running tests... 2022-09-27T16:20:50.0334727Z ---------------------------------------------------------------------- 2022-09-27T16:20:50.2841608Z test_cpu_info (__main__.TestTorchrun) ... WARNING:torch.backends.xeon.run_cpu:Numa Aware: cores:[2, 3, 4, 5] on different NUMA nodes:[0, 1]. To avoid this behavior, please use --ncores_per_instance knob to make sure number of cores is divisible by --ncores_per_instance. Alternatively, please use --skip_cross_node_cores knob. 2022-09-27T16:20:50.2863489Z ok (0.191s) 2022-09-27T16:20:51.8141986Z test_multi_threads (__main__.TestTorchrun) ... ok (1.527s) 2022-09-27T16:20:51.8142646Z 2022-09-27T16:20:51.8143146Z ---------------------------------------------------------------------- 2022-09-27T16:20:51.8143469Z Ran 2 tests in 1.781s 2022-09-27T16:20:51.8143628Z 2022-09-27T16:20:51.8143709Z OK 2022-09-27T16:20:51.8143803Z 2022-09-27T16:20:51.8143886Z Generating XML reports... 2022-09-27T16:20:51.8196490Z Generated XML report: test-reports/python-unittest/backends.xeon.test_launch/TEST-TestTorchrun-20220927162050.xml 2022-09-27T16:20:52.1101501Z Running test_cpp_extensions_aot_no_ninja ... [2022-09-27 16:20:52.109781] 2022-09-27T16:20:53.5565109Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:20:53.7242213Z running install 2022-09-27T16:20:53.7243201Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-09-27T16:20:53.7243644Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T16:20:53.7357507Z running build 2022-09-27T16:20:53.7357734Z running build_py 2022-09-27T16:20:53.7424936Z creating build 2022-09-27T16:20:53.7425391Z creating build/lib.linux-x86_64-cpython-37 2022-09-27T16:20:53.7425768Z creating build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-09-27T16:20:53.7426186Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-09-27T16:20:53.7427855Z running build_ext 2022-09-27T16:20:53.7442475Z building 'torch_test_cpp_extension.cpp' extension 2022-09-27T16:20:53.7443219Z creating build/temp.linux-x86_64-cpython-37 2022-09-27T16:20:53.7446029Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c extension.cpp -o build/temp.linux-x86_64-cpython-37/extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:20:54.7511520Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:20:54.7513784Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/Exceptions.h:13:0, 2022-09-27T16:20:54.7514505Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-09-27T16:20:54.7515121Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/extension.h:6, 2022-09-27T16:20:54.7515490Z from extension.cpp:1: 2022-09-27T16:20:54.7516288Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-09-27T16:20:54.7516825Z extension.cpp:36:53: required from here 2022-09-27T16:20:54.7517895Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than the type of its field ‘pybind11::class_::’ [-Wattributes] 2022-09-27T16:20:54.7518648Z class class_ : public detail::generic_type { 2022-09-27T16:20:54.7518950Z ^~~~~~ 2022-09-27T16:20:54.7519886Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than its base ‘pybind11::detail::generic_type’ [-Wattributes] 2022-09-27T16:20:54.7521767Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so 2022-09-27T16:20:55.0622285Z building 'torch_test_cpp_extension.ort' extension 2022-09-27T16:20:55.0624905Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c ort_extension.cpp -o build/temp.linux-x86_64-cpython-37/ort_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:20:56.1170079Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:20:56.1180481Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/ort_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so 2022-09-27T16:20:56.4072381Z building 'torch_test_cpp_extension.rng' extension 2022-09-27T16:20:56.4074995Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c rng_extension.cpp -o build/temp.linux-x86_64-cpython-37/rng_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:20:57.3984183Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:20:57.3984962Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8:0, 2022-09-27T16:20:57.3985401Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2022-09-27T16:20:57.3985824Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2022-09-27T16:20:57.3986306Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-09-27T16:20:57.3986610Z from rng_extension.cpp:6: 2022-09-27T16:20:57.3987049Z /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec_base.h:975:0: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2022-09-27T16:20:57.3987343Z # pragma unroll 2022-09-27T16:20:57.3987512Z 2022-09-27T16:20:57.3994013Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/rng_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so 2022-09-27T16:20:57.7055868Z running install_lib 2022-09-27T16:20:57.7119220Z creating install 2022-09-27T16:20:57.7119542Z creating install/opt 2022-09-27T16:20:57.7119908Z creating install/opt/conda 2022-09-27T16:20:57.7120311Z creating install/opt/conda/lib 2022-09-27T16:20:57.7120688Z creating install/opt/conda/lib/python3.7 2022-09-27T16:20:57.7123169Z creating install/opt/conda/lib/python3.7/site-packages 2022-09-27T16:20:57.7123718Z creating install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-09-27T16:20:57.7124235Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/__init__.py -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-09-27T16:20:57.7124882Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-09-27T16:20:57.7184034Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-09-27T16:20:57.7247690Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-09-27T16:20:57.7316229Z byte-compiling ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension/__init__.py to __init__.cpython-37.pyc 2022-09-27T16:20:57.7317201Z running install_egg_info 2022-09-27T16:20:57.7463513Z running egg_info 2022-09-27T16:20:57.7464288Z creating torch_test_cpp_extension.egg-info 2022-09-27T16:20:57.7510853Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-09-27T16:20:57.7513459Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-09-27T16:20:57.7516204Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-09-27T16:20:57.7517649Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:20:57.8243702Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:20:57.8249869Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:20:57.8251113Z Copying torch_test_cpp_extension.egg-info to ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension-0.0.0-py3.7.egg-info 2022-09-27T16:20:57.8255352Z running install_scripts 2022-09-27T16:20:59.6632411Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:20:59.6925109Z running install 2022-09-27T16:20:59.6926312Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-09-27T16:20:59.6927060Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T16:20:59.7040676Z running build 2022-09-27T16:20:59.7040965Z running build_ext 2022-09-27T16:20:59.7469127Z building 'no_python_abi_suffix_test' extension 2022-09-27T16:20:59.7469655Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build 2022-09-27T16:20:59.7470469Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37 2022-09-27T16:20:59.7876941Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-09-27T16:20:59.7877567Z Compiling objects... 2022-09-27T16:20:59.7878089Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:20:59.8775500Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/no_python_abi_suffix_test.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=no_python_abi_suffix_test -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:20:59.8777096Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:20:59.8829018Z creating build/lib.linux-x86_64-cpython-37 2022-09-27T16:20:59.8830932Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/no_python_abi_suffix_test.so 2022-09-27T16:21:00.0802314Z running install_lib 2022-09-27T16:21:00.0863592Z creating install 2022-09-27T16:21:00.0864027Z creating install/opt 2022-09-27T16:21:00.0864402Z creating install/opt/conda 2022-09-27T16:21:00.0864777Z creating install/opt/conda/lib 2022-09-27T16:21:00.0865259Z creating install/opt/conda/lib/python3.7 2022-09-27T16:21:00.0865677Z creating install/opt/conda/lib/python3.7/site-packages 2022-09-27T16:21:00.0866126Z copying build/lib.linux-x86_64-cpython-37/no_python_abi_suffix_test.so -> ./install/opt/conda/lib/python3.7/site-packages 2022-09-27T16:21:00.0871600Z running install_egg_info 2022-09-27T16:21:00.1007456Z running egg_info 2022-09-27T16:21:00.1056817Z creating no_python_abi_suffix_test.egg-info 2022-09-27T16:21:00.1057351Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-09-27T16:21:00.1058820Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-09-27T16:21:00.1061990Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-09-27T16:21:00.1063008Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:21:00.1114429Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:21:00.1120874Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:21:00.1122167Z Copying no_python_abi_suffix_test.egg-info to ./install/opt/conda/lib/python3.7/site-packages/no_python_abi_suffix_test-0.0.0-py3.7.egg-info 2022-09-27T16:21:00.1125873Z running install_scripts 2022-09-27T16:21:00.4836582Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_aot_no_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:21:00.483267] 2022-09-27T16:21:02.3288861Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:21:02.3824035Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_no_ninja 2022-09-27T16:21:02.3839147Z 2022-09-27T16:21:02.3839241Z Running tests... 2022-09-27T16:21:02.3839983Z ---------------------------------------------------------------------- 2022-09-27T16:21:02.7147570Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.265s) 2022-09-27T16:21:02.7160299Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:21:02.7171038Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:21:02.7180356Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:21:02.7188688Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-09-27T16:21:02.7357720Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.016s) 2022-09-27T16:21:02.7567607Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.020s) 2022-09-27T16:21:02.7590712Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-09-27T16:21:02.7741163Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.014s) 2022-09-27T16:21:02.8074114Z test_add (__main__.TestORTTensor) ... ok (0.033s) 2022-09-27T16:21:02.8728003Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.065s) 2022-09-27T16:21:02.8856713Z test_unregistered (__main__.TestORTTensor) ... ok (0.012s) 2022-09-27T16:21:02.8937472Z test_zeros (__main__.TestORTTensor) ... ok (0.008s) 2022-09-27T16:21:02.9107204Z test_rng (__main__.TestRNGExtension) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cpp_extensions_aot_no_ninja.py line 195 2022-09-27T16:21:02.9107817Z due to: 2022-09-27T16:21:02.9108103Z Traceback (most recent call last): 2022-09-27T16:21:02.9108392Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:21:02.9108845Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:21:02.9109288Z AssertionError: torch.* op returned non-Tensor Generator call_function 2022-09-27T16:21:02.9109475Z 2022-09-27T16:21:02.9109546Z from user code: 2022-09-27T16:21:02.9109790Z File "test_cpp_extensions_aot_no_ninja.py", line 197, in 2022-09-27T16:21:02.9110327Z gen = torch.Generator(device='cpu') 2022-09-27T16:21:02.9110459Z 2022-09-27T16:21:02.9110580Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:21:02.9110801Z ========== 2022-09-27T16:21:02.9119280Z ok (0.018s) 2022-09-27T16:21:02.9133900Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-09-27T16:21:02.9134206Z 2022-09-27T16:21:02.9134658Z ---------------------------------------------------------------------- 2022-09-27T16:21:02.9134985Z Ran 15 tests in 0.529s 2022-09-27T16:21:02.9135098Z 2022-09-27T16:21:02.9135170Z OK (skipped=5) 2022-09-27T16:21:02.9135277Z 2022-09-27T16:21:02.9135525Z Generating XML reports... 2022-09-27T16:21:02.9170252Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20220927162102.xml 2022-09-27T16:21:02.9174683Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20220927162102.xml 2022-09-27T16:21:02.9177218Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20220927162102.xml 2022-09-27T16:21:02.9179809Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20220927162102.xml 2022-09-27T16:21:03.3964937Z Running test_complex ... [2022-09-27 16:21:03.396128] 2022-09-27T16:21:03.3965471Z Executing ['/opt/conda/bin/python', '-bb', 'test_complex.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:21:03.396204] 2022-09-27T16:21:04.9416982Z Test results will be stored in test-reports/python-unittest/test_complex 2022-09-27T16:21:04.9429312Z 2022-09-27T16:21:04.9429465Z Running tests... 2022-09-27T16:21:04.9429995Z ---------------------------------------------------------------------- 2022-09-27T16:21:05.0090938Z test_dtype_inference_cpu_float32 (__main__.TestComplexTensorCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dtype_inference test_complex.py line 17 2022-09-27T16:21:05.0091403Z due to: 2022-09-27T16:21:05.0091608Z Traceback (most recent call last): 2022-09-27T16:21:05.0091881Z File "/var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:21:05.0092371Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:21:05.0092891Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:21:05.0093094Z 2022-09-27T16:21:05.0093166Z from user code: 2022-09-27T16:21:05.0093376Z File "test_complex.py", line 20, in test_dtype_inference 2022-09-27T16:21:05.0093681Z default_dtype = torch.get_default_dtype() 2022-09-27T16:21:05.0093816Z 2022-09-27T16:21:05.0093945Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:21:05.0094149Z ========== 2022-09-27T16:21:05.0116443Z ok (0.008s) 2022-09-27T16:21:05.0133262Z test_dtype_inference_cpu_float64 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-09-27T16:21:05.1078468Z test_to_list_cpu_complex128 (__main__.TestComplexTensorCPU) ... ok (0.094s) 2022-09-27T16:21:05.1138689Z test_to_list_cpu_complex64 (__main__.TestComplexTensorCPU) ... ok (0.005s) 2022-09-27T16:21:05.1139008Z 2022-09-27T16:21:05.1139455Z ---------------------------------------------------------------------- 2022-09-27T16:21:05.1139825Z Ran 4 tests in 0.171s 2022-09-27T16:21:05.1139996Z 2022-09-27T16:21:05.1140093Z OK 2022-09-27T16:21:05.1140242Z 2022-09-27T16:21:05.1140382Z Generating XML reports... 2022-09-27T16:21:05.1169464Z Generated XML report: test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20220927162104.xml 2022-09-27T16:21:05.4740677Z Running test_functionalization ... [2022-09-27 16:21:05.473591] 2022-09-27T16:21:05.4741254Z Executing ['/opt/conda/bin/python', '-bb', 'test_functionalization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:21:05.473677] 2022-09-27T16:21:06.7577447Z Test results will be stored in test-reports/python-unittest/test_functionalization 2022-09-27T16:21:06.7590312Z 2022-09-27T16:21:06.7590783Z Running tests... 2022-09-27T16:21:06.7591198Z ---------------------------------------------------------------------- 2022-09-27T16:21:06.8233498Z test_aliases_maintained_after_pass_when_reapplying_views (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.004s) 2022-09-27T16:21:06.8277919Z test_as_strided (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.004s) 2022-09-27T16:21:06.8290079Z test_cat (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.001s) 2022-09-27T16:21:06.8312685Z test_copy_ (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.002s) 2022-09-27T16:21:06.8324730Z test_diagonal (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.001s) 2022-09-27T16:21:06.8334753Z test_diagonal_mutated_input (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.001s) 2022-09-27T16:21:06.8350786Z test_everything (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.001s) 2022-09-27T16:21:06.8359888Z test_expand_symint (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.000s) 2022-09-27T16:21:06.8370078Z test_fill_ (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.001s) 2022-09-27T16:21:06.8379743Z test_index_mutation_on_non_input (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.001s) 2022-09-27T16:21:06.8390173Z test_inplace_on_non_view (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.001s) 2022-09-27T16:21:06.8400380Z test_metadata_change (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.001s) 2022-09-27T16:21:06.8411008Z test_metadata_change_out_op (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.001s) 2022-09-27T16:21:06.8418229Z test_mixed_wrappers_invalid (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.000s) 2022-09-27T16:21:06.8426742Z test_mixed_wrappers_valid (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.001s) 2022-09-27T16:21:06.8438070Z test_multi_out (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.001s) 2022-09-27T16:21:06.8446172Z test_multiple_views_of_same_base (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.000s) 2022-09-27T16:21:06.8454383Z test_mutable_op_not_inplace_or_other (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.000s) 2022-09-27T16:21:06.8462063Z test_nested_functions_propagate_updates (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.000s) 2022-09-27T16:21:06.8469127Z test_only_one_view (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.000s) 2022-09-27T16:21:06.8479162Z test_optional_tensor_list (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.001s) 2022-09-27T16:21:06.8488564Z test_reapply_views_simple (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.001s) 2022-09-27T16:21:06.8499207Z test_resize_larger_invalid (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.001s) 2022-09-27T16:21:06.8511017Z test_resize_larger_valid (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.001s) 2022-09-27T16:21:06.8522853Z test_resize_smaller (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.001s) 2022-09-27T16:21:06.8529609Z test_save_for_backwards_segfault (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.000s) 2022-09-27T16:21:06.8538715Z test_scalars (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.001s) 2022-09-27T16:21:06.8549546Z test_simple (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.001s) 2022-09-27T16:21:06.8561158Z test_simple_out (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.001s) 2022-09-27T16:21:06.8571038Z test_split (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.001s) 2022-09-27T16:21:06.8581417Z test_tensor_ctr (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.001s) 2022-09-27T16:21:06.8589358Z test_tensor_list_composite (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.000s) 2022-09-27T16:21:06.8598479Z test_tensor_list_mixed_functional_nonfunctional (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.001s) 2022-09-27T16:21:06.8608111Z test_view_inplace (__main__.TestFunctionalization) ... skip: https://github.com/pytorch/pytorch/issues/81457 (0.001s) 2022-09-27T16:21:06.8608584Z 2022-09-27T16:21:06.8608970Z ---------------------------------------------------------------------- 2022-09-27T16:21:06.8609321Z Ran 34 tests in 0.102s 2022-09-27T16:21:06.8609534Z 2022-09-27T16:21:06.8609671Z OK (skipped=34) 2022-09-27T16:21:06.8609870Z 2022-09-27T16:21:06.8610029Z Generating XML reports... 2022-09-27T16:21:06.8678616Z Generated XML report: test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20220927162106.xml 2022-09-27T16:21:07.1441553Z Running test_numba_integration ... [2022-09-27 16:21:07.143751] 2022-09-27T16:21:07.1442120Z Executing ['/opt/conda/bin/python', '-bb', 'test_numba_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:21:07.143832] 2022-09-27T16:21:08.6610721Z Test results will be stored in test-reports/python-unittest/test_numba_integration 2022-09-27T16:21:08.6621203Z 2022-09-27T16:21:08.6621332Z Running tests... 2022-09-27T16:21:08.6621909Z ---------------------------------------------------------------------- 2022-09-27T16:21:08.7275827Z test_active_device (__main__.TestNumbaIntegration) 2022-09-27T16:21:08.7301232Z 'as_cuda_array' tensor device must match active numba context. ... skip: No cuda (0.008s) 2022-09-27T16:21:08.7322883Z test_array_adaptor (__main__.TestNumbaIntegration) 2022-09-27T16:21:08.7323293Z Torch __cuda_array_adaptor__ exposes tensor data to numba.cuda. ... skip: No cuda (0.002s) 2022-09-27T16:21:08.7340287Z test_conversion_errors (__main__.TestNumbaIntegration) 2022-09-27T16:21:08.7340893Z Numba properly detects array interface for tensor.Tensor variants. ... skip: No cuda (0.001s) 2022-09-27T16:21:08.7362834Z test_cuda_array_interface (__main__.TestNumbaIntegration) 2022-09-27T16:21:08.7363295Z torch.Tensor exposes __cuda_array_interface__ for cuda tensors. ... skip: No cuda (0.002s) 2022-09-27T16:21:08.7386877Z test_from_cuda_array_interface (__main__.TestNumbaIntegration) 2022-09-27T16:21:08.7387336Z torch.as_tensor() and torch.tensor() supports the __cuda_array_interface__ protocol. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.002s) 2022-09-27T16:21:08.7402249Z test_from_cuda_array_interface_active_device (__main__.TestNumbaIntegration) 2022-09-27T16:21:08.7402699Z torch.as_tensor() tensor device must match active numba context. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.001s) 2022-09-27T16:21:08.7414166Z test_from_cuda_array_interface_inferred_strides (__main__.TestNumbaIntegration) 2022-09-27T16:21:08.7414529Z torch.as_tensor(numba_ary) should have correct inferred (contiguous) strides ... skip: No cuda (0.001s) 2022-09-27T16:21:08.7424805Z test_from_cuda_array_interface_lifetime (__main__.TestNumbaIntegration) 2022-09-27T16:21:08.7425653Z torch.as_tensor(obj) tensor grabs a reference to obj so that the lifetime of obj exceeds the tensor ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.001s) 2022-09-27T16:21:08.7426184Z 2022-09-27T16:21:08.7426629Z ---------------------------------------------------------------------- 2022-09-27T16:21:08.7426882Z Ran 8 tests in 0.080s 2022-09-27T16:21:08.7426997Z 2022-09-27T16:21:08.7427060Z OK (skipped=8) 2022-09-27T16:21:08.7427167Z 2022-09-27T16:21:08.7427438Z Generating XML reports... 2022-09-27T16:21:08.7461809Z Generated XML report: test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20220927162108.xml 2022-09-27T16:21:09.0989508Z Running test_nvfuser_frontend ... [2022-09-27 16:21:09.098565] 2022-09-27T16:21:09.0990049Z Executing ['/opt/conda/bin/python', '-bb', 'test_nvfuser_frontend.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:21:09.098650] 2022-09-27T16:21:10.4082736Z Test results will be stored in test-reports/python-unittest/test_nvfuser_frontend 2022-09-27T16:21:10.4095273Z 2022-09-27T16:21:10.4095719Z Running tests... 2022-09-27T16:21:10.4096118Z ---------------------------------------------------------------------- 2022-09-27T16:21:10.4739294Z test_basic (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.004s) 2022-09-27T16:21:10.4754278Z test_basic_fp16 (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:21:10.4766041Z test_broadcast_mixing (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:21:10.4779484Z test_cast_double_to_half (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:21:10.4792003Z test_explicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:21:10.4803538Z test_implicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:21:10.4849976Z test_prim_layer_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.004s) 2022-09-27T16:21:10.4874927Z test_prim_rms_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.002s) 2022-09-27T16:21:10.4886517Z test_promote_to_double (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:21:10.4886893Z 2022-09-27T16:21:10.4887384Z ---------------------------------------------------------------------- 2022-09-27T16:21:10.4887649Z Ran 9 tests in 0.079s 2022-09-27T16:21:10.4887762Z 2022-09-27T16:21:10.4887845Z OK (skipped=9) 2022-09-27T16:21:10.4887951Z 2022-09-27T16:21:10.4888035Z Generating XML reports... 2022-09-27T16:21:10.4937248Z Generated XML report: test-reports/python-unittest/test_nvfuser_frontend/TEST-TestNvFuserFrontend-20220927162110.xml 2022-09-27T16:21:10.7670004Z Running test_vulkan ... [2022-09-27 16:21:10.766627] 2022-09-27T16:21:10.7670534Z Executing ['/opt/conda/bin/python', '-bb', 'test_vulkan.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:21:10.766708] 2022-09-27T16:21:12.0325068Z Test results will be stored in test-reports/python-unittest/test_vulkan 2022-09-27T16:21:12.0336126Z 2022-09-27T16:21:12.0336250Z Running tests... 2022-09-27T16:21:12.0336837Z ---------------------------------------------------------------------- 2022-09-27T16:21:12.0992605Z test_conv (__main__.TestVulkanRewritePass) ... skip: Vulkan backend must be available for these tests. (0.005s) 2022-09-27T16:21:12.0993141Z 2022-09-27T16:21:12.0993657Z ---------------------------------------------------------------------- 2022-09-27T16:21:12.0993907Z Ran 1 test in 0.066s 2022-09-27T16:21:12.0994019Z 2022-09-27T16:21:12.0994092Z OK (skipped=1) 2022-09-27T16:21:12.0994198Z 2022-09-27T16:21:12.0994282Z Generating XML reports... 2022-09-27T16:21:12.1023660Z Generated XML report: test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20220927162112.xml 2022-09-27T16:21:12.3685260Z Running distributions/test_constraints ... [2022-09-27 16:21:12.368117] 2022-09-27T16:21:12.3685743Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'distributions/test_constraints.py', '-v'] ... [2022-09-27 16:21:12.368201] 2022-09-27T16:21:12.7255720Z ============================= test session starts ============================== 2022-09-27T16:21:12.7256213Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T16:21:12.7329955Z cachedir: .pytest_cache 2022-09-27T16:21:12.7331088Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-09-27T16:21:12.7331737Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T16:21:12.7332477Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T16:21:14.1512015Z collecting ...  2022-09-27T16:21:14.1536032Z collecting 132 items  2022-09-27T16:21:14.1536575Z collected 132 items  2022-09-27T16:21:14.1540824Z 2022-09-27T16:21:14.1566491Z distributions/test_constraints.py::test_constraint[False-constraint_fn0-False-value0] PASSED [ 0%] 2022-09-27T16:21:14.1579849Z distributions/test_constraints.py::test_constraint[False-constraint_fn1-False-value1] PASSED [ 1%] 2022-09-27T16:21:14.1592681Z distributions/test_constraints.py::test_constraint[False-constraint_fn2-False-value2] PASSED [ 2%] 2022-09-27T16:21:14.1605467Z distributions/test_constraints.py::test_constraint[False-constraint_fn3-True-value3] PASSED [ 3%] 2022-09-27T16:21:14.1622007Z distributions/test_constraints.py::test_constraint[False-constraint_fn4-False-value4] PASSED [ 3%] 2022-09-27T16:21:14.1639322Z distributions/test_constraints.py::test_constraint[False-constraint_fn5-False-value5] PASSED [ 4%] 2022-09-27T16:21:14.1651134Z distributions/test_constraints.py::test_constraint[False-constraint_fn6-True-value6] PASSED [ 5%] 2022-09-27T16:21:14.1665454Z distributions/test_constraints.py::test_constraint[False-constraint_fn7-True-value7] PASSED [ 6%] 2022-09-27T16:21:14.1679182Z distributions/test_constraints.py::test_constraint[False-constraint_fn8-False-value8] PASSED [ 6%] 2022-09-27T16:21:14.1691272Z distributions/test_constraints.py::test_constraint[False-constraint_fn9-True-value9] PASSED [ 7%] 2022-09-27T16:21:14.1705057Z distributions/test_constraints.py::test_constraint[False-constraint_fn10-False-value10] PASSED [ 8%] 2022-09-27T16:21:14.1717914Z distributions/test_constraints.py::test_constraint[False-constraint_fn11-False-value11] PASSED [ 9%] 2022-09-27T16:21:14.1731173Z distributions/test_constraints.py::test_constraint[False-constraint_fn12-True-value12] PASSED [ 9%] 2022-09-27T16:21:14.1744919Z distributions/test_constraints.py::test_constraint[False-constraint_fn13-True-value13] PASSED [ 10%] 2022-09-27T16:21:14.1757619Z distributions/test_constraints.py::test_constraint[False-constraint_fn14-False-value14] PASSED [ 11%] 2022-09-27T16:21:14.1769282Z distributions/test_constraints.py::test_constraint[False-constraint_fn15-True-value15] PASSED [ 12%] 2022-09-27T16:21:14.1782761Z distributions/test_constraints.py::test_constraint[False-constraint_fn16-True-value16] PASSED [ 12%] 2022-09-27T16:21:14.1795987Z distributions/test_constraints.py::test_constraint[False-constraint_fn17-True-value17] PASSED [ 13%] 2022-09-27T16:21:14.1805075Z distributions/test_constraints.py::test_constraint[True-constraint_fn0-False-value0] SKIPPED [ 14%] 2022-09-27T16:21:14.1813217Z distributions/test_constraints.py::test_constraint[True-constraint_fn1-False-value1] SKIPPED [ 15%] 2022-09-27T16:21:14.1820984Z distributions/test_constraints.py::test_constraint[True-constraint_fn2-False-value2] SKIPPED [ 15%] 2022-09-27T16:21:14.1828802Z distributions/test_constraints.py::test_constraint[True-constraint_fn3-True-value3] SKIPPED [ 16%] 2022-09-27T16:21:14.1836757Z distributions/test_constraints.py::test_constraint[True-constraint_fn4-False-value4] SKIPPED [ 17%] 2022-09-27T16:21:14.1844746Z distributions/test_constraints.py::test_constraint[True-constraint_fn5-False-value5] SKIPPED [ 18%] 2022-09-27T16:21:14.1852635Z distributions/test_constraints.py::test_constraint[True-constraint_fn6-True-value6] SKIPPED [ 18%] 2022-09-27T16:21:14.1859936Z distributions/test_constraints.py::test_constraint[True-constraint_fn7-True-value7] SKIPPED [ 19%] 2022-09-27T16:21:14.1868315Z distributions/test_constraints.py::test_constraint[True-constraint_fn8-False-value8] SKIPPED [ 20%] 2022-09-27T16:21:14.1875668Z distributions/test_constraints.py::test_constraint[True-constraint_fn9-True-value9] SKIPPED [ 21%] 2022-09-27T16:21:14.1882782Z distributions/test_constraints.py::test_constraint[True-constraint_fn10-False-value10] SKIPPED [ 21%] 2022-09-27T16:21:14.1890000Z distributions/test_constraints.py::test_constraint[True-constraint_fn11-False-value11] SKIPPED [ 22%] 2022-09-27T16:21:14.1897194Z distributions/test_constraints.py::test_constraint[True-constraint_fn12-True-value12] SKIPPED [ 23%] 2022-09-27T16:21:14.1904337Z distributions/test_constraints.py::test_constraint[True-constraint_fn13-True-value13] SKIPPED [ 24%] 2022-09-27T16:21:14.1911639Z distributions/test_constraints.py::test_constraint[True-constraint_fn14-False-value14] SKIPPED [ 25%] 2022-09-27T16:21:14.1918974Z distributions/test_constraints.py::test_constraint[True-constraint_fn15-True-value15] SKIPPED [ 25%] 2022-09-27T16:21:14.1926168Z distributions/test_constraints.py::test_constraint[True-constraint_fn16-True-value16] SKIPPED [ 26%] 2022-09-27T16:21:14.1933670Z distributions/test_constraints.py::test_constraint[True-constraint_fn17-True-value17] SKIPPED [ 27%] 2022-09-27T16:21:14.1948132Z distributions/test_constraints.py::test_biject_to[False-constraint_fn0-args0] PASSED [ 28%] 2022-09-27T16:21:14.1963234Z distributions/test_constraints.py::test_biject_to[False-constraint_fn1-args1] PASSED [ 28%] 2022-09-27T16:21:14.1981839Z distributions/test_constraints.py::test_biject_to[False-constraint_fn2-args2] PASSED [ 29%] 2022-09-27T16:21:14.1997170Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args3] PASSED [ 30%] 2022-09-27T16:21:14.2011907Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args4] PASSED [ 31%] 2022-09-27T16:21:14.2027420Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args5] PASSED [ 31%] 2022-09-27T16:21:14.2042213Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args6] PASSED [ 32%] 2022-09-27T16:21:14.2056427Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args7] PASSED [ 33%] 2022-09-27T16:21:14.2070880Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args8] PASSED [ 34%] 2022-09-27T16:21:14.2085107Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args9] PASSED [ 34%] 2022-09-27T16:21:14.2101280Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args10] PASSED [ 35%] 2022-09-27T16:21:14.2115807Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args11] PASSED [ 36%] 2022-09-27T16:21:14.2130064Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args12] PASSED [ 37%] 2022-09-27T16:21:14.2144398Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args13] PASSED [ 37%] 2022-09-27T16:21:14.2159796Z distributions/test_constraints.py::test_biject_to[False-constraint_fn14-args14] PASSED [ 38%] 2022-09-27T16:21:14.2174448Z distributions/test_constraints.py::test_biject_to[False-_Interval-args15] PASSED [ 39%] 2022-09-27T16:21:14.2188928Z distributions/test_constraints.py::test_biject_to[False-_Interval-args16] PASSED [ 40%] 2022-09-27T16:21:14.2203281Z distributions/test_constraints.py::test_biject_to[False-_Interval-args17] PASSED [ 40%] 2022-09-27T16:21:14.2217746Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18] PASSED [ 41%] 2022-09-27T16:21:14.2231951Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19] PASSED [ 42%] 2022-09-27T16:21:14.2247287Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20] PASSED [ 43%] 2022-09-27T16:21:14.2264838Z distributions/test_constraints.py::test_biject_to[False-constraint_fn21-args21] PASSED [ 43%] 2022-09-27T16:21:14.2288270Z distributions/test_constraints.py::test_biject_to[False-constraint_fn22-args22] PASSED [ 44%] 2022-09-27T16:21:14.2301763Z distributions/test_constraints.py::test_biject_to[False-constraint_fn23-args23] SKIPPED [ 45%] 2022-09-27T16:21:14.2309319Z distributions/test_constraints.py::test_biject_to[True-constraint_fn0-args0] SKIPPED [ 46%] 2022-09-27T16:21:14.2317039Z distributions/test_constraints.py::test_biject_to[True-constraint_fn1-args1] SKIPPED [ 46%] 2022-09-27T16:21:14.2324073Z distributions/test_constraints.py::test_biject_to[True-constraint_fn2-args2] SKIPPED [ 47%] 2022-09-27T16:21:14.2331923Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args3] SKIPPED [ 48%] 2022-09-27T16:21:14.2338964Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args4] SKIPPED [ 49%] 2022-09-27T16:21:14.2346232Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args5] SKIPPED [ 50%] 2022-09-27T16:21:14.2355367Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args6] SKIPPED [ 50%] 2022-09-27T16:21:14.2362788Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args7] SKIPPED [ 51%] 2022-09-27T16:21:14.2370008Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args8] SKIPPED [ 52%] 2022-09-27T16:21:14.2377283Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args9] SKIPPED [ 53%] 2022-09-27T16:21:14.2384361Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args10] SKIPPED [ 53%] 2022-09-27T16:21:14.2391449Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args11] SKIPPED [ 54%] 2022-09-27T16:21:14.2399043Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args12] SKIPPED [ 55%] 2022-09-27T16:21:14.2406635Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args13] SKIPPED [ 56%] 2022-09-27T16:21:14.2414455Z distributions/test_constraints.py::test_biject_to[True-constraint_fn14-args14] SKIPPED [ 56%] 2022-09-27T16:21:14.2421805Z distributions/test_constraints.py::test_biject_to[True-_Interval-args15] SKIPPED [ 57%] 2022-09-27T16:21:14.2429477Z distributions/test_constraints.py::test_biject_to[True-_Interval-args16] SKIPPED [ 58%] 2022-09-27T16:21:14.2436904Z distributions/test_constraints.py::test_biject_to[True-_Interval-args17] SKIPPED [ 59%] 2022-09-27T16:21:14.2452383Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18] SKIPPED [ 59%] 2022-09-27T16:21:14.2460305Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19] SKIPPED [ 60%] 2022-09-27T16:21:14.2467867Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20] SKIPPED [ 61%] 2022-09-27T16:21:14.2475613Z distributions/test_constraints.py::test_biject_to[True-constraint_fn21-args21] SKIPPED [ 62%] 2022-09-27T16:21:14.2482740Z distributions/test_constraints.py::test_biject_to[True-constraint_fn22-args22] SKIPPED [ 62%] 2022-09-27T16:21:14.2490039Z distributions/test_constraints.py::test_biject_to[True-constraint_fn23-args23] SKIPPED [ 63%] 2022-09-27T16:21:14.2502654Z distributions/test_constraints.py::test_transform_to[False-constraint_fn0-args0] PASSED [ 64%] 2022-09-27T16:21:14.2515144Z distributions/test_constraints.py::test_transform_to[False-constraint_fn1-args1] PASSED [ 65%] 2022-09-27T16:21:14.2530027Z distributions/test_constraints.py::test_transform_to[False-constraint_fn2-args2] PASSED [ 65%] 2022-09-27T16:21:14.2544209Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args3] PASSED [ 66%] 2022-09-27T16:21:14.2557832Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args4] PASSED [ 67%] 2022-09-27T16:21:14.2572549Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args5] PASSED [ 68%] 2022-09-27T16:21:14.2584804Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args6] PASSED [ 68%] 2022-09-27T16:21:14.2598384Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args7] PASSED [ 69%] 2022-09-27T16:21:14.2612105Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args8] PASSED [ 70%] 2022-09-27T16:21:14.2625700Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args9] PASSED [ 71%] 2022-09-27T16:21:14.2639599Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args10] PASSED [ 71%] 2022-09-27T16:21:14.2653390Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args11] PASSED [ 72%] 2022-09-27T16:21:14.2666198Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args12] PASSED [ 73%] 2022-09-27T16:21:14.2679171Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args13] PASSED [ 74%] 2022-09-27T16:21:14.2692595Z distributions/test_constraints.py::test_transform_to[False-constraint_fn14-args14] PASSED [ 75%] 2022-09-27T16:21:14.2706549Z distributions/test_constraints.py::test_transform_to[False-_Interval-args15] PASSED [ 75%] 2022-09-27T16:21:14.2720274Z distributions/test_constraints.py::test_transform_to[False-_Interval-args16] PASSED [ 76%] 2022-09-27T16:21:14.2734034Z distributions/test_constraints.py::test_transform_to[False-_Interval-args17] PASSED [ 77%] 2022-09-27T16:21:14.2747762Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18] PASSED [ 78%] 2022-09-27T16:21:14.2761665Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19] PASSED [ 78%] 2022-09-27T16:21:14.2776215Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20] PASSED [ 79%] 2022-09-27T16:21:14.2791111Z distributions/test_constraints.py::test_transform_to[False-constraint_fn21-args21] PASSED [ 80%] 2022-09-27T16:21:14.2811270Z distributions/test_constraints.py::test_transform_to[False-constraint_fn22-args22] PASSED [ 81%] 2022-09-27T16:21:14.2825244Z distributions/test_constraints.py::test_transform_to[False-constraint_fn23-args23] PASSED [ 81%] 2022-09-27T16:21:14.2833236Z distributions/test_constraints.py::test_transform_to[True-constraint_fn0-args0] SKIPPED [ 82%] 2022-09-27T16:21:14.2841802Z distributions/test_constraints.py::test_transform_to[True-constraint_fn1-args1] SKIPPED [ 83%] 2022-09-27T16:21:14.2851199Z distributions/test_constraints.py::test_transform_to[True-constraint_fn2-args2] SKIPPED [ 84%] 2022-09-27T16:21:14.2858122Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args3] SKIPPED [ 84%] 2022-09-27T16:21:14.2865349Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args4] SKIPPED [ 85%] 2022-09-27T16:21:14.2873071Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args5] SKIPPED [ 86%] 2022-09-27T16:21:14.2880862Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args6] SKIPPED [ 87%] 2022-09-27T16:21:14.2888189Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args7] SKIPPED [ 87%] 2022-09-27T16:21:14.2895668Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args8] SKIPPED [ 88%] 2022-09-27T16:21:14.2903085Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args9] SKIPPED [ 89%] 2022-09-27T16:21:14.2911173Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args10] SKIPPED [ 90%] 2022-09-27T16:21:14.2918750Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args11] SKIPPED [ 90%] 2022-09-27T16:21:14.2926062Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args12] SKIPPED [ 91%] 2022-09-27T16:21:14.2933695Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args13] SKIPPED [ 92%] 2022-09-27T16:21:14.2940866Z distributions/test_constraints.py::test_transform_to[True-constraint_fn14-args14] SKIPPED [ 93%] 2022-09-27T16:21:14.2950283Z distributions/test_constraints.py::test_transform_to[True-_Interval-args15] SKIPPED [ 93%] 2022-09-27T16:21:14.2957467Z distributions/test_constraints.py::test_transform_to[True-_Interval-args16] SKIPPED [ 94%] 2022-09-27T16:21:14.2965306Z distributions/test_constraints.py::test_transform_to[True-_Interval-args17] SKIPPED [ 95%] 2022-09-27T16:21:14.2972263Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18] SKIPPED [ 96%] 2022-09-27T16:21:14.2979354Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19] SKIPPED [ 96%] 2022-09-27T16:21:14.2985958Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20] SKIPPED [ 97%] 2022-09-27T16:21:14.2994146Z distributions/test_constraints.py::test_transform_to[True-constraint_fn21-args21] SKIPPED [ 98%] 2022-09-27T16:21:14.3002196Z distributions/test_constraints.py::test_transform_to[True-constraint_fn22-args22] SKIPPED [ 99%] 2022-09-27T16:21:14.3013832Z distributions/test_constraints.py::test_transform_to[True-constraint_fn23-args23] SKIPPED [100%] 2022-09-27T16:21:14.3014980Z 2022-09-27T16:21:14.3015589Z ======================== 65 passed, 67 skipped in 1.58s ======================== 2022-09-27T16:21:14.6821407Z Running lazy/test_extract_compiled_graph ... [2022-09-27 16:21:14.681726] 2022-09-27T16:21:14.6822031Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_extract_compiled_graph.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:21:14.681808] 2022-09-27T16:21:15.9535982Z Running test_comparison_utils ... [2022-09-27 16:21:15.953145] 2022-09-27T16:21:15.9537554Z Executing ['/opt/conda/bin/python', '-bb', 'test_comparison_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:21:15.953233] 2022-09-27T16:21:17.5024253Z Running test_cuda_primary_ctx ... [2022-09-27 16:21:17.502029] 2022-09-27T16:21:17.5024812Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_primary_ctx.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:21:17.502116] 2022-09-27T16:21:18.7808611Z CUDA not available, skipping tests 2022-09-27T16:21:19.0507235Z Running test_cuda_trace ... [2022-09-27 16:21:19.050321] 2022-09-27T16:21:19.0507818Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_trace.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:21:19.050411] 2022-09-27T16:21:20.3260752Z CUDA not available, skipping tests 2022-09-27T16:21:20.5934063Z Running test_deploy ... [2022-09-27 16:21:20.592970] 2022-09-27T16:21:20.5934506Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-09-27 16:21:20.593056] 2022-09-27T16:21:20.9508238Z ============================= test session starts ============================== 2022-09-27T16:21:20.9508909Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T16:21:20.9583312Z cachedir: .pytest_cache 2022-09-27T16:21:20.9584219Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-09-27T16:21:20.9584907Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T16:21:20.9585616Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T16:21:22.1146930Z collecting ...  2022-09-27T16:21:22.1154048Z collecting 0 items  2022-09-27T16:21:22.1154397Z collected 1 item  2022-09-27T16:21:22.1158300Z 2022-09-27T16:21:28.2078993Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-09-27T16:21:28.2079370Z 2022-09-27T16:21:28.2079843Z ============================== 1 passed in 7.26s =============================== 2022-09-27T16:21:28.6166627Z Running test_jiterator ... [2022-09-27 16:21:28.616235] 2022-09-27T16:21:28.6167143Z Executing ['/opt/conda/bin/python', '-bb', 'test_jiterator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:21:28.616316] 2022-09-27T16:21:30.1619394Z CUDA not available, skipping tests 2022-09-27T16:21:30.1644364Z Test results will be stored in test-reports/python-unittest/test_jiterator 2022-09-27T16:21:30.1655168Z 2022-09-27T16:21:30.1655293Z Running tests... 2022-09-27T16:21:30.1656078Z ---------------------------------------------------------------------- 2022-09-27T16:21:30.1656375Z 2022-09-27T16:21:30.1656573Z ---------------------------------------------------------------------- 2022-09-27T16:21:30.1656882Z Ran 0 tests in 0.000s 2022-09-27T16:21:30.1656997Z 2022-09-27T16:21:30.1657060Z OK 2022-09-27T16:21:30.1657151Z 2022-09-27T16:21:30.1657239Z Generating XML reports... 2022-09-27T16:21:30.5026320Z Running test_pruning_op ... [2022-09-27 16:21:30.502300] 2022-09-27T16:21:30.5026818Z Executing ['/opt/conda/bin/python', '-bb', 'test_pruning_op.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:21:30.502380] 2022-09-27T16:21:32.4200670Z 2022-09-27T16:21:32.4201141Z real 50m45.160s 2022-09-27T16:21:32.4201531Z user 145m15.978s 2022-09-27T16:21:32.4201815Z sys 7m31.654s 2022-09-27T16:21:32.4202142Z + assert_git_not_dirty 2022-09-27T16:21:32.4202709Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-09-27T16:21:32.4203029Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-09-27T16:21:32.4203738Z ++ git status --porcelain 2022-09-27T16:21:48.8675402Z + git_status= 2022-09-27T16:21:48.8675991Z + [[ -n '' ]] 2022-09-27T16:21:48.8676171Z + test_dynamo 2022-09-27T16:21:48.8676955Z + pushd ../torchdynamo 2022-09-27T16:21:48.8677197Z ~/torchdynamo ~/workspace 2022-09-27T16:21:48.8677444Z + pytest test 2022-09-27T16:21:49.2211304Z ============================= test session starts ============================== 2022-09-27T16:21:49.2211684Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 2022-09-27T16:21:49.2284523Z rootdir: /var/lib/jenkins/torchdynamo, configfile: pytest.ini, testpaths: test 2022-09-27T16:21:49.2285341Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T16:21:50.3682751Z collecting ...  2022-09-27T16:21:51.2299674Z collecting 8 items  2022-09-27T16:21:51.2580530Z collecting 1098 items / 1 skipped  2022-09-27T16:21:51.2580915Z collected 1211 items / 1 skipped  2022-09-27T16:21:51.2587239Z 2022-09-27T16:21:51.2671421Z test/test_aot_cudagraphs.py ssssssss [ 0%] 2022-09-27T16:21:51.7513653Z test/test_dynamic_shapes.py ..s...................s.............s....... [ 4%] 2022-09-27T16:21:52.3781292Z .............................ss........ss............................... [ 10%] 2022-09-27T16:21:54.5267839Z ................................s...........................s........... [ 16%] 2022-09-27T16:21:56.3040378Z ..s...........................s.s....................s..x............... [ 22%] 2022-09-27T16:21:57.2794194Z ...................................................s......... [ 27%] 2022-09-27T16:21:58.0280462Z test/test_export.py ..................................... [ 30%] 2022-09-27T16:21:58.4518906Z test/test_functions.py ................................................. [ 34%] 2022-09-27T16:21:58.8588497Z ................................................. [ 38%] 2022-09-27T16:21:58.9346450Z test/test_global.py ........... [ 39%] 2022-09-27T16:21:59.5304767Z test/test_misc.py ..................................................s... [ 43%] 2022-09-27T16:22:01.3288578Z ........................s...................................... [ 48%] 2022-09-27T16:22:01.3382022Z test/test_model_output.py ssssssss [ 49%] 2022-09-27T16:22:02.2978854Z test/test_modules.py ............................................... [ 53%] 2022-09-27T16:22:02.6296387Z test/test_no_fake_tensors.py ........................................... [ 56%] 2022-09-27T16:22:03.2088431Z ........................................................................ [ 62%] 2022-09-27T16:22:03.9274120Z .................................s...........................s.......... [ 68%] 2022-09-27T16:22:05.9259459Z ......................................................s..x.............. [ 74%] 2022-09-27T16:22:06.6778848Z ....................................................s......... [ 79%] 2022-09-27T16:22:06.7209527Z test/test_nops.py .... [ 80%] 2022-09-27T16:22:06.7998647Z test/test_optimizations.py ....ss.. [ 80%] 2022-09-27T16:22:08.1151902Z test/test_optimizers.py .......... [ 81%] 2022-09-27T16:22:08.8885890Z test/test_python_autograd.py ..... [ 82%] 2022-09-27T16:22:08.9425421Z test/test_recompile_ux.py ....s. [ 82%] 2022-09-27T16:22:10.7583851Z test/test_repros.py ...........................s..x................... [ 86%] 2022-09-27T16:22:10.7828811Z test/test_skip_non_tensor.py ....... [ 87%] 2022-09-27T16:22:12.2421483Z test/test_subgraphs.py ......................................s. [ 90%] 2022-09-27T16:22:14.0437545Z test/test_unspec.py ...........................s..x..................... [ 94%] 2022-09-27T16:22:14.9691516Z .............................................s......... [ 99%] 2022-09-27T16:22:15.1016977Z test/test_verify_correctness.py ...ss. [100%] 2022-09-27T16:22:15.1018861Z 2022-09-27T16:22:15.1019532Z =============================== warnings summary =============================== 2022-09-27T16:22:15.1022416Z test/test_repros.py:740 2022-09-27T16:22:15.1024288Z /var/lib/jenkins/torchdynamo/test/test_repros.py:740: PytestCollectionWarning: cannot collect test class 'TestModule' because it has a __init__ constructor (from: test/test_repros.py) 2022-09-27T16:22:15.1024968Z class TestModule(torch.nn.Module): 2022-09-27T16:22:15.1025198Z 2022-09-27T16:22:15.1025551Z test/test_dynamic_shapes.py::DynamicShapesMiscTests::test_cross_entropy_loss_fancy_ctor_dynamic_shapes 2022-09-27T16:22:15.1026122Z test/test_misc.py::MiscTests::test_cross_entropy_loss_fancy_ctor 2022-09-27T16:22:15.1026705Z test/test_no_fake_tensors.py::NoFakeTensorsMiscTests::test_cross_entropy_loss_fancy_ctor_no_fake_tensors 2022-09-27T16:22:15.1074413Z /opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-09-27T16:22:15.1075015Z warnings.warn(warning.format(ret)) 2022-09-27T16:22:15.1075259Z 2022-09-27T16:22:15.1075555Z test/test_dynamic_shapes.py::DynamicShapesMiscTests::test_sample_input_dynamic_shapes 2022-09-27T16:22:15.1076739Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:14969: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-09-27T16:22:15.1077476Z active_if=TEST_SCIPY and LooseVersion(scipy.__version__) < "1.4.0"), 2022-09-27T16:22:15.1077740Z 2022-09-27T16:22:15.1078031Z test/test_dynamic_shapes.py::DynamicShapesMiscTests::test_sample_input_dynamic_shapes 2022-09-27T16:22:15.1078638Z test/test_dynamic_shapes.py::DynamicShapesMiscTests::test_sample_input_dynamic_shapes 2022-09-27T16:22:15.1079241Z test/test_dynamic_shapes.py::DynamicShapesMiscTests::test_sample_input_dynamic_shapes 2022-09-27T16:22:15.1080216Z /opt/conda/lib/python3.7/site-packages/setuptools/_distutils/version.py:346: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-09-27T16:22:15.1080814Z other = LooseVersion(other) 2022-09-27T16:22:15.1081067Z 2022-09-27T16:22:15.1081350Z test/test_dynamic_shapes.py::DynamicShapesMiscTests::test_sample_input_dynamic_shapes 2022-09-27T16:22:15.1082388Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:14971: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-09-27T16:22:15.1083107Z active_if=TEST_SCIPY and LooseVersion(scipy.__version__) < "1.4.0"), 2022-09-27T16:22:15.1083383Z 2022-09-27T16:22:15.1083652Z test/test_dynamic_shapes.py::DynamicShapesMiscTests::test_sample_input_dynamic_shapes 2022-09-27T16:22:15.1084683Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:14973: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-09-27T16:22:15.1085398Z active_if=TEST_SCIPY and LooseVersion(scipy.__version__) < "1.4.0"), 2022-09-27T16:22:15.1085671Z 2022-09-27T16:22:15.1085953Z test/test_dynamic_shapes.py::DynamicShapesReproTests::test_sigmoid_out_dynamic_shapes 2022-09-27T16:22:15.1086606Z test/test_no_fake_tensors.py::NoFakeTensorsReproTests::test_sigmoid_out_no_fake_tensors 2022-09-27T16:22:15.1087127Z test/test_repros.py::ReproTests::test_sigmoid_out 2022-09-27T16:22:15.1087597Z test/test_unspec.py::UnspecReproTests::test_sigmoid_out_unspec 2022-09-27T16:22:15.1088843Z /var/lib/jenkins/torchdynamo/test/test_repros.py:1490: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [3, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:22:15.1089994Z torch.sigmoid(inp, out=out1) 2022-09-27T16:22:15.1090206Z 2022-09-27T16:22:15.1090493Z test/test_dynamic_shapes.py::DynamicShapesReproTests::test_sigmoid_out_dynamic_shapes 2022-09-27T16:22:15.1091087Z test/test_no_fake_tensors.py::NoFakeTensorsReproTests::test_sigmoid_out_no_fake_tensors 2022-09-27T16:22:15.1091602Z test/test_repros.py::ReproTests::test_sigmoid_out 2022-09-27T16:22:15.1092070Z test/test_unspec.py::UnspecReproTests::test_sigmoid_out_unspec 2022-09-27T16:22:15.1093306Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [3, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:22:15.1094503Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:22:15.1094739Z 2022-09-27T16:22:15.1095026Z test/test_dynamic_shapes.py::DynamicShapesReproTests::test_sigmoid_out_dynamic_shapes 2022-09-27T16:22:15.1095629Z test/test_no_fake_tensors.py::NoFakeTensorsReproTests::test_sigmoid_out_no_fake_tensors 2022-09-27T16:22:15.1096184Z test/test_repros.py::ReproTests::test_sigmoid_out 2022-09-27T16:22:15.1096639Z test/test_unspec.py::UnspecReproTests::test_sigmoid_out_unspec 2022-09-27T16:22:15.1097802Z :7: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [3, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:22:15.1098682Z 2022-09-27T16:22:15.1098963Z test/test_dynamic_shapes.py::DynamicShapesReproTests::test_sort_out_dynamic_shapes 2022-09-27T16:22:15.1099554Z test/test_no_fake_tensors.py::NoFakeTensorsReproTests::test_sort_out_no_fake_tensors 2022-09-27T16:22:15.1100057Z test/test_repros.py::ReproTests::test_sort_out 2022-09-27T16:22:15.1100497Z test/test_unspec.py::UnspecReproTests::test_sort_out_unspec 2022-09-27T16:22:15.1101710Z /var/lib/jenkins/torchdynamo/test/test_repros.py:1474: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:22:15.1102808Z torch.sort(tensor, out=(values1, indices1)) 2022-09-27T16:22:15.1103040Z 2022-09-27T16:22:15.1103325Z test/test_dynamic_shapes.py::DynamicShapesReproTests::test_sort_out_dynamic_shapes 2022-09-27T16:22:15.1103903Z test/test_no_fake_tensors.py::NoFakeTensorsReproTests::test_sort_out_no_fake_tensors 2022-09-27T16:22:15.1104410Z test/test_repros.py::ReproTests::test_sort_out 2022-09-27T16:22:15.1104863Z test/test_unspec.py::UnspecReproTests::test_sort_out_unspec 2022-09-27T16:22:15.1106103Z /var/lib/jenkins/torchdynamo/torchdynamo/variables/tensor.py:75: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:22:15.1107239Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:22:15.1107453Z 2022-09-27T16:22:15.1107734Z test/test_dynamic_shapes.py::DynamicShapesReproTests::test_sort_out_dynamic_shapes 2022-09-27T16:22:15.1108316Z test/test_no_fake_tensors.py::NoFakeTensorsReproTests::test_sort_out_no_fake_tensors 2022-09-27T16:22:15.1108822Z test/test_repros.py::ReproTests::test_sort_out 2022-09-27T16:22:15.1109265Z test/test_unspec.py::UnspecReproTests::test_sort_out_unspec 2022-09-27T16:22:15.1110412Z :9: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:22:15.1111323Z 2022-09-27T16:22:15.1111491Z test/test_dynamic_shapes.py: 4 warnings 2022-09-27T16:22:15.1111861Z test/test_modules.py: 4 warnings 2022-09-27T16:22:15.1112230Z test/test_no_fake_tensors.py: 4 warnings 2022-09-27T16:22:15.1112580Z test/test_unspec.py: 4 warnings 2022-09-27T16:22:15.1113787Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:22:15.1114634Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:22:15.1114932Z 2022-09-27T16:22:15.1115083Z test/test_dynamic_shapes.py: 4 warnings 2022-09-27T16:22:15.1115453Z test/test_modules.py: 4 warnings 2022-09-27T16:22:15.1115823Z test/test_no_fake_tensors.py: 4 warnings 2022-09-27T16:22:15.1116187Z test/test_unspec.py: 4 warnings 2022-09-27T16:22:15.1116952Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-09-27T16:22:15.1117646Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T16:22:15.1117962Z 2022-09-27T16:22:15.1118348Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-09-27T16:22:15.1119133Z ========== 1162 passed, 46 skipped, 4 xfailed, 66 warnings in 25.88s =========== 2022-09-27T16:22:15.7929226Z + popd 2022-09-27T16:22:15.7929610Z ~/workspace 2022-09-27T16:22:15.8015474Z Prepare all required actions 2022-09-27T16:22:15.8015808Z Getting action download info 2022-09-27T16:22:16.0258327Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-09-27T16:22:16.0258533Z with: 2022-09-27T16:22:16.0258868Z github-token: *** 2022-09-27T16:22:16.0259037Z env: 2022-09-27T16:22:16.0259208Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:22:16.0259376Z ##[endgroup] 2022-09-27T16:22:16.0285665Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T16:22:16.0285901Z with: 2022-09-27T16:22:16.0286064Z shell: bash 2022-09-27T16:22:16.0286241Z timeout_minutes: 10 2022-09-27T16:22:16.0286513Z max_attempts: 5 2022-09-27T16:22:16.0286698Z retry_wait_seconds: 30 2022-09-27T16:22:16.0287080Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "::set-output name=job-id::${GHA_WORKFLOW_JOB_ID}" 2022-09-27T16:22:16.0287480Z polling_interval_seconds: 1 2022-09-27T16:22:16.0287666Z warning_on_retry: true 2022-09-27T16:22:16.0287857Z continue_on_error: false 2022-09-27T16:22:16.0288034Z env: 2022-09-27T16:22:16.0288191Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:22:16.0288511Z GITHUB_TOKEN: *** 2022-09-27T16:22:16.0288688Z ##[endgroup] 2022-09-27T16:22:16.0752279Z 2022-09-27T16:22:16.0800434Z + python3 -m pip install requests==2.26.0 2022-09-27T16:22:16.8866494Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:22:16.9069125Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-09-27T16:22:16.9200358Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-09-27T16:22:16.9212347Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12) 2022-09-27T16:22:16.9367465Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-09-27T16:22:16.9375951Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-09-27T16:22:17.1109527Z ++ python3 .github/scripts/get_workflow_job_id.py 3133193930 i-07ac4871b9dc41abf 2022-09-27T16:22:22.2422398Z + GHA_WORKFLOW_JOB_ID=8576164756 2022-09-27T16:22:22.2423123Z + echo '::set-output name=job-id::8576164756' 2022-09-27T16:22:23.0857606Z Command completed after 1 attempt(s). 2022-09-27T16:22:23.0857910Z 2022-09-27T16:22:23.0966269Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:22:23.0966622Z kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:22:23.1894269Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:22:23.1894506Z env: 2022-09-27T16:22:23.1894692Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:22:23.1894883Z MONITOR_SCRIPT_PID: 5832 2022-09-27T16:22:23.1895068Z ##[endgroup] 2022-09-27T16:22:23.1976696Z Prepare all required actions 2022-09-27T16:22:23.1976961Z Getting action download info 2022-09-27T16:22:23.3798350Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-09-27T16:22:23.5706080Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-09-27T16:22:23.5706306Z with: 2022-09-27T16:22:23.5706519Z file-suffix: test-dynamo-2-2-linux.2xlarge_8576164756 2022-09-27T16:22:23.5706737Z env: 2022-09-27T16:22:23.5706911Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:22:23.5707082Z ##[endgroup] 2022-09-27T16:22:23.5731582Z ##[group]Run # Remove any previous test jsons if they exist 2022-09-27T16:22:23.5731869Z # Remove any previous test jsons if they exist 2022-09-27T16:22:23.5732098Z rm -f test-jsons-*.zip 2022-09-27T16:22:23.5732326Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-09-27T16:22:23.5743391Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:22:23.5743687Z env: 2022-09-27T16:22:23.5743850Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:22:23.5744369Z FILE_SUFFIX: test-dynamo-2-2-linux.2xlarge_8576164756 2022-09-27T16:22:23.5744601Z ##[endgroup] 2022-09-27T16:22:23.5929601Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-09-27T16:22:23.5955941Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-09-27T16:22:23.5961759Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-09-27T16:22:23.5962748Z adding: test/.pytorch-slow-tests.json (deflated 75%) 2022-09-27T16:22:23.5968121Z adding: test/.pytorch-disabled-tests.json (deflated 85%) 2022-09-27T16:22:23.5990153Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:22:23.5990452Z # Remove any previous test reports if they exist 2022-09-27T16:22:23.5990682Z rm -f test-reports-*.zip 2022-09-27T16:22:23.5990934Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-09-27T16:22:23.6002076Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:22:23.6002277Z env: 2022-09-27T16:22:23.6002474Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:22:23.6002721Z FILE_SUFFIX: test-dynamo-2-2-linux.2xlarge_8576164756 2022-09-27T16:22:23.6002930Z ##[endgroup] 2022-09-27T16:22:23.6113333Z adding: test/test-reports/python-pytest/test_ops_jit/test_ops_jit.xml (deflated 94%) 2022-09-27T16:22:23.6249809Z adding: test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients.xml (deflated 97%) 2022-09-27T16:22:23.6250310Z adding: test/test-reports/python-unittest/test_nn/TEST-TestAddRelu-20220927153556.xml (deflated 52%) 2022-09-27T16:22:23.6250800Z adding: test/test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20220927153556.xml (deflated 52%) 2022-09-27T16:22:23.6251304Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20220927153556.xml (deflated 41%) 2022-09-27T16:22:23.6251828Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFusionEval-20220927153556.xml (deflated 40%) 2022-09-27T16:22:23.6252912Z adding: test/test-reports/python-unittest/test_nn/TEST-TestLazyModules-20220927153556.xml (deflated 93%) 2022-09-27T16:22:23.6253949Z adding: test/test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20220927153556.xml (deflated 76%) 2022-09-27T16:22:23.6291013Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNN-20220927153556.xml (deflated 95%) 2022-09-27T16:22:23.6306505Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCPU-20220927153556.xml (deflated 95%) 2022-09-27T16:22:23.6307711Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNInit-20220927153556.xml (deflated 84%) 2022-09-27T16:22:23.6308683Z adding: test/test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20220927153556.xml (deflated 73%) 2022-09-27T16:22:23.6309895Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20220927154340.xml (deflated 59%) 2022-09-27T16:22:23.6310980Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20220927154340.xml (deflated 40%) 2022-09-27T16:22:23.6401544Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20220927154340.xml (deflated 98%) 2022-09-27T16:22:23.6404177Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20220927154340.xml (deflated 86%) 2022-09-27T16:22:23.6407370Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20220927154340.xml (deflated 86%) 2022-09-27T16:22:23.6408405Z adding: test/test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20220927155120.xml (deflated 62%) 2022-09-27T16:22:23.6412398Z adding: test/test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20220927155120.xml (deflated 92%) 2022-09-27T16:22:23.6415456Z adding: test/test-reports/python-unittest/test_optim/TEST-TestOptim-20220927155120.xml (deflated 97%) 2022-09-27T16:22:23.6416347Z adding: test/test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20220927155120.xml (deflated 75%) 2022-09-27T16:22:23.6421572Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseCPU-20220927155250.xml (deflated 92%) 2022-09-27T16:22:23.6424302Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCPU-20220927155250.xml (deflated 97%) 2022-09-27T16:22:23.6425298Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseMeta-20220927155250.xml (deflated 40%) 2022-09-27T16:22:23.6436569Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCPU-20220927155250.xml (deflated 97%) 2022-09-27T16:22:23.6437610Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20220927155250.xml (deflated 58%) 2022-09-27T16:22:23.6438528Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20220927155332.xml (deflated 84%) 2022-09-27T16:22:23.6439505Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20220927155332.xml (deflated 75%) 2022-09-27T16:22:23.6440474Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20220927155359.xml (deflated 40%) 2022-09-27T16:22:23.6443187Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyOpInfoCPU-20220927155359.xml (deflated 95%) 2022-09-27T16:22:23.6444172Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20220927155359.xml (deflated 57%) 2022-09-27T16:22:23.6447285Z adding: test/test-reports/python-unittest/test_masked/TEST-TestMaskedCPU-20220927155417.xml (deflated 96%) 2022-09-27T16:22:23.6554815Z adding: test/test-reports/python-unittest/test_meta/TEST-TestMetaCPU-20220927155432.xml (deflated 98%) 2022-09-27T16:22:23.6555783Z adding: test/test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20220927155432.xml (deflated 74%) 2022-09-27T16:22:23.6638051Z adding: test/test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20220927155453.xml (deflated 98%) 2022-09-27T16:22:23.6639964Z adding: test/test-reports/python-unittest/test_transformers/TEST-TestTransformers-20220927155507.xml (deflated 91%) 2022-09-27T16:22:23.6641234Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20220927155515.xml (deflated 64%) 2022-09-27T16:22:23.6642235Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20220927155515.xml (deflated 76%) 2022-09-27T16:22:23.6643273Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20220927155515.xml (deflated 91%) 2022-09-27T16:22:23.6644361Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20220927155515.xml (deflated 74%) 2022-09-27T16:22:23.6645306Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestGraph-20220927155515.xml (deflated 73%) 2022-09-27T16:22:23.6646555Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeCountSampleYielded-20220927155515.xml (deflated 75%) 2022-09-27T16:22:23.6647771Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeGraphFastForward-20220927155515.xml (deflated 73%) 2022-09-27T16:22:23.6648989Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20220927155515.xml (deflated 73%) 2022-09-27T16:22:23.6650151Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20220927155515.xml (deflated 79%) 2022-09-27T16:22:23.6651090Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSharding-20220927155515.xml (deflated 52%) 2022-09-27T16:22:23.6652014Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20220927155515.xml (deflated 68%) 2022-09-27T16:22:23.6652955Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestTyping-20220927155515.xml (deflated 80%) 2022-09-27T16:22:23.6653904Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20220927155515.xml (deflated 43%) 2022-09-27T16:22:23.6654894Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20220927155515.xml (deflated 79%) 2022-09-27T16:22:23.6655849Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20220927155515.xml (deflated 59%) 2022-09-27T16:22:23.6656769Z adding: test/test-reports/python-unittest/test_subclass/TEST-TestSubclass-20220927155522.xml (deflated 91%) 2022-09-27T16:22:23.6657660Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestBinary-20220927155530.xml (deflated 92%) 2022-09-27T16:22:23.6658540Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestMatMul-20220927155530.xml (deflated 65%) 2022-09-27T16:22:23.6659487Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestReductions-20220927155530.xml (deflated 92%) 2022-09-27T16:22:23.6660438Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestUnary-20220927155530.xml (deflated 94%) 2022-09-27T16:22:23.6661396Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20220927155534.xml (deflated 80%) 2022-09-27T16:22:23.6662410Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorAutograd-20220927155534.xml (deflated 86%) 2022-09-27T16:22:23.6663737Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCPU-20220927155534.xml (deflated 91%) 2022-09-27T16:22:23.6664867Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20220927155540.xml (deflated 68%) 2022-09-27T16:22:23.6665970Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20220927155540.xml (deflated 59%) 2022-09-27T16:22:23.6668930Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20220927155540.xml (deflated 93%) 2022-09-27T16:22:23.6669879Z adding: test/test-reports/python-unittest/test_dynamic_shapes/TEST-TestPySymInt-20220927155542.xml (deflated 88%) 2022-09-27T16:22:23.6671005Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20220927160333.xml (deflated 65%) 2022-09-27T16:22:23.6672009Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20220927160333.xml (deflated 85%) 2022-09-27T16:22:23.6673190Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20220927160333.xml (deflated 48%) 2022-09-27T16:22:23.6674215Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20220927160333.xml (deflated 74%) 2022-09-27T16:22:23.6675387Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220927160333.xml (deflated 85%) 2022-09-27T16:22:23.6676592Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20220927160333.xml (deflated 74%) 2022-09-27T16:22:23.6677674Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20220927160333.xml (deflated 59%) 2022-09-27T16:22:23.6678835Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20220927160333.xml (deflated 81%) 2022-09-27T16:22:23.6679796Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20220927160333.xml (deflated 69%) 2022-09-27T16:22:23.6680839Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20220927160333.xml (deflated 83%) 2022-09-27T16:22:23.6681820Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20220927160333.xml (deflated 84%) 2022-09-27T16:22:23.6682880Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20220927160333.xml (deflated 82%) 2022-09-27T16:22:23.6683854Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20220927160333.xml (deflated 56%) 2022-09-27T16:22:23.6684822Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20220927160333.xml (deflated 75%) 2022-09-27T16:22:23.6685911Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20220927160333.xml (deflated 85%) 2022-09-27T16:22:23.6687060Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220927160333.xml (deflated 69%) 2022-09-27T16:22:23.6688189Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20220927160333.xml (deflated 96%) 2022-09-27T16:22:23.6689191Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20220927160333.xml (deflated 84%) 2022-09-27T16:22:23.6690174Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20220927160333.xml (deflated 81%) 2022-09-27T16:22:23.6691192Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20220927160333.xml (deflated 88%) 2022-09-27T16:22:23.6692115Z adding: test/test-reports/python-unittest/test_jit/TEST-TestFrontend-20220927160333.xml (deflated 40%) 2022-09-27T16:22:23.6693148Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20220927160333.xml (deflated 85%) 2022-09-27T16:22:23.6694299Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220927160333.xml (deflated 51%) 2022-09-27T16:22:23.6695533Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220927160333.xml (deflated 73%) 2022-09-27T16:22:23.6696663Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20220927160333.xml (deflated 46%) 2022-09-27T16:22:23.6697724Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220927160333.xml (deflated 52%) 2022-09-27T16:22:23.6698853Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20220927160333.xml (deflated 78%) 2022-09-27T16:22:23.6699780Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20220927160333.xml (deflated 87%) 2022-09-27T16:22:23.6700742Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20220927160333.xml (deflated 62%) 2022-09-27T16:22:23.6701874Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220927160333.xml (deflated 73%) 2022-09-27T16:22:23.6703132Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220927160333.xml (deflated 62%) 2022-09-27T16:22:23.6704337Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20220927160333.xml (deflated 88%) 2022-09-27T16:22:23.6705231Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJit-20220927160333.xml (deflated 84%) 2022-09-27T16:22:23.6710769Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20220927160333.xml (deflated 95%) 2022-09-27T16:22:23.6711790Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20220927160333.xml (deflated 78%) 2022-09-27T16:22:23.6713703Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20220927160333.xml (deflated 89%) 2022-09-27T16:22:23.6714691Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20220927160333.xml (deflated 76%) 2022-09-27T16:22:23.6715760Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220927160333.xml (deflated 69%) 2022-09-27T16:22:23.6716786Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20220927160333.xml (deflated 81%) 2022-09-27T16:22:23.6717824Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20220927160333.xml (deflated 84%) 2022-09-27T16:22:23.6718840Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20220927160333.xml (deflated 84%) 2022-09-27T16:22:23.6719811Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20220927160333.xml (deflated 69%) 2022-09-27T16:22:23.6720922Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20220927160333.xml (deflated 84%) 2022-09-27T16:22:23.6722026Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20220927160333.xml (deflated 86%) 2022-09-27T16:22:23.6723052Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20220927160333.xml (deflated 49%) 2022-09-27T16:22:23.6724024Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20220927160333.xml (deflated 81%) 2022-09-27T16:22:23.6725090Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220927160333.xml (deflated 88%) 2022-09-27T16:22:23.6726210Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20220927160333.xml (deflated 64%) 2022-09-27T16:22:23.6727616Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220927160333.xml (deflated 83%) 2022-09-27T16:22:23.6728910Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20220927160333.xml (deflated 60%) 2022-09-27T16:22:23.6729982Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20220927160333.xml (deflated 88%) 2022-09-27T16:22:23.6730951Z adding: test/test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20220927160333.xml (deflated 41%) 2022-09-27T16:22:23.6742425Z adding: test/test-reports/python-unittest/test_jit/TEST-TestScript-20220927160333.xml (deflated 87%) 2022-09-27T16:22:23.6743400Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20220927160333.xml (deflated 81%) 2022-09-27T16:22:23.6744456Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20220927160333.xml (deflated 78%) 2022-09-27T16:22:23.6745570Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220927160333.xml (deflated 85%) 2022-09-27T16:22:23.6746616Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20220927160333.xml (deflated 47%) 2022-09-27T16:22:23.6747785Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20220927160333.xml (deflated 88%) 2022-09-27T16:22:23.6748913Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20220927160333.xml (deflated 80%) 2022-09-27T16:22:23.6749950Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20220927160333.xml (deflated 80%) 2022-09-27T16:22:23.6751082Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220927160333.xml (deflated 82%) 2022-09-27T16:22:23.6752170Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20220927160333.xml (deflated 78%) 2022-09-27T16:22:23.6753372Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20220927160333.xml (deflated 82%) 2022-09-27T16:22:23.6754618Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220927160333.xml (deflated 87%) 2022-09-27T16:22:23.6755862Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20220927160333.xml (deflated 75%) 2022-09-27T16:22:23.6756880Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20220927160333.xml (deflated 85%) 2022-09-27T16:22:23.6757839Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20220927160333.xml (deflated 71%) 2022-09-27T16:22:23.6758864Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20220927160333.xml (deflated 90%) 2022-09-27T16:22:23.6760038Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220927160333.xml (deflated 87%) 2022-09-27T16:22:23.6761127Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20220927160333.xml (deflated 73%) 2022-09-27T16:22:23.6762170Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220927160333.xml (deflated 80%) 2022-09-27T16:22:23.6763197Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20220927160333.xml (deflated 61%) 2022-09-27T16:22:23.6764204Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20220927160333.xml (deflated 88%) 2022-09-27T16:22:23.6776795Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20220927160333.xml (deflated 96%) 2022-09-27T16:22:23.6778114Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20220927160333.xml (deflated 82%) 2022-09-27T16:22:23.6779169Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20220927160333.xml (deflated 82%) 2022-09-27T16:22:23.6780291Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20220927160333.xml (deflated 88%) 2022-09-27T16:22:23.6782149Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20220927160333.xml (deflated 87%) 2022-09-27T16:22:23.6783185Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220927160333.xml (deflated 60%) 2022-09-27T16:22:23.6784242Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20220927160333.xml (deflated 85%) 2022-09-27T16:22:23.6785169Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20220927160333.xml (deflated 77%) 2022-09-27T16:22:23.6786086Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220927160333.xml (deflated 72%) 2022-09-27T16:22:23.6787081Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220927160333.xml (deflated 78%) 2022-09-27T16:22:23.6788157Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20220927160333.xml (deflated 88%) 2022-09-27T16:22:23.6789144Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220927160333.xml (deflated 84%) 2022-09-27T16:22:23.6802129Z adding: test/test-reports/python-unittest/test_modules/TEST-TestModuleCPU-20220927160840.xml (deflated 96%) 2022-09-27T16:22:23.6896410Z adding: test/test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCPU-20220927161038.xml (deflated 97%) 2022-09-27T16:22:23.6897422Z adding: test/test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20220927161219.xml (deflated 62%) 2022-09-27T16:22:23.6901353Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorch-20220927161219.xml (deflated 88%) 2022-09-27T16:22:23.6915001Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCPU-20220927161219.xml (deflated 93%) 2022-09-27T16:22:23.6916045Z adding: test/test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCPU-20220927161219.xml (deflated 42%) 2022-09-27T16:22:23.6917110Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20220927161346.xml (deflated 59%) 2022-09-27T16:22:23.6918164Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20220927161346.xml (deflated 52%) 2022-09-27T16:22:23.6919237Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20220927161346.xml (deflated 90%) 2022-09-27T16:22:23.6921912Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20220927161346.xml (deflated 91%) 2022-09-27T16:22:23.6922967Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20220927161346.xml (deflated 69%) 2022-09-27T16:22:23.6935813Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20220927161346.xml (deflated 97%) 2022-09-27T16:22:23.6936813Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20220927161346.xml (deflated 78%) 2022-09-27T16:22:23.6937942Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20220927161346.xml (deflated 58%) 2022-09-27T16:22:23.6939173Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20220927161346.xml (deflated 82%) 2022-09-27T16:22:23.6940256Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20220927161346.xml (deflated 76%) 2022-09-27T16:22:23.6941307Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20220927161346.xml (deflated 67%) 2022-09-27T16:22:23.6942377Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestEnableDisableLlgaFuser-20220927161457.xml (deflated 57%) 2022-09-27T16:22:23.6943425Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20220927161457.xml (deflated 67%) 2022-09-27T16:22:23.6944542Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20220927161457.xml (deflated 73%) 2022-09-27T16:22:23.6945415Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20220927161457.xml (deflated 81%) 2022-09-27T16:22:23.6946302Z adding: test/test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20220927161606.xml (deflated 42%) 2022-09-27T16:22:23.6947238Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestAvgPool-20220927161709.xml (deflated 76%) 2022-09-27T16:22:23.6948167Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNN-20220927161709.xml (deflated 79%) 2022-09-27T16:22:23.6949312Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNNDeviceTypeCPU-20220927161709.xml (deflated 91%) 2022-09-27T16:22:23.6950360Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertClose-20220927161743.xml (deflated 83%) 2022-09-27T16:22:23.6951393Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20220927161743.xml (deflated 69%) 2022-09-27T16:22:23.6952482Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20220927161743.xml (deflated 84%) 2022-09-27T16:22:23.6953765Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20220927161743.xml (deflated 69%) 2022-09-27T16:22:23.6954818Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20220927161743.xml (deflated 69%) 2022-09-27T16:22:23.6955899Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20220927161743.xml (deflated 69%) 2022-09-27T16:22:23.6956930Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20220927161743.xml (deflated 75%) 2022-09-27T16:22:23.6957952Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20220927161743.xml (deflated 69%) 2022-09-27T16:22:23.6958950Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20220927161743.xml (deflated 69%) 2022-09-27T16:22:23.6959911Z adding: test/test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20220927161743.xml (deflated 41%) 2022-09-27T16:22:23.6960806Z adding: test/test-reports/python-unittest/test_testing/TEST-TestImports-20220927161743.xml (deflated 48%) 2022-09-27T16:22:23.6961742Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20220927161743.xml (deflated 87%) 2022-09-27T16:22:23.6962835Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20220927161743.xml (deflated 88%) 2022-09-27T16:22:23.6963877Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20220927161743.xml (deflated 88%) 2022-09-27T16:22:23.6976406Z adding: test/test-reports/python-unittest/test_cpp_api_parity/TEST-TestCppApiParity-20220927161813.xml (deflated 96%) 2022-09-27T16:22:23.6982588Z adding: test/test-reports/python-unittest/test_type_promotion/TEST-TestTypePromotionCPU-20220927161834.xml (deflated 96%) 2022-09-27T16:22:23.6983628Z adding: test/test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20220927161849.xml (deflated 75%) 2022-09-27T16:22:23.6984578Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitor-20220927161859.xml (deflated 65%) 2022-09-27T16:22:23.6985554Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20220927161859.xml (deflated 41%) 2022-09-27T16:22:23.6986592Z adding: test/test-reports/python-unittest/nn.test_packed_sequence/TEST-PackedSequenceTest-20220927161909.xml (deflated 81%) 2022-09-27T16:22:23.6987588Z adding: test/test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20220927161917.xml (deflated 53%) 2022-09-27T16:22:23.6988577Z adding: test/test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20220927161926.xml (deflated 53%) 2022-09-27T16:22:23.6989685Z adding: test/test-reports/python-unittest/test_utils/TEST-TestAssert-20220927161935.xml (deflated 52%) 2022-09-27T16:22:23.6990615Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCheckpoint-20220927161935.xml (deflated 77%) 2022-09-27T16:22:23.6991575Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCppExtensionUtils-20220927161935.xml (deflated 55%) 2022-09-27T16:22:23.6992581Z adding: test/test-reports/python-unittest/test_utils/TEST-TestDataLoaderUtils-20220927161935.xml (deflated 68%) 2022-09-27T16:22:23.6993745Z adding: test/test-reports/python-unittest/test_utils/TEST-TestExtensionUtils-20220927161935.xml (deflated 41%) 2022-09-27T16:22:23.6994737Z adding: test/test-reports/python-unittest/test_utils/TEST-TestHipify-20220927161935.xml (deflated 40%) 2022-09-27T16:22:23.6995621Z adding: test/test-reports/python-unittest/test_utils/TEST-TestONNXUtils-20220927161935.xml (deflated 51%) 2022-09-27T16:22:23.6996574Z adding: test/test-reports/python-unittest/test_utils/TEST-TestStandaloneCPPJIT-20220927161935.xml (deflated 40%) 2022-09-27T16:22:23.6997547Z adding: test/test-reports/python-unittest/test_utils/TEST-TestBottleneck-20220927161935.xml (deflated 51%) 2022-09-27T16:22:23.6998454Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCollectEnv-20220927161935.xml (deflated 42%) 2022-09-27T16:22:23.6999401Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20220927161943.xml (deflated 40%) 2022-09-27T16:22:23.7000437Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20220927161943.xml (deflated 43%) 2022-09-27T16:22:23.7001497Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20220927161943.xml (deflated 76%) 2022-09-27T16:22:23.7002460Z adding: test/test-reports/python-unittest/test_futures/TEST-TestFuture-20220927161950.xml (deflated 83%) 2022-09-27T16:22:23.7003421Z adding: test/test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20220927161957.xml (deflated 92%) 2022-09-27T16:22:23.7004335Z adding: test/test-reports/python-unittest/test_pytree/TEST-TestPytree-20220927162004.xml (deflated 83%) 2022-09-27T16:22:23.7005255Z adding: test/test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20220927162010.xml (deflated 73%) 2022-09-27T16:22:23.7006221Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20220927162016.xml (deflated 40%) 2022-09-27T16:22:23.7007203Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20220927162016.xml (deflated 85%) 2022-09-27T16:22:23.7008135Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20220927162016.xml (deflated 87%) 2022-09-27T16:22:23.7009099Z adding: test/test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20220927162022.xml (deflated 60%) 2022-09-27T16:22:23.7010028Z adding: test/test-reports/python-unittest/test_license/TEST-TestLicense-20220927162028.xml (deflated 49%) 2022-09-27T16:22:23.7010940Z adding: test/test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20220927162034.xml (deflated 92%) 2022-09-27T16:22:23.7012069Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCPU-20220927162041.xml (deflated 93%) 2022-09-27T16:22:23.7013307Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCPU-20220927162041.xml (deflated 79%) 2022-09-27T16:22:23.7014487Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20220927162041.xml (deflated 94%) 2022-09-27T16:22:23.7015515Z adding: test/test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNN-20220927162046.xml (deflated 64%) 2022-09-27T16:22:23.7016536Z adding: test/test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNNDeviceTypeCPU-20220927162046.xml (deflated 72%) 2022-09-27T16:22:23.7017551Z adding: test/test-reports/python-unittest/backends.xeon.test_launch/TEST-TestTorchrun-20220927162050.xml (deflated 52%) 2022-09-27T16:22:23.7018383Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20220927162102.xml (deflated 79%) 2022-09-27T16:22:23.7019266Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20220927162102.xml (deflated 67%) 2022-09-27T16:22:23.7020133Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20220927162102.xml (deflated 40%) 2022-09-27T16:22:23.7020913Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20220927162102.xml (deflated 41%) 2022-09-27T16:22:23.7021546Z adding: test/test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20220927162104.xml (deflated 69%) 2022-09-27T16:22:23.7022102Z adding: test/test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20220927162106.xml (deflated 91%) 2022-09-27T16:22:23.7022662Z adding: test/test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20220927162108.xml (deflated 75%) 2022-09-27T16:22:23.7023261Z adding: test/test-reports/python-unittest/test_nvfuser_frontend/TEST-TestNvFuserFrontend-20220927162110.xml (deflated 83%) 2022-09-27T16:22:23.7023797Z adding: test/test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20220927162112.xml (deflated 43%) 2022-09-27T16:22:23.7041392Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:22:23.7041706Z # Remove any previous test reports if they exist 2022-09-27T16:22:23.7041928Z rm -f usage-log-*.zip 2022-09-27T16:22:23.7042208Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-09-27T16:22:23.7042501Z # so check to see if the file exists first 2022-09-27T16:22:23.7042733Z if [ -f 'usage_log.txt' ]; then 2022-09-27T16:22:23.7042965Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-09-27T16:22:23.7043178Z fi 2022-09-27T16:22:23.7054176Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:22:23.7054381Z env: 2022-09-27T16:22:23.7054560Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:22:23.7054801Z FILE_SUFFIX: test-dynamo-2-2-linux.2xlarge_8576164756 2022-09-27T16:22:23.7055010Z ##[endgroup] 2022-09-27T16:22:23.7291737Z adding: usage_log.txt 2022-09-27T16:22:23.7292385Z zip warning: file size changed while zipping usage_log.txt 2022-09-27T16:22:23.7292608Z (deflated 96%) 2022-09-27T16:22:23.7330407Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:22:23.7330620Z with: 2022-09-27T16:22:23.7330816Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:22:23.7331032Z retention-days: 14 2022-09-27T16:22:23.7331229Z if-no-files-found: warn 2022-09-27T16:22:23.7331425Z path: test-jsons-*.zip 2022-09-27T16:22:23.7331609Z name: artifact 2022-09-27T16:22:23.7331788Z s3-bucket: gha-artifacts 2022-09-27T16:22:23.7331960Z region: us-east-1 2022-09-27T16:22:23.7332123Z env: 2022-09-27T16:22:23.7332291Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:22:23.7332461Z ##[endgroup] 2022-09-27T16:22:24.0889851Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:22:24.0890229Z With the provided path, there will be 1 file uploaded 2022-09-27T16:22:24.0890495Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:22:24.0974007Z Starting upload of test-jsons-test-dynamo-2-2-linux.2xlarge_8576164756.zip 2022-09-27T16:22:24.2219762Z Finished upload of test-jsons-test-dynamo-2-2-linux.2xlarge_8576164756.zip 2022-09-27T16:22:24.2350483Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:22:24.2350846Z with: 2022-09-27T16:22:24.2351171Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:22:24.2351542Z retention-days: 14 2022-09-27T16:22:24.2352025Z if-no-files-found: error 2022-09-27T16:22:24.2352370Z path: test-reports-*.zip 2022-09-27T16:22:24.2352681Z name: artifact 2022-09-27T16:22:24.2353151Z s3-bucket: gha-artifacts 2022-09-27T16:22:24.2353478Z region: us-east-1 2022-09-27T16:22:24.2353768Z env: 2022-09-27T16:22:24.2354077Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:22:24.2354374Z ##[endgroup] 2022-09-27T16:22:24.5526927Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:22:24.5527401Z With the provided path, there will be 1 file uploaded 2022-09-27T16:22:24.5527839Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:22:24.5535496Z Starting upload of test-reports-test-dynamo-2-2-linux.2xlarge_8576164756.zip 2022-09-27T16:22:24.7160407Z Finished upload of test-reports-test-dynamo-2-2-linux.2xlarge_8576164756.zip 2022-09-27T16:22:24.7274674Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:22:24.7274891Z with: 2022-09-27T16:22:24.7275095Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:22:24.7275313Z retention-days: 14 2022-09-27T16:22:24.7275513Z if-no-files-found: ignore 2022-09-27T16:22:24.7275719Z path: usage-log-*.zip 2022-09-27T16:22:24.7275888Z name: artifact 2022-09-27T16:22:24.7276069Z s3-bucket: gha-artifacts 2022-09-27T16:22:24.7276260Z region: us-east-1 2022-09-27T16:22:24.7276409Z env: 2022-09-27T16:22:24.7276578Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:22:24.7276759Z ##[endgroup] 2022-09-27T16:22:25.0449418Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:22:25.0449966Z With the provided path, there will be 1 file uploaded 2022-09-27T16:22:25.0450405Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:22:25.0456869Z Starting upload of usage-log-test-dynamo-2-2-linux.2xlarge_8576164756.zip 2022-09-27T16:22:25.2365319Z Finished upload of usage-log-test-dynamo-2-2-linux.2xlarge_8576164756.zip 2022-09-27T16:22:25.2484975Z ##[group]Run set -x 2022-09-27T16:22:25.2485175Z set -x 2022-09-27T16:22:25.2485397Z python3 -m pip install -r requirements.txt 2022-09-27T16:22:25.2485643Z python3 -m pip install boto3==1.19.12 2022-09-27T16:22:25.2485923Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:22:25.2496887Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:22:25.2497107Z env: 2022-09-27T16:22:25.2497270Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:22:25.2497472Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T16:22:25.2497666Z BRANCH: pull/85462 2022-09-27T16:22:25.2497846Z TEST_CONFIG: dynamo 2022-09-27T16:22:25.2498009Z SHARD_NUMBER: 2 2022-09-27T16:22:25.2498229Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-09-27T16:22:25.2498444Z PR_NUMBER: 85462 2022-09-27T16:22:25.2498620Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T16:22:25.2498832Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T16:22:25.2499088Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:22:25.2499275Z TAG: 2022-09-27T16:22:25.2499443Z WORKFLOW_ID: 3133193930 2022-09-27T16:22:25.2499765Z GITHUB_TOKEN: *** 2022-09-27T16:22:25.2499940Z GHA_WORKFLOW_JOB_ID: 8576164756 2022-09-27T16:22:25.2500126Z ##[endgroup] 2022-09-27T16:22:25.2526081Z + python3 -m pip install -r requirements.txt 2022-09-27T16:22:25.4702526Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:22:25.4970247Z Requirement already satisfied: astunparse in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-09-27T16:22:25.4996865Z Requirement already satisfied: expecttest in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.1.3) 2022-09-27T16:22:25.5005004Z Requirement already satisfied: future in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-09-27T16:22:25.5014742Z Requirement already satisfied: hypothesis in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (6.54.6) 2022-09-27T16:22:25.5382620Z Requirement already satisfied: numpy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (1.21.6) 2022-09-27T16:22:25.5391867Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-09-27T16:22:25.5470841Z Requirement already satisfied: pyyaml in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (6.0) 2022-09-27T16:22:25.5479361Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-09-27T16:22:25.5714692Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-09-27T16:22:25.5882624Z Requirement already satisfied: six in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 11)) (1.16.0) 2022-09-27T16:22:25.5892109Z Requirement already satisfied: types-dataclasses in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 12)) (0.6.6) 2022-09-27T16:22:25.5897468Z Requirement already satisfied: typing_extensions in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 13)) (4.3.0) 2022-09-27T16:22:25.5906514Z Requirement already satisfied: sympy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 14)) (1.10.1) 2022-09-27T16:22:25.5927822Z Requirement already satisfied: wheel<1.0,>=0.23.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from astunparse->-r requirements.txt (line 2)) (0.37.1) 2022-09-27T16:22:25.5951801Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (2.4.0) 2022-09-27T16:22:25.5966934Z Requirement already satisfied: attrs>=19.2.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (22.1.0) 2022-09-27T16:22:25.6215682Z Requirement already satisfied: exceptiongroup>=1.0.0rc8; python_version < "3.11" in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (1.0.0rc9) 2022-09-27T16:22:25.6232533Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-09-27T16:22:25.6241619Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-09-27T16:22:25.6262417Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (1.26.12) 2022-09-27T16:22:25.6419180Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-09-27T16:22:25.6431758Z Requirement already satisfied: mpmath>=0.19 in /home/ec2-user/.local/lib/python3.7/site-packages (from sympy->-r requirements.txt (line 14)) (1.2.1) 2022-09-27T16:22:25.7121788Z + python3 -m pip install boto3==1.19.12 2022-09-27T16:22:25.9267577Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:22:25.9455411Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-09-27T16:22:25.9505525Z Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.10.0) 2022-09-27T16:22:25.9518208Z Requirement already satisfied: botocore<1.23.0,>=1.22.12 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (1.22.12) 2022-09-27T16:22:25.9560239Z Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.5.2) 2022-09-27T16:22:25.9595885Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.12) 2022-09-27T16:22:25.9750212Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (2.8.2) 2022-09-27T16:22:25.9769596Z Requirement already satisfied: six>=1.5 in /home/ec2-user/.local/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-09-27T16:22:26.1487265Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:23:05.4236385Z [scribe] Scribe access token not provided, sending report via boto3... 2022-09-27T16:23:05.4236758Z 2022-09-27T16:23:05.4237115Z ----- Historic stats comparison result ------ 2022-09-27T16:23:05.4238827Z 2022-09-27T16:23:05.4239209Z job: linux-bionic-py3.7-clang9 2022-09-27T16:23:05.4239582Z commit: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:23:05.4240630Z 2022-09-27T16:23:05.4240981Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-09-27T16:23:05.4241241Z 2022-09-27T16:23:05.4241313Z : (master) 2022-09-27T16:23:05.4242035Z | 2022-09-27T16:23:05.4242362Z | * 52424e2bf3 (HEAD) total time 4782.92s 2022-09-27T16:23:05.4242683Z | | 2022-09-27T16:23:05.4242935Z | : (4 commits) 2022-09-27T16:23:05.4243185Z |/ 2022-09-27T16:23:05.4243680Z * c7c2578f93 (base) 8 reports, total time 4639.63s ± 1079.28s 2022-09-27T16:23:05.4244167Z * 99ad8a3048 8 reports, total time 4551.43s ± 1056.95s 2022-09-27T16:23:05.4244691Z * 34296e2f4c 8 reports, total time 4672.33s ± 1065.23s 2022-09-27T16:23:05.4245525Z * 4523ac7aa1 8 reports, total time 4829.45s ± 1218.91s 2022-09-27T16:23:05.4246102Z * f21e77d9a6 8 reports, total time 4566.11s ± 1051.70s 2022-09-27T16:23:05.4246500Z * 26a861cb27 8 reports, total time 4600.78s ± 1019.06s 2022-09-27T16:23:05.4246801Z * 56a41b5998 8 reports, total time 4722.25s ± 763.68s 2022-09-27T16:23:05.4247111Z * 1910c5847e 8 reports, total time 4766.51s ± 762.85s 2022-09-27T16:23:05.4247427Z * caa0ab557d 8 reports, total time 4622.02s ± 1052.89s 2022-09-27T16:23:05.4247634Z * 0336308be5 0 reports 2022-09-27T16:23:05.4247807Z | 2022-09-27T16:23:05.4247956Z : 2022-09-27T16:23:05.4248055Z 2022-09-27T16:23:05.4248161Z Removed (across 500 suites) 0 tests, totaling 0.00s 2022-09-27T16:23:05.4248421Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-09-27T16:23:05.4248677Z Added (across 231 suites) 52778 tests, totaling +4782.92s 2022-09-27T16:23:05.5688677Z Prepare all required actions 2022-09-27T16:23:05.5708865Z ##[group]Run ./.github/actions/teardown-linux 2022-09-27T16:23:05.5709089Z with: 2022-09-27T16:23:05.5709226Z env: 2022-09-27T16:23:05.5709397Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:23:05.5709579Z ##[endgroup] 2022-09-27T16:23:05.5755951Z ##[group]Run set -eou pipefail 2022-09-27T16:23:05.5756189Z set -eou pipefail 2022-09-27T16:23:05.5756373Z  2022-09-27T16:23:05.5756609Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-09-27T16:23:05.5756851Z for _ in $(seq 1440); do 2022-09-27T16:23:05.5757072Z  # Break if no ssh session exists anymore 2022-09-27T16:23:05.5757293Z  if [ "$(who)" = "" ]; then 2022-09-27T16:23:05.5757463Z  break 2022-09-27T16:23:05.5757630Z  fi 2022-09-27T16:23:05.5757804Z  echo "." 2022-09-27T16:23:05.5757965Z  sleep 5 2022-09-27T16:23:05.5758168Z done 2022-09-27T16:23:05.5769175Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:23:05.5769377Z env: 2022-09-27T16:23:05.5769656Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:23:05.5769843Z ##[endgroup] 2022-09-27T16:23:05.5794649Z Holding runner for 2 hours until all ssh sessions have logged out 2022-09-27T16:23:05.5908109Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:23:05.5908437Z # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:23:05.5908694Z # shellcheck disable=SC2046 2022-09-27T16:23:05.5908911Z docker stop $(docker ps -q) || true 2022-09-27T16:23:05.5909147Z # Prune all of the docker images 2022-09-27T16:23:05.5909373Z docker system prune -af 2022-09-27T16:23:05.5920686Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:23:05.5920904Z env: 2022-09-27T16:23:05.5921079Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:23:05.5921261Z ##[endgroup] 2022-09-27T16:23:06.1563026Z 84307b839dc1 2022-09-27T16:23:07.5999809Z Deleted Containers: 2022-09-27T16:23:07.6000313Z 84307b839dc1ac2cd3caa912c99901ad317fffaa67b64b26ba324a9473c15f62 2022-09-27T16:23:07.6000523Z 2022-09-27T16:23:17.7758703Z Deleted Images: 2022-09-27T16:23:17.7759741Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T16:23:17.7761012Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9@sha256:e9db1e9f59a75821add26dfb4133d4c92a02559f34ad8230c2fd96064dcdded6 2022-09-27T16:23:17.7761810Z deleted: sha256:f67cf4d7519b30d7f3b470cf6a036723a19d0fb703dc370b034ff91fef0031c0 2022-09-27T16:23:17.7762145Z deleted: sha256:e9fc2a60427733541ad808df3b2411f824dfb97e332a53ea477765930c4316e3 2022-09-27T16:23:17.7762536Z deleted: sha256:e351d384799762e00f849c69a7fffb3ef07b72ecd0390e6eb05ff4d9de8dff28 2022-09-27T16:23:17.7763089Z deleted: sha256:e7659c4ba074524527a3f9a3578da5c14a2799f78dea89a456301ad1f6c4937f 2022-09-27T16:23:17.7763657Z deleted: sha256:72104fcc669807d479ba73a12274bb6c97b3f7ebdd2374006ed2511c320223ee 2022-09-27T16:23:17.7764042Z deleted: sha256:7d00f5d20fda1d8f29badae1260b980488655a89beb3d202ae5059ecca215f24 2022-09-27T16:23:17.7764540Z deleted: sha256:aba25d922ff4e9af36085a1028bccf2fa460b8ed02be08e803134e5eea532bc1 2022-09-27T16:23:17.7765067Z deleted: sha256:a73efdd6a5566bab4ebf206184309d670a1fc3f83cbf2d58bfc93ad720277596 2022-09-27T16:23:17.7765435Z deleted: sha256:91e805e6aff5969c49f164f6dd865876777059157ffa9b869bb1d0679ca50d8d 2022-09-27T16:23:17.7765763Z deleted: sha256:4c0d9d750a6b5c491713ff8c66bd81db9bfd0fef4ff2ec1aafbc37a96761a91d 2022-09-27T16:23:17.7766103Z deleted: sha256:2e7ee59dcc62bdfc4d4b35dd4a5ac9fc4cc0699983def1a2f0f346d8dbe7f8d7 2022-09-27T16:23:17.7766525Z deleted: sha256:6c3a87e5ba50ae87d0752be396b030631d0c3ea79283e4a107eb003017addab6 2022-09-27T16:23:17.7767005Z deleted: sha256:8b678f1959737c7f8c7d97b88a17425afdee4ea823aee33970cb4682248b0579 2022-09-27T16:23:17.7767512Z deleted: sha256:efe0e49a7bef8e03ff547a93b78422fee9c7db32447686a24d7221e3379f0f1d 2022-09-27T16:23:17.7768127Z deleted: sha256:86f28ca2e74d3d5597350f084a684280a86af8de26b3015e5e05eb79f8e47747 2022-09-27T16:23:17.7768672Z deleted: sha256:173e1d33df383ca2e50c77f4580fdef2f4d978f8c6c994d03105d7cbea993b3c 2022-09-27T16:23:17.7769249Z deleted: sha256:f16239bbcbee98977b72f682efb8a16a0b711c66c7efd2db1b52ef40481b8d75 2022-09-27T16:23:17.7769852Z deleted: sha256:d4105cf30a7941e0e40177c99a028b8123acd9ea1e6b9fbc759f0f1baf88b2b0 2022-09-27T16:23:17.7770448Z deleted: sha256:7fac6b0b3575c685dd3fffe6034634a3fe906f7aa32af60becfd8f6e16645fb9 2022-09-27T16:23:17.7771023Z deleted: sha256:c849747ea1c74674517f061100d5079eb467882529243e39df8dd93468646765 2022-09-27T16:23:17.7771375Z deleted: sha256:671d45daab497b2b1a19b5dd645b272282c58c84fad749c8d89d74f1d3683f24 2022-09-27T16:23:17.7771690Z deleted: sha256:11358bb4deb2890190d70312336fa292adbe16c3df2f372856ea54440369e201 2022-09-27T16:23:17.7771990Z deleted: sha256:08917738ae1eab695997e8ce30db00eb36ecc093423861d2327373e0e2392b6e 2022-09-27T16:23:17.7772301Z deleted: sha256:11c8c8a24d44a324a5003d8bfede89bb6137335e8de87e93988a9364d4452abc 2022-09-27T16:23:17.7772728Z deleted: sha256:e6fafa422b6fcd54f55cb48e6362dac77c7c1a6c61905de4f25d6000ba8baafe 2022-09-27T16:23:17.7773059Z deleted: sha256:2eefbda33c4aacd911705ee0196c60c7d2d57866cfb147208850cb17bbe934d9 2022-09-27T16:23:17.7773384Z deleted: sha256:5effe2669664eb1627825c5f4ed4bb73aa11953c52b12e85d33dd01354cc3e6e 2022-09-27T16:23:17.7773715Z deleted: sha256:fb0ef7be42f4bbeba2891175f3d4698a59ac9e984e7e1cef568aa20fcf4bb0f9 2022-09-27T16:23:17.7774077Z deleted: sha256:1870b379f4d5b26372da9dfac82768965672ded025586641dd3bc034388a544d 2022-09-27T16:23:17.7774507Z deleted: sha256:a8b342afe4debd855dbbc504c6366888abe8c6c3e6e5dbc7ee5ca1cacfe2c044 2022-09-27T16:23:17.7774859Z deleted: sha256:39dd70dcf8075523dbabf319a0f636cf83ea54e314a5a7aecf28d6118d66c9d9 2022-09-27T16:23:17.7775182Z deleted: sha256:006c47455654e644a00b64f73d723e1b0fce8e65f970a01bbda0e7ad1aa900a8 2022-09-27T16:23:17.7775474Z deleted: sha256:c49c8df25821285c3c7de083564733751ca041c707500e35baf5be16138e54ee 2022-09-27T16:23:17.7775778Z deleted: sha256:ba542c58dd1e22be964e0b7200c4148fc5a46508789ffa1413793c21501dd0db 2022-09-27T16:23:17.7776098Z deleted: sha256:623c7e2efbf5e46899eb08f9d89885b456d5cddf9d656ccaf751e8ab75a88332 2022-09-27T16:23:17.7776408Z deleted: sha256:9b9c9fb383d452189812595749422f4c0d7d8d0fd82e54467506ec77d1cae714 2022-09-27T16:23:17.7776712Z deleted: sha256:d1a45aea6f4ef161fa8552ef7bfbaa18f1999d48d1fd988923427e810cba576e 2022-09-27T16:23:17.7777035Z deleted: sha256:185da5e4df22768961c34a391bc86bb9f18bf1d91f587484153e07859644c1c8 2022-09-27T16:23:17.7777370Z deleted: sha256:c4a8de1e672c5affe1c5f4061bd4946baf6bc992efc181d2aaf557b04aba08d2 2022-09-27T16:23:17.7777693Z deleted: sha256:cbfa790579f3a0fb28ea6072072c69495de1aedc78389fec04a35c1563e5330d 2022-09-27T16:23:17.7778003Z deleted: sha256:149a9e2b4f1e4f7308416cbf87970f5288574454368b47a64913a1b851509f2d 2022-09-27T16:23:17.7778295Z deleted: sha256:01262f1e220f0612f245f16dd1235454904a7f93a08f8c850bf16e472c579484 2022-09-27T16:23:17.7778573Z deleted: sha256:3554749b09881e7c4912a9805b45a070607a07b4c07c0a9f8e3200c90cb5222a 2022-09-27T16:23:17.7778874Z deleted: sha256:0c8a1a649dc5c2984ce62517a145d3d668d7f5f71dcb4a098cc17ce4110443c7 2022-09-27T16:23:17.7779198Z deleted: sha256:9296e22d6d55b526e3f4e0eba8ac2eb9cee77c315b3529b9167b6e4acb41e489 2022-09-27T16:23:17.7779525Z deleted: sha256:9abf4b45c8c00862cc04e4b484f2cd7780bb4b46cbeaf94d7181fd95874df279 2022-09-27T16:23:17.7779846Z deleted: sha256:1876d4b9ab1dc36f061ee9ead000d8e4f2f774039b4a97f538efeafec3ba8f6d 2022-09-27T16:23:17.7780183Z deleted: sha256:ffb83a1fe4303a92cb353c9c02feb3f07aab47ad77f63c336d099ab2c64320f0 2022-09-27T16:23:17.7780524Z deleted: sha256:bb605e60ef47fddb60e3c71d22f534739ddba9ddaad6076b61c977165ebcac43 2022-09-27T16:23:17.7780908Z deleted: sha256:3eb1b181cafeeda20d06a2af24ab2659e3a9b64b74d8b06d296ede2908db82ed 2022-09-27T16:23:17.7781249Z deleted: sha256:509eab4c3e8c42acfa474748a5c38a062ac858e01dc3d57887175b359f0685fa 2022-09-27T16:23:17.7781581Z deleted: sha256:912516db6dabe5e5a4c1db24a56ea60d8a4f3d655cec9643c61cc6986ccb74cf 2022-09-27T16:23:17.7781909Z deleted: sha256:fba9849c4cf9920511902fe82c9a7ae56e330e2b05df56c416ad19e66f415fce 2022-09-27T16:23:17.7782209Z deleted: sha256:d8296ac69e454993d70af99eba9587a53226f7368b8444ba8d12919616c1a9ca 2022-09-27T16:23:17.7782518Z deleted: sha256:0796ef6b9f9f44f8647ceb80689942b0e5da86c9be14cd7b495de8a3833e1d71 2022-09-27T16:23:17.7782845Z deleted: sha256:4d7c9b0030311510139f3287accd3dc9af20fb727f5bb575899f1e460d33c288 2022-09-27T16:23:17.7783158Z deleted: sha256:42c7c54a35881a89c5626c582f061dd80c23f4f2ef364bc17547df443235091f 2022-09-27T16:23:17.7783472Z deleted: sha256:be34e4e2791b05bf3b2db324a98b2c0ddbad4c3732b5bdc883cfe83bacbfad81 2022-09-27T16:23:17.7783817Z deleted: sha256:96f78bbfe84c30ca4da7aa542c1212eb7bbf2ffbccec4ae631233d5f0233648d 2022-09-27T16:23:17.7784150Z deleted: sha256:0589615b37ecec29eeb51f07bef02120c7c29550c88d9fb6523536017fe69282 2022-09-27T16:23:17.7784438Z deleted: sha256:4a641e21953d4161b38a01933802b61ad314880fc6a93e8667dd210846fe7071 2022-09-27T16:23:17.7784635Z 2022-09-27T16:23:17.7784726Z Total reclaimed space: 10.99GB 2022-09-27T16:23:17.7908538Z Post job cleanup. 2022-09-27T16:23:17.7983599Z Post job cleanup. 2022-09-27T16:23:18.3720865Z [command]/usr/bin/git version 2022-09-27T16:23:18.3782012Z git version 2.37.1 2022-09-27T16:23:18.3879887Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/c64d7b9f-5714-4e28-8d2f-26a1c9781d03' before making global git config changes 2022-09-27T16:23:18.3880320Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T16:23:18.3886625Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T16:23:18.3943926Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T16:23:18.3977440Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T16:23:18.4423324Z Entering 'android/libs/fbjni' 2022-09-27T16:23:18.4479805Z Entering 'third_party/FP16' 2022-09-27T16:23:18.4524710Z Entering 'third_party/FXdiv' 2022-09-27T16:23:18.4570764Z Entering 'third_party/NNPACK' 2022-09-27T16:23:18.4630474Z Entering 'third_party/QNNPACK' 2022-09-27T16:23:18.4681961Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:23:18.4717334Z Entering 'third_party/XNNPACK' 2022-09-27T16:23:18.4849503Z Entering 'third_party/benchmark' 2022-09-27T16:23:18.4915590Z Entering 'third_party/cpuinfo' 2022-09-27T16:23:18.4974467Z Entering 'third_party/cub' 2022-09-27T16:23:18.5028810Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:23:18.5070469Z Entering 'third_party/cutlass' 2022-09-27T16:23:18.5113482Z Entering 'third_party/eigen' 2022-09-27T16:23:18.5195511Z Entering 'third_party/fbgemm' 2022-09-27T16:23:18.5285464Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:23:18.5370245Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:23:18.5440581Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:23:18.5511807Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:23:18.5555163Z Entering 'third_party/flatbuffers' 2022-09-27T16:23:18.5594015Z Entering 'third_party/fmt' 2022-09-27T16:23:18.5641404Z Entering 'third_party/foxi' 2022-09-27T16:23:18.5685148Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:23:18.5736962Z Entering 'third_party/gloo' 2022-09-27T16:23:18.5790171Z Entering 'third_party/googletest' 2022-09-27T16:23:18.5841964Z Entering 'third_party/ideep' 2022-09-27T16:23:18.5917402Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:23:18.6056545Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:23:18.6159488Z Entering 'third_party/ios-cmake' 2022-09-27T16:23:18.6205172Z Entering 'third_party/ittapi' 2022-09-27T16:23:18.6241283Z Entering 'third_party/kineto' 2022-09-27T16:23:18.6276551Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:23:18.6311598Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:23:18.6348379Z Entering 'third_party/nccl/nccl' 2022-09-27T16:23:18.6414543Z Entering 'third_party/neon2sse' 2022-09-27T16:23:18.6460634Z Entering 'third_party/nlohmann' 2022-09-27T16:23:18.6497881Z Entering 'third_party/onnx' 2022-09-27T16:23:18.6745239Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:23:18.6863828Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:23:18.6923985Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:23:18.7070393Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:23:18.7274160Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:23:18.7392182Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:23:18.7522540Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:23:18.7573176Z Entering 'third_party/pocketfft' 2022-09-27T16:23:18.7609841Z Entering 'third_party/protobuf' 2022-09-27T16:23:18.7789411Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:23:18.7860390Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:23:18.7918627Z Entering 'third_party/psimd' 2022-09-27T16:23:18.7975933Z Entering 'third_party/pthreadpool' 2022-09-27T16:23:18.8025658Z Entering 'third_party/pybind11' 2022-09-27T16:23:18.8079789Z Entering 'third_party/python-enum' 2022-09-27T16:23:18.8134841Z Entering 'third_party/python-peachpy' 2022-09-27T16:23:18.8189051Z Entering 'third_party/python-six' 2022-09-27T16:23:18.8234716Z Entering 'third_party/sleef' 2022-09-27T16:23:18.8288475Z Entering 'third_party/tbb' 2022-09-27T16:23:18.8326030Z Entering 'third_party/tensorpipe' 2022-09-27T16:23:18.8387147Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:23:18.8461078Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:23:18.8526973Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:23:18.8596933Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:23:18.8702931Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:23:18.8749083Z Entering 'third_party/zstd' 2022-09-27T16:23:18.8832305Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T16:23:18.8860161Z http.https://github.com/.extraheader 2022-09-27T16:23:18.8867909Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-09-27T16:23:18.8901998Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-09-27T16:23:18.9163615Z Entering 'android/libs/fbjni' 2022-09-27T16:23:18.9182985Z http.https://github.com/.extraheader 2022-09-27T16:23:18.9211115Z Entering 'third_party/FP16' 2022-09-27T16:23:18.9232234Z http.https://github.com/.extraheader 2022-09-27T16:23:18.9259143Z Entering 'third_party/FXdiv' 2022-09-27T16:23:18.9279647Z http.https://github.com/.extraheader 2022-09-27T16:23:18.9306241Z Entering 'third_party/NNPACK' 2022-09-27T16:23:18.9327213Z http.https://github.com/.extraheader 2022-09-27T16:23:18.9354532Z Entering 'third_party/QNNPACK' 2022-09-27T16:23:18.9375193Z http.https://github.com/.extraheader 2022-09-27T16:23:18.9402373Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:23:18.9422810Z http.https://github.com/.extraheader 2022-09-27T16:23:18.9451967Z Entering 'third_party/XNNPACK' 2022-09-27T16:23:18.9473312Z http.https://github.com/.extraheader 2022-09-27T16:23:18.9522603Z Entering 'third_party/benchmark' 2022-09-27T16:23:18.9543624Z http.https://github.com/.extraheader 2022-09-27T16:23:18.9572042Z Entering 'third_party/cpuinfo' 2022-09-27T16:23:18.9593008Z http.https://github.com/.extraheader 2022-09-27T16:23:18.9620344Z Entering 'third_party/cub' 2022-09-27T16:23:18.9641334Z http.https://github.com/.extraheader 2022-09-27T16:23:18.9669157Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:23:18.9690842Z http.https://github.com/.extraheader 2022-09-27T16:23:18.9723801Z Entering 'third_party/cutlass' 2022-09-27T16:23:18.9744208Z http.https://github.com/.extraheader 2022-09-27T16:23:18.9779291Z Entering 'third_party/eigen' 2022-09-27T16:23:18.9801301Z http.https://github.com/.extraheader 2022-09-27T16:23:18.9831639Z Entering 'third_party/fbgemm' 2022-09-27T16:23:18.9852418Z http.https://github.com/.extraheader 2022-09-27T16:23:18.9880029Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:23:18.9899858Z http.https://github.com/.extraheader 2022-09-27T16:23:18.9927324Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:23:18.9948019Z http.https://github.com/.extraheader 2022-09-27T16:23:18.9976724Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:23:18.9997117Z http.https://github.com/.extraheader 2022-09-27T16:23:19.0023704Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:23:19.0043458Z http.https://github.com/.extraheader 2022-09-27T16:23:19.0072074Z Entering 'third_party/flatbuffers' 2022-09-27T16:23:19.0092627Z http.https://github.com/.extraheader 2022-09-27T16:23:19.0121762Z Entering 'third_party/fmt' 2022-09-27T16:23:19.0142473Z http.https://github.com/.extraheader 2022-09-27T16:23:19.0169816Z Entering 'third_party/foxi' 2022-09-27T16:23:19.0190127Z http.https://github.com/.extraheader 2022-09-27T16:23:19.0217930Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:23:19.0239387Z http.https://github.com/.extraheader 2022-09-27T16:23:19.0266398Z Entering 'third_party/gloo' 2022-09-27T16:23:19.0287045Z http.https://github.com/.extraheader 2022-09-27T16:23:19.0313851Z Entering 'third_party/googletest' 2022-09-27T16:23:19.0334744Z http.https://github.com/.extraheader 2022-09-27T16:23:19.0376921Z Entering 'third_party/ideep' 2022-09-27T16:23:19.0398945Z http.https://github.com/.extraheader 2022-09-27T16:23:19.0426078Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:23:19.0446521Z http.https://github.com/.extraheader 2022-09-27T16:23:19.0476248Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:23:19.0496456Z http.https://github.com/.extraheader 2022-09-27T16:23:19.0531590Z Entering 'third_party/ios-cmake' 2022-09-27T16:23:19.0552300Z http.https://github.com/.extraheader 2022-09-27T16:23:19.0580099Z Entering 'third_party/ittapi' 2022-09-27T16:23:19.0601093Z http.https://github.com/.extraheader 2022-09-27T16:23:19.0629071Z Entering 'third_party/kineto' 2022-09-27T16:23:19.0650415Z http.https://github.com/.extraheader 2022-09-27T16:23:19.0678592Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:23:19.0699020Z http.https://github.com/.extraheader 2022-09-27T16:23:19.0726965Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:23:19.0747164Z http.https://github.com/.extraheader 2022-09-27T16:23:19.0776417Z Entering 'third_party/nccl/nccl' 2022-09-27T16:23:19.0798323Z http.https://github.com/.extraheader 2022-09-27T16:23:19.0826772Z Entering 'third_party/neon2sse' 2022-09-27T16:23:19.0848004Z http.https://github.com/.extraheader 2022-09-27T16:23:19.0876495Z Entering 'third_party/nlohmann' 2022-09-27T16:23:19.0896250Z http.https://github.com/.extraheader 2022-09-27T16:23:19.0925370Z Entering 'third_party/onnx' 2022-09-27T16:23:19.0945062Z http.https://github.com/.extraheader 2022-09-27T16:23:19.0985495Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:23:19.1006967Z http.https://github.com/.extraheader 2022-09-27T16:23:19.1036104Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:23:19.1056595Z http.https://github.com/.extraheader 2022-09-27T16:23:19.1085920Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:23:19.1107267Z http.https://github.com/.extraheader 2022-09-27T16:23:19.1134399Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:23:19.1155242Z http.https://github.com/.extraheader 2022-09-27T16:23:19.1187871Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:23:19.1208011Z http.https://github.com/.extraheader 2022-09-27T16:23:19.1236776Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:23:19.1257892Z http.https://github.com/.extraheader 2022-09-27T16:23:19.1285554Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:23:19.1305661Z http.https://github.com/.extraheader 2022-09-27T16:23:19.1339225Z Entering 'third_party/pocketfft' 2022-09-27T16:23:19.1360876Z http.https://github.com/.extraheader 2022-09-27T16:23:19.1388400Z Entering 'third_party/protobuf' 2022-09-27T16:23:19.1408479Z http.https://github.com/.extraheader 2022-09-27T16:23:19.1450172Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:23:19.1470231Z http.https://github.com/.extraheader 2022-09-27T16:23:19.1499568Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:23:19.1520745Z http.https://github.com/.extraheader 2022-09-27T16:23:19.1551307Z Entering 'third_party/psimd' 2022-09-27T16:23:19.1572310Z http.https://github.com/.extraheader 2022-09-27T16:23:19.1601797Z Entering 'third_party/pthreadpool' 2022-09-27T16:23:19.1622098Z http.https://github.com/.extraheader 2022-09-27T16:23:19.1649928Z Entering 'third_party/pybind11' 2022-09-27T16:23:19.1670275Z http.https://github.com/.extraheader 2022-09-27T16:23:19.1697769Z Entering 'third_party/python-enum' 2022-09-27T16:23:19.1718390Z http.https://github.com/.extraheader 2022-09-27T16:23:19.1745868Z Entering 'third_party/python-peachpy' 2022-09-27T16:23:19.1765799Z http.https://github.com/.extraheader 2022-09-27T16:23:19.1792918Z Entering 'third_party/python-six' 2022-09-27T16:23:19.1813464Z http.https://github.com/.extraheader 2022-09-27T16:23:19.1841556Z Entering 'third_party/sleef' 2022-09-27T16:23:19.1862022Z http.https://github.com/.extraheader 2022-09-27T16:23:19.1889310Z Entering 'third_party/tbb' 2022-09-27T16:23:19.1910257Z http.https://github.com/.extraheader 2022-09-27T16:23:19.1940442Z Entering 'third_party/tensorpipe' 2022-09-27T16:23:19.1961473Z http.https://github.com/.extraheader 2022-09-27T16:23:19.1989408Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:23:19.2008960Z http.https://github.com/.extraheader 2022-09-27T16:23:19.2038099Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:23:19.2057680Z http.https://github.com/.extraheader 2022-09-27T16:23:19.2084854Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:23:19.2105509Z http.https://github.com/.extraheader 2022-09-27T16:23:19.2133457Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:23:19.2154660Z http.https://github.com/.extraheader 2022-09-27T16:23:19.2180571Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:23:19.2201082Z http.https://github.com/.extraheader 2022-09-27T16:23:19.2231118Z Entering 'third_party/zstd' 2022-09-27T16:23:19.2251415Z http.https://github.com/.extraheader 2022-09-27T16:23:19.2488821Z Cleaning up orphan processes